summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* const-eight.diffAndy Lester2005-04-0413-163/+195
| | | | | Message-ID: <20050330174024.GA12167@petdance.com> p4raw-id: //depot/perl@24148
* Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"Steven Schubiger2005-04-031-7/+7
| | | | | Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org> p4raw-id: //depot/perl@24147
* Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"Steven Schubiger2005-04-031-68/+68
| | | | | Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org> p4raw-id: //depot/perl@24139
* Fix wrong version for byteorder modifiers feature.Marcus Holland-Moritz2005-04-031-1/+1
| | | p4raw-id: //depot/perl@24138
* Silence compiler warnings about possibly uninitialised variables.Nicholas Clark2005-04-021-6/+6
| | | | | (None are, but it saves anyone else having to work this out) p4raw-id: //depot/perl@24137
* Fix "[perl #34643] Config_heavy.pl not in archlib"Nicholas Clark2005-04-021-1/+2
| | | p4raw-id: //depot/perl@24136
* Oops. Forgot to add this.Nicholas Clark2005-04-021-0/+95
| | | p4raw-id: //depot/perl@24135
* Unicode 4.1.0Jarkko Hietaniemi2005-04-0225-661/+8048
| | | | | | Message-ID: <424E584D.5000508@iki.fi> Date: Sat, 02 Apr 2005 11:31:09 +0300 p4raw-id: //depot/perl@24134
* Add encoding::warnings to Maintainers.pl and rebuild META.yml for releaseRafael Garcia-Suarez2005-04-012-2/+14
| | | p4raw-id: //depot/perl@24133
* Update ChangesRafael Garcia-Suarez2005-04-011-0/+50
| | | p4raw-id: //depot/perl@24132
* Remove dependency on tr(1) for MinGW builds on Win32Steve Hay2005-04-012-6/+2
| | | | | | | | | This leaves things slightly (more) broken for MinGW builds on Cygwin, but that doesn't currently quite work in other respects and isn't documented anyway. See: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html p4raw-id: //depot/perl@24131
* Regenerate perltoc and perlmodlibRafael Garcia-Suarez2005-04-012-134/+447
| | | p4raw-id: //depot/perl@24130
* POD fixes.Rafael Garcia-Suarez2005-04-011-17/+17
| | | p4raw-id: //depot/perl@24129
* FAQ sync.Rafael Garcia-Suarez2005-04-015-28/+26
| | | p4raw-id: //depot/perl@24128
* Add a note about installhtmlRafael Garcia-Suarez2005-04-011-0/+2
| | | p4raw-id: //depot/perl@24127
* pp_pack.c warnings on VMSCraig A. Berry2005-03-311-2/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <424C62B9.2030601@mac.com> p4raw-id: //depot/perl@24126
* Mention the current MinGW compilation problemsRafael Garcia-Suarez2005-03-311-0/+4
| | | p4raw-id: //depot/perl@24125
* Update ChangesRafael Garcia-Suarez2005-03-311-0/+706
| | | p4raw-id: //depot/perl@24124
* This is 5.9.2. Mostly.Rafael Garcia-Suarez2005-03-312-1/+1
| | | p4raw-id: //depot/perl@24123
* Fix USE_SITECUSTOMIZE on Win32Steve Hay2005-03-311-1/+2
| | | | | | | This fixes the problem described in: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html p4raw-id: //depot/perl@24122
* Update copyrights.Rafael Garcia-Suarez2005-03-317-23/+11
| | | | | Well, those are generated files anyway. p4raw-id: //depot/perl@24121
* Add support for USE_SITECUSTOMIZE in the Win32 makefilesSteve Hay2005-03-316-0/+36
| | | | | | | | Note that this feature doesn't actually work correctly on Win32 until the problem described here is solved: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html p4raw-id: //depot/perl@24120
* Upgrade to Module::CoreList 1.99Rafael Garcia-Suarez2005-03-311-2/+361
| | | p4raw-id: //depot/perl@24119
* More known problems.Rafael Garcia-Suarez2005-03-311-1/+2
| | | p4raw-id: //depot/perl@24118
* Known problems, reported by MerijnRafael Garcia-Suarez2005-03-311-0/+3
| | | p4raw-id: //depot/perl@24117
* OS typo.Rafael Garcia-Suarez2005-03-311-1/+1
| | | p4raw-id: //depot/perl@24116
* Add a tool to generate data for Module::CoreListRafael Garcia-Suarez2005-03-312-0/+36
| | | p4raw-id: //depot/perl@24115
* More work on perldeltaRafael Garcia-Suarez2005-03-311-15/+51
| | | p4raw-id: //depot/perl@24114
* Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in theSteve Hay2005-03-312-0/+19
| | | | | Win32 makefiles p4raw-id: //depot/perl@24113
* AUTHORS updateRafael Garcia-Suarez2005-03-311-0/+26
| | | p4raw-id: //depot/perl@24112
* A few Win32 makefile tidy-ups (No real changes)Steve Hay2005-03-312-10/+12
| | | p4raw-id: //depot/perl@24111
* Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)Steve Hay2005-03-311-1/+1
| | | p4raw-id: //depot/perl@24110
* One more Win32 compilation clean-up (for when using -DDEBUGGING)Steve Hay2005-03-311-2/+2
| | | p4raw-id: //depot/perl@24109
* Another Win32 compilation clean-up (for when using Perl's malloc)Steve Hay2005-03-311-4/+5
| | | p4raw-id: //depot/perl@24108
* Now that we have the full path, we can skip the which call,H.Merijn Brand2005-03-301-1/+1
| | | | | that might cause trouble on testdrive systems. p4raw-id: //depot/perl@24107
* Update copyrights.Rafael Garcia-Suarez2005-03-3020-24/+22
| | | p4raw-id: //depot/perl@24106
* Simplify #24043 note now Configure can do -DusesitecustomizeH.Merijn Brand2005-03-301-1/+2
| | | p4raw-id: //depot/perl@24105
* Support for -DusesitecustomizeH.Merijn Brand2005-03-302-1/+22
| | | p4raw-id: //depot/perl@24104
* USE_STRLCAT and USE_STRLCPY now actually usedH.Merijn Brand2005-03-301-6/+3
| | | | | | LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations for future use p4raw-id: //depot/perl@24102
* ext/Errno/Errno_pm.PL: fix for GNU hurdBrendan O'Dea2005-03-301-1/+1
| | | | | Message-ID: <20050330003025.GA29797@londo.c47.org> p4raw-id: //depot/perl@24101
* Re: PATCH: byte count feature request for unpackTon Hospel2005-03-304-63/+311
| | | | | | | Message-Id: <d26u7b$i3v$1@post.home.lunix> (rework of a patch from Arne Ahrend <aahrend@web.de>) p4raw-id: //depot/perl@24100
* A couple more Win32 compilation clean-upsSteve Hay2005-03-301-3/+3
| | | p4raw-id: //depot/perl@24099
* Minor POD nits.Rafael Garcia-Suarez2005-03-301-19/+19
| | | p4raw-id: //depot/perl@24098
* Re: [PATCH] 5.6 File::Glob documentation insufficient for useSteven Schubiger2005-03-301-4/+34
| | | | | Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org> p4raw-id: //depot/perl@24097
* Clean-up some warnings when compiling on Win32 with VC++Steve Hay2005-03-298-14/+14
| | | p4raw-id: //depot/perl@24096
* Downconst external APIsRafael Garcia-Suarez2005-03-299-31/+30
| | | p4raw-id: //depot/perl@24095
* The core part of :Andy Lester2005-03-299-56/+43
| | | | | | Subject: [PATCH] Consting seven Message-ID: <20050327215722.GC20451@petdance.com> p4raw-id: //depot/perl@24094
* Fix Win32 compilation nit following change #24074Steve Hay2005-03-291-1/+1
| | | | | p4raw-link: @24074 on //depot/perl: e1ec3a884f8d8c64eb7e391b2a363f47cbeed570 p4raw-id: //depot/perl@24093
* Fix PerlLIO_chsize() for platforms that don't have chsize()Steve Hay2005-03-293-10/+17
| | | | | | This is the patch from the end of the thread that started here: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html p4raw-id: //depot/perl@24092
* Fix Peek.t to work with and without DEBUG_LEAKING_SCALARSRafael Garcia-Suarez2005-03-291-1/+1
| | | p4raw-id: //depot/perl@24091