summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
...
* It should never be possible for SvGMAGICAL() to be true on SVt_IV.Nicholas Clark2006-04-291-1/+1
* print couldn't correctly handle surprises from UTF-8 overloading.Nicholas Clark2006-04-291-10/+27
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-1/+3
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-2/+2
* [perl #38709] Opening '|-' triggers unjustified taint check Martin Hasch2006-04-241-1/+1
* Random accumulated patchesAndy Lester2006-03-311-1/+1
* Re: threads and VMSJohn E. Malmberg2006-03-051-1/+1
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-1/+1
* patch@27236 vms glob/readdir/chdir EFS/long filename supportJohn E. Malmberg2006-02-201-83/+8
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-14/+14
* Handle unused argsAndy Lester2006-02-081-1/+2
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-3/+3
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-6/+6
* gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanningNicholas Clark2006-02-021-3/+4
* Yet more instances of gv_fetchpv... that should be GV_ADD rather thanNicholas Clark2006-02-021-3/+3
* Make Perl_gv_fetchpvn_flags actually heed the passed in length.Nicholas Clark2006-01-311-1/+1
* Call gv_fetchpvn_flags where we already know the length.Nicholas Clark2006-01-281-1/+2
* Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.Nicholas Clark2006-01-281-3/+3
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-1/+1
* Suppress "statement not reached" warning from the Sun C compiler.Gisle Aas2006-01-181-1/+2
* It's the Barbie bus patchAndy Lester2006-01-101-12/+10
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+20
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-021-1/+1
* Making 0 pointers to NULLsAndy Lester2006-01-011-3/+3
* chg 26486 removes last use of NGROUPS, so remove the macro-defJim Cromie2005-12-261-3/+0
* Obviously, Perl_ingroup() is also using 256k of stack memory on Linux.Steve Peters2005-12-261-4/+12
* gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, ratherNicholas Clark2005-12-201-1/+1
* Move and const some definitions of variables used to save errno.Nicholas Clark2005-12-171-11/+11
* In Perl_apply, the name of the op can be found from PL_op_name, insteadNicholas Clark2005-12-151-8/+3
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-1/+1
* Const & local: Special Victims UnitAndy Lester2005-11-111-44/+32
* Eliminate some unnecessary strlen()sNicholas Clark2005-11-081-1/+1
* 3 calls to strlen() we can avoid.Nicholas Clark2005-11-081-3/+3
* s/Nick Clark/Nicholas Clark/Nicholas Clark2005-11-071-1/+1
* Symbian update blead@26025Jarkko Hietaniemi2005-11-071-2/+2
* Patch 3945 was a bit overkeen - the effective parameter to cando() andNicholas Clark2005-11-031-4/+5
* Move the conditonal compiles that report absence of kill and chownNicholas Clark2005-11-021-0/+13
* futimes [PATCH]Gisle Aas2005-10-311-7/+43
* I think we have a winner. do_pipe hasn't been called since 4.036.Nicholas Clark2005-10-301-46/+0
* Replace do_aexec() with a macro to call do_aexec5() with the two extraNicholas Clark2005-10-301-8/+0
* Replace do_exec() with a macro to call do_exec3() with the extra twoNicholas Clark2005-10-301-7/+1
* Replace do_open() with a macro to call do_openn() with the extra twoNicholas Clark2005-10-301-8/+0
* Additional mathoms from doio.cSteve Peters2005-10-291-24/+0
* another Symbian update: Alan's fault :-)Jarkko Hietaniemi2005-10-171-2/+2
* Re: $^CHILD_ERROR_NATIVE issues (with attachment)Gisle Aas2005-10-041-1/+1
* AW: [perl #36291] incorrect $! from open ">&nr" with too many open filesPeter Dintelmann2005-09-271-1/+1
* Use SvGETMAGIC more oftenRick Delaney2005-08-231-2/+1
* patch@25279 VMS error handling and const fixesJohn E. Malmberg2005-08-101-10/+21
* Various patches by John E. Malmberg to fix dataRafael Garcia-Suarez2005-08-011-2/+2
* More embed.fnc goodnessAndy Lester2005-07-291-4/+4