2013-07-01 |
Nicholas Clark | Merge the branch that purged various under-used Makefile...
|
commit | commitdiff | tree |
2013-07-01 |
Nicholas Clark | Document the removed Makefile targets in perldelta.
|
commit | commitdiff | tree |
2013-07-01 |
Nicholas Clark | In perlhacktips, suggest a shell loop to generate all...
|
commit | commitdiff | tree |
2013-07-01 |
Nicholas Clark | Eliminate the perl.gprof and perl.gcov Makefile targets.
|
commit | commitdiff | tree |
2013-07-01 |
Nicholas Clark | Run Porting/podtidy on pod/perlhacktips.pod
|
commit | commitdiff | tree |
2013-07-01 |
Nicholas Clark | Update perlhacktips to note that Address Sanitizer...
|
commit | commitdiff | tree |
2013-07-01 |
Nicholas Clark | In perlhacktips, no need to give 3 ways to set an environmen...
|
commit | commitdiff | tree |
2013-07-01 |
Nicholas Clark | Remove the explicit purify/quantify/purecov targets...
|
commit | commitdiff | tree |
2013-07-01 |
Nicholas Clark | We don't actually need to set $ENV{PERL} for the tests...
|
commit | commitdiff | tree |
2013-07-01 |
Nicholas Clark | valgrind doesn't require that perl was built with ...
|
commit | commitdiff | tree |
2013-07-01 |
Nicholas Clark | Inline the Makefile target minitest.prep into its only...
|
commit | commitdiff | tree |
2013-07-01 |
Nicholas Clark | Remove Makefile targets and tools related to Irix and...
|
commit | commitdiff | tree |
2013-07-01 |
Nicholas Clark | Remove various rarely used test targets from the generated...
|
commit | commitdiff | tree |
2013-06-21 |
Nicholas Clark | Improved struct pmop alignment fix - avoid the slow...
|
commit | commitdiff | tree |
2013-06-19 |
Nicholas Clark | If miniperl fails the simple Exporter test, print a...
|
commit | commitdiff | tree |
2013-06-19 |
Nicholas Clark | For *nix, only delete the ppport.h files that we created.
|
commit | commitdiff | tree |
2013-06-18 |
Nicholas Clark | In FindExt, use File::Find instead of shelling out...
|
commit | commitdiff | tree |
2013-06-13 |
Nicholas Clark | Merge the re-ordering of when in the build write_buildcustom...
|
commit | commitdiff | tree |
2013-06-13 |
Nicholas Clark | In miniperl, if lib/buildcustomize.pl fails to load...
|
commit | commitdiff | tree |
2013-06-13 |
Nicholas Clark | write_buildcustomize.pl now test loads the generated...
|
commit | commitdiff | tree |
2013-06-13 |
Nicholas Clark | write_buildcustomize.pl no longer writes to STDOUT
|
commit | commitdiff | tree |
2013-06-13 |
Nicholas Clark | Remove the Icwd Makefile macros as lib/buildcustomize...
|
commit | commitdiff | tree |
2013-06-13 |
Nicholas Clark | Generate lib/buildcustomize.pl at the same time as...
|
commit | commitdiff | tree |
2013-06-11 |
Nicholas Clark | Merge the refactoring of toke.c's S_force_word.
|
commit | commitdiff | tree |
2013-06-11 |
Nicholas Clark | Inline a subset of S_force_word() into the KEY_format...
|
commit | commitdiff | tree |
2013-06-11 |
Brian Fraser | toke.c: Remove the allow_initial_tick hack from S_force_word.
|
commit | commitdiff | tree |
2013-06-11 |
Brian Fraser | Eliminate the last call to S_force_word() passing allow_init...
|
commit | commitdiff | tree |
2013-06-11 |
Nicholas Clark | Test that C<format ::Foo> is identical to C<format...
|
commit | commitdiff | tree |
2013-06-11 |
Brian Fraser | Test that C<format 'Foo> is identical to C<format Foo>
|
commit | commitdiff | tree |
2013-06-10 |
Nicholas Clark | On Win32, i_rpcsvcdbm should be 'undef' as there is...
|
commit | commitdiff | tree |
2013-06-06 |
Nicholas Clark | In regcomp.c, Set_Node_Cur_Length() uses parse_start...
|
commit | commitdiff | tree |
2013-06-06 |
Nicholas Clark | In S_regatom, declare parse_start when RE_TRACK_PATTERN_OFFS...
|
commit | commitdiff | tree |
2013-06-05 |
Nicholas Clark | Remove the unused env parameter from a2p's main, and...
|
commit | commitdiff | tree |
2013-05-29 |
Nicholas Clark | Cache HvFILL() for larger hashes, and update on insertion...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | Merge in various enhancements to bisect.pl and bisect...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | Add -q to git clean in bisect-runner.pl
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | Three Configure fixups so that bisect-runner.pl can...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | bisect-runner.pl should match patches with directory...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | Add a 'none' target to bisect-runner.pl
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | bisect.pl can now optionally timeout the user's test...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | Add an option to bisect.pl to run the user testcase...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | In bisect-runner.pl, run_report_and_exit() now uses...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | In bisect-runner.pl, extract the Configure running...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | In bisect-runner.pl, invert the first parameter to...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | In bisect-runner.pl, refactor the calls to system ...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | bisect.pl can run in-place if the checkout is totally...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | If there is no 'blead' branch, bisect.pl now uses a...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | Add --gold option to bisect.pl for the revision to...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | bisect-runner.pl always needs to pass paths gleaned...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | When bisecting, use `git tag -l` to get the list of...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | bisect-runner.pl needs to probe DB_File.xs before running...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | bisect-runner.pl needs another minor fixup to build...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | bisect-runner.pl should fix 5.7.x to export Perl_cxinc...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | bisect-runner.pl should fix a typo in the Solaris hints...
|
commit | commitdiff | tree |
2013-05-28 |
Yves Orton | Tweak to make it clearer what to do if your working...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | Add a --valgrind option to bisect.pl, to run the test...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | bisect-runner.pl will now invoke with ./perl -Ilib...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | bisect-runner.pl should fix Makefile.SH to remove remove...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | Add --early-fixup and --late-fixup to bisect.pl, for...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | Add --all-fixups to bisect.pl, to apply all patches...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | bisect-runner.pl should always exit fatally with 255...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | In bisect-runner.pl, refactor the system ... and die...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | When testing the end version, bisect.pl should treat...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | bisect-runner.pl should search for lib*.a as well as...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | bisect-runner.pl should use ".$Config{dlext}" instead...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | Teach bisect-runner.pl that on HP-UX, _filbuf() is...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | bisect-runner.pl needs to know how to identify HP-UX...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | On HP-UX, bisect without any -j option as the system...
|
commit | commitdiff | tree |
2013-05-28 |
Nicholas Clark | In bisect{,-runner}.pl, refactor the code for CPU probing...
|
commit | commitdiff | tree |
2013-05-27 |
Nicholas Clark | On Linux LC_ALL overrides LC_MESSAGES, so tweak perl5db...
|
commit | commitdiff | tree |
2013-05-27 |
Nicholas Clark | Remove DG/UX support.
|
commit | commitdiff | tree |
2013-05-27 |
Nicholas Clark | Perl_hv_fill() can return early if the hash only has...
|
commit | commitdiff | tree |
2013-05-27 |
Nicholas Clark | Tests for hashes in scalar context (and hence HvFILL()).
|
commit | commitdiff | tree |
2013-05-25 |
Nicholas Clark | Correct bug number comment in test.
|
commit | commitdiff | tree |
2013-05-25 |
Nicholas Clark | In the debugger use local $ENV{MANPATH}, instead of...
|
commit | commitdiff | tree |
2013-05-25 |
Nicholas Clark | Remove the hard-coded list of "perl" manpages from...
|
commit | commitdiff | tree |
2013-05-25 |
Nicholas Clark | In the debugger's doc command, use man[13]direxp instead...
|
commit | commitdiff | tree |
2013-05-25 |
Nicholas Clark | Fix the man/perldoc/doc command in the debugger.
|
commit | commitdiff | tree |
2013-05-24 |
Nicholas Clark | Ensure that the IV in struct pmop (for ithreads) is...
|
commit | commitdiff | tree |
2013-05-23 |
Nicholas Clark | Refactor autodoc.pl to read MANIFEST line by line,...
|
commit | commitdiff | tree |
2013-05-23 |
Nicholas Clark | autodoc.pl now uses regen/embed_lib.pl to parse embed.fnc
|
commit | commitdiff | tree |
2013-05-23 |
Nicholas Clark | Refactor autodoc.pl to use regen_lib.pl to generate...
|
commit | commitdiff | tree |
2013-05-23 |
Nicholas Clark | In regen/regen_lib.pl, add 'Pod' as a third supported...
|
commit | commitdiff | tree |
2013-05-23 |
Nicholas Clark | t/porting/diag.t now uses regen/embed_lib.pl to parse...
|
commit | commitdiff | tree |
2013-05-23 |
Nicholas Clark | In t/porting/diag.t, use TestInit to chdir and set...
|
commit | commitdiff | tree |
2013-05-23 |
Nicholas Clark | Avoid VMS running autodoc.pl twice for no reason.
|
commit | commitdiff | tree |
2013-05-23 |
Nicholas Clark | Refactor the "check categories and severity" logic...
|
commit | commitdiff | tree |
2013-05-22 |
Nicholas Clark | Some more comments describing the slab allocator.
|
commit | commitdiff | tree |
2013-05-22 |
Nicholas Clark | Add comments describing the operation of S_scan_ident().
|
commit | commitdiff | tree |
2013-05-22 |
Nicholas Clark | More tests for the "Ambiguous use of ... resolved ...
|
commit | commitdiff | tree |
2013-05-21 |
Nicholas Clark | Remove 2 superfluous use lines from ExtUtils::CBuilder.
|
commit | commitdiff | tree |
2013-05-21 |
Nicholas Clark | Refactor 3 tests so that they avoid clearing %:: via...
|
commit | commitdiff | tree |
2013-05-21 |
Nicholas Clark | Test that caller does not SEGV when the current package...
|
commit | commitdiff | tree |
2013-05-21 |
Nicholas Clark | Remove fakethr.h and eliminate all references to it...
|
commit | commitdiff | tree |
2013-05-21 |
Nicholas Clark | Merge the refactoring of x2p's Makefile to blead.
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Simplify x2p's Makefile.
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Remove rules to delete *.loadmap and *.prelmap files...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Add x2p/Makefile.SH to the *.SH files processed by...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Remove the now unused 'shlist' Makefile targets.
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Programmatically generate dependencies for all *.SH...
|
commit | commitdiff | tree |
next |