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