summaryrefslogtreecommitdiff
path: root/generate_uudmap.c
Commit message (Expand)AuthorAgeFilesLines
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-11/+11
* generate_uudmap.c: add comments and headersDavid Mitchell2020-08-301-7/+54
* generate_uudmap.c: Clarify commentKarl Williamson2014-12-111-1/+1
* Create a lookup table for magic vtables from magic type, PL_magic_data.Nicholas Clark2011-06-111-2/+53
* Refactor generate_uudmap.c to use a helper function to output init blocks.Nicholas Clark2011-06-111-15/+26
* Replace run-time on-demand initialisation of PL_bitcount with a constant table.Nicholas Clark2009-05-201-2/+22
* Break out the file output code from generate_uudmap's main() to allow re-use.Nicholas Clark2009-05-201-29/+32
* Pass the output file name to generate_uudmap, and open it within the code,Nicholas Clark2009-05-191-6/+30
* Silence Borland compiler warnings (except for warnings from zlib) here:Steve Hay2008-02-251-1/+1
* Remove vestigical include of <ctype.h>, which came from a previousNicholas Clark2007-04-251-1/+0
* Ooops. It helps to p4 add the new file.Nicholas Clark2007-04-241-0/+44