[gforth] / gforth / ChangeLog  

gforth: gforth/ChangeLog


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