home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / comm / tcp / amitcp / src / devtools / rpcgen / changelog next >
Encoding:
Text File  |  1994-03-08  |  1.4 KB  |  46 lines

  1. Tue Mar  8 02:00:22 1994  Jarno Rajahalme  (jraja@lkhp11.hut.fi)
  2.  
  3.     * First AmiTCP Release
  4.  
  5. Tue Jan 19 19:35:40 1993  Rick Sladkey  (jrs@lepton)
  6.  
  7.     * rpc_svcout.c (write_most): _rpcpmstart etc. no longer static.
  8.  
  9. Fri Jan 15 01:07:05 1993  Rick Sladkey  (jrs@lepton)
  10.  
  11.     * rpc_main.c (s_output): omitted SYSLOG and DEBUG ifdefs.
  12.  
  13.     * rpcgen.1: documented the -I (inetd) flag.
  14.  
  15.     * rpc_main.c (parseargs): made default inetd flag be off.
  16.  
  17.     * rpc_svcout.c (write_timeout_func): changed to use USG compatible
  18.     signal handling.
  19.  
  20.     * rpc_svcout.c (write_most): changed generated main to include
  21.     return type and argc/argv arguments.
  22.  
  23. Mon Jan 11 23:35:16 1993  Rick Sladkey  (jrs@lepton)
  24.  
  25.     * rpc_main.c (s_output): change sysent.h to unistd.h and fcnt.h.
  26.  
  27. Sun Jan 10 15:38:10 1993  Rick Sladkey  (jrs@lepton)
  28.  
  29.     * rpc_main.c (s_output): omit inclusion of stropts.h from and
  30.     and change sys/ttycom.h to sys/ioctl.h in generated service file.
  31.  
  32.     * rpcgen.1: documented the -k and -5 flags and the new defaults.
  33.  
  34.     * rpc_main.c (parseargs): added -k (K&R C) and -5 (SysVr4) flags.
  35.  
  36.     * rpc_main.c: made -C (ANSI C) and -b (not SysVr4) the defaults.
  37.  
  38.     * rpc_cout.c (emit_union): added default to generated case so gcc
  39.     won't complain about enum not handled with -Wall.
  40.  
  41.     * Makefile: renamed target from rpcgen.new to rpcgen and renamed
  42.     man page from rpcgen.new.1 to rpcgen.1.
  43.  
  44.     * Makefile: changed Makefile to use gcc and added
  45.     -Dinline=inline_flag to avoid conflict with ANSI inline keyword.
  46.