summaryrefslogtreecommitdiff
path: root/autodoc.pl
Commit message (Expand)AuthorAgeFilesLines
* whitespace changes onlyKaren Etheridge2019-06-191-59/+59
* autodoc.pl: Use embed.fnc entry when availableKarl Williamson2019-05-301-37/+8
* autodoc.pl: Add N flagKarl Williamson2019-05-301-1/+4
* autodoc.pl: Check for misuse of the 'n' flagKarl Williamson2019-05-301-0/+5
* autodoc.pl: Make 's' flag independent of 'n'Karl Williamson2019-05-301-3/+3
* autodoc.pl: Notice the no-thread context flagKarl Williamson2019-05-301-2/+3
* embed.fnc: Add flag for bypass macro existenceKarl Williamson2019-05-301-3/+11
* autodoc.pl: Use O flag from embed.fnc for warningKarl Williamson2019-05-301-1/+2
* embed.fnc: Change M flag to xKarl Williamson2019-05-301-2/+2
* embed.fnc: Change s flag to SKarl Williamson2019-05-301-1/+1
* autodoc.pl: Strip, lead/trail space from =for apidocKarl Williamson2019-05-301-1/+1
* autodoc.pl: White-space onlyKarl Williamson2019-05-301-49/+49
* autodoc.pl: Refactor slightlyKarl Williamson2019-05-301-4/+7
* autodoc.pl: Change name of variableKarl Williamson2019-05-301-7/+7
* autodoc.pl: escape PODDavid Mitchell2018-11-191-106/+107
* autodoc.pl: Add =encoding lineKarl Williamson2017-09-091-0/+2
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-2/+2
* autodoc.pl: Allow =item lists in perlapiKarl Williamson2016-10-121-2/+5
* perlapi: Further clarification for term "Latin1"Karl Williamson2016-03-171-1/+2
* perlapi: Clarify Latin1 and ISO-8859-1Karl Williamson2016-03-111-0/+7
* autodoc.pl: Fix misspelled /[[:alpha:]]/Karl Williamson2016-02-091-1/+1
* perlapi: Clarify 'string' vs. bufferKarl Williamson2015-12-221-0/+5
* Extend UTF-EBCDIC to handle up to 2**64-1Karl Williamson2015-11-251-2/+2
* perlapi: Clarify process of using undocumented globalsKarl Williamson2015-09-301-5/+8
* perlapi: Clearer wording in introKarl Williamson2015-05-071-2/+2
* Remove duplicate apidoc entriesDavid Mitchell2014-12-171-0/+4
* In response to 7fefc6c, make autodoc smarter.Matthew Horsfall2014-06-221-16/+23
* perlapi: Place in dictionary sort orderKarl Williamson2014-06-051-4/+10
* perlapi: Tighten strictures against using undocumented thingsKarl Williamson2014-01-221-2/+4
* Consistent spaces after dots in perlintern.podFather Chrysostomos2013-12-291-2/+2
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-2/+3
* Update comment in autodoc.pl - it's not run from regen.plNicholas Clark2013-07-101-2/+1
* Add an "always update" parameter to regen_lib's open_new().Nicholas Clark2013-07-071-1/+1
* Refactor autodoc.pl to read MANIFEST line by line, instead of slurping it.Nicholas Clark2013-05-231-7/+5
* autodoc.pl now uses regen/embed_lib.pl to parse embed.fncNicholas Clark2013-05-231-19/+5
* Refactor autodoc.pl to use regen_lib.pl to generate file headers & footers.Nicholas Clark2013-05-231-23/+13
* typo fixes for root level scriptsDavid Steinbrunner2013-05-221-1/+1
* perlapi: Move 'experimental' warning to front of entriesKarl Williamson2013-05-201-2/+2
* autodoc.pl: Don't list undocumented deprecated fcns in APIKarl Williamson2013-05-201-2/+3
* autodoc.pl: Add note for deprecated functionsKarl Williamson2013-05-201-1/+9
* EBCDIC has the Unicode bug tooKarl Williamson2013-03-111-5/+0
* embed.fnc: Note that 'A' functions not necessarily public APIKarl Williamson2012-12-091-5/+8
* autodoc.pl: pod format fixKarl Williamson2012-03-191-1/+1
* Only list non-static undocumented funcs in perlinternFather Chrysostomos2011-08-221-1/+3
* Revise perlintern’s descr of undocumented funcsFather Chrysostomos2011-08-221-1/+8
* autodoc.pl: output to fit in 79 columnsKarl Williamson2011-08-091-2/+2
* Improve wrapping of arguments in perlintern.podFather Chrysostomos2011-07-161-3/+17
* Wrap argument lists in perl{api,intern}.podFather Chrysostomos2011-07-151-7/+29
* autodoc.pl: Don't list experimental functions in APIKarl Williamson2011-06-251-1/+2