summaryrefslogtreecommitdiff
path: root/autodoc.pl
Commit message (Collapse)AuthorAgeFilesLines
* Don't warn about lack of docs for functions that appear twice in embed.fnc.Rafael Garcia-Suarez2005-11-141-6/+8
| | | p4raw-id: //depot/perl@26126
* Adding documentation index to perlapi.pod and perlintern.podSébastien Aperghis-Tramoni2005-10-191-1/+4
| | | | | | | | Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr> (tweaked to remove trailing whitespace to doc entries) Plus, regenerate doc and headers p4raw-id: //depot/perl@25802
* Const Boy II: The LocalizingAndy Lester2005-06-231-1/+1
| | | | | Message-ID: <20050622144059.GA19598@petdance.com> p4raw-id: //depot/perl@24945
* GCC attributes!Andy Lester2005-05-071-0/+1
| | | | | Message-ID: <20050504215540.GA20413@petdance.com> p4raw-id: //depot/perl@24414
* A little more determinacy in our sortingNicholas Clark2005-01-201-1/+2
| | | p4raw-id: //depot/perl@23835
* Protection against trailing spaces in embed.fncRafael Garcia-Suarez2004-11-301-0/+1
| | | p4raw-id: //depot/perl@23568
* Make autodoc.pl write its output with UNIX style EOL's.Steve Hay2004-10-151-0/+3
| | | | | | | This saves the Win32 committer(s?) having to dos2unix the files before committing. Maybe Perforce's "LineEnd: share" suffices anyway, but there's no harm in playing safe. p4raw-id: //depot/perl@23371
* glob('*.c') to find documentation is dangerous when run in uncleanNicholas Clark2004-07-161-2/+10
| | | | | | trees, so isntead use MANIFEST to only scan the legitimate source files. p4raw-id: //depot/perl@23127
* Fix generation of perlapi.podSteve Hay2004-05-311-5/+1
| | | | | Message-ID: <40B71891.6090806@uk.radan.com> p4raw-id: //depot/perl@22875
* build perlapi.pod in deterministic order even when functions differHugo van der Sanden2003-10-021-1/+2
| | | | | only in case; regen perlapi.pod p4raw-id: //depot/perl@21398
* regen_headers tiny tidying:Jarkko Hietaniemi2003-03-081-1/+1
| | | | | | | | | | - regen.pl renamed as regen_lib.pl - regen_headers.pl renamed as regen.pl - added make target 'regen' (kept target 'regen_headers' for porters' brains' backward compatibility) - regen.pl fancified a bit to display the names of the files that got changed by running the scripts p4raw-id: //depot/perl@18851
* regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)Nicholas Clark2002-11-191-6/+12
| | | | | Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net> p4raw-id: //depot/perl@18160
* better handling of whitespace in autodoc declarations; fragment from:Dave Mitchell2002-10-021-11/+15
| | | | | | Subject: [PATCH pad.c,h] move all pad-related code to its own src file Message-ID: <20020925234023.A20044@fdgroup.com> p4raw-id: //depot/perl@17952
* PATCH: correct confusing lie in {embed,autodoc}.plRobin Houston2002-06-161-1/+1
| | | | | Message-Id: <20020616233350.A9675@robin.kitsite.com> p4raw-id: //depot/perl@17261
* OS/2 buildIlya Zakharevich2002-02-111-0/+3
| | | | | | | Message-ID: <20020211065640.A14993@math.ohio-state.edu> (sans the Configure, perlio.sym, and t/op/stat.t parts) p4raw-id: //depot/perl@14641
* Simon's new perlapi scheme, I hope I got all the pieces.Jarkko Hietaniemi2002-01-021-0/+274
p4raw-id: //depot/perl@14029