*** empty log message ***
[bpt/guile.git] / examples / ChangeLog
CommitLineData
22332e5d
MG
12001-06-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2
3 * box-dynamic-module/README: Use a better example for box-map, as
4 suggested by Thomas Wawrzinek.
5
673509f8
MG
62001-06-14 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
7
8 * scripts/README, scripts/hello.scm, safe/untrusted.scm,
9 safe/evil.scm, safe/README, modules/README, modules/main,
10 modules/module-0.scm, modules/module-1.scm, modules/module-2.scm:
11 Minor cleanup.
12
13 * README: Added intro stuff, restructured a bit.
14
15 * box-dynamic/README, box-module/README, box/README: Cleanup and
16 restructuring.
17
18 * box-dynamic-module/box-mixed.scm: New file, demonstrating usage
19 of extension library functionality, but without exporting
20 procedures from the library.
21
22 Thanks to Thomas Wawrzinek for the idea and example code!
23
24 * box-dynamic-module/box-module.scm: Add comments, export
25 make-box, box-ref, box-set!.
26
27 * box-dynamic-module/README: Integrate new module (box-mixed),
28 restructure and cleanup a bit.
29
d36350e8
MG
302001-06-06 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
31
32 * box-dynamic-module/box-module.scm: New file.
33
8779d595
MG
342001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
35
36 * box-dynamic-module: New directory, implements the box type in a
37 shared library and places the definitions in a C-only module.
38
39 Thanks to Thomas Wawrzinek for this, too!
40
41 * box-dynamic/box.c, box/box.c, box-dynamic-module/box.c,
42 box-module/box.c (mark_box): Fixed typo in comment.
43
28fe405e
RB
442001-06-01 Rob Browning <rlb@cs.utexas.edu>
45
46 * .cvsignore: here and in all subdirectories listing Makefile and
47 Makefile.in.
48
cc6dd1c5
MG
492001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
50
51 * box-dynamic: New directory, implements the box type in a shared
52 library (aka extension)
53
54 Thanks to Thomas Wawrzinek for patching box.c into an extension!
55
2de7ddb7
MG
562001-05-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
57
58 * box-module: New directory, similar to box, but defines the
59 primitives in a module (box-module) instead of defining them
60 globally.
61
62 * safe: New directory, explaining some aspects of using safe
63 environments for evaluation.
64
652001-05-29 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
66
67 * New directory for Guile example code.
68