summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
...
* More leak fixes, by JarkkoRafael Garcia-Suarez2006-10-201-27/+27
* Memory leak fix, by JarkkoRafael Garcia-Suarez2006-10-191-0/+21
* Remove free() part of change #29045, which causesRafael Garcia-Suarez2006-10-191-9/+0
* blead valgrind findingJarkko Hietaniemi2006-10-191-0/+23
* In PerlIO_debug(), if tainting or set*id, set PL_perlio_debug_fd to -1Nicholas Clark2006-10-011-5/+12
* RE: Combining UTF-16 output with :crlf is awkwardJan Dubois2006-09-211-1/+18
* C++: Solaris CC now compiles "perl"Jarkko Hietaniemi2006-09-111-1/+8
* ; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warningsRobin Barker2006-09-051-0/+1
* Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)Jarkko Hietaniemi2006-08-171-0/+3
* g++ large patchJarkko Hietaniemi2006-08-071-2/+2
* more g++ in Tru64Jarkko Hietaniemi2006-08-031-0/+5
* Proper use of enumsAndy Lester2006-06-121-1/+2
* Revert change 28322, which makes ithreads panicRafael Garcia-Suarez2006-05-291-2/+0
* perlio.c: nobody was freeing PL_perlio_fd_refcnt, now PerlIO_cleanup() isJarkko Hietaniemi2006-05-291-0/+2
* clean some lint findingsAndy Lester2006-05-231-0/+2
* Perl_PerlIO_context_layers and PerlIO_apply_layers, as well as other unexport...Yves Orton2006-05-221-29/+30
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-201-8/+11
* Solaris was happy, but change 28247 removed the wrong dTHX as far asNicholas Clark2006-05-201-1/+1
* Perl_croak() needs an aTHX_ in PerlIO_vsprintf().Nicholas Clark2006-05-191-2/+1
* strlen(foo) rather than strchr(foo, 0) makes simpler code, and isNicholas Clark2006-05-191-4/+4
* Re: [PATCH] Re: Change 28183 has broken 64-bit builds?Jarkko Hietaniemi2006-05-191-10/+8
* Re: Change 28183 has broken 64-bit builds?Jarkko Hietaniemi2006-05-171-1/+1
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-121-10/+2
* wince crosscompile patch for 28132Vadim Konovalov2006-05-091-1/+5
* quiet some perlio.c warningsAndy Lester2006-05-021-3/+4
* Coverity disliked us passing a negative length to vsnprintf().Nicholas Clark2006-04-291-1/+1
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-1/+3
* dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) updateJarkko Hietaniemi2006-04-281-0/+1
* Fix typo in function callRafael Garcia-Suarez2006-04-281-1/+1
* Re: [PATCH] use snprintf/strlcpy/strlcat when usefulJarkko Hietaniemi2006-04-281-0/+8
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-1/+1
* use NOOP macroAndy Lester2006-04-251-4/+4
* perlio.c: layer data might be allocated and unused (Coverity)Jarkko Hietaniemi2006-04-151-12/+19
* perlio.c: (Coverity) eliminate temp ptr that confuses Coverity into thinking ...Jarkko Hietaniemi2006-04-141-3/+2
* perlio.c: false Coverity finding (it cannot see that two pointers are the sam...Jarkko Hietaniemi2006-04-111-4/+4
* Re: [PATCH] perlio.c: Coverity finding: finding false (Coverity notable to fo...Jarkko Hietaniemi2006-04-091-1/+1
* perlio.c: Coverity finding: finding false (Coverity not able to follow vtable...Jarkko Hietaniemi2006-04-081-0/+2
* perlio.c breaks on Solaris/gcc when > 256 FDs are availableAlan Burlison2006-04-051-25/+1
* Move conditional SOCKS5 code into #ifdefsAndy Lester2006-04-041-25/+14
* SvREFCNT_inc tweaksAndy Lester2006-04-031-1/+1
* Fix code-before-declaration error (under VC++) from change #27334Steve Hay2006-02-271-1/+1
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-6/+7
* unused context warningsAndy Lester2006-02-241-0/+40
* Remove a my_perl that slipped inRafael Garcia-Suarez2006-02-141-2/+0
* Sun Studio lint patchesAndy Lester2006-02-141-0/+6
* Fix change 27059 so that it actually works with >16 file descriptors.Nicholas Clark2006-02-121-1/+3
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-10/+10
* Change PL_perlio_fd_refcnt from a fixed size static array to a pointerNicholas Clark2006-02-031-5/+49
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-10/+10
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+30