| Commit message (Expand) | Author | Age | Files | Lines |
* | add svt_local slot to magic vtable, and fix local $shared | Dave Mitchell | 2006-01-02 | 3 | -13/+38 |
* | Add 2006 to the copyright years in the header generated by embed.pl | Nicholas Clark | 2006-01-02 | 1 | -1/+1 |
* | [patch] comment grammar and indentation, spurious tab | Jim Cromie | 2006-01-02 | 1 | -5/+5 |
* | [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz | Andreas König | 2006-01-02 | 1 | -2/+2 |
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-02 | 14 | -15/+15 |
* | Get rid of length argument for the FEATURE_IS_ENABLED() macro. | Gisle Aas | 2006-01-01 | 1 | -10/+10 |
* | Making 0 pointers to NULLs | Andy Lester | 2006-01-01 | 14 | -52/+57 |
* | Configure: stdio char (un)signedness | Jarkko Hietaniemi | 2006-01-01 | 1 | -5/+4 |
* | Making 0 pointers to NULLs | Andy Lester | 2006-01-01 | 0 | -0/+0 |
* | make threads use MY_CXT API rather than using PL_modglobal | Dave Mitchell | 2005-12-31 | 1 | -9/+16 |
* | tidy index arrangements in new MY_CXT code | Dave Mitchell | 2005-12-31 | 3 | -5/+5 |
* | Upgrade to CPAN-1.80_57 | Steve Peters | 2005-12-31 | 5 | -162/+384 |
* | Turn a for loop that's almost a while into an honest-to-goodness while. | Nicholas Clark | 2005-12-31 | 1 | -2/+2 |
* | Calling Perl_hv_clear_placeholders while the hash iterator was active | Nicholas Clark | 2005-12-31 | 2 | -2/+21 |
* | Remove unneeded test in Perl_hv_clear_placeholders. | Nicholas Clark | 2005-12-31 | 1 | -15/+9 |
* | op/pack.t failure on Win64 | Jan Dubois | 2005-12-31 | 1 | -0/+5 |
* | Add a test for change 26547. (We no longer expect to see errors about | Nicholas Clark | 2005-12-31 | 1 | -1/+15 |
* | Re-attempt to clear the hash in S_hfreeentries if anything adds to it. | Nicholas Clark | 2005-12-31 | 2 | -83/+120 |
* | Stop 'sub a { // }; %::=()' panicing because the backreference array | Nicholas Clark | 2005-12-31 | 1 | -1/+21 |
* | Marcus Holland-Moritz suggested that assert should | Nicholas Clark | 2005-12-30 | 1 | -1/+1 |
* | Tweak S_init_main_stash so as allocate PL_curstname as a shared string | Nicholas Clark | 2005-12-30 | 1 | -2/+9 |
* | Convert t/op/sleep.t to using test.pl | Steve Peters | 2005-12-30 | 1 | -1/+8 |
* | Document why it's a bad plan to move the backreferences array from | Nicholas Clark | 2005-12-30 | 2 | -4/+13 |
* | Now that the backreference array has no NULL entries, and is correctly | Nicholas Clark | 2005-12-30 | 1 | -10/+3 |
* | POSIX now declares missing constants as sub ... ();, so Net::Ping | Nicholas Clark | 2005-12-30 | 1 | -6/+6 |
* | Update perltodo. First shot at perl593delta. | Rafael Garcia-Suarez | 2005-12-30 | 2 | -15/+139 |
* | In the shared string table, if we add new entries to the head of the | Nicholas Clark | 2005-12-30 | 1 | -10/+10 |
* | Differences from Perl 6 | Robin Houston | 2005-12-30 | 1 | -0/+35 |
* | Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS | Rafael Garcia-Suarez | 2005-12-30 | 3 | -10/+32 |
* | fix errors in new MY_CTX code | Dave Mitchell | 2005-12-30 | 2 | -1/+4 |
* | Reduce size of buffers for identifier names, as suggested in | Tels | 2005-12-30 | 1 | -2/+2 |
* | perlio.c - gv_stashpvn() vs gv_stashpv() | Tels | 2005-12-30 | 1 | -1/+1 |
* | Perl_gv_fetchpv vs. gv_fetchpvn | Tels | 2005-12-30 | 1 | -4/+4 |
* | Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined | Rafael Garcia-Suarez | 2005-12-30 | 1 | -0/+1 |
* | RMAGIC on symbol tables is bad, m'kay. | Nicholas Clark | 2005-12-30 | 8 | -54/+193 |
* | change #26523 didn't make my_cxt_init public | Dave Mitchell | 2005-12-30 | 3 | -3/+2 |
* | $a = \$a oddity | Tels | 2005-12-29 | 1 | -12/+13 |
* | Actual real consting of parms | Andy Lester | 2005-12-29 | 3 | -12/+11 |
* | av.c cleanup, plus! | Andy Lester | 2005-12-29 | 8 | -39/+55 |
* | Fix test for perl version number in Makefile.PL | Rafael Garcia-Suarez | 2005-12-29 | 1 | -1/+1 |
* | Fixing the SVREFCNT macro | Andy Lester | 2005-12-29 | 1 | -1/+1 |
* | re-implement MY_CXT API more efficiently, and add explicit | Dave Mitchell | 2005-12-29 | 12 | -22/+136 |
* | add tests for MY_CXT API and improve its documentation | Dave Mitchell | 2005-12-29 | 5 | -2/+173 |
* | Test that constant overloading is propagated into eval | Robin Houston | 2005-12-29 | 1 | -1/+8 |
* | [DOC PATCH] rindex clarification | Yitzchak Scott-Thoennes | 2005-12-29 | 1 | -2/+2 |
* | fortify Pod::Simple::Search against non-case-preserving filesystems | Craig A. Berry | 2005-12-29 | 2 | -10/+36 |
* | A GVs stash can be NULL, so don't call macros that assume otherwise | Nicholas Clark | 2005-12-29 | 1 | -1/+2 |
* | As the backreferences AV doesn't hold references on its contents, | Nicholas Clark | 2005-12-28 | 1 | -0/+2 |
* | PL_amagic_generation is always non-zero, so remove the test for this. | Nicholas Clark | 2005-12-28 | 1 | -4/+0 |
* | Upgrade to Sys-Syslog-0.11 | Steve Peters | 2005-12-28 | 5 | -76/+263 |