*** empty log message ***
[bpt/guile.git] / examples / ChangeLog
CommitLineData
4ffdd266
TTN
12001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
2
3 * scripts/hello (display-version, display-help): Fix comment; nfc.
4
9bf80644
MG
52001-07-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
6
7 * box-dynamic/README: Corrected sample session.
8
9 * box-module/box.c, box-dynamic-module/box.c, box-dynamic/box.c
10 * box/box.c: scm_bits_t -> scm_t_bits.
11
22332e5d
MG
122001-06-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
13
14 * box-dynamic-module/README: Use a better example for box-map, as
15 suggested by Thomas Wawrzinek.
16
673509f8
MG
172001-06-14 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
18
19 * scripts/README, scripts/hello.scm, safe/untrusted.scm,
20 safe/evil.scm, safe/README, modules/README, modules/main,
21 modules/module-0.scm, modules/module-1.scm, modules/module-2.scm:
22 Minor cleanup.
23
24 * README: Added intro stuff, restructured a bit.
25
26 * box-dynamic/README, box-module/README, box/README: Cleanup and
27 restructuring.
28
29 * box-dynamic-module/box-mixed.scm: New file, demonstrating usage
30 of extension library functionality, but without exporting
31 procedures from the library.
32
33 Thanks to Thomas Wawrzinek for the idea and example code!
4ffdd266 34
673509f8
MG
35 * box-dynamic-module/box-module.scm: Add comments, export
36 make-box, box-ref, box-set!.
37
38 * box-dynamic-module/README: Integrate new module (box-mixed),
39 restructure and cleanup a bit.
40
d36350e8
MG
412001-06-06 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
42
43 * box-dynamic-module/box-module.scm: New file.
44
8779d595
MG
452001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
46
47 * box-dynamic-module: New directory, implements the box type in a
48 shared library and places the definitions in a C-only module.
49
50 Thanks to Thomas Wawrzinek for this, too!
4ffdd266 51
8779d595
MG
52 * box-dynamic/box.c, box/box.c, box-dynamic-module/box.c,
53 box-module/box.c (mark_box): Fixed typo in comment.
54
28fe405e
RB
552001-06-01 Rob Browning <rlb@cs.utexas.edu>
56
57 * .cvsignore: here and in all subdirectories listing Makefile and
58 Makefile.in.
59
cc6dd1c5
MG
602001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
61
62 * box-dynamic: New directory, implements the box type in a shared
63 library (aka extension)
64
65 Thanks to Thomas Wawrzinek for patching box.c into an extension!
4ffdd266 66
2de7ddb7
MG
672001-05-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
68
69 * box-module: New directory, similar to box, but defines the
70 primitives in a module (box-module) instead of defining them
71 globally.
72
73 * safe: New directory, explaining some aspects of using safe
74 environments for evaluation.
75
762001-05-29 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
77
78 * New directory for Guile example code.
79