summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perlio.c constingAndy Lester2005-11-011-103/+94
* Fix [perl #37533] open pragma ignored for all 3-arg opensRafael Garcia-Suarez2005-10-311-2/+2
* Etta James presents: More constingAndy Lester2005-10-311-22/+23
* perlsio_binmode() is pretty much a mathom on UNIX platforms, but it isSteve Peters2005-10-311-0/+63
* Add a new file, mathoms.c, to hold old code kept around for binarySteve Peters2005-10-281-60/+0
* another Symbian update: Alan's fault :-)Jarkko Hietaniemi2005-10-171-1/+1
* Re: [BUG 5.8.7] Another major bug in PerlIO layerIlya Zakharevich2005-09-271-5/+29
* More embed.fnc plowingAndy Lester2005-07-131-24/+24
* make the expensive ckWARN() be called as late as possibleDave Mitchell2005-07-131-2/+1
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-5/+5
* Pre-YAPC consting funAndy Lester2005-06-231-25/+25
* Const Boy II: The LocalizingAndy Lester2005-06-231-1/+6
* More SvPV constingNicholas Clark2005-06-091-4/+4
* More SvPV consting.Nicholas Clark2005-06-071-8/+8
* Random constingAndy Lester2005-06-031-2/+3