2009-11-08 |
Vincent Pit |
SvREFCNT_dec already checks if the SV is non-NULL ... |
blob | commitdiff |
2009-10-12 |
Nicholas Clark |
Add Perl_ck_warner(), which combines Perl_ckwarn()... |
blob | commitdiff | diff to current |
2009-08-03 |
Jesse Vincent |
Remove the port to MiNT. It's a dead platform that... |
blob | commitdiff | diff to current |
2009-06-15 |
Jarkko Hietaniemi |
The attached patch to perlio.c fixes the problem of... |
blob | commitdiff | diff to current |
2009-06-10 |
Rafael Garcia-Suarez |
Do not honor TMPDIR for anonymous temporary files when... |
blob | commitdiff | diff to current |
2009-06-10 |
Niko Tyni |
[perl #66452] TMPDIR not honored when opening an anonym... |
blob | commitdiff | diff to current |
2009-06-08 |
Stepan Kasal |
fix RT 39060, errno incorrectly set in perlio |
blob | commitdiff | diff to current |
2009-02-23 |
Steve Peters |
fileno() was failing when passed a NULL. I'm guessing... |
blob | commitdiff | diff to current |
2009-01-21 |
Nicholas Clark |
Add get_cvs() as a shortcut for STR_WITH_LEN() and... |
blob | commitdiff | diff to current |
2008-12-10 |
Jerry D. Hedden |
Silence compiler warning in perlio.c |
blob | commitdiff | diff to current |
2008-12-05 |
Chip Salzenberg |
standardize save/restore of errno & vaxc$errno |
blob | commitdiff | diff to current |
2008-11-08 |
Steve Peters |
From change #34775, reverting perlio.c change for now... |
blob | commitdiff | diff to current |
2008-11-08 |
Goro Fuji |
Re: [perl #56644] PerlIO resource leaks on open() and... |
blob | commitdiff | diff to current |
2008-11-08 |
Goro Fuji |
[perl #54828] perlio.c has a problem (both 5.8 and... |
blob | commitdiff | diff to current |
2008-11-02 |
Tom Christiansen |
PATCH: Large omnibus patch to clean up the JRRT quotes |
blob | commitdiff | diff to current |
2008-10-31 |
Nicholas Clark |
Add MUTABLE_GV(), and eliminate (V *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-30 |
Nicholas Clark |
Eliminate (SV *) casts from the rest of *.c, picking... |
blob | commitdiff | diff to current |
2008-10-26 |
Nicholas Clark |
Cope with brain damage in PerlIO::via, which will let... |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark |
Update copyright years. |
blob | commitdiff | diff to current |
2008-06-01 |
Goro Fuji |
[perl #54828] perlio.c has a problem (both 5.8 and... |
blob | commitdiff | diff to current |
2008-04-13 |
Marcus Holland-Moritz |
Add two missing dVAR's. |
blob | commitdiff | diff to current |
2008-03-13 |
Nicholas Clark |
Correct two spelling mistakes, and reformat some comments. |
blob | commitdiff | diff to current |
2008-03-12 |
Nicholas Clark |
Change 33492 did not spread the protection wide enough... |
blob | commitdiff | diff to current |
2008-03-12 |
Nicholas Clark |
We need mutex protection in PerlIOStdio_close() for... |
blob | commitdiff | diff to current |
2008-03-12 |
Nicholas Clark |
Correct logic error in PerlIOStdio_close() - 0 is an... |
blob | commitdiff | diff to current |
2008-02-25 |
Steve Hay |
Silence Borland compiler warnings (except for warnings... |
blob | commitdiff | diff to current |
2008-02-13 |
Jerry D. Hedden |
Unused var in perlio.c (revised) |
blob | commitdiff | diff to current |
2008-02-12 |
Nicholas Clark |
assert() that every NN argument is not NULL. Otherwise... |
blob | commitdiff | diff to current |
2008-02-08 |
Steve Peters |
Remove an unneeded if statement. |
blob | commitdiff | diff to current |
2008-02-08 |
Rafael Garcia-Suarez |
Remove redundant check |
blob | commitdiff | diff to current |
2008-02-02 |
Nicholas Clark |
In XS_PerlIO_get_layers() take advantage of the impleme... |
blob | commitdiff | diff to current |
2007-11-07 |
Dave Mitchell |
Disable debugging output in PerlIO_teardown; |
blob | commitdiff | diff to current |
2007-11-05 |
Nicholas Clark |
As reported in bug #46207, change 30633 to PerlIO_expor... |
blob | commitdiff | diff to current |
2007-11-03 |
Jarkko Hietaniemi |
Re: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096) |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark |
Use vnewSVpvf() rather than sv_vcatpvf() onto a newly... |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark |
Directly create the SV with Perl_newSVpvf() rather... |
blob | commitdiff | diff to current |
2007-03-30 |
Rafael Garcia-Suarez |
When dup'ing a filehandle, retain the :utf8 layer |
blob | commitdiff | diff to current |
2007-03-19 |
Nicholas Clark |
PerlIO_exportFILE() and PerlIO_releaseFILE() should... |
blob | commitdiff | diff to current |
2007-03-17 |
Nicholas Clark |
PerlIO_importFILE() should increase the reference count... |
blob | commitdiff | diff to current |
2007-03-03 |
Rafael Garcia-Suarez |
Compilation warnings fixes by Jerry D. Hedden |
blob | commitdiff | diff to current |
2007-02-24 |
Alexey Tourbin |
perlio.c (PerlIO_tmpfile): fix memory leak |
blob | commitdiff | diff to current |
2007-02-17 |
Nicholas Clark |
Split the storage of the layers specificied by open... |
blob | commitdiff | diff to current |
2007-01-25 |
Nicholas Clark |
The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv... |
blob | commitdiff | diff to current |
2007-01-20 |
Bo Lindbergh |
Re: Race condition in IPC::Open3 / Mac OS? |
blob | commitdiff | diff to current |
2007-01-15 |
Nicholas Clark |
Add get_cvn_flags(), which is like get_cv() but takes... |
blob | commitdiff | diff to current |
2007-01-05 |
Rafael Garcia-Suarez |
Normalize copyright of perlio.c for years >= 2006 |
blob | commitdiff | diff to current |
2007-01-05 |
Rafael Garcia-Suarez |
Update copyright for perlio.c |
blob | commitdiff | diff to current |
2007-01-05 |
Bo Lindbergh |
Re: [PATCH] perlio.c repair |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz |
4th patch from: |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz |
The first three patches from: |
blob | commitdiff | diff to current |
2007-01-01 |
Jarkko Hietaniemi |
Symbian port: add Series 90 support |
blob | commitdiff | diff to current |
2006-12-06 |
Jarkko Hietaniemi |
Re: When should PERL_SYS_TERM() be called? [was: Re... |
blob | commitdiff | diff to current |
2006-12-05 |
Jarkko Hietaniemi |
Re: When should PERL_SYS_TERM() be called? [was: Re... |
blob | commitdiff | diff to current |
2006-12-03 |
Yves Orton |
Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool... |
blob | commitdiff | diff to current |
2006-11-18 |
Steve Peters |
Tweaks needed to get Perl compiling with g++ on OpenBSD. |
blob | commitdiff | diff to current |
2006-10-30 |
Steve Peters |
Initial cleanups to support compiling Win32 with MinGW... |
blob | commitdiff | diff to current |
2006-10-30 |
Craig A. Berry |
Change the non-mkstemp, non-win32 code path of PerlIO_t... |
blob | commitdiff | diff to current |
2006-10-24 |
Rafael Garcia-Suarez |
No warning was produced if perl failed to load PerlIO... |
blob | commitdiff | diff to current |
2006-10-20 |
Rafael Garcia-Suarez |
Enable perlio mutexes under threads (by Jarkko) |
blob | commitdiff | diff to current |
2006-10-20 |
Rafael Garcia-Suarez |
More leak fixes, by Jarkko |
blob | commitdiff | diff to current |
2006-10-19 |
Rafael Garcia-Suarez |
Memory leak fix, by Jarkko |
blob | commitdiff | diff to current |
2006-10-19 |
Rafael Garcia-Suarez |
Remove free() part of change #29045, which causes |
blob | commitdiff | diff to current |
2006-10-19 |
Jarkko Hietaniemi |
blead valgrind finding |
blob | commitdiff | diff to current |
2006-10-01 |
Nicholas Clark |
In PerlIO_debug(), if tainting or set*id, set PL_perlio... |
blob | commitdiff | diff to current |
2006-09-21 |
Jan Dubois |
RE: Combining UTF-16 output with :crlf is awkward |
blob | commitdiff | diff to current |
2006-09-11 |
Jarkko Hietaniemi |
C++: Solaris CC now compiles "perl" |
blob | commitdiff | diff to current |
2006-09-05 |
Robin Barker |
; was RE: [PATCH perlio.c pp.c regcomp.c] silence forma... |
blob | commitdiff | diff to current |
2006-08-17 |
Jarkko Hietaniemi |
Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached) |
blob | commitdiff | diff to current |
2006-08-07 |
Jarkko Hietaniemi |
g++ large patch |
blob | commitdiff | diff to current |
2006-08-03 |
Jarkko Hietaniemi |
more g++ in Tru64 |
blob | commitdiff | diff to current |
2006-06-12 |
Andy Lester |
Proper use of enums |
blob | commitdiff | diff to current |
2006-05-29 |
Rafael Garcia-Suarez |
Revert change 28322, which makes ithreads panic |
blob | commitdiff | diff to current |
2006-05-29 |
Jarkko Hietaniemi |
perlio.c: nobody was freeing PL_perlio_fd_refcnt, now... |
blob | commitdiff | diff to current |
2006-05-23 |
Andy Lester |
clean some lint findings |
blob | commitdiff | diff to current |
2006-05-22 |
Yves Orton |
Perl_PerlIO_context_layers and PerlIO_apply_layers... |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Abolish cop_io (the simple way) by storing the value... |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Solaris was happy, but change 28247 removed the wrong... |
blob | commitdiff | diff to current |
2006-05-19 |
Nicholas Clark |
Perl_croak() needs an aTHX_ in PerlIO_vsprintf(). |
blob | commitdiff | diff to current |
2006-05-19 |
Nicholas Clark |
strlen(foo) rather than strchr(foo, 0) makes simpler... |
blob | commitdiff | diff to current |
2006-05-19 |
Jarkko Hietaniemi |
Re: [PATCH] Re: Change 28183 has broken 64-bit builds? |
blob | commitdiff | diff to current |
2006-05-17 |
Jarkko Hietaniemi |
Re: Change 28183 has broken 64-bit builds? |
blob | commitdiff | diff to current |
2006-05-12 |
Jarkko Hietaniemi |
Re: [PATCH] my_snprintf |
blob | commitdiff | diff to current |
2006-05-09 |
Vadim Konovalov |
wince crosscompile patch for 28132 |
blob | commitdiff | diff to current |
2006-05-02 |
Andy Lester |
quiet some perlio.c warnings |
blob | commitdiff | diff to current |
2006-04-29 |
Nicholas Clark |
Coverity disliked us passing a negative length to vsnpr... |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi |
reduce gcc -ansi -pedantic noise plus a suggestion |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi |
dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update |
blob | commitdiff | diff to current |
2006-04-28 |
Rafael Garcia-Suarez |
Fix typo in function call |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi |
Re: [PATCH] use snprintf/strlcpy/strlcat when useful |
blob | commitdiff | diff to current |
2006-04-26 |
Marcus Holland-Moritz |
Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 |
blob | commitdiff | diff to current |
2006-04-25 |
Andy Lester |
use NOOP macro |
blob | commitdiff | diff to current |
2006-04-15 |
Jarkko Hietaniemi |
perlio.c: layer data might be allocated and unused... |
blob | commitdiff | diff to current |
2006-04-14 |
Jarkko Hietaniemi |
perlio.c: (Coverity) eliminate temp ptr that confuses... |
blob | commitdiff | diff to current |
2006-04-11 |
Jarkko Hietaniemi |
perlio.c: false Coverity finding (it cannot see that... |
blob | commitdiff | diff to current |
2006-04-09 |
Jarkko Hietaniemi |
Re: [PATCH] perlio.c: Coverity finding: finding false... |
blob | commitdiff | diff to current |
2006-04-08 |
Jarkko Hietaniemi |
perlio.c: Coverity finding: finding false (Coverity... |
blob | commitdiff | diff to current |
2006-04-05 |
Alan Burlison |
perlio.c breaks on Solaris/gcc when > 256 FDs are available |
blob | commitdiff | diff to current |
2006-04-04 |
Andy Lester |
Move conditional SOCKS5 code into #ifdefs |
blob | commitdiff | diff to current |
2006-04-03 |
Andy Lester |
SvREFCNT_inc tweaks |
blob | commitdiff | diff to current |
2006-02-27 |
Steve Hay |
Fix code-before-declaration error (under VC++) from... |
blob | commitdiff | diff to current |
next |