summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Make the spelling of whitespace (vs white-space and white space)Offer Kaye2005-03-295-12/+12
| | | | | | more consistent Message-ID: <5694250503171147668e73c7@mail.gmail.com> p4raw-id: //depot/perl@24090
* Don't #ifdef out a return statementRafael Garcia-Suarez2005-03-291-1/+1
| | | p4raw-id: //depot/perl@24089
* expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SVDave Mitchell2005-03-287-6/+84
| | | p4raw-id: //depot/perl@24088
* Raw work on perl592delta.Rafael Garcia-Suarez2005-03-271-11/+160
| | | p4raw-id: //depot/perl@24087
* Re: [perl #34195] Regex: Alternations within negative lookahead assertions Hugo van der Sanden2005-03-272-21/+57
| | | | | Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org> p4raw-id: //depot/perl@24086
* Fix -C option of mktables (for VMS)Yves Orton2005-03-271-12/+27
| | | | | | Subject: Re: [PATCH] Consting five Message-ID: <9b18b311050326124563db5113@mail.gmail.com> p4raw-id: //depot/perl@24085
* [perl #33185] UTF-8 string substitution corrupts memoryDave Mitchell2005-03-261-5/+5
| | | | | | | The implicit call of 'require utf8' triggered by code like "\x{100}" =~ /[[:print:]]/ wasn't saving state correctly first. p4raw-id: //depot/perl@24084
* Remove an XXX note from the public doc.Rafael Garcia-Suarez2005-03-262-4/+2
| | | | | Hide it in the comments, instead p4raw-id: //depot/perl@24083
* Need to return something when the compiler doesn't know that aNicholas Clark2005-03-263-0/+14
| | | | | function is "noreturn". p4raw-id: //depot/perl@24082
* Consting fiveAndy Lester2005-03-2515-65/+105
| | | | | | | | Message-ID: <20050325231409.GB17660@petdance.com> [with modification - the extra argument to incpush was supposed to be being used] p4raw-id: //depot/perl@24081
* Re: [perl #34568] Perl crashes reading past the end of a heap block while ↵Gurusamy Sarathy2005-03-251-2/+1
| | | | | | | parsing foreach statement Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com> p4raw-id: //depot/perl@24080
* Consting part 4Andy Lester2005-03-2514-66/+87
| | | | | Message-ID: <20050325204331.GA16388@petdance.com> p4raw-id: //depot/perl@24079
* FreeBSD NDBM appears to generate files ending .db, so be prepared toNicholas Clark2005-03-251-2/+2
| | | | | clean this variant up as well. p4raw-id: //depot/perl@24078
* Remove the const qualifier from argv and env variablesRafael Garcia-Suarez2005-03-255-12/+12
| | | p4raw-id: //depot/perl@24077
* const fix-up for vms/vms.cCraig A. Berry2005-03-252-7/+7
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <42442776.8030603@mac.com> p4raw-id: //depot/perl@24076
* Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)Steve Peters2005-03-251-3/+4
| | | | | Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24075
* Third consting batchAndy Lester2005-03-2440-453/+441
| | | | | Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com> p4raw-id: //depot/perl@24074
* Mention (un)?pack byte-order modifiers in perldeltaMarcus Holland-Moritz2005-03-221-0/+7
| | | p4raw-id: //depot/perl@24073
* Some updates in the new perldelta.Rafael Garcia-Suarez2005-03-221-0/+39
| | | p4raw-id: //depot/perl@24072