| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | In buildtoc, call podset() for each pod file, instead of passing a list. | Nicholas Clark | 2011-01-18 | 1 | -9/+13 |
* | Build perltoc.pod with pragmata sorted by name. | Nicholas Clark | 2011-01-18 | 1 | -1/+1 |
* | test that perl.pod, pod.lst, MANIFEST and the file system are consistent | Tony Cook | 2011-01-14 | 1 | -8/+24 |
* | Fix typos in pod/* | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | Fix multiple perldelta entries from buildtoc on VMS. | Craig A. Berry | 2010-11-22 | 1 | -1/+1 |
* | buildtoc needs to preserve the mode of any file it updates. | Nicholas Clark | 2010-10-21 | 1 | -0/+2 |
* | Fix pod/buildtoc's handling of Win32 makefiles | Steve Hay | 2010-10-07 | 1 | -2/+3 |
* | Fix a pod/buildtoc warning | Florian Ragwitz | 2010-09-07 | 1 | -4/+2 |
* | Move the latest perldelta to pod/perldelta.pod | Florian Ragwitz | 2010-09-05 | 1 | -4/+4 |
* | Global executable bit cleanup | David Golden | 2010-07-24 | 1 | -0/+0 |
* | Stop pod/buildtoc from changing EOLs on Win32 | Steve Hay | 2010-02-21 | 1 | -0/+2 |
* | PATCH: minor typo cleanup of pod/ directory | Tom Christiansen | 2010-01-05 | 1 | -1/+1 |
* | Don't autovivify a spurious key "all" in the %Targets hash | Rafael Garcia-Suarez | 2009-10-04 | 1 | -1/+1 |
* | Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS ... | Jesse Vincent | 2009-08-03 | 1 | -0/+1 |
* | buildtoc should be executable | Jesse Vincent | 2009-08-03 | 1 | -0/+0 |
* | Stop buildtoc warning that perltoc.pod is missing whist it is building same. | Robin Barker | 2009-06-29 | 1 | -2/+6 |
* | Clean up pod/buildtoc so it will run on VMS. | Craig A. Berry | 2009-04-24 | 1 | -7/+12 |
* | Build perltoc.pod, rather than shipping it. This way it can't get out of date. | Nicholas Clark | 2009-04-21 | 1 | -2/+4 |
* | Move vms/perlvms.pod to pod/ and update the Makfiles and Makefile generators. | Nicholas Clark | 2009-04-20 | 1 | -8/+9 |
* | In the Makefile, no need to change into pod/ to create symlinks to READMEs etc. | Nicholas Clark | 2009-04-19 | 1 | -2/+2 |
* | Move the symlink fo perl51110delta.pod to perldelta.pod to a top level rule. | Nicholas Clark | 2009-04-19 | 1 | -4/+15 |
* | In buildtoc, refactor all the duplicated checking logic into a subroutine. | Nicholas Clark | 2009-04-19 | 1 | -20/+13 |
* | For Win32, add the generated files to the delete list generated by buildtoc. | Nicholas Clark | 2009-04-19 | 1 | -1/+1 |
* | For VMS, generate the delete rules for generated and copied files in buildtoc. | Nicholas Clark | 2009-04-19 | 1 | -0/+15 |
* | grep then sort, as it's more efficient to sort a shorter list. | Nicholas Clark | 2009-04-18 | 1 | -1/+1 |
* | Add a --quiet option, to suppress all the routine warnings when scanning for pod | Nicholas Clark | 2009-04-18 | 1 | -2/+4 |
* | Generate perlapi.pod and perlintern.pod at build time, instead of shipping them. | Nicholas Clark | 2009-04-18 | 1 | -3/+6 |
* | Remove all mention of checkpods | Alex Vandiver | 2008-12-25 | 1 | -1/+1 |
* | Arrange for buildtoc to remove the svn Revision keyword from the | Nicholas Clark | 2007-11-10 | 1 | -0/+2 |
* | A couple of bite-sized TODO for the pod/* tools | Rafael Garcia-Suarez | 2007-11-09 | 1 | -2/+3 |
* | With VMS moving from [lib.pod] to [lib.pods] then pod/buildtoc needs | Nicholas Clark | 2006-01-08 | 1 | -9/+9 |
* | Removing Y2K warnings | Andy Lester | 2005-04-08 | 1 | -1/+0 |