platform/upstream/perl.git
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
2006-09-18 John PeacockRe: [perl #37714] XSUB.h version check may fail due...
2006-09-17 Nicholas ClarkFix one genuine unitialised code path spotted by gcc...
2006-09-17 Nicholas ClarkAvoid compiler warning about a variable that isn't...
2006-09-17 Rafael Garcia... A better version of change #28847
2006-09-17 Jarkko Hietaniemiutil.c: restore Perl_my_setenv() to pre-28814
2006-09-17 Nicholas ClarkSome notes about struct block_loop
2006-09-17 Nicholas ClarkStore a pointer to the op in struct block_loop, rather...
2006-09-16 Steve PetersUpgrade to CPAN-CPAN-1.87_64
2006-09-16 Steve PetersUpgrade to ExtUtils-ParseXS-2.16. There actually are...
2006-09-16 Nicholas ClarkShrink the interpreter structure by 4 bytes (usually...
2006-09-16 Nicholas ClarkRevert changes 28772, 28773, 28774 as they won't gain...
2006-09-16 Craig A. Berryreturn value of -1 without errno set is ok in
2006-09-16 Rafael Garcia... No declarations after statements ! (noticed by Sadahiro...
2006-09-15 Nicholas ClarkAvoid warnings when $Config{d_cplusplus} is undefined.
2006-09-15 Craig A. BerryMore hacking in util.c's ifdef jungle following 28844...
2006-09-14 Rafael Garcia... Fix for bug #37714: XSUB.h version check may fail due...
2006-09-14 Jarkko HietaniemiC++ Encode
2006-09-14 Rafael Garcia... MakeMaker is being split in new sub-distributions on...
2006-09-14 Yves OrtonRe: Re: [PATCH] C++: Solaris CC now compiles "perl"
2006-09-14 Craig A. BerryDefine d_cplusplus on VMS when appropriate
2006-09-14 Jarkko Hietaniemi(1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC
2006-09-14 Steve PetersRegenerated mktables.lst per Yves Orton's suggestion.
2006-09-13 Steve Petersdarwin also seems to be lacking a dl_unload_file()...
2006-09-13 Steve PetersAdd darwin to the list of OS's that fail to pass test
2006-09-13 Steve PetersTest cases for version cannot handle Test::More version...
2006-09-13 Rafael Garcia... Upgrade to CPAN 1.87_63
2006-09-13 Steve PetersUpgrade to Test-Simple-0.64_02
2006-09-13 Jerry D. HeddenBump version and other misc. changes. 3rd patch from:
2006-09-13 Jerry D. HeddenStatically allocate the main thread.
2006-09-13 Jerry D. HeddenRace condition fix in threads.pm
next