| Commit message (Expand) | Author | Age | Files | Lines |
* | In buildtoc, refactor to de-duplicate code and variables. | Nicholas Clark | 2011-11-18 | 1 | -25/+10 |
* | Refactor pod_rules.pl and buildtoc to use new functions in pod_lib.pl | Nicholas Clark | 2011-11-18 | 1 | -5/+1 |
* | Flag to get_pod_metadata() whether generated files are expected. | Nicholas Clark | 2011-11-18 | 1 | -1/+1 |
* | Create Porting/pod_rules.pl, with all non perltoc.pod code from buildtoc. | Nicholas Clark | 2011-11-18 | 1 | -348/+47 |
* | Extract from buildtoc the code that processes pod.lst, MANIFEST and perl.pod | Nicholas Clark | 2011-11-18 | 1 | -197/+2 |
* | In buildtoc, refactor the code that reads pod.lst, MANIFEST and perl.pod | Nicholas Clark | 2011-11-18 | 1 | -185/+192 |
* | buildtoc --showfiles should report the correct pathnames. | Nicholas Clark | 2011-11-18 | 1 | -13/+1 |
* | buildtoc --showfiles should only list the files to regenerated. | Nicholas Clark | 2011-11-18 | 1 | -1/+1 |
* | In buildtoc, don't use File::Spec when initialising %BuildFiles. | Nicholas Clark | 2011-11-18 | 1 | -2/+2 |
* | In buildtoc, refactor the open ... or my_die pattern into a function. | Nicholas Clark | 2011-11-18 | 1 | -10/+11 |
* | In buildtoc, make %Readmepods lexical, and $delta_target global. | Nicholas Clark | 2011-11-18 | 1 | -4/+4 |
* | In buildtoc, eliminate abs_from_top() as it now runs from the top level. | Nicholas Clark | 2011-11-18 | 1 | -17/+7 |
* | In pod/buildtoc, chdir to the top level of the source tree before running. | Nicholas Clark | 2011-11-18 | 1 | -0/+3 |
* | Explicitly ignore the stub pod files I just added when doing the sanity check | Dave Rolsky | 2011-09-19 | 1 | -1/+7 |
* | Don't use [.lib.pods] staging directory in VMS builds. | Craig A. Berry | 2011-08-05 | 1 | -35/+0 |
* | Stop buildtoc from generating trailing whitespace | Florian Ragwitz | 2011-07-12 | 1 | -2/+2 |
* | Allow buildtoc to handle files outside of pod/ | Florian Ragwitz | 2011-07-07 | 1 | -21/+35 |
* | In pod/buildtoc, use abs_from_top() to generate pathnames. | Nicholas Clark | 2011-06-21 | 1 | -2/+3 |
* | No need for D and d flags in pod.lst - source is fixed, and contains the target | Nicholas Clark | 2011-06-21 | 1 | -22/+18 |
* | buildtoc: make dying clearer | David Mitchell | 2011-05-19 | 1 | -25/+36 |
* | buildtoc: make a warning clearer | David Mitchell | 2011-05-19 | 1 | -1/+1 |
* | buildtoc - fix a bug and add some comments | David Mitchell | 2011-05-18 | 1 | -2/+7 |
* | relative file in %BuildFiles | Robin Barker | 2011-01-27 | 1 | -1/+4 |
* | Convert buildtoc to lexical file handles and 3-arg open. | Nicholas Clark | 2011-01-22 | 1 | -15/+13 |
* | Extend pod/buildtoc --test to validate that regenerated files are up to date. | Nicholas Clark | 2011-01-22 | 1 | -6/+13 |
* | In buildtoc, only have entries in %Build for targets being built. | Nicholas Clark | 2011-01-22 | 1 | -7/+12 |
* | In buildtoc, only "find all the modules" if rebuilding pod/perltoc.pod | Nicholas Clark | 2011-01-22 | 1 | -1/+1 |
* | In buildtoc, rename &output_perltoc to &do_toc, and integrate its invocation. | Nicholas Clark | 2011-01-22 | 1 | -22/+24 |
* | In buildtoc, pull the sanity check for NUL bytes to the top level. | Nicholas Clark | 2011-01-22 | 1 | -3/+1 |
* | In buildtoc, convert all the do_* functions to taking 2 scalars. | Nicholas Clark | 2011-01-22 | 1 | -18/+11 |
* | In buildtoc, convert do_manifest() to returning a scalar. | Nicholas Clark | 2011-01-22 | 1 | -9/+11 |
* | Automate current perldelta entry in vms/descrip_mms.template. | Craig A. Berry | 2011-01-21 | 1 | -12/+9 |
* | In buildtoc, eliminate a substitution which mangles nested package names. | Nicholas Clark | 2011-01-21 | 1 | -1/+0 |
* | In buildtoc, move the local $/ = ''; to the scope of the file it relates to. | Nicholas Clark | 2011-01-21 | 1 | -2/+2 |
* | In buildtoc, refactor the flow logic in podset() to avoid most uses of next. | Nicholas Clark | 2011-01-21 | 1 | -11/+8 |
* | In buildtoc, eliminate the now vestigial sub output. | Nicholas Clark | 2011-01-21 | 1 | -23/+16 |
* | In buildtoc, call Text::Wrap::wrap() just before output. | Nicholas Clark | 2011-01-21 | 1 | -14/+4 |
* | In buildtoc, remove whitespace only lines just before output. | Nicholas Clark | 2011-01-21 | 1 | -1/+2 |
* | In buildtoc, fold multiple newlines just before output. | Nicholas Clark | 2011-01-21 | 1 | -6/+2 |
* | In buildtoc, accumulate all perltoc.pod content before outputting it to disk. | Nicholas Clark | 2011-01-21 | 1 | -3/+7 |
* | In buildtoc, eliminate nl() by adding an explicit "\n" at its two use points. | Nicholas Clark | 2011-01-21 | 1 | -6/+2 |
* | In buildtoc, the module de-duplication logic applies equally to pragmata. | Nicholas Clark | 2011-01-21 | 1 | -3/+2 |
* | In buildtoc, inline path2modname() into its only caller. | Nicholas Clark | 2011-01-21 | 1 | -10/+5 |
* | No need for buildtoc to scan ext/, now that it runs after the build process. | Nicholas Clark | 2011-01-21 | 1 | -3/+2 |
* | Teach buildtoc that - in filenames in ext/ represents :: in the package name. | Nicholas Clark | 2011-01-21 | 1 | -0/+1 |
* | Remove commented out code from buildtoc | Nicholas Clark | 2011-01-21 | 1 | -6/+0 |
* | In buildtoc, remove a superfluous length in output() | Nicholas Clark | 2011-01-21 | 1 | -1/+1 |
* | In buildtoc, remove a superfluous "\n " passed to output() | Nicholas Clark | 2011-01-21 | 1 | -1/+1 |
* | quote the pod filename used in the regexp to avoid \ issues on Win32 | Tony Cook | 2011-01-21 | 1 | -1/+1 |
* | Avoid chdir() in buildtoc. | Nicholas Clark | 2011-01-18 | 1 | -28/+45 |