| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops. I *thought* that I had checked that all changed files were open. | Nicholas Clark | 2006-02-03 | 4 | -8/+4 |
* | Oops. When changing warnings.pl one should re-run it. Well spotted | Nicholas Clark | 2006-02-03 | 1 | -3/+3 |
* | It's actually easier to get rid of PL_fdscript than we thought. | Nicholas Clark | 2006-02-03 | 3 | -17/+19 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 32 | -291/+291 |
* | Fix file where internal XS functions are defined | Rafael Garcia-Suarez | 2006-02-03 | 1 | -1/+1 |
* | Help to compile on VMS with UNLINK_ALL_VERSIONS | John E. Malmberg | 2006-02-03 | 1 | -1/+1 |
* | [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_64.tar.gz | Andreas König | 2006-02-03 | 4 | -147/+347 |
* | L<PerlIO> and Pod::Html | SADAHIRO Tomoyuki | 2006-02-03 | 1 | -5/+4 |
* | s/Nullcv/NULL/g | Steven Schubiger | 2006-02-03 | 10 | -31/+31 |
* | Change PL_perlio_fd_refcnt from a fixed size static array to a pointer | Nicholas Clark | 2006-02-03 | 4 | -6/+56 |
* | It would be nice to have tests in B for the functions getting changed. | Steve Peters | 2006-02-02 | 1 | -1/+3 |
* | Death to magic characters! No pun intended. | Steve Peters | 2006-02-02 | 1 | -2/+2 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 29 | -225/+225 |
* | gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning | Nicholas Clark | 2006-02-02 | 10 | -44/+60 |
* | Update to Module::CoreList 3.04. | Rafael Garcia-Suarez | 2006-02-02 | 2 | -4/+6 |
* | perl-5.8.8 also contained change 27040. | Gisle Aas | 2006-02-02 | 1 | -1/+1 |
* | Yet more instances of gv_fetchpv... that should be GV_ADD rather than | Nicholas Clark | 2006-02-02 | 6 | -31/+31 |
* | And another assumption. | Nicholas Clark | 2006-02-02 | 1 | -1/+3 |
* | Since PERL_COPY_ON_WRITE became PERL_OLD_COPY_ON_WRITE it seems that | Nicholas Clark | 2006-02-01 | 1 | -1/+1 |
* | Doc nit found by Stephen Gordon. | Steve Peters | 2006-02-01 | 1 | -1/+1 |
* | doubleplusoops. Apart from the documented NUL termination assumption. | Nicholas Clark | 2006-02-01 | 1 | -14/+23 |
* | References can't have SVp_IOK or SVp_NOK set, so no need for all the | Nicholas Clark | 2006-02-01 | 1 | -12/+5 |
* | Oops. 1 NUL termination assumption remains in Perl_gv_fetchpvn_flags | Nicholas Clark | 2006-02-01 | 1 | -1/+1 |
* | Correct my comment, so that it's actually useful. :-) | Nicholas Clark | 2006-02-01 | 1 | -1/+1 |
* | [[:...:]] is equivalent to \p{...}, not [:...:], tweaked from | Steve Purkis | 2006-02-01 | 1 | -8/+17 |
* | Improve a bit the documentation for kill() with SIGNAL==0 | Rafael Garcia-Suarez | 2006-02-01 | 1 | -4/+6 |
* | Mmm, it looks like it's a bad plan to rebuild the TOC from a tree that | Nicholas Clark | 2006-02-01 | 1 | -123/+0 |
* | Integrate perl588delta.pod from maint, and re-run pod/buildtoc. | Nicholas Clark | 2006-02-01 | 7 | -158/+1895 |
* | Doc nit by Andy Dougherty | Rafael Garcia-Suarez | 2006-02-01 | 1 | -1/+1 |
* | autouse actually requires perl 5.6 at least. | Rafael Garcia-Suarez | 2006-02-01 | 1 | -1/+1 |
* | Avoid "Prototype mismatch" warnings with autouse. | Rafael Garcia-Suarez | 2006-02-01 | 1 | -2/+2 |
* | Fix corelist data for 5.8.8 | Rafael Garcia-Suarez | 2006-02-01 | 1 | -273/+67 |
* | More history | Rafael Garcia-Suarez | 2006-02-01 | 1 | -0/+1 |
* | Update to Module::CoreList 2.03 (includes 5.8.8 and 5.9.3) | Rafael Garcia-Suarez | 2006-02-01 | 2 | -12/+1025 |
* | [patch] arena rework - unify arenaroots | Jim Cromie | 2006-02-01 | 5 | -23/+14 |
* | Make Perl_gv_fetchpvn_flags actually heed the passed in length. | Nicholas Clark | 2006-01-31 | 5 | -21/+21 |
* | Intel C Compiler 9.0 hatefully defines __GNUC__. Unfortunately, | Steve Peters | 2006-01-31 | 1 | -1/+1 |
* | [perl #38380] Typo in perlfunc.pod | p.boven@sara.nl | 2006-01-31 | 1 | -1/+1 |
* | Eliminate save_threadsv, as it is never linked to, and all it does | Nicholas Clark | 2006-01-31 | 5 | -16/+0 |
* | Re: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm build... | Yves Orton | 2006-01-31 | 1 | -3/+26 |
* | patch@26996 - patch around stat("_NLA0:") bug | John E. Malmberg | 2006-01-31 | 2 | -19/+18 |
* | Silence a warning from the MS compiler about signed/unsigned mismatch. | Nicholas Clark | 2006-01-31 | 1 | -2/+2 |
* | Add perl594delta | Rafael Garcia-Suarez | 2006-01-30 | 9 | -6/+75 |
* | Change the author aliasing to reflect updates to AUTHORS. | Nicholas Clark | 2006-01-30 | 1 | -2/+2 |
* | Bump version number to 5.9.4 | Rafael Garcia-Suarez | 2006-01-30 | 16 | -224/+305 |
* | Silence another Irix compiler warning. | Nicholas Clark | 2006-01-30 | 1 | -2/+5 |
* | Avoid a warning from the Irix C compiler. | Nicholas Clark | 2006-01-30 | 1 | -1/+1 |
* | Teach the Makefile how to cleanup config.over. | Steve Peters | 2006-01-30 | 1 | -0/+1 |
* | Code assumes that *FOO{SCALAR} will always return a scalar reference, | Nicholas Clark | 2006-01-30 | 2 | -2/+15 |
* | Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386. | Steve Peters | 2006-01-30 | 1 | -0/+8 |