ack/util/misc
George Koehler 88207db638 Use <stdarg.h> in util/misc/convert.c
I made a syntax error in some .e file, and em_encode dumped core
because a 64-bit pointer didn't fit in a 32-bit int.  Now use stdarg
to pass pointers to error() and fatal().

Stop using the number of errors as the exit status.  Many systems use
only the low 8 bits of the exit status, so 256 errors would become 0.

Also change modules/src/print to accept const char *buf
2017-12-06 17:09:12 -05:00
..
build.lua Properly install man pages. 2017-01-07 22:38:30 +01:00
convert.c Use <stdarg.h> in util/misc/convert.c 2017-12-06 17:09:12 -05:00
em_decode.6 Tune the installed manual pages. 2017-01-18 23:02:30 -05:00
esize.1 Tune the installed manual pages. 2017-01-18 23:02:30 -05:00
esize.c Rationalised use of #includes to be more standards-compliant. 2006-07-22 20:08:08 +00:00
proto.make Header --> Id 1994-06-24 11:31:16 +00:00