platform/upstream/perl.git
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
2006-09-13 Yves Ortonmktables executes seven time per build sigh
2006-09-13 David Nicol[perl #40328] B::Deparse pod does not list failure...
2006-09-13 merijnb@ms.com[perl #40327] Doc patch for perlfunc.pod
2006-09-13 Jarkko HietaniemiAccumulated fixes from earlier backports, amongst of...
2006-09-12 Yves OrtonDisable study() for utf-8 strings
2006-09-12 Steve PetersUpgrade to CPAN-1.87_62
2006-09-12 Rafael Garcia... Upgrade to MakeMaker 6.30_04
2006-09-12 Rafael Garcia... More warnings silencing, including suggestions by Domin...
2006-09-12 Dominic DunlopRe: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1...
2006-09-12 Rafael Garcia... Another warning-silencing cast
2006-09-11 Rafael Garcia... POD fixes in perlce manpage
2006-09-11 Rafael Garcia... FAQ sync
2006-09-11 Rafael Garcia... Fix a few more printf format warnings
2006-09-11 Rafael Garcia... Fix definition of macro HOP3 (spotted by a gcc warning)
2006-09-11 Rafael Garcia... Fix some compilation warnings
2006-09-11 Yves OrtonTeach regex optimiser how to handle (?=) and (?<=)...
2006-09-11 David NicolRe: [perl #40302] sigtrap(3pm) man page is vague
2006-09-11 Jarkko HietaniemiC++: Solaris CC now compiles "perl"
2006-09-11 Yitzchak Scott... NULL and sv_setpv vs. newSVpv
2006-09-08 Steve HayUpdate Porting/Maintainers.pl w.r.t. #28811
2006-09-08 Jos I. BoumansAdd Params::Check to the core
2006-09-08 Steve HayUpdate Porting/Maintainers.pl w.r.t. #28809
next