/[gcl]/gcl/cmpnew/cmpcatch.c
ViewVC logotype

Log of /gcl/cmpnew/cmpcatch.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.10
Sun Sep 14 02:43:00 2003 UTC (20 years, 7 months ago) by camm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +0 -0 lines
FILE REMOVED
Add special variables si::*collect-binary-modules* and si::*binary-modules* as a facility for discovering the list of fasloaded objects preceding a save-system is required for a subsequent compiler::link; Add collectfn.lsp to distro; Rename some files and init_ functions to eliminate namespace conflicts when building images with compiler::link; Enable compressed info reading; Make sure no opt flags are set when enable debug is specified; Use NIFlAGS to compile new_init with lower opts on ppc to work around gcc bug, restore full opts to other files


Revision 1.8.4.1.4.1
Sun Sep 14 02:30:29 2003 UTC (20 years, 7 months ago) by camm
Branch: Version_2_6_1
Changes since 1.8.4.1: +0 -0 lines
FILE REMOVED
Add special variables si::*collect-binary-modules* and si::*binary-modules* as a facility for discovering the list of fasloaded objects preceding a save-system is required for a subsequent compiler::link; Add collectfn.lsp to distro; Rename some files and init_ functions to eliminate namespace conflicts when building images with compiler::link; Enable compressed info reading; Make sure no opt flags are set when enable debug is specified; Use NIFlAGS to compile new_init with lower opts on ppc to work around gcc bug, restore full opts to other files


Revision 1.8.4.1 - (view) (download) (annotate) - [select for diffs]
Wed Jul 16 02:02:47 2003 UTC (20 years, 9 months ago) by camm
Branch point for: Version_2_5_4, Version_2_6_1
Changes since 1.8: +12 -12 lines
Diff to previous 1.8 , to next main 1.10
* Type-punning warning fixes;* small_fixnum overflow fixes;* off by one fix in cerror;* Fix compiler error which had not recognized defpackage as a package operation;* Fix tkl.lisp call to open-named-socket;* Make values-list and nreconc signal errors when they should on dotted lists.; * Avoid use of windows.h types as macros.; * New config.{sub,guess}


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jul 15 18:03:36 2003 UTC (20 years, 9 months ago) by camm
Branch: MAIN
Changes since 1.8: +12 -12 lines
Diff to previous 1.8
* Experimental Debian distribution for CVS snapshots;* Type-punning warning fixes;* small_fixnum overflow fixes;* off by one fix in cerror;* reader enhancement to handle foo:(a b c);* preliminary defgeneric method support;* Fix compiler error which had not recognized defpackage as a package operation;* Fix tkl.lisp call to open-named-socket


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Feb 26 22:21:35 2003 UTC (21 years, 2 months ago) by camm
Branch: MAIN
CVS Tags: Version_2_5_2, Version_2_5_3
Branch point for: Version_2_5_1
Changes since 1.7: +17 -17 lines
Diff to previous 1.7
Compiler goto indentation;Compiler pointer cast in call_or_link_closure;*keep-gaz* compiler variable to save anonymously generated lisp;si::init-cmp-anon function to initialize anonymously generated and compiled lisp from .text section of running executable;Debian/rules builds and ships both images;Check for small fixnum in make_fixnum macro;Pass real integers to array functions to minimize fixnum garbage;Larger SHARP_EQ_CONTEXT_SIZE in read.d;Shadowing-import instead of import dummy symbols into common-lisp in ansi_cl.lisp;Rework object definition in makefiles


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Feb 9 22:35:14 2003 UTC (21 years, 2 months ago) by camm
Branch: MAIN
Changes since 1.6: +9 -9 lines
Diff to previous 1.6
varargs->stdarg for gcc 3.3 and higher


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Sep 24 19:01:45 2002 UTC (21 years, 7 months ago) by camm
Branch: MAIN
Changes since 1.5: +5 -5 lines
Diff to previous 1.5
install endp macro for dotted list support


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Aug 2 22:23:58 2002 UTC (21 years, 9 months ago) by camm
Branch: MAIN
Changes since 1.4: +11 -11 lines
Diff to previous 1.4
generic gmp3 build for m68k;compiler changes to declare all functions as returning object, with functions that actually return long being cast appropriately;back out of m68k hack in eval.c and funlink.c


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Jul 20 07:10:54 2002 UTC (21 years, 9 months ago) by camm
Branch: MAIN
Changes since 1.3: +44 -14 lines
Diff to previous 1.3
changes to compile cleanly with -Wall


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Jul 12 22:00:48 2002 UTC (21 years, 9 months ago) by camm
Branch: MAIN
Changes since 1.2: +5 -0 lines
Diff to previous 1.2
First attempt at 64bit support


Revision 1.1.1.1.2.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Thu Jan 31 19:42:20 2002 UTC (22 years, 3 months ago) by camm
Changes since 1.1.1.1: +1 -1 lines
Diff to previous 1.1.1.1
Include local headers with quotation marks instead of angle brackets, needed esp. with mingw


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Jan 31 19:17:46 2002 UTC (22 years, 3 months ago) by camm
Branch: MAIN
Branch point for: Version2_4_1, Version2_4_2, Version2_4_3, Version2_4_4
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Include local headers with quotation marks instead of angle brackets, needed esp. with mingw


Revision 1.1.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Mon Dec 6 22:43:55 1999 UTC (24 years, 4 months ago) by wfs
Branch: wfs
CVS Tags: Current, R_2_3, Version2_3, Version2_3_6, Version2_4
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.10
initial checkin


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Dec 6 22:43:55 1999 UTC (24 years, 4 months ago) by wfs
Branch: MAIN
Branch point for: wfs
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26