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