summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Using savesvpv() here is terser and produces smaller object code.Nicholas Clark2005-04-051-4/+1
* const-eight.diffAndy Lester2005-04-041-23/+26
* Fix PerlLIO_chsize() for platforms that don't have chsize()Steve Hay2005-03-291-5/+10
* Third consting batchAndy Lester2005-03-241-8/+7
* Make the return value of close() depend not only on the success of theRafael Garcia-Suarez2005-03-101-3/+6
* Use strl* functions in doio.c when availableSteve Peters2005-02-151-4/+52
* strEQ/strNE of 1 character strings seems better hand inlined,Nicholas Clark2005-01-011-4/+4
* Doing the strnEQ char by char for 2 and 3 character stringsNicholas Clark2004-12-311-2/+2
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+5
* Perl_mode_from_discipline must update len. (else SEGV)Nicholas Clark2004-07-101-0/+1
* Include variable names in "Use of uninitialized value" warningsDave Mitchell2004-04-231-1/+1
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* [perl #24521] make test breaks permissions on /dev/ttyDave Mitchell2004-02-291-1/+3
* Implement stacked filetest operators (-f -w -x $file).Rafael Garcia-Suarez2004-02-091-1/+9
* Remove incorrect guards around inclusion of <signal.h>Alan Burlison2003-12-151-2/+0
* Modify the common guard for the signal.h header, becauseAlan Burlison2003-12-121-1/+1
* casting bug in VMS part of Perl_start_globCraig A. Berry2003-12-061-2/+3
* dup2() not going through PerlLIO abstraction layerJan Dubois2003-10-231-1/+1
* Two OS/2 portability patches from Ilya.Ilya Zakharevich2003-10-211-2/+2
* Apparently at some point doing 3-arg open withJarkko Hietaniemi2003-09-131-0/+4