summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove IPC::Run for 5.9.2Rafael Garcia-Suarez2005-03-2223-10035/+0
| | | p4raw-id: //depot/perl@24071
* Forbid the -C option on the command-lineRafael Garcia-Suarez2005-03-222-2/+2
| | | | | as suggested by Merijn (see [perl #34087]) p4raw-id: //depot/perl@24070
* Upgrade to PathTools 3.05Rafael Garcia-Suarez2005-03-224-12/+26
| | | p4raw-id: //depot/perl@24069
* Upgrade to File::Temp 0.16Rafael Garcia-Suarez2005-03-223-75/+249
| | | p4raw-id: //depot/perl@24068
* Revert change #24055, which was producing a segfault in installmanRafael Garcia-Suarez2005-03-222-58/+16
| | | | | | when it was trying to install perltoc. p4raw-link: @24055 on //depot/perl: c689e61c7cf072958f1f0f7838c3e6c7dc5e21d5 p4raw-id: //depot/perl@24067
* Fix unresolved POD linkRafael Garcia-Suarez2005-03-221-1/+1
| | | p4raw-id: //depot/perl@24066
* Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},Rafael Garcia-Suarez2005-03-224-19/+16
| | | | | and other neatification p4raw-id: //depot/perl@24065
* simple optimization for SelectSaverAlexey Tourbin2005-03-221-4/+4
| | | | | Message-ID: <20050318180551.GA12596@solemn.turbinal.org> p4raw-id: //depot/perl@24064
* minitest fixRafael Garcia-Suarez2005-03-221-1/+1
| | | p4raw-id: //depot/perl@24063
* Add in perldelta changes about unpack A and trailing whitespace, trieRafael Garcia-Suarez2005-03-221-0/+16
| | | | | optimization, and debug flags for "use re". p4raw-id: //depot/perl@24062
* Casts needed to make VMS happy. (It gets very upset at assignmentsNicholas Clark2005-03-211-25/+27
| | | | | between char * and unsigned char *) p4raw-id: //depot/perl@24061
* Re: unpack A strip patchTon Hospel2005-03-213-5/+30
| | | | | Message-Id: <d1nefp$lpe$1@post.home.lunix> p4raw-id: //depot/perl@24060
* Re: regexp trie fails compile on VMSYves Orton2005-03-213-9/+16
| | | | | Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com> p4raw-id: //depot/perl@24059
* Break up long lines in -V output for compile-time optionsYitzchak Scott-Thoennes2005-03-211-0/+22
| | | | | | | Subject: Re: sitecustomize.pl [PATCH] From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes) Message-ID: <20050309014604.GA5876[at]efn.org> p4raw-id: //depot/perl@24058
* Oops - forgot to update MANIFEST for change 24056.Steve Hay2005-03-211-0/+1
| | | p4raw-id: //depot/perl@24057
* Re: Stop mktables from needlessly re-running when using dmake on Win32Yves Orton2005-03-212-0/+512
| | | | | | | | | | | | Message-ID: <9b18b311050307172455a5816e@mail.gmail.com> Change 24004 stopped mktables from needlessly re-running when using dmake on Win32, but it can still happen when using nmake because it doesn't support the .UPDATEALL attribute that was used to fix dmake. e.g. Build perl, touch a core header file, then rebuild -- mktables re-runs when it didn't need to, and 7 times over at that! This change alleviates the pain by making mktables exit quickly in such cases. p4raw-id: //depot/perl@24056
* Resubmit change #24053.Rafael Garcia-Suarez2005-03-212-16/+58
| | | | | p4raw-link: @24053 on //depot/perl: db70e37e387af55c0d76b7ec65cedd21b2364520 p4raw-id: //depot/perl@24055
* Re: [perl #34493] h2ph `extern inline' problemsAlexey Tourbin2005-03-212-6/+13
| | | | | | | | | Message-ID: <20050319133712.GB6484@solemn.turbinal.org> and Message-ID: <20050319141457.GC6484@solemn.turbinal.org> p4raw-id: //depot/perl@24054
* Re: [perl #34195] Regex: Alternations within negative lookahead assertions Hugo van der Sanden2005-03-210-0/+0
| | | | | Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org> p4raw-id: //depot/perl@24053
* pack / for general typesTon Hospel2005-03-214-25/+65
| | | | | | | Message-Id: <d1i7ed$62c$1@post.home.lunix> Allow "len/format" to work for any format type, not just strings. p4raw-id: //depot/perl@24052
* perldelta suggestions on (un)?pack by Ton HospelRafael Garcia-Suarez2005-03-211-9/+14
| | | p4raw-id: //depot/perl@24051
* Re: bugzilla.redhat bug #101767 (threads, threads::shared)Alexey Tourbin2005-03-213-0/+8
| | | | | Message-ID: <20050319031045.GN12596@solemn.turbinal.org> p4raw-id: //depot/perl@24050
* More consting goodnessAndy Lester2005-03-2116-168/+165
| | | | | Message-ID: <20050319072830.GA7721@petdance.com> p4raw-id: //depot/perl@24049
* Upgrade to Math::BigInt 1.75, by TelsRafael Garcia-Suarez2005-03-209-46/+97
| | | p4raw-id: //depot/perl@24048
* perlrun typo (env PERLDB_OPTS)Alexey Tourbin2005-03-201-1/+1
| | | | | Message-ID: <20050319004013.GJ12596@solemn.turbinal.org> p4raw-id: //depot/perl@24047
* Remove an useless line, spotted by Andy LesterRafael Garcia-Suarez2005-03-181-1/+0
| | | p4raw-id: //depot/perl@24046
* Remove trie optimisation from the todo listRafael Garcia-Suarez2005-03-181-5/+0
| | | p4raw-id: //depot/perl@24045
* Re: Reworked Trie PatchYves Orton2005-03-1817-188/+2032
| | | | | | | | | | | | | | Date: Mon, 14 Mar 2005 08:55:39 +0100 Message-ID: <9b18b31105031323557019ae1@mail.gmail.com> Subject: Re: Reworked Trie Patch From: demerphq <demerphq@gmail.com> Date: Wed, 16 Mar 2005 19:48:18 +0100 Message-ID: <9b18b31105031610481025a080@mail.gmail.com> Plus minor nits in the documentation of re.pm, a version bump, and addition of an OPTIMIZE alias p4raw-id: //depot/perl@24044
* Re: sitecustomize.pl [PATCH]Gisle Aas2005-03-184-1/+41
| | | | | | | | Message-ID: <lru0n9w433.fsf@caliper.activestate.com> Adds a new command-line switch, -f, and a new optional compile-time setting -DUSE_SITECUSTOMIZE p4raw-id: //depot/perl@24043
* More const parmsAndy Lester2005-03-1815-170/+177
| | | | | Message-ID: <20050314195954.GB7141@petdance.com> p4raw-id: //depot/perl@24042
* Don't use vars in DynaLoaderRafael Garcia-Suarez2005-03-181-10/+1
| | | | | Remove left-over maintenance code p4raw-id: //depot/perl@24041
* $B::Disassembler::VERSIONAlexey Tourbin2005-03-181-2/+3
| | | | | Message-ID: <20050317160238.GN5825@solemn.turbinal.org> p4raw-id: //depot/perl@24040
* Upgrade to CGI 3.07.Rafael Garcia-Suarez2005-03-154-4/+1174
| | | | | Add CGI's changelog p4raw-id: //depot/perl@24039
* pp_pack.c, simplifying genpacksizetablesTon Hospel2005-03-142-286/+282
| | | | | Message-Id: <d11kvt$1k7$1@post.home.lunix> p4raw-id: //depot/perl@24038
* Adding const qualifiersAndy Lester2005-03-1411-147/+135
| | | | | Message-ID: <20050313202005.GA23535@petdance.com> p4raw-id: //depot/perl@24037
* Re: [perl #34155] perldoc -f hex should say how to convert backDavid Nicol2005-03-141-2/+3
| | | | | Message-ID: <934f64a20503081623713f6d27@mail.gmail.com> p4raw-id: //depot/perl@24036
* Document pack changes in perldeltaRafael Garcia-Suarez2005-03-131-0/+28
| | | p4raw-id: //depot/perl@24035
* Upgrade to Pod::Parser 1.30Rafael Garcia-Suarez2005-03-1310-43/+145
| | | p4raw-id: //depot/perl@24034
* Doc patches to clarify the stringification rules of {} and =>Rafael Garcia-Suarez2005-03-132-5/+10
| | | | | by Jarkko (bug #34419) p4raw-id: //depot/perl@24033
* gcc warning patch by Andy LesterRafael Garcia-Suarez2005-03-131-1/+3
| | | p4raw-id: //depot/perl@24032
* Re: Encoding neutral unpackTon Hospel2005-03-121-1/+13
| | | | | | | Message-ID: <d0vdt5$81a$1@post.home.lunix> A new test. p4raw-id: //depot/perl@24031
* Indentation patch by Ton Hospel for pp_packRafael Garcia-Suarez2005-03-121-330/+330
| | | p4raw-id: //depot/perl@24030
* Change my email, put real name of PixelRafael Garcia-Suarez2005-03-121-2/+2
| | | p4raw-id: //depot/perl@24029
* Upgrade to DB_File 1.811, by Paul MarquessRafael Garcia-Suarez2005-03-125-20/+33
| | | p4raw-id: //depot/perl@24028
* Add standard core test headers to the Class::ISA new testsRafael Garcia-Suarez2005-03-112-0/+8
| | | p4raw-id: //depot/perl@24027
* Upgrade to Class::ISA 0.33Rafael Garcia-Suarez2005-03-116-43/+138
| | | p4raw-id: //depot/perl@24026
* Update ChangesRafael Garcia-Suarez2005-03-111-404/+8511
| | | p4raw-id: //depot/perl@24025