summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* More copyright updatesRafael Garcia-Suarez2006-01-041-1/+1
* Make the new STR_WITH_LEN() affected compile under -Dusethreads.Gisle Aas2006-01-041-1/+1
* Get rid of a few more hardcoded string lengths.Gisle Aas2006-01-041-5/+5
* Get rid of a few more hardcoded string lengths.Gisle Aas2006-01-041-1/+1
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-041-4/+4
* perlio.c - gv_stashpvn() vs gv_stashpv()Tels2005-12-301-1/+1
* Move and const some definitions of variables used to save errno.Nicholas Clark2005-12-171-1/+1
* [perl #37657] segfault with binmode ":pop"Peter Dintelmann2005-11-121-3/+4
* [perl #37648] segfault with PERLIO_DEBUG Peter Dintelmann2005-11-101-2/+2
* Eliminate some unnecessary strlen()sNicholas Clark2005-11-081-4/+4