| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | pack changes and related fixes | LAUN Wolfgang | 2003-03-17 | 1 | -13/+25 |
* | I hate embed*. Tell me what you know. | Jarkko Hietaniemi | 2003-03-09 | 1 | -0/+14 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling | Abe Timmerman | 2003-03-02 | 1 | -4/+0 |
* | Get MSWin32 back compiling | Abe Timmerman | 2003-03-01 | 1 | -2/+0 |
* | Re: [perl #20683] [fix] Better Patch | Adrian M. Enache | 2003-02-26 | 1 | -0/+6 |
* | Suppress empty #ifdef blocks in embed.pl | Hugo van der Sanden | 2003-02-17 | 1 | -4/+0 |
* | NO_SHORT_NAMES is better than HIDE_SHORT_NAMES. | Jarkko Hietaniemi | 2003-02-16 | 1 | -3/+7 |
* | According to Sarathy it's better have the Ministry | Jarkko Hietaniemi | 2003-02-16 | 1 | -3/+0 |
* | COW regexps: | Nicholas Clark | 2003-02-16 | 1 | -0/+6 |
* | inline SvREFCNT_dec: | Nicholas Clark | 2003-02-16 | 1 | -0/+4 |
* | As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option | Jarkko Hietaniemi | 2003-02-16 | 1 | -2/+7 |
* | Forgotten from #18715. | Jarkko Hietaniemi | 2003-02-16 | 1 | -0/+6 |
* | [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to ... | Inaba Hiroto | 2003-02-05 | 1 | -0/+2 |
* | Integrate from maint-5.8: | Jarkko Hietaniemi | 2003-01-22 | 1 | -0/+4 |
* | integrate #18366-18370 from maint-5.8: | Hugo van der Sanden | 2003-01-21 | 1 | -0/+1772 |
* | integrate (by hand) #18353 and #18359 from maint-5.8: | Hugo van der Sanden | 2003-01-21 | 1 | -0/+6 |
* | [Fwd: Patch for perl utf8-related bug] | Richard Hitt | 2002-12-17 | 1 | -0/+2 |
* | Re: [perl #19017] lexical "my" variables not visible in debugger "x" command | Dave Mitchell | 2002-12-16 | 1 | -1/+1 |
* | allow evals to see the full lexical scope | Dave Mitchell | 2002-12-02 | 1 | -3/+5 |
* | Re: [perl #18066] Bug in -I when path has double colons? | Slaven Rezic | 2002-11-04 | 1 | -4/+7 |
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 1 | -42/+0 |
* | Version object combined patch | John Peacock | 2002-10-10 | 1 | -2/+4 |
* | move all pad-related code to its own src file | Dave Mitchell | 2002-10-02 | 1 | -16/+44 |
* | LEAKTEST is dead, RIP | H.Merijn Brand | 2002-09-26 | 1 | -18/+0 |
* | Version object patch #1 | John Peacock | 2002-08-20 | 1 | -2/+12 |
* | Copy On Write | Nicholas Clark | 2002-08-17 | 1 | -0/+12 |
* | Remove pseudo-hashes (complete) | Michael G. Schwern | 2002-08-17 | 1 | -24/+0 |
* | Re: deb.c compile time error (patchlevel 17721) | Dave Mitchell | 2002-08-17 | 1 | -1/+1 |
* | add verbose stack display option, -Dvs | Dave Mitchell | 2002-08-12 | 1 | -0/+8 |
* | Defined-or patch (cleaned up) | Brent Dax | 2002-08-05 | 1 | -0/+4 |
* | integrate a variant of change#17568 from maint-5.6 branch (the | Gurusamy Sarathy | 2002-07-16 | 1 | -0/+10 |
* | Re: unique attribute? | Doug MacEachern | 2002-06-09 | 1 | -1/+1 |
* | Try #2 of getting rid of bincompat5005. | Jarkko Hietaniemi | 2002-05-01 | 1 | -37/+1 |
* | Remove sv_setpviv{_,mg}; regen perlapi. | Jarkko Hietaniemi | 2002-05-01 | 1 | -4/+0 |
* | my $utf8here, our $utf8here, and package variable $utf8here. | Jarkko Hietaniemi | 2002-04-16 | 1 | -0/+2 |
* | [dodgy PATCH] Re: [Storable] utf8 keys started working! | Nicholas Clark | 2002-04-13 | 1 | -2/+4 |
* | Make hv_notallowed a static as suggested by Nicholas Clark; | Jarkko Hietaniemi | 2002-04-06 | 1 | -2/+12 |
* | Fix segfaults when mainthread exits with other threads running: | Nick Ing-Simmons | 2002-04-03 | 1 | -0/+2 |
* | tidy sv.[ch] after CRIPPLED_CC removal | Dave Mitchell | 2002-03-23 | 1 | -6/+0 |
* | -DCRIPPLED_CC RIP | Dave Mitchell | 2002-03-21 | 1 | -6/+0 |
* | Fix for "UTF-8 bug with s///" from Hugo. | Jarkko Hietaniemi | 2002-03-20 | 1 | -0/+4 |
* | s/regcinclasslen/reginclass/ and remove the old | Jarkko Hietaniemi | 2002-03-19 | 1 | -3/+1 |
* | Implement the retry-on-ERANGE for the get*_r(). | Jarkko Hietaniemi | 2002-03-17 | 1 | -0/+1 |
* | Monster _r patch: try to scan for all known _r variants, | Jarkko Hietaniemi | 2002-03-15 | 1 | -0/+4 |
* | Renaming tweaks, and split off the reentrant "superbuffer" | Jarkko Hietaniemi | 2002-03-10 | 1 | -0/+6 |
* | Retract #14985, #14899, and #14990, following the principles | Jarkko Hietaniemi | 2002-03-07 | 1 | -2/+0 |
* | Needed for threaded builds. | Jarkko Hietaniemi | 2002-03-04 | 1 | -0/+2 |
* | Needed by #14985. | Jarkko Hietaniemi | 2002-03-04 | 1 | -0/+4 |