| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use /proc/self/auxv in Solaris to figure out the $^X. | Jarkko Hietaniemi | 2001-11-24 | 1 | -5/+38 |
* | Use PROCSELFEXE_PATH. | Jarkko Hietaniemi | 2001-11-23 | 1 | -1/+1 |
* | perl.c change to use HAS_PROCSELFEXE, also | Nick Ing-Simmons | 2001-11-20 | 1 | -3/+26 |
* | Extra diagnostics for -DP | Michael G. Schwern | 2001-11-20 | 1 | -0/+5 |
* | Create a per-interpeter debug scratchpad container | Jarkko Hietaniemi | 2001-11-20 | 1 | -0/+6 |
* | Add comments to mark where $^X is being handled. | Jarkko Hietaniemi | 2001-11-14 | 1 | -1/+1 |
* | s/parse_perl/parse_body/ | Michael G. Schwern | 2001-11-14 | 1 | -1/+1 |
* | when PERL_USE_SAFE_PUTENV is defined environ will not | Doug MacEachern | 2001-11-10 | 1 | -2/+4 |
* | #!perl -F... | Rafael Garcia-Suarez | 2001-11-09 | 1 | -2/+4 |
* | -s on #! line | Rafael Garcia-Suarez | 2001-11-08 | 1 | -20/+29 |
* | microperl sync. | Jarkko Hietaniemi | 2001-11-02 | 1 | -1/+1 |
* | Unicode: add ToFold mapping. Not used yet; but basically | Jarkko Hietaniemi | 2001-11-02 | 1 | -0/+2 |
* | Integrate changes #12580 and #12581 from macperl; | Jarkko Hietaniemi | 2001-10-22 | 1 | -1/+2 |
* | All tests pass (legitimately) on ithreads | Nick Ing-Simmons | 2001-10-22 | 1 | -1/+6 |
* | Win32 PerlIO_cleanup special cases should no longer be required. | Nick Ing-Simmons | 2001-10-21 | 1 | -10/+0 |
* | Convert rest of PerlIO's memory tables to per-interp and add clone functions | Nick Ing-Simmons | 2001-10-21 | 1 | -4/+9 |
* | vmsish fix, ieee rand() cleanup | Charles Lane | 2001-10-19 | 1 | -0/+3 |
* | Oh, bother. In Tru64 cc -std1 was looking rather nice | Jarkko Hietaniemi | 2001-10-17 | 1 | -1/+1 |
* | (retracted by #12485) | Jarkko Hietaniemi | 2001-10-17 | 1 | -1/+1 |
* | A missing SvREFCNT_dec. | Jarkko Hietaniemi | 2001-10-16 | 1 | -0/+1 |
* | Integrate macperl changes from Chris Nandor: | Jarkko Hietaniemi | 2001-09-26 | 1 | -1/+1 |
* | Do the environ assignment in perl_contruct to match perl_destruct. | Artur Bergman | 2001-09-26 | 1 | -8/+11 |
* | Move the creation of PL_strtab to perl_construct so we can work | Artur Bergman | 2001-09-26 | 1 | -9/+13 |
* | [patch] plug PL_beginav_save leak | Doug MacEachern | 2001-09-15 | 1 | -0/+2 |
* | Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C... | Hugo van der Sanden | 2001-09-15 | 1 | -14/+12 |
* | Building on win32 w/o perlio | Mattia Barbon | 2001-09-10 | 1 | -0/+4 |
* | Apply INT2PTR with force to silence warnings from | Artur Bergman | 2001-09-10 | 1 | -1/+1 |
* | oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (w... | Nicholas Clark | 2001-09-05 | 1 | -4/+6 |
* | Retract #11870 and volatilize the right destruct_level. | Jarkko Hietaniemi | 2001-09-04 | 1 | -1/+1 |
* | integrate change#11801 from maint-5.6 | Gurusamy Sarathy | 2001-08-31 | 1 | -7/+1 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -120/+55 |
* | Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset | Artur Bergman | 2001-08-30 | 1 | -1/+4 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -27/+27 |
* | Plugs a memory leak on destruction of regular expressions | Artur Bergman | 2001-08-27 | 1 | -1/+3 |
* | Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block run... | Artur Bergman | 2001-08-17 | 1 | -3/+8 |
* | change#10334 leaks memory, copies string when it doesn't | Gurusamy Sarathy | 2001-08-17 | 1 | -3/+9 |
* | Re: END {} blocks run in perl_run | Arthur Bergman | 2001-08-13 | 1 | -7/+8 |
* | SV: END {} blocks run in perl_run | Arthur Bergman | 2001-08-12 | 1 | -3/+8 |
* | B && BEGIN handling | James A. Duncan | 2001-08-07 | 1 | -1/+1 |