2001-04-13  Bill Schelter  <wfs@sonia.ma.utexas.edu>

	* fix the NULL_OR_ON_C_STACK macro for x86 linux in notcomp.h
	  and in 386-linux.h

2001-01-30  Bill Schelter  <wfs@sonia.ma.utexas.edu>

	* many changes added for MS windows version..
	* add check on CSTACK_ADDRESS to configure for NULL_OR_ON_C_STACK

2000-10-27  Bill Schelter  <wfs@sonia.ma.utexas.edu>

	*  o/file.d bug in close_stream
	*  add xbin/386-linux-fix to knock the -O4 flag off of gcc if
	it is version 2.96 because of a C compiler bug
	*  fixes to configure.in to better find the tcl tk stuff.

2000-06-01  Bill Schelter  <wfs@sonia.ma.utexas.edu>

	* o/print.d: change printing of pathnames to use the more
	standard #p"foo.bar"  instead of #"foo.bar"
	* o/read.d: allow pathnames #p"foo.bar" instead of just #"foo.bar"
	as many implementations do.
	
	

2000-05-13  Bill Schelter  <wfs@sonia.ma.utexas.edu>

	* fix readme file
	* update gcl-2.3/mp/mpi-sol-sparc.s for the 'sparc' version.
	* number of changes to 'configure.in' to handle finding
	paths correctly. 

2000-05-02  Bill Schelter  <wfs@linux119.ma.utexas.edu>

	* rsym_elf.c (out;): strip off the @@GLIB* from symbols,
	in the base image, since this is not added to .o files
	With advent of GLIB2.0 this addition to the symbol was made.
	This will allow dynamic linking of the raw_gcl with the C library.
	* remove the -static default from the 386-linux.defs file,
	so that links will by default be dynamic for libc ..
	

Fri Mar 28 16:23:18 1997  Bill Schelter  <wfs@marie.ma.utexas.edu>

	* fix o/unexelf.c for section following bss overlapping it.
	* fix some of the install sections in makefile
	* add man page.
	

Wed Mar 12 14:11:01 1997  Bill Schelter  <wfs@marie.ma.utexas.edu>

	* makefile (go): change to remove typo o${..} in makefile
	in the install script
	* change DIR= to GCL_TK_DIR= in gcl-tk/gcltksrv* and in
	makefile, gcl-tk/makefile.   Plain DIR= was causing the
	replacement (in sed in makefiles) of other other variables
	ending in DIR= ..
	
	

Sun Dec  8 18:31:38 1996  Bill Schelter  <wfs@marie.ma.utexas.edu>

	* release 2.2.1 contains various fixes to unexec and to
	makefiles, for building on current systems.

Mon Dec  2 20:36:28 1996  Bill Schelter  <wfs@linux13.ma.utexas.edu>

	* o/gbc.c:  make the marking of MVloc go in the right direction.
	important for problems that use mv_ref methods.. 

Thu Nov  9 18:09:01 1995  Bill Schelter  <wfs@jany.ma.utexas.edu>

	* fixes for format and structure printing.
	* fixes to calls to FEerror
	* arrange so that static arrays stay static on growing via
	adjust-array or via output with string stream stuff

Mon Oct 30 20:42:17 1995  Bill Schelter  <wfs@jany.ma.utexas.edu>

	* o/print.d (BEGIN): fix (defstruct (foo (:print-function
                                	print-foo))  junk)
	  (defun print-foo (foo stream depth)
	       (format stream "#<foo ~S>" (foo-junk foo)))
         bug. [with the printStructBufp value being nulled]
	* add-defs sets TCL_LIBRARY, and gcltksrv sets it..
	* fixes to support solaris-i386 [in rsym_elf.c, sfaslelf.c
	* ./add-defs fix order of tests of paths...
	

Fri Oct 20 01:15:47 1995  Bill Schelter  <wfs@jany.ma.utexas.edu>

	*  fix initialization of *link-array* to be a string..
	[remove from cmptop.lsp]
	*  misc fixes in gbc.c and sgbc.c
	* fix to profiling.
	
Wed Oct 18 00:16:59 1995  Bill Schelter  <wfs@jany.ma.utexas.edu>

	* (format nil "~5,,X" 10) made to work.   Note the ansi draft
	neither condones nor prohibits this.   Normally the , is a place
	holder and there is a argument after the last , and then comes the
	directive.   Here the commas dont hold a place.  

	* fix bv.bv_offset problem... the move to 64 bit machines caused
	it to be impossible to have some structure fields overlap the way
	they once did.    added BV_OFFSET(x) and SET_BV_OFFSET(x,val)
	macros.
	* fix add-defs to make clxsocket.o not be compiled in case of
	no X11 include files found.

Tue Oct 17 13:21:38 1995  Bill Schelter  <wfs@jany.ma.utexas.edu>

	* fix the (write 3) bug... in print.d

Wed Oct 11 23:00:34 1995  Bill Schelter  <wfs@jany.ma.utexas.edu>

	* merge in billm's elf support for linux, and repair the
	changes effects on regular a.out linux
	* switch to unexec from 19.29 for versions using either the
	regular or elf unexec from emacs
	

Sun Oct  1 19:52:45 1995  Bill Schelter  <wfs@jany.ma.utexas.edu>

	* Many changes to gcl 2.1 to support 64 bit machines (eg Dec
	alpha).  Layout of structures etc changed.
	* a gcl-2.2 beta was released in the summer.
	since then there have been several bugs fixed.  One in cmpfun.lsp
	affecting write, and another in init_gcl.lsp to make sure the
	link array is a string array (changed from fixnum which are no
	longer sufficient to hold pointers).
	* changes to fix for PA risc hpux in the hp800.h
	* changes to unexec-19.27.c to allow MUCH faster saving in NFS
	environment.
	* testing with maxima 5.1
	* reworking makefiles
	* (write 2) bug fixed.  (in compiler)
	* (aref #*11111 0) fixed  (was different bv_elttype field)
	
	
Sun Apr 30 18:28:07 1995  Bill Schelter  <wfs@pythagoras.ma.utexas.edu>

	* various fixes to array.c for bitarrays and non 1 dimensional arrays
	* fix to Ieval
	* verify that pcl and clx work with these changes.

Sun Apr  9 21:24:38 1995  Bill Schelter  <wfs@jany.ma.utexas.edu>

	*  (ln): 

Sat Apr  1 14:01:35 1995  Bill Schelter  <wfs@jany.ma.utexas.edu>

	* There have been an infinite number of changes for gcl-2.0

	* GCL now contains a tcl/tk windowing interface.
	 It is based on TCL 7.3 and TK 3.6 available from
	 ftp.cs.berkeley.edu and many mirrors.

	 See the gcl-tk/demos/widget.lisp file for the demos.
	 

	* support for gzipped files
	(setq si::*allow-gzipped-file* t)
	to allow it.   (load "foo.o") will look for "foo.o.gz" if
	it does not find foo.o.   Writing gzipped files is not
	supported.

	* Command line args:
	See the documentaion in the info directory under command line.
	`-eval' `-load' etc.
	
	`-f'   allows shell scripts to be made such as
	==================
	#!/usr/local/bin/gcl.exe -f
	(print "hello world")
	==================

	* All documentation converted to texinfo, info format and
	extended.   Ansi common lisp documentation converted to texinfo

	* interrupts completely changed, to be more robust and to
	allow communication with tk.

	* regexp matching introduced see 'string-match'

	

	
	

