platform/upstream/perl.git
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
2006-10-03 Steve PetersUpgrade to CGI.pm-3.25
2006-10-03 Steve PetersQuiet warnings in new test for ExtUtils::Command.
2006-10-03 Mark StosbergPATCH: clarify docs for lib.pm
2006-10-03 Steve PetersMove Text::Soundex from lib/ to ext/ and upgrade it to
2006-10-03 Jim Cromie[patch] convert spare debug flag to DEBUG_U, for Unoffi...
2006-10-03 Rafael Garcia... Un-TODO some B tests
2006-10-03 Steve PetersUpgrade to version-0.6701
2006-10-03 Steve PetersUpgrade to threads-shared-1.03
2006-10-03 Steve PetersUpgrade to threads-1.42
2006-10-03 Steve PetersUpgrade to ExtUtils-Manifest-1.48
2006-10-03 Steve PetersUpgrade to CPAN-1.88_52
2006-10-03 Steve PetersUpgrade to Time-HiRes-1.91
2006-10-03 Steve PetersUpdate to ExtUtils-Command-1.11
2006-10-03 dgay@acm.org[perl #40427] Segfault in pack
2006-10-03 Rafael Garcia... Regenerate proto.h
2006-10-03 Jarkko Hietaniemiconst sv_reftype
2006-10-02 Jarkko HietaniemiRe: [PATCH] cflags.SH: rethink of the gcc -std=c89...
2006-10-02 H.Merijn Branddoc typo change on jhi's request
2006-10-02 Jarkko Hietaniemiperldiag.pod: followup on the PerlIO::scalar patch
2006-10-01 Nicholas ClarkIn PerlIO_debug(), if tainting or set*id, set PL_perlio...
2006-10-01 Nicholas ClarkIn pp_binmode, call mode_from_discipline() once and...
2006-09-30 Andreas König[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.88_51.tar.gz
2006-09-30 Dave Mitchellremove backing up outercc->cur in regmatch()/WHILEM
2006-09-30 Dave Mitchellassert that backing up outercc->cur in regmatch()/WHILE...
2006-09-30 Dave Mitchelladd stress test for CURLYX/WHILEM regex ops
2006-09-30 Dave Mitchellrationalise sayYES and sayNO code in regmatch()
2006-09-29 Yves OrtonMinor re 'Debug' tweaks, also fix a bug in dumping...
2006-09-29 Jarkko HietaniemiPerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling...
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-29 Steve PetersFix debug format in regcomp.c that was failing under
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-28 Nicholas ClarkSilence two warnings from gcc when being -pedantic
2006-09-28 Jarkko HietaniemiRe: reentr reshuffle
2006-09-28 H.Merijn BrandRegen for #28896
2006-09-28 Jarkko Hietaniemireentr reshuffle
2006-09-27 Rafael Garcia... Saddest patch I ever had to apply.
2006-09-27 Steve HayI think we need to skip PL_regdupe as well as Perl_regdupe
2006-09-26 Nicholas ClarkMake Perl_regdupe only exist for threaded perls.
2006-09-25 Yves OrtonAutomate generation of the regmatch() state constants
2006-09-25 Yves OrtonAdd hook for re_dup() into regex engine as reg_dupe...
2006-09-25 Rafael Garcia... Remove three X<...> that cannot be handled by pod2text...
2006-09-25 David Landgrenperlref clarification (was: Re: Is this a bug or a...
2006-09-25 Yves OrtonFix re debug formatting nits
2006-09-25 Rafael Garcia... Typo fix in overload docs
2006-09-25 Jarkko HietaniemiRe: Change 28877: [PATCH] deal with some gcc warnings
2006-09-25 Dave Mitchelleliminate PL_regindent and improve -Mre=Debug,STATE...
2006-09-24 Dave Mitchellfix regression introduced in #27778: must backtrack...
2006-09-24 Dave Mitchellin S_regmatch(), convert state var st->cc into local...
2006-09-24 Dave Mitchellallow fields in re_tests to include \x{nnn} etc
2006-09-23 Steve PetersUpgrade to CPAN-1.8801.
2006-09-21 Rafael Garcia... Document the values that mad_key can hold
2006-09-21 Jan DuboisRE: Combining UTF-16 output with :crlf is awkward
2006-09-21 SADAHIRO TomoyukiRe: \N{...} in regular expression [PATCH]
2006-09-21 Jarkko Hietaniemideal with some gcc warnings
2006-09-21 ammon@rhythm.com[perl #40369] File::Find mishandles non-dangling symlinks
2006-09-20 Rafael Garcia... Deliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe...
2006-09-20 Rafael Garcia... prototype() wasn't working to get the prototype of...
2006-09-20 Andrew SavigeRe: [PATCH] Patch for win32.c to fix #38723 and #39531
2006-09-19 Yves OrtonRe: \N{...} in regular expression [PATCH]
2006-09-19 Rafael Garcia... Upgrade to podlators 2.0.5
2006-09-19 H.Merijn BrandChanged +DA2.0w to +DD64; Added notes about C ANSI...
2006-09-19 Adriano FerreiraRe: [PATCH] lib/File/Copy.t - test descriptions and...
2006-09-19 Yves OrtonRe: \N{...} in regular expression [PATCH]
2006-09-19 Jarkko HietaniemiC++: add -Wno-used-parameter, and drop ODBM_File
2006-09-18 Sebastian SteinlechnerFix declaration-after-statement problem
2006-09-18 Philip M. Golluccibleed - silence warning in sv.c
next