forked from mikewarot/mstoical
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
68 lines (35 loc) · 1.76 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
2002-05-06 Jonathan M. Liles <wantingwaiting@users.sf.net>
* util/genvim: added syntax folding.
* Makefile.in, util/genvim: generate vim syntax from documentation.
2002-05-05 Jonathan M. Liles <wantingwaiting@users.sf.net>
* kernel.c: fixed call to term_restore
* doc/stoical.1: added man page
* hash.c (hash_next): fixed member descent
* strings.c (interpolate): added mode option
* words.c (compile): run regex's through interpolate mode 1
* util/docex: build one big file instead of many small ones
* debain/: added debian package support
* Makefile.in, src/Makefile.in, config.h.in,
configure.in: Use autoconf
* all: Built and tested on FreeBSD 4.5
2002-05-03 Jonathan M. Liles <wantingwaiting@users.sf.net>
* NEWS: Version .06 released
* words.c: added SEEK
2002-05-02 Jonathan M. Liles <wantingwaiting@users.sf.net>
* words.c: New type checking system.
* kernel.c: No warnings with -Wall.
* kernel.c: Much more informative output on errors.
2002-04-29 Jonathan M. Liles <wantingwaiting@users.sf.net>
* words.c: All flow control is now based on code blocks (clauses).
* debug.c, signal.c: Informative diagnostics displayed on exceptions.
2002-04-23 Jonathan M. Liles <wantingwaiting@users.sf.net>
* hash.c, hash.h,
words.c: Support for dynamically sized, hash based associative arrays.
* doc/words: Documentation now generated from source code.
* vim/: Vim syntax highlighting files included.
* kernel.c: Intelligently accept command line arguments.
* doc/Stoical: Now with -gasp- general documentation!
2002-04-19 Jonathan M. Liles <wantingwaiting@users.sf.net>
* NEWS: Version .02 released.
* dict.c: Better memory management for vocabulary entries.
* words.c: Full POSIX compatible regular expression support.