[gforth] / gforth / ChangeLog  

gforth: gforth/ChangeLog


1 : anton 1.16 2008-07-15 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2 :    
3 :     * BUILD-FROM-SCRATCH, Makedist.in, Makefile.in, arch/386/machine.h, arch/amd64/machine.h, arch/arm/asm-example.fs, arch/arm/asm.fs, arch/arm/machine.h, arch/power/machine.h, blocks.fs, build-ec.in, cache-fast0.vmg, cache-fast1.vmg, cache-fast2.vmg, cache-fast3.vmg, cache-fast4.vmg, configure.in, doc/gforth.ds, ds2texi.fs, engine/128bit.h, engine/Makefile.in, engine/engine.c, engine/forth.h, engine/io-nxt.c, engine/main.c, envos.fs.in, fflib.fs, gforth.el, gray.fs, history.fs, httpd.fs, kernel/main.fs, kernel/paths.fs, lib.fs, libcc.fs, libffi.fs, preforth.in, prim, quotes.fs, see.fs, unix/socket.fs, update-copyright, update-copyright-blacklist, utf-8.fs, wf.fs:
4 :     updated copyright years
5 :     updated copyright-blacklist (added libltdl)
6 :     updated distributed files (don't distribute files without distribution terms)
7 :     added copyright to preforth.in and build-ec.in
8 :    
9 :     * Makefile.in, configure.in, kernel/int.fs, libcc.fs:
10 :     fixed some make install bugs
11 :     updated date and version
12 :    
13 :     * Makefile.in, configure.in, envos.fs.in, libcc.fs, libcc.fs.in:
14 :     eliminated libcc.fs.in by moving @CC@ into envos.fs.in.
15 :    
16 :     2008-07-14 Bernd Paysan <bernd.paysan@gmx.de>
17 :    
18 :     * libcc.fs, libcc.fs.in:
19 :     Added tag so that different gcc names compile correctly
20 :    
21 :     * libcc.fs.in: Debugs commented out again
22 :    
23 :     * Makefile.in, libcc.fs, libcc.fs.in:
24 :     Try to get C compiler with options to work
25 :    
26 :     * libcc.fs.in: Compiler-specific libcc.fs.in
27 :    
28 :     * Makefile.in, configure.in: Fix for libcc.fs
29 :    
30 :     * Makefile.in, arch/386/machine.h: Fix a few building bugs
31 :    
32 :     * libcc.fs: Made libcc.fs compile with old kernels
33 :    
34 :     2008-07-13 Anton Ertl <anton@mips.complang.tuwien.ac.at>
35 :    
36 :     * Makefile.in, fflib.fs, libcc.fs, libffi.fs:
37 :     fixed some bugs so "make install" works (DESTDIR still probably buggy)
38 :    
39 :     2008-07-12 Anton Ertl <anton@mips.complang.tuwien.ac.at>
40 :    
41 :     * Makefile.in, kernel/paths.fs, libcc.fs:
42 :     builds .la files on install (untested and probably broken wrt DESTDIR)
43 :     added check-libcc-named target and perform it on make check
44 :     The libcc-path now also contains the common libcc-named directory
45 :     reworked initialization of libcc to happen on every boot
46 :     added MAKE-PATH (for making an empty path to paths.fs
47 :    
48 :     2008-07-10 Anton Ertl <anton@mips.complang.tuwien.ac.at>
49 :    
50 :     * libcc.fs: first steps in having a LIBCC-PATH
51 :    
52 :     * libcc.fs, prim: OPEN-LIB now understands "~" for directories.
53 :    
54 :     * libcc.fs:
55 :     libcc files are now generated in ~/.gforth/libcc-{named,tmp}/
56 :    
57 :     2008-07-05 Anton Ertl <anton@mips.complang.tuwien.ac.at>
58 :    
59 :     * fflib.fs, libcc.fs: fflib.fs now is a named C interface library
60 :     fixed bug in libcc.fs (unnamed libraries are now always rebuilt)
61 :    
62 :     2008-07-04 Bernd Paysan <bernd.paysan@gmx.de>
63 :    
64 :     * configure.in: Removed bash dependency
65 :    
66 :     2008-07-03 Bernd Paysan <bernd.paysan@gmx.de>
67 :    
68 :     * engine/engine.c, engine/forth.h, engine/main.c, libffi.fs:
69 :     Removed remainders of FFI in C code
70 :    
71 :     2008-06-17 Anton Ertl <anton@mips.complang.tuwien.ac.at>
72 :    
73 :     * doc/gforth.ds, libcc.fs, prim:
74 :     documented LIB-ERROR C-LIBRARY-NAME C-LIBRARY END-C-LIBRARY
75 :    
76 :     * libcc.fs:
77 :     Now libcc loads existing .la file instead of generating it anew
78 :     Bug: also does this for generated (not user-provided) names
79 :    
80 :     * libcc.fs, libffi.fs: libffi now also uses C-LIBRARY
81 :     prepare for loading existing c-library
82 :    
83 :     * libcc.fs, unix/socket.fs:
84 :     added C-LIBRARY END-C-LIBRARY C-LIBRARY-NAME (yet undocumented)
85 :     to specify the library wrapper file name
86 :     used that feature in unix/socket.fs
87 :    
88 :     2008-06-14 Anton Ertl <anton@mips.complang.tuwien.ac.at>
89 :    
90 :     * gray.fs: optimized nts in gray
91 :    
92 :     2008-06-01 Darren Bane <dbane@mips>
93 :    
94 :     * libffi.fs: Forgot an argument to c-function for ffi-prep-closure
95 :    
96 :     * fsl-util.4th: S>F is already defined in prim
97 :    
98 :     * Makefile.in:
99 :     Use make, not sh, variable interpolation syntax for bindir
100 :    
101 :     2008-05-22 Bernd Paysan <bernd.paysan@gmx.de>
102 :    
103 :     * xhash.fs: Added xorshift rng+hash
104 :    
105 :     2008-05-18 Bernd Paysan <bernd.paysan@gmx.de>
106 :    
107 :     * blocks.fs: Changed empty-buffer
108 :    
109 :     * unix/socket.fs: hostname$ calls gethostname only on demand
110 :    
111 :     * unix/socket.fs: Added server-side stuff
112 :    
113 :     2008-05-17 Bernd Paysan <bernd.paysan@gmx.de>
114 :    
115 :     * unix/socket.fs: First part of itools adaption in socket.fs
116 :    
117 :     2008-05-07 Bernd Paysan <bernd.paysan@gmx.de>
118 :    
119 :     * history.fs: Use backspaces for single-line editing
120 :    
121 :     * Makefile.in: Another use of PREFORTH
122 :    
123 :     2008-05-05 Anton Ertl <anton@mips.complang.tuwien.ac.at>
124 :    
125 :     * prim:
126 :     deleted FFCALL LIBFFI OLDCALL primitives, use fflib.fs libffi.fs instead
127 :    
128 :     * Makefile.in: added missing (anti-)dependence
129 :    
130 :     2008-05-04 Anton Ertl <anton@mips.complang.tuwien.ac.at>
131 :    
132 :     * configure.in: no longer configures libdl; we use libltdl instead
133 :    
134 :     * Makefile.in, autogen.sh, configure.in, engine/Makefile.in:
135 :     removed all references to local libltdl
136 :    
137 :     * engine/forth.h, engine/main.c, prim:
138 :     removed usage of libtool-2.2 ltdl functions
139 :    
140 :     * libltdl/Makefile.in, libltdl/aclocal.m4, libltdl/configure:
141 :     removed generated files
142 :    
143 :     2008-05-01 Bernd Paysan <bernd.paysan@gmx.de>
144 :    
145 :     * Makedist.in: Quick&dirty trick to make bindist/binonlydist work again
146 :    
147 :     2008-04-30 Bernd Paysan <bernd.paysan@gmx.de>
148 :    
149 :     * configure.in, httpd.fs, libltdl/Makefile.in, libltdl/aclocal.m4, libltdl/configure:
150 :     Fixed httpd.fs bug
151 :     Created new snapshot
152 :    
153 :     2008-04-29 Anton Ertl <anton@mips.complang.tuwien.ac.at>
154 :    
155 :     * lib.fs, libcc.fs, unix/socket.fs:
156 :     lib.fs: only check those ffcall libraries we use
157 :     libcc.fs: removed some debugging output
158 :     unix/socket.fs: converted to libcc.fs style (partially thanks to Darren Bane
159 :     <http://savannah.gnu.org/bugs/?23015>
160 :    
161 :     2008-04-28 Anton Ertl <anton@mips.complang.tuwien.ac.at>
162 :    
163 :     * doc/gforth.ds, engine/main.c, fflib.fs, libcc.fs, libffi.fs:
164 :     added CLEAR-LIB ADD-LIB (libcc.fs), documented them,
165 :     and used them in libffi.fs and fflib.fs
166 :     OPEN-LIB no longer guesses library extensions (lt_dladvise_ext())
167 :    
168 :     2008-04-26 Anton Ertl <anton@mips.complang.tuwien.ac.at>
169 :    
170 :     * Makefile.in, arch/power/machine.h, configure.in, doc/gforth.ds, engine/main.c, libcc.fs, preforth.in:
171 :     Bugfix: make and make dist don't need pre-installed Gforth
172 :     FORCE_REG_UNNECESSARY now defined automatically and used better
173 :     documentation bugfix
174 :    
175 :     2008-04-22 Anton Ertl <anton@mips.complang.tuwien.ac.at>
176 :    
177 :     * configure.in: minor bugfix
178 :    
179 :     * configure.in, lib.fs, libffi.fs:
180 :     MacOS X portability <https://savannah.gnu.org/bugs/index.php?23014>
181 :    
182 :     2008-04-21 Anton Ertl <anton@mips.complang.tuwien.ac.at>
183 :    
184 :     * autogen.sh: bugfix <http://savannah.gnu.org/bugs/?23010>
185 :    
186 :     2008-04-20 Anton Ertl <anton@mips.complang.tuwien.ac.at>
187 :    
188 :     * engine/Makefile.in: added missing dependency
189 :    
190 :     * Makefile.in: make dist now also distributes libtldl (untested)
191 :     added "make maintainer-clean" (untested, and without autogen.sh for libltdl)
192 :     Various "clean" targets now also clean libtldl
193 :    
194 :     * configure.in: removed debug message
195 :    
196 :     * Makefile.in, configure.in, engine/Makefile.in, ltmain.sh:
197 :     added support for building with included libltdl
198 :     missing: building with installed libltdl
199 :     including ltdl in the distributed files
200 :    
201 :     2008-04-19 Anton Ertl <anton@mips.complang.tuwien.ac.at>
202 :    
203 :     * libltdl/COPYING.LIB, libltdl/Makefile.am, libltdl/Makefile.in, libltdl/Makefile.inc, libltdl/README, libltdl/aclocal.m4, libltdl/argz.c, libltdl/argz_.h, libltdl/config-h.in, libltdl/config/compile, libltdl/config/config.guess, libltdl/config/config.sub, libltdl/config/depcomp, libltdl/config/general.m4sh, libltdl/config/getopt.m4sh, libltdl/config/install-sh, libltdl/config/ltmain.m4sh, libltdl/config/ltmain.sh, libltdl/config/mdate-sh, libltdl/config/missing, libltdl/config/mkstamp, libltdl/config/texinfo.tex, libltdl/configure, libltdl/configure.ac, libltdl/libltdl/lt__alloc.h, libltdl/libltdl/lt__dirent.h, libltdl/libltdl/lt__glibc.h, libltdl/libltdl/lt__private.h, libltdl/libltdl/lt__strl.h, libltdl/libltdl/lt_dlloader.h, libltdl/libltdl/lt_error.h, libltdl/libltdl/lt_system.h, libltdl/libltdl/slist.h, libltdl/loaders/dld_link.c, libltdl/loaders/dlopen.c, libltdl/loaders/dyld.c, libltdl/loaders/load_add_on.c, libltdl/loaders/loadlibrary.c, libltdl/loaders/preopen.c, libltdl/loaders/shl_load.c, libltdl/lt__alloc.c, libltdl/lt__dirent.c, libltdl/lt__strl.c, libltdl/lt_dlloader.c, libltdl/lt_error.c, libltdl/ltdl.c, libltdl/ltdl.h, libltdl/m4/argz.m4, libltdl/m4/libtool.m4, libltdl/m4/ltdl.m4, libltdl/m4/ltoptions.m4, libltdl/m4/ltsugar.m4, libltdl/m4/ltversion.in, libltdl/m4/ltversion.m4, libltdl/m4/lt~obsolete.m4, libltdl/slist.c, libltdl/stamp-mk:
204 :     added libltdl (no integration yet)
205 :    
206 :     * Makefile.in, engine/Makefile.in, engine/forth.h, engine/main.c, libcc.fs, libffi.fs, prim:
207 :     CPPFLAGS are now used by the Makefiles
208 :     bugfix in libcc.fs
209 :     OPEN-LIB now can open libraries without extension and the library's
210 :     symbols become global
211 :     libltdl from libtool-2.2 or higher required (will be included soon)
212 :    
213 :     2008-04-17 Bernd Paysan <bernd.paysan@gmx.de>
214 :    
215 :     * gforth.el: Patch from Darren Bane added (bug #22929)
216 :    
217 :     2008-04-08 Bernd Paysan <bernd.paysan@gmx.de>
218 :    
219 :     * wf.fs:
220 :     Better XHTML conformance (now 'Strict', not just 'Transitional')
221 :    
222 :     2008-04-05 Bernd Paysan <bernd.paysan@gmx.de>
223 :    
224 :     * Makefile.in, arch/amd64/machine.h, configure.in:
225 :     Made sure that a distribution is possible
226 :    
227 :     2008-03-25 Anton Ertl <anton@mips.complang.tuwien.ac.at>
228 :    
229 :     * libffi.fs: typo fixed <http://savannah.gnu.org/bugs/?22722>
230 :    
231 :     2008-03-22 Anton Ertl <anton@mips.complang.tuwien.ac.at>
232 :    
233 :     * engine/main.c: removed --[no-]check-alignment (no implementation)
234 :     on Alpha use <http://www.complang.tuwien.ac.at/anton/uace.c> instead
235 :    
236 :     2008-03-21 Anton Ertl <anton@mips.complang.tuwien.ac.at>
237 :    
238 :     * engine/main.c: added --[no-]check-alignment (currently no effect)
239 :    
240 :     2008-03-16 Anton Ertl <anton@mips.complang.tuwien.ac.at>
241 :    
242 :     * libffi.fs: added libffi primitive replacements
243 :    
244 :     2008-03-06 Anton Ertl <anton@mips.complang.tuwien.ac.at>
245 :    
246 :     * test/ttester.fs: fixed typo
247 :    
248 :     2008-02-26 Anton Ertl <anton@mips.complang.tuwien.ac.at>
249 :    
250 :     * BUILD-FROM-SCRATCH, Makefile.in:
251 :     BUILD-FROM-SCRATCH now uses autogen.sh
252 :     realclean now also cleans directories
253 :    
254 :     * arch/power/machine.h, engine/main.c:
255 :     --diag now does not complain about reg. alloc. on PPC (FORCE_REG_UNNECESSARY)
256 :    
257 :     * Makefile.in: disabled automatic calling of gforth --diag
258 :    
259 :     * .cvsignore, BUILD-FROM-SCRATCH, Makefile.in:
260 :     deleted bootstrap target (hopefully for good).
261 :     'make realclean' should now make it real clean
262 :    
263 :     2008-02-26 Bernd Paysan <bernd.paysan@gmx.de>
264 :    
265 :     * autogen.sh, configure.in, engine/Makefile.in:
266 :     Some small changes in build process
267 :    
268 :     2008-02-25 Bernd Paysan <bernd.paysan@gmx.de>
269 :    
270 :     * Makefile.in, ds2texi.fs: Fixed doc generating problem
271 :    
272 :     2008-02-23 Bernd Paysan <bernd.paysan@gmx.de>
273 :    
274 :     * Makefile.in, arch/arm/nxt/aic.c, arch/arm/nxt/aic.h, arch/arm/nxt/bt.c, arch/arm/nxt/bt.h, arch/arm/nxt/config.nxt, arch/arm/nxt/display.c, arch/arm/nxt/display.h, arch/arm/nxt/gforth.ld, arch/arm/nxt/i2c.c, arch/arm/nxt/mytypes.h, arch/arm/nxt/nxt_avr.c, arch/arm/nxt/nxt_lcd.c, arch/arm/nxt/nxt_lcd.h, arch/arm/nxt/nxt_motors.c, arch/arm/nxt/nxt_motors.h, arch/arm/nxt/nxt_spi.c, arch/arm/nxt/nxt_spi.h, arch/arm/nxt/sound.c, arch/arm/nxt/sound.h, arch/arm/nxt/systick.c, arch/arm/nxt/systick.h, arch/arm/nxt/uart.c, arch/arm/nxt/uart.h, arch/arm/nxt/udp.c, arch/arm/nxt/udp.h, configure.in, engine/Makefile.in, engine/forth.h, engine/io-nxt.c, engine/main.c, prim:
275 :     Fixed build problem
276 :     Some changes for NXT
277 :    
278 :     2008-02-12 Anton Ertl <anton@mips.complang.tuwien.ac.at>
279 :    
280 :     * engine/forth.h, fflib.fs, lib.fs, libcc.fs:
281 :     Added replacements for primitives to fflib.fs
282 :     current status: the libcc-generated code compiles, but does not link
283 :     Bugfix in libcc.fs
284 :    
285 :     * history.fs, libcc.fs, quotes.fs, see.fs, utf-8.fs:
286 :     Support kernel building with 0.6.2 engine, 0.6.2 kernel, and
287 :     current startup.fs and friends.
288 :    
289 :     2008-02-10 Anton Ertl <anton@mips.complang.tuwien.ac.at>
290 :    
291 :     * Makefile.in, configure.in, kernel/int.fs, kernel/main.fs:
292 :     Kernel and primitive building should now be done by a pre-installed gforth.
293 :     configure.in and Makefile.in are now prepared for that.
294 :     However, it does not work yet.
295 :    
296 :     2008-01-26 David Kuehling, MAE <dvdkhlng@mips.complang.tuwien.ac.at>
297 :    
298 :     * arch/arm/cacheflush-linux.c: minor thumb-mode fixes
299 :    
300 :     * arch/arm/cacheflush-linux.c: minor fix
301 :    
302 :     * arch/arm/cacheflush-linux.c:
303 :     Thumb-mode fixes for ARM cacheflush syscall (untested)
304 :    
305 :     2008-01-23 David Kuehling, MAE <dvdkhlng@mips.complang.tuwien.ac.at>
306 :    
307 :     * arch/arm/cacheflush1.c, arch/arm/cacheflush2.c:
308 :     removed depricated ARM chacheflush files
309 :    
310 :     * Makefile.in, configure.in:
311 :     removed references to old ARM cacheflush routines
312 :    
313 :     * arch/arm/cacheflush-linux.c:
314 :     fixed buggy code in EABI-version of cacheflush syscall, fixed possible
315 :     problems with older versions of GCC (use "r" instead of "g" constraint
316 :     for inline assembly), improved formatting of asm code (added
317 :     tab-characters)
318 :    
319 :     2008-01-23 Anton Ertl <anton@mips.complang.tuwien.ac.at>
320 :    
321 :     * Makefile.in, configure.in:
322 :     configure.in: Bugfix: Gforth now also builds if -ll does not work
323 :     Makefile.in: removed or changed some dependencies on the engine.
324 :    
325 :     2008-01-21 David Kuehling, MAE <dvdkhlng@mips.complang.tuwien.ac.at>
326 :    
327 :     * configure.in:
328 :     Check for Linux on ARM by comparing $host_os against "*linux*" and not just
329 :     "linux". In practice we can see values like "linux-gnu", "linux-uclibc".
330 :     This also mirrors the other places in configure.in wher $host_os is
331 :     referenced.
332 :    
333 :     * arch/arm/cacheflush-linux.c:
334 :     Added clean ARM icache flush code using Linux syscall. Should work on OABI
335 :     and EABI systems, even when compiled for thumb mode.
336 :    
337 :     2008-01-21 Anton Ertl <anton@mips.complang.tuwien.ac.at>
338 :    
339 :     * arch/arm/cacheflush1.c, configure.in:
340 :     added support for arch/arm/cacheflush-linux.c
341 :    
342 :     2008-01-19 David Kuehling, MAE <dvdkhlng@mips.complang.tuwien.ac.at>
343 :    
344 :     * arch/arm/cacheflush-linux.c: typo...
345 :    
346 :     * arch/arm/cacheflush-linux.c:
347 :     fixed cacheflush-linux.c to actually compile
348 :    
349 :     * arch/arm/cacheflush-linux.c, arch/arm/machine.h:
350 :     Added icache flush code that uses a linux syscall and should thus guarantee
351 :     correct operation on all Linux systems (if that syscall exists).
352 :    
353 :     2008-01-18 David Kuehling, MAE <dvdkhlng@mips.complang.tuwien.ac.at>
354 :    
355 :     * doc/gforth.ds:
356 :     Added section "ARM Assembler" to the Gforth documentation.
357 :    
358 :     * arch/arm/asm.fs:
359 :     Added a note, telling the reader were to look for the assembler's
360 :     documentation.
361 :    
362 :     * arch/arm/asm-example.fs, arch/arm/asm.fs:
363 :     fixed NEXT, , adapted asm-example.fs to use it
364 :    
365 :     * arch/arm/asm.fs:
366 :     added portable implementation of NEXT, to ARM assembler
367 :    
368 :     * arch/arm/asm-example.fs:
369 :     Updated ARM assembler example to jump to ' noop >code-address instead
370 :     of reimplementing next.
371 :    
372 :     * arch/arm/asm-example.fs, arch/arm/asm.fs: minor assembler updates
373 :    
374 :     2008-01-17 David Kuehling, MAE <dvdkhlng@mips.complang.tuwien.ac.at>
375 :    
376 :     * arch/arm/asm.fs: very minor fix
377 :    
378 :     * arch/arm/asm-example.fs:
379 :     updated asm example. now shows how to access the stack.
380 :    
381 :     * arch/arm/asm-example.fs, arch/arm/asm.fs: asm example...
382 :    
383 :     * arch/arm/asm-example.fs: more asm example code
384 :    
385 :     * arch/arm/asm-example.fs: minor change
386 :    
387 :     * arch/arm/asm-example.fs, arch/arm/asm.fs:
388 :     minor change. how do code an assembly 'next' compatible to gforth?
389 :    
390 :     * arch/arm/asm-example.fs, arch/arm/asm.fs:
391 :     add example/proof of concept routines coded in ASM
392 :    
393 :     * arch/arm/asm.fs: first commit of ARM assembler.
394 :    
395 :     2008-01-16 Anton Ertl <anton@mips.complang.tuwien.ac.at>
396 :    
397 :     * configure.in:
398 :     BUILD-FROM-SCRATCH's gforth now always uses its install image
399 :    
400 :     * BUILD-FROM-SCRATCH, configure.in:
401 :     BUILD-FROM-SCRATCH: prevent gforth hangs
402 :    
403 :     * BUILD-FROM-SCRATCH:
404 :     prevent gforth from hanging when used with the wrong image in BUILD-FROM-SCRATCH
405 :    
406 :     * Makefile.in: minor Makefile.in bugfix
407 :    
408 :     * Makefile.in, engine/forth.h, engine/main.c:
409 :     Building on i386 works again
410 :    
411 :     2008-01-14 Anton Ertl <anton@mips.complang.tuwien.ac.at>
412 :    
413 :     * arch/amd64/machine.h: disabled GLOBALS_NONRELOC for AMD64
414 :     commented GLOBALS_NONRELOC for AMD64
415 :    
416 :     * Makefile.in: added some missing engine dependencies
417 :    
418 :     2008-01-13 Anton Ertl <anton@mips.complang.tuwien.ac.at>
419 :    
420 :     * engine/engine.c, engine/forth.h:
421 :     tried to use explicit register allocation for local saved_regs_p, but
422 :     it does not seem to work.
423 :    
424 :     * arch/amd64/machine.h, engine/engine.c, engine/forth.h, engine/main.c:
425 :     enable dynamic code generation for (debugging) gforth on AMD64 by accessing
426 :     the global variable through a local pointer. Mixed results up to now, may
427 :     be better with explicit register allocation.
428 :    
429 :     * Makefile.in:
430 :     make clean now removes the various $(OPT)-generated files
431 :     removed some debugging output
432 :     fixed some endless recursions
433 :    
434 :     * Makefile.in, configure.in, engine/Makefile.in:
435 :     Different build options are now tried per-binary and only for gforth
436 :     and gforth-fast (everything else is built with -noll).
437 :    
438 :     * prim: documentation changes
439 :    
440 :     2008-01-08 Anton Ertl <anton@mips.complang.tuwien.ac.at>
441 :    
442 :     * Makefile.in, configure.in, engine/main.c:
443 :     Now FORCE_REG is tried and used by default
444 :     Removed --enable-force-reg
445 :     Removed suggestions to use --enable-force-* from --diag option
446 :    
447 :     2008-01-07 Anton Ertl <anton@mips.complang.tuwien.ac.at>
448 :    
449 :     * Makefile.in, configure.in: Now configure sets OPTS
450 :    
451 :     2008-01-06 Anton Ertl <anton@mips.complang.tuwien.ac.at>
452 :    
453 :     * Makefile.in:
454 :     Now make automatically tries a set of OPT settings after another until
455 :     one is found that works. This is a pretty bad hack.
456 :    
457 :     2008-01-04 Anton Ertl <anton@mips.complang.tuwien.ac.at>
458 :    
459 :     * Makefile.in, engine/Makefile.in:
460 :     Now we can use BUGGY_LONG_LONG again, as follows:
461 :     make OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
462 :     Minor bugfix
463 :    
464 :     * configure.in, engine/Makefile.in: some bugfixes for previous patch
465 :    
466 :     * Makefile.in, arch/amd64/machine.h, arch/generic/128bit.h, configure.in, engine/128bit.h, engine/Makefile.in, engine/forth.h:
467 :     moved --enable-force-ll out of configuration and into Makefile:
468 :     Build with "make OPT=-ll OPTDEFINES=-DFORCE_LL"
469 :     This builds gforth-ll gforth-fast-ll etc.
470 :     This is the first step in automatically building a fast gforth.
471 :    
472 :     2008-01-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
473 :    
474 :     * Makefile.in, cache-fast0.vmg, cache-fast1.vmg, cache-fast2.vmg, cache-fast3.vmg, cache-fast4.vmg, cache-regs1.vmg, cache-regs2.vmg, cache-regs3.vmg, cache-regs4.vmg, configure.in:
475 :     Added configure variable STACK_CACHE_REGS and set useful defaults
476 :     currently supported: 0-4 regs, default reg 0-4.
477 :    
478 :     * engine/main.c:
479 :     refined static super vs. TPA check (TPA ok if state equivalence disabled).
480 :    
481 :     * engine/main.c: reenabled static superinstructions
482 :     disable tpa-automaton if static superinstrutions are used
483 :    
484 :     2008-01-01 Bernd Paysan <bernd.paysan@gmx.de>
485 :    
486 :     * BUILD-FROM-SCRATCH, Makefile.in, autogen.sh, configure.in:
487 :     Added autogen.sh
488 :     Used patch from Aleksej
489 :    
490 :     2007-12-31 Anton Ertl <anton@mips.complang.tuwien.ac.at>
491 :    
492 :     * engine/dblsub.c: updated copyright year
493 :    
494 :     * COPYING.LIB, engine/dblsub.c, engine/getopt.c, engine/getopt1.c, engine/strtol.c, engine/strtoul.c, update-copyright-blacklist:
495 :     updated LGPL and files referring to it
496 :     bugfix in update-copyright-blacklist
497 :    
498 :     * AUTHORS, BUGS, Makedist.in, README.vmgen, ToDo, ToDo-native, add.fs, ans-report.fs, ansi.fs, arch/386/asm.fs, arch/386/testasm.fs, arch/4stack/asm.fs, arch/4stack/mach.fs, arch/4stack/mach.sh, arch/4stack/prim-new.fs, arch/4stack/prim.fs, arch/4stack/relocate-new.fs, arch/4stack/relocate.fs, arch/6502/mach.fs, arch/6502/prim.fs, arch/alpha/asm.fs, arch/alpha/disasm.fs, arch/alpha/testasm.fs, arch/amd64/asm.fs, arch/amd64/disasm.fs, arch/generic/128bit.h, arch/hppa/cache.c, arch/hppa/machine.h, arch/ia64/flush_icache_block.c, arch/ia64/machine.h, arch/m68k/machine.h, arch/mips/asm.fs, arch/mips/disasm.fs, arch/mips/insts.fs, arch/mips/machine.h, arch/mips/testasm.fs, arch/mips/testasmcontrol.fs, arch/mips/testdisasm.fs, arch/misc/asm.fs, arch/misc/fi2v.fs, arch/misc/key.fs, arch/misc/mach.fs, arch/misc/misc-sim.v, arch/misc/misc.v, arch/misc/prim.fs, arch/misc/sim.fs, arch/misc/sokoban.fs, arch/power/_sync_cache_range.c, arch/power/asm.fs, arch/power/disasm.fs, arch/power/inst.fs, arch/power/machine.h, arch/r8c/asm.fs, arch/sharc/compile.sharc, arch/sharc/mach.fs, arch/sharc/machine.h, arch/sharc/systypes.h, arch/sharc/types.h, arch/shboom/compiler.fs, arch/shboom/dis.fs, arch/shboom/dis2.fs, arch/shboom/doers.fs, arch/shboom/mach.fs, arch/shboom/prim.fs, arch/shboom/sh.p, arch/sparc/machine.h, asm/basic.fs, asm/bitmask.fs, asm/generic.fs, asm/numref.fs, asm/target.fs, assert.fs, backtrac.fs, bufio.fs, chains.fs, code.fs, colorize.fs, config.bat, configure.cmd, debug.fs, depth-changes.fs, dis-gdb.fs, doc/vmgen.texi, dosekey.fs, doskey.fs, ds2texi.fs, ec/builttag.fs, ec/dotx.fs, ec/mirror.fs, ec/nesting.fs, ec/shex.fs, engine/atanh.c, engine/cleanalign.c, engine/io.h, engine/memcmp.c, engine/memmove.c, engine/peephole.c, engine/pow10.c, engine/profile.c, engine/rint.c, engine/select.c, engine/strerror.c, engine/strsignal.c, environ.fs, envos.dos, envos.os2, exboot.fs, filedump.fs, fixpath.fs, gfgen, gforthmi.bat, gforthmi.cmd, gforthmi.in, glosgen.fs, gray.fs, growable.fs, hash.fs, html.fs, httpd.fs, intcomp.fs, iss.sh, kernel/args.fs, kernel/cbr.fs, kernel/cbrpi.fs, kernel/cloop.fs, kernel/cloop2.fs, kernel/cond-old.fs, kernel/doers.fs, kernel/errore.fs, kernel/files.fs, kernel/getdoers.fs, kernel/license.fs, kernel/main.fs, kernel/nio.fs, kernel/pass.fs, kernel/paths.fs, kernel/prim0.fs, kernel/quotes.fs, kernel/require.fs, kernel/saccept.fs, kernel/toolsext.fs, libffi.fs, locals-test.fs, locals.fs, locate.fs, look.fs, mach16b.fs, mach16l.fs, mach32b.fs, mach32l.fs, mach64b.fs, mach64l.fs, make-app.fs, mkdosmf.sed, mkos2mf.sed, model, moof-exm.fs, more.fs, netlib/configure.in, other.fs, peeprules.vmg, prims2cl.fs, prof-inline.fs, profile.fs, proxy.fs, random.fs, regexp-test.fs, script.fs, see-ext.fs, sokoban.fs, source.fs, status.fs, string.fs, table.fs, tags.fs, tasker.fs, termsize.fs, test/coreext.fs, test/coremore.fs, test/other.fs, test/primtest.fs, test/string.fs, traceall.fs, unbuffer.fs, unix/time.fs, versions.bsh, vmgen-ex/Makefile, vmgen-ex/README, vmgen-ex/disasm.c, vmgen-ex/engine.c, vmgen-ex/mini-inst.vmg, vmgen-ex/mini.h, vmgen-ex/mini.l, vmgen-ex/mini.y, vmgen-ex/peephole.c, vmgen-ex/profile.c, vmgen-ex/support.c, vmgen-ex2/Makefile, vmgen-ex2/README, vmgen-ex2/disasm.c, vmgen-ex2/engine.c, vmgen-ex2/mini-inst.vmg, vmgen-ex2/mini.h, vmgen-ex2/mini.l, vmgen-ex2/mini.y, vmgen-ex2/peephole.c, vmgen-ex2/profile.c, vmgen-ex2/support.c, vmgen.in, vt100.fs, wordinfo.fs, wordlib.fs, wordlib.mk, wordsets.fs, xwords.fs, xxxprim:
499 :     updated copyright year after changing license notice
500 :    
501 :     * COPYING, doc/fdl.texi, doc/gforth.ds, doc/gpl.texi, doc/vmgen.texi:
502 :     Updated COPYING and doc/gpl.texi to GPL v3
503 :     adjusted dectioning etc in documentation for new gpl.texi
504 :    
505 :     * AUTHORS, BUGS, BUILD-FROM-SCRATCH, ChangeLog, Makedist.in, Makefile.in, NEWS, NEWS.vmgen, README, README.vmgen, ToDo, ToDo-native, add.fs, ans-report.fs, ansi.fs, arch/386/asm.fs, arch/386/machine.h, arch/386/ncex/ncexasm.fs, arch/386/ncex/ncexcache.fs, arch/386/ncex/ncexcfstack.fs, arch/386/ncex/ncextree.fs, arch/386/testasm.fs, arch/4stack/asm.fs, arch/4stack/mach.fs, arch/4stack/mach.sh, arch/4stack/prim-new.fs, arch/4stack/prim.fs, arch/4stack/relocate-new.fs, arch/4stack/relocate.fs, arch/6502/mach.fs, arch/6502/prim.fs, arch/alpha/asm.fs, arch/alpha/disasm.fs, arch/alpha/machine.h, arch/alpha/testasm.fs, arch/amd64/asm.fs, arch/amd64/disasm.fs, arch/amd64/machine.h, arch/arm/cacheflush0.c, arch/arm/cacheflush1.c, arch/arm/cacheflush2.c, arch/arm/machine.h, arch/generic/128bit.h, arch/generic/machine.h, arch/hppa/cache.c, arch/hppa/machine.h, arch/ia64/flush_icache_block.c, arch/ia64/machine.h, arch/m68k/machine.h, arch/mips/asm.fs, arch/mips/disasm.fs, arch/mips/insts.fs, arch/mips/machine.h, arch/mips/testasm.fs, arch/mips/testasmcontrol.fs, arch/mips/testdisasm.fs, arch/misc/asm.fs, arch/misc/fi2v.fs, arch/misc/key.fs, arch/misc/mach.fs, arch/misc/misc-sim.v, arch/misc/misc.v, arch/misc/prim.fs, arch/misc/sim.fs, arch/misc/sokoban.fs, arch/power/_sync_cache_range.c, arch/power/asm.fs, arch/power/disasm.fs, arch/power/inst.fs, arch/power/machine.h, arch/r8c/asm.fs, arch/r8c/mach.fs, arch/r8c/prim.fs, arch/sharc/compile.sharc, arch/sharc/mach.fs, arch/sharc/machine.h, arch/sharc/systypes.h, arch/sharc/types.h, arch/shboom/compiler.fs, arch/shboom/dis.fs, arch/shboom/dis2.fs, arch/shboom/doers.fs, arch/shboom/mach.fs, arch/shboom/prim.fs, arch/shboom/sh.p, arch/sparc/machine.h, asm/basic.fs, asm/bitmask.fs, asm/generic.fs, asm/numref.fs, asm/target.fs, assert.fs, backtrac.fs, blocks.fs, bufio.fs, cache-fast0.vmg, cache-fast1.vmg, cache-fast2.vmg, cache-fast3.vmg, cache-fast4.vmg, cache-fast5.vmg, cache-fast6.vmg, cache-fast7.vmg, cache-fast8.vmg, cache0.vmg, cache1.vmg, chains.fs, code.fs, colorize.fs, comp-i.fs, complex.fs, config.bat, configure.cmd, configure.in, cross.fs, debug.fs, debugs.fs, depth-changes.fs, dis-gdb.fs, doc/makedoc.fs, dosekey.fs, doskey.fs, ds2texi.fs, ec/builttag.fs, ec/dotx.fs, ec/mirror.fs, ec/nesting.fs, ec/shex.fs, ekey.fs, endtry-iferror.fs, engine/Makefile.in, engine/atanh.c, engine/cleanalign.c, engine/ecvt.c, engine/engine.c, engine/forth.h, engine/io-nxt.c, engine/io.c, engine/io.h, engine/libcc.h.in, engine/longlong.h, engine/main.c, engine/memcmp.c, engine/memmove.c, engine/peephole.c, engine/pow10.c, engine/profile.c, engine/rint.c, engine/select.c, engine/signals.c, engine/strerror.c, engine/strsignal.c, engine/support.c, engine/threaded.h, environ.fs, envos.dos, envos.fs.in, envos.os2, errors.fs, etags.fs, exboot.fs, except.fs, extend.fs, fflib.fs, fft.fs, fi2c.fs, filedump.fs, fixpath.fs, float.fs, gfgen, gforthmi.bat, gforthmi.cmd, gforthmi.in, glocals.fs, glosgen.fs, gray.fs, growable.fs, hash.fs, history.fs, html.fs, httpd.fs, intcomp.fs, iss.sh, kernel/accept.fs, kernel/aliases0.fs, kernel/args.fs, kernel/basics.fs, kernel/cbr.fs, kernel/cbrpi.fs, kernel/cloop.fs, kernel/cloop2.fs, kernel/comp.fs, kernel/cond-old.fs, kernel/cond.fs, kernel/doers.fs, kernel/errore.fs, kernel/files.fs, kernel/getdoers.fs, kernel/input.fs, kernel/int.fs, kernel/io.fs, kernel/kernel.fs, kernel/license.fs, kernel/main.fs, kernel/nio.fs, kernel/pass.fs, kernel/paths.fs, kernel/prim0.fs, kernel/quotes.fs, kernel/require.fs, kernel/saccept.fs, kernel/tools.fs, kernel/toolsext.fs, kernel/vars.fs, kernel/xchars.fs, lib.fs, libcc.fs, libffi.fs, locals-test.fs, locals.fs, locate.fs, look.fs, mach16b.fs, mach16l.fs, mach32b.fs, mach32l.fs, mach64b.fs, mach64l.fs, machpc.fs.in, make-app.fs, missing, mkdosmf.sed, mkos2mf.sed, model, moof-exm.fs, more.fs, netlib/configure.in, oldlib.fs, onebench.fs, other.fs, peeprules.vmg, prim, prims2cl.fs, prims2x.fs, prof-inline.fs, profile.fs, proxy.fs, quotes.fs, random.fs, recover-endtry.fs, regexp-test.fs, regexp.fs, savesys.fs, script.fs, search.fs, see-ext.fs, see.fs, simp-see.fs, sokoban.fs, source.fs, startup.fs, status.fs, string.fs, struct.fs, struct0x.fs, stuff.fs, table.fs, tags.fs, tasker.fs, termsize.fs, test/coreext.fs, test/coremore.fs, test/dbltest.fs, test/float.fs, test/gforth-nofast.fs, test/gforth.fs, test/libcc.fs, test/other.fs, test/primtest.fs, test/search.fs, test/signals.fs, test/string.fs, traceall.fs, unbuffer.fs, unix/socket.fs, unix/time.fs, update-copyright, utf-8.fs, versions.bsh, vmgen-ex/Makefile, vmgen-ex/README, vmgen-ex/disasm.c, vmgen-ex/engine.c, vmgen-ex/mini-inst.vmg, vmgen-ex/mini.h, vmgen-ex/mini.l, vmgen-ex/mini.y, vmgen-ex/peephole.c, vmgen-ex/profile.c, vmgen-ex/support.c, vmgen-ex2/Makefile, vmgen-ex2/README, vmgen-ex2/disasm.c, vmgen-ex2/engine.c, vmgen-ex2/mini-inst.vmg, vmgen-ex2/mini.h, vmgen-ex2/mini.l, vmgen-ex2/mini.y, vmgen-ex2/peephole.c, vmgen-ex2/profile.c, vmgen-ex2/support.c, vmgen.in, vt100.fs, vt100key.fs, wf.fs, wordinfo.fs, wordlib.fs, wordlib.mk, wordsets.fs, xwords.fs, xxxprim:
506 :     updated copyright notices for GPL v3
507 :    
508 :     * arch/r8c/mach.fs, BUILD-FROM-SCRATCH, Benchres, ChangeLog, INSTALL, Makefile.in, NEWS, NEWS.vmgen, README, arch/386/machine.h, arch/alpha/machine.h, arch/amd64/machine.h, arch/arm/machine.h, arch/generic/machine.h, arch/r8c/prim.fs, blocks.fs, cache-fast0.vmg, cache-fast1.vmg, cache-fast2.vmg, cache-fast3.vmg, cache-fast4.vmg, cache-fast5.vmg, cache-fast6.vmg, cache-fast7.vmg, cache-fast8.vmg, cache0.vmg, cache1.vmg, comp-i.fs, complex.fs, configure.in, cross.fs, debugs.fs, doc/gforth.ds, doc/makedoc.fs, ekey.fs, engine/Makefile.in, engine/ecvt.c, engine/engine.c, engine/forth.h, engine/io.c, engine/libcc.h.in, engine/longlong.h, engine/main.c, engine/signals.c, engine/support.c, engine/threaded.h, envos.fs.in, errors.fs, etags.fs, except.fs, extend.fs, fflib.fs, fft.fs, fi2c.fs, float.fs, gforth.el, glocals.fs, history.fs, kernel/accept.fs, kernel/aliases0.fs, kernel/basics.fs, kernel/comp.fs, kernel/cond.fs, kernel/input.fs, kernel/int.fs, kernel/io.fs, kernel/kernel.fs, kernel/tools.fs, kernel/vars.fs, kernel/xchars.fs, lib.fs, libcc.fs, machpc.fs.in, missing, oldlib.fs, prim, prims2x.fs, quotes.fs, regexp.fs, savesys.fs, search.fs, see.fs, simp-see.fs, startup.fs, struct.fs, stuff.fs, test/dbltest.fs, test/float.fs, test/gforth-nofast.fs, test/gforth.fs, test/signals.fs, unix/socket.fs, update-copyright, utf-8.fs, vt100key.fs, wf.fs:
509 :     updated copyright years
510 :    
511 :     * update-copyright, update-copyright-blacklist:
512 :     updated update-copyright-blacklist
513 :     update-copyright author report in more usable format
514 :    
515 :     * missing, test/libcc.fs, update-copyright, update-copyright-blacklist:
516 :     Copyright comments updated
517 :     update-copyrigh now reports the author of "no copyright" files
518 :    
519 :     * update-copyright: adapted update-copyrights to current system
520 :    
521 :     2007-12-28 Anton Ertl <anton@mips.complang.tuwien.ac.at>
522 :    
523 :     * doc/gforth.ds: added floating-point tutorial
524 :    
525 :     2007-12-27 Anton Ertl <anton@mips.complang.tuwien.ac.at>
526 :    
527 :     * doc/gforth.ds: documentation fix
528 :    
529 :     2007-12-16 Anton Ertl <anton@mips.complang.tuwien.ac.at>
530 :    
531 :     * README, configure.in, engine/signals.c, history.fs:
532 :     Some bugfixes and cleanups by Jorge Acereda <AE069F38-47DD-4037-9434-89A9489456EF@gmail.com>
533 :    
534 :     2007-12-05 Anton Ertl <anton@mips.complang.tuwien.ac.at>
535 :    
536 :     * README: CVS history test
537 :    
538 :     * libcc.fs: deleted empty line
539 :    
540 :     2007-12-04 Anton Ertl <anton@mips.complang.tuwien.ac.at>
541 :    
542 :     * configure.in, envos.fs.in, libcc.fs:
543 :     support different libtool names (based on configure.in)
544 :    
545 :     * libcc.fs:
546 :     libcc now outputs errors on stderr and does not require LIB-ERROR
547 :    
548 :     * configure.in, engine/forth.h, engine/main.c, libcc.fs, prim:
549 :     libcc.fs now uses libtool
550 :     OPEN-LIB and LIB-SYM now call libltdl (libtool) functions
551 :     probably needs some additional adjustment in configure.in
552 :     added LIB-ERROR
553 :    
554 :     2007-11-03 Anton Ertl <anton@mips.complang.tuwien.ac.at>
555 :    
556 :     * .cvsignore, config.guess, config.sub, doc/.cvsignore, engine/.cvsignore, netlib/.cvsignore:
557 :     added stuff to the .cvsignore files (thanks to Dennis Ruffer)
558 :     updated config.guess, config.sub to the latest versions
559 :    
560 :     * test/ttester.fs: another ttester.fs bugfix
561 :    
562 :     * test/ttester.fs:
563 :     ttester.fs improved error reporting: once more with unified stack
564 :    
565 :     * test/ttester.fs: ttester.fs bugfix and improved error reporting
566 :    
567 :     2007-11-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
568 :    
569 :     * test/ttester.fs: fixed typo, comment case
570 :    
571 :     2007-10-29 Anton Ertl <anton@mips.complang.tuwien.ac.at>
572 :    
573 :     * engine/main.c, kernel/cond.fs, libcc.fs:
574 :     added -DBURG_FORMAT compile-time option for generating burg grammars etc.
575 :     cleaned up debugp() definition
576 :     documentation bugfix (ELSE)
577 :    
578 :     * engine/main.c: added --print-sequences
579 :    
580 :     2007-10-26 Anton Ertl <anton@mips.complang.tuwien.ac.at>
581 :    
582 :     * test/ttester.fs:
583 :     ttester bugfix: ...}T now handles non-empty start-depths
584 :    
585 :     2007-10-22 Anton Ertl <anton@mips.complang.tuwien.ac.at>
586 :    
587 :     * history.fs: CTRL ? now works
588 :    
589 :     * history.fs:
590 :     CTRL now works with lower-case letters <bill-3F687F.10282322102007@cnews.newsguy.com>
591 :    
592 :     * Makefile.in, search.fs, test/search.fs:
593 :     bugfix <2007Oct22.192528@mips.complang.tuwien.ac.at> and cleanup
594 :    
595 :     2007-10-17 Bernd Paysan <bernd.paysan@gmx.de>
596 :    
597 :     * kernel/xchars.fs, utf-8.fs: Better xhold (no buffer)
598 :     Fixed +x/string deferred words
599 :    
600 :     * fft.fs, kernel/xchars.fs: Added xhold
601 :    
602 :     2007-10-03 Bernd Paysan <bernd.paysan@gmx.de>
603 :    
604 :     * Makefile.in, complex.fs: Added stack comments to complex.fs
605 :    
606 :     * Makefile.in, regexp.fs:
607 :     Added glossary entries to regexp (but no documentation chapter)
608 :    
609 :     * oldlib.fs: Changed oldlib words
610 :    
611 :     * doc/gforth.ds, kernel/xchars.fs, utf-8.fs:
612 :     Added documentation for xchars
613 :    
614 :     2007-09-30 Bernd Paysan <bernd.paysan@gmx.de>
615 :    
616 :     * history.fs, vt100key.fs: Made new scheme work in different bases
617 :     Added first/last key do vt100key.fs
618 :    
619 :     * history.fs: Fixes for command line editing
620 :    
621 :     * comp-i.fs, engine/forth.h, engine/main.c, kernel/aliases0.fs, kernel/comp.fs, prim, see.fs:
622 :     Constants compile to literals
623 :    
624 :     2007-09-25 Anton Ertl <anton@mips.complang.tuwien.ac.at>
625 :    
626 :     * Agenda, NEWS: small fixes in NEWS and Agenda
627 :    
628 :     2007-09-22 Anton Ertl <anton@mips.complang.tuwien.ac.at>
629 :    
630 :     * Makefile.in, savesys.fs:
631 :     DESTDIR is now not in the INCLUDED-FILES of the installed gforth.fi
632 :    
633 :     2007-09-21 Anton Ertl <anton@mips.complang.tuwien.ac.at>
634 :    
635 :     * Makefile.in: install TAGS are now created correctly (untested).
636 :    
637 :     2007-09-16 Anton Ertl <anton@mips.complang.tuwien.ac.at>
638 :    
639 :     * prim, test/signals.fs: workaround for lesser m4s in prim
640 :     disabled aggressive test in test/signals.fs that led to spurious failures
641 :    
642 :     2007-09-15 Bernd Paysan <bernd.paysan@gmx.de>
643 :    
644 :     * utf-8.fs: Added environment query for encoding
645 :    
646 :     * kernel/xchars.fs, utf-8.fs:
647 :     Xchar changes after discussion at EuroForth 2007
648 :    
649 :     2007-09-12 Anton Ertl <anton@mips.complang.tuwien.ac.at>
650 :    
651 :     * NEWS, NEWS.vmgen: Updated NEWS.vmgen (incomplete?) and NEWS
652 :    
653 :     * ChangeLog: Updated ChangeLog
654 :    
655 : anton 1.13 2007-09-09 Anton Ertl <anton@mips.complang.tuwien.ac.at>
656 :    
657 :     * engine/main.c:
658 :     bugfix (reserve stack space for FTOS even if USE_NO_FTOS is defined)
659 :     A better way to fix this would be to use an appropriate cache-fast.vmg
660 :    
661 :     2007-08-28 Anton Ertl <anton@mips.complang.tuwien.ac.at>
662 :    
663 :     * test/ttester.fs: documentation changes, eliminated FSENSITIVITY
664 :    
665 :     * test/tester.fs, test/ttester.fs: ttester.fs now preserves BASE
666 :    
667 :     2007-08-22 Anton Ertl <anton@mips.complang.tuwien.ac.at>
668 :    
669 :     * test/ttester.fs: bugfixes
670 :    
671 :     2007-08-21 Anton Ertl <anton@mips.complang.tuwien.ac.at>
672 :    
673 :     * engine/forth.h, engine/support.c, prim, Makefile.in:
674 :     OPEN-FILE with W/O no longer creates or truncates files (probably bugfix)
675 :     compatibility file for old code missing
676 :     Bugfix in Makefile.in
677 :    
678 :     * test/tester.fs: added licensing header for tester.fs
679 :    
680 :     * COPYING.LIB, Makefile.in, test/ttester.fs:
681 :     Inserted attribution and Copyright for ftester stuff into ttester.fs
682 :     Include COPYING.LIB because of the ftester stuff
683 :    
684 :     2007-08-19 Anton Ertl <anton@mips.complang.tuwien.ac.at>
685 :    
686 :     * Makefile.in, test/tester.fs, test/ttester.fs:
687 :     split test/ttester.fs off from test/tester.fs.
688 :     added support for ftester-style approximate matching.
689 :     added support for approximate matching on shared-stack systems (RXRX}T etc.).
690 :    
691 :     * doc/gforth.ds, engine/support.c, test/float.fs:
692 :     rewrote to_float to fix bugs reported in <89241137153560@frunobulax.edu>.
693 :     added tests for these bugs.
694 :     unrelated documentation bugfix.
695 :    
696 :     2007-08-18 Anton Ertl <anton@mips.complang.tuwien.ac.at>
697 :    
698 :     * quotes.fs: Documentation bugfix
699 :    
700 :     2007-08-17 Anton Ertl <anton@mips.complang.tuwien.ac.at>
701 :    
702 :     * Makefile.in, gforth.el:
703 :     gforth.el: changes for byte-compiling (from Darren Bane, see
704 :     <https://savannah.gnu.org/bugs/index.php?20674>)
705 :     Makefile.in: generate and install gforth.elc
706 :    
707 :     * BUILD-FROM-SCRATCH, Makefile.in:
708 :     minor fixes suggested by Aleksej Saushev
709 :    
710 :     2007-08-12 Anton Ertl <anton@mips.complang.tuwien.ac.at>
711 :    
712 :     * test/tester.fs: changed comments in test/tester.fs
713 :    
714 :     * test/tester.fs: minor changes in test/tester.fs
715 :    
716 :     * test/tester.fs: added fp stuff to test/tester.fs
717 :    
718 :     * kernel/int.fs, test/tester.fs:
719 :     Now signs after the number prefix are accepted.
720 :     Tester can now work with non-empty stacks at the start
721 :    
722 :     2007-08-11 Anton Ertl <anton@mips.complang.tuwien.ac.at>
723 :    
724 :     * doc/gforth.ds, quotes.fs:
725 :     made s\" conform with RfD v4 of X:escaped-strings
726 :     de-documented \"-parse (internal word, not clean enough for general consumption)
727 :    
728 :     2007-08-10 Bernd Paysan <bernd.paysan@gmx.de>
729 :    
730 :     * fft.fs: Added hamming filter to FFT
731 :    
732 :     2007-07-31 Anton Ertl <anton@mips.complang.tuwien.ac.at>
733 :    
734 :     * Makefile.in: Don't try to distribute doc/texinfo.tex (deleted)
735 :    
736 :     * doc/texinfo.tex: removed texinfo.tex (buggy with current etex=pdftex)
737 :    
738 :     2007-07-21 Anton Ertl <anton@mips.complang.tuwien.ac.at>
739 :    
740 :     * Makefile.in, libcc.fs:
741 :     Bugfix for <http://savannah.gnu.org/bugs/?20544> (mostly from Darren Bane)
742 :    
743 :     2007-07-19 Bernd Paysan <bernd.paysan@gmx.de>
744 :    
745 :     * history.fs, wf.fs: Fixed UTF-8 problem in wf.fs
746 :    
747 :     2007-07-14 Bernd Paysan <bernd.paysan@gmx.de>
748 :    
749 :     * engine/io.c, kernel/xchars.fs, utf-8.fs:
750 :     Changes to bring utf-8.fs up to current XCHAR proposal
751 :    
752 :     2007-07-10 Anton Ertl <anton@mips.complang.tuwien.ac.at>
753 :    
754 :     * Makefile.in: enhanced 'make checkdoc'
755 :    
756 :     * doc/gforth.ds, prims2x.fs:
757 :     minor bugfixes (left-over stack items) in prims2x.fs
758 :     fixed documentation bugs
759 :    
760 :     2007-07-07 Anton Ertl <anton@mips.complang.tuwien.ac.at>
761 :    
762 :     * cache-fast0.vmg, cache-fast1.vmg, cache-fast2.vmg, cache-fast3.vmg, cache-fast4.vmg, cache-fast5.vmg, cache-fast6.vmg, cache-fast7.vmg, cache-fast8.vmg, cache0.vmg, cache1.vmg:
763 :     minor cleanups
764 :    
765 :     * arch/amd64/machine.h, cache-fast1.vmg, engine/engine.c, engine/forth.h:
766 :     enabled fpTOS caching
767 :    
768 :     2007-07-06 Anton Ertl <anton@mips.complang.tuwien.ac.at>
769 :    
770 :     * kernel/input.fs, kernel/int.fs, kernel/tools.fs, answords.fs, blocks.fs, doc/gforth.ds, doc/makedoc.fs, extend.fs, float.fs, glocals.fs, prim, search.fs:
771 :     fixed most problems reported by "make checkdoc"
772 :    
773 :     * BUILD-FROM-SCRATCH: improved BUILD-FROM-SCRATCH
774 :    
775 :     2007-07-05 Anton Ertl <anton@mips.complang.tuwien.ac.at>
776 :    
777 :     * BUILD-FROM-SCRATCH, Makefile.in:
778 :     checkone now doesn't compare #line lines
779 :     removed debugging tracer in BUILD-FROM-SCRATCH
780 :    
781 :     * BUILD-FROM-SCRATCH, configure.in:
782 :     minor fixes (mostly suggested by Aleksej Saushev)
783 :    
784 :     2007-07-03 Anton Ertl <anton@mips.complang.tuwien.ac.at>
785 :    
786 :     * Makefile.in, configure.in: configure M4 automatically
787 :    
788 :     * Makefile.in: m4 is now called throug make variable M4
789 :    
790 :     2007-07-01 Bernd Paysan <bernd.paysan@gmx.de>
791 :    
792 :     * engine/io.c, history.fs, kernel/accept.fs:
793 :     Changed getkey so that an EINTR error gives ^L instead of EOF
794 :    
795 :     * engine/io.c: Use timespec struct (should be portable)
796 :    
797 :     * engine/io.c, history.fs: Fixed key_avail on Alpha
798 :    
799 :     2007-07-01 Anton Ertl <anton@mips.complang.tuwien.ac.at>
800 :    
801 :     * arch/alpha/machine.h: minor bugfix
802 :    
803 :     * arch/amd64/machine.h, engine/main.c, arch/386/machine.h, arch/alpha/machine.h:
804 :     generalized code padding and added 386 and AMD64 padding
805 :    
806 :     * engine/main.c: native branch target alignment for Alpha. Speedup:
807 :     sieve bubble matrix fib
808 :     1.309 1.160 1.409 1.834 without code alignment
809 :     0.906 1.040 1.242 1.040 with code alignment
810 :    
811 :     2007-07-01 Bernd Paysan <bernd.paysan@gmx.de>
812 :    
813 :     * history.fs: Removed KEY? in AT-XY?
814 :    
815 :     2007-06-30 Bernd Paysan <bernd.paysan@gmx.de>
816 :    
817 :     * lib.fs: Fix for libc also where it belongs (lib.fs)
818 :    
819 :     * kernel/accept.fs, unix/socket.fs, history.fs, utf-8.fs:
820 :     Added darwin test to libc load in socket.fs
821 :     Fix for terminal resize problem
822 :    
823 :     2007-06-30 Anton Ertl <anton@mips.complang.tuwien.ac.at>
824 :    
825 :     * prim: optimized J and K (don't use doubles, gcc bug)
826 :    
827 :     * Makefile, configure, configure.in, engine/Makefile.in, engine/longlong.h, engine/main.c, engine/support.c, machpc.fs:
828 :     fixed minor bug in -falign-* configure tests
829 :     cleaned up dependencies on .h files in engine/Makefile.in
830 :     made Alpha port compile with gcc-2.95 (disabled longlong.h division)
831 :     optimized Alpha port:
832 :     use old division code
833 :     native code after a jump is now aligned. Speed effect:
834 :     sieve bubble matrix fib
835 :     1.950 1.605 1.259 1.653 b1 gcc-3.3.5
836 :     1.453 1.932 1.230 1.458 b1 gcc-3.3.5 with alignment
837 :     aligning branch targets would probably also help
838 :    
839 :     * configure.in:
840 :     now engine is compiled with -falign-loops=1 -falign-jumps=1 if available
841 :    
842 :     2007-06-24 Anton Ertl <anton@mips.complang.tuwien.ac.at>
843 :    
844 :     * Makefile.in: added struct0x.fs to dist
845 :    
846 :     * doc/gforth.ds, startup.fs, struct0x.fs:
847 :     Implemented and documented X:structures
848 :    
849 :     * cache-fast0.vmg: disabled unnecessary states from cache-fast0.vmg
850 :    
851 :     2007-06-24 Bernd Paysan <bernd.paysan@gmx.de>
852 :    
853 :     * configure.in: Detect -m32 option on x86_64 (makes machine=386)
854 :    
855 :     * arch/386/machine.h: Found register combination for gcc 4.2.0
856 :    
857 :     2007-06-24 Anton Ertl <anton@mips.complang.tuwien.ac.at>
858 :    
859 :     * configure.in: updated asm_fs and disasm_fs detection for new autoconf
860 :    
861 :     2007-06-23 Anton Ertl <anton@mips.complang.tuwien.ac.at>
862 :    
863 :     * Makefile.in, configure.in, prim:
864 :     Optimize ?BRANCH and friends with conbranch_opt (configure variable)
865 :    
866 :     * doc/gforth.ds:
867 :     added SEE-CODE SEE-CODE-RANGE (shows dynamic native code)
868 :    
869 :     * configure.in, simp-see.fs:
870 :     added SEE-CODE SEE-CODE-RANGE (shows dynamic native code)
871 :     deleted use of -fforce-mem (not present in gcc-4.2)
872 :     added use of -falign-labels=1
873 :     (maybe use -falign-loops=1 instead and only for engines)
874 :    
875 :     * arch/386/machine.h: make --enable-force-reg work with gcc-4.1
876 :    
877 :     2007-06-17 Bernd Paysan <bernd.paysan@gmx.de>
878 :    
879 :     * engine/io-nxt.c, Makefile.in, arch/arm/nxt/at91sam7s256.h, arch/arm/nxt/bt.c, arch/arm/nxt/udp.c, arch/arm/nxt/udp.h, history.fs:
880 :     Some work on Gforth NXT
881 :     last potential problem with line editing fixed
882 :    
883 :     2007-06-16 Bernd Paysan <bernd.paysan@gmx.de>
884 :    
885 :     * arch/arm/nxt/bt.c, engine/io-nxt.c, history.fs: Fixed paste error
886 :     Some further tries to get Gforth NXT to talk to me
887 :    
888 :     2007-06-16 Anton Ertl <anton@mips.complang.tuwien.ac.at>
889 :    
890 :     * startup.fs: added X:ekeys extension query
891 :    
892 :     * doc/gforth.ds: documented X:ekeys
893 :    
894 :     2007-06-15 Anton Ertl <anton@mips.complang.tuwien.ac.at>
895 :    
896 :     * ekey.fs: Implemented X:ekeys (no documentation yet)
897 :     added sequences for various shifted, ctrled, and alted special keys
898 :    
899 :     2007-06-09 Bernd Paysan <bernd.paysan@gmx.de>
900 :    
901 :     * engine/main.c, history.fs: Backed out bugfix for old Cygwin
902 :     Bug fix + correct cygwin fix in history.fs
903 :    
904 :     2007-06-09 Anton Ertl <anton@mips.complang.tuwien.ac.at>
905 :    
906 :     * test/libcc.fs, doc/gforth.ds, libcc.fs:
907 :     Documented and tested calling C function pointers
908 :    
909 :     2007-06-07 Bernd Paysan <bernd.paysan@gmx.de>
910 :    
911 :     * engine/main.c, history.fs: Fixes for cygwin
912 :    
913 :     2007-06-04 Anton Ertl <anton@mips.complang.tuwien.ac.at>
914 :    
915 :     * Agenda, Makefile.in, NEWS, configure.in, engine/libcc.h, engine/libcc.h.in, libcc.fs:
916 :     documentation changes
917 :     Updates in Makefile.in to reflect newer autoconf usage
918 :     Distribution and installation of libcc stuff
919 :     libcc header files are now found automatically
920 :     Disabled vmgen installation
921 :    
922 :     2007-06-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
923 :    
924 :     * Makefile.in, INSTALL: added missing dependency
925 :     documentation changes
926 :    
927 :     * config.guess, config.sub, configure.in, elisp-comp, install-sh, missing:
928 :     updated date in configure.in
929 :     updated files coming from autoconf to autoconf-2.61
930 :    
931 :     * Agenda, NEWS, README, endtry-iferror.fs, recover-endtry.fs:
932 :     updated Changelog, NEWS, Agenda. Documentation changes
933 :    
934 :     * ChangeLog: updated ChangeLog
935 :    
936 : anton 1.12 2007-06-01 Anton Ertl <anton@mips.complang.tuwien.ac.at>
937 :    
938 :     * doc/gforth.ds: documentation changes
939 :    
940 :     * Makefile.in, libcc.fs, prim, startup.fs: libcc.fs is now in gforth.fi
941 :     documentation changes
942 :    
943 :     * doc/gforth.ds, test/libcc.fs: minor fixes
944 :    
945 :     * doc/gforth.ds, lib.fs, libcc.fs, test/libcc.fs: more libcc.fs tests
946 :     documented C interface (libcc)
947 :     lib.fs now aborts if neither libffi nor ffcall are available (oldlib.fs is
948 :     incompatible)
949 :    
950 :     2007-05-31 Anton Ertl <anton@mips.complang.tuwien.ac.at>
951 :    
952 :     * libcc.fs: libcc now puts its files into
953 :    
954 :     2007-05-29 Anton Ertl <anton@mips.complang.tuwien.ac.at>
955 :    
956 :     * libcc.fs: libcc now manages several batches
957 :    
958 :     * test/libcc.fs: additional libcc test
959 :    
960 :     2007-05-28 Anton Ertl <anton@mips.complang.tuwien.ac.at>
961 :    
962 :     * libcc.fs: minor libcc.fs bugfix
963 :    
964 :     * libcc.fs, test/libcc.fs: split test/libcc.fs from libcc.fs
965 :    
966 : anton 1.13 2007-05-17 Bernd Paysan <bernd.paysan@gmx.de>
967 : anton 1.12
968 :     * arch/arm/nxt/bt.c: Mode check
969 :    
970 :     2007-05-15 Anton Ertl <anton@mips.complang.tuwien.ac.at>
971 :    
972 :     * engine/main.c, doc/gforth.ds:
973 :     Use MAP_NORESERVE on OSs that support it to overcommit dict and stack memory
974 :     Added --vm-commit option to turn off MAP_NORESERVE
975 :    
976 :     2007-05-09 Anton Ertl <anton@mips.complang.tuwien.ac.at>
977 :    
978 :     * configure.in, engine/forth.h, engine/support.c, prim:
979 :     use nanosleep() for MS where available (thanks to Shawn K. Quinn).
980 :    
981 : anton 1.13 2007-05-05 Bernd Paysan <bernd.paysan@gmx.de>
982 : anton 1.12
983 :     * history.fs: Even better handling with keys in the buffer
984 :    
985 :     * history.fs: Better handling of keys in the buffer
986 :    
987 :     * kernel/xchars.fs, history.fs, utf-8.fs: Changes for xchar proposal
988 :     Fixed cursor handing for multi-line edits on last line
989 :    
990 :     2007-05-05 Anton Ertl <anton@mips.complang.tuwien.ac.at>
991 :    
992 :     * unix/socket.fs: reintroduced FAMILY+PORT
993 :    
994 :     2007-04-25 Anton Ertl <anton@mips.complang.tuwien.ac.at>
995 :    
996 :     * libcc.fs:
997 :     more libcc work: now can handle multiple functions (one batch)
998 :    
999 :     * libcc.fs: more libcc work
1000 :    
1001 : anton 1.13 2007-04-24 Bernd Paysan <bernd.paysan@gmx.de>
1002 : anton 1.12
1003 :     * arch/arm/nxt/bt.c, engine/io-nxt.c: Fixed important bug
1004 :    
1005 :     * arch/arm/nxt/display.c, engine/io-nxt.c:
1006 :     Fruitless attempt to get a bit further with NXT Bluetooth
1007 :    
1008 : anton 1.13 2007-04-23 Bernd Paysan <bernd.paysan@gmx.de>
1009 : anton 1.12
1010 :     * arch/arm/nxt/bt.c, engine/io-nxt.c:
1011 :     More tries to get Bluetooth to work
1012 :    
1013 : anton 1.13 2007-04-22 Bernd Paysan <bernd.paysan@gmx.de>
1014 : anton 1.12
1015 :     * engine/io-nxt.c: Some further progress with bluetooth
1016 :    
1017 :     * engine/io-nxt.c:
1018 :     Some further progress with Bluetooth (not running, though)
1019 :    
1020 :     * configure.in, engine/support.c: Make sure normal setup works
1021 :    
1022 :     * arch/arm/nxt/config.nxt: Added config script
1023 :    
1024 :     * arch/arm/nxt/display.c, engine/io-nxt.c, engine/main.c:
1025 :     Gforth says "hello"
1026 :    
1027 :     * arch/arm/nxt/aic.c, arch/arm/nxt/aic.h, arch/arm/nxt/bt.c, arch/arm/nxt/bt.h, arch/arm/nxt/byte_fifo.c, arch/arm/nxt/byte_fifo.h, arch/arm/nxt/display.c, arch/arm/nxt/display.h, arch/arm/nxt/i2c.c, arch/arm/nxt/i2c.h, arch/arm/nxt/init.s, arch/arm/nxt/interrupts.h, arch/arm/nxt/interrupts.s, arch/arm/nxt/irq.s, arch/arm/nxt/make.inc, arch/arm/nxt/mytypes.h, arch/arm/nxt/nxt_avr.c, arch/arm/nxt/nxt_avr.h, arch/arm/nxt/nxt_lcd.c, arch/arm/nxt/nxt_lcd.h, arch/arm/nxt/nxt_motors.c, arch/arm/nxt/nxt_motors.h, arch/arm/nxt/nxt_spi.c, arch/arm/nxt/nxt_spi.h, arch/arm/nxt/sound.c, arch/arm/nxt/sound.h, arch/arm/nxt/systick.c, arch/arm/nxt/systick.h, arch/arm/nxt/twi.c, arch/arm/nxt/twi.h, arch/arm/nxt/uart.c, arch/arm/nxt/uart.h, arch/arm/nxt/udp.c, arch/arm/nxt/udp.h, arch/arm/nxt/vectors.s, engine/Makefile.in, engine/io-nxt.c, arch/arm/nxt/AT91SAM7.h, configure.in:
1028 :     NXT Gforth now compiles (but doesn't run yet)
1029 :    
1030 : anton 1.13 2007-04-15 Bernd Paysan <bernd.paysan@gmx.de>
1031 : anton 1.12
1032 :     * arch/arm/nxt/gforth.ld, arch/arm/nxt/vectors.s, configure.in, engine/Makefile.in, engine/main.c, engine/support.c:
1033 :     Configure work to make Gforth on NXT compile without much effort
1034 :    
1035 : anton 1.13 2007-04-09 Bernd Paysan <bernd.paysan@gmx.de>
1036 : anton 1.12
1037 :     * engine/io-nxt.c: NXT-specific IO file (stub)
1038 :    
1039 :     * Makefile.in, arch/generic/machine.h, configure.in, engine/Makefile.in, engine/io.c, engine/main.c, engine/support.c, fi2c.fs, machpc.fs.in:
1040 :     Some stuff to get closer to run Gforth on NXT
1041 :    
1042 :     2007-04-09 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1043 :    
1044 :     * libcc.fs: more work on libcc
1045 :    
1046 : anton 1.13 2007-04-01 Bernd Paysan <bernd.paysan@gmx.de>
1047 : anton 1.12
1048 :     * configure.in, cross.fs, engine/engine.c, prim:
1049 :     C-based EC version runs now on OS hosted system.
1050 :    
1051 :     * configure.in, engine/signals.c: Added cygwin define
1052 :    
1053 : anton 1.13 2007-03-31 Bernd Paysan <bernd.paysan@gmx.de>
1054 : anton 1.12
1055 :     * configure.in, cross.fs, engine/Makefile.in, engine/engine.c, engine/main.c, etags.fs, kernel/basics.fs, prim:
1056 :     Further work on NXT Gforth
1057 :     Fixed problem with useless kernel error messages
1058 :     TAGS generation works again
1059 :    
1060 :     2007-03-31 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1061 :    
1062 :     * doc/gforth.ds, prim:
1063 :     documented FORM and reorganized related documentation
1064 :    
1065 : anton 1.13 2007-03-31 Bernd Paysan <bernd.paysan@gmx.de>
1066 : anton 1.12
1067 :     * arch/generic/machine.h, engine/forth.h, engine/signals.c, fi2c.fs, machpc.fs.in:
1068 :     Work on Gforth NXT
1069 :    
1070 : anton 1.13 2007-03-25 Bernd Paysan <bernd.paysan@gmx.de>
1071 : anton 1.12
1072 :     * Makefile.in, arch/generic/machine.h, configure.in, cross.fs, engine/Makefile.in, engine/main.c, engine/signals.c, engine/support.c, fi2c.fs, kernel/io.fs, machpc.fs.in, prim:
1073 :     C-based Gforth EC starts to work
1074 :    
1075 :     2007-03-19 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1076 :    
1077 :     * configure.in, engine/engine.c: portability fixes for ARM
1078 :    
1079 : anton 1.13 2007-03-18 Bernd Paysan <bernd.paysan@gmx.de>
1080 : anton 1.12
1081 :     * arch/r8c/prim.fs, fi2c.fs, kernel/int.fs, machpc.fs.in:
1082 :     Fixed some small problems further along to compile on NXT
1083 :    
1084 :     2007-03-18 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1085 :    
1086 :     * Makefile.in: added new files to make dist
1087 :    
1088 : anton 1.13 2007-03-18 Bernd Paysan <bernd.paysan@gmx.de>
1089 : anton 1.12
1090 :     * engine/engine.c, engine/main.c, kernel/basics.fs, kernel/int.fs, kernel/io.fs, kernel/kernel.fs, machpc.fs.in:
1091 :     Another step in direction to compile for NXT
1092 :    
1093 :     2007-03-18 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1094 :    
1095 :     * Makefile.in, configure.in, onebench.fs:
1096 :     changed benchmarking code (use Gforth instead of GNU time)
1097 :     more assembler comment syntax variants
1098 :    
1099 :     * Benchres, arch/arm/cacheflush0.c, arch/arm/cacheflush1.c, arch/arm/cacheflush2.c, arch/arm/machine.h, configure.in:
1100 :     Added some support for ARM cache flushing
1101 :    
1102 :     * Makefile.in: added missing dependency for running autoheader
1103 :    
1104 :     2007-03-17 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1105 :    
1106 :     * configure.in, engine/engine.c:
1107 :     portability fixes for sparc-sun-solaris2.10:
1108 :     Support assembler comments other than "#", plus fallback
1109 :     better GNU make detection (does not make during configuring any more)
1110 :    
1111 :     2007-03-13 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1112 :    
1113 :     * Benchres: added UltraSparc T1 results
1114 :    
1115 :     * Benchres: added Xscale results
1116 :    
1117 :     2007-03-12 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1118 :    
1119 :     * Benchres, kernel/comp.fs, kernel/int.fs: documentation changes
1120 :    
1121 :     2007-03-08 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1122 :    
1123 :     * extend.fs: M*/ now also works on symmetric-division systems
1124 :    
1125 : anton 1.13 2007-03-04 Bernd Paysan <bernd.paysan@gmx.de>
1126 : anton 1.12
1127 :     * Makefile.in: Removed stupid machpc.fs regeneration in Makefile.in
1128 :    
1129 :     * engine/engine.c, fi2c.fs:
1130 :     better image to C conversion - let the linker do the the relocating
1131 :    
1132 :     2007-03-04 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1133 :    
1134 :     * Makefile.in:
1135 :     make dist patch from Josh Message-ID: <20070301220740.GA32518@qualdan>
1136 :    
1137 :     2007-03-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1138 :    
1139 :     * prim, test/dbltest.fs:
1140 :     --enable-force-cdiv now works for */ and */MOD (but not M*/)
1141 :     added test case for M*/
1142 :    
1143 :     * gforth-cgi.fs: added example cgi script
1144 :    
1145 :     2007-02-26 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1146 :    
1147 :     * configure.in, engine/threaded.h:
1148 :     GCC_PR15242_WORKAROUND is now a configure variable, not an option
1149 :     default is now to use the workaround for gcc-3.x, but not for other gccs
1150 :    
1151 :     2007-02-24 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1152 :    
1153 :     * prims2x.fs: prims2x.fs backwards compatibility
1154 :    
1155 :     2007-02-23 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1156 :    
1157 :     * kernel/vars.fs, debugs.fs, doc/gforth.ds, kernel/basics.fs, libcc.fs, prims2x.fs, stuff.fs:
1158 :     changed >OUTFILE ... OUTFILE< to OUTFILE-EXECUTE
1159 :     changed >INFILE ... INFILE< to INFILE-EXECUTE
1160 :     added BASE-EXECUTE
1161 :     related documentation changes
1162 :    
1163 :     * Makefile.in: added new files to package
1164 :     nicer onebench output
1165 :    
1166 :     * except.fs, test/gforth.fs: THROW bugfix
1167 :     added tests for new TRY variants
1168 :    
1169 :     2007-02-22 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1170 :    
1171 :     * doc/gforth.ds, endtry-iferror.fs, gforth.el, recover-endtry.fs:
1172 :     added support for new try words in gforth.el
1173 :     added compatibility files endtry-iferror.fs recover-endtry.fs
1174 :    
1175 :     2007-02-19 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1176 :    
1177 :     * blocks.fs, doc/gforth.ds, except.fs:
1178 :     added endtry-iferror and used it in blocks.fs
1179 :     documented new try... constructs
1180 :    
1181 :     2007-02-18 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1182 :    
1183 :     * blocks.fs: deal properly with the absence of RECOVER, next try
1184 :    
1185 :     * blocks.fs: deal properly with the absence of RECOVER
1186 :    
1187 :     * blocks.fs, except.fs, prims2x.fs, see.fs, stuff.fs:
1188 :     added RESTORE and IFERROR, deleted RECOVER (undocumented)
1189 :    
1190 :     * except.fs:
1191 :     changed TRY...RECOVER...ENDTRY to also cover the code between RECOVER
1192 :     and ENDTRY; not yet documented
1193 :     Threw out RETHROW
1194 :    
1195 : anton 1.13 2007-02-17 Bernd Paysan <bernd.paysan@gmx.de>
1196 : anton 1.12
1197 :     * fi2c.fs, lib.fs:
1198 :     Changed fi2c so that the included C image can be relocated at read time
1199 :     Added a libc definition to lib.fs
1200 :    
1201 :     2007-02-17 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1202 :    
1203 :     * engine/support.c: minor fix
1204 :    
1205 :     * Makefile.in, configure.in: more changes for SELinux black magic
1206 :    
1207 :     2007-02-15 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1208 :    
1209 :     * configure.in, engine/support.c: minor fixes
1210 :    
1211 :     * configure.in: workaround for SELinux mmap breakage
1212 :    
1213 :     2007-02-12 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1214 :    
1215 :     * libcc.fs: some work on batching c functions
1216 :    
1217 :     2007-02-10 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1218 :    
1219 :     * libcc.fs: more work on libcc.fs
1220 :    
1221 :     2007-02-09 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1222 :    
1223 :     * test/gforth-nofast.fs: fixed compatibility with some BSD
1224 :    
1225 :     * engine/ecvt.c: added inf and nan handling to our replacement ecvt()
1226 :    
1227 :     * configure.in, prim: eliminated GNU-m4-specific usage
1228 :    
1229 :     2007-02-08 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1230 :    
1231 :     * doc/gforth.ds, contrib/divspeed.fs, compat/struct.fs, struct.fs:
1232 :     documentation bug fixes thanks to Sam Falvo and Viktor Pavlu
1233 :    
1234 : anton 1.13 2007-01-25 Bernd Paysan <bernd.paysan@gmx.de>
1235 : anton 1.12
1236 :     * extend.fs: M*/ is now floored
1237 :    
1238 : anton 1.13 2007-01-21 Bernd Paysan <bernd.paysan@gmx.de>
1239 : anton 1.12
1240 :     * engine/engine.c, engine/forth.h, engine/main.c, arch/generic/machine.h, configure.in:
1241 :     Some more work to get a C-based Gforth EC work with autoconf
1242 :    
1243 :     2007-01-21 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1244 :    
1245 :     * engine/main.c: minor changes
1246 :    
1247 : anton 1.13 2007-01-21 Bernd Paysan <bernd.paysan@gmx.de>
1248 : anton 1.12
1249 :     * doc/gforth.ds, machpc.fs.in, Makefile.in, configure.in:
1250 :     Started with Gforth EC NXT
1251 :    
1252 :     2007-01-20 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1253 :    
1254 :     * engine/main.c: improved stack boundary memory protection
1255 :    
1256 :     2007-01-14 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1257 :    
1258 :     * engine/main.c, errors.fs, libcc.fs, search.fs:
1259 :     lists and C prelude stuff in libcc.fs
1260 :     minor changes
1261 :    
1262 :     2007-01-10 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1263 :    
1264 :     * configure.in: minor bugfix
1265 :    
1266 :     * INSTALL: updated cross-configuration information
1267 :    
1268 :     2007-01-05 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1269 :    
1270 :     * fflib.fs: Bugfix (thanks to Dennis Ruffer)
1271 :    
1272 :     * engine/forth.h, engine/support.c, configure.in, prim:
1273 :     On PPC now long long is used except with gcc-2.95
1274 :     BUGGY_LONG_LONG now works again
1275 :    
1276 :     2006-12-31 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1277 :    
1278 :     * update-copyright-blacklist:
1279 :     some more files in update-copyright-blacklist
1280 :    
1281 :     * test/float.fs, test/gforth.fs, unix/socket.fs, kernel/io.fs, kernel/kernel.fs, kernel/main.fs, kernel/nio.fs, kernel/pass.fs, kernel/paths.fs, kernel/require.fs, kernel/saccept.fs, kernel/tools.fs, kernel/vars.fs, kernel/xchars.fs, kernel/accept.fs, kernel/aliases0.fs, kernel/args.fs, kernel/basics.fs, kernel/cbr.fs, kernel/cloop.fs, kernel/comp.fs, kernel/errore.fs, kernel/files.fs, kernel/getdoers.fs, kernel/input.fs, ec/shex.fs, engine/Makefile.in, engine/dblsub.c, engine/engine.c, engine/forth.h, engine/io.c, engine/longlong.h, engine/main.c, engine/signals.c, engine/support.c, doc/gforth.ds, arch/386/machine.h, arch/amd64/machine.h, arch/misc/prim.fs, startup.fs, stuff.fs, update-copyright, update-copyright-blacklist, utf-8.fs, wf.fs, fflib.fs, fixpath.fs, float.fs, hash.fs, history.fs, httpd.fs, lib.fs, libffi.fs, prim, prims2x.fs, proxy.fs, regexp.fs, savesys.fs, see.fs, debugs.fs, ekey.fs, envos.fs.in, except.fs, ans-report.fs, backtrac.fs, blocks.fs, cache-fast1.vmg, cross.fs, Makefile.in, NEWS, NEWS.vmgen, README, BUILD-FROM-SCRATCH, Benchres, ChangeLog, Makedist.in:
1282 :     updated copyright years
1283 :    
1284 :     * update-copyright: changed output format
1285 :    
1286 :     * contrib/divspeed.fs: minor change
1287 :    
1288 :     * README: documentation change
1289 :    
1290 :     2006-12-30 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1291 :    
1292 :     * see.fs, tt.fs: minor code cleanup
1293 :    
1294 :     * doc/gforth.ds: documentation bugfix (thanks to Josh)
1295 :    
1296 :     2006-12-28 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1297 :    
1298 :     * libcc.fs, except.fs: libcc with first working function
1299 :    
1300 :     * debugs.fs, float.fs, stuff.fs, doc/gforth.ds:
1301 :     added >OUTFILE ... OUTFILE<, >INFILE...INFILE< and use it in ~~
1302 :    
1303 :     2006-12-27 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1304 :    
1305 :     * engine/libcc.h, libcc.fs: more work on libcc
1306 :    
1307 :     * libcc.fs: more work on libcc.fs
1308 :    
1309 :     2006-12-26 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1310 :    
1311 :     * libcc.fs, savesys.fs: progress on libcc.fs
1312 :     renamed SAVE-STRING-DICT into SAVE-MEM-DICT (cf. SAVE-MEM).
1313 :    
1314 :     2006-12-17 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1315 :    
1316 :     * Makefile.in, ans-report.fs, xwords.fs:
1317 :     ans-report.fs now reports CfV extensions
1318 :    
1319 :     * ans-report.fs, answords.fs: marked obsolescent words as such
1320 :    
1321 : anton 1.13 2006-11-28 Bernd Paysan <bernd.paysan@gmx.de>
1322 : anton 1.12
1323 :     * history.fs: History disabling in xchar mode
1324 :    
1325 : anton 1.13 2006-11-05 Bernd Paysan <bernd.paysan@gmx.de>
1326 : anton 1.12
1327 :     * kernel/cloop.fs: Fixed LEAVE on flash targets
1328 :    
1329 :     2006-11-01 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1330 :    
1331 :     * Makefile.in, engine/Makefile.in:
1332 :     updated Makefile.ins with engine/longlong.h dependencies
1333 :    
1334 :     * engine/longlong.h, engine/support.c:
1335 :     Mixed division support now uses the routines from gcc's longlong.h
1336 :    
1337 :     2006-10-30 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1338 :    
1339 :     * arch/386/machine.h, arch/amd64/machine.h, prim:
1340 :     Simplified FM/MOD SM/REM UM/MOD to use fmdiv or 5-argument ASM_...
1341 :     Eliminated 4-argument ASM_...
1342 :    
1343 :     * prim: */ and */mod now use ASM_SM_SLASH_REM if available
1344 :    
1345 :     * engine/dblsub.c, engine/forth.h, engine/support.c, prim:
1346 :     new double-by-single division code
1347 :     rewrote double-by-single-division code to work with long longs
1348 :     started using the double-by-single-division code instead of C long long division (fm/mod)
1349 :    
1350 :     2006-10-29 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1351 :    
1352 :     * contrib/divspeed.fs: updated contrib/divspeed.fs
1353 :    
1354 :     2006-10-28 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1355 :    
1356 :     * Makefile.in, contrib/divspeed.fs, test/coremore.fs, test/gforth-nofast.fs, test/gforth.fs:
1357 :     rearranged tests
1358 :     added contrib/divspeed.fs by Krishna Myneni
1359 :    
1360 :     2006-10-27 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1361 :    
1362 :     * engine/engine.c, test/gforth-nofast.fs, test/gforth.fs, doc/gforth.ds, prim, Makefile.in:
1363 :     Disabled division checks in gforth-fast
1364 :     documented that and the floored division default
1365 :    
1366 :     2006-10-25 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1367 :    
1368 :     * doc/gforth.ds, prims2x.fs:
1369 :     eliminated some "Cell" mentions from prims2x.fs
1370 :     added some comments to gforth.ds
1371 :    
1372 :     2006-10-23 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1373 :    
1374 :     * doc/gforth.ds, engine/dblsub.c: optimized checking in dblsub.c
1375 :     documentation changes
1376 :    
1377 :     2006-10-22 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1378 :    
1379 :     * engine/dblsub.c, engine/engine.c, engine/forth.h, prim:
1380 :     fixes to make the division checking work with dblsub.c
1381 :    
1382 :     * test/gforth.out, engine/engine.c, engine/forth.h, engine/signals.c, test/coretest.out, test/gforth.fs, Makefile.in, engine/dblsub.c, prim:
1383 :     added checking for division by zero and division overflow to
1384 :     mixed-size division words (*/ */mod fm/mod sm/rem um/mod).
1385 :     these exceptions are now tested in our test suite
1386 :     fixed bug in testing
1387 :    
1388 :     2006-10-21 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1389 :    
1390 :     * engine/engine.c, engine/forth.h, engine/signals.c, prim:
1391 :     explicit checks for division by zero and overflow on division
1392 :    
1393 :     * engine/forth.h, engine/main.c, engine/signals.c, doc/gforth.ds:
1394 :     added --ignore-async-signals
1395 :     fixed typo
1396 :    
1397 :     2006-10-15 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1398 :    
1399 :     * doc/gforth.ds: more PPC assembler documentation
1400 :    
1401 :     2006-10-14 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1402 :    
1403 :     * Makefile.in, arch/power/asm.fs, arch/power/disasm.fs, arch/power/inst.fs, doc/gforth.ds:
1404 :     Integrated and documented the PowerPC assembler.
1405 :    
1406 :     * arch/power/test/mnemonic/xo/north.mulhwu, arch/power/test/mnemonic/xo/north.mulld, arch/power/test/mnemonic/xo/north.mullw, arch/power/test/mnemonic/xo/north.neg, arch/power/test/mnemonic/xo/north.subf, arch/power/test/mnemonic/xo/north.subfc, arch/power/test/mnemonic/xo/north.subfe, arch/power/test/mnemonic/xo/north.subfme, arch/power/test/mnemonic/xo/north.subfze, arch/power/test/mnemonic/xs/mnemonics, arch/power/test/mnemonic/xs/north.sradi, arch/power/test/mnemonic/xl/north.rfid, arch/power/test/mnemonic/xo/CHECK, arch/power/test/mnemonic/xo/mnemonics, arch/power/test/mnemonic/xo/north.add, arch/power/test/mnemonic/xo/north.addc, arch/power/test/mnemonic/xo/north.adde, arch/power/test/mnemonic/xo/north.addme, arch/power/test/mnemonic/xo/north.addze, arch/power/test/mnemonic/xo/north.divd, arch/power/test/mnemonic/xo/north.divdu, arch/power/test/mnemonic/xo/north.divw, arch/power/test/mnemonic/xo/north.divwu, arch/power/test/mnemonic/xo/north.mulhd, arch/power/test/mnemonic/xo/north.mulhdu, arch/power/test/mnemonic/xo/north.mulhw, arch/power/test/mnemonic/xfx/north.mtspr, arch/power/test/mnemonic/xl/CHECK, arch/power/test/mnemonic/xl/mnemonics, arch/power/test/mnemonic/xl/north.bcctr, arch/power/test/mnemonic/xl/north.bclr, arch/power/test/mnemonic/xl/north.crand, arch/power/test/mnemonic/xl/north.crandc, arch/power/test/mnemonic/xl/north.creqv, arch/power/test/mnemonic/xl/north.crnand, arch/power/test/mnemonic/xl/north.crnor, arch/power/test/mnemonic/xl/north.cror, arch/power/test/mnemonic/xl/north.crorc, arch/power/test/mnemonic/xl/north.crxor, arch/power/test/mnemonic/xl/north.isync, arch/power/test/mnemonic/xl/north.mcrf, arch/power/test/mnemonic/xl/north.rfi, arch/power/test/mnemonic/x/north.tlbie, arch/power/test/mnemonic/x/north.tlbsync, arch/power/test/mnemonic/x/north.tw, arch/power/test/mnemonic/x/north.xor, arch/power/test/mnemonic/xfl/CHECK, arch/power/test/mnemonic/xfl/mnemonics, arch/power/test/mnemonic/xfl/north.mtfsf, arch/power/test/mnemonic/xfx/CHECK, arch/power/test/mnemonic/xfx/mnemonics, arch/power/test/mnemonic/xfx/north.mfspr, arch/power/test/mnemonic/xfx/north.mftb, arch/power/test/mnemonic/xfx/north.mtcrf, arch/power/test/mnemonic/x/north.sthbrx, arch/power/test/mnemonic/x/north.sthux, arch/power/test/mnemonic/x/north.sthx, arch/power/test/mnemonic/x/north.stswi, arch/power/test/mnemonic/x/north.stswx, arch/power/test/mnemonic/x/north.stwbrx, arch/power/test/mnemonic/x/north.stwcx., arch/power/test/mnemonic/x/north.stwux, arch/power/test/mnemonic/x/north.stwx, arch/power/test/mnemonic/x/north.sync, arch/power/test/mnemonic/x/north.td, arch/power/test/mnemonic/x/north.tlbia, arch/power/test/mnemonic/x/north.srd, arch/power/test/mnemonic/x/north.srw, arch/power/test/mnemonic/x/north.stbux, arch/power/test/mnemonic/x/north.stbx, arch/power/test/mnemonic/x/north.stdcx., arch/power/test/mnemonic/x/north.stdux, arch/power/test/mnemonic/x/north.stdx, arch/power/test/mnemonic/x/north.stfdux, arch/power/test/mnemonic/x/north.stfdx, arch/power/test/mnemonic/x/north.stfiwx, arch/power/test/mnemonic/x/north.stfsux, arch/power/test/mnemonic/x/north.stfsx, arch/power/test/mnemonic/x/north.mtsr, arch/power/test/mnemonic/x/north.mtsrd, arch/power/test/mnemonic/x/north.mtsrdin, arch/power/test/mnemonic/x/north.mtsrin, arch/power/test/mnemonic/x/north.nand, arch/power/test/mnemonic/x/north.nor, arch/power/test/mnemonic/x/north.or, arch/power/test/mnemonic/x/north.orc, arch/power/test/mnemonic/x/north.slbia, arch/power/test/mnemonic/x/north.slbie, arch/power/test/mnemonic/x/north.sld, arch/power/test/mnemonic/x/north.slw, arch/power/test/mnemonic/x/north.srad, arch/power/test/mnemonic/x/north.sraw, arch/power/test/mnemonic/x/north.srawi, arch/power/test/mnemonic/x/north.lwaux, arch/power/test/mnemonic/x/north.lwax, arch/power/test/mnemonic/x/north.lwbrx, arch/power/test/mnemonic/x/north.lwzux, arch/power/test/mnemonic/x/north.lwzx, arch/power/test/mnemonic/x/north.mcrfs, arch/power/test/mnemonic/x/north.mcrxr, arch/power/test/mnemonic/x/north.mfcr, arch/power/test/mnemonic/x/north.mffs, arch/power/test/mnemonic/x/north.mfmsr, arch/power/test/mnemonic/x/north.mfsr, arch/power/test/mnemonic/x/north.mfsrin, arch/power/test/mnemonic/x/north.mtfsb0, arch/power/test/mnemonic/x/north.mtfsb1, arch/power/test/mnemonic/x/north.mtfsfi, arch/power/test/mnemonic/x/north.mtmsr, arch/power/test/mnemonic/x/north.mtmsrd, arch/power/test/mnemonic/x/north.icbi, arch/power/test/mnemonic/x/north.lbzux, arch/power/test/mnemonic/x/north.lbzx, arch/power/test/mnemonic/x/north.ldarx, arch/power/test/mnemonic/x/north.ldux, arch/power/test/mnemonic/x/north.ldx, arch/power/test/mnemonic/x/north.lfdux, arch/power/test/mnemonic/x/north.lfdx, arch/power/test/mnemonic/x/north.lfsux, arch/power/test/mnemonic/x/north.lfsx, arch/power/test/mnemonic/x/north.lhaux, arch/power/test/mnemonic/x/north.lhax, arch/power/test/mnemonic/x/north.lhbrx, arch/power/test/mnemonic/x/north.lhzux, arch/power/test/mnemonic/x/north.lhzx, arch/power/test/mnemonic/x/north.lswi, arch/power/test/mnemonic/x/north.lswx, arch/power/test/mnemonic/x/north.lwarx, arch/power/test/mnemonic/x/north.eieio, arch/power/test/mnemonic/x/north.eqv, arch/power/test/mnemonic/x/north.extsb, arch/power/test/mnemonic/x/north.extsh, arch/power/test/mnemonic/x/north.extsw, arch/power/test/mnemonic/x/north.fabs, arch/power/test/mnemonic/x/north.fcfid, arch/power/test/mnemonic/x/north.fcmpo, arch/power/test/mnemonic/x/north.fcmpu, arch/power/test/mnemonic/x/north.fctid, arch/power/test/mnemonic/x/north.fctidz, arch/power/test/mnemonic/x/north.fctiw, arch/power/test/mnemonic/x/north.fctiwz, arch/power/test/mnemonic/x/north.fmr, arch/power/test/mnemonic/x/north.fnabs, arch/power/test/mnemonic/x/north.fneg, arch/power/test/mnemonic/x/north.frsp, arch/power/test/mnemonic/x/mnemonics, arch/power/test/mnemonic/x/north.and, arch/power/test/mnemonic/x/north.andc, arch/power/test/mnemonic/x/north.cmp, arch/power/test/mnemonic/x/north.cmpl, arch/power/test/mnemonic/x/north.cntlzd, arch/power/test/mnemonic/x/north.cntlzw, arch/power/test/mnemonic/x/north.dcba, arch/power/test/mnemonic/x/north.dcbf, arch/power/test/mnemonic/x/north.dcbi, arch/power/test/mnemonic/x/north.dcbst, arch/power/test/mnemonic/x/north.dcbt, arch/power/test/mnemonic/x/north.dcbtst, arch/power/test/mnemonic/x/north.dcbz, arch/power/test/mnemonic/x/north.eciwx, arch/power/test/mnemonic/x/north.ecowx, arch/power/test/mnemonic/md/north.rldic, arch/power/test/mnemonic/md/north.rldicl, arch/power/test/mnemonic/md/north.rldicr, arch/power/test/mnemonic/md/north.rldimi, arch/power/test/mnemonic/mds/CHECK, arch/power/test/mnemonic/mds/mnemonics, arch/power/test/mnemonic/mds/north.rldcl, arch/power/test/mnemonic/mds/north.rldcr, arch/power/test/mnemonic/sc/mnemonics, arch/power/test/mnemonic/sc/north.sc, arch/power/test/mnemonic/x/CHECK, arch/power/test/mnemonic/ds/north.lwa, arch/power/test/mnemonic/ds/north.std, arch/power/test/mnemonic/ds/north.stdu, arch/power/test/mnemonic/i/CHECK, arch/power/test/mnemonic/i/mnemonics, arch/power/test/mnemonic/i/north.b, arch/power/test/mnemonic/m/CHECK, arch/power/test/mnemonic/m/mnemonics, arch/power/test/mnemonic/m/north.rlwimi, arch/power/test/mnemonic/m/north.rlwinm, arch/power/test/mnemonic/m/north.rlwnm, arch/power/test/mnemonic/md/CHECK, arch/power/test/mnemonic/md/mnemonics, arch/power/test/mnemonic/d/north.sthu, arch/power/test/mnemonic/d/north.stmw, arch/power/test/mnemonic/d/north.stw, arch/power/test/mnemonic/d/north.stwu, arch/power/test/mnemonic/d/north.subfic, arch/power/test/mnemonic/d/north.tdi, arch/power/test/mnemonic/d/north.twi, arch/power/test/mnemonic/d/north.xori, arch/power/test/mnemonic/d/north.xoris, arch/power/test/mnemonic/ds/mnemonics, arch/power/test/mnemonic/ds/north.ld, arch/power/test/mnemonic/ds/north.ldu, arch/power/test/mnemonic/d/north.lhau, arch/power/test/mnemonic/d/north.lhz, arch/power/test/mnemonic/d/north.lhzu, arch/power/test/mnemonic/d/north.lmw, arch/power/test/mnemonic/d/north.lwz, arch/power/test/mnemonic/d/north.lwzu, arch/power/test/mnemonic/d/north.mulli, arch/power/test/mnemonic/d/north.ori, arch/power/test/mnemonic/d/north.oris, arch/power/test/mnemonic/d/north.stb, arch/power/test/mnemonic/d/north.stbu, arch/power/test/mnemonic/d/north.stfd, arch/power/test/mnemonic/d/north.stfdu, arch/power/test/mnemonic/d/north.stfs, arch/power/test/mnemonic/d/north.stfsu, arch/power/test/mnemonic/d/north.sth, arch/power/test/mnemonic/d/north.lfd, arch/power/test/mnemonic/d/north.lfdu, arch/power/test/mnemonic/d/north.lfs, arch/power/test/mnemonic/d/north.lfsu, arch/power/test/mnemonic/d/north.lha, arch/power/test/mnemonic/d/north.addi, arch/power/test/mnemonic/d/north.addic, arch/power/test/mnemonic/d/north.addic., arch/power/test/mnemonic/d/north.addis, arch/power/test/mnemonic/d/north.andi., arch/power/test/mnemonic/d/north.andis., arch/power/test/mnemonic/d/north.cmpi, arch/power/test/mnemonic/d/north.cmpli, arch/power/test/mnemonic/d/north.lbz, arch/power/test/mnemonic/d/north.lbzu, arch/power/test/mnemonic/a/north.fnmsubs, arch/power/test/mnemonic/a/north.fres, arch/power/test/mnemonic/a/north.frsqrte, arch/power/test/mnemonic/a/north.fsel, arch/power/test/mnemonic/a/north.fsqrt, arch/power/test/mnemonic/a/north.fsqrts, arch/power/test/mnemonic/a/north.fsub, arch/power/test/mnemonic/a/north.fsubs, arch/power/test/mnemonic/b/mnemonics, arch/power/test/mnemonic/b/north.bdnz, arch/power/test/mnemonic/b/north.blt, arch/power/test/mnemonic/b/north.bne, arch/power/test/mnemonic/d/CHECK, arch/power/test/mnemonic/d/mnemonics, arch/power/test/mnemonic/a/CHECK, arch/power/test/mnemonic/a/mnemonics, arch/power/test/mnemonic/a/north.fadd, arch/power/test/mnemonic/a/north.fadds, arch/power/test/mnemonic/a/north.fdiv, arch/power/test/mnemonic/a/north.fdivs, arch/power/test/mnemonic/a/north.fmadd, arch/power/test/mnemonic/a/north.fmadds, arch/power/test/mnemonic/a/north.fmsub, arch/power/test/mnemonic/a/north.fmsubs, arch/power/test/mnemonic/a/north.fmul, arch/power/test/mnemonic/a/north.fmuls, arch/power/test/mnemonic/a/north.fnmadd, arch/power/test/mnemonic/a/north.fnmadds, arch/power/test/mnemonic/a/north.fnmsub, arch/power/test/mnemonic/test_disasm-inst.py, arch/power/tags/disasm-core/inst.fs, arch/power/tags/disasm-core/inst_field_test.sh, arch/power/tags/disasm-core/to_test, arch/power/tags/disasm-core/to_test2, arch/power/test/inst_field/befehle_binaer, arch/power/test/inst_field/inst_field_test.sh, arch/power/test/inst_field/to_test, arch/power/test/inst_field/to_test2, arch/power/test/mnemonic/find_mnemonic.sh, arch/power/test/mnemonic/find_mnemonics.sh, arch/power/test/mnemonic/make_unique.py, arch/power/test/mnemonic/test_all_forms.sh, arch/power/test/mnemonic/test_asm.py, arch/power/nofsfcopyright/asm.fs, arch/power/nofsfcopyright/disasm.fs, arch/power/nofsfcopyright/ops.fs, arch/power/paper/Makefile, arch/power/paper/asm_disasm_paper.tex, arch/power/paper/biblio.tex, arch/power/paper/chapter1.tex, arch/power/paper/chapter2.tex, arch/power/paper/chapter3.tex, arch/power/paper/chapter4.tex, arch/power/tags/disasm-core/befehle_binaer, arch/power/tags/disasm-core/disasm.fs, arch/power/tags/disasm-core/form_test.py, arch/power/asm.fs, arch/power/disasm.fs, arch/power/inst.fs:
1407 :     added PPC assembler by Michal Revucky; and another one without FSF copyright
1408 :    
1409 :     2006-10-13 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1410 :    
1411 :     * doc/gforth.ds, except.fs: documented NOTHROW
1412 :    
1413 :     * prim: bugfix
1414 :    
1415 : anton 1.13 2006-10-11 Bernd Paysan <bernd.paysan@gmx.de>
1416 : anton 1.12
1417 :     * kernel/basics.fs, kernel/input.fs, kernel/int.fs, blocks.fs, except.fs, wf.fs:
1418 :     Replaced rethrow solution with nothrow
1419 :    
1420 : anton 1.13 2006-10-08 Bernd Paysan <bernd.paysan@gmx.de>
1421 : anton 1.12
1422 :     * except.fs, kernel/basics.fs, kernel/input.fs, kernel/int.fs, startup.fs, wf.fs, backtrac.fs, blocks.fs:
1423 :     Renamed THROW>ERROR to RETHROW
1424 :    
1425 : anton 1.13 2006-10-07 Bernd Paysan <bernd.paysan@gmx.de>
1426 : anton 1.12
1427 :     * proxy.fs, unix/socket.fs: Fixes to make the proxy stuff work again
1428 :    
1429 :     * httpd.fs: Bugfixing and some comments about how to get it to work
1430 :    
1431 :     * unix/socket.fs: Generic libc.so for BSDs
1432 :    
1433 :     * httpd.fs:
1434 :     Catch mime-read so that it won't fail when there's no mime.types
1435 :    
1436 :     * unix/socket.fs: Fixes to socket.fs, proposed by Aleksejj Saushev
1437 :    
1438 : anton 1.13 2006-10-03 Bernd Paysan <bernd.paysan@gmx.de>
1439 : anton 1.12
1440 :     * regexp.fs: Regexp replacements added
1441 :    
1442 : anton 1.13 2006-09-15 Bernd Paysan <bernd.paysan@gmx.de>
1443 : anton 1.12
1444 :     * engine/main.c: Save callback global variables
1445 :    
1446 : anton 1.13 2006-08-26 Bernd Paysan <bernd.paysan@gmx.de>
1447 : anton 1.12
1448 :     * arch/r8c/prim.fs, utf-8.fs, wf.fs: flash-enale fixed
1449 :    
1450 : anton 1.13 2006-08-19 Bernd Paysan <bernd.paysan@gmx.de>
1451 : anton 1.12
1452 :     * arch/r8c/terminal.fs: Added welcome message to R8C terminal
1453 :    
1454 : anton 1.13 2006-07-08 Bernd Paysan <bernd.paysan@gmx.de>
1455 : anton 1.12
1456 :     * arch/r8c/prim.fs, arch/r8c/terminal.fs:
1457 :     Nested file inclusion possible
1458 :    
1459 : anton 1.13 2006-07-05 Bernd Paysan <bernd.paysan@gmx.de>
1460 : anton 1.12
1461 :     * kernel/basics.fs: Fixed roll code
1462 :    
1463 : anton 1.13 2006-06-09 Bernd Paysan <bernd.paysan@gmx.de>
1464 : anton 1.12
1465 :     * prim: Fixed buggy_long_long problems in ffi
1466 :    
1467 : anton 1.13 2006-06-05 Bernd Paysan <bernd.paysan@gmx.de>
1468 : anton 1.12
1469 :     * ekey.fs: Fixed EKEY with unicode
1470 :    
1471 :     2006-06-04 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1472 :    
1473 :     * engine/main.c: reduced CODE_BLOCK_SIZE to 512k (for release)
1474 :    
1475 : anton 1.13 2006-05-27 Bernd Paysan <bernd.paysan@gmx.de>
1476 : anton 1.12
1477 :     * Makedist.in: Added some generated files to binary distribution list
1478 :    
1479 :     * arch/r8c/prim.fs, arch/r8c/tasker.fs, arch/r8c/tt.fs, kernel/saccept.fs:
1480 :     Bugfix in simple accept
1481 :     deferred PAUSE in Gforth R8C kernel (for ms)
1482 :    
1483 :     * arch/r8c/lauftext.fs, arch/r8c/prim.fs, arch/r8c/tasker.fs, arch/r8c/asm.fs, configure.in:
1484 :     Timer interrupt for Gforth R8C
1485 :    
1486 : anton 1.13 2006-05-26 Bernd Paysan <bernd.paysan@gmx.de>
1487 : anton 1.12
1488 :     * backtrac.fs, except.fs, kernel/basics.fs, kernel/input.fs, kernel/int.fs, kernel/vars.fs:
1489 :     Fixed problem with error stack leftovers
1490 :    
1491 : anton 1.13 2006-05-25 Bernd Paysan <bernd.paysan@gmx.de>
1492 : anton 1.12
1493 :     * arch/r8c/lauftext.fs, arch/r8c/prim.fs, fflib.fs, libffi.fs, prim:
1494 :     Added long/dlong type
1495 :     ADC-controlled running text
1496 :     Interrupt table space
1497 :    
1498 :     2006-05-20 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1499 :    
1500 :     * doc/gforth.ds, Agenda, Benchres, Makefile.in, NEWS, NEWS.vmgen:
1501 :     Makefile: undid change requiring gforth-fast to build first
1502 :     other changes for packaging
1503 :     added POST_INSTALL etc. tags
1504 :     Updated NEWS files to 2006-05-07
1505 :     minor documentation changes
1506 :    
1507 : anton 1.13 2006-05-13 Bernd Paysan <bernd.paysan@gmx.de>
1508 : anton 1.12
1509 :     * kernel/tools.fs, Makefile.in, arch/r8c/lauftext.fs, configure.in:
1510 :     Added texi2dvi[4a2ps] check
1511 :     Fixed maxdepth_.s glossary entry
1512 :    
1513 :     2006-05-10 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1514 :    
1515 :     * ChangeLog: updated Changelog (but not yet processed for NEWS)
1516 :    
1517 : anton 1.13 2006-05-07 Bernd Paysan <bernd.paysan@gmx.de>
1518 : anton 1.12
1519 :     * arch/r8c/tasker.fs: Fixed multitasker bug
1520 :    
1521 : anton 1.10 2006-05-07 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1522 :    
1523 :     * see.fs:
1524 :     slightly improved behaviour for .WORD when it sees a nameless word
1525 :    
1526 :     * kernel/tools.fs, doc/gforth.ds, stuff.fs: documentation changes
1527 :    
1528 : anton 1.13 2006-05-05 Bernd Paysan <bernd.paysan@gmx.de>
1529 : anton 1.10
1530 :     * Makefile.in: Multitasker for R8C
1531 :     running light in background
1532 :    
1533 :     2006-05-01 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1534 :    
1535 :     * Makefile.in: moved chains.fs from KERN_SRC to EC_SRC
1536 :    
1537 :     * blocks.fs, hash.fs, history.fs, kernel/int.fs, utf-8.fs:
1538 :     eliminated INIT8 and the use of chains.fs
1539 :    
1540 :     * kernel/int.fs, doc/gforth.ds: documentation changes
1541 :    
1542 : anton 1.13 2006-04-30 Bernd Paysan <bernd.paysan@gmx.de>
1543 : anton 1.10
1544 :     * kernel/int.fs, kernel/tools.fs, kernel/comp.fs:
1545 :     Some simplifications for Gforth EC
1546 :    
1547 :     * kernel/int.fs: Disabled chaining for Gforth EC
1548 :    
1549 : anton 1.13 2006-04-22 Bernd Paysan <bernd.paysan@gmx.de>
1550 : anton 1.10
1551 :     * iss.sh: Comment changed
1552 :    
1553 :     * iss.sh: Copyright for 2006 added
1554 :    
1555 :     * Makefile.in: R8C files added to distribution
1556 :    
1557 : anton 1.13 2006-04-17 Bernd Paysan <bernd.paysan@gmx.de>
1558 : anton 1.10
1559 :     * cross.fs: Make ram-mirror words visible
1560 :    
1561 : anton 1.13 2006-04-14 Bernd Paysan <bernd.paysan@gmx.de>
1562 : anton 1.10
1563 :     * engine/io.c: Added setlocale() for numerals (set to "C")
1564 :    
1565 : anton 1.13 2006-04-10 Bernd Paysan <bernd.paysan@gmx.de>
1566 : anton 1.10
1567 :     * kernel/int.fs: Accident reverted
1568 :    
1569 :     * httpd.fs, kernel/int.fs, unix/socket.fs: HTTP fixes
1570 :    
1571 :     2006-04-09 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1572 :    
1573 :     * startup.fs: added X:required extension query
1574 :    
1575 : anton 1.13 2006-04-09 Bernd Paysan <bernd.paysan@gmx.de>
1576 : anton 1.10
1577 :     * Makefile.in: Build-ec setting at the right place
1578 :    
1579 :     * configure.in: Build-ec flag setting
1580 :    
1581 :     * Makefile.in: R8C data region cleanup
1582 :     build-ec execution flag set
1583 :    
1584 :     * Makedist.in: build-ec distribution
1585 :    
1586 :     * Makefile.in, build-ec.in, configure.in, fixpath.fs, iss.sh:
1587 :     Automatic fixpath
1588 :     Build script for EC
1589 :    
1590 :     * configure.in: Updated snapshot date
1591 :    
1592 :     * Makefile.in: Small changes
1593 :    
1594 :     2006-04-09 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1595 :    
1596 :     * engine/io.c, prim: documentation changes
1597 :     another fix to getkey()
1598 :    
1599 :     * engine/io.c: more cleanup of key_avail() and getkey()
1600 :    
1601 :     * engine/io.c: bugfixes and cleanup of key_avail() and getkey()
1602 :    
1603 :     * engine/io.c: prep_terminal() only for stdin KEY-FILE?
1604 :    
1605 :     2006-04-08 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1606 :    
1607 :     * doc/gforth.ds, libcc.fs: added libcc.fs
1608 :    
1609 : anton 1.13 2006-04-08 Bernd Paysan <bernd.paysan@gmx.de>
1610 : anton 1.10
1611 :     * iss.sh: Some fixes for Windows setup.exe
1612 :    
1613 :     * fixpath.fs, iss.sh: Fixes for windows distribution
1614 :    
1615 :     * Makedist.in, iss.sh: Changes for making distribution
1616 :    
1617 :     2006-04-08 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1618 :    
1619 :     * Makefile.in: dependence on envos.fs added
1620 :    
1621 :     2006-04-05 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1622 :    
1623 :     * lib.fs: bugfix (open declaration).
1624 :    
1625 :     2006-04-04 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1626 :    
1627 :     * engine/io.c: docommented bugs in KEY?-FILE and KEY-FILE.
1628 :    
1629 : anton 1.13 2006-04-02 Bernd Paysan <bernd.paysan@gmx.de>
1630 : anton 1.10
1631 :     * envos.fs: deteled envos.fs (envos.fs.in is the right way to go)
1632 :    
1633 :     * envos.fs: 8 bit mode terminal
1634 :    
1635 :     2006-04-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1636 :    
1637 :     * doc/gforth.ds: continued documenting the C interface
1638 :    
1639 :     * doc/gforth.ds, ekey.fs, prim: documentation changes
1640 :    
1641 : anton 1.13 2006-04-01 Bernd Paysan <bernd.paysan@gmx.de>
1642 : anton 1.10
1643 :     * engine/main.c: Minor fix
1644 :    
1645 :     * configure.in, engine/main.c, envos.fs, envos.fs.in, Makefile.in:
1646 :     Environment OS from $host_os
1647 :     R8C changes
1648 :     Better output when there are no performance problems
1649 :    
1650 : anton 1.13 2006-03-26 Bernd Paysan <bernd.paysan@gmx.de>
1651 : anton 1.10
1652 :     * kernel/cbr.fs, kernel/cloop.fs, kernel/comp.fs, kernel/int.fs, kernel/io.fs, kernel/saccept.fs:
1653 :     Made tetris for terminal run on the R8C (almost, at least)
1654 :    
1655 : anton 1.13 2006-03-25 Bernd Paysan <bernd.paysan@gmx.de>
1656 : anton 1.10
1657 :     * kernel/basics.fs, kernel/errore.fs, kernel/int.fs, kernel/saccept.fs, kernel/vars.fs, cross.fs:
1658 :     Further R8C Forth additions: LCD init, ADC fetch, /line limit...
1659 :    
1660 :     * kernel/saccept.fs: R8C mods
1661 :    
1662 : anton 1.13 2006-03-20 Bernd Paysan <bernd.paysan@gmx.de>
1663 : anton 1.10
1664 :     * wf.fs: No xml header (due to IE)
1665 :    
1666 : anton 1.13 2006-03-19 Bernd Paysan <bernd.paysan@gmx.de>
1667 : anton 1.10
1668 :     * wf.fs: Made ?xml optional
1669 :    
1670 :     * wf.fs: Some minor improvements
1671 :     reverted print-css
1672 :    
1673 :     2006-03-18 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1674 :    
1675 :     * doc/gforth.ds: minor documentation fix
1676 :    
1677 : anton 1.13 2006-03-12 Bernd Paysan <bernd.paysan@gmx.de>
1678 : anton 1.10
1679 :     * Makefile.in, arch/misc/tt.fs: Docdist improvement
1680 :    
1681 :     * configure.in, BUILD-FROM-SCRATCH, Makefile.in: Another small fix
1682 :    
1683 :     * BUILD-FROM-SCRATCH:
1684 :     Added stamp-h.in creation when doing autoheader in BUILD-FROM-SCRATCH
1685 :    
1686 : anton 1.13 2006-03-11 Bernd Paysan <bernd.paysan@gmx.de>
1687 : anton 1.10
1688 :     * doc/gforth.ds: Fixed broken Const-does> link
1689 :    
1690 :     * engine/engine.c, engine/forth.h, engine/main.c, prim:
1691 :     Added gforth_ prefix to some functions
1692 :    
1693 :     * doc/gforth.ds: Fixed links in C interface part
1694 :    
1695 :     * engine/main.c: Warnings squashing cont.
1696 :    
1697 :     * engine/support.c: Another warning suppression
1698 :    
1699 :     * Makefile.in: Generate fast prim first
1700 :    
1701 :     * engine/engine.c, engine/forth.h, engine/main.c, prim:
1702 :     Reduced warnings
1703 :    
1704 :     * engine/Makefile.in: stamp-h.in
1705 :    
1706 :     * Makefile.in: stamp-h dependency
1707 :    
1708 : anton 1.13 2006-03-05 Bernd Paysan <bernd.paysan@gmx.de>
1709 : anton 1.10
1710 :     * kernel/int.fs: Added savesystem for R8C
1711 :    
1712 :     * kernel/comp.fs: A few more fixes
1713 :    
1714 :     * kernel/comp.fs: Variables for flash
1715 :    
1716 :     * kernel/cbr.fs, kernel/comp.fs, kernel/int.fs, kernel/nio.fs, kernel/vars.fs, cross.fs:
1717 :     Flash-enabled Gforth EC
1718 :    
1719 : anton 1.13 2006-03-04 Bernd Paysan <bernd.paysan@gmx.de>
1720 : anton 1.10
1721 :     * kernel/comp.fs, kernel/int.fs, cross.fs:
1722 :     Beginning of a direct-flash Gforth
1723 :    
1724 :     2006-02-27 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1725 :    
1726 :     * Makefile.in: added DESTDIR support (see Make manual or GNU standards)
1727 :     however, .INCLUDED is still wrong at the moment
1728 :    
1729 : anton 1.13 2006-02-26 Bernd Paysan <bernd.paysan@gmx.de>
1730 : anton 1.10
1731 :     * kernel/comp.fs: Started work on writing R8C data flash
1732 :    
1733 :     * kernel/comp.fs, kernel/int.fs: Enable data memory
1734 :    
1735 :     * kernel/comp.fs, kernel/getdoers.fs, kernel/int.fs, kernel/nio.fs, kernel/pass.fs, kernel/tools.fs, kernel/vars.fs:
1736 :     Further work on R8C forth
1737 :    
1738 : anton 1.13 2006-02-25 Bernd Paysan <bernd.paysan@gmx.de>
1739 : anton 1.10
1740 :     * kernel/comp.fs: Further R8C fixes, added LCD words
1741 :    
1742 :     * kernel/basics.fs, kernel/cbr.fs, kernel/comp.fs, kernel/int.fs, kernel/main.fs, kernel/saccept.fs, libffi.fs:
1743 :     R8C Forth works!
1744 :    
1745 :     * wf.fs, regexp.fs: R8C stuff
1746 :    
1747 :     2006-02-21 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1748 :    
1749 :     * doc/gforth.ds: started documenting the C interface
1750 :    
1751 : anton 1.13 2006-02-21 Bernd Paysan <bernd.paysan@gmx.de>
1752 : anton 1.10
1753 :     * doc/gforth.ds:
1754 :     Added Xchar chapter stub so that manual generation works again
1755 :    
1756 : anton 1.13 2006-02-20 Bernd Paysan <bernd.paysan@gmx.de>
1757 : anton 1.10
1758 :     * configure.in, Makefile.in: make dist fixes in makefile
1759 :     problems with path separator on cygwin (now Unix-like again)
1760 :    
1761 :     2006-02-20 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1762 :    
1763 :     * doc/gforth.ds, utf-8.fs: minor changes
1764 :    
1765 : anton 1.13 2006-02-19 Bernd Paysan <bernd.paysan@gmx.de>
1766 : anton 1.10
1767 :     * configure.in, utf-8.fs: no u8width if wcwidth is not there
1768 :     bumped up intermediate version
1769 :    
1770 :     * configure.in, history.fs, kernel/int.fs, utf-8.fs:
1771 :     Further work on r8c
1772 :     Fix of history
1773 :    
1774 :     2006-02-19 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1775 :    
1776 :     * doc/gforth.ds:
1777 :     Documented LC_* and LANG env vars, and updated Pedigree section
1778 :    
1779 : anton 1.13 2006-02-19 Bernd Paysan <bernd.paysan@gmx.de>
1780 : anton 1.10
1781 :     * engine/io.c, kernel/comp.fs, kernel/int.fs, kernel/xchars.fs, history.fs, prim, utf-8.fs:
1782 :     Added x-width
1783 :     Further r8c work
1784 :    
1785 :     2006-02-19 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1786 :    
1787 :     * history.fs: less traffic for clear-line
1788 :    
1789 :     * kernel/accept.fs, history.fs:
1790 :     bugfix: command-line history and UTF-8 now work better
1791 :    
1792 : anton 1.13 2006-02-19 Bernd Paysan <bernd.paysan@gmx.de>
1793 : anton 1.10
1794 :     * kernel/aliases0.fs, kernel/comp.fs, kernel/getdoers.fs, cross.fs:
1795 :     Separated values from constants (cross and kernel sources, no engine yet)
1796 :    
1797 : anton 1.13 2006-02-18 Bernd Paysan <bernd.paysan@gmx.de>
1798 : anton 1.10
1799 :     * kernel/basics.fs, kernel/int.fs, cross.fs: Further progress on R8C
1800 :    
1801 :     * cross.fs: Improved R8C port (NEXT was wrong)
1802 :    
1803 :     * cross.fs, kernel/vars.fs: Fixed cross
1804 :    
1805 :     2006-02-17 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1806 :    
1807 :     * Makefile.in, compat/execute-parsing.fs, doc/gforth.ds:
1808 :     added compat/execute-parsing.fs
1809 :    
1810 : anton 1.13 2006-02-12 Bernd Paysan <bernd.paysan@gmx.de>
1811 : anton 1.10
1812 :     * kernel/int.fs, kernel/kernel.fs, kernel/pass.fs, kernel/vars.fs, arch/misc/prim.fs, ec/shex.fs, kernel/comp.fs, cross.fs:
1813 :     More work on R8C port
1814 :    
1815 :     2006-02-06 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1816 :    
1817 :     * kernel/input.fs, kernel/int.fs:
1818 :     cleanup of the code dealing with the current lexeme
1819 :    
1820 :     * kernel/args.fs, kernel/input.fs, kernel/int.fs:
1821 :     even better error reporting (wrt trailing delimiters)
1822 :    
1823 : anton 1.13 2006-02-05 Bernd Paysan <bernd.paysan@gmx.de>
1824 : anton 1.10
1825 :     * ec/shex.fs, kernel/int.fs: More work on r8c port
1826 :    
1827 :     2006-02-05 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1828 :    
1829 :     * kernel/input.fs, kernel/int.fs, kernel/files.fs:
1830 :     better error reporting with input-parse-start
1831 :     updated copyright year in bootmessage
1832 :    
1833 : anton 1.13 2006-02-04 Bernd Paysan <bernd.paysan@gmx.de>
1834 : anton 1.10
1835 :     * kernel/int.fs, kernel/require.fs, engine/support.c, prim, regexp.fs:
1836 :     capscompare primitive added
1837 :     case insensitive regexp extension
1838 :     cleanup of error reports
1839 :    
1840 :     2006-02-04 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1841 :    
1842 :     * kernel/input.fs, kernel/int.fs, kernel/args.fs:
1843 :     more work on getting nice error messages for errors in
1844 :     OS command line arguments
1845 :    
1846 : anton 1.13 2006-01-31 Bernd Paysan <bernd.paysan@gmx.de>
1847 : anton 1.10
1848 :     * kernel/require.fs, wf.fs: Partly reverted require.fs
1849 :     Added print css to wf
1850 :    
1851 :     2006-01-31 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1852 :    
1853 :     * kernel/int.fs: bugfix
1854 :    
1855 :     * kernel/args.fs, kernel/paths.fs, kernel/require.fs, kernel/vars.fs:
1856 :     INCLUDED and REQUIRED now provide nicer error messages
1857 :    
1858 :     * kernel/paths.fs: open-path-file now returns more informative iors.
1859 :    
1860 : anton 1.13 2006-01-29 Bernd Paysan <bernd.paysan@gmx.de>
1861 : anton 1.10
1862 :     * kernel/int.fs, kernel/kernel.fs, arch/misc/prim.fs, cross.fs, prim:
1863 :     Changes to make R8C port working
1864 :    
1865 :     2006-01-28 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1866 :    
1867 :     * stuff.fs: documentation changes
1868 :    
1869 :     * doc/gforth.ds, stuff.fs: added /W /L
1870 :    
1871 :     * doc/gforth.ds, startup.fs, stuff.fs, prim:
1872 :     added UW@ UL@ (W@ and L@ are now aliases for them)
1873 :     documented UW@ SW@ W! UL@ SL@ L!
1874 :     added more extension query answers
1875 :    
1876 :     2006-01-27 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1877 :    
1878 :     * Benchres, cache-fast1.vmg, kernel/int.fs, prims2x.fs:
1879 :     added support for disabling states; disabled S3-S8 (otherwise gcc-2.95
1880 :     ICEs on i386).
1881 :     added G5 benchmark results
1882 :     documentation changes
1883 :    
1884 : anton 1.13 2006-01-22 Bernd Paysan <bernd.paysan@gmx.de>
1885 : anton 1.10
1886 :     * kernel/basics.fs, kernel/main.fs: R8C work
1887 :    
1888 :     2006-01-18 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1889 :    
1890 :     * kernel/int.fs, doc/gforth.ds, fib.fs: documented S>NUMBER? S>UNUMBER?
1891 :     minor changes
1892 :    
1893 :     2006-01-16 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1894 :    
1895 :     * engine/support.c: bugfix in to_float
1896 :    
1897 :     2006-01-15 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1898 :    
1899 :     * engine/support.c, test/float.fs:
1900 :     Fixed >float bug reported by Bojan Petrovic
1901 :    
1902 : anton 1.13 2006-01-05 Bernd Paysan <bernd.paysan@gmx.de>
1903 : anton 1.10
1904 :     * engine/forth.h, engine/main.c, engine/signals.c, engine/engine.c, prim:
1905 :     Modified some exported symbols to start with gforth_
1906 :    
1907 :     2005-12-31 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1908 :    
1909 :     * kernel/basics.fs, kernel/comp.fs, kernel/getdoers.fs, kernel/input.fs, kernel/int.fs, kernel/kernel.fs, kernel/paths.fs, kernel/toolsext.fs, test/gforth.fs, unix/socket.fs, engine/engine.c, engine/forth.h, engine/main.c, engine/threaded.h, kernel/accept.fs, arch/m68k/machine.h, arch/mips/machine.h, arch/power/machine.h, arch/sharc/machine.h, arch/sparc/machine.h, doc/gforth.ds, arch/386/machine.h, arch/alpha/machine.h, arch/amd64/disasm.fs, arch/amd64/machine.h, arch/arm/machine.h, arch/hppa/machine.h, arch/ia64/machine.h, prim, prims2x.fs, quotes.fs, regexp-test.fs, regexp.fs, search.fs, startup.fs, string.fs, stuff.fs, update-copyright-blacklist, utf-8.fs, wf.fs, lib.fs, machpc.fs.in, oldlib.fs, peeprules.vmg, cache-fast7.vmg, cache-fast8.vmg, complex.fs, configure.in, cross.fs, debugs.fs, ds2texi.fs, ekey.fs, extend.fs, fflib.fs, fft.fs, float.fs, glocals.fs, history.fs, BUGS, Benchres, Makefile.in, ans-report.fs, cache-fast0.vmg, cache-fast1.vmg, cache-fast2.vmg, cache-fast3.vmg, cache-fast4.vmg, cache-fast5.vmg, cache-fast6.vmg:
1910 :     updated the copyright year on many files
1911 :     added FSF copyright header to complex.fs fft.fs regexp-test.fs regexp.fs
1912 :     added fsl-util.fs to update-copyright-blacklist
1913 :    
1914 :     2005-12-27 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1915 :    
1916 :     * prims2x.fs:
1917 :     introduced THREADED-CODE-POINTER-TYPE variable for parameterizing Inst **
1918 :    
1919 :     * BUGS, arch/386/machine.h, engine/engine.c, engine/main.c:
1920 :     documented 2 bugs
1921 :     minor bugfixes and cleanups
1922 :    
1923 :     2005-12-25 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1924 :    
1925 :     * kernel/input.fs, kernel/int.fs:
1926 :     bugfix (for bug reported in <t6CdnXFc6P87UDHenZ2dnUVZ_sidnZ2d@scnresearch.com>)
1927 :     QUERY now throws -39 on EOF
1928 :    
1929 : anton 1.13 2005-12-11 Bernd Paysan <bernd.paysan@gmx.de>
1930 : anton 1.10
1931 :     * fflib.fs, lib.fs, libffi.fs: Fixed fptr name
1932 :    
1933 :     * fflib.fs: Added fptr: to fflib.fs
1934 :    
1935 :     * lib.fs, libffi.fs: Fixed name for fptr:
1936 :    
1937 :     * engine/engine.c, engine/forth.h, lib.fs, libffi.fs, prim:
1938 :     Finally made libffi callbacks work
1939 :    
1940 :     * libffi.fs, prim: Signed access prefix changed
1941 :    
1942 : anton 1.13 2005-12-04 Bernd Paysan <bernd.paysan@gmx.de>
1943 : anton 1.10
1944 :     * engine/forth.h, libffi.fs, prim, configure.in:
1945 :     Added support for wyde/tetrabyte including sign extended ones
1946 :    
1947 : anton 1.13 2005-12-03 Bernd Paysan <bernd.paysan@gmx.de>
1948 : anton 1.10
1949 :     * unix/socket.fs, Makefile.in, libffi.fs, prim:
1950 :     Added access words for wyde and tetrabyte (w/t@/!)
1951 :    
1952 :     * unix/socket.fs: Modified socket.fs to work with 64 bit systems
1953 :    
1954 :     2005-12-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1955 :    
1956 :     * engine/main.c:
1957 :     added options for disabling tree-parsing automaton features
1958 :     added tree parsing automaton statistics
1959 :    
1960 : anton 1.13 2005-11-27 Bernd Paysan <bernd.paysan@gmx.de>
1961 : anton 1.10
1962 :     * fflib.fs, libffi.fs: Added missing drop
1963 :    
1964 :     * fflib.fs: Fixed typo
1965 :    
1966 :     * fflib.fs, libffi.fs, prim, wf.fs: Added (addr) to library interface
1967 :     Fixed bug in libffi support
1968 :     Added favicon support to wf.fs
1969 :    
1970 : anton 1.13 2005-11-20 Bernd Paysan <bernd.paysan@gmx.de>
1971 : anton 1.10
1972 :     * fflib.fs, lib.fs, libffi.fs, oldlib.fs, prim:
1973 :     further work on libffi.fs (not fully completed yet for callbacks)
1974 :    
1975 :     2005-11-09 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1976 :    
1977 :     * engine/main.c:
1978 :     added TPA state equivalence, but disabled static superinstructions for now
1979 :    
1980 :     * engine/main.c: finished simple tree-parsing automaton
1981 :    
1982 :     * engine/main.c:
1983 :     initial work for tree-parsing automaton for stack caching
1984 :    
1985 :     * engine/main.c: bugfix
1986 :     --debug now also outputs some cache state information
1987 :    
1988 : anton 1.13 2005-11-05 Bernd Paysan <bernd.paysan@gmx.de>
1989 : anton 1.10
1990 :     * regexp.fs: Changed comment
1991 :    
1992 :     * regexp-test.fs, regexp.fs, stuff.fs, utf-8.fs: Added regexp stuff
1993 :    
1994 :     2005-11-03 Anton Ertl <anton@mips.complang.tuwien.ac.at>
1995 :    
1996 :     * contrib/terminal.fs:
1997 :     contrib/terminal.fs updated (coming from Krishna Myeni)
1998 :    
1999 :     2005-10-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2000 :    
2001 :     * doc/vmgen.texi, kernel/comp.fs, kernel/input.fs, kernel/paths.fs, doc/gforth.ds, debugs.fs, ds2texi.fs, ekey.fs, glocals.fs, quotes.fs, search.fs, stuff.fs:
2002 :     Documentation changes:
2003 :     added wordset info for many words, and pronounciation for a few
2004 :     added documentation about key names for EKEY
2005 :     worked around texinfo 4.7 restrictions (old assignment macros broken)
2006 :     Added "Explicit stack access" docs to vmgen docs
2007 :    
2008 : anton 1.13 2005-09-27 Bernd Paysan <bernd.paysan@gmx.de>
2009 : anton 1.10
2010 :     * complex.fs, fft.fs, prim, wf.fs, Makefile.in:
2011 :     Added complex words and fft
2012 :     Added some floating point primitives
2013 :    
2014 :     2005-09-12 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2015 :    
2016 :     * test/gforth.fs, kernel/int.fs, stuff.fs: bugfix: 'X is never a double
2017 :     bugfix: 0.009e 5 2 0 f.rdp now outputs 0.01 (not 0.00)
2018 :    
2019 :     2005-09-03 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2020 :    
2021 :     * ans-report.fs, prim: ans-report.fs produces nicer output
2022 :     documentation changes
2023 :    
2024 : anton 1.13 2005-08-21 Bernd Paysan <bernd.paysan@gmx.de>
2025 : anton 1.10
2026 :     * engine/main.c, cross.fs, engine/engine.c, fflib.fs, lib.fs, libffi.fs, machpc.fs.in, prim, configure.in:
2027 :     Checkin of somewhat working ffilib bindings (not completely tested)
2028 :    
2029 :     2005-08-16 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2030 :    
2031 :     * arch/sharc/machine.h, arch/sparc/machine.h, engine/threaded.h, arch/arm/machine.h, arch/hppa/machine.h, arch/ia64/machine.h, arch/m68k/machine.h, arch/mips/machine.h, arch/power/machine.h, arch/386/machine.h, arch/alpha/machine.h, arch/amd64/machine.h:
2032 :     threw out THREADING_SCHEME, now Scheme 8 is used everywhere.
2033 :    
2034 :     2005-08-06 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2035 :    
2036 :     * cache-fast7.vmg, cache-fast8.vmg, engine/engine.c, cache-fast0.vmg, cache-fast1.vmg, cache-fast2.vmg, cache-fast3.vmg, cache-fast4.vmg, cache-fast5.vmg, cache-fast6.vmg:
2037 :     added cache-fast*.vmg
2038 :     applied reg allocation fix for engine3, too
2039 :    
2040 :     2005-08-04 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2041 :    
2042 :     * engine/engine.c, Makefile.in:
2043 :     Workaround for different register allocation between engine() and engine2()
2044 :     Disabled gforth-native for now (broken anyway, and does not work with gcc-4.0)
2045 :    
2046 :     2005-08-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2047 :    
2048 :     * engine/main.c, kernel/basics.fs, kernel/toolsext.fs, test/coreext.fs, Makefile.in, engine/engine.c, peeprules.vmg, prim:
2049 :     added STACK_CACHE_DEFAULT_FAST configuration variable
2050 :     fixed some bugs
2051 :     added some primitive/state combinations
2052 :     changes to support up to 8 stack cache registers
2053 :     Worked around an unresolved bug in kernel/toolsext.fs
2054 :    
2055 :     2005-07-31 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2056 :    
2057 :     * engine/forth.h, engine/main.c, Makefile.in, configure.in, engine/engine.c, prim:
2058 :     First working version with default state with 2 regs
2059 :     added configuration variable STACK_CACHE_DEFAULT_FAST
2060 :    
2061 :     2005-07-28 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2062 :    
2063 :     * Makefile.in, prim, prims2x.fs:
2064 :     fixed a few bugs in "..." handling in prims2x.fs
2065 :     changed direct uses of sp and fp in prim to use "..."
2066 :    
2067 :     * prims2x.fs:
2068 :     completed support for "..." in stack comments in prims2x.fs (no docs yet)
2069 :    
2070 :     2005-07-27 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2071 :    
2072 :     * prim, prims2x.fs: added support for ... stack items to prims2x.fs
2073 :     minor cleanup in prim
2074 :    
2075 :     * doc/gforth.ds: minor bugfix
2076 :    
2077 : anton 1.13 2005-07-26 Bernd Paysan <bernd.paysan@gmx.de>
2078 : anton 1.10
2079 :     * doc/gforth.ds: Fixed documentation bug
2080 :    
2081 : anton 1.13 2005-06-28 Bernd Paysan <bernd.paysan@gmx.de>
2082 : anton 1.10
2083 :     * kernel/toolsext.fs, wf.fs: Adapted interpretative loops
2084 :    
2085 :     2005-06-28 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2086 :    
2087 :     * stuff.fs: added workaround for bootstrapping on old kernel
2088 :    
2089 :     * kernel/getdoers.fs, kernel/int.fs, extend.fs, float.fs, kernel/comp.fs, stuff.fs:
2090 :     refactored text interpreter to make return stack words work within a line
2091 :     replaced parser, compiler, interpreter, ...-notfound by words
2092 :     with an appended "1"
2093 :    
2094 : anton 1.13 2005-06-13 Bernd Paysan <bernd.paysan@gmx.de>
2095 : anton 1.10
2096 :     * wf.fs: Small change to wf.fs
2097 :    
2098 :     2005-06-10 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2099 :    
2100 :     * prims2y.fs, prims2yref.fs: deleted prims2y* (no longer needed)
2101 :    
2102 : anton 1.13 2005-06-05 Bernd Paysan <bernd.paysan@gmx.de>
2103 : anton 1.10
2104 :     * wf.fs: Added text-mode menues
2105 :    
2106 : anton 1.13 2005-05-15 Bernd Paysan <bernd.paysan@gmx.de>
2107 : anton 1.10
2108 :     * arch/amd64/machine.h: Added size suffixes to inlined instructions
2109 :    
2110 :     2005-05-11 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2111 :    
2112 :     * kernel/int.fs, Makefile.in, doc/gforth.ds:
2113 :     renamed PARSE-WORD into PARSE-NAME
2114 :     added some test(dis)asm files to distribution
2115 :    
2116 : anton 1.13 2005-05-01 Bernd Paysan <bernd.paysan@gmx.de>
2117 : anton 1.10
2118 :     * wf.fs: Classes for headers
2119 :    
2120 :     2005-04-28 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2121 :    
2122 :     * engine/main.c: slight tweak in dict_alloc_read()
2123 :    
2124 :     2005-04-26 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2125 :    
2126 :     * engine/main.c:
2127 :     bugfix: only one allocation when the read-mmap fails (e.g., in Windows).
2128 :    
2129 : anton 1.13 2005-04-02 Bernd Paysan <bernd.paysan@gmx.de>
2130 : anton 1.10
2131 :     * doc/gforth.ds: Fixed another documentation bug
2132 :    
2133 : anton 1.13 2005-04-01 Bernd Paysan <bernd.paysan@gmx.de>
2134 : anton 1.10
2135 :     * doc/gforth.ds: Fixed 386 assembler documentation
2136 :    
2137 : anton 1.13 2005-03-30 Bernd Paysan <bernd.paysan@gmx.de>
2138 : anton 1.10
2139 :     * wf.fs: Fixed W3C nonconformance
2140 :    
2141 :     2005-03-25 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2142 :    
2143 :     * startup.fs: non-minimal extension query support added
2144 :    
2145 :     2005-03-17 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2146 :    
2147 :     * prim, test/gforth.fs:
2148 :     Workaround for ecvt misfeature on Cygwin (trailing 0s for Inf and NaNs)
2149 :    
2150 : anton 1.13 2005-02-01 Bernd Paysan <bernd.paysan@gmx.de>
2151 : anton 1.10
2152 :     * prim: Optimized test for floored correction
2153 :    
2154 : anton 1.13 2005-01-29 Bernd Paysan <bernd.paysan@gmx.de>
2155 : anton 1.10
2156 :     * configure.in, engine/forth.h, history.fs: Added --enable-force-cdiv
2157 :    
2158 :     * prim: Fixed */
2159 :    
2160 :     2005-01-28 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2161 :    
2162 :     * prim: bugfix
2163 :    
2164 :     * arch/386/machine.h, arch/amd64/machine.h, prim:
2165 :     added M/MOD asm support for 386 and AMD64 with FORCE_LL
2166 :    
2167 :     * arch/amd64/machine.h, prim:
2168 :     added asm support for FM/MOD SM/REM UM/MOD
2169 :     (currently only for AMD64 without FORCE_LL).
2170 :    
2171 :     2005-01-26 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2172 :    
2173 :     * prim: made (?do) and friends relocatable
2174 :    
2175 :     * history.fs: deleted pre-xchar history stuff
2176 :    
2177 :     * engine/threaded.h, doc/vmgen.texi, prim, prims2x.fs:
2178 :     EXECUTE and friends are now relocatable again even with the PR15242 workaround.
2179 :    
2180 : anton 1.13 2005-01-25 Bernd Paysan <bernd.paysan@gmx.de>
2181 : anton 1.10
2182 :     * engine/forth.h, kernel/basics.fs, prim, prims2x.fs:
2183 :     Added */ and */mod to prim
2184 :     Made division floored by default
2185 :    
2186 :     2005-01-24 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2187 :    
2188 :     * doc/vmgen.texi, engine/threaded.h, prim:
2189 :     preparations to make EXEC relocatable with PR 15242 workaround
2190 :    
2191 :     * configure.in: bugfixes and modernization in configure.in
2192 :    
2193 : anton 1.13 2005-01-23 Bernd Paysan <bernd.paysan@gmx.de>
2194 : anton 1.10
2195 :     * prim: Made branch relocatable
2196 :    
2197 :     2005-01-23 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2198 :    
2199 :     * prim:
2200 :     back to single-dispatch conditional branches (better with PR 15242 workaround)
2201 :    
2202 :     * Benchres, engine/threaded.h: bugfix
2203 :     Bench result added
2204 :    
2205 :     * configure.in: Workaround for gcc-3.4.0 bug in skip detection
2206 :     Bugfix (skip detection)
2207 :    
2208 : anton 1.13 2005-01-23 Bernd Paysan <bernd.paysan@gmx.de>
2209 : anton 1.10
2210 :     * engine/engine.c, engine/threaded.h, arch/amd64/machine.h:
2211 :     Fixed problems with workaround
2212 :    
2213 :     2005-01-23 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2214 :    
2215 :     * engine/main.c, engine/threaded.h, arch/amd64/disasm.fs, configure.in, engine/engine.c:
2216 :     added configure option --disable-gcc-pr15242-workaround
2217 :     bugfixes for the gcc pr15242 workaround
2218 :    
2219 :     2005-01-22 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2220 :    
2221 :     * engine/engine.c, engine/main.c, prims2x.fs:
2222 :     further work on gcc PR 15242 workaround (now works on AMD64 gforth-fast)
2223 :     made treatment of Priminfo length and restlen more regular
2224 :    
2225 :     * kernel/int.fs, engine/engine.c, engine/main.c, engine/threaded.h:
2226 :     preparation for gcc PR 15242 workaround
2227 :     minor changes
2228 :    
2229 : anton 1.13 2005-01-22 Bernd Paysan <bernd.paysan@gmx.de>
2230 : anton 1.10
2231 :     * engine/main.c, configure.in, wf.fs:
2232 :     Added --diag switch, diagnostics output.
2233 :     Fixed "broken link" bug when referring to current file
2234 :    
2235 :     * Makefile.in, engine/main.c: Added --diag switch
2236 :    
2237 : anton 1.13 2005-01-21 Bernd Paysan <bernd.paysan@gmx.de>
2238 : anton 1.10
2239 :     * arch/amd64/machine.h, arch/generic/128bit.h, configure.in:
2240 :     Added --enable-force-ll switch
2241 :    
2242 : anton 1.13 2005-01-19 Bernd Paysan <bernd.paysan@gmx.de>
2243 : anton 1.10
2244 :     * arch/amd64/machine.h, arch/generic/128bit.h, engine/forth.h, prim:
2245 :     Added more detailed BUGGY_LL_* flags
2246 :    
2247 : anton 1.13 2005-01-17 Bernd Paysan <bernd.paysan@gmx.de>
2248 : anton 1.10
2249 :     * arch/amd64/machine.h, arch/generic/128bit.h, configure.in, engine/forth.h:
2250 :     Added expanding mul support for AMD64
2251 :    
2252 : anton 1.13 2005-01-16 Bernd Paysan <bernd.paysan@gmx.de>
2253 : anton 1.10
2254 :     * wf.fs: Expand option for links added
2255 :    
2256 : anton 1.13 2005-01-13 Bernd Paysan <bernd.paysan@gmx.de>
2257 : anton 1.10
2258 :     * utf-8.fs: Fixed environment evaluation
2259 :    
2260 :     2005-01-12 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2261 :    
2262 :     * history.fs, kernel/accept.fs, kernel/xchars.fs, utf-8.fs, Makefile.in:
2263 :     converted command-line editing to use xchars
2264 :     some bugfixes
2265 :    
2266 :     2005-01-10 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2267 :    
2268 :     * history.fs, startup.fs, utf-8.fs:
2269 :     moved utf-8 command line stuff to history.fs
2270 :    
2271 :     2005-01-09 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2272 :    
2273 :     * kernel/int.fs: minor bootstrapping fix
2274 :    
2275 :     * startup.fs: bootstrapping help
2276 :    
2277 :     2005-01-06 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2278 :    
2279 :     * kernel/xchars.fs, kernel/int.fs, startup.fs: Bugfixes:
2280 :     xchars are initialized
2281 :     xchars.fs is not loaded from startup.fs
2282 :     bugfix for ' prefix
2283 :    
2284 :     * kernel/kernel.fs, kernel/xchars.fs, startup.fs, xchars.fs:
2285 :     moved xchars to kernel (for use in s'>unumber? and elsewhere)
2286 :    
2287 :     2005-01-05 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2288 :    
2289 :     * history.fs, startup.fs, utf-8.fs, xchars.fs:
2290 :     added xchars (no tests, and no usage anywhere yet)
2291 :    
2292 : anton 1.13 2005-01-05 Bernd Paysan <bernd.paysan@gmx.de>
2293 : anton 1.10
2294 :     * string.fs: Define INSERT only when needed
2295 :    
2296 :     * utf-8.fs: another fix for u8>>
2297 :    
2298 : anton 1.13 2005-01-04 Bernd Paysan <bernd.paysan@gmx.de>
2299 : anton 1.10
2300 :     * utf-8.fs: fixed u8>>
2301 :    
2302 :     * utf-8.fs, wf.fs, prim:
2303 :     added set-dir/get-dir primitives (directory access words)
2304 :     added "maxascii" value as single switch between 8 bit and UTF-8 encoding
2305 :     Improvements in wf.fs
2306 :    
2307 :     2004-12-31 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2308 :    
2309 :     * kernel/cond.fs, kernel/input.fs, kernel/int.fs, kernel/paths.fs, test/gforth.fs, engine/engine.c, engine/forth.h, engine/main.c, engine/support.c, engine/threaded.h, kernel/accept.fs, kernel/args.fs, kernel/basics.fs, kernel/comp.fs, doc/makedoc.fs, ec/builttag.fs, ec/mirror.fs, arch/misc/sokoban.fs, arch/sharc/compile.sharc, arch/sharc/systypes.h, arch/sharc/types.h, arch/shboom/compiler.fs, arch/shboom/dis.fs, arch/shboom/dis2.fs, arch/shboom/doers.fs, arch/shboom/prim.fs, arch/shboom/sh.p, doc/gforth.ds, arch/misc/sim.fs, arch/4stack/mach.sh, arch/amd64/asm.fs, arch/amd64/machine.h, arch/arm/machine.h, arch/misc/asm.fs, arch/misc/fi2v.fs, arch/misc/key.fs, arch/misc/misc-sim.v, arch/misc/misc.v, arch/misc/prim.fs, arch/386/machine.h, prims2x.fs, see.fs, source.fs, startup.fs, stuff.fs, wf.fs, debugs.fs, ekey.fs, exboot.fs, filedump.fs, float.fs, gforth.el, gforthmi.in, glocals.fs, history.fs, httpd.fs, peeprules.vmg, prim, Benchres, Makefile.in, README, backtrac.fs, cache1.vmg, comp-i.fs, configure.in, cross.fs, debug.fs:
2310 :     updated copyright years for files changed in 2004
2311 :    
2312 :     * Makefile.in, update-copyright-blacklist:
2313 :     moved files without distribution terms from ARCHS to ARCHS_NO_DIST
2314 :     added test/deferred.fs (public domain) to update-copyright-blacklist
2315 :    
2316 :     * utf-8.fs: bootstrap workaround added
2317 :    
2318 : anton 1.13 2004-12-29 Bernd Paysan <bernd.paysan@gmx.de>
2319 : anton 1.10
2320 :     * kernel/comp.fs, kernel/int.fs, utf-8.fs:
2321 :     Added UTF-8 support for char and '<char>
2322 :    
2323 :     2004-12-28 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2324 :    
2325 :     * kernel/int.fs, doc/gforth.ds, stuff.fs:
2326 :     updated documentation for new error format (but did not document
2327 :     mark-start and mark-end).
2328 :     moved TYPEWHITE out from the kernel.
2329 :    
2330 : anton 1.13 2004-12-28 Bernd Paysan <bernd.paysan@gmx.de>
2331 : anton 1.10
2332 :     * kernel/int.fs, utf-8.fs, ekey.fs:
2333 :     Added start-mark/end-mark for error display
2334 :    
2335 :     2004-12-28 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2336 :    
2337 :     * kernel/int.fs, see.fs:
2338 :     changed error indicator into >>>word<<< instead of using ^^^^
2339 :     made dec.r behave like .r and u.r
2340 :     moved UMIN into kernel
2341 :    
2342 : anton 1.13 2004-12-28 Bernd Paysan <bernd.paysan@gmx.de>
2343 : anton 1.10
2344 :     * kernel/accept.fs, utf-8.fs: Fixed UTF-8 buffer overflow
2345 :    
2346 : anton 1.13 2004-12-27 Bernd Paysan <bernd.paysan@gmx.de>
2347 : anton 1.10
2348 :     * history.fs: Minor fix
2349 :    
2350 :     * history.fs, utf-8.fs: Fixed missing kill-expand
2351 :    
2352 :     * wf.fs: Fixed UTF-8 problem in WF
2353 :    
2354 :     2004-12-26 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2355 :    
2356 :     * Benchres, history.fs, status.fs:
2357 :     added status.fs (show interpreter status in separate xterm)
2358 :     reorganized Benchres, new results
2359 :     bootstrapping workaround
2360 :    
2361 : anton 1.13 2004-12-25 Bernd Paysan <bernd.paysan@gmx.de>
2362 : anton 1.10
2363 :     * Makefile.in: Fixed install for amd64
2364 :    
2365 : anton 1.13 2004-12-24 Bernd Paysan <bernd.paysan@gmx.de>
2366 : anton 1.10
2367 :     * history.fs, httpd.fs, utf-8.fs:
2368 :     Automatic UTF-8 setting, depending on LANG
2369 :     Fixed potential security hole in httpd by setting BASE to 0 for header
2370 :     interpretation.
2371 :    
2372 : anton 1.13 2004-12-12 Bernd Paysan <bernd.paysan@gmx.de>
2373 : anton 1.10
2374 :     * utf-8.fs: Fixed tab-expand
2375 :    
2376 :     * utf-8.fs: Fixed diacritic marks
2377 :    
2378 :     * kernel/accept.fs, utf-8.fs: Added utf-8 handling
2379 :    
2380 :     2004-12-08 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2381 :    
2382 :     * kernel/int.fs: bugfix
2383 :    
2384 :     * kernel/basics.fs, kernel/int.fs, test/gforth.fs, doc/gforth.ds:
2385 :     The '-prefix now supports only the forms 'C and 'C'.
2386 :     Base 256 no longer works as it did.
2387 :     Updated documentation on number prefixes.
2388 :    
2389 :     * test/gforth.fs, kernel/int.fs: added 0x and 0X as hex prefixes
2390 :    
2391 :     * float.fs, kernel/comp.fs:
2392 :     made ABORT the interim default for deferred words
2393 :    
2394 :     * float.fs: added (pretty bad definitions of) FTRUNC and FMOD
2395 :    
2396 : anton 1.13 2004-12-01 Bernd Paysan <bernd.paysan@gmx.de>
2397 : anton 1.10
2398 :     * wf.fs, backtrac.fs, cross.fs, stuff.fs:
2399 :     Fixed uninitialized defers in cross
2400 :     added stuff to compile new sources with old kernels
2401 :    
2402 :     2004-11-28 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2403 :    
2404 :     * backtrac.fs, kernel/comp.fs, stuff.fs:
2405 :     uninitialized deferred words now give a warning when executed
2406 :    
2407 :     * kernel/comp.fs, test/deferred.fs, Makefile.in, compat/defer.fs, doc/gforth.ds, stuff.fs:
2408 :     implemented deferred words proposal (and adapted documentation accordingly).
2409 :    
2410 : anton 1.13 2004-11-11 Bernd Paysan <bernd.paysan@gmx.de>
2411 : anton 1.10
2412 :     * Makefile.in, arch/amd64/machine.h, kernel/int.fs:
2413 :     Added # as decimal prefix
2414 :    
2415 :     2004-11-05 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2416 :    
2417 :     * contrib/strings.fs, contrib/syscalls386.fs, contrib/terminal.fs, contrib/ansi.fs, contrib/serial.fs:
2418 :     added Krishna Myneni's serial.fs, terminal.fs, and support stuff to contrib
2419 :    
2420 :     2004-09-17 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2421 :    
2422 :     * glocals.fs:
2423 :     made the definition of TO less fragile (for David Greggs inlining work)
2424 :    
2425 :     2004-09-13 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2426 :    
2427 :     * doc/gforth.ds, prof-inline.fs: more prof-inline.fs work
2428 :     improved CASE...ENDCASE documentation
2429 :    
2430 :     2004-09-07 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2431 :    
2432 :     * prof-inline.fs: more prof-inline.fs work
2433 :    
2434 :     2004-09-06 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2435 :    
2436 :     * prof-inline.fs:
2437 :     continued on prof-inline.fs (call counting mostly finished)
2438 :    
2439 :     * prof-inline.fs: continued prof-inline.fs
2440 :    
2441 :     2004-09-05 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2442 :    
2443 :     * configure.in, doc/gforth.ds, prof-inline.fs:
2444 :     changed default for GFORTHSYSTEMPREFIX to use $COMSPEC
2445 :     prof-inline.fs changes
2446 :    
2447 :     2004-09-03 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2448 :    
2449 :     * prof-inline.fs, profile.fs:
2450 :     made a separate profiling file for the inliner measurements
2451 :     profile.fs now needs a cleanup to get rid of some of this junk
2452 :    
2453 :     2004-09-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2454 :    
2455 :     * kernel/comp.fs:
2456 :     change COMPILE-TO-PRIMS, to call PEEPHOLE-COMPILE, instead of
2457 :     recursing indirectly (through POSTPONE and COMPILE,). The speedup
2458 :     resulting from that is minimal (see below); the main benefit is that
2459 :     COMPILE, is now called once for each compiled word (used in some
2460 :     measurements for research that I am doing now).
2461 :    
2462 :     Here's the speedup data:
2463 :     #startup overhead
2464 :     [b3:~/gforth:1709] perfex gforth -e bye
2465 :     tsc 29123160
2466 :     [b3:~/gforth:1710] perfex gforth -e bye
2467 :     tsc 29646820
2468 :     #before the change
2469 :     [b3:~/gforth:1711] perfex gforth prims2x.fs -e bye
2470 :     tsc 95616352
2471 :     [b3:~/gforth:1712] perfex gforth prims2x.fs -e bye
2472 :     tsc 95032068
2473 :     #after the change
2474 :     [b3:~/gforth:1725] perfex gforth prims2x.fs -e bye
2475 :     tsc 95594688
2476 :     [b3:~/gforth:1726] perfex gforth prims2x.fs -e bye
2477 :     tsc 94587916
2478 :    
2479 : anton 1.13 2004-08-29 Bernd Paysan <bernd.paysan@gmx.de>
2480 : anton 1.10
2481 :     * wf.fs: Added alternative icons directory
2482 :    
2483 :     2004-08-27 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2484 :    
2485 :     * engine/forth.h, engine/support.c, kernel/comp.fs, doc/gforth.ds, prim, stuff.fs, configure.in:
2486 :     added and documented usage of $GFORTHSYSTEMPREFIX to SYSTEM
2487 :     eliminated the now-unused (does>1)
2488 :    
2489 :     2004-08-26 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2490 :    
2491 :     * cross.fs, kernel/comp.fs:
2492 :     removed return stack trick from DOES> (replacing (does>1) with (does>2))
2493 :    
2494 :     * engine/main.c, prims2x.fs:
2495 :     moved imm_ops field of costs up a bit (better factoring and readability)
2496 :    
2497 :     2004-08-23 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2498 :    
2499 :     * engine/main.c, prims2x.fs:
2500 :     added imm_ops operand to costs structure and generate it
2501 :    
2502 :     * kernel/cond.fs, kernel/int.fs, dis-gdb.fs, doc/gforth.ds, profile.fs, source.fs:
2503 :     added BEFORE-WORD and OTHER-CONTROL-FLOW hooks
2504 :     changed profile.fs to use BEFORE-WORD hook and profile various control structs
2505 :     added count-calls? stuff to profile.fs
2506 :     minor changes
2507 :    
2508 :     2004-08-18 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2509 :    
2510 :     * profile.fs: basic profiling infrastructure
2511 :    
2512 : anton 1.13 2004-07-19 Bernd Paysan <bernd.paysan@gmx.de>
2513 : anton 1.10
2514 :     * arch/amd64/asm.fs:
2515 :     Added special cases for mov (64 bit immediate and offsets)
2516 :    
2517 : anton 1.13 2004-07-18 Bernd Paysan <bernd.paysan@gmx.de>
2518 : anton 1.10
2519 :     * arch/amd64/asm.fs: Started assembler for amd64 architecture
2520 :    
2521 :     * wf.fs: fixed link icon generation for #field URLS.
2522 :    
2523 : anton 1.13 2004-06-24 Bernd Paysan <bernd.paysan@gmx.de>
2524 : anton 1.10
2525 :     * wf.fs: Changes for Forth-Tagung
2526 :    
2527 : anton 1.13 2004-06-19 Bernd Paysan <bernd.paysan@gmx.de>
2528 : anton 1.10
2529 :     * engine/forth.h, engine/support.c, prim:
2530 :     Added support for external shift for broken GCCs
2531 :    
2532 :     * debug.fs, see.fs: Made debugger work on gforth-itc
2533 :    
2534 :     * engine/threaded.h: Changed empty expressions to do { exp } while(0)
2535 :    
2536 :     2004-06-15 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2537 :    
2538 :     * Makefile.in, configure.in, dis-gdb.fs, startup.fs:
2539 :     disgdb.fs is now always compiled in and checks at run-time if it works
2540 :    
2541 :     * dis-gdb.fs: DISASM-GDB is now more error-tolerant
2542 :    
2543 :     2004-06-13 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2544 :    
2545 :     * doc/makedoc.fs, doc/gforth.ds, stuff.fs: documented disasm-gdb
2546 :     documentation bugfixes
2547 :    
2548 :     * dis-gdb.fs, kernel/int.fs, stuff.fs, Makefile.in, configure.in:
2549 :     added dis-gdb.fs and related changes
2550 :     minor changes
2551 :    
2552 : anton 1.13 2004-06-07 Bernd Paysan <bernd.paysan@gmx.de>
2553 : anton 1.10
2554 :     * kernel/args.fs, doc/gforth.ds:
2555 :     Document fixes (broken node, broken "@")
2556 :    
2557 :     2004-05-31 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2558 :    
2559 :     * doc/gforth.ds, arch/amd64/disasm.fs:
2560 :     AMD64 1-byte opcodes done (mostly, and not debugged)
2561 :     minor documentation change
2562 :    
2563 :     2004-05-24 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2564 :    
2565 :     * arch/amd64/disasm.fs: ...
2566 :    
2567 :     2004-05-23 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2568 :    
2569 :     * arch/amd64/disasm.fs: amd64 disassembler
2570 :    
2571 :     2004-05-16 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2572 :    
2573 :     * httpd.fs, kernel/basics.fs, kernel/paths.fs, cross.fs:
2574 :     bugfix for compact.. (and renamed it into compact-filename)
2575 :     test case: ../../a
2576 :     related cleanups in path handling
2577 :    
2578 :     2004-05-14 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2579 :    
2580 :     * kernel/input.fs, Benchres, Makefile.in, debugs.fs, depth-changes.fs, doc/gforth.ds, source.fs:
2581 :     added Athlon64 benchmark result
2582 :     added depth-changes.fs and hook for that in kernel/input.fs
2583 :     made ~~ work in interpret state
2584 :     documented clearstacks
2585 :    
2586 :     2004-05-08 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2587 :    
2588 :     * float.fs, fsl-util.4th, kernel/basics.fs, kernel/int.fs, stuff.fs, Makefile.in:
2589 :     added fsl-util.4th (IIRC from Kryshna Myeni)
2590 :     made F.S output nicer and moved it from float.fs to stuff.fs
2591 :     added CLEARSTACKS
2592 :     exceptions caught by QUIT now clear the stacks (instead of resetting them to
2593 :     the depth when first entering QUIT)
2594 :    
2595 :     2004-04-10 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2596 :    
2597 :     * configure.in:
2598 :     autoconf-2.50 compatibility fix (report and fix by Stefan Schmiedl)
2599 :     https://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=8467
2600 :    
2601 :     * gforthmi.in, prim: BRANCH refinement (IIRC for gforth-native)
2602 :     fixed "gforthmi --application" bug (report and fix by Stefan Schmiedl).
2603 :    
2604 :     * comp-i.fs: disabled sanity check that does not work with exec-shield
2605 :    
2606 : anton 1.13 2004-04-10 Bernd Paysan <bernd.paysan@gmx.de>
2607 : anton 1.10
2608 :     * engine/main.c, httpd.fs: fixed "too many crashes" in httpd.fs
2609 :     fixed reentrance problem with callbacks
2610 :    
2611 : anton 1.13 2004-04-08 David Kuehling, MAE <dvdkhlng@mips.complang.tuwien.ac.at>
2612 : anton 1.10
2613 :     * gforth.el: * forth-load-file fixed
2614 :     * no special (backward) indentation of `\G' any more
2615 :    
2616 : anton 1.13 2004-03-29 Bernd Paysan <bernd.paysan@gmx.de>
2617 : anton 1.10
2618 :     * prim: Bug in bugfix fixed
2619 :    
2620 :     * prim: defines for buggy long long and ffcalls
2621 :    
2622 : anton 1.13 2004-02-02 Bernd Paysan <bernd.paysan@gmx.de>
2623 : anton 1.10
2624 :     * doc/fdl.texi, wf.fs: Fixed tagged occurences of < and &
2625 :    
2626 : anton 1.13 2004-01-25 Bernd Paysan <bernd.paysan@gmx.de>
2627 : anton 1.10
2628 :     * Benchres, filedump.fs, wf.fs:
2629 :     Fixed command line handling in filedump.fs
2630 :     XHTML support in wf.fs
2631 :    
2632 :     2004-01-25 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2633 :    
2634 :     * arch/386/machine.h, cache1.vmg, engine/engine.c, peeprules.vmg, prim, Makefile.in:
2635 :     minore bugfixes (Makefile.in)
2636 :     enabled 3-state stack caching for gforth-fast and gforth-native
2637 :     bugfixes (EXECUTE and PERFORM; spbREG use)
2638 :     explicit register allocation to spb for gforth-native, but not gforth-fast
2639 :     Due to the shortest-path algorithm this means that gforth-fast uses only
2640 :     S0 and S1, not S2, so we could keep that.
2641 :     However, we probably want to use more states etc. for other
2642 :     architectures, so we may want to have a way to select different
2643 :     cache.vmg and different peeprules.vmg files for different
2644 :     archs, builds, and binaries.
2645 :    
2646 :     2004-01-20 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2647 :    
2648 :     * engine/main.c, prims2x.fs, cache1.vmg: fixed bug in cache1.vmg
2649 :     prims2x.fs: better comments for prim*.i
2650 :     main.c: better --debug output (added primitive names)
2651 :    
2652 :     2004-01-19 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2653 :    
2654 :     * peeprules.vmg, prims2x.fs:
2655 :     fixed one stack-caching bug (N_START_SUPER value), and enabled stack caching
2656 :    
2657 :     * exboot.fs: change for bootstrap compatibility with older versions
2658 :    
2659 :     * kernel/args.fs, doc/gforth.ds:
2660 :     added NEXT-ARG; relkated documentation changes
2661 :    
2662 :     2004-01-18 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2663 :    
2664 :     * Makefile.in, exboot.fs:
2665 :     cleaned up exboot.fs (allowed by the SHIFT-ARGS change)
2666 :    
2667 :     * doc/gforth.ds, kernel/args.fs, Makefile.in:
2668 :     eliminated ARG# in favour of SHIFT-ARGS; related cleanups and doc changes
2669 :    
2670 :     2004-01-16 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2671 :    
2672 :     * kernel/args.fs, doc/gforth.ds:
2673 :     added 'arg#'; this is a hack. It may be better to manipulate argv and argc.
2674 :    
2675 :     2004-01-13 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2676 :    
2677 :     * doc/gforth.ds, kernel/comp.fs, README, see.fs: documentation change
2678 :     SEE bugfixes
2679 :     made (COMPILE) barf
2680 :    
2681 : anton 1.13 2004-01-05 Bernd Paysan <bernd.paysan@gmx.de>
2682 : anton 1.10
2683 :     * engine/engine.c, arch/sharc/compile.sharc, arch/sharc/systypes.h, arch/sharc/types.h, arch/shboom/compiler.fs, arch/shboom/dis.fs, arch/shboom/dis2.fs, arch/shboom/doers.fs, arch/shboom/prim.fs, arch/shboom/sh.p, ec/builttag.fs, ec/mirror.fs, arch/4stack/mach.sh, arch/misc/asm.fs, arch/misc/fi2v.fs, arch/misc/key.fs, arch/misc/misc-sim.v, arch/misc/misc.v, arch/misc/prim.fs, arch/misc/sim.fs, arch/misc/sokoban.fs, Benchres, update-copyright-blacklist:
2684 :     Added copyright notices
2685 :    
2686 :     2003-12-31 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2687 :    
2688 :     * engine/main.c: fixed buggy commit (uncovered by SUSE 9.0 gcc)
2689 :    
2690 :     * NEWS.vmgen, arch/ia64/machine.h, peeprules.vmg, update-copyright-blacklist:
2691 :     updated copyright years, or added copyright notices.
2692 :    
2693 :     * README, engine/main.c: minor changes
2694 :    
2695 :     * Makedist.in, Makefile.in: fixed some Makefile bugs
2696 :    
2697 : anton 1.13 2003-12-07 Bernd Paysan <bernd.paysan@gmx.de>
2698 : anton 1.10
2699 :     * configure.in, wf.fs: Added check for -fno-reorder-blocks
2700 :     Made wf.fs use dd/dl again (margin breaks with Konqueror)
2701 :    
2702 :     2003-12-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2703 :    
2704 :     * intcomp.fs: gforth-native now survives make check
2705 :    
2706 : anton 1.13 2003-11-23 Bernd Paysan <bernd.paysan@gmx.de>
2707 : anton 1.10
2708 :     * wf.fs: Now creates valid XHTML
2709 :    
2710 :     2003-11-23 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2711 :    
2712 :     * except.fs: throw works now for gforth-native
2713 :    
2714 :     * README, except.fs: documentation changes
2715 :     adapt exceptions to gforth-native (part 1)
2716 :    
2717 : anton 1.13 2003-11-10 Bernd Paysan <bernd.paysan@gmx.de>
2718 : anton 1.10
2719 :     * cross.fs: Changed (does>) to not use the return stack
2720 :    
2721 :     2003-11-10 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2722 :    
2723 :     * peeprules.vmg: disabled last native-incompatible superinstruction
2724 :    
2725 :     * kernel/comp.fs: bugfix ((does>) uses return address)
2726 :    
2727 :     * Makefile.in, NEWS.vmgen, engine/main.c:
2728 :     fixed gforth-native bug (branch target resolution)
2729 :     fixed "make dist" bug (arch/misc/optcmove.fs now included)
2730 :     Documentation changes
2731 :    
2732 : anton 1.13 2003-11-09 Bernd Paysan <bernd.paysan@gmx.de>
2733 : anton 1.10
2734 :     * cross.fs, kernel/comp.fs:
2735 :     Made postpone/(compile) work with gforth-native
2736 :    
2737 :     2003-11-09 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2738 :    
2739 :     * engine/main.c: minor cleanups
2740 :    
2741 :     * engine/main.c: changed compile_call2() interface
2742 :    
2743 :     * engine/main.c: changed compile_prim1arg() interface
2744 :    
2745 :     * engine/main.c: minor fix
2746 :    
2747 :     * engine/main.c: minor fixes
2748 :    
2749 :     2003-11-08 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2750 :    
2751 :     * prim, test/primtest.fs, Makefile.in: added make target primtest
2752 :     more primtests
2753 :     fixed some gforth-native bugs
2754 :     workaround for finish-code problem
2755 :    
2756 :     2003-11-06 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2757 :    
2758 :     * engine/main.c, test/primtest.fs:
2759 :     bugfixes and cleanup in reloation bitset handling
2760 :     more primtests
2761 :    
2762 :     * BUGS, engine/main.c: Threw out some unused code
2763 :     recorded a bug
2764 :    
2765 :     * engine/main.c, engine/threaded.h, test/primtest.fs, BUGS, Makefile.in, peeprules.vmg, prim:
2766 :     activated gforth-native again
2767 :     some gforth-native bugfixes and changes
2768 :    
2769 :     2003-11-03 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2770 :    
2771 :     * cache1.vmg, peeprules.vmg:
2772 :     some (failed) experiments with stack caching
2773 :    
2774 :     * engine/engine.c, engine/forth.h, engine/main.c, cache1.vmg, peeprules.vmg, prims2x.fs:
2775 :     made classical 1-register stack caching work again (and probably
2776 :     general stack caching with non-empty canonical state). There was a
2777 :     subtle bug involving ?DUP-?BRANCH.
2778 :     made this the default for gforth-fast and turned off anything beyond
2779 :     deleted the now-unused rewrite_bb().
2780 :    
2781 :     2003-11-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2782 :    
2783 :     * engine/forth.h, engine/profile.c, Makefile.in, cache0.vmg, cache1.vmg, engine/Makefile.in, prim:
2784 :     more work on stack caching
2785 :    
2786 :     * Makefile.in, engine/engine.c, engine/forth.h, engine/main.c, engine/peephole.c, engine/profile.c:
2787 :     Now the _fast.i files are included for gforth-fast and gforth-native
2788 :    
2789 : anton 1.13 2003-10-30 Bernd Paysan <bernd.paysan@gmx.de>
2790 : anton 1.10
2791 :     * blocks.fs: fixed block 0 update and refill
2792 :    
2793 :     2003-10-30 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2794 :    
2795 :     * Makefile.in, gfgen:
2796 :     factored out some generating stuff from the makefile into gfgen
2797 :     added rules for generating engine/*-fast.i (not used yet)
2798 :    
2799 :     2003-10-16 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2800 :    
2801 :     * kernel/comp.fs, Makefile.in, engine/engine.c, engine/main.c, prims2x.fs:
2802 :     stack caching works now (at least for make check)
2803 :     the main change is to the optimize_... stuff in main.c
2804 :     also restricted static optimization area to basic blocks
2805 :     minor bugfixes
2806 :    
2807 :     2003-10-09 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2808 :    
2809 :     * Makedist.in, engine/engine.c, engine/profile.c, peeprules.vmg, prim, prims2x.fs:
2810 :     replaced gforth-prof with $(PROFEXES) in Makedist.in
2811 :     more stack caching work
2812 :    
2813 :     * engine/engine.c, engine/main.c, prim, prims2x.fs, xxxprim:
2814 :     put stack caching stuff in prims2x.fs (cvs log prims2y.fs for
2815 :     fine-grained changes)
2816 :     set up prim etc. to work with the changes prims2x.fs (disabled USE_TOS for now)
2817 :    
2818 :     2003-10-08 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2819 :    
2820 :     * prims2y.fs: more stack caching
2821 :    
2822 :     * prims2y.fs, xxxprim: more stack caching stuff
2823 :    
2824 :     2003-10-05 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2825 :    
2826 :     * xxxprim, prims2y.fs: more stack caching stuff
2827 :    
2828 :     * kernel/comp.fs: minor cleanup
2829 :    
2830 :     2003-10-03 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2831 :    
2832 :     * kernel/comp.fs, kernel/vars.fs:
2833 :     eliminated last-compiled and last-compiled-here, and its uses
2834 :    
2835 :     2003-10-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2836 :    
2837 :     * prims2y.fs, xxxprim:
2838 :     more stack caching work (..._vm.i generation seems to work now)
2839 :    
2840 :     2003-10-01 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2841 :    
2842 :     * prims2y.fs, xxxprim: adapted store optimization to stack caching
2843 :    
2844 :     2003-09-29 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2845 :    
2846 :     * prims2y.fs, xxxprim: stack caching changes
2847 :    
2848 :     2003-09-21 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2849 :    
2850 :     * prims2y.fs, xxxprim: started on stack caching
2851 :    
2852 :     2003-09-20 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2853 :    
2854 :     * Makefile.in: use @INSTALL_SCRIPT@
2855 :    
2856 : anton 1.13 2003-09-15 Bernd Paysan <bernd.paysan@gmx.de>
2857 : anton 1.10
2858 :     * sokoban.fs: Fixed Sokoban (thanks to Hubert Feyrer)
2859 :    
2860 :     2003-09-15 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2861 :    
2862 :     * Makefile.in, arch/m68k/machine.h:
2863 :     Applied NetBSD patches submitted by Hubert Feyrer
2864 :    
2865 : anton 1.13 2003-09-14 Bernd Paysan <bernd.paysan@gmx.de>
2866 : anton 1.10
2867 :     * arch/8086/mach.fs, arch/8086/prim.fs, cross.fs, prim:
2868 :     Fixed 8086 target
2869 :    
2870 :     2003-09-14 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2871 :    
2872 :     * arch/arm/machine.h, arch/ia64/flush_icache_block.c, arch/ia64/machine.h, engine/engine.c, engine/forth.h, Benchres, Makefile.in, configure.in:
2873 :     IA64 refinements (dynamic native code generation)
2874 :     ARM support (but FP is broken on the iPAQ, and icache flush is missing)
2875 :     made no_dynamic_default and skipcode configuration variables
2876 :     worked around http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12108
2877 :     fixed some minor bugs
2878 :    
2879 :     2003-09-08 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2880 :    
2881 :     * prims2y.fs, prims2yref.fs:
2882 :     added prims2y.fs, prims2yref.fs for developing stack caching
2883 :    
2884 :     * configure.in, Makedist.in, Makefile.in:
2885 :     added configure option --enable-prof
2886 :    
2887 :     * Benchres, arch/amd64/machine.h, configure.in:
2888 :     added support for dynamic code generation on HPPA
2889 :     some Benchmark results
2890 :     explicit register allocation for AMD64
2891 :    
2892 : anton 1.13 2003-09-01 Bernd Paysan <bernd.paysan@gmx.de>
2893 : anton 1.10
2894 :     * arch/4stack/mach.fs, arch/4stack/prim.fs, arch/8086/prim.fs, arch/misc/prim.fs, Makefile.in, history.fs, iss.sh, prim:
2895 :     a bit Gforth EC work
2896 :     Changed Windows distribution to contain PDF instead of PostScript file
2897 :    
2898 : anton 1.13 2003-08-31 Bernd Paysan <bernd.paysan@gmx.de>
2899 : anton 1.10
2900 :     * Makefile.in: Added pdf target for the documents
2901 :    
2902 : anton 1.13 2003-08-30 Bernd Paysan <bernd.paysan@gmx.de>
2903 : anton 1.10
2904 :     * iss.sh: Updated iss.sh for Inno Setup 3.x
2905 :    
2906 :     * engine/support.c, fixpath.fs, iss.sh: Fixes for Windows port
2907 :    
2908 :     2003-08-28 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2909 :    
2910 :     * arch/amd64/machine.h, arch/generic/machine.h, Makefile.in, configure.in:
2911 :     added amd64 architecture
2912 :     changed some generic settings
2913 :     minor changes
2914 :    
2915 :     2003-08-27 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2916 :    
2917 :     * README, engine/main.c, engine/threaded.h, prims2x.fs, testall:
2918 :     now an is-branch? field is generated engine/costs.i
2919 :     fixed some typos in README
2920 :     changed default threading scheme for generic machine
2921 :    
2922 : anton 1.9 2003-08-25 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2923 :    
2924 :     * README, testdist: minor changes
2925 :    
2926 :     * NEWS, README: documentation changes
2927 :    
2928 :     * vmgen-ex2/mini.y, vmgen-ex2/peephole.c, vmgen-ex/peephole.c, vmgen-ex2/disasm.c, vmgen-ex2/engine.c, vmgen-ex2/mini-inst.vmg, vmgen-ex2/mini.h, vmgen-ex2/mini.l, netlib/configure.in, test/dbltest.fs, unix/socket.fs, unix/time.fs, vmgen-ex/disasm.c, vmgen-ex/engine.c, vmgen-ex/mini-inst.vmg, vmgen-ex/mini.h, vmgen-ex/mini.l, vmgen-ex/mini.y, kernel/cond-old.fs, kernel/doers.fs, kernel/errore.fs, kernel/kernel.fs, kernel/license.fs, kernel/pass.fs, kernel/prim0.fs, kernel/quotes.fs, kernel/saccept.fs, kernel/tools.fs, netlib/configure, engine/strerror.c, engine/strsignal.c, kernel/aliases0.fs, kernel/cbr.fs, kernel/cbrpi.fs, kernel/cloop.fs, kernel/cloop2.fs, engine/memcmp.c, engine/memmove.c, engine/peephole.c, engine/pow10.c, engine/profile.c, engine/select.c, engine/atanh.c, engine/cleanalign.c, engine/dblsub.c, engine/io.c, doc/makedoc.fs, ec/dotx.fs, ec/nesting.fs, ec/shex.fs, arch/sharc/mach.fs, arch/sharc/machine.h, arch/shboom/mach.fs, asm/basic.fs, asm/bitmask.fs, asm/generic.fs, asm/numref.fs, asm/target.fs, doc/gforth.ds, arch/4stack/asm.fs, arch/6502/mach.fs, arch/6502/prim.fs, arch/power/_sync_cache_range.c, arch/386/asm.fs, other.fs, prims2cl.fs, proxy.fs, random.fs, table.fs, tags.fs, tasker.fs, termsize.fs, traceall.fs, vmgen.in, vt100.fs, wordlib.fs, wordlib.mk, mach32b.fs, mach32l.fs, mach64b.fs, mach64l.fs, make-app.fs, model, more.fs, oldlib.fs, gray.fs, httpd.fs, intcomp.fs, lib.fs, locals-test.fs, locals.fs, mach16b.fs, mach16l.fs, configure.in, debugs.fs, ekey.fs, envos.dos, envos.fs, envos.os2, etags.fs, exboot.fs, fi2c.fs, filedump.fs, gforthmi.bat, gforthmi.cmd, gforthmi.in, glosgen.fs, INSTALL, add.fs, ansi.fs, assert.fs, bufio.fs, chains.fs, colorize.fs, comp-i.fs, config.bat, configure.cmd, BUILD-FROM-SCRATCH:
2929 :     documentation updates
2930 :     fixed some portability bugs in vmgen-ex and vmgen-ex2
2931 :     updated copyright years
2932 :    
2933 :     * vmgen-ex2/engine.c, Makefile.in, configure.in, doc/vmgen.texi, testdist, vmgen-ex/engine.c:
2934 :     gforth-prof is no longer generated by default
2935 :     turned off dynamic-default for hppa
2936 :     minor changes to make testdist work
2937 :     documentation changes
2938 :    
2939 : anton 1.10 2003-08-24 Bernd Paysan <bernd.paysan@gmx.de>
2940 : anton 1.9
2941 :     * fixpath.fs, iss.sh: Fixed setup compiler stuff
2942 :    
2943 :     2003-08-24 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2944 :    
2945 :     * engine/main.c, Makefile.in, configure.in, peeprules.vmg, prims2x.fs:
2946 :     fixed various minor issues:
2947 :     workaround for HPUX make and our dependence cycles
2948 :     suppress warnings for unused variables in superinstructions
2949 :     added some superinstructions
2950 :     useful code_size metrics for primitives with funny K and J labels
2951 :     default metric for --no-dynamic is now cost_nexts
2952 :    
2953 : anton 1.10 2003-08-23 Bernd Paysan <bernd.paysan@gmx.de>
2954 : anton 1.9
2955 :     * kernel/comp.fs, prim, Makefile.in, configure.in, machpc.fs, machpc.fs.in:
2956 :     Fixed the make dist kernl*.fi building process so that neither new nor old
2957 :     calling interface is included
2958 :    
2959 :     2003-08-22 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2960 :    
2961 :     * engine/engine.c, engine/forth.h, testdist, vmgen-ex/Makefile, vmgen-ex2/Makefile, prim:
2962 :     fixed bugs in doer routines (showed up with threadng scheme 1)
2963 :     testdist portability improvements
2964 :    
2965 :     2003-08-20 Anton Ertl <anton@mips.complang.tuwien.ac.at>
2966 :    
2967 :     * kernel/aliases0.fs, doc/gforth.ds, prim:
2968 :     Routines like (DOCOL) now don't get a primitive in the kernel (bugfix).
2969 :     Documentation changes
2970 :    
2971 :     * engine/engine.c, engine/main.c, engine/profile.c, engine/signals.c, engine/threaded.h, prim:
2972 :     Defined run-time routines (docol etc.) as primitives, eliminated some
2973 :     special-casing and "+DOESJUMP+1" etc. in engine.c and main.c
2974 :     Defined the enum type PrimNum and replaced many shorts with PrimNums
2975 :     (gives nicer gdb output)
2976 :     Workaround for the absence of the FPE_... macros in FreeBSD/Alpha 4_STABLE
2977 :    
2978 : anton 1.10 2003-08-18 Bernd Paysan <bernd.paysan@gmx.de>
2979 : anton 1.9
2980 :     * kernel/getdoers.fs, kernel/int.fs, kernel/main.fs, arch/4stack/asm.fs, arch/4stack/prim.fs, arch/misc/mach.fs, arch/misc/prim.fs, kernel/basics.fs, cross.fs, prim:
2981 :     Further fixes for Gforth EC
2982 :    
2983 : anton 1.10 2003-08-17 Bernd Paysan <bernd.paysan@gmx.de>
2984 : anton 1.9
2985 :     * kernel/basics.fs: basics.fs fixed
2986 :    
2987 :     * kernel/basics.fs, Makefile.in, arch/4stack/prim.fs, arch/misc/mach.fs, arch/misc/prim.fs, arch/misc/sim.fs, configure.in, prim:
2988 :     Started to fix Gforth EC (4stack and MISC work again)
2989 :    
2990 :     * fflib.fs: Fixed example (lseek must be lseek64)
2991 :    
2992 :     * fflib.fs, prim: Fixed reverse ordering
2993 :     Added legacy support for old bigFORTH libraries
2994 :    
2995 : anton 1.10 2003-08-16 Bernd Paysan <bernd.paysan@gmx.de>
2996 : anton 1.9
2997 :     * engine/main.c, fflib.fs: Callback stuff tested
2998 :    
2999 :     * fflib.fs, lib.fs, prim, Makefile.in: added callback stuff to fflib.fs
3000 :     removed legacy flag (different usage is sufficient)
3001 :    
3002 : anton 1.10 2003-08-15 Bernd Paysan <bernd.paysan@gmx.de>
3003 : anton 1.9
3004 :     * fflib.fs, lib.fs, oldlib.fs:
3005 :     Added high level part of ffcall interface
3006 :    
3007 :     * prim: fixed REST_REGS in av-call-int
3008 :    
3009 :     2003-08-15 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3010 :    
3011 :     * engine/engine.c, engine/main.c, prims2x.fs, Makefile.in:
3012 :     made superinstructions compatible with conditional compilation of primitives
3013 :     (in Gforth; don't use conditional compilation in vmgen).
3014 :    
3015 :     2003-08-10 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3016 :    
3017 :     * engine/main.c, peeprules.vmg:
3018 :     decompile_prim can now deal with static superinstructions
3019 :    
3020 :     2003-08-08 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3021 :    
3022 :     * testdist, NEWS, testall: minor fixes in testdist and testall
3023 :     documentation changes
3024 :    
3025 :     * engine/Makefile.in, engine/main.c, Makefile.in, configure.in, prim, testall:
3026 :     fixed Windows PATHSEP bug
3027 :     Makefile now tolerates ";" as PATHSEP
3028 :     eliminatd some warnings
3029 :    
3030 : anton 1.10 2003-08-07 Bernd Paysan <bernd.paysan@gmx.de>
3031 : anton 1.9
3032 :     * engine/forth.h, engine/main.c, prim: Fixed alloc-callback
3033 :    
3034 :     2003-08-06 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3035 :    
3036 :     * arch/generic/machine.h, configure.in:
3037 :     moved HAS_FFCALL definition to configure.in where it belongs
3038 :    
3039 :     * configure.in: two bugfixes in configure.in
3040 :    
3041 :     2003-08-04 David Kuehling, MAE <dvdkhlng@mips.complang.tuwien.ac.at>
3042 :    
3043 :     * gforth.el:
3044 :     Fix keybinding "\C-h\C-i" which was broken in X-Emacs (\C-h == backspace).
3045 :    
3046 : anton 1.10 2003-08-04 Bernd Paysan <bernd.paysan@gmx.de>
3047 : anton 1.9
3048 :     * engine/engine.c, engine/forth.h, engine/main.c, arch/generic/machine.h, machpc.fs, machpc.fs.in, prim, prims2x.fs, Makefile.in, comp-i.fs, configure.in, cross.fs, iss.sh:
3049 :     Inclusion of ffcall stuff
3050 :     ftp://ftp.santafe.edu/pub/gnu/ffcall-1.8.tar.gz
3051 :     High level stuff missing
3052 :    
3053 :     2003-08-03 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3054 :    
3055 :     * engine/main.c:
3056 :     changed relocation validity check (now searches for next K label, then
3057 :     checks if J label is between I and this K label).
3058 :    
3059 :     2003-08-01 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3060 :    
3061 :     * engine/engine.c, engine/main.c:
3062 :     better checking of primitives for dynamic code generation (works with gcc-3.3)
3063 :    
3064 :     2003-07-31 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3065 :    
3066 :     * configure.in, engine/Makefile.in, peeprules.vmg:
3067 :     eliminated configure option --dynamic
3068 :     made configure var no_dynamic_default settable (and documented it)
3069 :     configure now tests for -fno-crossjumping (instead of -fno-cross-jump).
3070 :     turn on engine option -fno-inline (eliminates problems with register
3071 :     allocation on gcc-3.3 on 386 with --enable-force-reg).
3072 :    
3073 : anton 1.10 2003-07-18 Bernd Paysan <bernd.paysan@gmx.de>
3074 : anton 1.9
3075 :     * configure.in: Reinstantiated --with[out]-dynamic
3076 :    
3077 : anton 1.10 2003-07-14 Bernd Paysan <bernd.paysan@gmx.de>
3078 : anton 1.9
3079 :     * wf.fs, Makedist.in, Makefile.in:
3080 :     Some fixes to makedist and a few changes to wf.fs
3081 :    
3082 :     2003-05-18 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3083 :    
3084 :     * prim:
3085 :     turned off static superinstructions for everything but gforth-fast
3086 :     (it would impede backtracing in gforth, and the rest does not need it at all)
3087 :    
3088 :     2003-05-15 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3089 :    
3090 :     * arch/386/machine.h, engine/Makefile.in, engine/main.c, Makefile.in, configure.in, peeprules.vmg, prim, prims2x.fs:
3091 :     gforth-prof is built by default again
3092 :     default CFLAGS is now "-O2" instead of "-g -O2"
3093 :     added some static superinstructions
3094 :     fixed computation of engine/costs.i
3095 :     minor changes
3096 :    
3097 :     2003-05-14 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3098 :    
3099 :     * engine/main.c: minor bugfix
3100 :    
3101 :     * engine/main.c: added --ss-greedy (greedy superinstruction selection)
3102 :     renamed --print-codesize into --print-metrics (and added stuff to print)
3103 :    
3104 :     * engine/main.c:
3105 :     added various flags for controlling static superinstruction selection
3106 :    
3107 :     2003-05-13 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3108 :    
3109 :     * engine/main.c:
3110 :     dynamic superinstructions enabled again, further cleanups
3111 :    
3112 :     * engine/main.c: refactored static superinstruction stuff
3113 :    
3114 :     * arch/386/disasm.fs, engine/Makefile.in, engine/main.c, Makefile.in, prims2x.fs:
3115 :     implemented new approach for static superinstructions (cleanup needed)
3116 :     386 disasm bugfix (enter)
3117 :    
3118 :     2003-05-11 Jens Wilke <jwilke@mips.complang.tuwien.ac.at>
3119 :    
3120 :     * kernel/pass.fs, kernel/vars.fs, machpc.fs, prims2x.fs, cross.fs:
3121 :     cross: use sperate region for user-space
3122 :     cross: allow no user-space at all
3123 :    
3124 :     * arch/misc/mach.fs, arch/misc/sim.fs: *** empty log message ***
3125 :    
3126 :     2003-05-08 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3127 :    
3128 :     * Makefile.in, arch/386/disasm.fs, engine/forth.h, engine/main.c, prim:
3129 :     preparing for new approach to static superinstructions
3130 :     fixed bug in 386 disassembler (fucompp)
3131 :     minor cleanup
3132 :    
3133 :     2003-05-04 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3134 :    
3135 :     * engine/main.c: added --print-codesize option
3136 :    
3137 :     * configure.in, doc/gforth.ds, gforth.lsm, prim, Makedist.in, README:
3138 :     minor changes
3139 :    
3140 :     2003-04-05 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3141 :    
3142 :     * Makefile.in, doc/vmgen.1: bugfix (paper format)
3143 :     added doc/vmgen.1 (contributed by Eric Schwartz)
3144 :    
3145 : anton 1.10 2003-03-23 Bernd Paysan <bernd.paysan@gmx.de>
3146 : anton 1.9
3147 :     * fixpath.fs, iss.sh: Windows distribution updated
3148 :    
3149 :     2003-03-22 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3150 :    
3151 :     * NEWS, prims2x.fs: documentation update
3152 :     redefined words in prims2x.fs to keep BUILD-FROM-SCRATCH working
3153 :    
3154 :     * kernel/comp.fs, doc/gforth.ds, doc/makedoc.fs, etags.fs, glocals.fs, intcomp.fs, locals.fs, look.fs, prims2x.fs, see.fs, struct.fs, stuff.fs, tags.fs, ans-report.fs, code.fs, debug.fs, ds2texi.fs:
3155 :     added LATEST, replaced uses of LAST @ with uses of LATEST
3156 :     renamed LASTXT to LATESTXT, and changed the uses
3157 :     made >NAME the primary name for >HEAD
3158 :     documentation changes
3159 :    
3160 :     2003-03-20 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3161 :    
3162 :     * kernel/comp.fs, Makedist.in: updated Makedist.in for 0.6.1
3163 :     minor documentation change
3164 :    
3165 :     2003-03-11 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3166 :    
3167 :     * configure.in, doc/gforth.ds, ChangeLog, NEWS: documentation changes
3168 :     updated version number
3169 :    
3170 :     * backtrac.fs: minor bugfix (bug located by Jorge Acereda)
3171 :    
3172 : anton 1.10 2003-03-11 Bernd Paysan <bernd.paysan@gmx.de>
3173 : anton 1.9
3174 :     * kernel/int.fs:
3175 :     Fixed -trailing (cures cross.fs bug for big endian machine...)
3176 :    
3177 : anton 1.8 2003-03-11 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3178 :    
3179 :     * backtrac.fs: minor bugfix (bug located by Jorge Acereda)
3180 :    
3181 : anton 1.10 2003-03-11 Bernd Paysan <bernd.paysan@gmx.de>
3182 : anton 1.8
3183 :     * kernel/int.fs:
3184 :     Fixed -trailing (cures cross.fs bug for big endian machine...)
3185 :    
3186 : anton 1.7 2003-03-09 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3187 :    
3188 : anton 1.8 * NEWS, README: fixed typos
3189 :    
3190 :     * NEWS.vmgen: added NEWS.vmgen
3191 :    
3192 :     * gforth.lsm: updated gforth.lsm
3193 :    
3194 :     * ChangeLog: updated Changelog
3195 :    
3196 : anton 1.7 * configure.in, INSTALL, Makefile.in, NEWS, README:
3197 :     updated version number
3198 :     documentation changes
3199 :     minor changes
3200 :    
3201 :     * vmgen-ex2/mini.y, vmgen-ex2/peephole.c, vmgen-ex2/profile.c, vmgen-ex2/support.c, vmgen-ex2/disasm.c, vmgen-ex2/engine.c, vmgen-ex2/mini.h, vmgen-ex2/mini-inst.vmg, vmgen-ex2/mini.l, vmgen-ex2/README, vmgen-ex2/Makefile, vmgen-ex/mini.h, vmgen-ex/mini-inst.vmg, vmgen-ex/mini.l, vmgen-ex/mini.y, vmgen-ex/peephole.c, vmgen-ex/profile.c, vmgen-ex/support.c, test/signals.fs, test/string.fs, unix/socket.fs, unix/time.fs, vmgen-ex/disasm.c, vmgen-ex/engine.c, vmgen-ex/Makefile, vmgen-ex/README, kernel/saccept.fs, kernel/toolsext.fs, kernel/tools.fs, kernel/vars.fs, netlib/configure, netlib/configure.in, test/dbltest.fs, test/other.fs, kernel/getdoers.fs, kernel/input.fs, kernel/io.fs, kernel/kernel.fs, kernel/license.fs, kernel/main.fs, kernel/nio.fs, kernel/pass.fs, kernel/paths.fs, kernel/prim0.fs, kernel/quotes.fs, kernel/require.fs, kernel/cbrpi.fs, kernel/cloop2.fs, kernel/cloop.fs, kernel/comp.fs, kernel/cond.fs, kernel/cond-old.fs, kernel/doers.fs, kernel/errore.fs, kernel/files.fs, engine/strerror.c, engine/strsignal.c, engine/support.c, engine/threaded.h, kernel/accept.fs, kernel/aliases0.fs, kernel/args.fs, kernel/basics.fs, kernel/cbr.fs, engine/engine.c, engine/forth.h, engine/io.c, engine/io.h, engine/main.c, engine/memcmp.c, engine/memmove.c, engine/peephole.c, engine/pow10.c, engine/profile.c, engine/select.c, engine/signals.c, doc/vmgen.texi, ec/dotx.fs, ec/nesting.fs, ec/shex.fs, engine/atanh.c, engine/cleanalign.c, engine/dblsub.c, engine/Makefile.in, arch/sparc/machine.h, asm/basic.fs, asm/bitmask.fs, asm/generic.fs, asm/numref.fs, asm/target.fs, doc/makedoc.fs, arch/mips/testdisasm.fs, arch/misc/mach.fs, arch/power/machine.h, arch/power/_sync_cache_range.c, arch/sharc/mach.fs, arch/sharc/machine.h, arch/shboom/mach.fs, arch/generic/machine.h, arch/hppa/cache.c, arch/hppa/machine.h, arch/m68k/machine.h, arch/mips/machine.h, arch/mips/testasmcontrol.fs, arch/mips/testasm.fs, arch/386/machine.h, arch/386/testasm.fs, arch/4stack/mach.fs, arch/4stack/prim.fs, arch/4stack/relocate.fs, arch/6502/mach.fs, arch/6502/prim.fs, arch/alpha/machine.h, arch/alpha/testasm.fs, arch/386/asm.fs, tasker.fs, termsize.fs, traceall.fs, versions.bsh, vmgen.in, vt100.fs, vt100key.fs, wordinfo.fs, wordlib.fs, wordlib.mk, wordsets.fs, struct.fs, stuff.fs, table.fs, tags.fs, startup.fs, prims2cl.fs, prims2x.fs, proxy.fs, quotes.fs, random.fs, savesys.fs, script.fs, search.fs, see-ext.fs, see.fs, simp-see.fs, sokoban.fs, source.fs, mach32b.fs, mach32l.fs, mach64b.fs, mach64l.fs, machpc.fs.in, make-app.fs, mkdosmf.sed, mkos2mf.sed, model, moof-exm.fs, more.fs, other.fs, prim, hash.fs, history.fs, httpd.fs, intcomp.fs, iss.sh, lib.fs, locals.fs, locals-test.fs, locate.fs, look.fs, mach16b.fs, mach16l.fs, extend.fs, fi2c.fs, filedump.fs, fixpath.fs, float.fs, gforth.el, gforthmi.bat, gforthmi.cmd, gforthmi.in, glocals.fs, glosgen.fs, gray.fs, envos.os2, errors.fs, etags.fs, exboot.fs, except.fs, debug.fs, debugs.fs, doskey.fs, ds2texi.fs, ekey.fs, environ.fs, envos.dos, envos.fs, assert.fs, backtrac.fs, blocks.fs, bufio.fs, chains.fs, code.fs, colorize.fs, comp-i.fs, config.bat, configure.cmd, configure.in, cross.fs, add.fs, ansi.fs, ans-report.fs, BUILD-FROM-SCRATCH, Makedist.in, Makefile.in, NEWS, README, ToDo, ToDo-native, AUTHORS, BUGS:
3202 :     updated copyright years
3203 :    
3204 :     * update-copyright, update-copyright-blacklist:
3205 :     added update-copyright-blacklist
3206 :    
3207 :     * update-copyright: finished update-copyright
3208 :    
3209 :     * vmgen-ex2/fib.prof, vmgen-ex2/test.prof, arch/mips/testasmcontrol.fs, arch/mips/testasm.fs, arch/mips/testdisasm.fs, arch/power/elf32ppc.x, vmgen-ex2/README, vmgen-ex/README, arch/386/testasm.fs, arch/alpha/testasm.fs, mkdosmf.sed, mkos2mf.sed, moof-exm.fs, script.fs, sokoban.fs, update-copyright, versions.bsh, wf.fs, wordsets.fs, config.guess, fixpath.fs, iss.sh, locate.fs, ToDo, ToDo-native, INSTALL, INSTALL.BINDIST, INSTALL.DOS, Makefile.in, NEWS, README, README.vmgen, AUTHORS, Benchres, BUGS, ChangeLog:
3210 :     added copyright messages to a lot of files
3211 :     removed some obsolete or non-source files
3212 :    
3213 :     * update-copyright: added script for updating copyright years
3214 :    
3215 :     2003-03-08 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3216 :    
3217 :     * engine/signals.c, Makefile.in, prims2x.fs, testall:
3218 :     bug workaround (cygwin signal blocking)
3219 :     minor changes
3220 :    
3221 :     * kernel/toolsext.fs:
3222 :     bugfix (dealing with "(" inside 0 [if] ... [then])
3223 :    
3224 :     * search.fs, see.fs:
3225 :     .VOC and its users print names for wordlists defined with "wordlist constant"
3226 :     moved id. and friends from see.fs to search.fs
3227 :    
3228 :     2003-03-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3229 :    
3230 :     * configure.in, Makefile.in, testdist: minor changes
3231 :    
3232 :     * doc/vmgen.texi, configure.in, doc/gforth.ds, Makefile.in:
3233 :     documentation installation updates
3234 :    
3235 :     2003-03-01 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3236 :    
3237 :     * doc/gpl.texi, doc/vmgen.texi, doc/gforth.ds:
3238 :     documentation changes (mainly reorganized stuff)
3239 :    
3240 :     * cross.fs: Generate TAGS without spaces from cross.fs
3241 :    
3242 :     2003-02-28 David Kuehling, MAE <dvdkhlng@mips.complang.tuwien.ac.at>
3243 :    
3244 :     * gforth.el: Fixed some problems with forth-find-tag.
3245 :    
3246 :     2003-02-28 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3247 :    
3248 :     * kernel/int.fs, doc/gforth.ds, errors.fs, NEWS, timings.sc, ChangeLog:
3249 :     documentation changes: updated Changelog and NEWS, wrote sections on
3250 :     pipes and updated the Performance section; updated timings.sc with
3251 :     gforth-0.5.9 numbers
3252 :     Changed name in bootmessage from GForth to Gforth.
3253 :    
3254 :     2003-02-25 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3255 :    
3256 :     * kernel/int.fs, doc/gforth.ds, doc/vmgen.texi, compat/strcomp.fs, Makefile.in, NEWS, simp-see.fs:
3257 :     Documentation changes (new: The Input Stream (gforth), Stack growth
3258 :     direction (Vmgen)
3259 :    
3260 :     2003-02-25 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3261 : anton 1.5
3262 :     * kernel/int.fs, doc/gforth.ds, doc/vmgen.texi, Makefile.in, NEWS, compat/strcomp.fs, simp-see.fs:
3263 :     Documentation changes (new: The Input Stream (gforth), Stack growth
3264 :     direction (Vmgen)
3265 :    
3266 : anton 1.7 2003-02-24 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3267 : anton 1.5
3268 :     * doc/gforth.ds: Documentation changes
3269 :    
3270 : anton 1.7 2003-02-23 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3271 : anton 1.5
3272 :     * doc/vmgen.texi, NEWS, doc/gforth.ds:
3273 :     documented threaded code variations and dynamic superinstructions
3274 :     other documentation changes
3275 :    
3276 : anton 1.7 2003-02-22 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3277 : anton 1.5
3278 :     * doc/gforth.ds: minor doc changes
3279 :    
3280 : anton 1.7 2003-02-17 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3281 : anton 1.5
3282 :     * kernel/int.fs: minor change
3283 :    
3284 :     * engine/forth.h, engine/io.h, engine/main.c, engine/signals.c, except.fs, kernel/int.fs, errors.fs:
3285 :     Gforth now works properly when its stdout is to a broken pipe (but not stderr)
3286 :     special SIGPIPE throw code (-2049)
3287 :     minor bugfix ("uncaught exception" is now printed on stderr)
3288 :    
3289 : anton 1.13 2003-02-08 David Kuehling, MAE <dvdkhlng@mips.complang.tuwien.ac.at>
3290 : anton 1.5
3291 :     * doc/gforth.ds:
3292 :     Updated the "Emacs and Gforth" chapter of the documentation.
3293 :    
3294 :     * gforth.el: Updated docstrings.
3295 :    
3296 :     Ripped out (unusable) forth-process code, replaced it with a
3297 :     comint-based implementation which is mostly copied from Emacs'
3298 :     `cmuscheme.el'. Tested with Emacs 21 and 20, XEmacs 21.
3299 :    
3300 :     * gforth.el:
3301 :     Fixed `uncomment-region' (C-u C-x C-\) which didn't work, since
3302 :     regexp `comment-start-skip' was buggy.
3303 :    
3304 : anton 1.7 2003-02-06 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3305 : anton 1.5
3306 :     * kernel/comp.fs, kernel/int.fs, kernel/vars.fs:
3307 :     >name now works for names of arbitrary length
3308 :    
3309 :     * Makefile.in, configure.in: minor fixes
3310 :    
3311 :     * kernel/int.fs, savesys.fs, search.fs:
3312 :     >name etc now works for names with up to 32 chars
3313 :     the search order is now preserved across savesystem
3314 :    
3315 : anton 1.7 2003-02-03 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3316 : anton 1.5
3317 :     * Makefile.in, stuff.fs, BUGS, ChangeLog: updated ChangeLog and BUGS
3318 :     now gforth-itc is installed and uninstalled
3319 :     documentation changes
3320 :    
3321 : anton 1.7 2003-02-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3322 : anton 1.5
3323 :     * vmgen-ex/support.c, vmgen-ex2/support.c, README, engine/signals.c, test/signals.fs:
3324 :     portability bugfixes
3325 :     use SA_ONSTACK for all program-generated signals
3326 :     updated README
3327 :    
3328 : anton 1.7 2003-02-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3329 : anton 1.4
3330 :     * vmgen-ex/support.c, vmgen-ex2/support.c, README, engine/signals.c, test/signals.fs:
3331 :     portability bugfixes
3332 :     use SA_ONSTACK for all program-generated signals
3333 :     updated README
3334 :    
3335 : anton 1.7 2003-02-01 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3336 : anton 1.4
3337 :     * vmgen-ex/Makefile, vmgen-ex2/Makefile, configure.in, testdist:
3338 :     updated version number and date
3339 :     minor changes
3340 :    
3341 :     * testdist, vmgen-ex/mini.l, vmgen-ex2/mini.l:
3342 :     portability bugfixes, minor changes
3343 :    
3344 :     * kernel/int.fs, vmgen-ex/Makefile, vmgen-ex/profile.c, vmgen-ex2/Makefile, vmgen-ex2/profile.c, arch/hppa/cache.c, arch/hppa/machine.h, engine/main.c, engine/signals.c, testall, Makefile.in, prims2x.fs:
3345 :     portability changes
3346 :     bugfixes in prims2x.fs, kernel/int.fs
3347 :    
3348 : anton 1.7 2003-01-31 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3349 : anton 1.4
3350 :     * arch/hppa/machine.h, configure.in, extend.fs, testall:
3351 :     fixed some portability bugs
3352 :    
3353 : anton 1.7 2003-01-30 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3354 : anton 1.4
3355 :     * prims2x.fs: bugfix in prims2x.fs sync line handling
3356 :    
3357 :     * vmgen-ex2/Makefile, arch/hppa/cache.c, arch/hppa/machine.h, engine/main.c, prims2x.fs, vmgen-ex/Makefile, configure.in:
3358 :     eliminated some (hopefully outdated) hppa special treatments
3359 :     rewrote hppa cacheflush
3360 :     prims2x can now process CRLF inputs (but the output is partly unixified)
3361 :     prims2x can now process several sync lines in sequence
3362 :     minor fixes
3363 :    
3364 :     * vmgen-ex/Makefile, vmgen-ex2/Makefile, engine/Makefile.in, engine/main.c, Makefile.in, configure.in, testall:
3365 :     fixed some portability bugs and other minor bugs
3366 :    
3367 : anton 1.7 2003-01-27 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3368 : anton 1.4
3369 :     * Makefile.in, configure.in: some changes for cygwin
3370 :    
3371 :     * Makefile.in, configure.in, engine/Makefile.in, mkdosmf.sed, mkos2mf.sed:
3372 :     replaced configure variable EXE with EXEEXT (provided by autoconf by default)
3373 :    
3374 :     * engine/Makefile.in, engine/engine.c, engine/forth.h, engine/main.c, engine/support.c:
3375 :     minor changes (64-bit-cleanups)
3376 :    
3377 :     * configure.in: updated version number and date
3378 :    
3379 : anton 1.7 2003-01-26 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3380 : anton 1.4
3381 :     * engine/engine.c, engine/memcmpc.c:
3382 :     removed engine/memcmpc.c (now in support.c)
3383 :     removed unused stuff
3384 :    
3385 :     * engine/Makefile.in, engine/engine.c, engine/forth.h, engine/memcmpc.c, engine/support.c, kernel/int.fs, test/string.fs, configure.in, ds2texi.fs, extend.fs, float.fs, history.fs, prim, see.fs, stuff.fs, Makefile.in:
3386 :     use AC_SYS_LARGEFILE instead of declaring this stuff unconditionally
3387 :     moved memcasecmp() into support.c
3388 :     eliminated -TEXT (all uses replaced, except within prim)
3389 :     converted CAPSCOMP and -TRAILING into high-level words
3390 :     folded C code for more complex primitives into support.c
3391 :     Fliterals are now decompiled ok
3392 :     f.rdp etc. documentation changes
3393 :     added test cases for SEARCH
3394 :    
3395 :     * Makefile.in, engine/main.c: minor changes
3396 :    
3397 : anton 1.7 2003-01-25 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3398 : anton 1.4
3399 :     * test/gforth.fs: bugfix in test/gforth.fs
3400 :    
3401 :     * ans-report.fs, stuff.fs: converted ans-report.fs to absolute branches
3402 :     changed comments for f.rdp etc.
3403 :    
3404 :     * Makefile.in, test/gforth.fs: added test cases for f>str-rdp
3405 :    
3406 :     * prim, stuff.fs:
3407 :     bugfixes and improvements for f.rdp, represent, and friends
3408 :    
3409 : anton 1.7 2003-01-24 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3410 : anton 1.4
3411 :     * prim, startup.fs, stuff.fs: added F.RDP F>STR-RDP F>BUF-RDP
3412 :    
3413 : anton 1.7 2003-01-23 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3414 : anton 1.4
3415 :     * prim, quotes.fs: REPRESENT bugfix
3416 :     new escape sequence \q (equivalent to \").
3417 :    
3418 : anton 1.7 2003-01-22 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3419 : anton 1.4
3420 :     * kernel/int.fs, stuff.fs: added ]] ... [[
3421 :     fixed compile-only error message
3422 :    
3423 :     * INSTALL, configure.in:
3424 :     Declared some environment variables in configure.in
3425 :     cleaned up PEEPHOLE configuration options (no longer used in C code)
3426 :     related documentation changes in INSTALL
3427 :    
3428 :     * configure.in, kernel/input.fs, kernel/require.fs, stamp-h.in, stuff.fs:
3429 :     disabled long long on PPC (buggy in some gcc versions).
3430 :     implemented EXECUTE-PARSING-FILE (new-input only).
3431 :    
3432 :     * kernel/input.fs: added EXECUTE-PARSING
3433 :    
3434 :     * kernel/require.fs, blocks.fs, kernel/files.fs, kernel/int.fs, source.fs, wf.fs:
3435 :     factored out saving and restoring loadfilename (not relevant for new-input)
3436 :    
3437 : anton 1.7 2003-01-21 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3438 : anton 1.4
3439 :     * doc/gforth.ds, source.fs: loadfilename#>str is now safer
3440 :     documented the interaction of markers and ~~ and assertions
3441 :    
3442 : anton 1.7 2003-01-20 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3443 : anton 1.4
3444 :     * kernel/require.fs, source.fs:
3445 :     replaced "*a file*" etc. with "*somewhere*"
3446 :    
3447 :     * blocks.fs, kernel/files.fs, kernel/input.fs, kernel/int.fs, kernel/require.fs, kernel/vars.fs, source.fs, wf.fs:
3448 :     replaced loadfilename# with loadfilename (bugfix)
3449 :    
3450 :     * kernel/int.fs, kernel/io.fs, kernel/main.fs, kernel/nio.fs, kernel/paths.fs, kernel/require.fs, kernel/toolsext.fs, kernel/vars.fs, engine/signals.c, engine/support.c, kernel/args.fs, kernel/basics.fs, kernel/comp.fs, kernel/cond.fs, kernel/files.fs, engine/Makefile.in, engine/engine.c, engine/forth.h, engine/main.c, arch/mips/machine.h, arch/power/machine.h, arch/sparc/machine.h, doc/gforth.ds, arch/386/machine.h, arch/alpha/machine.h, arch/m68k/machine.h, prims2x.fs, search.fs, startup.fs, struct.fs, vt100key.fs, wordinfo.fs, configure.in, cross.fs, debug.fs, doskey.fs, environ.fs, extend.fs, glocals.fs, hash.fs, look.fs, machpc.fs.in, Makedist.in, Makefile.in, blocks.fs:
3451 :     undid changes to copyright notices
3452 :    
3453 : anton 1.10 2003-01-19 Bernd Paysan <bernd.paysan@gmx.de>
3454 : anton 1.4
3455 :     * kernel/int.fs, kernel/io.fs, kernel/main.fs, kernel/nio.fs, kernel/paths.fs, kernel/require.fs, kernel/toolsext.fs, kernel/vars.fs, engine/forth.h, engine/main.c, engine/signals.c, engine/support.c, kernel/args.fs, kernel/basics.fs, kernel/comp.fs, kernel/cond.fs, kernel/files.fs, kernel/input.fs, engine/engine.c, doc/gforth.ds, engine/Makefile.in, arch/386/machine.h, arch/alpha/machine.h, arch/m68k/machine.h, arch/mips/machine.h, arch/power/machine.h, arch/sparc/machine.h, look.fs, machpc.fs, machpc.fs.in, prims2x.fs, search.fs, startup.fs, struct.fs, vt100key.fs, wordinfo.fs, blocks.fs, configure.in, cross.fs, debug.fs, doskey.fs, environ.fs, extend.fs, glocals.fs, hash.fs, Makedist.in, Makefile.in:
3456 :     Updated copyright notices
3457 :     Added stack effects to kernel/input.fs
3458 :    
3459 : anton 1.10 2003-01-18 Bernd Paysan <bernd.paysan@gmx.de>
3460 : anton 1.4
3461 :     * configure.in, kernel/int.fs:
3462 :     Added intptr_t and int128_t to types to be checked
3463 :     Changed boot message copyright date
3464 :    
3465 : anton 1.7 2003-01-14 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3466 : anton 1.4
3467 :     * engine/main.c: flush_to_here now not called on superblock ends
3468 :    
3469 :     * engine/forth.h, engine/main.c, kernel/comp.fs, code.fs, configure.in:
3470 :     Icache-flushing is now not performed on generating a NEXT, just on the
3471 :     end of a definition through finish-code.
3472 :     Eliminated MIPS linker testing (not necessary with hybrid D/ITC).
3473 :     --no-dynamic is default on systems that don't define FLUSH_ICACHE.
3474 :    
3475 : anton 1.7 2003-01-10 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3476 : anton 1.4
3477 :     * Makefile.in, engine/Makefile.in, kernel/comp.fs, kernel/int.fs, prim:
3478 :     eliminated all greedy static superinstruction stuff (we will use something
3479 :     else for static superinstructions eventually)
3480 :     eliminated PRIMTABLE PREPARE-PEEPHOLE-TABLE PEEPHOLE-OPT COMPILE-PRIM
3481 :    
3482 :     * engine/forth.h, engine/main.c, kernel/int.fs, prim:
3483 :     moved DOES-HANDLER! from prim to kernel/int.fs
3484 :     eliminated MAKE_DOES_HANDLER
3485 :    
3486 :     * ans-report.fs, engine/main.c, prim:
3487 :     deleted unused prims (HASHKEY) and COMPILE-PRIM
3488 :    
3489 : anton 1.7 2003-01-08 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3490 : anton 1.4
3491 :     * kernel/int.fs, prim:
3492 :     moved CODE-ADDRESS! DOES-CODE! /DOES-HANDLER from prim to kernel/int.fs
3493 :    
3494 :     * engine/forth.h, kernel/getdoers.fs, kernel/int.fs, prim:
3495 :     moved >code-address and >does-code from prim to kernel/int.fs
3496 :    
3497 :     * kernel/int.fs, prim: moved >BODY from prim to kernel/int.fs
3498 :    
3499 :     * prim: kludged NEWLINE portability bug
3500 :    
3501 : anton 1.7 2003-01-07 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3502 : anton 1.4
3503 :     * engine/forth.h, engine/main.c, engine/threaded.h, prim:
3504 :     changes to eliminate gcc warnings
3505 :    
3506 :     * arch/mips/machine.h, arch/power/machine.h, arch/sparc/machine.h, engine/signals.c, arch/386/machine.h, arch/alpha/machine.h, arch/hppa/machine.h, arch/m68k/machine.h, configure.in, Makefile.in:
3507 :     Some changes for portability to AIX and Darwin
3508 :     Eliminated the (non-hybrid) direct threading stuff from arch/*/machine.h
3509 :    
3510 : anton 1.7 2003-01-06 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3511 : anton 1.4
3512 :     * backtrac.fs, look.fs, see.fs, test/other.fs:
3513 :     Changed interfaces of PRIM>NAME THREADED>NAME to be like >NAME.
3514 :    
3515 :     * Makefile.in, configure.in:
3516 :     added dependence on engine/config.h (for automatic autoheader call)
3517 :     removed most feature test macro definitions (problems with Darwin)
3518 :     dynamic is now default for all gcc versions
3519 :     various changes to configure.in (for Darwin, ia64, m68k, generic)
3520 :    
3521 : anton 1.7 2003-01-04 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3522 : anton 1.4
3523 :     * test/other.fs, backtrac.fs, look.fs, see.fs:
3524 :     bugfix: LOOK works again for xts of primitives
3525 :     new words: threaded>xt, prim>name, threaded>name (stack effect not final)
3526 :    
3527 : anton 1.7 2003-01-03 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3528 : anton 1.4
3529 :     * engine/forth.h, engine/main.c, machpc.fs, machpc.fs.in:
3530 :     undid the unnecessary/broken stuff Bernd has done
3531 :     moved a change from machpc.fs to machpc.fs.in
3532 :     removed machpc.fs (generated file)
3533 :    
3534 : anton 1.10 2003-01-03 Bernd Paysan <bernd.paysan@gmx.de>
3535 : anton 1.4
3536 :     * engine/forth.h, kernel/basics.fs, kernel/main.fs, Makefile.in, arch/4stack/mach.fs, arch/4stack/prim.fs, arch/4stack/relocate.fs, arch/misc/mach.fs, arch/misc/prim.fs, cross.fs, machpc.fs:
3537 :     Made 4stack port of Gforth EC work again
3538 :    
3539 : anton 1.7 2003-01-03 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3540 : anton 1.4
3541 :     * arch/generic/machine.h, arch/power/machine.h, engine/threaded.h:
3542 :     PPC fixes and speedups
3543 :    
3544 : anton 1.10 2003-01-02 Bernd Paysan <bernd.paysan@gmx.de>
3545 : anton 1.4
3546 :     * Makefile.in, engine/main.c, engine/threaded.h, kernel/accept.fs, look.fs:
3547 :     Fixed look problem
3548 :     Added benchmarking of all engines
3549 :    
3550 : anton 1.7 2003-01-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3551 : anton 1.4
3552 :     * engine/main.c, engine/support.c, prim:
3553 :     Alpha bug workaround (disabled ALIGN_CODE)
3554 :     fixed bugs in F>D and D>F
3555 :    
3556 :     * engine/forth.h:
3557 :     support for small (cell-sized or smaller) off_t on machines without proper
3558 :     double-cell type; typically needed on 64-bit machines.
3559 :    
3560 :     * configure.in, engine/forth.h:
3561 :     feature test macros now defined in configure.in (so the tests see them) instead
3562 :     of engine/forth.h
3563 :     Testing for size of off_t
3564 :    
3565 : anton 1.10 2003-01-01 Bernd Paysan <bernd.paysan@gmx.de>
3566 : anton 1.4
3567 :     * kernel/cond.fs, kernel/input.fs, cross.fs, prim, see-ext.fs, see.fs:
3568 :     Cleaned up prim file (only one soft of branches, grouping)
3569 :     Added auto-expanding tib for file reading - the terminal line length remains
3570 :     limited.
3571 :    
3572 : anton 1.7 2002-12-31 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3573 : anton 1.4
3574 :     * engine/Makefile.in:
3575 :     dependence for engine/prim_grp.i in engine/Makefile.in
3576 :    
3577 :     * Makefile.in, engine/engine.c, engine/main.c, prims2x.fs:
3578 :     restored the old engine/prim_lab.i format (for vmgen compatibility)
3579 :     introduced engine/prim_grp.i for the new use
3580 :    
3581 :     * prims2x.fs:
3582 :     vmgen: introduced STACK-ACCESS-TRANSFORM to support upward-growing stacks.
3583 :    
3584 : anton 1.10 2002-12-30 Bernd Paysan <bernd.paysan@gmx.de>
3585 : anton 1.4
3586 :     * prim: Forth replacement for absolute branch
3587 :    
3588 : anton 1.10 2002-12-28 Bernd Paysan <bernd.paysan@gmx.de>
3589 : anton 1.4
3590 :     * engine/engine.c, engine/forth.h, engine/main.c, engine/threaded.h, filedump.fs, prim, prims2x.fs, Makefile.in, comp-i.fs, cross.fs:
3591 :     First inclusion of group-based primitive tokens (no reordering happend yet)
3592 :    
3593 : anton 1.7 2002-12-27 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3594 : anton 1.4
3595 :     * engine/main.c, comp-i.fs, cross.fs: increased image version
3596 :    
3597 :     * prim, prims2x.fs:
3598 :     prims2x: INST_TAIL now produces NEXT_P2 again by default
3599 :    
3600 :     * Makefile.in, engine/Makefile.in, prims2x.fs, vmgen-ex/mini.h, vmgen-ex2/mini.h:
3601 :     some fixes to make make dist work
3602 :     bugfixes to make building outside srcdir work
3603 :     minor prims2x.fs bugfix (for vmgen-ex)
3604 :     vmgen-ex[2] bugfix
3605 :    
3606 :     * configure.in: modernized configure.in (with the help of autoupdate)
3607 :    
3608 :     * doc/version.texi.in, engine/Makefile.in, engine/main.c, kernel/args.fs, doc/gforth.ds, mkos2mf.sed, vmgen.in, Makefile.in, README, acinclude.m4, configure.in, extend.fs, gforth.lsm, gforthmi.in, mkdosmf.sed:
3609 :     replaced some automake macros with autoconf macros; related changes in
3610 :     autoconf variables (e.g., @VERSION@ -> @PACKAGE_VERSION@)
3611 :     gforth-prof and gforth-native are now not built by default
3612 :     modernized "Automatic Remaking" section of Makefile.in
3613 :     Updated bug reporting instructions
3614 :     Eliminated use of old bug reporting email address
3615 :    
3616 : anton 1.7 2002-12-26 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3617 : anton 1.4
3618 :     * code.fs, kernel/basics.fs, kernel/comp.fs, kernel/int.fs, stuff.fs, Makefile.in:
3619 :     made CODE and ;CODE work again
3620 :    
3621 :     * see-ext.fs, see.fs, startup.fs:
3622 :     SEE now works again for control structures and strings
3623 :    
3624 : anton 1.7 2002-12-25 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3625 : anton 1.4
3626 :     * kernel/comp.fs, see.fs: worked on SEE
3627 :     COMPILE, now produces LIT@ and LIT+ again
3628 :    
3629 :     * blocks.fs, kernel/paths.fs:
3630 :     Limit blocks files to 2GB (to avoid catastrphic interaction with gforth<0.6.0)
3631 :     blocks bugfixes: OPEN-BLOCKS tries to avoid deleting existing blocks files
3632 :     SAVE-BUFFERS stack underflow fixed
3633 :    
3634 : anton 1.7 2002-12-24 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3635 : anton 1.4
3636 :     * engine/forth.h, engine/io.c, engine/main.c, engine/memcmpc.c, engine/profile.c, engine/signals.c, configure.in, engine/engine.c, prim:
3637 :     Gforth now supports large files (>2GB) on small machines (32-bits/cell).
3638 :     forth.h now asks for all kinds of POSIX, X/Open, and GNU support.
3639 :     rearranged include files such that forth.h precedes the system files.
3640 :    
3641 :     * elisp-comp, engine/main.c, install-sh, missing, mkinstalldirs, configure.in:
3642 :     some configure.in cleanups. In particular, I replaced all echos with
3643 :     AC_MSG_... macros.
3644 :     The gcc version (for disabling dynamic code) is now checked in configure (not
3645 :     when compiling main.c)
3646 :     updated elisp-comp install-sh missing mkinstalldirs from autoconf-2.54
3647 :    
3648 : anton 1.7 2002-12-23 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3649 : anton 1.4
3650 :     * engine/engine.c, configure.in:
3651 :     the skipping code for engine2 is now checked with configure
3652 :    
3653 : anton 1.7 2002-12-22 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3654 : anton 1.4
3655 :     * engine/threaded.h:
3656 :     cfa is now killed in NEXT_P2 in some direct threading schemes (for better
3657 :     register allocation)
3658 :    
3659 : anton 1.10 2002-12-21 Bernd Paysan <bernd.paysan@gmx.de>
3660 : anton 1.4
3661 :     * extend.fs, gforth.el, look.fs: gforth.el: LEAVE ?LEAVE
3662 :     rest: made compilable with gforth 0.5.0
3663 :    
3664 : anton 1.7 2002-12-21 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3665 : anton 1.4
3666 :     * arch/386/machine.h, engine/engine.c:
3667 :     minimized differences between engine and engine2 to avoid register
3668 :     allocation differences
3669 :     disabled USE_TOS on 386 without FORCE_REG (otherwise sp is spilled)
3670 :    
3671 :     * BUILD-FROM-SCRATCH: some more BUILD-FROM-SCRATCH refinements
3672 :    
3673 :     * BUILD-FROM-SCRATCH, Makefile.in: refined BUILD-FROM-SCRATCH
3674 :    
3675 : anton 1.7 2002-12-19 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3676 : anton 1.4
3677 :     * prim: compile-prim is now obsolete
3678 :    
3679 :     * kernel/comp.fs, engine/main.c:
3680 :     "compile," now uses compile-prim1 instead of compile-prim
3681 :     disablesd compile-prim
3682 :    
3683 :     * engine/Makefile.in, engine/engine.c:
3684 :     each engine is now compiled separately; unfortunately, the problem with
3685 :     lots of differences between engine and engine2 in gforth-fast on i386 without
3686 :     force-reg persists
3687 :    
3688 :     * engine/engine.c, engine/forth.h, engine/main.c:
3689 :     moved global/static vars from engine.c into main.c (to avoid duplicating them)
3690 :    
3691 :     * engine/support.c, doc/gforth.ds, engine/Makefile.in, engine/engine.c:
3692 :     moved all functions except engine() out of engine.c into (new file) support.c
3693 :     minor documentation changes (suggested by John A. Peters <japeters@pacbell.net>)
3694 :    
3695 : anton 1.10 2002-12-16 Bernd Paysan <bernd.paysan@gmx.de>
3696 : anton 1.4
3697 :     * prim: Made the hash shift array static
3698 :    
3699 : anton 1.7 2002-12-15 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3700 : anton 1.4
3701 :     * Makefile.in, engine/main.c:
3702 :     "make check" now checks all engines and some variations
3703 :     bugfix in forget-dyncode
3704 :    
3705 :     * engine/engine.c, engine/rint.c, test/float.fs, configure.in, float.fs, prim:
3706 :     fround is a primitive again
3707 :     rint replacement function written
3708 :    
3709 : anton 1.10 2002-12-14 Bernd Paysan <bernd.paysan@gmx.de>
3710 : anton 1.4
3711 :     * cross.fs, kernel/quotes.fs, machpc.fs, machpc.fs.in:
3712 :     Changed string compilation to not use the return stack to skipp the string
3713 :     added control-rack property to specify if the return stack does point to
3714 :     control-relevant information
3715 :    
3716 : anton 1.7 2002-12-13 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3717 : anton 1.4
3718 :     * engine/main.c: bugfixes in DECOMPILE-PRIM (no crash on non-address,
3719 :     find @ instead of >code-address etc.)
3720 :    
3721 :     * engine/main.c, kernel/int.fs, look.fs, see.fs, simp-see.fs:
3722 :     implemented DECOMPILE-PRIM and use it in (LOOK); SIMPLE-SEE works again
3723 :     minor bugfix in SIMPLE-SEE
3724 :     HEAD? now delivers 1 on likely-false positives
3725 :    
3726 :     * engine/forth.h, engine/main.c, extend.fs, prim:
3727 :     dynamically generated code is now (sort of) released on executing a MARKER
3728 :    
3729 : anton 1.7 2002-12-08 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3730 : anton 1.4
3731 :     * engine/main.c: code_area now allocated on demand (unlimited size)
3732 :     some refactoring in dynamic code generation
3733 :    
3734 :     * engine/Makefile.in, engine/main.c, Makefile.in, prims2x.fs:
3735 :     now engine/prim_num.i is generated, and used in main.c (for main-native.o)
3736 :    
3737 : anton 1.7 2002-12-07 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3738 : anton 1.4
3739 :     * hash.fs:
3740 :     the limit for hash table doubling is now an average 2 entries/bucket
3741 :    
3742 :     * engine/main.c: bugfix ("gforth" crashed, "./gforth" didn't)
3743 :    
3744 : anton 1.7 2002-12-05 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3745 : anton 1.4
3746 :     * ToDo-native, except.fs, float.fs, see-ext.fs:
3747 :     TRY should now be partially ready forth gforth-native
3748 :     FLITERAL should be ready for gforth-native
3749 :    
3750 : anton 1.7 2002-12-04 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3751 : anton 1.4
3752 :     * assert.fs, debugs.fs, doc/gforth.ds, source.fs:
3753 :     source positions are now passed through literals instead of using
3754 :     return stack tricks; appropriate changes in the users of source.fs.
3755 :    
3756 :     * kernel/quotes.fs, quotes.fs, see.fs, extend.fs:
3757 :     eliminated all uses of "lit (abort") (s") (.") outside cross.fs, except one
3758 :     eliminated (c"); cliteral is now in the kernel.
3759 :    
3760 : anton 1.7 2002-12-03 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3761 : anton 1.4
3762 :     * kernel/comp.fs, kernel/quotes.fs, prim: New word: "MEM,"
3763 :     new implementations of CLITERAL (independent of threaded code size) and
3764 :     SLITERAL (also can deal with long strings now)
3765 :    
3766 : anton 1.10 2002-11-24 Bernd Paysan <bernd.paysan@gmx.de>
3767 : anton 1.4
3768 :     * acconfig.h:
3769 :     Deleted acconfig.h after cleaning up configure (no longer needed)
3770 :    
3771 :     * configure.in: Cleaned up configuring
3772 :    
3773 :     * acconfig.h, configure.in, engine/main.c:
3774 :     Added check for directory separation
3775 :    
3776 :     * hash.fs:
3777 :     Added tracking of the number of hash table entries and doubling the hash
3778 :     size when this number exceeds the number of buckets
3779 :    
3780 : anton 1.7 2002-11-24 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3781 : anton 1.4
3782 :     * engine/threaded.h, kernel/basics.fs, kernel/comp.fs, kernel/quotes.fs, arch/386/machine.h, engine/Makefile.in, engine/engine.c, engine/forth.h, engine/main.c, prims2x.fs, Makefile.in, prim:
3783 :     new engine gforth-native (works on 386 arch only for now).
3784 :     appropriate changes in control-flow instructions in prim
3785 :     new primitives SET-NEXT-CODE and CALL2 (not necessary for the other engines)
3786 :     new primitives COMPILE-PRIM1 and FINISH-CODE
3787 :     prims2x.fs now produces IMMARG(...) macros for initializing immediate args
3788 :     prims2x.fs: changes in some of the output-c-tail words (goes with the
3789 :     changes in the control-flow words).
3790 :     appropriate changes in engine.c
3791 :     engine.c: rewrite of check_prims, support for gforth-native (NO_IP)
3792 :     threaded.c: support for NO_IP
3793 :     various kernel files: started to eliminate return stack manipulations for
3794 :     embedding data (e.g. string literals); incomplete.
3795 :     dynamic superinstructions now use LABEL2 instead of IS_NEXT_JUMP
3796 :     FORCE_REG has no effect if DOUBLY_INDIRECT (gcc-2.95.1 crashes otherwise;
3797 :     it's unclear which change provoked this).
3798 :    
3799 : anton 1.7 2002-11-10 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3800 : anton 1.4
3801 :     * engine/engine.c, engine/forth.h, engine/main.c:
3802 :     No engine2 and other dynamic stuff is compiled for gforth-itc, -iditc, -prof
3803 :    
3804 : anton 1.7 2002-11-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3805 : anton 1.4
3806 :     * test/float.fs, Makefile.in, engine/signals.c, float.fs:
3807 :     New file test/float.fs
3808 :     FROUND-OFFSET now defined without f**
3809 :     bugfix in signals (disabled SA_ONSTACK in most cases to allow graceful_exit).
3810 :    
3811 : anton 1.7 2002-10-27 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3812 : anton 1.4
3813 :     * engine/signals.c, prim, float.fs:
3814 :     FROUND is now implemented in high-level Forth.
3815 :     The primitive is now called "(FROUND)".
3816 :    
3817 : anton 1.7 2002-10-26 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3818 : anton 1.4
3819 :     * engine/signals.c: work around missing MacOS X FPE_... si_codes
3820 :    
3821 : anton 1.7 2002-10-25 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3822 : anton 1.4
3823 :     * engine/main.c, engine/signals.c, engine/forth.h:
3824 :     Gforth now survives destruction of the C stack pointer (it now uses
3825 :     sigaltstack() to set up signal handling on another stack).
3826 :    
3827 : anton 1.7 2002-10-12 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3828 : anton 1.4
3829 :     * peeprules.vmg: emptied peeprules.vmg again
3830 :    
3831 :     * peeprules.vmg, prims2x.fs:
3832 :     bugfix (use of inst-pointer-update left stack items)
3833 :     bugfix (now no debugging output at superinstruction end)
3834 :     refactored output-c-tail...
3835 :    
3836 :     * prims2x.fs:
3837 :     In superinstructions, move stores into the last part writing to the stack item.
3838 :    
3839 :     * prims2x.fs:
3840 :     Stack loads in superinstructions are now delayed until the part that needs them
3841 :    
3842 : anton 1.7 2002-10-07 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3843 : anton 1.4
3844 :     * config.guess, config.sub:
3845 :     config.guess and config.sub from autoconf-2.54
3846 :    
3847 : anton 1.10 2002-10-04 Bernd Paysan <bernd.paysan@gmx.de>
3848 : anton 1.4
3849 :     * engine/main.c, configure.in, prim, prims2x.fs: Fixes for GCC 3.2
3850 :    
3851 : anton 1.13 2002-10-02 Jens Wilke <jwilke@mips.complang.tuwien.ac.at>
3852 : anton 1.4
3853 :     * arch/misc/asm.fs: warn if end-label / end-code is missing
3854 :    
3855 :     * arch/misc/prim.fs: fix: missing end-label statements
3856 :    
3857 :     * arch/misc/optcmove.fs: added
3858 :    
3859 :     * arch/misc/mach.fs, arch/misc/sim.fs: romable feature
3860 :    
3861 :     * arch/misc/asm.fs: added txd io stuff
3862 :    
3863 : anton 1.13 2002-09-26 Jens Wilke <jwilke@mips.complang.tuwien.ac.at>
3864 : anton 1.4
3865 :     * cross.fs:
3866 :     If abranch option is on we compiler abranch, a?branch, a(do), ...
3867 :     (instead of branch, ...) and use absolute addresses for branch
3868 :     targets.
3869 :    
3870 :     * machpc.fs.in, machpc.fs: added abranch option
3871 :    
3872 : anton 1.7 2002-09-24 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3873 : anton 1.4
3874 :     * kernel/cond.fs, except.fs:
3875 :     replace all uses of relative branches with absolute branches
3876 :     Exception: cross still produces relative branches in the kernel.
3877 :    
3878 :     * prim: added absolute versions of all relative branches
3879 :     I am not sure if I got conditional compilation right.
3880 :     I left the Forth code for acondbranch alone because I don't know
3881 :     what may be used there.
3882 :    
3883 :     * prim: changed lit+ and lit@ into simple primitives
3884 :    
3885 : anton 1.7 2002-09-22 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3886 : anton 1.4
3887 :     * prims2x.fs: added include-skipped-insts to prims2x.fs
3888 :    
3889 :     * Makefile.in, prims2x.fs:
3890 :     Changed creation of engine/super.i into engine/costs.i, which contains
3891 :     all primitives, not just superinstructions; costs now work (mostly)
3892 :    
3893 :     * doc/vmgen.texi, Makefile.in, prims2x.fs:
3894 :     Added generation of engine/supers.i
3895 :     Deleted generation of kernel/peephole.fs
3896 :    
3897 : anton 1.7 2002-09-19 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3898 : anton 1.4
3899 :     * engine/Makefile.in, engine/main.c:
3900 :     Disabled dynamic native code generation for gcc >=3.1
3901 :     added flag --dynamic
3902 :    
3903 : anton 1.7 2002-09-15 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3904 : anton 1.4
3905 :     * test/other.fs, engine/main.c:
3906 :     Bugfixes: compile_prim now flushes the I-cache; fixed test case
3907 :    
3908 : anton 1.7 2002-09-14 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3909 : anton 1.4
3910 :     * look.fs, see.fs:
3911 :     bugfix: (complex) SEE now works (output quality could be improved, though).
3912 :    
3913 :     * look.fs: bugfix: simple decompilation of static hybrid threaded code
3914 :    
3915 :     * blocks.fs, compat/strcomp.fs, engine/forth.h, startup.fs:
3916 :     fixed bugs in compat/strcomp.fs and its usage
3917 :    
3918 :     * kernel/comp.fs, kernel/paths.fs, kernel/require.fs, compat/strcomp.fs, kernel/args.fs, kernel/basics.fs, savesys.fs, startup.fs, stuff.fs, wf.fs, fi2c.fs, glocals.fs, history.fs, httpd.fs, locate.fs, oof.fs, prims2x.fs, proxy.fs, quotes.fs, Makefile.in, cross.fs, ds2texi.fs:
3919 :     Added compat/strcomp.fs, introducing STR=, STRING-PREFIX?, and STR<
3920 :     replaced most occurences of COMPARE with STR= and STRING-PREFIX?
3921 :    
3922 : anton 1.7 2002-09-01 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3923 : anton 1.4
3924 :     * doc/vmgen.texi, engine/main.c, configure.in: changed version
3925 :     disabled dynamic code generation for now (problems with gcc-3.2).
3926 :     documentation changes
3927 :    
3928 : anton 1.7 2002-08-28 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3929 : anton 1.4
3930 :     * doc/vmgen.texi, prim, prims2x.fs:
3931 :     Made store optimization optional (default off), and documented it
3932 :    
3933 :     * engine/main.c, engine/Makefile.in, engine/engine.c, engine/forth.h, arch/386/machine.h, arch/generic/machine.h, doc/gforth.ds, testdist:
3934 :     gforth now stores a local ip to saved_ip instead of using a global ip
3935 :     associated changes in register allocation, threading, documentation
3936 :     testdist now also tests vmgen and vmgen-ex
3937 :    
3938 : anton 1.7 2002-08-22 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3939 : anton 1.4
3940 :     * README, README.vmgen, configure.in, cross.fs, doc/vmgen.texi, Makefile.in:
3941 :     Getting ready for the Vmgen release
3942 :     New snapshot dates, various documentation changes, Makefile and configure fixes
3943 :    
3944 : anton 1.7 2002-08-21 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3945 : anton 1.4
3946 :     * doc/vmgen.texi: documentation changes
3947 :    
3948 :     * vmgen-ex2/Makefile, vmgen-ex2/engine.c, vmgen-ex/Makefile, vmgen-ex/engine.c:
3949 :     made all threading schemes run in vmgen-ex*
3950 :    
3951 : anton 1.7 2002-08-20 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3952 : anton 1.4
3953 :     * Makefile.in, doc/vmgen.texi, prims2x.fs, vmgen.in:
3954 :     prims2x.fs now outputs #line directives at the end of the user C code
3955 :     documentation changes
3956 :    
3957 :     * vmgen-ex/engine.c, vmgen-ex/mini-inst.vmg, vmgen-ex2/engine.c, vmgen-ex2/mini-inst.vmg, doc/vmgen.texi, prims2x.fs, vmgen.in:
3958 :     prims2x.fs changes: now supports C code delimited by braces;
3959 :     Forth or C names for primitives depending on [ifdef] vmgen
3960 :     Documentation changes
3961 :     adapted vmgen-ex* to earlier prims2x.fs changes
3962 :    
3963 : anton 1.7 2002-08-19 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3964 : anton 1.4
3965 :     * doc/vmgen.texi, engine/engine.c, prim, prims2x.fs:
3966 :     Vmgen documentation changes
3967 :     Small changes in Vmgen and related changes in prim and engine/engine.c
3968 :    
3969 : anton 1.7 2002-08-16 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3970 : anton 1.4
3971 :     * doc/version.texi.in, doc/vmgen.texi, Makefile.in, configure.in:
3972 :     Documentation changes
3973 :    
3974 : anton 1.7 2002-08-14 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3975 : anton 1.4
3976 :     * Makefile.in, doc/texinfo.tex, doc/vmgen.texi:
3977 :     vmgen documentation changes
3978 :    
3979 : anton 1.7 2002-08-13 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3980 : anton 1.4
3981 :     * COPYING.DOC, Makefile.in, doc/fdl.texi, doc/vmgen.texi:
3982 :     documentation changes
3983 :    
3984 : anton 1.7 2002-08-12 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3985 : anton 1.4
3986 :     * stuff.fs: added str= and string-prefix?
3987 :    
3988 : anton 1.7 2002-08-09 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3989 : anton 1.4
3990 :     * engine/engine.c, Benchres, doc/vmgen.texi, prims2x.fs:
3991 :     added LABEL2 generation to prims2x.fs for future portable superinstructions
3992 :    
3993 : anton 1.7 2002-08-08 Anton Ertl <anton@mips.complang.tuwien.ac.at>
3994 : anton 1.4
3995 :     * doc/vmgen.texi: documentation changes
3996 :    
3997 :     * doc/vmgen.texi: more documentation
3998 :    
3999 : anton 1.7 2002-08-07 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4000 : anton 1.4
4001 :     * doc/vmgen.texi: documentation changes
4002 :    
4003 :     * vmgen-ex/engine.c, vmgen-ex/mini.h: more disassembly stuff
4004 :    
4005 :     * vmgen-ex2/disasm.c, vmgen-ex2/engine.c, vmgen-ex2/mini.h, prims2x.fs, vmgen-ex/disasm.c, vmgen-ex/engine.c, vmgen-ex/mini.h:
4006 :     VM disassembler now prints immediate arguments nicely
4007 :    
4008 : anton 1.7 2002-08-01 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4009 : anton 1.4
4010 :     * doc/gforth.1, doc/vmgen.texi: documentation changes
4011 :    
4012 : anton 1.7 2002-07-30 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4013 : anton 1.4
4014 :     * vmgen-ex/README, vmgen-ex/engine.c, vmgen-ex/mini-super.vmg, vmgen-ex/mini.h, vmgen-ex/peephole.c, vmgen-ex/support.c, vmgen-ex2/README, vmgen-ex2/mini-super.vmg, vmgen-ex2/mini.h, vmgen-ex2/peephole.c, vmgen-ex2/support.c:
4015 :     profiling now turns off superinstructions in vmgen-ex*
4016 :    
4017 : anton 1.10 2002-07-26 Bernd Paysan <bernd.paysan@gmx.de>
4018 : anton 1.4
4019 :     * wf.fs: Old version of parse-string for Gforth 0.5.0 added
4020 :    
4021 : anton 1.7 2002-07-12 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4022 : anton 1.4
4023 :     * tags.fs: fixes (thanks to Erik Rossen)
4024 :    
4025 : anton 1.10 2002-06-17 Bernd Paysan <bernd.paysan@gmx.de>
4026 : anton 1.4
4027 :     * Benchres, prim: Added Athlon XP 1800+ to Benchres
4028 :     fixed type in wcall
4029 :    
4030 : anton 1.7 2002-06-03 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4031 : anton 1.4
4032 :     * ekey.fs: EKEY? now does not require complete ESC-sequences
4033 :    
4034 : anton 1.10 2002-06-02 Bernd Paysan <bernd.paysan@gmx.de>
4035 : anton 1.4
4036 :     * httpd.fs, prim, tags.fs: Added tags.
4037 :     Security fix in httpd.fs
4038 :     Documentation for directory access in prim
4039 :    
4040 : anton 1.7 2002-06-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4041 : anton 1.4
4042 :     * vmgen-ex2/profile.c, vmgen-ex2/support.c, README.vmgen, vmgen-ex/engine.c, vmgen-ex/mini.h, vmgen-ex/mini.l, vmgen-ex/mini.y, vmgen-ex/peephole.c, vmgen-ex/profile.c, vmgen-ex/support.c, vmgen-ex2/engine.c, vmgen-ex2/mini.h, vmgen-ex2/mini.l, vmgen-ex2/peephole.c:
4043 :     vmgen* now works with lcc and "gcc -O3 -ansi --pedantic -U__GNUC__"
4044 :    
4045 :     * vmgen-ex2/mini.y, vmgen-ex2/peephole-blacklist, vmgen-ex2/peephole.c, vmgen-ex2/profile.c, vmgen-ex2/seq2rule.awk, vmgen-ex2/simple.mini, vmgen-ex2/stat.awk, vmgen-ex2/support.c, vmgen-ex2/test.mini, vmgen-ex2/test.out, vmgen-ex2/test.prof, vmgen-ex/mini.h, vmgen-ex/profile.c, vmgen-ex2/Makefile, vmgen-ex2/README, vmgen-ex2/disasm.c, vmgen-ex2/engine.c, vmgen-ex2/fib.mini, vmgen-ex2/fib.prof, vmgen-ex2/mini-inst.vmg, vmgen-ex2/mini-super.vmg, vmgen-ex2/mini.h, vmgen-ex2/mini.l, doc/vmgen.texi, engine/engine.c, engine/forth.h, prims2x.fs, vmgen-ex/engine.c:
4046 :     vmgen-related changes:
4047 :     in prims2x:
4048 :     Conversion macros for single items now take 2 arguments
4049 :     Converting from two items to a type has changed order
4050 :     argument printing for disassembler disabled (for now)
4051 :     disassembler now also uses VM_IS_INST
4052 :     in Gforth and vmgen-ex: adapted to work with changed prims2x
4053 :     new: vmgen-ex2: uses union for Cell instead of casting (lots of
4054 :     changes compared to vmgen-ex)
4055 :    
4056 :     * doc/vmgen.texi, ekey.fs, prim, prims2x.fs:
4057 :     EKEY now returns single characters instead of waiting for the rest of
4058 :     an escape sequence
4059 :     documentation changes
4060 :    
4061 : anton 1.7 2002-05-28 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4062 : anton 1.4
4063 :     * doc/vmgen.texi, doc/gforth.ds, glocals.fs: Documentation changes
4064 :    
4065 : anton 1.7 2002-05-16 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4066 : anton 1.4
4067 :     * README, doc/vmgen.texi: changed mailing list address in README
4068 :     started working on vmgen documentation
4069 :    
4070 : anton 1.7 2002-05-01 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4071 : anton 1.4
4072 :     * quotes.fs: bugfix
4073 :    
4074 : anton 1.7 2002-04-30 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4075 : anton 1.4
4076 :     * Makefile.in, quotes.fs: added quotes.fs in Makefile.in
4077 :    
4078 :     * quotes.fs: \n now means newline, not LF
4079 :    
4080 : anton 1.7 2002-04-27 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4081 : anton 1.4
4082 :     * kernel/int.fs, kernel/require.fs, doc/gforth.ds, startup.fs, gforth.el, quotes.fs:
4083 :     gforth.el: while now increases indentation
4084 :     new words s\" .\" \"-parse for dealing with non-printing characters
4085 :    
4086 : anton 1.13 2002-04-18 David Kuehling, MAE <dvdkhlng@mips.complang.tuwien.ac.at>
4087 : anton 1.4
4088 :     * gforth.el:
4089 :     Fixed bug that caused scrolling to slow down extremely since
4090 :     forth-mode's fontification function was by default installed to
4091 :     `fontification-functions' (in Emacs21). Changed motion-hooking (for
4092 :     screen-number display in block files) to using timers instead of
4093 :     post-command-hook to prevent further speed lag.
4094 :    
4095 : anton 1.7 2002-04-01 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4096 : anton 1.4
4097 :     * kernel/int.fs, test/signals.fs, doc/gforth.ds, engine/main.c, kernel/comp.fs, Makefile.in, errors.fs, see.fs:
4098 :     added regression test for signal on broken execute (not working on Linux-PPC)
4099 :     new error message and code for ticking compile-only words
4100 :     bug workaround for gforth binary (dynamic superinsts produced wrong code for
4101 :     ?dup-0=-branch)
4102 :    
4103 : anton 1.13 2002-03-25 Jens Wilke <jwilke@mips.complang.tuwien.ac.at>
4104 : anton 1.4
4105 :     * arch/misc/prim.fs: deleted x! and x@
4106 :    
4107 :     * arch/misc/prim.fs: before deleting x! and x@
4108 :    
4109 : anton 1.13 2002-03-23 David Kuehling, MAE <dvdkhlng@mips.complang.tuwien.ac.at>
4110 : anton 1.4
4111 :     * gforth.el: Minor bug- und compatability fixes.
4112 :    
4113 : anton 1.7 2002-03-22 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4114 : anton 1.4
4115 :     * arch/m68k/machine.h, arch/mips/machine.h, arch/power/machine.h, arch/sparc/machine.h, engine/Makefile.in, engine/main.c, Makefile.in, arch/386/machine.h, arch/alpha/machine.h, arch/generic/machine.h, arch/hppa/machine.h, configure.in:
4116 :     cleaned up #defines of DIRECT_THREADED and INDIRECT_THREADED
4117 :     introduced engine gforth-itc (indirect threading, no replication)
4118 :     fixed bug in indirect threading
4119 :    
4120 :     * ans-report.fs:
4121 :     bugfix (replace-word adapted to primitive-centric code)
4122 :    
4123 :     * engine/main.c:
4124 :     support for --no-super (no dynamic superinstructions) and
4125 :     --no-dynamic (use only static primitives)
4126 :    
4127 : anton 1.13 2002-03-21 Jens Wilke <jwilke@mips.complang.tuwien.ac.at>
4128 : anton 1.4
4129 :     * cross.fs: fix?!
4130 :    
4131 :     * cross.fs: MAXU MINI MAXI work now with dlit,
4132 :    
4133 :     * cross.fs: added optional write protection for memory regions
4134 :    
4135 :     * cross.fs: added symentry and \?
4136 :    
4137 :     * arch/misc/prim.fs: cleanup
4138 :    
4139 :     * arch/misc/prim.fs:
4140 :     volatile vm data (registers and stack) go to seperate memory region
4141 :     (preparation for romable tests)
4142 :    
4143 : anton 1.13 2002-03-20 Jens Wilke <jwilke@mips.complang.tuwien.ac.at>
4144 : anton 1.4
4145 :     * cross.fs: No forward references to native code definitions
4146 :     (primitives and doer) are allowed any more
4147 :     (didn't work in any case before, but now a warning is issued)
4148 :    
4149 :     * kernel/main.fs: sanity check for header address changed
4150 :    
4151 :     * kernel/main.fs:
4152 :     moved image-header down to avoid forward reference for doer
4153 :    
4154 : anton 1.13 2002-03-19 Jens Wilke <jwilke@mips.complang.tuwien.ac.at>
4155 : anton 1.4
4156 :     * cross.fs: cleaned up bernds changes.
4157 :     tried to manage the peephole/call threading stuff with the
4158 :     existing plugin definitions.
4159 :    
4160 :     * kernel/main.fs: Oops. Sorry for that empty log-message.
4161 :     Moved forthstart definition to not have a forward reference on a primitive.
4162 :    
4163 :     * kernel/main.fs: *** empty log message ***
4164 :    
4165 :     * cross.fs: no functional change
4166 :    
4167 : anton 1.7 2002-03-13 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4168 : anton 1.4
4169 :     * engine/io.c: portability change
4170 :    
4171 :     * INSTALL, Makefile.in, configure.in:
4172 :     Better discussion of cross-installation in INSTALL.
4173 :     Force direct threading everywhere (indirect threading currentldoes not work).
4174 :     make target "gforths" builds and copies all engines.
4175 :    
4176 : anton 1.7 2002-03-01 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4177 : anton 1.4
4178 :     * BUILD-FROM-SCRATCH, Makefile.in:
4179 :     fixed Makefile bugs (to get BUILD-FROM-SCRATCH running again)
4180 :    
4181 : anton 1.7 2002-02-10 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4182 : anton 1.4
4183 :     * kernel/comp.fs, engine/forth.h, engine/main.c, engine/peephole.c, engine/profile.c, prim, prims2x.fs, Makefile.in:
4184 :     lit@ and lit+ are now defined as superinstructions
4185 :     compile lit @ and lit + instead of lit@ and lit+
4186 :     extended prims2x to support superinstructions with non-C-names
4187 :     (syntax: forth-name /c-name = ...)
4188 :     support profiling of interpreters with superinstructions
4189 :     (with simple instructions in the output).
4190 :     profile output with prefixes only (enable by editing profile.c).
4191 :     optional reporting of static superinstruction lengths (compared to
4192 :     dynamic superinstructions); enable by compiling with -DPRINT_SUPER_LENGTHS
4193 :    
4194 : anton 1.7 2002-02-04 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4195 : anton 1.4
4196 :     * engine/engine.c, kernel/comp.fs, kernel/cond.fs, kernel/vars.fs, gforth.el, peeprules.vmg:
4197 :     Compiles static superinstructions combined with dynamic superinstructions
4198 :     added ENDIF to gforth.el
4199 :    
4200 : anton 1.7 2002-01-26 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4201 : anton 1.4
4202 :     * engine/main.c:
4203 :     eliminated searching in compile_prim (faster startup and compilation)
4204 :    
4205 :     * engine/main.c, see.fs:
4206 :     dynamic superinstructions for the code in the image
4207 :     SEE works again for CODE words
4208 :    
4209 : anton 1.13 2002-01-26 David Kuehling, MAE <dvdkhlng@mips.complang.tuwien.ac.at>
4210 : anton 1.4
4211 :     * gforth.el:
4212 :     Fixed everything that prevented `gforth.el' from working with XEmacs
4213 :     21.1. Fixed info-lookup.
4214 :    
4215 : anton 1.7 2002-01-20 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4216 : anton 1.4
4217 :     * arch/386/machine.h, engine/engine.c, engine/forth.h, engine/main.c, engine/threaded.h, prim:
4218 :     hybrid direct/indirect threading (replaces direct threading)
4219 :    
4220 : anton 1.13 2002-01-19 David Kuehling, MAE <dvdkhlng@mips.complang.tuwien.ac.at>
4221 : anton 1.4
4222 :     * gforth.el: Added code for making `gforth.el' work in Emacs 19.34.
4223 :    
4224 : anton 1.13 2002-01-17 David Kuehling, MAE <dvdkhlng@mips.complang.tuwien.ac.at>
4225 : anton 1.4
4226 :     * gforth.el:
4227 :     added and fixed `require's, fixed byte-code-compilation relevant
4228 :     things (avoid free variables, top-level `require's etc), added
4229 :     `(provide 'forth-mode)'
4230 :    
4231 : anton 1.10 2002-01-17 Bernd Paysan <bernd.paysan@gmx.de>
4232 : anton 1.4
4233 :     * environ.fs, float.fs, startup.fs: Fixed enviroment queries
4234 :    
4235 : anton 1.7 2002-01-16 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4236 : anton 1.4
4237 :     * engine/forth.h, engine/main.c, engine/threaded.h: bugfixes
4238 :    
4239 : anton 1.7 2002-01-15 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4240 : anton 1.4
4241 :     * engine/main.c:
4242 :     compile_prim now converts "xts" into "threaded-code" for DOUBLY_INDIRECT,
4243 :     and reports non-primitive non-xt input
4244 :    
4245 : anton 1.7 2002-01-14 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4246 : anton 1.4
4247 :     * engine/engine.c, engine/forth.h, engine/main.c, engine/signals.c, engine/threaded.h, Makefile.in, comp-i.fs:
4248 :     Differentiate between threaded code and xts in gforth-ditc and in gforthmi
4249 :    
4250 : anton 1.10 2002-01-05 Bernd Paysan <bernd.paysan@gmx.de>
4251 : anton 1.4
4252 :     * engine/main.c, engine/signals.c, kernel/aliases0.fs, cross.fs, prim, search.fs:
4253 :     Thrown out static vocabulary stack
4254 :     Changed cross to make mixed threading workable
4255 :    
4256 :     * kernel/args.fs, kernel/comp.fs, kernel/int.fs, kernel/paths.fs, cross.fs, prim:
4257 :     Cross compiler changes for mixed threading
4258 :    
4259 : anton 1.13 2002-01-05 David Kuehling, MAE <dvdkhlng@mips.complang.tuwien.ac.at>
4260 : anton 1.4
4261 :     * search.fs, gforth.el: Made gforth.el hilight see and dbg.
4262 :     Added dynamic search order stack allocation code to search.fs.
4263 :    
4264 : anton 1.10 2002-01-04 Bernd Paysan <bernd.paysan@gmx.de>
4265 : anton 1.4
4266 :     * engine/engine.c, see.fs, cross.fs, prim:
4267 :     Modified cross to get closer to mixed threading
4268 :     Added a few debugging aids
4269 :    
4270 : anton 1.7 2002-01-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4271 : anton 1.4
4272 :     * engine/main.c: preparations in loader for hybrid threading
4273 :    
4274 : anton 1.10 2002-01-01 Bernd Paysan <bernd.paysan@gmx.de>
4275 : anton 1.4
4276 :     * Benchres, Makefile.in:
4277 :     Added benchmark result (superinstructions) for 600 MHz Athlon
4278 :     Made cross work again with superinstructions (requires larger dictionary)
4279 :    
4280 : anton 1.7 2001-12-29 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4281 : anton 1.4
4282 :     * arch/alpha/machine.h, arch/power/_sync_cache_range.c, engine/main.c, Benchres, Makefile.in, arch/386/machine.h, machpc.fs, machpc.fs.in:
4283 :     default dictionary size 1M cells
4284 :     machine-specific stuff for dynamic superinstructions is now in machine.h
4285 :     support for dynamic superinstructions for Alpha
4286 :    
4287 : anton 1.10 2001-12-28 Bernd Paysan <bernd.paysan@gmx.de>
4288 : anton 1.4
4289 :     * engine/engine.c: undefined symbols to make engine.c work with GNU m4
4290 :    
4291 : anton 1.7 2001-12-27 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4292 : anton 1.4
4293 :     * engine/forth.h, engine/main.c, doc/gforth.ds, machpc.fs:
4294 :     gforth no longer uses TOS caching (for improved error detection, suggested by
4295 :     Dennis Donnelly).
4296 :     The default FP stack size is 16K (for improved error detection).
4297 :     minor changes.
4298 :    
4299 : anton 1.7 2001-12-25 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4300 : anton 1.4
4301 :     * engine/engine.c, kernel/toolsext.fs, prim:
4302 :     dynamic superinstructions now continue across conditional branches
4303 :     added DEFINED back in (as alias of [DEFINED])
4304 :    
4305 : anton 1.7 2001-12-24 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4306 : anton 1.4
4307 :     * engine/Makefile.in, engine/forth.h, engine/main.c, kernel/comp.fs, Benchres, Makefile.in, prim, prims2x.fs:
4308 :     added dynamic superinstructions (currently for direct threading on 386,
4309 :     without checking for other platforms)
4310 :    
4311 :     * engine/Makefile.in, engine/engine.c, engine/main.c, Benchres, doc/gforth.ds, prims2x.fs:
4312 :     determine primitive relocatability for dynamic superinstructions
4313 :     documentation changes (from bug reports by Robert Epprecht and others)
4314 :    
4315 : anton 1.13 2001-12-15 David Kuehling, MAE <dvdkhlng@mips.complang.tuwien.ac.at>
4316 : anton 1.4
4317 :     * gforth.el:
4318 :     Cleaned up motion-dectection, used for displaying screen-numbers in
4319 :     forth-block-mode. Added support for just-in-time hilighting feature of
4320 :     Emacs21 (using fontification-functions hook).
4321 :    
4322 : anton 1.7 2001-12-09 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4323 : anton 1.4
4324 :     * engine/engine.c, engine/threaded.h, doc/gforth.ds, prim, prims2x.fs:
4325 :     use LABEL(name) instead of CASE I_name at the start of a primitive
4326 :     fixed read-line tutorial documentation bug
4327 :    
4328 : anton 1.7 2001-12-02 Anton Ertl <anton@mips.complang.tuwien.ac.at>
4329 : anton 1.4
4330 :     * Benchres, arch/386/machine.h:
4331 :     more register allocation fine-tuning; USE_TOS is again used with gcc-3.*
4332 :    
4333 :     * Benchres, arch/386/machine.h, engine/Makefile.in:
4334 :     explicit register allocation for gcc-3.0.x (not as good as gcc-2.95, but
4335 :     better than before); don't use TOS with gcc-3.x, so rp can be allocated.
4336 :     Compile engine.c with -fno-gcse (to improve gcc-3.x code quality).
4337 :    
4338 : anton 1.10 2001-12-01 Bernd Paysan <bernd.paysan@gmx.de>
4339 : anton 1.4
4340 :     * engine/engine.c, prim, proxy.fs, script.fs:
4341 :     Fixed popen access type (*not binary*)
4342 :     Fixed some bugs in proxy.fs
4343 :     Added scripting support
4344 :    
4345 : anton 1.10 2001-11-21 Bernd Paysan <bernd.paysan@gmx.de>
4346 : anton 1.4
4347 :     * fi2c.fs: fixed fi2c.fs address size bug
4348 :    
4349 : anton 1.10 2001-11-11 Bernd Paysan <bernd.paysan@gmx.de>
4350 : anton 1.4
4351 :     * arch/386/ncex/ncexcompiler.fs, arch/386/ncex/ncexcontrol.fs, arch/386/ncex/ncexcpu1.fs, arch/386/ncex/ncexcpu2.fs, arch/386/ncex/ncexregalloc.fs, Makefile.in, cross.fs, httpd.fs, prims2x.fs, proxy.fs, wf.fs:
4352 :     Added tags generation for vi
4353 :     small changes on httpd for EuroForth paper
4354 :     Added navigation button generation via Gimp to wf
4355 :     Made nccomp from Lars Krueger work at least somehow
4356 :