drop extra 2006-02-06 heading
[bpt/guile.git] / libguile / ChangeLog-gh
CommitLineData
a912ed4a
JB
1The gh implementation (gh_data.c, gh.h, etc.) used to live in a
2separate directory called gh. In April 1997, that dir was merged with
3libguile; this is the ChangeLog from the old directory.
4
5Please put new entries in the ordinary ChangeLog.
6
ee2a8b9b
JB
7Thu Apr 10 16:14:43 1997 Jim Blandy <jimb@floss.cyclic.com>
8
9 Let the test programs build even when we're not using threads.
10 * configure.in: Use CY_AC_WITH_THREADS to decide whether to build
11 with threads.
12 * Makefile.am (check_PROGRAMS_LDADD): Remove -lthreads -lqt. The
13 configure script will stick them in LIBS if they're needed.
14 * Makefile.in, aclocal.m4, configure: Rebuilt.
15
16 * gh_funcs.c (gh_apply, gh_call0, gh_call1, gh_call2, gh_call3):
17 New functions.
18 * gh.h: Prototypes for above.
19 * gh_test_c.c (main_prog): Added test cases for above.
20
21 * gh.h (gh_display, gh_newline): Added prototypes.
22
23 * gh_test_c.c (main_prog): Remove bizarre single quote from test
24 of gh_symbol2scm, and from "test" of (display "hello world").
25
26 * gh.c: Removed; its guts have been redistributed to the other
27 gh-mumble.c files.
28
29 * gh.c, gh_data.c, gh_eval.c, gh_funcs.c, gh_init.c, gh_io.c,
30 gh_list.c, gh_predicates.c, gh_test_c.c, gh_test_repl.c:
31 Re-indented, according to the GNU coding standards. (Put function
32 names at beginning of lines, basically.)
33
34Wed Apr 9 17:56:34 1997 Jim Blandy <jimb@floss.cyclic.com>
35
36 Changes to work with automake-1.1n, which has better libtool support.
37 * Makefile.am: Use lib_LTLIBRARIES, not lib_PROGRAMS.
38 * Makefile.in: Regenerated.
39
40Sat Mar 8 06:37:23 1997 Gary Houston <ghouston@actrix.gen.nz>
41
42 * gh_eval.c (gh_eval_file): remove case_i, sharp arguments from
43 scm_primitive_load call.
44
45Mon Feb 24 21:45:32 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
46
47 * configure.in: Added AM_MAINTAINER_MODE
48
49Wed Feb 12 16:34:42 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
50
51 * gh_data.c (gh_symbol2newstr): added this conversion from SCM
52 symbol to C string.
53 (gh_set_substr): more data conversion: from part of a (possibly
54 large) C string to an existing SCM string.
55 (gh_get_substr): more data conversion: from part of a (possibly
56 large) SCM string to an existing C char array.
57
58Mon Feb 10 14:03:09 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
59
60 * gh_funcs.c (gh_define): added this function.
61
62 * gh_init.c (gh_catch): fixed stupid bug, gh_catch() was not
63 returning anything.
64
65 * gh_data.c (gh_scm2newstr): Renamed gh_scm2str0() to
66 gh_scm2newstr(), and did away with the str0 convention (it doesn't
67 seem to belong in gh_).
68 (gh_scm2str): this function now copies Scheme data to a
69 pre-allocated C string.
70
71Fri Feb 7 15:12:30 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
72
73 * gh_data.c (gh_scm2str0): On Sascha Ziemann and Jim Blandy's
74 suggestion I changed gh_scm2str0() so that it returns a malloc-ed
75 string, rather than taking a pre-allocated string with a maximum
76 length...
77
78Fri Jan 24 08:18:28 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
79
80 * gh_eval.c (gh_eval_str): gh_eval_str() now returns an SCM object
81 with the result of the evaluation. It has also been simplified to
82 just call scm_eval_0str(). gh_eval_file() has been similarly
83 altered.
84
85Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
86
87 * ltconfig, ltmain.sh: New files for libtool support. libguile,
88 rx, gh and gtcltk-lib can now be build as shared libraries.
89 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
90
91Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
92
93 * Guile 1.0 released. This is the first release by the Free
94 Software Foundation; Cygnus has also released earlier versions of
95 Guile.
96
97 * GUILE-VERSION: Updated version number.
98 * NEWS: Added comments for all the user-visible changes marked in
99 the ChangeLogs.
100 * README: Updated for release.
101
102Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
103
104 * scsh: new directory.
105
106Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
107
108 * configure.in: Generate doc/guile-programmer/Makefile and
109 doc/guile-user/Makefile.
110
111Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
112
113 * aclocal.m4: Now automatically generated by aclocal.
114 * threads.m4: New file.
115 * guile.m4: New file.
116 * Makefile.am, doc/Makefile.am: New files.
117 * configure.in: Updated for Automake. Avoid excessively verbose
118 "greet" messages.
119
120Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
121
122 * lgh: directory renamed to gh, along with all prefixes of the
123 high level library procedures.
124
125Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
126
127 * Makefile.in (TAGS tags): Find the source files in $srcdir.
128
129Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
130
131 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
132
133Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
134
135 * configure.in: Added some configuration magic from the Cygnus
136 distribution.
137
138 * aclocal.m4: New file. For now used for thread support
139 configuration.
140
141Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
142
143 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
144
145 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
146 directories, to arrange for lgh to the last thing
147 configured/built.
148
149Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
150
151 * lgh/: added the directory in which I implement the high level
152 libguile library (lgh_) for this release of Guile. See the
153 ChangeLog in there for further details.
154
155Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
156
157 * doc/ (guile-user and guile-programmer): added the guile-user and
158 guile-programmer directories which contain the user and programmer
159 manuals. See the ChangeLog entries there for detail.
160
161Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
162
163 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
164
165 * Makefile.in (distclean): Don't forget to delete
166 config.build-subdirs.
167
168Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
169
170 * Makefile.in (tags): New name for `TAGS' target, which will
171 always run the commands.
172
173Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
174
175 * README: Doc fixes.
176
177Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
178
179 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
180
181Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
182
183 * configure.in: Check for -ldl, so the check for Tcl won't fail
184 spuriously.
185
186Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
187
188 Change the way we decide whether to build gtcltk-lib, so that it's
189 omitted from the build process when appropriate, but never from
190 the dist process.
191 * configure.in: Don't edit all_subdirs depending on the
192 availability of Tk; let that be the list of all PLUGIN
193 subdirectories present, as it used to be. Instead, edit a new
194 variable, build_subdirs; write its final value, the list of
195 subdirs we do want to compile in, to config.build-subdirs.
196 Substitute that into the top-level Makefile too.
197 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
198 recurse on the subdirectories we should build.
199 (distdirs): Set this to @existingdirs@, so it includes the subdirs
200 we decided not to build.
201
202 * doc/gtcltk.texi: File resurrected from old Guile releases.
203 * doc/Makefile.in (info): Build the gtcltk documentation.
204 (DIST_FILES): Include it in the distribution.
205
206 * configure.in: If we can find the library for tcl7.5, build
207 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
208 compiler (not sure this is necessary).
209
210Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
211
212 * NEWS: Fix bug reporting address.
213
214Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
215
216 * AUTHORS: New file, in accordance with the GNU maintainers'
217 standards.
218
219Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
220
221 * README: Renamed from ANNOUNCE; include bug report address,
222 description, and short tour.
223 * INSTALL: Renamed from BUILDING.
224 * NEWS: New file.
225 * Makefile.in (DISTFILES): Update appropriately.
226
227Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
228
229 * doc/Makefile.in: Added pattern targets for creating DVI and
230 PostScript files.
231 (%.ps, %.dvi, %.txt): New targets.
232 (DVIPS, TEXI2DVI): New variables.
233
234 * GUILE-VERSION: Updated to 1.0b3.
235
236 Rehashed distribution system, in preparation for nightly
237 snapshots. Other changes in subdirectories.
238 * Makefile.in (dist): Rewritten --- the old target was out of
239 date, dependent on files that we don't have, and relied on GNU
240 tar. The new target is simpler.
241 (VERSION, srcdir, dist_dirs): New variables.
242 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
243 TODO.
244 (localtreats): Variable removed. We don't have this file.
245 (info): cd to doc and make info there; don't make info in every
246 ${subdir}; those Makefiles don't know what to do.
247 (distname, distdir, treats, announcefile): Variables removed.
248 (manifest-file): Target removed.
249 (dist-dir): New target, responsible for distributable files in
250 this directory.
251 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
252 controlling the 'dist' target.
253 * configure.in: Substitute GUILE-VERSION into the top-level
254 Makefile. Build doc/Makefile from doc/Makefile.in.
255
256 * doc/Makefile.in: New file.