summaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen
AgeCommit message (Expand)Author
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
1999-12-15Bump a static char array from 8 to 255. Avoids rpcgen core dumps on somebouyer
1998-12-19extra braces, char -> unsigned charchristos
1998-10-19Remove spurious returnwsanchez
1998-10-08Add return 0 after errx in to quiet the compilerwsanchez
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1998-04-28Fix man to mdoc conversion mistakes, mostly of the form ^\.[A-Z][A-Z]fair
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-23remove CFLAGS+=-glukem
1997-10-19remove WARNS=1lukem
1997-10-18KNFify, generate prototypes, etc (to shut up WARNS on generated code)lukem
1997-10-17- don't generate register variableslukem
1997-10-11And a little more...mycroft
1997-10-11Fix the format of the output slightly.mycroft
1997-10-11- Rename "inline" variable to "doinline" so that we don't need -ansichristos
1997-10-09Fix more white space lossage.mycroft
1997-10-09More KNF.mycroft
1997-10-09Output the declaration for the loop index variable in the same block as themycroft
1997-10-09Fix another white space glitch.mycroft
1997-10-09Clean up some minor white space nonsense in the output.mycroft
1997-10-09Make the output more KNF-like, and only output the inlining variables whenmycroft
1997-06-06remove spurious comma in newstyle structure return casejtk
1997-01-09RCS ID policetls
1996-10-01treat arrays used with XDR_INLINE as arrays of 'int32_t's, rather thancgd
1996-02-19Convey rpcgen's version into generated header files. This allows programspk
1995-08-29pull stdlib.h and string.h in, for protos, where necessarycgd
1995-06-24Always distinguish client and server worker routines (used to be thepk
1995-06-11Clean up import & propagate NetBSD changes.pk
1995-06-11Newer version of rpcgen from Sun's TIRPC release.pk
1995-03-06convert to use memset, rather than bzero. From Luke Mewburn.cgd
1994-12-24casts, so that output is a bit happier with prototyped rpc headers.cgd
1994-01-20Generated files were placed in the same directory as the source filejtc
1993-08-23rpcgen is just a protocol compiler, it doesn't need -lrpcjtc
1993-08-02Add RCS identifiers, remove some completely useless RCS logs and patchkitmycroft
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-06-10convert manpages to -mandoc macrosjtc
1993-05-03s/\\(lq/``/;s/\\(rq/''/mycroft
1993-04-19Cleanup for GCC 2.mycroft
1993-04-04made CPP point to the right place. should check these things before commit.cgd
1993-04-03Added rpcgen(1)glass