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-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-05 |
Nicholas Clark | [perl #112820] t/op/sprintf.t failure on FreeBSD 4.6
|
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 |
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 |
Nicholas Clark | mktables memory reduction From: Nicholas Clark <nick@ccl4.org>
|
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-05-14 |
Nicholas Clark | In the Linux hints, invoke gcc with LANG and LC_ALL...
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | Remove outdated todo items, and update and clarify...
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | In the todo list, note who is already working on various...
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | Remove (?{...}) closures in regexps from the todo list.
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | Remove "Properly Unicode safe tokeniser and pads" from...
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | Remove 2 microperl suggestions from the todo list.
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | Drop the iCOW plan from the todo.
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | Switching entersub ops from "XS" to "Perl" and back...
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | Minor tweaks to the todo.
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | Remove two specific smartmatch suggestions from the...
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | 5.12.0 and later permit -C on the #! line with similar...
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | Remove the reference to -fstack-protector, which is...
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | Remove the "POD -> HTML conversion in the core still...
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | Update the todo entry for makedef.pl duplicating C...
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | Remove "Remove duplication of test setup" from the...
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | Refine the todo entry for install.html
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | 5.14.0 adds Perl_cv_set_call_checker(), but no guide...
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | @INC order was improved in a series of commits ending...
|
commit | commitdiff | tree |
2012-04-24 |
Nicholas Clark | PADTMP hash pessimisation was fixed with commit 38bb37b9aa18...
|
commit | commitdiff | tree |
2012-04-18 |
Nicholas Clark | valid_utf8_to_uv{chr,uni} have no documentation, so...
|
commit | commitdiff | tree |
2012-04-17 |
Nicholas Clark | Correct INSTALL to warn about editing cflags, not cflags.SH
|
commit | commitdiff | tree |
2012-04-11 |
Nicholas Clark | Tweak the FEATURE_IS_ENABLED() macro to avoid a bug...
|
commit | commitdiff | tree |
2012-03-19 |
Nicholas Clark | Note in the source of perlhist.pod that "cow orker...
|
commit | commitdiff | tree |
2012-03-19 |
Nicholas Clark | Mention Porting/bisect.pl in perlgit.pod, before describing...
|
commit | commitdiff | tree |
2012-03-19 |
Nicholas Clark | Add two missing "file"s to the documentation of Porting...
|
commit | commitdiff | tree |
next |