| Commit message (Expand) | Author | Age | Files | Lines |
* | allow recursive FETCHes | Dave Mitchell | 2003-04-19 | 1 | -1/+2 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Typos fixes by Stas Bekman. | Rafael Garcia-Suarez | 2003-04-08 | 1 | -1/+1 |
* | [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount | Nicholas Clark | 2003-03-29 | 1 | -0/+8 |
* | The 0, in the assert_not_ROK() makes IRIX cc to worry | Jarkko Hietaniemi | 2003-03-11 | 1 | -8/+8 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Patching magic from Inaba-san's keyboard: fix for [perl #8769]: | Jarkko Hietaniemi | 2003-02-24 | 1 | -0/+12 |
* | COW regexps: | Nicholas Clark | 2003-02-16 | 1 | -0/+6 |
* | inline SvREFCNT_dec: | Nicholas Clark | 2003-02-16 | 1 | -0/+15 |
* | More code cleanup. | H.Merijn Brand | 2003-02-11 | 1 | -5/+2 |
* | make Copy On Write work once again | Nicholas Clark | 2003-01-27 | 1 | -1/+1 |
* | assert PV isn't RV | Nicholas Clark | 2003-01-22 | 1 | -6/+18 |
* | Fix 'use encoding' I/O for code points 0x80..0xFF; | Jarkko Hietaniemi | 2003-01-16 | 1 | -0/+1 |
* | Fixes bug #15273, the return of the object caused | Artur Bergman | 2003-01-03 | 1 | -0/+1 |
* | new flag SvPADSTALE | Dave Mitchell | 2003-01-03 | 1 | -1/+5 |
* | remove flag SvPADBUSY | Dave Mitchell | 2003-01-03 | 1 | -5/+3 |
* | allow evals to see the full lexical scope | Dave Mitchell | 2002-12-02 | 1 | -1/+3 |
* | Document PRIVSHIFT. | Yitzchak Scott-Thoennes | 2002-11-16 | 1 | -1/+1 |
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 1 | -61/+11 |
* | enable -ansi -pedantic | Jarkko Hietaniemi | 2002-09-26 | 1 | -2/+2 |
* | sv_2pv_flags and ROK and UTF8 flags | Yitzchak Scott-Thoennes | 2002-09-08 | 1 | -1/+1 |
* | Version object patch #1 | John Peacock | 2002-08-20 | 1 | -1/+4 |
* | [REVISED PATCH] Magic v-strings | John Peacock | 2002-08-20 | 1 | -0/+1 |
* | Clean up copy-on-write macros and debug facilities (new flag 'C'). | Nicholas Clark | 2002-08-20 | 1 | -19/+15 |
* | Copy On Write | Nicholas Clark | 2002-08-17 | 1 | -0/+30 |
* | Re: unique attribute? | Doug MacEachern | 2002-06-09 | 1 | -0/+1 |
* | squelch some more type mismatch warnings | Gurusamy Sarathy | 2002-04-21 | 1 | -1/+1 |
* | Retract the UTF-8 filenames patch. This may be | Jarkko Hietaniemi | 2002-04-09 | 1 | -1/+0 |
* | There was no nice way of getting in UTF-8 filenames: | Jarkko Hietaniemi | 2002-04-07 | 1 | -0/+1 |
* | Re: the dirty half dozen (Re: perl@15662) | Nicholas Clark | 2002-04-06 | 1 | -1/+1 |
* | tidy sv.[ch] after CRIPPLED_CC removal | Dave Mitchell | 2002-03-23 | 1 | -113/+67 |
* | If Unicode keys are entered to a hash, a bit is turned on. | Jarkko Hietaniemi | 2002-03-22 | 1 | -0/+1 |
* | -DCRIPPLED_CC RIP | Dave Mitchell | 2002-03-21 | 1 | -3/+3 |
* | Debugging OPs | Ilya Zakharevich | 2002-03-03 | 1 | -1/+1 |
* | Clarify SvPV and SvPV_force api docs | Sam Tregar | 2002-02-19 | 1 | -8/+12 |
* | Integrate mainline | Nick Ing-Simmons | 2002-01-25 | 1 | -1/+1 |
* | Nearly-working threads re-structuring. Do not integrate, | Nick Ing-Simmons | 2002-01-19 | 1 | -0/+16 |
* | Missed the =head1 additions. | Jarkko Hietaniemi | 2002-01-03 | 1 | -0/+8 |
* | Change $=, $., $*, $%, and $- to be IVs instead of longs. | Jarkko Hietaniemi | 2001-11-29 | 1 | -5/+5 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -8/+8 |
* | sv.h documentation | Tim Jenness | 2001-10-28 | 1 | -7/+7 |
* | Add a new flag character 'm' to embed.pl set to represent | Nick Ing-Simmons | 2001-10-20 | 1 | -20/+6 |
* | Skeleton of "PerlIO_dup" coded. | Nick Ing-Simmons | 2001-10-16 | 1 | -5/+5 |
* | Retract the #12259 for now. | Jarkko Hietaniemi | 2001-09-30 | 1 | -0/+6 |
* | Re: macro redefinitions on Win32 (was Re: Question about PERLIO) | Nicholas Clark | 2001-09-28 | 1 | -6/+0 |
* | Its a nit! | Abhijit Menon-Sen | 2001-09-17 | 1 | -1/+1 |
* | Retract #12013, didn't go over too well in Tru64. | Jarkko Hietaniemi | 2001-09-14 | 1 | -0/+6 |
* | (Retracted by #12015) | Nicholas Clark | 2001-09-14 | 1 | -6/+0 |
* | Re: [ID 20010825.006] -DCRIPPLED_CC is broken | Nicholas Clark | 2001-09-05 | 1 | -8/+17 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -1/+1 |