2012-02-17 |
Nicholas Clark | In Perl_sv_del_backref(), don't panic if tsv is already...
|
commit | commitdiff | tree |
2012-02-15 |
Nicholas Clark | Pod::Html's feature2.t needs to match path separators...
|
commit | commitdiff | tree |
2012-02-13 |
Nicholas Clark | Typo in commit 4fe70ef9a66bbf96 spotted by Ilmari.
|
commit | commitdiff | tree |
2012-02-13 |
Nicholas Clark | In perlfunc, standardise the descriptions for keywords...
|
commit | commitdiff | tree |
2012-02-08 |
Nicholas Clark | Clean up Pod::Html's cache as part of distclean on...
|
commit | commitdiff | tree |
2012-02-08 |
Nicholas Clark | Move lib/Pod/t/eol.t to ext/Pod-Html, as it's testing...
|
commit | commitdiff | tree |
2012-02-08 |
Nicholas Clark | Convert triplicated code in lib/Pod/t/eol.t to a loop.
|
commit | commitdiff | tree |
2012-02-08 |
Nicholas Clark | Refactor lib/Pod/t/eol.t
|
commit | commitdiff | tree |
2012-02-08 |
Nicholas Clark | The cleanup code in lib/Pod/t/eol.t needs updating...
|
commit | commitdiff | tree |
2012-02-08 |
Nicholas Clark | Add PERL_RELOCATABLE_INCPUSH to PL_non_bincompat_options...
|
commit | commitdiff | tree |
2012-02-07 |
Nicholas Clark | is_duplicate_pod() and get_pod_metadata() in pod_lib...
|
commit | commitdiff | tree |
2012-02-05 |
Nicholas Clark | In t/porting/authors.t, correct a typo in the git log...
|
commit | commitdiff | tree |
2012-02-05 |
Nicholas Clark | In bisect-runner.pl, don't set $defines{cc} if printing...
|
commit | commitdiff | tree |
2012-02-05 |
Nicholas Clark | bisect.pl --help should show the full documentation...
|
commit | commitdiff | tree |
2012-02-04 |
Nicholas Clark | Avoid a warning from clang when compiling Data::Dumper.
|
commit | commitdiff | tree |
2012-02-03 |
Nicholas Clark | Add -c option to bisect-runner.pl, for use with -e
|
commit | commitdiff | tree |
2012-02-03 |
Nicholas Clark | Correct a =head2 to a =head3 in perlfunc.pod
|
commit | commitdiff | tree |
2012-02-01 |
Nicholas Clark | Update, correct and clarify the comment in Perl_sv_setuv().
|
commit | commitdiff | tree |
2012-02-01 |
Nicholas Clark | bisect.pl now exits with 0 for success for --help
|
commit | commitdiff | tree |
2012-02-01 |
Nicholas Clark | Add --no-match to bisect.pl, equivalent to --expect...
|
commit | commitdiff | tree |
2012-02-01 |
Nicholas Clark | bisect.pl now treats the command line as files to match...
|
commit | commitdiff | tree |
2012-01-31 |
Nicholas Clark | Add blank lines around Configure's duplicate extension...
|
commit | commitdiff | tree |
2012-01-31 |
Nicholas Clark | Remove from perlfunc.pod the summaries of what's new...
|
commit | commitdiff | tree |
2012-01-31 |
Nicholas Clark | Purge references to --libpod, an abbreviation for ...
|
commit | commitdiff | tree |
2012-01-31 |
Nicholas Clark | Configure now aborts with a diagnostic if it detects...
|
commit | commitdiff | tree |
2012-01-31 |
Nicholas Clark | In B.xs, use *pvf() functions to reduce the number...
|
commit | commitdiff | tree |
2012-01-31 |
Nicholas Clark | diagnostics doesn't need to search for perldelta.pod...
|
commit | commitdiff | tree |
2012-01-25 |
Nicholas Clark | Bump $Unicode::UCD::VERSION after commit c3e5bc54acca7110.
|
commit | commitdiff | tree |
2012-01-20 |
Nicholas Clark | 5.14.0 has been released, so update the versions used...
|
commit | commitdiff | tree |
2012-01-19 |
Nicholas Clark | Ignore and clean the byproducts of make install.html
|
commit | commitdiff | tree |
2012-01-19 |
Nicholas Clark | Add Steffen Schwigon to AUTHORS.
|
commit | commitdiff | tree |
2012-01-17 |
Nicholas Clark | Avoid 'defined(@array) is deprecated' warnings in tests.
|
commit | commitdiff | tree |
2012-01-17 |
Nicholas Clark | In Perl_refcounted_he_fetch_pvn(), eliminate nested...
|
commit | commitdiff | tree |
2012-01-17 |
Nicholas Clark | Make Pod::Html more robust against malformed L<> contents.
|
commit | commitdiff | tree |
2012-01-17 |
Nicholas Clark | Purge references to --netscape and --libpods, no longer...
|
commit | commitdiff | tree |
2012-01-16 |
Nicholas Clark | Provide as much diagnostic information as possible...
|
commit | commitdiff | tree |
2012-01-16 |
Nicholas Clark | defined(@array) now also warns for package variables.
|
commit | commitdiff | tree |
2012-01-16 |
Nicholas Clark | Test that defined warns for package arrays and hashes.
|
commit | commitdiff | tree |
2012-01-16 |
Nicholas Clark | In Perl_feature_is_enabled() use cBOOL to convert the...
|
commit | commitdiff | tree |
2012-01-13 |
Nicholas Clark | In Perl_sv_del_backref(), don't panic if svp is NULL...
|
commit | commitdiff | tree |
2012-01-13 |
Nicholas Clark | In Perl_sv_del_backref(), don't panic if the backref...
|
commit | commitdiff | tree |
2012-01-13 |
Nicholas Clark | Better panic diagnostics in Perl_sv_del_backref()
|
commit | commitdiff | tree |
2012-01-04 |
Nicholas Clark | Remove some dead x2p-related code in vmsish.h.
|
commit | commitdiff | tree |
2012-01-02 |
Nicholas Clark | Merge the refactoring of installperl that fixes Pod...
|
commit | commitdiff | tree |
2012-01-02 |
Nicholas Clark | Note the user-visible installperl changes in perldelta.
|
commit | commitdiff | tree |
2012-01-02 |
Nicholas Clark | installperl now uses get_pod_metadata() to install...
|
commit | commitdiff | tree |
2012-01-02 |
Nicholas Clark | In installperl, convert the File::Find::find(..., ...
|
commit | commitdiff | tree |
2012-01-02 |
Nicholas Clark | In installperl, don't chdir 'lib' before finding files...
|
commit | commitdiff | tree |
2012-01-02 |
Nicholas Clark | In installperl, add the trailing / to the value held...
|
commit | commitdiff | tree |
2012-01-02 |
Nicholas Clark | In installperl, initialise $do_install{arch,priv}lib...
|
commit | commitdiff | tree |
2012-01-02 |
Nicholas Clark | In installperl, simplify the strip/chmod code for libraries...
|
commit | commitdiff | tree |
2012-01-02 |
Nicholas Clark | Sanitise NetWare changes to installperl.
|
commit | commitdiff | tree |
2012-01-02 |
Nicholas Clark | Avoid t/re/regexp.t failing on miniperl when displaying...
|
commit | commitdiff | tree |
2012-01-02 |
Nicholas Clark | In diagnostics.t, avoid passing a literal \n in the...
|
commit | commitdiff | tree |
2011-12-30 |
Nicholas Clark | Note POSIX changes in perldelta.
|
commit | commitdiff | tree |
2011-12-30 |
Nicholas Clark | Provide the correct POSIX return value for POSIX::dup2...
|
commit | commitdiff | tree |
2011-12-30 |
Nicholas Clark | Convert POSIX::sleep to an XS wrapper for PerlProc_sleep().
|
commit | commitdiff | tree |
2011-12-24 |
Nicholas Clark | Eliminate a couple more suidperl and sperl references.
|
commit | commitdiff | tree |
2011-12-24 |
Nicholas Clark | Merge the refactoring of Pod scanning code in installman...
|
commit | commitdiff | tree |
2011-12-24 |
Nicholas Clark | Some tidying in installman.
|
commit | commitdiff | tree |
2011-12-24 |
Nicholas Clark | Add x2p/a2p.pod to the 'master' array returned by get_pod_me...
|
commit | commitdiff | tree |
2011-12-24 |
Nicholas Clark | Avoid installman warning about "no documentation in...
|
commit | commitdiff | tree |
2011-12-24 |
Nicholas Clark | In pods_to_install(), use $File::Find::prune to skip...
|
commit | commitdiff | tree |
2011-12-24 |
Nicholas Clark | Move the common Pod scanning code from installman and...
|
commit | commitdiff | tree |
2011-12-24 |
Nicholas Clark | Refactor buildtoc's use of File::Find::find() to converge...
|
commit | commitdiff | tree |
2011-12-24 |
Nicholas Clark | Refactor installman's use of File::Find::find() to...
|
commit | commitdiff | tree |
2011-12-22 |
Nicholas Clark | Correct the Pod used to block comment a section of...
|
commit | commitdiff | tree |
2011-12-22 |
Nicholas Clark | Add t/porting/utils.t, to test that utility scripts...
|
commit | commitdiff | tree |
2011-12-22 |
Nicholas Clark | corelist-perldelta.pl now requires Algorithm::Diff...
|
commit | commitdiff | tree |
2011-12-22 |
Nicholas Clark | Porting/cherrymaint now requires LWP::UserAgent instead...
|
commit | commitdiff | tree |
2011-12-22 |
Nicholas Clark | Porting/checkURL.pl now requires rather than uses all...
|
commit | commitdiff | tree |
2011-12-21 |
Nicholas Clark | Porting/podtidy can pass 'columns' to Pod::Tidy::tidy_files().
|
commit | commitdiff | tree |
2011-12-21 |
Nicholas Clark | In installman, move the call to File::Find::find()...
|
commit | commitdiff | tree |
2011-12-21 |
Nicholas Clark | Lazier instructions for removing stale perldeltas for...
|
commit | commitdiff | tree |
2011-12-21 |
Nicholas Clark | Merge the refactoring that abolishes pod.lst to blead.
|
commit | commitdiff | tree |
2011-12-21 |
Nicholas Clark | Re-order entries in the 'master' array returned by...
|
commit | commitdiff | tree |
2011-12-21 |
Nicholas Clark | Prune unused entries from the 'master' array returned...
|
commit | commitdiff | tree |
2011-12-21 |
Nicholas Clark | Rationalise use of the Pod metadata structure returned...
|
commit | commitdiff | tree |
2011-12-21 |
Nicholas Clark | Eliminate pod.lst. pod/perl.pod is now the master file...
|
commit | commitdiff | tree |
2011-12-20 |
Nicholas Clark | pod_rules.pl was always (re)building everything, not...
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | Restructure the heredocs in perlmodlib.PL so the file...
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | Add autodoc.pl to the 'no_index' section of META.yml
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | Merge installman and pod/buildtoc improvements to blead.
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | Note the user-visible installman changes in perldelta.
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | Some pod_lib.pl cleanups.
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | installman should use the data in pod.lst to track...
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | Various installman cleanups.
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | In installman, pod2man() now takes a hashref instead...
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | In pod2man() in installman, transpose the keys and...
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | Stop installing the manpage for XS::Typemap.
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | In buildtoc, eliminate @modpods by building %Found...
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | In buildtoc, pass 'no_chdir' to File::Find::find().
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | In buildtoc, move the "has a NAME?" file check into...
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | Prime the duplicate Pod cache the first time is_duplicate_po...
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | In pod_lib.pl, split out the code that initialises...
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | Change get_pod_metadata() to take a callback to report...
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | Move the pod de-duplication logic from buildtoc to...
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | In installman, break the de-duplication code out from...
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | buildtoc should use the correct path when looking for...
|
commit | commitdiff | tree |
2011-12-19 |
Nicholas Clark | If buildtoc can't open a Pod file, that's fatal, not...
|
commit | commitdiff | tree |
next |