This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2006-10-18 Rafael Garcia... FAQ sync
2006-10-18 Dave Bailey[perl #40557] regexec.c saves context stack position...
2006-10-17 Rafael Garcia... First attempt at implementing the _ prototype
2006-10-17 Steve PetersUpgrade to Time-HiRes-1.94.
2006-10-17 SADAHIRO TomoyukiRe: [PATCH] remove leaveit from toke.c:scan_const
2006-10-17 Steve PetersUpgrade to CPAN-1.88_55.
2006-10-17 Rafael Garcia... Less brace nesting.
2006-10-16 Rafael Garcia... The "Unrecognized escape" warning can now be emitted...
2006-10-16 SADAHIRO Tomoyukiremove leaveit from toke.c:scan_const
2006-10-16 SADAHIRO TomoyukiRe: sprintf 64 test
2006-10-16 Nicholas ClarkFix change 28770 to cope with the strange 32 bit bool...
2006-10-15 Steve PetersUpgrade to Time-HiRes-1.93.
2006-10-14 Steve PetersUpgrade to CPAN-1.88_54.
2006-10-14 Steve PetersUpgrade to Digest-SHA-5.44.
2006-10-14 Nicholas ClarkAvoid undefined behaviour for -DPERL_MEM_LOG by not...
2006-10-14 Steve PetersUpgrade to XSLoader-0.07.
2006-10-14 Nicholas ClarkAvoid undefined behaviour for -DPERL_MEM_LOG by not...
2006-10-14 Nicholas ClarkUse Perl_croak_nocontext() rather than Perl_croak(...
2006-10-14 Nicholas ClarkFix typo.
2006-10-13 Jim CromieRe: SVpvs vs SVpvn
2006-10-13 Steve PetersUpgrade to Time-HiRes-1.92.
2006-10-13 Nicholas ClarkCorrect one "parenthesis" to "parentheses".
2006-10-13 Rafael Garcia... Don't bother checking for bad characters in prototypes...
2006-10-13 Robin Barkercompiler warning noreturn
2006-10-13 Rafael Garcia... Fix nit in possessive quantifier descriptions.
2006-10-13 Yves OrtonAdd possessive quantifiers to regex engine.
2006-10-12 Steve PetersUpgrade to PathTools-3.23.
2006-10-12 Jerry Heddenthreads::shared 1.04
2006-10-12 Jerry Heddenthreads 1.44
2006-10-12 Robin Barkerfix format errors; was RE: g++ compile and make test...
2006-10-12 Robin BarkerRE: g++ compile and make test 100%
2006-10-12 Yves OrtonMore regexp documentation
2006-10-12 Yves OrtonAdd Regex conditionals. Various bugfixes. More tests.
2006-10-11 Robin BarkerRE: g++ compile and make test 100%
2006-10-11 Steve PetersFix typo in NDBM_File.xs and bump up the version number.
2006-10-11 Rafael Garcia... Fix aliasing to an non-existent element of %+
2006-10-11 Rafael Garcia... Update comment (by Yves Orton), plus POD fixes
2006-10-11 Rafael Garcia... Missing % in format string
2006-10-11 Jarkko Hietaniemiext re: C++: EXTERN_C needed, and where did sub install...
2006-10-11 Steve PetersGrrr...moved the files, but forgot to update Soundex.pm
2006-10-10 Jarkko HietaniemiC++: class is a keyword
2006-10-10 Rafael Garcia... Adjust test count for ExtUtils::Command
2006-10-10 Steve PetersUpgrade to ExtUtils-Manifest-1.49.
2006-10-10 Steve PetersUpgrade to ExtUtils-Command-1.12.
2006-10-10 Steve PetersUpgrade to CPAN-1.88_53.
2006-10-10 Anatoly Vorobey[perl #40473] sprintf width+precision fails on wide...
2006-10-10 Steve PetersUpgrade to ExtUtils-Makemaker-6.31.
2006-10-10 Steve PetersUpdate to PathTools-3.22.
2006-10-10 H.Merijn BrandNew shiny models
2006-10-10 Yves OrtonRegexp Recurse by name.
2006-10-10 Jarkko Hietaniemienc2xs and C++: add extern "C" to data
2006-10-10 Jarkko HietaniemiLinux and Solaris hints: C++ vs dlerror
2006-10-10 Steve HayUpdates for building on Win32 with Visual C++ 2005...
2006-10-10 Craig A. Berryfix a doc typo and a warning typo in VMS::DCLsym
2006-10-09 Steve PetersMake g++ happy when compiling NDBM_File on a system...
2006-10-09 Dave Mitchellfix bad free in do_exec3()
2006-10-09 Jarkko HietaniemiEncode.xs: add an explicit cast to make g++ happier
2006-10-09 Rafael Garcia... Address update for Jerry D. Hedden
2006-10-09 Rafael Garcia... Update perldelta for recent regexp changes, based on...
2006-10-09 Jarkko HietaniemiDigest::SHA 5.43_01 - ANSIfy src/hmac.c
2006-10-09 Rafael Garcia... Add perl595delta
2006-10-09 Rafael Garcia... Bump version to 5.9.5
2006-10-09 Jarkko HietaniemiRe: [PATCH] regexec.c: goto crossing initialization
2006-10-08 Yves OrtonRe: [perl #40468] Not OK: perl 5.9.4 +patchaperlup...
2006-10-08 Rafael Garcia... Revert change 28962 (at least until a better solution...
2006-10-08 Rafael Garcia... Clarifications on the usage of setlocale() and LC_NUMER...
2006-10-08 Nicholas ClarkDocument the growth policy, and Yves suggested a better...
2006-10-07 Nicholas ClarkYves said that the XS version of Data::Dumper was ineff...
2006-10-07 Nicholas ClarkNo need to create a new magic vtable if it's all 0...
2006-10-07 Nicholas ClarkMake reference stringification (blessed and unblessed...
2006-10-07 Nicholas ClarkUse packed addresses for the seen tracking hash, rather...
2006-10-07 Nicholas ClarkEliminate two more unneeded strlen()s from Dumper.xs
2006-10-07 Jerry Heddenthreads 1.43 - stringify
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-10-07 Nicholas ClarkChange sprintf() to my_sprintf(), and use the returned...
2006-10-07 Jarkko Hietaniemicflags.SH: strip -std=c89 for g++
2006-10-07 Paul Marquessanother g++ patch (Util.xs)
2006-10-07 Steve PetersUpgrade to Test-Harness-2.64
2006-10-06 Nicholas ClarkMake the executable slightly smaller by using PL_hexdig...
2006-10-06 Nicholas ClarkFix typo spotted by Rafael. Close the file handle expli...
2006-10-06 Nicholas ClarkGenerate the overload enum and names array programatica...
2006-10-06 Nicholas ClarkReoder struct am_table and am_table_short to save 8...
2006-10-06 Steve PetersUpgrade to PathTools-3.21
2006-10-06 Nicholas ClarkDon't bother generating the "Operation \"%s\": no metho...
2006-10-05 Dave MitchellDocument the new regmatch() backtracking mechanism
2006-10-05 Dave Mitchellremove REGMATCH detritus and shrink the size of the...
2006-10-05 Dave Mitchellmigrate CURLYX/WHILEM branch in regmatch() to new FSM...
2006-10-05 Yves OrtonRe: [perl #8835] fairly large regex optimization bug...
2006-10-05 Rafael Garcia... Nit in regcomp, discovered by a gcc warning, fixed...
2006-10-05 Rafael Garcia... Fix a couple of casting warnings
2006-10-05 Steve PetersFix a few pod nits in perlre.
2006-10-05 Yves OrtonRe: [PATCH] Add recursive regexes similar to PCRE
2006-10-05 Rafael Garcia... Upgrade to Module::CoreList 2.09:
2006-10-05 Rafael Garcia... Change md5sum of MD5.xs after change 28936 (on UNIX...
2006-10-04 Steve PetersChange to sv_reftype return value caused compile for...
2006-10-04 Paul MarquessGive zlib the ASNI C treatmant
2006-10-04 Steve PetersFixes to compile Perl with g++ and DEBUGGING.
2006-10-04 Paul GreenUpdate Stratus VOS files.
2006-10-03 Rafael Garcia... Text::Soundex is now dual-lived.
2006-10-03 Jerry Heddenthreads-shared 1.03 - Changes, Makefile.PL
next