| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce 'fast stdio' symbols to non-Configure lands. | Jarkko Hietaniemi | 2003-04-23 | 19 | -1868/+2077 |
* | Regen Configure, Glossary, et alia. | Jarkko Hietaniemi | 2003-04-23 | 5 | -188/+216 |
* | Handle the combination of dosish and non-faststdio. | Jarkko Hietaniemi | 2003-04-23 | 1 | -1/+1 |
* | 5.8.0: two problems | Ilya Zakharevich | 2003-04-22 | 1 | -1/+1 |
* | Doc pointers in perlbot. | Casey West | 2003-04-22 | 1 | -1/+6 |
* | z/OS: changes for building threaded from "Brian De Pradine" | Jarkko Hietaniemi | 2003-04-22 | 4 | -2/+14 |
* | Enache's turn. | Jarkko Hietaniemi | 2003-04-22 | 1 | -1/+1 |
* | Re-merge Encode 1.92. | Jarkko Hietaniemi | 2003-04-22 | 2 | -2/+2 |
* | Argh, cut-and-pasto. | Jarkko Hietaniemi | 2003-04-22 | 1 | -1/+1 |
* | Fix bug 17964 by properly refcounting the gv top. | Artur Bergman | 2003-04-21 | 1 | -3/+12 |
* | Fix another segfault case (warn called from UNIVERSAL::DESTROY). | Adrian M. Enache | 2003-04-21 | 3 | -3/+7 |
* | Croak on non ref to shared methods instead of segfault. | Artur Bergman | 2003-04-21 | 1 | -0/+10 |
* | Add OpenZaurus cross-compilation patches. | Jarkko Hietaniemi | 2003-04-21 | 11 | -11/+1473 |
* | Fixes bug #17043, resets PL_srand_called before the cloning. | Artur Bergman | 2003-04-21 | 2 | -2/+20 |
* | Introduce two new Configure symbols: | Jarkko Hietaniemi | 2003-04-21 | 4 | -283/+344 |
* | Upgrade to Locale::Maketext 1.05. | Jarkko Hietaniemi | 2003-04-21 | 2 | -3/+14 |
* | Upgrade to Test 1.24. | Jarkko Hietaniemi | 2003-04-21 | 1 | -5/+5 |
* | goto &sub doesn't empty @_ | Dave Mitchell | 2003-04-20 | 1 | -0/+2 |
* | Remove, in the main Makefile, the $(LDLIBPTH) variable from | Adrian M. Enache | 2003-04-20 | 1 | -6/+6 |
* | Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug | Adrian M. Enache | 2003-04-20 | 1 | -0/+2 |
* | Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile. | Steve Hay | 2003-04-20 | 2 | -0/+27 |
* | Give more information of what to do when -Dusexxx fail. | Jarkko Hietaniemi | 2003-04-20 | 1 | -1/+13 |
* | Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//) | Adrian M. Enache | 2003-04-19 | 3 | -2/+15 |
* | Re: [PATCH] [perl #21875] Hash ref transformed as a list | Dave Mitchell | 2003-04-19 | 2 | -3/+33 |
* | Restore the two variables retired by the change #19268 | Jarkko Hietaniemi | 2003-04-19 | 3 | -0/+10 |
* | Fail if the specified -Duse64xxx cannot be fulfilled. | Jarkko Hietaniemi | 2003-04-19 | 1 | -15/+23 |
* | If long doubles fail, we really cannot sensibly | Jarkko Hietaniemi | 2003-04-19 | 1 | -8/+5 |
* | Upgrade to Net::Ping 2.30. | Jarkko Hietaniemi | 2003-04-19 | 3 | -21/+80 |
* | Bump the test count. | Jarkko Hietaniemi | 2003-04-19 | 1 | -1/+1 |
* | allow recursive FETCHes | Dave Mitchell | 2003-04-19 | 14 | -35/+109 |
* | readline.t tweak for VMS | Craig A. Berry | 2003-04-19 | 1 | -6/+8 |
* | Re: any takers for this Storable bug? | Adrian M. Enache | 2003-04-19 | 1 | -0/+11 |
* | Don't use the stack to allocate a SV that we hand out to another | Artur Bergman | 2003-04-19 | 1 | -10/+13 |
* | UTF8 regexp patch from Inaba Hiroto. | Jarkko Hietaniemi | 2003-04-18 | 2 | -5/+14 |
* | Unused variables. | Jarkko Hietaniemi | 2003-04-18 | 2 | -2/+0 |
* | Another needle in the voodoo doll. | Artur Bergman | 2003-04-17 | 1 | -4/+10 |
* | Extreme Voodoo programming, by not pinching the SV if it is a | Artur Bergman | 2003-04-17 | 1 | -2/+7 |
* | Implement -Dnoextensions=... and -Donlyextensions=... | Jarkko Hietaniemi | 2003-04-17 | 2 | -3/+55 |
* | [#21962] Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "". | Abhijit Menon-Sen | 2003-04-17 | 1 | -2/+0 |
* | Introduce the new *l APIs, undefined, to non-Configure lands. | Jarkko Hietaniemi | 2003-04-17 | 18 | -37/+265 |
* | Regen Glossary et alia. | Jarkko Hietaniemi | 2003-04-17 | 3 | -4/+52 |
* | Small tidying up of the selectminbits code, but most | Jarkko Hietaniemi | 2003-04-17 | 1 | -10/+15 |
* | Re: [perl #21950] 5.8.x -- :scalar and magic strings | Adrian M. Enache | 2003-04-17 | 2 | -2/+8 |
* | Document that the open pragma does not affect | Jarkko Hietaniemi | 2003-04-17 | 1 | -3/+6 |
* | More maneuvering closer to proposed POSIX classes | Jarkko Hietaniemi | 2003-04-17 | 4 | -5/+8 |
* | Detect the 'fast stdio' case. | Jarkko Hietaniemi | 2003-04-17 | 2 | -10/+41 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 98 | -99/+260 |
* | Handle PERLIO= and document a bit. | Jarkko Hietaniemi | 2003-04-16 | 3 | -10/+22 |
* | Fix double join problem for those places where free | Artur Bergman | 2003-04-16 | 2 | -2/+15 |
* | Try to get the layers.t working also for dosish platforms. | Jarkko Hietaniemi | 2003-04-16 | 2 | -8/+32 |