------------------------------------------------------------------------
r22 | jlambert | 2012-05-23 22:31:16 -0400 (Wed, 23 May 2012) | 5 lines

Fixed bug: gcc 4.x 
Pointer to machine was being modified in call to code() causing assignment to machine[] in parser on 
left hand side to fail, as it was still pointing to old machine area. 


------------------------------------------------------------------------
r20 | jlambert | 2012-05-21 03:11:06 -0400 (Mon, 21 May 2012) | 3 lines

Added brach directory


------------------------------------------------------------------------
r19 | jlambert | 2012-05-21 01:33:27 -0400 (Mon, 21 May 2012) | 5 lines

Removed O_BINARY from open.. Linux doesn't understand it.
Digital Mars compile works.
CentOS and SUSE 64-bit work.


------------------------------------------------------------------------
r18 | jlambert | 2012-05-21 00:55:39 -0400 (Mon, 21 May 2012) | 4 lines

Changed CODE_INIT_SIZE to 4096.  Unresolved bug that occurs in gcc-4 when allocating machine.
Updated Makefiles and Installation Notes. 


------------------------------------------------------------------------
r17 | jlambert | 2012-05-20 21:28:05 -0400 (Sun, 20 May 2012) | 3 lines

Should be final makefiles.


------------------------------------------------------------------------
r16 | jlambert | 2012-05-19 19:20:29 -0400 (Sat, 19 May 2012) | 3 lines

Fixed warning.  Initialize freep to 0.


------------------------------------------------------------------------
r15 | jlambert | 2012-05-17 02:10:13 -0400 (Thu, 17 May 2012) | 3 lines

Remove warning for redefinition of close for windows


------------------------------------------------------------------------
r14 | jlambert | 2012-05-17 01:40:23 -0400 (Thu, 17 May 2012) | 3 lines

No need for version dependent makefile.


------------------------------------------------------------------------
r13 | jlambert | 2012-05-17 01:39:27 -0400 (Thu, 17 May 2012) | 3 lines

Chnages to Cygwin, Borland, Microsoft makefiles.


------------------------------------------------------------------------
r12 | jlambert | 2012-05-16 23:36:11 -0400 (Wed, 16 May 2012) | 10 lines

Global 'progfile' made static - defined in multiple files
Changed ndbm.h includes to search local directores first.
Cast all arguments to char functions (isdigit, isspace, isalnum, etc.) 
  to integer to remove warnings.
Some token macros collide with those defined in system includes. We 
  undefined ones that don't matter. 
Removed references and code related to OLDDBM macro.
Removed prototypes of system library functions.


------------------------------------------------------------------------
r11 | jlambert | 2012-05-16 23:15:36 -0400 (Wed, 16 May 2012) | 5 lines

NDBM fixes
Use standard know types
Merging of some files


------------------------------------------------------------------------
r10 | jlambert | 2011-06-26 01:19:36 -0400 (Sun, 26 Jun 2011) | 1 line

Added Berkeley NDBM 1.85 to distribution
------------------------------------------------------------------------
r9 | jlambert | 2008-11-21 01:07:56 -0500 (Fri, 21 Nov 2008) | 1 line

Added VC8 Makefile
------------------------------------------------------------------------
r8 | jlambert | 2005-12-16 02:58:42 -0500 (Fri, 16 Dec 2005) | 1 line

Added doc to makefile dist targets.
------------------------------------------------------------------------
r7 | jlambert | 2005-12-16 02:54:09 -0500 (Fri, 16 Dec 2005) | 1 line

Added all available CoolMud documentation
------------------------------------------------------------------------
r6 | jlambert | 2005-12-16 02:37:56 -0500 (Fri, 16 Dec 2005) | 1 line

Corrected order of compilation in makefiles.
------------------------------------------------------------------------
r5 | jlambert | 2005-12-16 02:25:53 -0500 (Fri, 16 Dec 2005) | 1 line

Added installation notes
------------------------------------------------------------------------
r4 | jlambert | 2005-12-16 02:02:29 -0500 (Fri, 16 Dec 2005) | 6 lines

Deleted socket_proto.h and obsolete makefiles.
Added Borland and VisualC Makefiles.
Updated code to work on Windows.
Added precompiled version of database for Borland.


------------------------------------------------------------------------
r3 | jlambert | 2005-12-12 17:36:21 -0500 (Mon, 12 Dec 2005) | 1 line

deleted main Makefile ad configure script
------------------------------------------------------------------------
r2 | jlambert | 2005-12-12 17:35:23 -0500 (Mon, 12 Dec 2005) | 11 lines

Remove autoconfig stuff. 
Added Makefile and generated config info to cool.h 
Ran through indent.
Deleted sys_proto.h
Added os.h and os.c.
Removed system header includes, config.h includes,
   and put os.h include in cool.h
Compiled successfully on cygwin.



------------------------------------------------------------------------
r1 | jlambert | 2005-07-04 21:21:53 -0400 (Mon, 04 Jul 2005) | 1 line

Initial version.
------------------------------------------------------------------------