CVS log for gforth/Attic/configure

[BACK] Up to [gforth] / gforth

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN
Current tag: MAIN


Revision 1.12
Sat Jun 30 20:28:55 2007 UTC (16 years, 9 months ago) by anton
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.11: +0 -0 lines
fixed minor bug in -falign-* configure tests
cleaned up dependencies on .h files in engine/Makefile.in
made Alpha port compile with gcc-2.95 (disabled longlong.h division)
optimized Alpha port:
  use old division code
  native code after a jump is now aligned.  Speed effect:
   sieve bubble matrix  fib
    1.950 1.605  1.259 1.653 b1 gcc-3.3.5
    1.453 1.932  1.230 1.458 b1 gcc-3.3.5 with alignment
  aligning branch targets would probably also help

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jan 19 17:47:57 1995 UTC (29 years, 2 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.10: preferred, unified; selected 1.1: preferred, unified
Changes since revision 1.10: +25 -10 lines
float.fs: Added f~ (f-proximate)
wordsets.fs: Added missing float words
Added 16 bit and 64 bit support in cross.fs
Fixed some bugs which asume sizeof(int)=sizeof(Cell)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jan 18 18:41:33 1995 UTC (29 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.9: preferred, unified; selected 1.1: preferred, unified
Changes since revision 1.9: +1 -1 lines
worked a bit on m68k.h and power.h
moved hyperbolic functions and falog to primitives

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jan 12 18:37:49 1995 UTC (29 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.8: preferred, unified; selected 1.1: preferred, unified
Changes since revision 1.8: +10 -6 lines
fixed a few bugs in gforth.el
more documentation

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Dec 15 12:35:09 1994 UTC (29 years, 3 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.7: preferred, unified; selected 1.1: preferred, unified
Changes since revision 1.7: +9 -8 lines
Reimplemented [IF] [ELSE] [THEN] etc.
Corrected a bug concerning redefinitions in Kernal
Added config info for HP-PA
Added replacement for rint

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Dec 14 16:15:25 1994 UTC (29 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.6: preferred, unified; selected 1.1: preferred, unified
Changes since revision 1.6: +43 -43 lines
Fixed a few bugs in config.in
added USE_TOS and USE_FTOS to the machine.h files as appropriate

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Dec 12 17:10:31 1994 UTC (29 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.5: preferred, unified; selected 1.1: preferred, unified
Changes since revision 1.5: +1108 -388 lines
Reorganized configuration: configure is now created by autoconf from
configure.in; I still left it in the CVS repository because not
everyone has autoconf. decstation.h renamed to mips.h and apollo68k to
m68k. Added general 32bit.h description, which the other machine
descriptions use. Created/copied replacement files install-sh memcmp.c
memmove.c select.c (carved out from ecvt.c) strtol.c
strtoul.c. Bytesex is now handled by configure.

Deciding the threading method is now done in machine.h, this should
also be done for USE_TOS and USE_FTOS.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Nov 29 16:22:34 1994 UTC (29 years, 4 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.4: preferred, unified; selected 1.1: preferred, unified
Changes since revision 1.4: +35 -4 lines
* added configure mode for DOS-Makefile:
  configure -target=i386-<anythinh>-msdos<anyversion>
  creates Makefile for DOS.
* checked in some mminor changes which never were checked in.
* added special startup file for DOS

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Nov 17 16:48:26 1994 UTC (29 years, 4 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.3: preferred, unified; selected 1.1: preferred, unified
Changes since revision 1.3: +15 -9 lines
* bug fix in configure

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Nov 17 15:53:05 1994 UTC (29 years, 4 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.2: preferred, unified; selected 1.1: preferred, unified
Changes since revision 1.2: +7 -0 lines
*Added:
* configure.bat configures on MS-DOS machines
* io-dos.h provides IO for MS-DOS
* makefile.dos is a GNU make Makefile for MS-DOS
*Changed:
* Merged gray/gforth and gray/gray4, added conditional compilation for
  gray ports (gforth and bigFORTH first)
* added gforth recognising string in environment
* added interpreter support for images (starts now with magic)
* changed make rule for ds2texi, so that it can run with Messy-DOS
* added SAVESYSTEM in dumpimage.fs
* fixed bug in Makefile for big endian systems (->configure)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 15 15:55:32 1994 UTC (29 years, 4 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +11 -4 lines
* Made slight modification in configure
* Select from make first and make more to allow first time compilation
* Added simple image dump and reload
* Added extended COLD functionality in 'COLD for image reboot
* Added boot procedures in hash.fs and history.fs

Revision 1.1: download - view: text, markup, annotated - [selected for diffs]
Fri Nov 11 16:10:11 1994 UTC (29 years, 4 months ago) by pazsan
Branches: MAIN
* added Backspaces for fast editing.
* modified GNU configure!!!

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>