platform/upstream/perl.git
2006-12-04 Yves OrtonMinor pod nit in perlre.
2006-12-04 Dave Mitchellanother fix for bison 2.3
2006-12-04 Yitzchak Scott... -DDEBUGGING=both doesn't set -g
2006-12-04 Chris DolanRe: [perl #38868] Changing $0 on darwin leads to excess...
2006-12-04 Yves Orton\R is supposed to mean something else so switch to...
2006-12-04 Steve PetersUpgrade to Test-Simple-0.66.
2006-12-03 Dave Mitchelladd support for bison 2.3
2006-12-03 Yves OrtonRe: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool...
2006-12-03 Yves OrtonRe: [perl #41010] (?(COND)) in pattern matching not...
2006-12-03 Dave Mitchellmerge perly.c and madly.c
2006-12-03 Christophe... Minor patch for Benchmark.pm
2006-12-02 Dave Mitchellsynchronise perly.c and madly.c
2006-12-02 Marcus Holland... Upgrade to Devel::PPPort 3.10_02
2006-12-02 Marcus Holland... Upgrade to Devel::PPPort 3.10_01
2006-12-02 Jarkko Hietaniemiperltodo.pod: add perlio todos/thinkabouts
2006-12-01 Nicholas ClarkMake get_db_sub non-static, and call it from pp_goto...
2006-12-01 Nicholas ClarkRemove the pp_entersub specific logic from S_get_db_sub.
2006-12-01 Joshua ben... Re: [PATCH] Make B::Lint use Module::Pluggable
2006-12-01 Rafael Garcia... Remove unused variable
2006-12-01 Yves OrtonContinue split of perl internal regexp structures from...
2006-12-01 Rafael Garcia... Verify that the debugger has an array where to store...
2006-12-01 Rafael Garcia... Fix Time-HiRes linker error on Win32 introduced by...
2006-11-30 Steve Peters-Dprefix failed on Cygwin unless the directory ${instal...
2006-11-30 Steve PetersUpgrade to Time-HiRes-1.96.
2006-11-30 Steve HayDon't try to export fd_refcnt symbols when building...
2006-11-30 Steve HayI think #29060 / #29073 missed this
2006-11-30 Steve PetersUpgrade to Time-HiRes-1.95
2006-11-30 Jarkko HietaniemiNo code specified for -.
2006-11-29 Steve PetersUpgrade to CPAN-1.88_63.
2006-11-29 Yves OrtonRe: Fix \k<foo> preceded by literal
2006-11-29 Steve PetersUpgrade to Tie-RefHash-1.35_01, which is just a version...
2006-11-29 Steve PetersUpgrade to ExtUtils-ParseXS-2.17. Actuall just caught...
2006-11-29 Rafael Garcia... Patch by Derek Price to Time::Piece for CPAN bug #21255:
2006-11-29 alexander_bluhm... [perl #41008] Setting $0 invalidates environment shown...
2006-11-29 Richard FoleyMacOSX debugger fork support
2006-11-29 Nicholas ClarkFix Attribute::Handlers to cope with proxy constant...
2006-11-29 Yves OrtonChange in handling of \RNNN inside nested patterns
2006-11-28 Nicholas ClarkBring the joy of strict to Attribute::Handlers.
2006-11-28 Rafael Garcia... Remove DOS line endings
2006-11-28 Steve HayFix IPC-Cmd test failure on Win32: check current direct...
2006-11-28 Steve HayBuilding with Visual C++ 2005 now works except for...
2006-11-28 Steve HaySilence VC++ 8 warnings about "possible loss of data"
2006-11-28 Ilya ZakharevichOS/2 compilation fixes by Ilya
2006-11-28 Steve HaySilence 4 "unreferenced local variable" warnings from...
2006-11-28 Ilya ZakharevichRe: [PATCH 5.8.8] Build on OS/2
2006-11-28 Rafael Garcia... Add Module::Pluggable
2006-11-28 Ilya Zakharevichperl5db on miniperl
2006-11-28 Steve HayGive perl.exe an icon when built with MinGW and Borland
2006-11-28 Rafael Garcia... Add IPC::Cmd to the core
2006-11-28 Rafael Garcia... Typo fix (by Dominic Dunlop)
2006-11-28 Jerry D. Hedden[PATCH[ threads 1.53
2006-11-28 Dominic DunlopRe: [PATCH] perlhack: some portability updates
2006-11-27 Steve HayAdd missing d_printf_format_null/PRINTF_FORMAT_NULL_OK...
2006-11-27 Steve HayMake the win32/makefile.mk a little safer
2006-11-27 Rafael Garcia... Add missing file to MANIFEST
2006-11-27 Nicholas ClarkMove words and revcharmap out of struct _rev_trie_data...
2006-11-26 Nicholas ClarkMove widecharmap out of the shared structure _reg_trie_...
2006-11-26 Nicholas ClarkSwap _reg_ac_data.trie to U32 offset into the regdata...
2006-11-26 Nicholas ClarkMoving the reference count to the front of both _reg_tr...
2006-11-26 Nicholas ClarkA little reodering of the switch statement in Perl_regd...
2006-11-26 Nicholas ClarkEliminated unitialised clone_params value bug accidenta...
2006-11-26 Nicholas ClarkStage 1 of threadsafe-ing the trie strucutres - use...
2006-11-26 Nicholas ClarkSimplify S_add_data(), given that realloc will NULL...
2006-11-26 Nicholas ClarkChange (well, correct) S_add_data to take and return...
2006-11-26 Nicholas ClarkMake the cache in Carp::trusts actually persist across...
2006-11-26 Nicholas ClarkRemove unused lexical present since change 13426.
2006-11-26 Steve PetersAdding Time::Piece to the core...again.
2006-11-26 Nicholas ClarkStop mod_perl looping forever in &Carp::shortmess_jmp...
2006-11-25 Steve PetersSkip test for Module::Load::Conditional that appears...
2006-11-25 Craig A. Berryxterm debugger support for VMS from John Malmberg ...
2006-11-25 Jos I. BoumansAdd Module::Load::Conditional to the core
2006-11-25 Jarkko Hietaniemismoke signs suppression
2006-11-25 Jarkko Hietaniemiperlhack: some portability updates
2006-11-24 Steve HayRemove redundant macros from win32 makefiles
2006-11-24 Steve HayCleanup manifest file left by test script when using VC8
2006-11-24 Steve HayEmbed manifest files in DLLs built with Module-Build...
2006-11-24 Adriano Ferreira[perl #36689] &=, |= and ^= overloads are nbot documented
2006-11-24 Rafael Garcia... Revert change #29098 (that introduced a new warning,
2006-11-24 Rafael Garcia... Un-TODO one test in pat.t ($1 kept safe after a /g...
2006-11-24 Craig A. BerryEven better configure.com handling for checkcfgvar.pl
2006-11-24 Craig A. BerryInitialize targetarch in configure.com
2006-11-23 Yves OrtonRe: [PATCH] Cleanup regexp flags and structure
2006-11-23 Steve PetersModule::Pluggable diff had some hidden binary files...
2006-11-23 Jos BoumansAdd Module::Pluggable to the core
2006-11-23 Nicholas ClarkChange 29364 forgot to turn the POK flag on.
2006-11-23 Nicholas ClarkAssigning to a PVCV effectively just sets the prototype...
2006-11-23 Nicholas ClarkRemove superfluous SvROK()
2006-11-23 Craig A. BerryTune configure.com checking to ignore trailing comments.
2006-11-23 Rafael Garcia... Fix for bug #38631: tied variables don't work with...
2006-11-23 Yves OrtonCleanup regexp flags and structure
2006-11-23 Rafael Garcia... More safety in free()s
2006-11-23 Steve HaySilence VC8's warnings about "unsafe" CRT functions...
2006-11-23 Robin Barkerinstallman3dir is null
2006-11-23 Steve PetersUpgrade to PathTools-3.24.
2006-11-22 Steve HayUpdate makefile.mk as per Makefile w.r.t. #29308 and...
2006-11-22 Yves Orton\G with /g results in infinite loop in 5.6 and later
2006-11-22 Peter DintelmannPOSIX::remove() and directories
2006-11-22 Steve HayVC8 regards 60 seconds as an invalid parameter for...
2006-11-22 Rafael Garcia... Don't AUTOLOAD DESTROY from Attribute::Handlers.
2006-11-22 Steve HayFix infinite loop in Perl_my_strftime() for failing...
next