Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New try for ID 20010407.006: detach the semantics | Jarkko Hietaniemi | 2001-08-18 | 1 | -0/+1 |
* | Let perl_clone copy PL_exit_flags | Artur Bergman | 2001-08-17 | 1 | -0/+1 |
* | removing sv.c warnings on VC++5.0 | Nikola Knezevic | 2001-08-14 | 1 | -0/+2 |
* | warning in sv.c: double format, NV arg | Philip Newton | 2001-08-05 | 1 | -4/+4 |
* | Re: [patch] rid "Scalars leaked" from perl_clone | Doug MacEachern | 2001-08-04 | 1 | -0/+5 |
* | Re: [patch] refcount re ops | Abhijit Menon-Sen | 2001-08-04 | 1 | -1/+2 |
* | [patch] refcount re ops | Doug MacEachern | 2001-08-04 | 1 | -0/+3 |
* | [patch] plug PL_cshname leak | Doug MacEachern | 2001-08-03 | 1 | -1/+1 |
* | [patch] plug PL_sh_path leak | Doug MacEachern | 2001-08-03 | 1 | -1/+1 |
* | [PATCH] -Wall cleanup: op.c | Richard Soderberg | 2001-08-02 | 1 | -1/+1 |
* | Pluggable optimizer | Simon Cozens | 2001-08-01 | 1 | -0/+3 |
* | Re: [PATCH sv.c] mortal doc thinko | Dave Mitchell | 2001-07-31 | 1 | -6/+9 |
* | re_dup | Radu Greab | 2001-07-16 | 1 | -9/+9 |
* | Re: [patch] re_dup | Abhijit Menon-Sen | 2001-07-13 | 1 | -1/+1 |
* | [patch] re_dup | Doug MacEachern | 2001-07-13 | 1 | -1/+1 |
* | Re: [PATCH] Re: Memory corruption? Read-only $_? | Abhijit Menon-Sen | 2001-07-13 | 1 | -5/+2 |
* | Remove unicode::distinct, as per Inaba Hiroto. | Jarkko Hietaniemi | 2001-07-13 | 1 | -9/+1 |
* | Re: Memory corruption? Read-only $_? | Abhijit Menon-Sen | 2001-07-12 | 1 | -2/+12 |
* | fixes perl_clone of perl_clone | Artur Bergman | 2001-07-12 | 1 | -1/+4 |
* | Perl_re_dup() | Abhijit Menon-Sen | 2001-07-12 | 1 | -18/+103 |
* | Use reentrant API glibc | Artur Bergman | 2001-07-12 | 1 | -0/+5 |
* | [patch] perl_clone leaks | Doug MacEachern | 2001-07-12 | 1 | -1/+4 |
* | Threadsafe PMOPs! We might still win this war. | Artur Bergman | 2001-07-11 | 1 | -0/+13 |
* | (retracted by #13533) | Radu Greab | 2001-07-05 | 1 | -3/+3 |
* | Re: [PATH] shared -> unique; | Abhijit Menon-Sen | 2001-07-02 | 1 | -8/+8 |
* | win32 fixes: fix various syntax errors ("no preprocessor directives | Gurusamy Sarathy | 2001-07-02 | 1 | -2/+4 |
* | Code cleanup based on turning off the -woffs in IRIX. | Jarkko Hietaniemi | 2001-06-30 | 1 | -3/+2 |
* | The #11040 had slipped to a wrong function... | Jarkko Hietaniemi | 2001-06-30 | 1 | -12/+12 |
* | weakref fix 2, not yet there | Artur Bergman | 2001-06-30 | 1 | -0/+12 |
* | CLONE && weakrefs | Artur Bergman | 2001-06-29 | 1 | -9/+9 |
* | two little documentation nits | Abhijit Menon-Sen | 2001-06-27 | 1 | -26/+22 |
* | [patch] perl_clone+CvFILE | Doug MacEachern | 2001-06-26 | 1 | -0/+1 |
* | Adds perl_clone_host under IMPLICIT SYS | Artur Bergman | 2001-06-26 | 1 | -2/+9 |
* | Re: [PATCH 5.7.1] sv.c documentation | Radu Greab | 2001-06-21 | 1 | -11/+11 |
* | Re: perl@10765: sv.c not OK on win32 | Artur Bergman | 2001-06-21 | 1 | -2/+1 |
* | Fixes case of CvDEPTH for perl_clone | Artur Bergman | 2001-06-20 | 1 | -219/+242 |
* | PL_nullstash + perl_clone() | Doug MacEachern | 2001-06-18 | 1 | -0/+1 |
* | sv.c documentation | Dave Mitchell | 2001-06-18 | 1 | -185/+945 |
* | Re: [PATCH] more anonymous stash cleanups | Abhijit Menon-Sen | 2001-06-18 | 1 | -22/+16 |
* | Check that HVs with HvNAME() != NULL are really stashes before | Nick Ing-Simmons | 2001-06-15 | 1 | -13/+21 |
* | Re: [ID 20010526.001] localized glob loses value when assigned to | Richard Soderberg | 2001-06-13 | 1 | -5/+0 |
* | anonymous stashes | Abhijit Menon-Sen | 2001-06-12 | 1 | -2/+2 |
* | Move the grok_number and its lieutenant grok_numeric_radix | Jarkko Hietaniemi | 2001-06-10 | 1 | -189/+0 |
* | Re: pragma/locale.t #107 | Hugo van der Sanden | 2001-06-10 | 1 | -56/+50 |
* | Try to grok numbers both with the locale specific separator | Nicholas Clark | 2001-06-10 | 1 | -34/+52 |
* | New attempt to clone callack | Artur Bergman | 2001-06-09 | 1 | -0/+21 |
* | Numeric conversion tweaks suggested by Hugo and Nicholas. | Jarkko Hietaniemi | 2001-06-09 | 1 | -46/+31 |
* | Re: pragma/locale.t #107 | Nicholas Clark | 2001-06-09 | 1 | -0/+2 |
* | MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing | Nick Ing-Simmons | 2001-06-07 | 1 | -5/+5 |
* | The proper prototyping for #10463. | Jarkko Hietaniemi | 2001-06-06 | 1 | -1/+1 |