summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: blead@25210 on OpenVMS (not good)Craig A. Berry2005-07-241-2/+2
* Silence compiler warning following change 25157Steve Hay2005-07-181-2/+2
* change #25129 was overzealous in delaying the call to ckWARNDave Mitchell2005-07-171-3/+4
* Re: fchmod, fchown, fchdirGisle Aas2005-07-161-8/+54
* make the expensive ckWARN() be called as late as possibleDave Mitchell2005-07-131-5/+7
* no code before declarations!Dave Mitchell2005-07-101-2/+3
* Making my way thru embed.fncAndy Lester2005-07-101-13/+13
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-3/+3
* Don't check the pointer is non-NULL before calling Safefree() inNicholas Clark2005-07-021-8/+4
* Fixes to -DPERL_DONT_CREATE_GVSV to make more tests passNicholas Clark2005-06-291-1/+1
* Oops! Change 24946 wasn't quite rightSteve Hay2005-06-231-1/+1
* More bcc32 compiler warnings to silenceSteve Hay2005-06-231-1/+1
* Remove the deprecated $# variableRafael Garcia-Suarez2005-06-201-13/+0
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-161-11/+4
* Move SvPV consting, remove an n_a, and correct one error in Move()Nicholas Clark2005-06-101-17/+18
* More SvPV consting.Nicholas Clark2005-06-071-15/+11
* Lots of constingNicholas Clark2005-06-071-5/+5
* Unvoid SvUPGRADEAndy Lester2005-06-071-2/+2
* Random constingAndy Lester2005-06-031-2/+3
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-1/+1
* VMS build update for bleadCraig A. Berry2005-05-291-2/+2
* SvPVX_const() - Patch #1Steve Peters2005-05-201-10/+10
* Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]Gisle Aas2005-05-181-1/+1
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-0/+10
* s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/Nicholas Clark2005-05-101-2/+2
* GCC attributes!Andy Lester2005-05-071-14/+16
* Symbian port of PerlJarkko Hietaniemi2005-04-211-9/+11
* Refactoring to Sv*_set() macros - patch #2Steve Peters2005-04-081-2/+2
* Add casting to allow g++ (3.3.5) to compile the core code.Nicholas Clark2005-04-051-1/+2