2009-01-02 |
Ben Morrow | [perl #54956] crash on binary-or lvalue operation on... |
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 |
2008-12-27 |
Nicholas Clark | Explictly export Perl_mro_meta_init() so that HvMROMETA... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Nicholas Clark | Add Perl_mro_register() to register Method Resolution... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Nicholas Clark | Add MRO_GET_PRIVATE_DATA() to use the cached mro privat... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Nicholas Clark | Repurpose struct mro_meta to allow it to store cached... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Nicholas Clark | Merge branch 'blead' of nicholas@perl5.git.perl.org... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | fix problem on some platforms |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Nicholas Clark | Tweak make_patchnum.sh to cope with /bin/sh on Solaris... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | tweak dependency |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | fix bug #57042 - preserve $^R across TRIE matches |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | ignore bugBLAH.pl files as they are likely dev/test... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | better .patchnum/.sha1 dependency stuff |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | add cflags as a dependency for all object files. (it... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | apparently this isnt necessary after all. |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | make make_patchnum.sh (more) portable |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | rebuild cflags if cflags.sh changes |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | come new version related code in perl.c is not enabled... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | remove .sha1 file as well if necessary |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | forgot that i was modifying a generated file |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | add a newline for clarity |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | better git based version numbering (hopefully sane) |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | tidier -v output |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | make git-describe info show up in -V output in the... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
H.M. Brand | Generate .patchnum from .patch or .git |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | slightly smarter make_patchnum logic, detect if there... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | smarter make_patchnum.sh, get the .patchnum from the... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | clean up .patchnum in make clean |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | fix broken indentation, and move PERL_PATCHNUM logic... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | more build dependency changes, we should make sure... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Yves Orton | make sure that the perl -v/-V output corresponds to... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Rafael Garcia... | Remove "b" flag for sv_utf8_upgrade_nomg in embed.fnc |
commit | commitdiff | tree | snapshot |
2008-12-26 |
kevin brintnall | sv_dup(): avoid cloning empty arrays |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Rafael Garcia... | Regen docs and headers |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Rafael Garcia... | Fix two pod links |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Karl | Update comments and documentation dealing with utf |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Rafael Garcia... | Upgrade to podlators 2.2.1 |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Nicholas Clark | The string "." cannot possibly contain a PATH sepatator... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Nicholas Clark | Merge branch 'blead' of nicholas@perl5.git.perl.org... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Rafael Garcia... | Better fix for bug #6665 |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Rafael Garcia... | Revert "[perl #6665] Different behavior using the ... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Nicholas Clark | Merge branch 'blead' of nicholas@perl5.git.perl.org... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Rafael Garcia... | Remove mentions of the old way of rsync'ing the source |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Rafael Garcia... | Some additions to perlrepository.pod |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Paul Fenwick | autodie information added to Maintainers.pl |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Rafael Garcia... | Add description of last commit in perldelta |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Renee Baecker | [perl #6665] Different behavior using the -Idir option... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Matt Kraai | Use the F formatting codes for filenames in pod/perlgut... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Rafael Garcia... | Lies, damn lies and end-of-block comments |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Rafael Garcia... | Some source files and documentation files need not... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Alex Vandiver | Be less picky about what constitutes "numeric lists... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Alex Vandiver | Blank lines "between" verbatim sections are now accepti... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Alex Vandiver | Remove completed perltodo entry |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Alex Vandiver | Remove all mention of checkpods |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Alex Vandiver | Minor pod fixes to make Pod::Checker happy with the... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Alex Vandiver | Move 'make check' in pods/ to using Pod::Checker |
commit | commitdiff | tree | snapshot |
2008-12-25 |
H.Merijn Brand | Make PERL_PATCHLEVEL a single value quoted string |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Nicholas Clark | Merge branch 'blead' of nicholas@perl5.git.perl.org... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
H.Merijn Brand | Merge branch 'blead' of camel.booking.com:/gitroot... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
H.Merijn Brand | Subject: Patch for hints/netbsd.sh |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Leon Brocard | Remove inconsistent formatting in pod/perlrepository... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Leon Brocard | Add a new Porting/podtidy to reformat pod using Pod... |
commit | commitdiff | tree | snapshot |
next |