Date: Thursday May 3, 2001 @ 23:02 Author: cameron Update of /home/netrek/cvsroot/Vanilla In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv3301 Modified Files: ChangeLog Log Message: document changes **************************************** Index: Vanilla/ChangeLog diff -u Vanilla/ChangeLog:1.121 Vanilla/ChangeLog:1.122 --- Vanilla/ChangeLog:1.121 Tue May 1 21:00:18 2001 +++ Vanilla/ChangeLog Thu May 3 23:02:20 2001 @@ -1,3 +1,16 @@ +Fri May 4 14:45:28 2001 Benjamin `Quisar' Lerman <quisar at quisar.ambre.net> + + * robots/newbie.c, robots/newbiedefs.h: add #define NB_ROBOTS 16 + to limit the number of processes spawned to 16. + + * gum/id.c: replace getopt.h with unistd.h. + + * gum/xmalloc.c: replace non-standard error(). + + * robotd/robot.c: replace obsolete ftime() with gettimeofday(). + + * xsg/Makefile.in: add X11INCLUDE to CFLAGS. + Wed May 2 12:34:59 2001 James Cameron <quozl at us.netrek.org> * all: move include files to own directory. Changes were @@ -1274,4 +1287,4 @@ update_sys_defaults in updateMessages to a more appropriate location - updateClient in socket.c. - $Id: ChangeLog,v 1.121 2001/05/02 02:00:18 cameron Exp $ + $Id: ChangeLog,v 1.122 2001/05/04 04:02:20 cameron Exp $