| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #33928] chomp() fails after alarm(), `sleep` | Dave Mitchell | 2005-01-29 | 1 | -2/+3 |
* | Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32 | Yitzchak Scott-Thoennes | 2005-01-21 | 1 | -2/+0 |
* | Correct the editor block to match the perl 5 policy on tabs | Nicholas Clark | 2005-01-14 | 1 | -1/+1 |
* | Update copyright years. Add an editor block while passing by. | Nicholas Clark | 2005-01-13 | 1 | -1/+11 |
* | If we know the length of the string constant, save a strlen() | Nicholas Clark | 2005-01-09 | 1 | -1/+1 |
* | savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to | Nicholas Clark | 2005-01-09 | 1 | -1/+1 |
* | to improve -DCHECK_FORMAT | Robin Barker | 2005-01-07 | 1 | -1/+1 |
* | Stage 1 of utf8 support for soft references. | Nicholas Clark | 2005-01-07 | 1 | -9/+14 |
* | Ooops. Fix unitialised variable | Nicholas Clark | 2004-12-29 | 1 | -0/+1 |
* | read (and presuambly sysread) would expose the UTF8 internals when | Nicholas Clark | 2004-12-29 | 1 | -3/+30 |
* | Re: [perl #31459] Bug in read() | Chris Heath | 2004-09-14 | 1 | -1/+4 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+9 |
* | remove the return stack PL_retstack, and store return ops in the CX | Dave Mitchell | 2004-07-23 | 1 | -2/+2 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | Make a temporary copy of the input buffer in pp_send, so that send | Nicholas Clark | 2004-03-09 | 1 | -1/+5 |
* | Implement stacked filetest operators (-f -w -x $file). | Rafael Garcia-Suarez | 2004-02-09 | 1 | -22/+86 |
* | [perl #8698] format bug with undefined _TOP | Dave Mitchell | 2004-01-16 | 1 | -1/+1 |
* | Two OS/2 portability patches from Ilya. | Ilya Zakharevich | 2003-10-21 | 1 | -10/+10 |
* | pp_sys.c: pp_waitpid and EINTR | Steve Grazzini | 2003-10-05 | 1 | -7/+8 |
* | [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS | Olli Savia | 2003-09-24 | 1 | -0/+12 |
* | -M -A -C broken | Ilya Zakharevich | 2003-09-18 | 1 | -3/+3 |
* | It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/, | Jarkko Hietaniemi | 2003-09-12 | 1 | -1/+1 |
* | Radu Greab is my hero (the recent cygwin getpw*->pw_comment | Jarkko Hietaniemi | 2003-09-08 | 1 | -0/+6 |
* | Clean up pp_readdir() somewhat. | Abhijit Menon-Sen | 2003-09-08 | 1 | -29/+22 |
* | more valgrinding: select problem? | Marcus Holland-Moritz | 2003-08-25 | 1 | -3/+7 |
* | Oops. Why can't C comments nest? | Jarkko Hietaniemi | 2003-08-22 | 1 | -1/+1 |
* | Try to dodge getspnam() in AIX. | Jarkko Hietaniemi | 2003-08-22 | 1 | -2/+10 |
* | Fix the syswrite downgrade bug of | Jarkko Hietaniemi | 2003-08-21 | 1 | -3/+6 |
* | A better patch from Yitzchak Scott-Thoennes for [perl #23287]. | Jarkko Hietaniemi | 2003-08-12 | 1 | -2/+2 |
* | Retract #20644 and #20643; on non-microperl non-fcntl | Jarkko Hietaniemi | 2003-08-12 | 1 | -2/+0 |
* | Apply much of Ilya's microperl patch, but instead of | Jarkko Hietaniemi | 2003-08-12 | 1 | -0/+12 |
* | A generally useful hunk from Ilya's microperl patch. | Jarkko Hietaniemi | 2003-08-12 | 1 | -0/+2 |
* | Fix for [perl #23287] segfault in untie. | Jarkko Hietaniemi | 2003-08-12 | 1 | -1/+1 |
* | Integrate from perlio: | Jarkko Hietaniemi | 2003-07-01 | 1 | -0/+8 |
* | Debian fix from Brendan O'Dea: | Jarkko Hietaniemi | 2003-06-22 | 1 | -6/+10 |
* | Remove all magic in untie() | Aaron J. Mackey | 2003-06-15 | 1 | -1/+1 |
* | OS2 patches | Ilya Zakharevich | 2003-06-15 | 1 | -2/+2 |
* | Patch for a warning emitted twice, from : | Steve Grazzini | 2003-06-12 | 1 | -1/+1 |
* | change#16723 broke the ioctl() return value on platforms | Gurusamy Sarathy | 2003-05-17 | 1 | -0/+2 |
* | Re: Does filetest work at all? | Slaven Rezic | 2003-05-03 | 1 | -6/+6 |
* | Salvage 'use filetest "access"' from compiletime to runtime. | Jarkko Hietaniemi | 2003-05-03 | 1 | -6/+6 |
* | OpenUNIX 8 support | Rafael Garcia-Suarez | 2003-05-02 | 1 | -0/+3 |
* | Fix another segfault case (warn called from UNIVERSAL::DESTROY). | Adrian M. Enache | 2003-04-21 | 1 | -1/+1 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Not all compilers like #ifdefs within cpp macros | Jarkko Hietaniemi | 2003-03-30 | 1 | -3/+11 |
* | In IRIX 5.3 the cc is awfully confused about the prototype | Jarkko Hietaniemi | 2003-03-30 | 1 | -0/+3 |
* | Trims slashes from the argument to rmdir(), likewise | Rafael Garcia-Suarez | 2003-03-12 | 1 | -20/+28 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | PERL_SIGNALS=unsafe enables the old unsafe/immediate signals. | Jarkko Hietaniemi | 2003-02-24 | 1 | -12/+14 |
* | Re: truncate using a globref | Slaven Rezic | 2003-01-26 | 1 | -11/+24 |