Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate: | Nicholas Clark | 2003-10-17 | 1 | -0/+4 |
* | Integrate: | Jarkko Hietaniemi | 2003-08-08 | 1 | -0/+2 |
* | Restore everything regarding "v-string deprecation" | Jarkko Hietaniemi | 2003-08-06 | 1 | -2/+0 |
* | v-strings saga continues. | Jarkko Hietaniemi | 2003-08-06 | 1 | -0/+2 |
* | Integrate: | Jarkko Hietaniemi | 2003-07-28 | 1 | -2/+2 |
* | Integrate: | Jarkko Hietaniemi | 2003-07-27 | 1 | -0/+2 |
* | Integrate: | Jarkko Hietaniemi | 2003-07-11 | 1 | -0/+2 |
* | Integrate: | Jarkko Hietaniemi | 2003-07-10 | 1 | -0/+2 |
* | Retract #20113. | Jarkko Hietaniemi | 2003-07-10 | 1 | -2/+0 |
* | Missing symbol export. | Jarkko Hietaniemi | 2003-07-10 | 1 | -0/+2 |
* | Integrate: | Peter Prymmer | 2003-07-04 | 1 | -2/+0 |
* | Integrate: | Jarkko Hietaniemi | 2003-06-30 | 1 | -0/+2 |
* | Integrate: | Philip Newton | 2003-06-26 | 1 | -0/+2 |
* | Bandaid from Dave Mitchell for various pad-related | Jarkko Hietaniemi | 2003-06-12 | 1 | -2/+4 |
* | Integrate: | Jarkko Hietaniemi | 2003-05-13 | 1 | -14/+14 |
* | Integrate: | Jarkko Hietaniemi | 2003-05-04 | 1 | -1/+1 |
* | Integrate: | Jarkko Hietaniemi | 2003-04-28 | 1 | -0/+2 |
* | Integrate: | Jarkko Hietaniemi | 2003-04-07 | 1 | -0/+2 |
* | OS/2-related patches | Ilya Zakharevich | 2003-04-01 | 1 | -2/+4 |
* | Integrate: | Jarkko Hietaniemi | 2003-03-02 | 1 | -1/+1 |
* | Integrate: | Jarkko Hietaniemi | 2003-02-26 | 1 | -0/+2 |
* | Integrate: | Jarkko Hietaniemi | 2003-02-18 | 1 | -2/+4 |
* | Integrate: | Jarkko Hietaniemi | 2003-01-16 | 1 | -2/+2 |
* | Integrate: | Jarkko Hietaniemi | 2002-12-03 | 1 | -0/+2 |
* | Integrate: | Jarkko Hietaniemi | 2002-11-28 | 1 | -0/+2 |
|\ | |||||
| * | Re: [perl #18203] Recursive call in PerlIO_find_layer | Slaven Rezic | 2002-11-27 | 1 | -0/+2 |
| * | make regen_headers. | Rafael Garcia-Suarez | 2002-11-05 | 1 | -3/+5 |
| * | PL_curpad == AvARRAY(PL_comppad) always | Dave Mitchell | 2002-10-22 | 1 | -32/+0 |
| * | move all pad-related code to its own src file | Dave Mitchell | 2002-10-02 | 1 | -2/+0 |
| * | use sysconf(_SC_CLK_TCK) for times() | Jarkko Hietaniemi | 2002-09-04 | 1 | -0/+2 |
| * | B::check_av() ; B::Deparse for CHECK blocks | Rafael Garcia-Suarez | 2002-08-29 | 1 | -0/+2 |
| * | posixify getppid on linux-multithread | Rafael Garcia-Suarez | 2002-08-29 | 1 | -0/+2 |
* | | perl embed.pl | Jarkko Hietaniemi | 2002-11-05 | 1 | -3/+5 |
* | | The first big import towards 5.8.1, @18078. Please do NOT | Jarkko Hietaniemi | 2002-11-04 | 1 | -0/+6 |
|/ | |||||
* | The #16592 needs this. | Jarkko Hietaniemi | 2002-05-14 | 1 | -0/+2 |
* | my $utf8here, our $utf8here, and package variable $utf8here. | Jarkko Hietaniemi | 2002-04-16 | 1 | -0/+4 |
* | Fix segfaults when mainthread exits with other threads running: | Nick Ing-Simmons | 2002-04-03 | 1 | -0/+2 |
* | Integrate mainline (Win2k/MinGW all ok except threads/t/end.t) | Nick Ing-Simmons | 2002-03-21 | 1 | -0/+2 |
* | Integrate mainline | Nick Ing-Simmons | 2002-01-25 | 1 | -4/+13 |
* | Nearly-working threads re-structuring. Do not integrate, | Nick Ing-Simmons | 2002-01-19 | 1 | -4/+6 |
* | Regen embed enable slab for PERL_IMPLICIT_SYS | Nick Ing-Simmons | 2002-01-15 | 1 | -0/+6 |
* | Retract #14251 (the op slab allocator from perlio) | Jarkko Hietaniemi | 2002-01-14 | 1 | -6/+0 |
* | Slab allocator for ops | Nick Ing-Simmons | 2002-01-13 | 1 | -0/+6 |
* | Integrate mainline (mostly) utf8.c does not compile. | Nick Ing-Simmons | 2001-12-20 | 1 | -2/+2 |
* | -t taint warnings | Michael G. Schwern | 2001-12-14 | 1 | -0/+2 |
* | Create a per-interpeter debug scratchpad container | Jarkko Hietaniemi | 2001-11-20 | 1 | -0/+2 |
* | Retract #13088: it seems that unless dump.c is extensively | Jarkko Hietaniemi | 2001-11-19 | 1 | -0/+2 |
* | The runops_dbg should not be needed. | Jarkko Hietaniemi | 2001-11-19 | 1 | -2/+0 |
* | embed.pl generated changes I forgot to include | Nick Ing-Simmons | 2001-11-18 | 1 | -0/+4 |
* | Unicode: add ToFold mapping. Not used yet; but basically | Jarkko Hietaniemi | 2001-11-02 | 1 | -0/+2 |