* evalext.[ch] (scm_m_undefine, undefine): Deprecated.
[bpt/guile.git] / examples / ChangeLog
CommitLineData
67b7dd9e
MG
12001-07-24 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2
3 All examples are now built and tested on `make installcheck'
4 rather than `make check'.
5
62001-07-19 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
7
8 * box-dynamic-module/Makefile.am, box-dynamic/Makefile.am,
9 box-module/Makefile.am, box/Makefile.am: Use $(top_srcdir) to get
10 at GUILE_LOAD_PATH, and $(top_builddir) for the guile and
11 guile-config programs and for the link paths. Add check.test to
12 EXTRA_DIST.
13
14 * box-dynamic-module/Makefile.am, box-dynamic/Makefile.am,
15 box-module/Makefile.am, box/Makefile.am: Add -L../../qt to LIBS.
16
172001-07-19 Rob Browning <rlb@defaultvalue.org>
18
19 * box-module/.cvsignore: add .deps
20
21 * box/.cvsignore: add .deps.
22
232001-07-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
24
25 * box-module/Makefile.am (TESTS): New variable.
26 Create `box' on `make all'.
27
28 * box-module/check.test, box-dynamic-module/check.test,
29 * box-dynamic/check.test: New files.
30
31 * box-dynamic/Makefile.am (libbox): Create box library on `make
32 all'.
33 (TESTS): New variable.
34
35 * box/Makefile.am (TESTS): New variable.
36 Create `box' program on `make all', use freshly built Guile for
37 building.
38
39 * box/check.test: New file.
40
41 * modules/check.test, safe/check.test, scripts/check.test: Set
42 GUILE_LOAD_PATH to make the tests run without installed Guile.
43
442001-07-16 Thien-Thi Nguyen <ttn@revel.glug.org>
45
46 * scripts/check.test: Add check for guile interpreter.
47 Fix bug: Use `$guile' everywhere. Thanks to Martin Grabmueller.
48
492001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
50
51 * modules/check.test, safe/check.test: New files.
52
53 * modules/Makefile.am (TESTS), safe/Makefile.am (TESTS): New
54 variables.
55
562001-07-14 Thien-Thi Nguyen <ttn@revel.glug.org>
57
58 * scripts/check.test: New file.
59
60 * Makefile.am (TESTS): New var.
61
4be5d976
MG
622001-07-14 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
63
64 * modules/main: Use :renamer for specifying renaming procedure.
65
4ffdd266
TTN
662001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
67
68 * scripts/hello (display-version, display-help): Fix comment; nfc.
69
9bf80644
MG
702001-07-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
71
72 * box-dynamic/README: Corrected sample session.
73
74 * box-module/box.c, box-dynamic-module/box.c, box-dynamic/box.c
75 * box/box.c: scm_bits_t -> scm_t_bits.
76
22332e5d
MG
772001-06-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
78
79 * box-dynamic-module/README: Use a better example for box-map, as
80 suggested by Thomas Wawrzinek.
81
673509f8
MG
822001-06-14 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
83
84 * scripts/README, scripts/hello.scm, safe/untrusted.scm,
85 safe/evil.scm, safe/README, modules/README, modules/main,
86 modules/module-0.scm, modules/module-1.scm, modules/module-2.scm:
87 Minor cleanup.
88
89 * README: Added intro stuff, restructured a bit.
90
91 * box-dynamic/README, box-module/README, box/README: Cleanup and
92 restructuring.
93
94 * box-dynamic-module/box-mixed.scm: New file, demonstrating usage
95 of extension library functionality, but without exporting
96 procedures from the library.
97
98 Thanks to Thomas Wawrzinek for the idea and example code!
4ffdd266 99
673509f8
MG
100 * box-dynamic-module/box-module.scm: Add comments, export
101 make-box, box-ref, box-set!.
102
103 * box-dynamic-module/README: Integrate new module (box-mixed),
104 restructure and cleanup a bit.
105
d36350e8
MG
1062001-06-06 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
107
108 * box-dynamic-module/box-module.scm: New file.
109
8779d595
MG
1102001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
111
112 * box-dynamic-module: New directory, implements the box type in a
113 shared library and places the definitions in a C-only module.
114
115 Thanks to Thomas Wawrzinek for this, too!
4ffdd266 116
8779d595
MG
117 * box-dynamic/box.c, box/box.c, box-dynamic-module/box.c,
118 box-module/box.c (mark_box): Fixed typo in comment.
119
28fe405e
RB
1202001-06-01 Rob Browning <rlb@cs.utexas.edu>
121
122 * .cvsignore: here and in all subdirectories listing Makefile and
123 Makefile.in.
124
cc6dd1c5
MG
1252001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
126
127 * box-dynamic: New directory, implements the box type in a shared
128 library (aka extension)
129
130 Thanks to Thomas Wawrzinek for patching box.c into an extension!
4ffdd266 131
2de7ddb7
MG
1322001-05-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
133
134 * box-module: New directory, similar to box, but defines the
135 primitives in a module (box-module) instead of defining them
136 globally.
137
138 * safe: New directory, explaining some aspects of using safe
139 environments for evaluation.
140
1412001-05-29 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
142
143 * New directory for Guile example code.
144