2012-08-29 |
Colin Kuskie | Document the last five tests of t/op/lop.t
|
commit | commitdiff | tree |
2012-08-29 |
Colin Kuskie | Update t/op/lop.t to use test.pl instead of making...
|
commit | commitdiff | tree |
2012-08-29 |
Colin Kuskie | Refactor t/uni/case.pl to use test.pl instead of making...
|
commit | commitdiff | tree |
2012-08-29 |
Colin Kuskie | Refactor t/porting/checkcase.t to use test.pl instead...
|
commit | commitdiff | tree |
2012-08-29 |
Colin Kuskie | Refactor t/re/no_utf8_pt.t to use test.pl instead of...
|
commit | commitdiff | tree |
2012-08-29 |
Nicholas Clark | Add /\.gif\z/ files to the non-Pod exceptions in t...
|
commit | commitdiff | tree |
2012-08-29 |
Nicholas Clark | t/porting/podcheck.t now passes no_chdir to File::Find...
|
commit | commitdiff | tree |
2012-08-29 |
Nicholas Clark | t/porting/dual-life.t now passes no_chdir to File:...
|
commit | commitdiff | tree |
2012-08-29 |
Nicholas Clark | t/porting/exec-bit.t isn't using File::{Basename,Find...
|
commit | commitdiff | tree |
2012-08-29 |
Nicholas Clark | t/porting/checkcase.t now passes no_chdir to File:...
|
commit | commitdiff | tree |
2012-08-29 |
Nicholas Clark | Refactor t/porting/filenames.t to shrink the code and...
|
commit | commitdiff | tree |
2012-08-23 |
Nicholas Clark | Record the story behind the pack format specifiers...
|
commit | commitdiff | tree |
2012-08-17 |
Nicholas Clark | Remove the UTS port.
|
commit | commitdiff | tree |
2012-08-15 |
Nicholas Clark | Tweak the test from 35f7559499c4a614 to work with PERL_UNICO...
|
commit | commitdiff | tree |
2012-08-14 |
Nicholas Clark | Document that newCONSTSUB{,_flags} takes ownership...
|
commit | commitdiff | tree |
2012-08-14 |
Nicholas Clark | XS::APItest::newCONSTSUB was not handling SV reference...
|
commit | commitdiff | tree |
2012-08-14 |
Nicholas Clark | Use ALIAS to provide XS::APItest::newCONSTSUB and newCONSTSU...
|
commit | commitdiff | tree |
2012-08-02 |
K.Shirakata | Fix a perl5140delta typo in F<> markup.
|
commit | commitdiff | tree |
2012-08-01 |
Nicholas Clark | Test that when directories in @INC are skipped, coderefs...
|
commit | commitdiff | tree |
2012-08-01 |
Nicholas Clark | Avoid reading before the buffer start when generating...
|
commit | commitdiff | tree |
2012-08-01 |
Nicholas Clark | Makefile.SH needs to delete the perldelta symlink before...
|
commit | commitdiff | tree |
2012-07-31 |
Nicholas Clark | In Perl_scalarvoid(), avoid creating a temporary SV...
|
commit | commitdiff | tree |
2012-07-30 |
Nicholas Clark | Fix C pre-processor expression in Dumper.xs
|
commit | commitdiff | tree |
2012-07-28 |
Nicholas Clark | Remove code for supporting 80286 based systems.
|
commit | commitdiff | tree |
2012-07-28 |
Nicholas Clark | Remove dead code related to the Atari ST port of perl...
|
commit | commitdiff | tree |
2012-07-28 |
Nicholas Clark | Merge the refactoring of the filetest OPs' return code.
|
commit | commitdiff | tree |
2012-07-28 |
Nicholas Clark | Comment the code with how filetest operators interact...
|
commit | commitdiff | tree |
2012-07-28 |
Nicholas Clark | Eliminate the macros FT_RETURN_FALSE() and FT_RETURN_TRUE().
|
commit | commitdiff | tree |
2012-07-28 |
Nicholas Clark | Refactor the macro FT_RETURN_TRUE() into the function...
|
commit | commitdiff | tree |
2012-07-28 |
Nicholas Clark | Consolidate the code for returning false values from...
|
commit | commitdiff | tree |
2012-07-28 |
Nicholas Clark | Reorder S_ft_stacking_return_false().
|
commit | commitdiff | tree |
2012-07-28 |
Nicholas Clark | Remove dSP from all filetest ops.
|
commit | commitdiff | tree |
2012-07-28 |
Nicholas Clark | Replace the macro RETURNX() with its expansion in FT_RETURN_...
|
commit | commitdiff | tree |
2012-07-27 |
Nicholas Clark | Restore microperl, which has been unable to build since...
|
commit | commitdiff | tree |
2012-07-24 |
Nicholas Clark | In Perl_magic_setenv() s/ptr/key/ in two pieces of...
|
commit | commitdiff | tree |
2012-07-24 |
Nicholas Clark | Merge B 1.37 to blead (more SV flag constants exposed).
|
commit | commitdiff | tree |
2012-07-24 |
Nicholas Clark | Bump B's VERSION and note the changes in perldelta...
|
commit | commitdiff | tree |
2012-07-24 |
Nicholas Clark | Expose all GV flags matching qr/GVf_/ as constants...
|
commit | commitdiff | tree |
2012-07-24 |
Nicholas Clark | Expose all CV flags matching qr/CVf_/ as constants...
|
commit | commitdiff | tree |
2012-07-24 |
Nicholas Clark | Expose all SV flags matching qr/SV(?:[fps]|pad)_/ as...
|
commit | commitdiff | tree |
2012-07-24 |
Nicholas Clark | In ext/B/Makefile.PL, order the list of files to scan...
|
commit | commitdiff | tree |
2012-07-20 |
Robin Barker | rewrite a regex in lib/DB.t using \Q
|
commit | commitdiff | tree |
2012-07-10 |
Nicholas Clark | Expand $^O at build time when generating Config::_V()
|
commit | commitdiff | tree |
2012-07-10 |
Nicholas Clark | In configpm, switch to using sprintf for part of generating...
|
commit | commitdiff | tree |
2012-07-03 |
Colin Kuskie | Refactor t/op/splice.t to use t/test.pl instead of...
|
commit | commitdiff | tree |
2012-07-03 |
Nicholas Clark | Add another address for Colin Kuskie to checkAUTHORS.pl
|
commit | commitdiff | tree |
2012-07-02 |
Nicholas Clark | s/thinngy/thingy/ in a comment in sv.c
|
commit | commitdiff | tree |
2012-06-26 |
Nicholas Clark | In t/op/stat.t, ensure that the output of ls is not...
|
commit | commitdiff | tree |
2012-06-21 |
Nicholas Clark | Merge fix for File::stat's -x and -X for root, and...
|
commit | commitdiff | tree |
2012-06-21 |
Nicholas Clark | lib/File/stat.t shouldn't test -A $^X
|
commit | commitdiff | tree |
2012-06-21 |
Nicholas Clark | Fix File::stat's -x and -X for root for directories...
|
commit | commitdiff | tree |
2012-06-21 |
Nicholas Clark | Test that File::stat exports stat by default, overriding...
|
commit | commitdiff | tree |
2012-06-21 |
Nicholas Clark | lib/File/stat.t should also test the -X operators on...
|
commit | commitdiff | tree |
2012-06-21 |
Nicholas Clark | In lib/File/stat.t, permute the test file's mode for...
|
commit | commitdiff | tree |
2012-06-21 |
Nicholas Clark | Refactor lib/File/stat.t for robustness.
|
commit | commitdiff | tree |
2012-06-21 |
Nicholas Clark | *Actually* test that bug 20011110.104 is fixed.
|
commit | commitdiff | tree |
2012-06-21 |
Nicholas Clark | Simplify lib/File/stat.t by using a tempfile as the...
|
commit | commitdiff | tree |
2012-06-21 |
Nicholas Clark | Remove needless skip tests from lib/File/stat.t
|
commit | commitdiff | tree |
2012-06-21 |
Nicholas Clark | In lib/File/stat.t, test everything with and without...
|
commit | commitdiff | tree |
2012-06-21 |
Nicholas Clark | Bring the joy of strict (and warnings) to lib/File...
|
commit | commitdiff | tree |
2012-06-21 |
Nicholas Clark | Replace repetitive code in lib/File/stat.t with a data...
|
commit | commitdiff | tree |
2012-06-21 |
Nicholas Clark | Convert lib/File/stat.t from a complex plan calculation...
|
commit | commitdiff | tree |
2012-06-20 |
Nicholas Clark | More tests in t/op/arith.t for constant folding of...
|
commit | commitdiff | tree |
2012-06-19 |
Reini Urban | perlhacktips: add AddressSanitizer
|
commit | commitdiff | tree |
2012-06-19 |
Nicholas Clark | In cflags.SH trim the case statement of file basenames.
|
commit | commitdiff | tree |
2012-06-19 |
Nicholas Clark | In pp_iter, handle end of range at IV_MAX without undefined...
|
commit | commitdiff | tree |
2012-06-19 |
Nicholas Clark | In t/op/arith.t, tryeq_sloppy() wasn't correctly handling...
|
commit | commitdiff | tree |
2012-06-18 |
Nicholas Clark | Remove some 5.002 and 5.003 compatibility code from...
|
commit | commitdiff | tree |
2012-06-18 |
Nicholas Clark | Add tests for all the error paths in Class::Struct.
|
commit | commitdiff | tree |
2012-06-18 |
Nicholas Clark | Add tests for Class::Struct constructors called with...
|
commit | commitdiff | tree |
2012-06-18 |
Nicholas Clark | Merge fixes for Porting tests when building with -Dmksymlinks.
|
commit | commitdiff | tree |
2012-06-18 |
Nicholas Clark | Avoid tests converting @INC to abs paths where no longer...
|
commit | commitdiff | tree |
2012-06-18 |
Nicholas Clark | Set GIT_DIR instead of changing directory in find_git_or_ski...
|
commit | commitdiff | tree |
2012-06-18 |
Nicholas Clark | Teach Porting/cmpVERSION.pl about .pm files extracted...
|
commit | commitdiff | tree |
2012-06-18 |
Nicholas Clark | Update DynaLoader's VERSION after commit 7d08496d81c138d9.
|
commit | commitdiff | tree |
2012-06-18 |
Nicholas Clark | In Porting/cmpVERSION.pl, treat undefined versions...
|
commit | commitdiff | tree |
2012-06-18 |
Nicholas Clark | In Porting/cmpVERSION.pl, increment $count in one place...
|
commit | commitdiff | tree |
2012-06-15 |
Nicholas Clark | Fix small Pod error introduced by commit c5e3e317152223ae.
|
commit | commitdiff | tree |
2012-06-05 |
Nicholas Clark | Merge improvements to make_ext.pl
|
commit | commitdiff | tree |
2012-06-05 |
Nicholas Clark | In make_ext.pl, inline _macroify_passthrough() into...
|
commit | commitdiff | tree |
2012-06-05 |
Nicholas Clark | In make_ext.pl, only fudge the Makefile.PL timestamp...
|
commit | commitdiff | tree |
2012-06-05 |
Nicholas Clark | make_ext.pl need not manipulate @INC, as buildcustomize...
|
commit | commitdiff | tree |
2012-06-05 |
Nicholas Clark | In make_ext.pl, move loading FindExt and Cwd into the...
|
commit | commitdiff | tree |
2012-06-04 |
Nicholas Clark | Bump $Pod::Html::VERSION to reflect the changes of...
|
commit | commitdiff | tree |
2012-06-03 |
Nicholas Clark | Remove commented-out debugging print statements from...
|
commit | commitdiff | tree |
2012-06-03 |
Nicholas Clark | Refactor File::DosGlob to avoid an unescaped { in a...
|
commit | commitdiff | tree |
2012-06-02 |
Sullivan Beck | Bump Locale-Codes from 3.21 to 3.22
|
commit | commitdiff | tree |
2012-06-02 |
Nicholas Clark | If kill 0, PPID works, use it to avoid race conditions...
|
commit | commitdiff | tree |
2012-06-02 |
Nicholas Clark | In t/op/getppid.t remove most race conditions by signaling...
|
commit | commitdiff | tree |
2012-06-02 |
Nicholas Clark | In t/op/getppid.t, die if any pipe close fails.
|
commit | commitdiff | tree |
2012-05-31 |
Nicholas Clark | Merge refactoring of t/op/filetest.t into blead.
|
commit | commitdiff | tree |
2012-05-31 |
Nicholas Clark | Use is() and isnt() in t/op/filetest.t, in place of...
|
commit | commitdiff | tree |
2012-05-31 |
Nicholas Clark | In t/op/filetest.t, test -s -f 'TEST' against the size...
|
commit | commitdiff | tree |
2012-05-31 |
Nicholas Clark | In t/op/filetest.t, use the tempfile instead of t/TEST...
|
commit | commitdiff | tree |
2012-05-31 |
Nicholas Clark | In t/op/filetest.t, use one temporary file for testing...
|
commit | commitdiff | tree |
2012-05-31 |
Nicholas Clark | In t/op/filetest.t, simplify the logic for testing...
|
commit | commitdiff | tree |
2012-05-31 |
Nicholas Clark | In t/op/filetest.t, simplify the skip logic when testing...
|
commit | commitdiff | tree |
2012-05-31 |
Nicholas Clark | t/porting/checkcase.t shouldn't scan .git for case...
|
commit | commitdiff | tree |
2012-05-31 |
Nicholas Clark | t/porting/checkcase.t should find() from the top level...
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | Remove outdated todo items, and update and clarify...
|
commit | commitdiff | tree |
next |