/[gcl]/gcl/cmpnew/cmptop.lsp
ViewVC logotype

Log of /gcl/cmpnew/cmptop.lsp

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.11
Sun Sep 14 02:43:01 2003 UTC (20 years, 7 months ago) by camm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +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.7.4.1.4.2
Sun Sep 14 02:30:33 2003 UTC (20 years, 7 months ago) by camm
Branch: Version_2_6_1
Changes since 1.7.4.1.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.10 - (view) (download) (annotate) - [select for diffs]
Tue Sep 2 20:32:43 2003 UTC (20 years, 8 months ago) by camm
Branch: MAIN
Changes since 1.9: +12 -7 lines
Diff to previous 1.9
Remove unused definitions of Vcs


Revision 1.7.4.1.4.1 - (view) (download) (annotate) - [select for diffs]
Tue Sep 2 20:18:17 2003 UTC (20 years, 8 months ago) by camm
Branch: Version_2_6_1
Changes since 1.7.4.1: +12 -7 lines
Diff to previous 1.7.4.1
Remove unused definitions of Vcs


Revision 1.7.4.1 - (view) (download) (annotate) - [select for diffs]
Wed Jul 16 02:02:48 2003 UTC (20 years, 9 months ago) by camm
Branch point for: Version_2_5_4, Version_2_6_1
Changes since 1.7: +7 -3 lines
Diff to previous 1.7 , to next main 1.11
* 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: +7 -3 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]
Tue Jul 8 06:50:01 2003 UTC (20 years, 9 months ago) by mjthomas
Branch: MAIN
Changes since 1.7: +3 -0 lines
Diff to previous 1.7
Initial attempt to add ANSI eval-when keywords (:compile-toplevel etc).


Revision 1.7 - (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.6: +2 -2 lines
Diff to previous 1.6
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.6 - (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.5: +61 -35 lines
Diff to previous 1.5
varargs->stdarg for gcc 3.3 and higher


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Jan 24 18:38:28 2003 UTC (21 years, 3 months ago) by camm
Branch: MAIN
Changes since 1.4: +4 -1 lines
Diff to previous 1.4
:invalid-variable is a type error;No max arg checking if &key or &rest present;proper defun declarations in listlib.lsp;class specifiers in typep, subtypep and coerce;Corrections to allow-other-key processing in bind.c;eval sfuns with argument error checking (in one place);copy-structure takes only one arg;si::classp, si::class-of, and si::class-precedence-list overwritten by pcl analogs when compiling ansi;recompiled core lsp and compiler files


Revision 1.4 - (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.3: +12 -7 lines
Diff to previous 1.3
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.3 - (view) (download) (annotate) - [select for diffs]
Sat Jul 20 07:10:55 2002 UTC (21 years, 9 months ago) by camm
Branch: MAIN
Changes since 1.2: +196 -167 lines
Diff to previous 1.2
changes to compile cleanly with -Wall


Revision 1.2 - (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.1: +1 -1 lines
Diff to previous 1.1
First attempt at 64bit support


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


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Dec 6 22:43:57 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