p5sagit/p5-mst-13.2.git
2006-10-27 Rafael Garcia... Document the limitation of Attribute::Handlers w.r...
2006-10-27 Jerry D. Hedden Change MY_CXT ref in perl.h
2006-10-27 Jerry D. Hedden Make 'threads' conform to perlguts
2006-10-27 Steve Peters Spelling fixes for re.pm.
2006-10-27 Matt Taggart Spelling nits from Debian bug list...
2006-10-26 Steve Hay Close temporary test file before unlinking (for the...
2006-10-26 Rafael Garcia... Document the new (?FAIL) assertion (Yves Orton)
2006-10-26 Yves Orton Fix a problem with jump-tries, add (?FAIL) pattern.
2006-10-26 Paul Marquess IO::Compress modules
2006-10-26 SADAHIRO Tomoyuki Re: [perl #40583] sprintf "%#04X" also uppercases the...
2006-10-26 Jerry D. Hedden Fix typo in File::Find POD
2006-10-26 Rafael Garcia... Add Term::UI and Object::Accessor to the list of dual...
2006-10-26 Jos Boumans Add Object::Accessor to the core
2006-10-26 Jos Boumans Add Term::UI to the core
2006-10-26 Yves Orton Fix a memory leak :
2006-10-26 Jerry D. Hedden threads-shared 1.05
2006-10-26 Jerry D. Hedden threads 1.45
2006-10-25 Rafael Garcia... Fix small leak with -F at interpreter destruction
2006-10-25 Rafael Garcia... Plug a memory leak in newCONSTSUB
2006-10-25 Rafael Garcia... I'll finally get it right. (thanks to Sadahiro Tomoyuki)
2006-10-25 Rafael Garcia... Fix nit in previous patch, spotted by Gisle
2006-10-25 Nicholas Clark Add a %B sprintf format
2006-10-25 Alexey Tourbin FindBin.pm: better fix for PATH entries
2006-10-25 Rafael Garcia... Document that warnings.pm doesn't load Carp anymore
2006-10-25 Craig A. Berry Initialize d_ctermid and i_gdbm in configure.com.
2006-10-24 Steve Peters Upgrade to CPAN-1.88_57.
2006-10-24 Rafael Garcia... Silence an expected warning (when playing with utf8ness...
2006-10-24 SADAHIRO Tomoyuki New UTF-8 warning : Variable length character upgraded...
2006-10-24 Rafael Garcia... No warning was produced if perl failed to load PerlIO...
2006-10-23 H.Merijn Brand Fix for RT#38169 & RT#38945
2006-10-23 Rafael Garcia... Document that the %#X printf format prefixes the output...
2006-10-23 Rafael Garcia... Update Changes
2006-10-23 Rafael Garcia... Some notes about the recent changes in perldelta
2006-10-23 Ovid base.pm
2006-10-23 Rafael Garcia... Protection against overwriting defsubs.h via a symlink
2006-10-23 Jim Cromie [patch] make test.valgrind capable of running cachegrind
2006-10-22 Nicholas Clark Fix the other bug introduced by change 29079
2006-10-22 Nicholas Clark Fix bug in change 27321 - Perl_ss_dup should also have...
2006-10-22 Nicholas Clark Fix a bug introduced by change 29079
2006-10-22 Steve Peters Removed typo that caused a variable to shadow an existi...
2006-10-22 Nicholas Clark Merge cases in Perl_ss_dup().
2006-10-22 Nicholas Clark const the variable used for the save stack type in...
2006-10-22 Rafael Garcia... Make the overrides of built-ins in the bytes pragma...
2006-10-21 Nicholas Clark Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and...
2006-10-21 Jarkko Hietaniemi Re: Change 29050: Memory leak fix, by Jarkko
2006-10-21 Nicholas Clark Semicolon consistency between PERL_FPU_INIT and the...
2006-10-21 Nicholas Clark Add PERLIO_INIT to PERL_SYS_INIT.
2006-10-21 Nicholas Clark Always defining PERLIO_TERM, even if it's empty, makes...
2006-10-21 Steve Peters Changes for threads::shared to all building with g++.
2006-10-21 Steve Peters Fixes for Storable.xs when compiling a threaded Perl...
2006-10-21 Steve Peters Fix in perl.h for compiling with g++.
2006-10-21 Steve Peters Better solution to silencing prereq warnings from threads's
2006-10-21 Steve Peters Quiet a warning in pp_sys.c on AIX.
2006-10-20 Steve Peters Comment out Hash::Util and IO::File from prereqs of...
2006-10-20 Rafael Garcia... Adjustment to symbol lists after latest changes (by...
2006-10-20 Rafael Garcia... Enable perlio mutexes under threads (by Jarkko)
2006-10-20 Rafael Garcia... regen headers
2006-10-20 Yves Orton only do \C hackery if \C is seen
2006-10-20 Alexander Gough B:: changes for UNITCHECK blocks
2006-10-20 Rafael Garcia... Let's undocument -Dusesfio in INSTALL.
2006-10-20 Rafael Garcia... More leak fixes, by Jarkko
2006-10-20 Dave Mitchell zero length $1 took too long to detect utf8-ness
2006-10-20 Rafael Garcia... Silence some warnings
2006-10-19 Yves Orton Re: Off by one in the trie code?
2006-10-19 Yves Orton Re: Off by one in the trie code?
2006-10-19 H.Merijn Brand <tr> isnb't the same as C<tr>, and <tr> looks so stupid...
2006-10-19 Rafael Garcia... Trim perltodo.
2006-10-19 Alexander Gough stab at UNITCHECK blocks
2006-10-19 Jos Boumans Add Log::Message and Log::Message::Simple to the core
2006-10-19 Rafael Garcia... Make prototype("CORE::mkdir") work. That's a special...
2006-10-19 Rafael Garcia... Memory leak fix, by Jarkko
2006-10-19 Rafael Garcia... Adjust documentation for previous change
2006-10-19 Rafael Garcia... Allow the _ prototype character to be followed by optio...
2006-10-19 Rafael Garcia... Make all JAPH tests pass
2006-10-19 Rafael Garcia... Remove free() part of change #29045, which causes
2006-10-19 Jarkko Hietaniemi blead valgrind finding
2006-10-18 Rafael Garcia... Make prototype("CORE::foo") return prototypes with...
2006-10-18 Rafael Garcia... Add a regression test for change #29041
2006-10-18 Nicholas Clark Using explicit printf-like APIs with a format of "...
2006-10-18 Rafael Garcia... Functions with a (_) prototype should behave as unary...
2006-10-18 Nicholas Clark panic if we attempt to sv_setsv to or from an already...
2006-10-18 Rafael Garcia... Test for the interaction between ; and _ in prototypes
2006-10-18 Rafael Garcia... Document _ prototype in perlsub
2006-10-18 Rafael Garcia... Fix prototype to mimic built-in in perlsub examples
2006-10-18 Rafael Garcia... The _ character is only allowed to be at the end of...
2006-10-18 Rafael Garcia... Improvements and fixes to the _ prototype
2006-10-18 Rafael Garcia... FAQ sync
2006-10-18 Dave Bailey [perl #40557] regexec.c saves context stack position...
2006-10-17 Rafael Garcia... First attempt at implementing the _ prototype
2006-10-17 Steve Peters Upgrade to Time-HiRes-1.94.
2006-10-17 SADAHIRO Tomoyuki Re: [PATCH] remove leaveit from toke.c:scan_const
2006-10-17 Steve Peters Upgrade to CPAN-1.88_55.
2006-10-17 Rafael Garcia... Less brace nesting.
2006-10-16 Rafael Garcia... The "Unrecognized escape" warning can now be emitted...
2006-10-16 SADAHIRO Tomoyuki remove leaveit from toke.c:scan_const
2006-10-16 SADAHIRO Tomoyuki Re: sprintf 64 test
2006-10-16 Nicholas Clark Fix change 28770 to cope with the strange 32 bit bool...
2006-10-15 Steve Peters Upgrade to Time-HiRes-1.93.
2006-10-14 Steve Peters Upgrade to CPAN-1.88_54.
2006-10-14 Steve Peters Upgrade to Digest-SHA-5.44.
next