summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Oops. I *thought* that I had checked that all changed files were open.Nicholas Clark2006-02-034-8/+4
* Oops. When changing warnings.pl one should re-run it. Well spottedNicholas Clark2006-02-031-3/+3
* It's actually easier to get rid of PL_fdscript than we thought.Nicholas Clark2006-02-033-17/+19
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-0332-291/+291
* Fix file where internal XS functions are definedRafael Garcia-Suarez2006-02-031-1/+1
* Help to compile on VMS with UNLINK_ALL_VERSIONSJohn E. Malmberg2006-02-031-1/+1
* [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_64.tar.gzAndreas König2006-02-034-147/+347
* L<PerlIO> and Pod::HtmlSADAHIRO Tomoyuki2006-02-031-5/+4
* s/Nullcv/NULL/gSteven Schubiger2006-02-0310-31/+31
* Change PL_perlio_fd_refcnt from a fixed size static array to a pointerNicholas Clark2006-02-034-6/+56
* It would be nice to have tests in B for the functions getting changed.Steve Peters2006-02-021-1/+3
* Death to magic characters! No pun intended.Steve Peters2006-02-021-2/+2
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-0229-225/+225
* gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanningNicholas Clark2006-02-0210-44/+60
* Update to Module::CoreList 3.04.Rafael Garcia-Suarez2006-02-022-4/+6
* perl-5.8.8 also contained change 27040.Gisle Aas2006-02-021-1/+1
* Yet more instances of gv_fetchpv... that should be GV_ADD rather thanNicholas Clark2006-02-026-31/+31
* And another assumption.Nicholas Clark2006-02-021-1/+3
* Since PERL_COPY_ON_WRITE became PERL_OLD_COPY_ON_WRITE it seems thatNicholas Clark2006-02-011-1/+1
* Doc nit found by Stephen Gordon.Steve Peters2006-02-011-1/+1
* doubleplusoops. Apart from the documented NUL termination assumption.Nicholas Clark2006-02-011-14/+23
* References can't have SVp_IOK or SVp_NOK set, so no need for all theNicholas Clark2006-02-011-12/+5
* Oops. 1 NUL termination assumption remains in Perl_gv_fetchpvn_flagsNicholas Clark2006-02-011-1/+1
* Correct my comment, so that it's actually useful. :-)Nicholas Clark2006-02-011-1/+1
* [[:...:]] is equivalent to \p{...}, not [:...:], tweaked fromSteve Purkis2006-02-011-8/+17
* Improve a bit the documentation for kill() with SIGNAL==0Rafael Garcia-Suarez2006-02-011-4/+6
* Mmm, it looks like it's a bad plan to rebuild the TOC from a tree thatNicholas Clark2006-02-011-123/+0
* Integrate perl588delta.pod from maint, and re-run pod/buildtoc.Nicholas Clark2006-02-017-158/+1895
* Doc nit by Andy DoughertyRafael Garcia-Suarez2006-02-011-1/+1
* autouse actually requires perl 5.6 at least.Rafael Garcia-Suarez2006-02-011-1/+1
* Avoid "Prototype mismatch" warnings with autouse.Rafael Garcia-Suarez2006-02-011-2/+2
* Fix corelist data for 5.8.8Rafael Garcia-Suarez2006-02-011-273/+67
* More historyRafael Garcia-Suarez2006-02-011-0/+1
* Update to Module::CoreList 2.03 (includes 5.8.8 and 5.9.3)Rafael Garcia-Suarez2006-02-012-12/+1025
* [patch] arena rework - unify arenarootsJim Cromie2006-02-015-23/+14
* Make Perl_gv_fetchpvn_flags actually heed the passed in length.Nicholas Clark2006-01-315-21/+21
* Intel C Compiler 9.0 hatefully defines __GNUC__. Unfortunately, Steve Peters2006-01-311-1/+1
* [perl #38380] Typo in perlfunc.pod p.boven@sara.nl2006-01-311-1/+1
* Eliminate save_threadsv, as it is never linked to, and all it doesNicholas Clark2006-01-315-16/+0
* Re: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm build...Yves Orton2006-01-311-3/+26
* patch@26996 - patch around stat("_NLA0:") bugJohn E. Malmberg2006-01-312-19/+18
* Silence a warning from the MS compiler about signed/unsigned mismatch.Nicholas Clark2006-01-311-2/+2
* Add perl594deltaRafael Garcia-Suarez2006-01-309-6/+75
* Change the author aliasing to reflect updates to AUTHORS.Nicholas Clark2006-01-301-2/+2
* Bump version number to 5.9.4Rafael Garcia-Suarez2006-01-3016-224/+305
* Silence another Irix compiler warning.Nicholas Clark2006-01-301-2/+5
* Avoid a warning from the Irix C compiler.Nicholas Clark2006-01-301-1/+1
* Teach the Makefile how to cleanup config.over.Steve Peters2006-01-301-0/+1
* Code assumes that *FOO{SCALAR} will always return a scalar reference,Nicholas Clark2006-01-302-2/+15
* Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386. Steve Peters2006-01-301-0/+8