summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* pp_formline: FF_LINEGLOB: hoist 2 vars to fn scopeDavid Mitchell2011-05-291-2/+4
* pp_formline: reduce indent in FF_LINEGLOBDavid Mitchell2011-05-291-52/+50
* pp_formline: restruture FF_LINEGLOBDavid Mitchell2011-05-291-6/+8
* pp_formline: combine two similar code chunksDavid Mitchell2011-05-291-9/+7
* stop ~ in format modifying format stringDavid Mitchell2011-05-292-11/+59
* better document format codeDavid Mitchell2011-05-292-46/+46
* RT #91032: formline: bugs with non-string formatsDavid Mitchell2011-05-292-28/+95
* Make sigblocking tests more independentLeon Timmermans2011-05-291-8/+5
* perlre: Fix some line wrap issuesKarl Williamson2011-05-282-3/+2
* perlre: Fix some line wrap issuesKarl Williamson2011-05-282-24/+25
* perlre: Change C<> to L<>Karl Williamson2011-05-282-2/+2
* perlrun: Add link to clarificationKarl Williamson2011-05-281-0/+1
* Upgrade Data::Dumper to 2.131Steffen Mueller2011-05-283-5/+26
* feature.pm: Improve pod wordingJohan Vromans2011-05-271-3/+13
* [perl #72724] explicit return doesn’t work with lvalue subsFather Chrysostomos2011-05-272-5/+9
* podcheck.t: Guard against transitory filesKarl Williamson2011-05-271-6/+11
* Add more to-do tests for explicit return from lvalue subFather Chrysostomos2011-05-261-2/+47
* Move a test to the right fileFather Chrysostomos2011-05-262-19/+19
* regcomp.c: Fix memory leak regressionNicholas Clark2011-05-264-99/+15
* podcheck.t: Add comment, explicit returnKarl Williamson2011-05-261-0/+4
* podcheck.t: Skip broken symbolic linksKarl Williamson2011-05-261-2/+13
* podcheck.t: Skip some more non-pod filesKarl Williamson2011-05-261-2/+10
* podcheck.t: Force non-utf8 reading of filesKarl Williamson2011-05-251-3/+3
* [perl #91614] Suggestion for improving documentation of $!John P. Linderman2011-05-251-15/+18
* podcheck.t: Skip files left by patchFather Chrysostomos2011-05-241-2/+3
* [perl #90888] each(ARRAY) on scalar context should wrapped into defined()Hojung Yoon2011-05-242-5/+49
* Add Hojung Yoon to AUTHORSFather Chrysostomos2011-05-241-0/+1
* In Perl_pv_escape(), avoid reading 1 byte beyond the end of the buffer.Nicholas Clark2011-05-241-1/+1
* [perl #91518] Fix minor typo in pod/perlsub.pod.Johan Vromans2011-05-241-1/+1
* [perl #91508] __DATA__ starts reading on the next lineJohan Vromans2011-05-241-1/+1
* Improve comments in sv.h describing SVrepl_EVAL and SVf_IVisUV.Nicholas Clark2011-05-241-2/+1
* Un-TODO a test on Snow LeopardFather Chrysostomos2011-05-231-1/+1
* podcheck.t: Convert to Un*x style for file name eqKarl Williamson2011-05-231-3/+11
* [perl #90850] Outdated Solaris pkg list on README.solarisClaudio Ramirez2011-05-231-3/+10
* Add Claudio Ramirez to AUTHORSFather Chrysostomos2011-05-231-0/+1
* Restore cmpVERSION.pl's ability to spot differences in XS files.Nicholas Clark2011-05-231-51/+63
* Fold Abigail's TAP generation logic back into cmpVERSION.plNicholas Clark2011-05-232-159/+64
* Change the -x option of cmpVERSION.pl to exclude upstream ne 'blead'Nicholas Clark2011-05-231-10/+13
* Pass the git tag to cmpVERSION.pl with a --tag argument.Nicholas Clark2011-05-231-15/+16
* Convert cmpVERSION.pl to Getopt::Long from Getopt::Std.Nicholas Clark2011-05-231-11/+8
* Trim the import list from File::Spec::Functions and don't use File::Find.Nicholas Clark2011-05-231-4/+2
* Only load Maintainers.pm if cmpVERSION.pl is invoked with -xNicholas Clark2011-05-231-8/+7
* Refactor podcheck.t to slurp files into scalars, instead of an array of lines.Nicholas Clark2011-05-231-77/+60
* Incorrect heading and index entries for (*MARK) in pod/perlre.podJohan Vromans2011-05-231-1/+1
* Correct and update the comments about FBMs in Perl_sv_2[inu]v_flags().Nicholas Clark2011-05-231-8/+10
* Add find2perl as a dependency for the target 'test_prep'.Nicholas Clark2011-05-232-2/+8
* Add another address for SisyphusFather Chrysostomos2011-05-221-0/+1
* [perl #91354] win32/makefile.mk needs patching for gcc-4.x.xSisyphus2011-05-222-23/+14
* Turn $$ into a magical readonly variable that always fetches getpid() instead...Max Maischein2011-05-226-24/+7
* Make hash-rt85026.t less noisyFather Chrysostomos2011-05-221-2/+2