This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
describe encoding status of DATA handle
[perl5.git] / pod / buildtoc
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in utils
2017-09-20 Tony Cookprevent pod/builttoc spewing bad UTF-8 errors under...
2017-06-06 Lukas Maibuildtoc: explicitly accept -q (RT #131520)
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2013-10-06 Dominic Hargreavesfix POD errors reported by newer pod2man
2011-12-24 Nicholas ClarkMove the common Pod scanning code from installman and...
2011-12-24 Nicholas ClarkRefactor buildtoc's use of File::Find::find() to conver...
2011-12-21 Nicholas ClarkRe-order entries in the 'master' array returned by...
2011-12-21 Nicholas ClarkRationalise use of the Pod metadata structure returned...
2011-12-19 Nicholas ClarkIn buildtoc, eliminate @modpods by building %Found...
2011-12-19 Nicholas ClarkIn buildtoc, pass 'no_chdir' to File::Find::find().
2011-12-19 Nicholas ClarkIn buildtoc, move the "has a NAME?" file check into...
2011-12-19 Nicholas ClarkPrime the duplicate Pod cache the first time is_duplica...
2011-12-19 Nicholas ClarkChange get_pod_metadata() to take a callback to report...
2011-12-19 Nicholas ClarkMove the pod de-duplication logic from buildtoc to...
2011-12-19 Nicholas ClarkIn installman, break the de-duplication code out from...
2011-12-19 Nicholas Clarkbuildtoc should use the correct path when looking for...
2011-12-19 Nicholas ClarkIf buildtoc can't open a Pod file, that's fatal, not...
2011-12-19 Nicholas ClarkIf buildtoc spots duplicated pods, that's an error...
2011-12-19 Nicholas ClarkTidy the Pod exclusion rules in buildtoc.
2011-11-28 Nicholas Clarkpod/buildtoc now generates pod/roffitall
2011-11-27 Nicholas ClarkFix two bugs related to pod files outside of pod/
2011-11-27 Nicholas ClarkFix two post 5.15.0 perltoc.pod generation bugs.
2011-11-18 Nicholas ClarkIn buildtoc, refactor to de-duplicate code and variables.
2011-11-18 Nicholas ClarkRefactor pod_rules.pl and buildtoc to use new functions...
2011-11-18 Nicholas ClarkFlag to get_pod_metadata() whether generated files...
2011-11-18 Nicholas ClarkCreate Porting/pod_rules.pl, with all non perltoc.pod...
2011-11-18 Nicholas ClarkExtract from buildtoc the code that processes pod.lst...
2011-11-18 Nicholas ClarkIn buildtoc, refactor the code that reads pod.lst,...
2011-11-18 Nicholas Clarkbuildtoc --showfiles should report the correct pathnames.
2011-11-18 Nicholas Clarkbuildtoc --showfiles should only list the files to...
2011-11-18 Nicholas ClarkIn buildtoc, don't use File::Spec when initialising...
2011-11-18 Nicholas ClarkIn buildtoc, refactor the open ... or my_die pattern...
2011-11-18 Nicholas ClarkIn buildtoc, make %Readmepods lexical, and $delta_targe...
2011-11-18 Nicholas ClarkIn buildtoc, eliminate abs_from_top() as it now runs...
2011-11-18 Nicholas ClarkIn pod/buildtoc, chdir to the top level of the source...
2011-09-19 Dave RolskyExplicitly ignore the stub pod files I just added when...
2011-08-05 Craig A. BerryDon't use [.lib.pods] staging directory in VMS builds.
2011-07-12 Florian RagwitzStop buildtoc from generating trailing whitespace
2011-07-07 Florian RagwitzAllow buildtoc to handle files outside of pod/
2011-06-21 Nicholas ClarkIn pod/buildtoc, use abs_from_top() to generate pathnames.
2011-06-21 Nicholas ClarkNo need for D and d flags in pod.lst - source is fixed...
2011-05-18 David Mitchellbuildtoc: make dying clearer
2011-05-18 David Mitchellbuildtoc: make a warning clearer
2011-05-18 David Mitchellbuildtoc - fix a bug and add some comments
2011-01-27 Robin Barkerrelative file in %BuildFiles
2011-01-22 Nicholas ClarkConvert buildtoc to lexical file handles and 3-arg...
2011-01-22 Nicholas ClarkExtend pod/buildtoc --test to validate that regenerated...
2011-01-22 Nicholas ClarkIn buildtoc, only have entries in %Build for targets...
2011-01-22 Nicholas ClarkIn buildtoc, only "find all the modules" if rebuilding...
2011-01-22 Nicholas ClarkIn buildtoc, rename &output_perltoc to &do_toc, and...
2011-01-22 Nicholas ClarkIn buildtoc, pull the sanity check for NUL bytes to...
2011-01-22 Nicholas ClarkIn buildtoc, convert all the do_* functions to taking...
2011-01-22 Nicholas ClarkIn buildtoc, convert do_manifest() to returning a scalar.
2011-01-21 Craig A. BerryAutomate current perldelta entry in vms/descrip_mms...
2011-01-21 Nicholas ClarkIn buildtoc, eliminate a substitution which mangles...
2011-01-21 Nicholas ClarkIn buildtoc, move the local $/ = ''; to the scope of...
2011-01-21 Nicholas ClarkIn buildtoc, refactor the flow logic in podset() to...
2011-01-21 Nicholas ClarkIn buildtoc, eliminate the now vestigial sub output.
2011-01-21 Nicholas ClarkIn buildtoc, call Text::Wrap::wrap() just before output.
2011-01-21 Nicholas ClarkIn buildtoc, remove whitespace only lines just before...
2011-01-21 Nicholas ClarkIn buildtoc, fold multiple newlines just before output.
2011-01-21 Nicholas ClarkIn buildtoc, accumulate all perltoc.pod content before...
2011-01-21 Nicholas ClarkIn buildtoc, eliminate nl() by adding an explicit ...
2011-01-21 Nicholas ClarkIn buildtoc, the module de-duplication logic applies...
2011-01-21 Nicholas ClarkIn buildtoc, inline path2modname() into its only caller.
2011-01-21 Nicholas ClarkNo need for buildtoc to scan ext/, now that it runs...
2011-01-21 Nicholas ClarkTeach buildtoc that - in filenames in ext/ represents...
2011-01-21 Nicholas ClarkRemove commented out code from buildtoc
2011-01-21 Nicholas ClarkIn buildtoc, remove a superfluous length in output()
2011-01-21 Nicholas ClarkIn buildtoc, remove a superfluous "\n " passed to output()
2011-01-21 Tony Cookquote the pod filename used in the regexp to avoid...
2011-01-18 Nicholas ClarkAvoid chdir() in buildtoc.
2011-01-18 Nicholas ClarkIn buildtoc, call podset() for each pod file, instead...
2011-01-18 Nicholas ClarkBuild perltoc.pod with pragmata sorted by name.
2011-01-15 Tony Cooktest that perl.pod, pod.lst, MANIFEST and the file...
2011-01-07 Peter J. Acklam... Fix typos in pod/*
2010-11-23 Craig A. BerryFix multiple perldelta entries from buildtoc on VMS.
2010-10-21 Nicholas Clarkbuildtoc needs to preserve the mode of any file it...
2010-10-07 Steve HayFix pod/buildtoc's handling of Win32 makefiles
2010-09-06 Florian RagwitzFix a pod/buildtoc warning
2010-09-05 Florian RagwitzMove the latest perldelta to pod/perldelta.pod
2010-07-24 David GoldenGlobal executable bit cleanup
2010-02-21 Steve HayStop pod/buildtoc from changing EOLs on Win32
2010-01-05 Tom ChristiansenPATCH: minor typo cleanup of pod/ directory
2009-10-04 Rafael Garcia-SuarezDon't autovivify a spurious key "all" in the %Targets...
2009-08-03 Jesse VincentRemoved vestigal support for Tenon Intersystems MachTen...
2009-08-03 Jesse Vincentbuildtoc should be executable
2009-06-29 Robin BarkerStop buildtoc warning that perltoc.pod is missing whist...
2009-04-24 Craig A. BerryClean up pod/buildtoc so it will run on VMS.
2009-04-21 Nicholas ClarkBuild perltoc.pod, rather than shipping it. This way...
2009-04-20 Nicholas ClarkMove vms/perlvms.pod to pod/ and update the Makfiles...
2009-04-19 Nicholas ClarkIn the Makefile, no need to change into pod/ to create...
2009-04-19 Nicholas ClarkMove the symlink fo perl51110delta.pod to perldelta...
2009-04-19 Nicholas ClarkIn buildtoc, refactor all the duplicated checking logic...
2009-04-19 Nicholas ClarkFor Win32, add the generated files to the delete list...
2009-04-19 Nicholas ClarkFor VMS, generate the delete rules for generated and...
2009-04-18 Nicholas Clarkgrep then sort, as it's more efficient to sort a shorte...
2009-04-18 Nicholas ClarkAdd a --quiet option, to suppress all the routine warni...
next