summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minuscule code cleanup.Jarkko Hietaniemi2003-09-131-10/+11
* Unknown discipline ':utf8' w/ maint perl w/o perlioStas Bekman2003-09-131-1/+1
* Fewer naked char constants.Jarkko Hietaniemi2003-08-301-3/+3
* Restore SIGFPE on exec()Chip Salzenberg2003-07-101-0/+8
* OS2 patchesIlya Zakharevich2003-06-151-0/+2
* Integrate from perlio:Jarkko Hietaniemi2003-05-181-0/+8
* In eof() the errno can get stomped by the peek-ahead.Jarkko Hietaniemi2003-05-101-0/+4
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Feeding illegal QP (like \x80) to thisJarkko Hietaniemi2003-03-281-0/+2
* Integrate:Jarkko Hietaniemi2003-03-201-3/+4
* Make whichsig() to work also if some system definesJarkko Hietaniemi2003-03-141-2/+2
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Re: utime undef, undef, "/tmp/test" and warningsStas Bekman2003-02-091-11/+12
* Integrate #18405 from maint-5.8 which fixes whitespacNick Ing-Simmons2003-01-201-4/+2
* Fix 'use encoding' I/O for code points 0x80..0xFF;Jarkko Hietaniemi2003-01-161-1/+2
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-6/+6
* Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?Gurusamy Sarathy2002-11-071-2/+2
* Re: [perl #17830] open FH, "<&", $fdSteve Grazzini2002-10-171-0/+1
* Re: perlio bug?Rafael Garcia-Suarez2002-10-021-3/+5
* enable -ansi -pedanticJarkko Hietaniemi2002-09-261-11/+11
* Change PerlIO::Scalar and Via to scalar and via.Jarkko Hietaniemi2002-07-091-3/+3
* Re: autom4te and perl 5.8.0Andy Dougherty2002-07-041-1/+1
* Fix segv on IO::File->open("/dev/null").Nick Ing-Simmons2002-06-201-1/+4