summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Re: [PATCH] remove leaveit from toke.c:scan_constSADAHIRO Tomoyuki2006-10-171-6/+7
| | | | | Message-Id: <20061017230958.41A2.BQW10602@nifty.com> p4raw-id: //depot/perl@29030
* Upgrade to CPAN-1.88_55.Steve Peters2006-10-173-48/+166
| | | p4raw-id: //depot/perl@29029
* Less brace nesting.Rafael Garcia-Suarez2006-10-171-16/+15
| | | p4raw-id: //depot/perl@29028
* The "Unrecognized escape" warning can now be emitted in categoryRafael Garcia-Suarez2006-10-161-1/+1
| | | | | "regexp" after change 29026 p4raw-id: //depot/perl@29027
* remove leaveit from toke.c:scan_constSADAHIRO Tomoyuki2006-10-166-41/+52
| | | | | Message-Id: <20061015222223.BC38.BQW10602@nifty.com> p4raw-id: //depot/perl@29026
* Re: sprintf 64 testSADAHIRO Tomoyuki2006-10-164-8/+240
| | | | | | | | | | Message-Id: <20061015165052.77AD.BQW10602@nifty.com> 1. nullify 0 flag in integer conversions when precision is given 2. ignore space after a plus sign as a sign for a nonnegative number 3. make a negative precision through * working as if the precision is omitted p4raw-id: //depot/perl@29025
* Fix change 28770 to cope with the strange 32 bit bool type on VMS.Nicholas Clark2006-10-161-2/+3
| | | | | | (I should have seen this one coming - the two structures weren't textually identical) p4raw-id: //depot/perl@29024
* Upgrade to Time-HiRes-1.93.Steve Peters2006-10-153-8/+33
| | | p4raw-id: //depot/perl@29023
* Upgrade to CPAN-1.88_54.Steve Peters2006-10-143-80/+403
| | | p4raw-id: //depot/perl@29020
* Upgrade to Digest-SHA-5.44.Steve Peters2006-10-149-23/+28
| | | p4raw-id: //depot/perl@29019
* Avoid undefined behaviour for -DPERL_MEM_LOG by not using aNicholas Clark2006-10-141-3/+2
| | | | | | dereference of member of the structure being reallocated as part of the size calculation. (This one was well hidden by macros) p4raw-id: //depot/perl@29018
* Upgrade to XSLoader-0.07.Steve Peters2006-10-142-27/+43
| | | p4raw-id: //depot/perl@29017
* Avoid undefined behaviour for -DPERL_MEM_LOG by not using a directNicholas Clark2006-10-141-2/+3
| | | | | | dereference of member of the structure being reallocated as part of the size calculation. (There may be other similar bugs). p4raw-id: //depot/perl@29016
* Use Perl_croak_nocontext() rather than Perl_croak() for the snprintf()Nicholas Clark2006-10-141-2/+2
| | | | | and vsnprintf() macros. p4raw-id: //depot/perl@29015
* Fix typo.Nicholas Clark2006-10-141-1/+1
| | | p4raw-id: //depot/perl@29012
* Re: SVpvs vs SVpvnJim Cromie2006-10-131-25/+25
| | | | | | | Message-ID: <452FED1D.1000504@gmail.com> plus the last newSVpvn() in toke.c that his regexp missed. p4raw-id: //depot/perl@29011
* Upgrade to Time-HiRes-1.92.Steve Peters2006-10-137-30/+381
| | | p4raw-id: //depot/perl@29010
* Correct one "parenthesis" to "parentheses".Nicholas Clark2006-10-131-1/+1
| | | p4raw-id: //depot/perl@29009
* Don't bother checking for bad characters in prototypes if we're notRafael Garcia-Suarez2006-10-131-13/+16
| | | | | going to warn about them. p4raw-id: //depot/perl@29008
* compiler warning noreturnRobin Barker2006-10-131-1/+6
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <2C2E01334A940D4792B3E115F95B7226120A70@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@29007
* Fix nit in possessive quantifier descriptions.Rafael Garcia-Suarez2006-10-131-3/+15
| | | | | Add some =head3 headings. p4raw-id: //depot/perl@29006
* Add possessive quantifiers to regex engine.Yves Orton2006-10-137-46/+183
| | | | | | | Message-ID: <9b18b3110610121223m191e47ddtce3398cb0e8ba320@mail.gmail.com> With doc tweaks p4raw-id: //depot/perl@29005
* Upgrade to PathTools-3.23.Steve Peters2006-10-125-8/+21
| | | p4raw-id: //depot/perl@29004
* threads::shared 1.04Jerry Hedden2006-10-121-4/+5
| | | | | Message-ID: <20061012144737.56305.qmail@web30207.mail.mud.yahoo.com> p4raw-id: //depot/perl@29003
* threads 1.44Jerry Hedden2006-10-124-7/+12
| | | | | Message-ID: <20061011125743.68567.qmail@web30211.mail.mud.yahoo.com> p4raw-id: //depot/perl@29002
* fix format errors; was RE: g++ compile and make test 100%Robin Barker2006-10-121-2/+2
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <2C2E01334A940D4792B3E115F95B7226120A69@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@29001
* RE: g++ compile and make test 100%Robin Barker2006-10-121-1/+1
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <2C2E01334A940D4792B3E115F95B7226120A68@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@29000
* More regexp documentationYves Orton2006-10-123-47/+279
| | | | | Message-ID: <9b18b3110610120545m3002e17cqace30f908b0e2277@mail.gmail.com> p4raw-id: //depot/perl@28999
* Add Regex conditionals. Various bugfixes. More tests.Yves Orton2006-10-1210-256/+439
| | | | | Message-ID: <9b18b3110610111546j74ca490dg21bd9fd1e7e10d42@mail.gmail.com> p4raw-id: //depot/perl@28998
* RE: g++ compile and make test 100%Robin Barker2006-10-111-5/+5
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <2C2E01334A940D4792B3E115F95B7226120A65@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@28997
* Fix typo in NDBM_File.xs and bump up the version number.Steve Peters2006-10-112-2/+2
| | | p4raw-id: //depot/perl@28996
* Fix aliasing to an non-existent element of %+Rafael Garcia-Suarez2006-10-111-4/+2
| | | | | (by Yves Orton) p4raw-id: //depot/perl@28995
* Update comment (by Yves Orton), plus POD fixesRafael Garcia-Suarez2006-10-111-11/+12
| | | p4raw-id: //depot/perl@28994
* Missing % in format stringRafael Garcia-Suarez2006-10-111-1/+1
| | | p4raw-id: //depot/perl@28993
* ext re: C++: EXTERN_C needed, and where did sub install() go?Jarkko Hietaniemi2006-10-112-4/+5
| | | | | Message-Id: <20061011065359.DFC4C8B3A1@seth.hut.fi> p4raw-id: //depot/perl@28992
* Grrr...moved the files, but forgot to update Soundex.pmSteve Peters2006-10-111-94/+195
| | | p4raw-id: //depot/perl@28991
* C++: class is a keywordJarkko Hietaniemi2006-10-101-7/+7
| | | | | Message-Id: <20061010162026.190BE8B37C@seth.hut.fi> p4raw-id: //depot/perl@28990
* Adjust test count for ExtUtils::CommandRafael Garcia-Suarez2006-10-101-1/+1
| | | p4raw-id: //depot/perl@28989
* Upgrade to ExtUtils-Manifest-1.49.Steve Peters2006-10-102-9/+12
| | | p4raw-id: //depot/perl@28988
* Upgrade to ExtUtils-Command-1.12.Steve Peters2006-10-102-53/+81
| | | p4raw-id: //depot/perl@28987
* Upgrade to CPAN-1.88_53.Steve Peters2006-10-104-104/+190
| | | p4raw-id: //depot/perl@28986
* [perl #40473] sprintf width+precision fails on wide chars Anatoly Vorobey2006-10-102-2/+15
| | | | | | From: Anatoly Vorobey (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.5.HEAD-31259-1160355496-1702.40473-75-0@perl.org> p4raw-id: //depot/perl@28985
* Upgrade to ExtUtils-Makemaker-6.31.Steve Peters2006-10-1031-49/+78
| | | p4raw-id: //depot/perl@28984
* Update to PathTools-3.22.Steve Peters2006-10-107-15/+21
| | | p4raw-id: //depot/perl@28983
* New shiny modelsH.Merijn Brand2006-10-101-3/+3
| | | p4raw-id: //depot/perl@28982
* Regexp Recurse by name.Yves Orton2006-10-107-60/+132
| | | | | | | Message-ID: <9b18b3110610091136g48e5b154tf16d00d38e80a6dc@mail.gmail.com> (with doc nits) p4raw-id: //depot/perl@28981
* enc2xs and C++: add extern "C" to dataJarkko Hietaniemi2006-10-101-3/+5
| | | | | Message-ID: <452B7B89.201@iki.fi> p4raw-id: //depot/perl@28980
* Linux and Solaris hints: C++ vs dlerrorJarkko Hietaniemi2006-10-102-2/+13
| | | | | Message-ID: <452B7D58.1090009@iki.fi> p4raw-id: //depot/perl@28979
* Updates for building on Win32 with Visual C++ 2005 Express EditionSteve Hay2006-10-103-38/+82
| | | | | | | | | | | | | Add some instructions in README.win32, clarify macro comments and add missing macros to makefile.mk, and drop the GLOBEXEBUILD macro from Makefile--the Express Edition of Visual C++ 2005 is free and includes setargv.obj, so there is no need to support the .NET 2.0 SDK compiler which didn't include it. Unfortunately, the build still doesn't work yet--my attempt got as far as building extensions, but miniperl.exe crashed. Hopefully this can be sorted out soon. p4raw-id: //depot/perl@28978
* fix a doc typo and a warning typo in VMS::DCLsymCraig A. Berry2006-10-101-3/+3
| | | p4raw-id: //depot/perl@28977