This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: svtype is a typedef
[perl5.git] / autodoc.pl
2020-10-08 Karl Williamsonautodoc: Add ability to specify typedefs
2020-09-05 Karl Williamsonautodoc: Avoid a loop iteration
2020-09-05 Karl Williamsonautodoc: Properly take into account pTHX
2020-09-05 Karl Williamsonautodoc: Correctly display some function signatures
2020-09-05 Karl Williamsonautodoc: Fix for win32.
2020-09-04 Karl Williamsonautodoc: Update comments to reflect new behavior
2020-09-04 Karl Williamsonautodoc.pl: Regularize perlintern handling
2020-09-04 Karl Williamsonautodoc.pl: Add missing semi-colon
2020-09-04 Karl Williamsonautodoc: Add section name checking
2020-09-04 Karl Williamsonautodoc: Display list of sections near top
2020-09-04 Karl Williamsonautodoc: Don't output empty section
2020-09-04 Karl Williamsonautodoc: Revise display of apidoc elements
2020-09-04 Karl Williamsonautodoc: Add config.h to what is documented
2020-09-04 Karl Williamsonautodoc: Add section footers in this file
2020-09-04 Karl Williamsonautodo: Enclose elements with C<...>
2020-09-04 Karl Williamsonautodoc: Add ability to list variants like perlfunc...
2020-09-04 Karl Williamsonautodoc: Simplify input loops
2020-09-04 Karl Williamsonautodoc: Use hash not array for heterogenous elements
2020-09-04 Karl Williamsonautodoc.pl: Use bold font for 'deprecated', 'experimental'
2020-09-04 Karl Williamsonautodoc.pl: Change more misleading variable names
2020-09-04 Karl Williamsonautodoc.pl: Rmv unnecessary variable
2020-09-04 Karl Williamsonautodoc.pl: Change some variable names
2020-09-04 Karl Williamsonautodoc: Warn on empty pod
2020-09-04 Karl Williamsonautodoc.pl: White space only
2020-09-04 Karl Williamsonautodoc.pl: Extract code into a function
2020-09-04 Karl Williamsonautodoc: Don't output empty sections
2020-09-04 Karl Williamsonautodoc.pl: Use consistent sort for missing docs
2020-09-04 Karl Williamsonautodoc.pl: Improve the SEE ALSO section
2020-09-04 Karl Williamsonautodoc.pl: Add ability to link to other pods
2020-09-04 Karl Williamsonautodoc: Add 'use warnings'
2020-09-04 Karl Williamsonautodoc.pl: Update to accept F flag
2020-09-04 Karl Williamsonautodoc.pl: Don't look in cpan,dist,ext
2020-09-04 Karl Williamsonautodoc.pl: Add helpful info to two diagnostics
2020-09-04 Karl Williamsonautodoc.pl: Add C<...> around some text
2020-09-01 Karl Williamsonperlapi: Fix typo
2020-07-29 Karl Williamsonautodoc.pl: Improve wording in perlapi/perlintern
2020-07-18 Karl Williamsonautodoc.pl: varargs fcns require full 'Perl_foo'
2019-11-30 Karl Williamsonautodoc.pl: Catch more errors
2019-09-15 Karl Williamsonautodoc.pl: Special case macros whose name begins with...
2019-09-15 Karl WilliamsonAdd 'C' flag to embed.fnc, for "core-only" fcns
2019-09-03 Karl WilliamsonNote that config.h contains usable API macros
2019-09-03 Karl Williamsonembed.fnc: Add 'u' flag for unorthodox parameter macros
2019-09-03 Karl WilliamsonNote that mro[gs]et_private_data are documented
2019-09-03 Karl WilliamsonNote that filter_add, filter_read are documented
2019-09-03 Karl WilliamsonNote that PL_errgv is documented
2019-09-03 Karl WilliamsonNote that the PerlIO functions and macros are documented
2019-09-03 Karl WilliamsonNote that the warnings categories are documented
2019-09-03 Karl Williamsonautodoc.pl: Add h flag for hidden documentation
2019-09-03 Karl Williamsonperlapi: Document my_strotod, Strtod
2019-09-03 Karl Williamsonperlapi: Generalize SEE ALSO lists
2019-07-31 Karl Williamsonautodoc.pl: Forget heuristics, we have a flag
2019-07-31 Karl Williamsonautodoc.pl: Warn if entry missing d flag but has docs
2019-07-31 Karl Williamsonautodoc.pl: Fix typo in comment
2019-07-08 Tony Cookmake apidoc error reporting a little more explicit
2019-06-20 Karen Etheridgewhitespace changes only
2019-05-31 Karl Williamsonautodoc.pl: Use embed.fnc entry when available
2019-05-31 Karl Williamsonautodoc.pl: Add N flag
2019-05-31 Karl Williamsonautodoc.pl: Check for misuse of the 'n' flag
2019-05-31 Karl Williamsonautodoc.pl: Make 's' flag independent of 'n'
2019-05-31 Karl Williamsonautodoc.pl: Notice the no-thread context flag
2019-05-31 Karl Williamsonembed.fnc: Add flag for bypass macro existence
2019-05-31 Karl Williamsonautodoc.pl: Use O flag from embed.fnc for warning
2019-05-31 Karl Williamsonembed.fnc: Change M flag to x
2019-05-31 Karl Williamsonembed.fnc: Change s flag to S
2019-05-31 Karl Williamsonautodoc.pl: Strip, lead/trail space from =for apidoc
2019-05-31 Karl Williamsonautodoc.pl: White-space only
2019-05-31 Karl Williamsonautodoc.pl: Refactor slightly
2019-05-31 Karl Williamsonautodoc.pl: Change name of variable
2018-11-19 David Mitchellautodoc.pl: escape POD
2017-09-10 Karl Williamsonautodoc.pl: Add =encoding line
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-10-13 Karl Williamsonautodoc.pl: Allow =item lists in perlapi
2016-03-18 Karl Williamsonperlapi: Further clarification for term "Latin1"
2016-03-11 Karl Williamsonperlapi: Clarify Latin1 and ISO-8859-1
2016-02-10 Karl Williamsonautodoc.pl: Fix misspelled /[[:alpha:]]/
2015-12-22 Karl Williamsonperlapi: Clarify 'string' vs. buffer
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-10-01 Karl Williamsonperlapi: Clarify process of using undocumented globals
2015-05-07 Karl Williamsonperlapi: Clearer wording in intro
2014-12-17 David MitchellRemove duplicate apidoc entries
2014-06-22 Matthew HorsfallIn response to 7fefc6c, make autodoc smarter.
2014-06-05 Karl Williamsonperlapi: Place in dictionary sort order
2014-01-22 Karl Williamsonperlapi: Tighten strictures against using undocumented...
2013-12-29 Father ChrysostomosConsistent spaces after dots in perlintern.pod
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-07-10 Nicholas ClarkUpdate comment in autodoc.pl - it's not run from regen.pl
2013-07-07 Nicholas ClarkAdd an "always update" parameter to regen_lib's open_new().
2013-05-23 Nicholas ClarkRefactor autodoc.pl to read MANIFEST line by line,...
2013-05-23 Nicholas Clarkautodoc.pl now uses regen/embed_lib.pl to parse embed.fnc
2013-05-23 Nicholas ClarkRefactor autodoc.pl to use regen_lib.pl to generate...
2013-05-22 David Steinbrunnertypo fixes for root level scripts
2013-05-20 Karl Williamsonperlapi: Move 'experimental' warning to front of entries
2013-05-20 Karl Williamsonautodoc.pl: Don't list undocumented deprecated fcns...
2013-05-20 Karl Williamsonautodoc.pl: Add note for deprecated functions
2013-03-12 Karl WilliamsonEBCDIC has the Unicode bug too
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
next