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