p5sagit/p5-mst-13.2.git
2007-09-17 Jos I. Boumans Module::Load::Conditional 0.18 (was Re: Module::Load...
2007-09-17 Rafael Garcia... Make B::Deparse able to handle pragmas from %^H.
2007-09-17 Jan Dubois document limitation of exec() inside pseudo-processes
2007-09-17 Jerry D. Hedden threads 1.66
2007-09-17 Tels fix bigint testsuite
2007-09-17 Jarkko Hietaniemi Re: [PATCH] Cray XT4/Catamount build
2007-09-17 Jim Cromie grammar nit
2007-09-16 Nicholas Clark Change 31873 was not robust against the possibility...
2007-09-16 Tels [PATCHES] various small Math::BigInt et. al. fixes
2007-09-16 Nicholas Clark Upgrade to Archive::Tar 1.36
2007-09-15 Nicholas Clark Move all the compile time options that affect binary...
2007-09-15 Nicholas Clark Rejig the word wrapping code for the "Compile-time...
2007-09-15 Nicholas Clark Note the gotcha about newlines in the elements of PL_pr...
2007-09-15 Nicholas Clark Save some C<","> in the embedded program used to genera...
2007-09-14 Jos I. Boumans Update Module::Load to 0.12 (Was Re: Module::Load 0...
2007-09-14 Dave Mitchell enable utf8 cache assertions on DEBUGGING builds
2007-09-14 Dave Mitchell [perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len...
2007-09-14 Sébastien Aperghis... Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.21.tar.gz
2007-09-14 Jim Cromie a spelling nit
2007-09-14 Dave Mitchell [perl #45053] Memory corruption with heavy module loadi...
2007-09-13 Nicholas Clark Note that list initialisation of state variables is...
2007-09-13 John E. Malmberg [patch@31788] Term::ReadLine::Stub missing get_line
2007-09-13 Rafael Garcia... Better diagnostics and test naming
2007-09-13 Rafael Garcia... Make Deparse handle "say"
2007-09-13 Rafael Garcia... URL correction by Robert Spier
2007-09-12 Nicholas Clark Carp's argument backtrace code would show undef as...
2007-09-12 Nicholas Clark Add the missing assignment to op_last that change 31798...
2007-09-12 Nicholas Clark Don't call frexp() on +Inf or -Inf either. (It's not...
2007-09-12 Rafael Garcia... Amend change 31854 for when NAN_COMPARE_BROKEN
2007-09-12 Zefram [perl #45383] sprintf %f panics with NaN
2007-09-12 Rafael Garcia... Make @INC available in base.pm's error message when
2007-09-12 Steve Hay Upgrade to Win32-0.31
2007-09-12 Rick Delaney Re: mro "PERFORMANCE CONSIDERATIONS" still true?
2007-09-12 John E. Malmberg [patch@31846] vms stat and chmod fixes.
2007-09-12 Nicholas Clark mro_get_linear_isa_dfs and mro_get_linear_isa_c3 can...
2007-09-11 Marcus Holland... Upgrade to Devel::PPPort 3.11_06
2007-09-11 Rafael Garcia... Some escapes were mentioned twice, although they're...
2007-09-11 Max Maischein [patch] [Win32] Makefile and makefile.mk rely on shell...
2007-09-11 Rafael Garcia... Upgrade to Net::Ping 2.33, with help from Jerry Hedden
2007-09-11 Rafael Garcia... Upgrade to libnet 1.22 (with some help by Jerry Hedden)
2007-09-10 Craig A. Berry VMS help for File::Path 2.00_11: chdir() is finicky...
2007-09-10 Dave Mitchell change #31246 unconditionally enabled utf8 cache debugg...
2007-09-10 Rafael Garcia... Move version to 1.07, although some tests are different...
2007-09-10 Dave Mitchell silence warning in new state.t test (spotted by Jerry...
2007-09-10 Nicholas Clark The best way not to have the missing subroutines hash...
2007-09-10 Rick Delaney Re: [perl #44623] Optimized magic_setisa has bug
2007-09-10 Rafael Garcia... Upgrade to ExtUtils::Install 1.44
2007-09-10 Rafael Garcia... Remove the "performance considerations" paragraph.
2007-09-10 Dave Mitchell when anon subs are cloned, the 'assign once only' flag...
2007-09-09 Dave Mitchell ununit pos value warning identified the wrong variable...
2007-09-09 Dave Mitchell state variables shouldn't be shared between anon subs
2007-09-09 H.Merijn Brand Moved really outdated Y2K comment from INSTALL to READM...
2007-09-09 H.Merijn Brand Merged duplicate info about GDBM/threads on HP-UX 11
2007-09-09 H.Merijn Brand The question auctioned at YAPC::Europe-2007 in Vienna
2007-09-09 Rafael Garcia... More INSTALL nits. Move Tru64 specific info in the...
2007-09-09 Rafael Garcia... Not many people reuse an old config.sh nowadays, I...
2007-09-09 Rafael Garcia... Move the "reporting problems" section further in the...
2007-09-09 Craig A. Berry Band-aid for Pod::Man::devise_title to keep it from...
2007-09-08 Nicholas Clark For now, forbid all list assignment initialisation...
2007-09-08 Nicholas Clark Make 'state $$' etc report 'Can't use global $$ in...
2007-09-08 Nicholas Clark Update perldiag.pod to mention "state" in all places...
2007-09-08 Nicholas Clark B.pm still assumed that SVt_PVBM exists. Correct this.
2007-09-08 Jim Cromie [patch] readabilty tweaks
2007-09-08 David Landgren sync blead with File-Path 2.00_11
2007-09-08 Abigail Userdefined properties
2007-09-08 Rafael Garcia... err should be removed from perl_keyword.pl, too
2007-09-07 Rafael Garcia... Spelling nit by Jim Cromie
2007-09-07 Craig A. Berry Two Module::Build::Platform::VMS tweaks:
2007-09-07 John E. Malmberg [patch@31780] fixes for cpanplus on VMS
2007-09-07 Rafael Garcia... Bump version of Module::Build after change #31619
2007-09-07 Rafael Garcia... Remove the 'err' keyword
2007-09-07 Rafael Garcia... feature bundle :5.10 should be equivalent to latest...
2007-09-07 Jerry D. Hedden Test fixes to go along with longpath.inc patch
2007-09-07 Jerry D. Hedden Fix t/op/magic.t failures under Cygwin
2007-09-07 Jerry D. Hedden Fix ext/Win32/t/Unicode.t test failure under Cygwin
2007-09-07 Jerry D. Hedden Force uppercase drive letters
2007-09-06 Abigail More tests
2007-09-06 Rafael Garcia... state $foo if 0 shouldn't warn. Spotted by Abigail.
2007-09-06 Nicholas Clark Change 31798 forgot to add the op 'once' to Opcode.pm
2007-09-06 H.Merijn Brand Part of the 5.10.0 bump
2007-09-06 H.Merijn Brand Upstream netbsd patch. Also unified the whitespace...
2007-09-06 Rafael Garcia... If perl's minimal required version number is >= 5.6.0,
2007-09-06 Rafael Garcia... Fix CPANPLUS test to work with 5.10.0
2007-09-06 Rafael Garcia... Bump version number to 5.10.0.
2007-09-06 Nicholas Clark Make state $zok = slosh(); behave as the Perl 6 design...
2007-09-06 Rick Delaney Re: [perl #44969] Restricted hashes do not handle priva...
2007-09-05 Jerry D. Hedden Fix ext/Win32/t/Unicode.t test bug
2007-09-05 Jerry D. Hedden threads::shared 1.13
2007-09-05 Jerry D. Hedden threads 1.65
2007-09-05 Father Chrysostomos Re: perlfunc.pod/split; concerning trailing fields
2007-09-05 Sébastien Aperghis... Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.20.tar.gz
2007-09-05 Jim Cromie Re: The path to the Release
2007-09-04 Jim Cromie Re: [patch] perlhack.pod
2007-09-04 Jarkko Hietaniemi Re: [Fwd: Smoke [5.9.5] 31775 FAIL(m) OSF1 V5.1 (EV6...
2007-09-03 Craig A. Berry Portability tweaks for Archive::Tar::_extract_file.
2007-09-03 Rafael Garcia... Deprecate the -P switch.
2007-09-03 Rafael Garcia... Regenerate Changes
2007-09-03 Vadim Konovalov Re: [patch-at-31775] Re: [PATCH-revised] [perl #44999]
2007-09-03 Vadim Konovalov Add Win32 makefile option to link all extensions statically
2007-09-02 Gabor Szabo Improved error messages for new comers and non-English...
next