blob: f1f66376a26e1c498af6d19de06d307da8b87e73 (
plain)
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
|
2008-01-08 Gabriel Dos Reis <gdr@cs.tamu.edu>
* boot/Makefile.pamphlet (AXIOM_LOCAL_LISP): Use Lisp image with C
bindings.
* interp/msgdb.boot (brightPrint0): Don't highlight if the
standard output is not attached to a terminal.
* interp/sys-driver.boot (stdStreamIsTerminal): New.
* lib/cfuns-c.c (std_stream_is_terminal): New.
2008-01-07 Gabriel Dos Reis <gdr@cs.tamu.edu>
* boot/ast.boot.pamphlet (Ast): Add ImportSignature, Signature,
and Mapping.
* boot/parser.boot.pamphlet (bpImport): Parse import declaration.
(bpSignature): New.
(bpMapping): Likewise.
* boot/tokens.boot.pamphlet (shoeKeyWords): Add new keyword.
* boot/translator.boot.pamphlet (genImportDeclaration): Translate
import declaration.
(shoeOutItem): Handle import declarations.
2008-01-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
* sman/sman.c: Remove debug and dead codes.
2008-01-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
* driver/main.c (main) [__WIN32__]: Fix off-by-one thinko.
2008-01-05 Gabriel Dos Reis <gdr@cs.tamu.edu>
* scripts/axiom.in: Remove.
* driver: New directory.
* driver/main.c: New. Now implement driver as native
application.
|