| Commit message (Expand) | Author | Age | Files | Lines |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -28/+37 |
* | SvPV_renew also calls SvLEN_set | Nicholas Clark | 2005-04-18 | 1 | -2/+1 |
* | Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE | Nicholas Clark | 2005-04-18 | 1 | -1/+1 |
* | Make the four-argument form of select() return undef | Rafael Garcia-Suarez | 2005-04-11 | 1 | -1/+4 |
* | Down with potentially incorrect duplicate prototypes | Nicholas Clark | 2005-04-05 | 1 | -6/+0 |
* | Clean-up some warnings when compiling on Win32 with VC++ | Steve Hay | 2005-03-29 | 1 | -1/+1 |
* | Fix PerlLIO_chsize() for platforms that don't have chsize() | Steve Hay | 2005-03-29 | 1 | -4/+0 |
* | Consting five | Andy Lester | 2005-03-25 | 1 | -2/+2 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -6/+6 |
* | More consting goodness | Andy Lester | 2005-03-21 | 1 | -3/+3 |
* | Fix for bug [ID 20020227.005] format bug with undefined _TOP | H.Merijn Brand | 2005-02-27 | 1 | -1/+1 |
* | Patch for Perlbug #4253 | Nikolai Eipel | 2005-02-18 | 1 | -1/+0 |
* | [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 |