| Commit message (Expand) | Author | Age | Files | Lines |
* | arguments for perl_clone() | Marcus Holland-Moritz | 2003-12-17 | 1 | -1/+1 |
* | SCALAR/FIRSTKEY for tied hashes in scalar context | Tassilo von Parseval | 2003-12-06 | 1 | -0/+1 |
* | promote hv_clear_placeholders to perl API | Alan Burlison | 2003-11-20 | 1 | -0/+1 |
* | Run regen.pl (for hv_assert) | Nicholas Clark | 2003-11-19 | 1 | -0/+1 |
* | A new UTF-8 API, Perl_is_utf8_string_loc(), a variant | Jarkko Hietaniemi | 2003-09-10 | 1 | -0/+1 |
* | Re: ByteLoader and MSWin32 | Adrian M. Enache | 2003-09-02 | 1 | -0/+2 |
* | add "$lexical not available" warning in C<for my $lex ()> | Dave Mitchell | 2003-08-09 | 1 | -0/+1 |
* | The *right* way to make the csighandler visible. | Jarkko Hietaniemi | 2003-07-10 | 1 | -0/+1 |
* | Perl_doing_taint must be public, for programs that embed perl | Rafael Garcia-Suarez | 2003-06-29 | 1 | -0/+1 |
* | [patch] Re: [perl #21728] regexp SEGV | Adrian M. Enache | 2003-05-05 | 1 | -0/+1 |
* | pack/unpack fixes from Wolfgang Laun: | Jarkko Hietaniemi | 2003-05-05 | 1 | -0/+2 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Export the symbols from #18863; do not prototype (but export) | Jarkko Hietaniemi | 2003-03-09 | 1 | -0/+11 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Forgotten from change #18795. | Jarkko Hietaniemi | 2003-03-02 | 1 | -0/+1 |
* | Get MSWin32 back compiling | Abe Timmerman | 2003-03-01 | 1 | -0/+1 |
* | COW regexps: | Nicholas Clark | 2003-02-16 | 1 | -0/+1 |
* | [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to ... | Inaba Hiroto | 2003-02-05 | 1 | -0/+1 |
* | Integrate from maint-5.8: | Jarkko Hietaniemi | 2003-01-22 | 1 | -1/+0 |
* | integrate #18366-18370 from maint-5.8: | Hugo van der Sanden | 2003-01-21 | 1 | -0/+1 |
* | [Fwd: Patch for perl utf8-related bug] | Richard Hitt | 2002-12-17 | 1 | -0/+1 |
* | make regen_headers. | Rafael Garcia-Suarez | 2002-11-05 | 1 | -0/+15 |
* | Re: [perl #18066] Bug in -I when path has double colons? | Slaven Rezic | 2002-11-04 | 1 | -13/+0 |
* | PL_curpad == AvARRAY(PL_comppad) always | Dave Mitchell | 2002-10-22 | 1 | -4/+0 |
* | Version object combined patch | John Peacock | 2002-10-10 | 1 | -0/+1 |
* | LEAKTEST is dead, RIP | H.Merijn Brand | 2002-09-26 | 1 | -4/+0 |
* | Version object patch #1 | John Peacock | 2002-08-20 | 1 | -1/+6 |
* | Remove pseudo-hashes (complete) | Michael G. Schwern | 2002-08-17 | 1 | -7/+0 |
* | integrate a variant of change#17568 from maint-5.6 branch (the | Gurusamy Sarathy | 2002-07-16 | 1 | -0/+3 |
* | Win32 build broken | Mattia Barbon | 2002-07-04 | 1 | -0/+1 |
* | perl embed.pl to update global.sym | Nick Ing-Simmons | 2002-05-01 | 1 | -2/+0 |
* | Re: Unbalanced string table refcount (was: perl@15930) | Nicholas Clark | 2002-04-16 | 1 | -0/+1 |
* | [dodgy PATCH] Re: [Storable] utf8 keys started working! | Nicholas Clark | 2002-04-13 | 1 | -0/+2 |
* | Fix segfaults when mainthread exits with other threads running: | Nick Ing-Simmons | 2002-04-03 | 1 | -0/+1 |
* | tidy sv.[ch] after CRIPPLED_CC removal | Dave Mitchell | 2002-03-23 | 1 | -3/+0 |
* | 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/+2 |
* | Renaming tweaks, and split off the reentrant "superbuffer" | Jarkko Hietaniemi | 2002-03-10 | 1 | -0/+1 |
* | Retract #14985, #14899, and #14990, following the principles | Jarkko Hietaniemi | 2002-03-07 | 1 | -1/+0 |
* | Needed by #14985. | Jarkko Hietaniemi | 2002-03-04 | 1 | -0/+2 |
* | Re: Copying PV only with possible UTF-8 characters | John Peacock | 2002-02-24 | 1 | -0/+1 |
* | grouping in pack/unpack | Ilya Zakharevich | 2002-02-21 | 1 | -0/+2 |
* | Integrate mainline | Nick Ing-Simmons | 2002-01-25 | 1 | -0/+7 |
* | Nearly-working threads re-structuring. Do not integrate, | Nick Ing-Simmons | 2002-01-19 | 1 | -7/+3 |
* | Split out core of sv_magic() into sv_magicext(). | Nick Ing-Simmons | 2002-01-18 | 1 | -0/+1 |
* | Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds! | Nick Ing-Simmons | 2002-01-14 | 1 | -0/+2 |
* | export win32_async_check or Perl_despatch_signals | Mattia Barbon | 2002-01-12 | 1 | -0/+1 |
* | Regen files. | Jarkko Hietaniemi | 2001-12-30 | 1 | -22/+0 |
* | Nicholas Clark's embed.pl fix for my_socketpair | Nick Ing-Simmons | 2001-12-29 | 1 | -0/+22 |
* | Re: Not OK 13881 | John Peacock | 2001-12-25 | 1 | -0/+1 |