summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add Regex conditionals. Various bugfixes. More tests.Yves Orton2006-10-1210-256/+439
* RE: g++ compile and make test 100%Robin Barker2006-10-111-5/+5
* Fix typo in NDBM_File.xs and bump up the version number.Steve Peters2006-10-112-2/+2
* Fix aliasing to an non-existent element of %+Rafael Garcia-Suarez2006-10-111-4/+2
* Update comment (by Yves Orton), plus POD fixesRafael Garcia-Suarez2006-10-111-11/+12
* Missing % in format stringRafael Garcia-Suarez2006-10-111-1/+1
* ext re: C++: EXTERN_C needed, and where did sub install() go?Jarkko Hietaniemi2006-10-112-4/+5
* Grrr...moved the files, but forgot to update Soundex.pmSteve Peters2006-10-111-94/+195
* C++: class is a keywordJarkko Hietaniemi2006-10-101-7/+7
* Adjust test count for ExtUtils::CommandRafael Garcia-Suarez2006-10-101-1/+1
* Upgrade to ExtUtils-Manifest-1.49.Steve Peters2006-10-102-9/+12
* Upgrade to ExtUtils-Command-1.12.Steve Peters2006-10-102-53/+81
* Upgrade to CPAN-1.88_53.Steve Peters2006-10-104-104/+190
* [perl #40473] sprintf width+precision fails on wide chars Anatoly Vorobey2006-10-102-2/+15
* Upgrade to ExtUtils-Makemaker-6.31.Steve Peters2006-10-1031-49/+78
* Update to PathTools-3.22.Steve Peters2006-10-107-15/+21
* New shiny modelsH.Merijn Brand2006-10-101-3/+3
* Regexp Recurse by name.Yves Orton2006-10-107-60/+132
* enc2xs and C++: add extern "C" to dataJarkko Hietaniemi2006-10-101-3/+5
* Linux and Solaris hints: C++ vs dlerrorJarkko Hietaniemi2006-10-102-2/+13
* Updates for building on Win32 with Visual C++ 2005 Express EditionSteve Hay2006-10-103-38/+82
* fix a doc typo and a warning typo in VMS::DCLsymCraig A. Berry2006-10-101-3/+3
* Make g++ happy when compiling NDBM_File on a system thatSteve Peters2006-10-092-0/+23
* fix bad free in do_exec3()Dave Mitchell2006-10-091-4/+6
* Encode.xs: add an explicit cast to make g++ happierJarkko Hietaniemi2006-10-091-1/+1
* Address update for Jerry D. HeddenRafael Garcia-Suarez2006-10-091-1/+1
* Update perldelta for recent regexp changes, based on a text by Yves Orton.Rafael Garcia-Suarez2006-10-091-0/+67
* Digest::SHA 5.43_01 - ANSIfy src/hmac.cJarkko Hietaniemi2006-10-092-19/+8
* Add perl595deltaRafael Garcia-Suarez2006-10-099-6/+78
* Bump version to 5.9.5Rafael Garcia-Suarez2006-10-0915-78/+79
* Re: [PATCH] regexec.c: goto crossing initializationJarkko Hietaniemi2006-10-091-1/+2
* Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.1...Yves Orton2006-10-083-124/+162
* Revert change 28962 (at least until a better solution is found)Rafael Garcia-Suarez2006-10-083-1/+16
* Clarifications on the usage of setlocale() and LC_NUMERIC toRafael Garcia-Suarez2006-10-083-6/+31
* Document the growth policy, and Yves suggested a better arbitaryNicholas Clark2006-10-081-1/+6
* Yves said that the XS version of Data::Dumper was inefficient becauseNicholas Clark2006-10-071-0/+3
* No need to create a new magic vtable if it's all 0 pointers.Nicholas Clark2006-10-073-16/+1
* Make reference stringification (blessed and unblessed) about as fast asNicholas Clark2006-10-071-12/+60
* Use packed addresses for the seen tracking hash, rather thanNicholas Clark2006-10-072-11/+45
* Eliminate two more unneeded strlen()s from Dumper.xsNicholas Clark2006-10-071-2/+2
* threads 1.43 - stringifyJerry Hedden2006-10-078-18/+44
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-0724-156/+612
* Change sprintf() to my_sprintf(), and use the returned length fromNicholas Clark2006-10-071-21/+8
* cflags.SH: strip -std=c89 for g++Jarkko Hietaniemi2006-10-071-21/+26
* another g++ patch (Util.xs)Paul Marquess2006-10-071-2/+2
* Upgrade to Test-Harness-2.64Steve Peters2006-10-0712-178/+394
* Make the executable slightly smaller by using PL_hexdigit inNicholas Clark2006-10-061-2/+1
* Fix typo spotted by Rafael. Close the file handle explicity and checkNicholas Clark2006-10-062-2/+5
* Generate the overload enum and names array programatically, whichNicholas Clark2006-10-064-90/+324
* Reoder struct am_table and am_table_short to save 8 bytes on LP64Nicholas Clark2006-10-061-2/+2