History log of /freebsd-9.3-release/usr.bin/rpcgen/rpc_tblout.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 222080 18-May-2011 benl

Fix clang warnings.

Note: these were actually bugs (printf with no format string).

Approved by: philip (mentor)


# 200462 13-Dec-2009 delphij

Revert most part of 200420 as requested, as more review and polish is
needed.


# 200420 11-Dec-2009 delphij

Remove unneeded header includes from usr.bin/ except contributed code.

Tested with: make universe


# 152398 13-Nov-2005 dwmalone

Use ANSI definitions.
Avoid using extern by declaring shared functions in header files.
Const poision.


# 149709 02-Sep-2005 stefanf

Don't generate K&R C code. The -C flag is kept for backwards compatibility.
Also remove the SIG_PF macro, there is no need to cast closedown.


# 149682 31-Aug-2005 stefanf

- Use prototypes in headers.
- Include rpc_scan.h before rpc_util.h for the tok_kind enum.
- Nuke unused declarations.


# 146833 31-May-2005 stefanf

Move #ident into #if 0.


# 141614 10-Feb-2005 alfred

back out 1.7 changes, unneeded and possibly wrong.


# 141152 02-Feb-2005 alfred

Modify rpcgen -t output to something that's a lot more useful in
today's modern "no sir, not today" compilers.

Basically, when building the table:

use NULL instead of 0,
use braces around array initializers,
case the function pointers to xdrproc_t,
don't cast function pointers that do not need casting.

MFC After: 1 week


# 100441 21-Jul-2002 charnier

Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc,
xstrdup. There is a crash() function that do cleaning before exiting the
program. The new functions are wrappers that make use of crash() in case
of allocation failure. warn, exit -> err.

Reviewed by: alfred


# 92921 21-Mar-2002 imp

remove __P


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 27935 06-Aug-1997 charnier

Use err(3), cosmetic in usage(), remove `cmdname'.


# 17142 12-Jul-1996 jkh

General -Wall warning cleanup, part I.
Submitted-By: Kent Vander Velden <graphix@iastate.edu>


# 12796 13-Dec-1995 wpaul

This commit was generated by cvs2svn to compensate for changes in r12795,
which included commits to RCS files with non-trunk default branches.


# 12795 13-Dec-1995 wpaul

Import a newer and more functional version of rpcgen.

Obtained from: the Sun TI-RPC 2.3 source distribution