p5sagit/p5-mst-13.2.git
2009-01-04 Yves Orton various changes
2009-01-04 Kenichi Ishigaki Almost a literal conversion of make_patchnum.sh
2009-01-04 Yves Orton prepare for refactoring to perl
2009-01-04 Yves Orton modified make_patchnum.sh script
2009-01-04 David Mitchell bump ExtUtils/MM.pm version number after change 34630...
2009-01-04 David Mitchell bump Errno version number after change 34630 (add Haiku...
2009-01-04 Slaven Rezic Another regexp failure with utf8-flagged string and...
2009-01-04 David Mitchell make Dumper.xs work with 5.10.x
2009-01-03 Nicholas Clark Remove duplicate return in S_mro_get_linear_isa_c3...
2009-01-03 Rafael Garcia... Merge branch 'blead' of camel:/gitroot/perl into blead
2009-01-03 Nicholas Clark Changing get_isa_hash() to static means that it needs...
2009-01-03 Rafael Garcia... Merge branch 'schwern/y2038' into blead
2009-01-03 Michael G.... Update from y2038
2009-01-03 Michael G.... Apply bleadperl@34470 by hand while waiting for the...
2009-01-03 Michael G.... Turn quads on in the VC configurations.
2009-01-03 Michael G.... Update from y2038.
2009-01-03 Michael G.... Update from y2038
2009-01-03 Michael G.... Fix gmtime() and localtime() so they can pop times...
2009-01-03 Michael G.... We are no longer bound by the limits of the tm struct.
2009-01-03 Michael G.... Fix pulling a large time off the stack by using a real...
2009-01-03 Michael G.... Remove the AIX work around code. Instead it should...
2009-01-03 Michael G.... Rename localtime64.[ch] to time64.[ch] to mirror change...
2009-01-03 Michael G.... Everything should now work with negative times, so...
2009-01-03 Michael G.... Update some docs to explain that Perl no longer has...
2009-01-03 Michael G.... Update from y2038
2009-01-03 Michael G.... Update from y2038
2009-01-03 Michael G.... Fix the test plan on gmtime
2009-01-03 Michael G.... We are no longer slaves to the vagaries of time_t.
2009-01-03 Michael G Schwern Update from y2038 project.
2009-01-03 Michael G Schwern Update from y2038
2009-01-03 Michael G Schwern Pull in changes from y2038
2009-01-03 Michael G Schwern Update from y2038 project.
2009-01-03 Michael G Schwern Fix the overflow warning to just check for an error.
2009-01-03 Michael G Schwern Update from y2038.
2009-01-03 Michael G Schwern Write down the logic behind the localtime vs gmtime...
2009-01-03 Michael G Schwern Cleaning up the Time::gmtime and Time::localtime tests...
2009-01-03 Michael G Schwern Change the way the check_tm assertion function is compi...
2009-01-03 Michael G Schwern Remove all of localtime64's own includes. Perl's alread...
2009-01-03 Michael G Schwern Update from the latest y2038.
2009-01-03 Michael G Schwern Update to the latest version of the y2038 code.
2009-01-03 Michael G Schwern Patch in a 64 bit clean gmtime_r() and localtime_r...
2009-01-03 David Mitchell add -d option to Porting/cmpVERSION.pl to display diffs
2009-01-03 David Mitchell some more Porting/ script documentation
2009-01-03 David Mitchell Add some basic decriptions and/or usage info to some...
2009-01-03 Nicholas Clark get_isa_hash() is only used in S_isa_lookup(), so it...
2009-01-03 Nicholas Clark Following change 34356, which decoupled get_isa_hash...
2009-01-03 Ben Morrow Fix a thinko in regression test for [perl #54956]
2009-01-03 Paul Fenwick Subject: [PATCH] Update autodie to 1.998
2009-01-02 Yuval Kogman a test for Paul Evan's qr leak
2009-01-02 ian.goodacre... [perl #61392] Method call documentation in perlobj.pod
2009-01-02 Yuval Kogman More comprehensive smartmatch.t, supersedes smobj.t
2009-01-02 Yuval Kogman add eval and error support to the t/op/smartmatch.t...
2009-01-02 Yuval Kogman add undef tests to t/op/smartmatch.t
2009-01-02 Paul Fenwick Minimal mention of overloading.pm in overload.pm
2009-01-02 Vincent Pit In amagic_call(), offset should be strictly lesser...
2009-01-02 Rafael Garcia... Merge branch 'failing-test-for-overloading-pragma'...
2009-01-02 Rafael Garcia... Add a new test for overloading.pm
2009-01-02 Vincent Pit Fix overload index mismatch in overloading logic.
2009-01-02 Rafael Garcia... Bump coopyright year in embed.pl and various files...
2009-01-02 Rafael Garcia... Factorize numeric constant for "overloading" lexical...
2009-01-02 karl williamson Faster sv_utf8_upgrade()
2009-01-02 Rafael Garcia... Merge branch 'yuval/overloading' into blead
2009-01-02 Rafael Garcia... Bump copyright year after previous change
2009-01-02 Ben Morrow [perl #54956] crash on binary-or lvalue operation on...
2009-01-02 Rafael Garcia... Mention overloading.pm in perl5110delta
2009-01-02 Rafael Garcia... Bump copyright year after previous change d15cd8313063e574
2009-01-02 Rafael Garcia... Move variable declaration without initialisation at...
2009-01-02 Rafael Garcia... Fix a couple of typos in overloading.pm docs
2009-01-02 Yuval Kogman 'overloading' pragma
2009-01-01 Abigail From: Max Maischein <corion@corion.net>
2009-01-01 Craig A. Berry First cut at handling git patch numbers on VMS.
2008-12-31 Nicholas Clark Switching to `` requires one more \ to escape $Config...
2008-12-31 Nicholas Clark Switching from $() to `` requires two more backticks...
2008-12-31 Nicholas Clark More efficient API choices for string appending.
2008-12-31 Nicholas Clark cflags also runs under /bin/sh so can't use $()
2008-12-31 Nicholas Clark Solaris awk (at least) thinks that + should be escaped.
2008-12-31 Nicholas Clark Solaris /bin/sh doesn't do POSIX $( ... ) syntax for...
2008-12-31 Nicholas Clark varargs functions such as sv_catpvf can't have compatib...
2008-12-31 Yves Orton much better git related version numbering in our (...
2008-12-30 Igor Sutton added information how to build on Leopard
2008-12-29 Nicholas Clark In mro_get_mro, use the length and UTF-8-ness now conta...
2008-12-29 Rafael Garcia... Mark my dual-life modules as authoritative in blead
2008-12-29 Nicholas Clark PL_registered_mros can start with 1 hash bucket, as...
2008-12-29 Rafael Garcia... Bump switch version to 2.14
2008-12-28 Rafael Garcia... Make Switch.pm skip POD like perl does
2008-12-28 Rafael Garcia... Fix line numbering issues with POD filtered by Switch.pm
2008-12-28 Rafael Garcia... Switch.pm doesn't appear to support plain arrays and...
2008-12-28 Rafael Garcia... Let us direct Switch questions to P5P.
2008-12-28 Jerry Hedden Handle non-numeric version numbers in ext/Digest/MD5...
2008-12-28 Vincent Pit Also define 'localizing' in pp_helem for the sake of...
2008-12-28 Vincent Pit On scope end, delete localized array elements that...
2008-12-28 Vincent Pit Add save_adelete()/SAVEADELETE() to save on the stack...
2008-12-28 Vincent Pit Introduce SvCANEXISTDELETE in pp.h, which simplify...
2008-12-28 Karl Fix malformed utf8 in regexec.c
2008-12-28 Karl Revise malformed utf8 test case
2008-12-28 Nicholas Clark Add casts to gain C++ compatibility, as spotted by...
2008-12-28 Nicholas Clark Add a key flag HVhek_KEYCANONICAL for Perl_hv_common...
2008-12-28 Nicholas Clark Verify that pre-computing hashes with shared hash key...
2008-12-28 Nicholas Clark Also test Perl_hv_common() and pre-computed hashes...
2008-12-28 Nicholas Clark Precomputing the hash value for a string representable...
next