| Commit message (Expand) | Author | Age | Files | Lines |
* | 5.8.0-RC1 on SunOS 4! | Robin Barker | 2002-07-09 | 1 | -1/+1 |
* | Spurious empty statements. | Jarkko Hietaniemi | 2002-06-15 | 1 | -2/+2 |
* | Possible cure for | Alessandro Forghieri | 2002-06-15 | 1 | -1/+2 |
* | Re: RC1 on Playstation2 | Tim Jenness | 2002-06-12 | 1 | -0/+11 |
* | NI-S doesn't need these comments :-) but I'm commenting anyway. | Jarkko Hietaniemi | 2002-06-10 | 1 | -0/+5 |
* | With -Ud_stdstdio perl -v and perl -h didn't flush their | Jarkko Hietaniemi | 2002-06-06 | 1 | -2/+2 |
* | [Patch] Inplace editing on Cygwin and others? | Gerrit P. Haase | 2002-06-01 | 1 | -0/+6 |
* | Integrate macperl patch #16868. | Jarkko Hietaniemi | 2002-05-30 | 1 | -3/+8 |
* | manual integrate of change#16332 from maint-5.6 branch | Gurusamy Sarathy | 2002-05-02 | 1 | -2/+14 |
* | Fix the "PerlIO require leak". Snag was that clean_objs | Nick Ing-Simmons | 2002-05-02 | 1 | -4/+8 |
* | NetWare changeover from Watcom to Codewarrior, from C Aditya. | Jarkko Hietaniemi | 2002-04-22 | 1 | -1/+6 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -1/+1 |
* | Windows 64-bit support: | Gurusamy Sarathy | 2002-04-21 | 1 | -5/+5 |
* | Always flush the PerlIO buffers after running END blocks in | Artur Bergman | 2002-04-18 | 1 | -0/+3 |
* | plug memory leak in perl_destruct() by cleaning out PL_debug_pad | Doug MacEachern | 2002-04-18 | 1 | -0/+10 |
* | my $utf8here, our $utf8here, and package variable $utf8here. | Jarkko Hietaniemi | 2002-04-16 | 1 | -0/+4 |
* | Supporess spurious warnings for @+ and and @- | Mark-Jason Dominus | 2002-04-15 | 1 | -4/+8 |
* | Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied | Mark-Jason Dominus | 2002-04-15 | 1 | -0/+4 |
* | Make other nits nervous. | Abhijit Menon-Sen | 2002-04-07 | 1 | -2/+0 |
* | Prototype tweak for non-threaded builds. | Jarkko Hietaniemi | 2002-04-03 | 1 | -1/+1 |
* | Fix segfaults when mainthread exits with other threads running: | Nick Ing-Simmons | 2002-04-03 | 1 | -7/+27 |
* | Update my email address in perl.c | Paul Green | 2002-04-02 | 1 | -1/+1 |
* | yfix fix for VMS (was YYDEBUG etc.) | Craig A. Berry | 2002-03-25 | 1 | -1/+1 |
* | Forgotten from #15486. | Jarkko Hietaniemi | 2002-03-25 | 1 | -1/+6 |
* | In the spirit of #15464. | Jarkko Hietaniemi | 2002-03-24 | 1 | -2/+2 |
* | Re: [ID 20020323.002] recently-introduced regex segfault | Michael G. Schwern | 2002-03-24 | 1 | -2/+0 |
* | If it looks like UTF-8 (either nl_langinfo or locale variables), | Jarkko Hietaniemi | 2002-03-20 | 1 | -0/+16 |
* | Make regex DEBUGGING faster. | Jarkko Hietaniemi | 2002-03-18 | 1 | -0/+5 |
* | Monster _r patch: try to scan for all known _r variants, | Jarkko Hietaniemi | 2002-03-15 | 1 | -2/+1 |
* | Re: Win32: C:\Program Files | Ken Williams | 2002-03-14 | 1 | -0/+1 |
* | Typo fixes. | Abhijit Menon-Sen | 2002-03-11 | 1 | -2/+2 |
* | Re: [PATCH] for broken /proc/curproc/file on FreeBSD | Jarkko Hietaniemi | 2002-03-11 | 1 | -1/+7 |
* | more warnings tidyup | Paul Marquess | 2002-03-11 | 1 | -8/+8 |
* | Renaming tweaks, and split off the reentrant "superbuffer" | Jarkko Hietaniemi | 2002-03-10 | 1 | -3/+2 |
* | 5005threads wasn't even compiling. | Jarkko Hietaniemi | 2002-03-06 | 1 | -0/+3 |
* | Debugging OPs | Ilya Zakharevich | 2002-03-03 | 1 | -1/+1 |
* | DJGPP tweaks from Laszlo Molnar. | Jarkko Hietaniemi | 2002-02-08 | 1 | -10/+0 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -8/+8 |
* | Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds! | Nick Ing-Simmons | 2002-01-14 | 1 | -14/+3 |
* | Missed the =head1 additions. | Jarkko Hietaniemi | 2002-01-03 | 1 | -0/+15 |
* | -t without -w | Michael G. Schwern | 2001-12-30 | 1 | -6/+22 |
* | Make -t equal -tw. | Jarkko Hietaniemi | 2001-12-25 | 1 | -2/+4 |
* | -t and the core tests; -t and PERL5OPT | Rafael Garcia-Suarez | 2001-12-17 | 1 | -2/+7 |
* | -t taint warnings | Michael G. Schwern | 2001-12-14 | 1 | -0/+7 |
* | Passing in env to perl_parse did not work | Gisle Aas | 2001-12-12 | 1 | -35/+5 |
* | -P on VMS. Evicting sed | Michael G. Schwern | 2001-11-30 | 1 | -108/+101 |
* | Revert the /proc/self/auxv experiment for now. | Jarkko Hietaniemi | 2001-11-25 | 1 | -50/+5 |
* | The new way of finding out $^X in Solaris | Jarkko Hietaniemi | 2001-11-25 | 1 | -0/+12 |
* | $$ readonly, take two | Michael G. Schwern | 2001-11-25 | 1 | -1/+4 |
* | The debug_pag needs to be visible at all times | Jarkko Hietaniemi | 2001-11-24 | 1 | -6/+0 |