History log of /src/usr.bin/rpcgen/rpc_sample.c |
Revision | | Date | Author | Comments |
1.13 |
| 15-Dec-2013 |
christos | - remove support for pre-ansi output - add -B (BSD) support for c++ output macros - group functions to make output better looking
|
1.12 |
| 11-Aug-2013 |
dholland | WARNS=5
|
1.11 |
| 06-Jul-2004 |
mycroft | branches: 1.11.50; 1.11.56; Fix function calls in the sample server to use the right function name. From PR 4411.
|
1.10 |
| 20-Jun-2004 |
jmc | Completely rework how tools/compat is done. Purge all uses/references to _NETBSD_SOURCE as this makes cross building from older/newer versions of NetBSD harder, not easier (and also makes the resulting tools 'different')
Wrap all required code with the inclusion of nbtool_config.h, attempt to only use POSIX code in all places (or when reasonable test w. configure and provide definitions: ala u_int, etc).
Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86 NetBSD current (x86 and amd64) and Solaris 9.
Fixes PR's: PR#17762 PR#25944
|
1.9 |
| 31-Jan-2002 |
tv | branches: 1.9.4; Protect __RCSID and __COPYRIGHT from being invoked if not defined.
|
1.8 |
| 21-Mar-2001 |
mycroft | Make `-N' and `-M' work together. Fix more KNF and ANSI glitches.
|
1.7 |
| 21-Mar-2001 |
mycroft | Remove an unneeded variable.
|
1.6 |
| 21-Mar-2001 |
mycroft | Add a -M flag, for generating thread-safe stubs, per RedHat. Also clean up some KNF and ANSI C glitches in -Sc and -Ss output.
|
1.5 |
| 18-Oct-1997 |
lukem | KNFify, generate prototypes, etc (to shut up WARNS on generated code)
|
1.4 |
| 11-Oct-1997 |
christos | - Rename "inline" variable to "doinline" so that we don't need -ansi - Fix gcc warnings and add netbsd rcsid's - add WARNS to the Makefile - Add errx() to unhandled cases where appropriate.
|
1.3 |
| 09-Oct-1997 |
mycroft | Clean up some minor white space nonsense in the output.
|
1.2 |
| 11-Jun-1995 |
pk | Clean up import & propagate NetBSD changes. Add RCS Ids. Fix a number of bugs. Note: this version supports ANSI C code generation.
|
1.1 |
| 11-Jun-1995 |
pk | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 11-Jun-1995 |
pk | Newer version of rpcgen from Sun's TIRPC release.
|
1.9.4.2 |
| 10-Jul-2004 |
tron | Pull up revision 1.11 (requested by mycroft in ticket #615): Fix function calls in the sample server to use the right function name. From PR 4411.
|
1.9.4.1 |
| 22-Jun-2004 |
tron | Pull up revision 1.10 (requested by jmc in ticket #527): Completely rework how tools/compat is done. Purge all uses/references to _NETBSD_SOURCE as this makes cross building from older/newer versions of NetBSD harder, not easier (and also makes the resulting tools 'different') Wrap all required code with the inclusion of nbtool_config.h, attempt to only use POSIX code in all places (or when reasonable test w. configure and provide definitions: ala u_int, etc). Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86 NetBSD current (x86 and amd64) and Solaris 9. Fixes PR's: PR#17762 PR#25944
|
1.11.56.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.11.50.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|