| Commit message (Expand) | Author | Age | Files | Lines |
* | Add editor boilerplates to all C files | Rafael Garcia-Suarez | 2005-05-10 | 1 | -0/+10 |
* | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ | Nicholas Clark | 2005-05-10 | 1 | -2/+2 |
* | GCC attributes! | Andy Lester | 2005-05-07 | 1 | -14/+16 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -9/+11 |
* | Refactoring to Sv*_set() macros - patch #2 | Steve Peters | 2005-04-08 | 1 | -2/+2 |
* | Add casting to allow g++ (3.3.5) to compile the core code. | Nicholas Clark | 2005-04-05 | 1 | -1/+2 |
* | Using savesvpv() here is terser and produces smaller object code. | Nicholas Clark | 2005-04-05 | 1 | -4/+1 |
* | const-eight.diff | Andy Lester | 2005-04-04 | 1 | -23/+26 |
* | Fix PerlLIO_chsize() for platforms that don't have chsize() | Steve Hay | 2005-03-29 | 1 | -5/+10 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -8/+7 |
* | Make the return value of close() depend not only on the success of the | Rafael Garcia-Suarez | 2005-03-10 | 1 | -3/+6 |
* | Use strl* functions in doio.c when available | Steve Peters | 2005-02-15 | 1 | -4/+52 |
* | strEQ/strNE of 1 character strings seems better hand inlined, | Nicholas Clark | 2005-01-01 | 1 | -4/+4 |
* | Doing the strnEQ char by char for 2 and 3 character strings | Nicholas Clark | 2004-12-31 | 1 | -2/+2 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+5 |
* | Perl_mode_from_discipline must update len. (else SEGV) | Nicholas Clark | 2004-07-10 | 1 | -0/+1 |
* | Include variable names in "Use of uninitialized value" warnings | Dave Mitchell | 2004-04-23 | 1 | -1/+1 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | [perl #24521] make test breaks permissions on /dev/tty | Dave Mitchell | 2004-02-29 | 1 | -1/+3 |
* | Implement stacked filetest operators (-f -w -x $file). | Rafael Garcia-Suarez | 2004-02-09 | 1 | -1/+9 |
* | Remove incorrect guards around inclusion of <signal.h> | Alan Burlison | 2003-12-15 | 1 | -2/+0 |
* | Modify the common guard for the signal.h header, because | Alan Burlison | 2003-12-12 | 1 | -1/+1 |
* | casting bug in VMS part of Perl_start_glob | Craig A. Berry | 2003-12-06 | 1 | -2/+3 |
* | dup2() not going through PerlLIO abstraction layer | Jan Dubois | 2003-10-23 | 1 | -1/+1 |
* | Two OS/2 portability patches from Ilya. | Ilya Zakharevich | 2003-10-21 | 1 | -2/+2 |
* | Apparently at some point doing 3-arg open with | Jarkko Hietaniemi | 2003-09-13 | 1 | -0/+4 |
* | Minuscule code cleanup. | Jarkko Hietaniemi | 2003-09-13 | 1 | -10/+11 |
* | Unknown discipline ':utf8' w/ maint perl w/o perlio | Stas Bekman | 2003-09-13 | 1 | -1/+1 |
* | Fewer naked char constants. | Jarkko Hietaniemi | 2003-08-30 | 1 | -3/+3 |
* | Restore SIGFPE on exec() | Chip Salzenberg | 2003-07-10 | 1 | -0/+8 |
* | OS2 patches | Ilya Zakharevich | 2003-06-15 | 1 | -0/+2 |
* | Integrate from perlio: | Jarkko Hietaniemi | 2003-05-18 | 1 | -0/+8 |
* | In eof() the errno can get stomped by the peek-ahead. | Jarkko Hietaniemi | 2003-05-10 | 1 | -0/+4 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Feeding illegal QP (like \x80) to this | Jarkko Hietaniemi | 2003-03-28 | 1 | -0/+2 |
* | Integrate: | Jarkko Hietaniemi | 2003-03-20 | 1 | -3/+4 |
* | Make whichsig() to work also if some system defines | Jarkko Hietaniemi | 2003-03-14 | 1 | -2/+2 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Re: utime undef, undef, "/tmp/test" and warnings | Stas Bekman | 2003-02-09 | 1 | -11/+12 |
* | Integrate #18405 from maint-5.8 which fixes whitespac | Nick Ing-Simmons | 2003-01-20 | 1 | -4/+2 |
* | Fix 'use encoding' I/O for code points 0x80..0xFF; | Jarkko Hietaniemi | 2003-01-16 | 1 | -1/+2 |
* | %_ (was Re: [PATCH] operation on `PL_na' may be undefined) | Nicholas Clark | 2003-01-07 | 1 | -6/+6 |
* | Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets? | Gurusamy Sarathy | 2002-11-07 | 1 | -2/+2 |
* | Re: [perl #17830] open FH, "<&", $fd | Steve Grazzini | 2002-10-17 | 1 | -0/+1 |
* | Re: perlio bug? | Rafael Garcia-Suarez | 2002-10-02 | 1 | -3/+5 |
* | enable -ansi -pedantic | Jarkko Hietaniemi | 2002-09-26 | 1 | -11/+11 |
* | Change PerlIO::Scalar and Via to scalar and via. | Jarkko Hietaniemi | 2002-07-09 | 1 | -3/+3 |
* | Re: autom4te and perl 5.8.0 | Andy Dougherty | 2002-07-04 | 1 | -1/+1 |
* | Fix segv on IO::File->open("/dev/null"). | Nick Ing-Simmons | 2002-06-20 | 1 | -1/+4 |
* | doio.c tweaks | Nick Ing-Simmons | 2002-06-06 | 1 | -5/+16 |