summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency on tr(1) for MinGW builds on Win32perl-5.9.2Steve Hay2005-04-012-6/+2
* Regenerate perltoc and perlmodlibRafael Garcia-Suarez2005-04-012-134/+447
* POD fixes.Rafael Garcia-Suarez2005-04-011-17/+17
* FAQ sync.Rafael Garcia-Suarez2005-04-015-28/+26
* Add a note about installhtmlRafael Garcia-Suarez2005-04-011-0/+2
* pp_pack.c warnings on VMSCraig A. Berry2005-03-311-2/+2
* Mention the current MinGW compilation problemsRafael Garcia-Suarez2005-03-311-0/+4
* Update ChangesRafael Garcia-Suarez2005-03-311-0/+706
* This is 5.9.2. Mostly.Rafael Garcia-Suarez2005-03-312-1/+1
* Fix USE_SITECUSTOMIZE on Win32Steve Hay2005-03-311-1/+2
* Update copyrights.Rafael Garcia-Suarez2005-03-317-23/+11
* Add support for USE_SITECUSTOMIZE in the Win32 makefilesSteve Hay2005-03-316-0/+36
* Upgrade to Module::CoreList 1.99Rafael Garcia-Suarez2005-03-311-2/+361
* More known problems.Rafael Garcia-Suarez2005-03-311-1/+2
* Known problems, reported by MerijnRafael Garcia-Suarez2005-03-311-0/+3
* OS typo.Rafael Garcia-Suarez2005-03-311-1/+1
* Add a tool to generate data for Module::CoreListRafael Garcia-Suarez2005-03-312-0/+36
* More work on perldeltaRafael Garcia-Suarez2005-03-311-15/+51
* Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in theSteve Hay2005-03-312-0/+19
* AUTHORS updateRafael Garcia-Suarez2005-03-311-0/+26
* A few Win32 makefile tidy-ups (No real changes)Steve Hay2005-03-312-10/+12
* Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)Steve Hay2005-03-311-1/+1
* One more Win32 compilation clean-up (for when using -DDEBUGGING)Steve Hay2005-03-311-2/+2
* Another Win32 compilation clean-up (for when using Perl's malloc)Steve Hay2005-03-311-4/+5
* Now that we have the full path, we can skip the which call,H.Merijn Brand2005-03-301-1/+1
* Update copyrights.Rafael Garcia-Suarez2005-03-3020-24/+22
* Simplify #24043 note now Configure can do -DusesitecustomizeH.Merijn Brand2005-03-301-1/+2
* Support for -DusesitecustomizeH.Merijn Brand2005-03-302-1/+22
* USE_STRLCAT and USE_STRLCPY now actually usedH.Merijn Brand2005-03-301-6/+3
* ext/Errno/Errno_pm.PL: fix for GNU hurdBrendan O'Dea2005-03-301-1/+1
* Re: PATCH: byte count feature request for unpackTon Hospel2005-03-304-63/+311
* A couple more Win32 compilation clean-upsSteve Hay2005-03-301-3/+3
* Minor POD nits.Rafael Garcia-Suarez2005-03-301-19/+19
* Re: [PATCH] 5.6 File::Glob documentation insufficient for useSteven Schubiger2005-03-301-4/+34
* Clean-up some warnings when compiling on Win32 with VC++Steve Hay2005-03-298-14/+14
* Downconst external APIsRafael Garcia-Suarez2005-03-299-31/+30
* The core part of :Andy Lester2005-03-299-56/+43
* Fix Win32 compilation nit following change #24074Steve Hay2005-03-291-1/+1
* Fix PerlLIO_chsize() for platforms that don't have chsize()Steve Hay2005-03-293-10/+17
* Fix Peek.t to work with and without DEBUG_LEAKING_SCALARSRafael Garcia-Suarez2005-03-291-1/+1
* Make the spelling of whitespace (vs white-space and white space)Offer Kaye2005-03-295-12/+12
* Don't #ifdef out a return statementRafael Garcia-Suarez2005-03-291-1/+1
* expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SVDave Mitchell2005-03-287-6/+84
* Raw work on perl592delta.Rafael Garcia-Suarez2005-03-271-11/+160
* Re: [perl #34195] Regex: Alternations within negative lookahead assertions Hugo van der Sanden2005-03-272-21/+57
* Fix -C option of mktables (for VMS)Yves Orton2005-03-271-12/+27
* [perl #33185] UTF-8 string substitution corrupts memoryDave Mitchell2005-03-261-5/+5
* Remove an XXX note from the public doc.Rafael Garcia-Suarez2005-03-262-4/+2
* Need to return something when the compiler doesn't know that aNicholas Clark2005-03-263-0/+14
* Consting fiveAndy Lester2005-03-2515-65/+105