This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deprecate calling isFOO_utf8() with malformed
[perl5.git] / autodoc.pl
2012-12-09 Karl Williamsonembed.fnc: Note that 'A' functions not necessarily...
2012-03-20 Karl Williamsonautodoc.pl: pod format fix
2011-08-22 Father ChrysostomosOnly list non-static undocumented funcs in perlintern
2011-08-22 Father ChrysostomosRevise perlintern’s descr of undocumented funcs
2011-08-10 Karl Williamsonautodoc.pl: output to fit in 79 columns
2011-07-16 Father ChrysostomosImprove wrapping of arguments in perlintern.pod
2011-07-16 Father ChrysostomosWrap argument lists in perl{api,intern}.pod
2011-06-25 Karl Williamsonautodoc.pl: Don't list experimental functions in API
2010-09-22 Karl Williamsonautodoc.pl: Allow heading level documentation
2010-08-25 David Mitchellperlpod.api: improve the prose
2010-08-25 Karl Williamsonautodoc.pl: Clarify use of undocumented fcns
2010-07-12 Ben MorrowTeach autodoc.pl about 'o' functions.
2010-05-03 Father Chrysostomos[perl #74856] Fix POD syntax in perlapi
2010-03-12 Tom HukinsUse POD-style references
2010-03-08 Tony Cooklist undocumented API and internal functions in perlapi...
2009-11-20 Nicholas ClarkParse embed.fnc first, then cross-check consistency...
2009-11-20 Nicholas ClarkMerge near-duplicate code for 'api' and 'guts'.
2009-11-20 Nicholas ClarkMerge %apidocs and %gutsdocs into $docs{api} and $docs...
2009-11-17 Nicholas ClarkCorrectly check that functions flagged as documented...
2009-05-15 David MitchellAdd some documentation to the heads of the various...
2009-04-18 Max MaischeinMake autodoc.pl accept the root dir in @ARGV
2009-04-18 Nicholas ClarkAs autodoc.pl no longer rebuilds repository files,...
2009-04-17 Nicholas ClarkIn autodoc.pl, inline and hence eliminate walk_table().
2009-04-17 Nicholas ClarkIn autodoc.pl, remove the unused parameters and functio...
2008-12-19 Steve PetersSubject: PATCH 5.10 documentation
2008-03-17 Nicholas ClarkDrag autodoc.pl and overload.pl into the age of safer_o...
2007-01-09 Nicholas ClarkMake autodoc.pl strict clean.
2006-10-30 Rafael Garcia-SuarezIn vim, modelines are not taken into account if they...
2006-10-29 Nicholas ClarkModify autodoc.pl to add read-only editor boilerplate...
2005-11-14 Rafael Garcia-SuarezDon't warn about lack of docs for functions that appear...
2005-10-19 Sébastien Aperghis... Adding documentation index to perlapi.pod and perlinter...
2005-06-23 Andy LesterConst Boy II: The Localizing
2005-05-07 Andy LesterGCC attributes!
2005-01-20 Nicholas ClarkA little more determinacy in our sorting
2004-11-30 Rafael Garcia-SuarezProtection against trailing spaces in embed.fnc
2004-10-15 Steve HayMake autodoc.pl write its output with UNIX style EOL's.
2004-07-16 Nicholas Clarkglob('*.c') to find documentation is dangerous when...
2004-05-31 Steve HayFix generation of perlapi.pod
2003-10-02 Hugo van der Sandenbuild perlapi.pod in deterministic order even when...
2003-03-08 Jarkko Hietaniemiregen_headers tiny tidying:
2002-11-19 Nicholas Clarkregen_headers outside Makefile (was Re: [PATCH] embed...
2002-10-02 Dave Mitchellbetter handling of whitespace in autodoc declarations...
2002-06-16 Robin HoustonPATCH: correct confusing lie in {embed,autodoc}.pl
2002-02-11 Ilya ZakharevichOS/2 build
2002-01-02 Jarkko HietaniemiSimon's new perlapi scheme, I hope I got all the pieces.