summaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen/rpc_hout.c
AgeCommit message (Expand)Author
2016-01-23u_int -> unsigned int, in some of the output.dholland
2015-09-20Fix NULL pointer dereferencekamil
2015-05-09Polish the error messages.dholland
2013-12-15- remove support for pre-ansi outputchristos
2013-08-11WARNS=5dholland
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2002-06-11err/errx/warn/warnx do not need \n at the enditojun
2002-02-05Don't spit out a trailing comma as the last member of an enum.christos
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-29Make almost all tools compile and run properly on non-NetBSD hosts. (Intv
2001-03-21Add a -M flag, for generating thread-safe stubs, per RedHat.mycroft
2000-10-11More format string cleanup by sommerfeld.is
2000-06-07fix the function prototypes in the generated header file (the secondlukem
2000-06-02Enable the TI-RPC switch by default. Add a kludge that Sun appears tofvdl
1998-10-19Remove spurious returnwsanchez
1998-10-08Add return 0 after errx in to quiet the compilerwsanchez
1998-02-11revert; we can't break the existing ABI and APIlukem
1998-02-10output explicit types (int16_t, int32_t, etc) rather than (short, long, ...)lukem
1997-10-18KNFify, generate prototypes, etc (to shut up WARNS on generated code)lukem
1997-10-11- Rename "inline" variable to "doinline" so that we don't need -ansichristos
1997-10-09Clean up some minor white space nonsense in the output.mycroft
1995-06-11Clean up import & propagate NetBSD changes.pk
1993-08-01Add RCS identifiers.mycroft
1993-04-19Cleanup for GCC 2.mycroft
1993-04-03Added rpcgen(1)glass