summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re: [perl #45513] Test failures on amd64-freebsd 6.2Slaven Rezic2007-09-251-4/+5
* Upgrade to Test::Simple 0.72Rafael Garcia-Suarez2007-09-2510-53/+45
* Re: [PATCH 5.10] Improve diagnostic for reloads of bad modulesRick Delaney2007-09-252-1/+9
* Make OptreeCheck.pm more forgiving about parent pad indexesRafael Garcia-Suarez2007-09-251-0/+1
* Trans.: CPAN Upload: S/SA/SAPER/constant-1.11.tar.gzSébastien Aperghis-Tramoni2007-09-252-23/+64
* Re: Smoke [5.10.0] 31938 FAIL(F) netbsd 3.1 (i386/1 cpu)Abe Timmerman2007-09-251-1/+1
* Re: [perl #45605] Regexp failure with utf8-flagged string and byte-flagged pa...Tels2007-09-252-2/+23
* [patch] Dual-lifing constant.pmSébastien Aperghis-Tramoni2007-09-251-0/+7
* stop lib/perl5db.t failure if Term::ReadLine::Perl is installedSlaven Rezic2007-09-251-1/+4
* README.cygwin updateJerry D. Hedden2007-09-251-35/+6
* $^E is not Win32::GetLastError under CygwinJerry D. Hedden2007-09-251-1/+1
* Re: Change 31935: Upgrade to Win32-0.32Jerry D. Hedden2007-09-252-2/+2
* [patch] improve B::Concise -src supportJim Cromie2007-09-241-5/+18
* sixth attempt to silence S_emulate_eaccess compiler warningDave Mitchell2007-09-241-1/+1
* Upgrade to Compress::Zlib 2.007Rafael Garcia-Suarez2007-09-245-12/+37
* Upgrade to threads::shared 1.14Rafael Garcia-Suarez2007-09-242-37/+38
* Re: BigInt bug with non-integer accuracy/precisionTels2007-09-243-6/+158
* Announce plans for -Duse32bit* options for Configure, and documentH.Merijn Brand2007-09-241-0/+4
* Allow IEEE math to be deselected on OpenVMS I64 (but it remainsCraig A. Berry2007-09-241-2/+7
* silence a spurious compiler warning in regcomp.cDave Mitchell2007-09-241-0/+1
* fifth attempt to silence S_emulate_eaccess compiler warningDave Mitchell2007-09-244-20/+1
* And some more VMS-specific additions to PL_bincompat_options.Craig A. Berry2007-09-231-0/+9
* Add USE_IEEE to PL_bincompat_options, as use_ieee in the configurationNicholas Clark2007-09-231-0/+3
* Record IEEE usage in config.h on VMS.Craig A. Berry2007-09-231-0/+1
* Revert #31942, as it was inconsistent between threaded andH.Merijn Brand2007-09-232-10/+1
* netbsd's setlocale () doesn't support LC_COLLATE and LC_NUMERICAbe Timmerman2007-09-232-1/+10
* Under -DDEBUGGING (on gcc), assert that SvRV(sv) is being called onNicholas Clark2007-09-231-2/+16
* Fix bug 45607 - for the corner case *{"BONK"} = \&{"BONK"} the orderNicholas Clark2007-09-222-11/+46
* Upgrade to Devel::PPPort 3.12Marcus Holland-Moritz2007-09-223-2/+6
* hv_stores() on a literal string is now fractionally more efficient thanNicholas Clark2007-09-212-21/+21
* Fix Win32 breakage caused by #31926Steve Hay2007-09-211-1/+1
* Silence a load of "value computed is not used" warningsRafael Garcia-Suarez2007-09-219-43/+44
* Upgrade to Win32-0.32Steve Hay2007-09-214-11/+20
* version-0.73 (was Re: Change 31920: Don't use ~0 as a versionJohn Peacock2007-09-213-10/+44
* Get mad compiling as C++. (At least for me)Nicholas Clark2007-09-204-4/+5
* Remove now-unnecessary =cuts where POD is now adjacent to POD.Nicholas Clark2007-09-201-20/+0
* Add a new function Perl_hv_common_key_len(), which contains theNicholas Clark2007-09-208-104/+152
* Move the SV dereference of Perl_hv_fetch()/Perl_hv_store()/Nicholas Clark2007-09-201-27/+34
* ext/XS/APITest/APITest.xs was suffering casting issues with g++Steve Peters2007-09-201-3/+3
* Archive::Extract 0.24 (was Re: Archive::Extract test failures on Solaris)Jos I. Boumans2007-09-2020-35/+129
* Casts needed in mathoms.c to make it compile with g++ after theSteve Peters2007-09-201-2/+2
* Switch Perl_hv_common() to returning void * rather than HE *.Nicholas Clark2007-09-204-28/+30
* Change 31919 forgot to add Perl_hv_common to global.symNicholas Clark2007-09-201-0/+1
* Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent() andNicholas Clark2007-09-206-50/+53
* Use Perl_hv_common() to test disabling the key conversion in hashNicholas Clark2007-09-202-0/+63
* assert that what is passed into the hash functions is really an HV.Nicholas Clark2007-09-201-0/+4
* SVs know their length, so avoid 2 calls to strlen().Nicholas Clark2007-09-201-10/+6
* Don't use ~0 as a version number -- it could overflow.Rafael Garcia-Suarez2007-09-201-2/+2
* Make hv_fetch_common() non-static, and change its name to hv_common(),Nicholas Clark2007-09-204-44/+42
* Change 31849 forgot to regenerate the documentation - removing aNicholas Clark2007-09-192-38/+38