* eval.c, tags.h, print.c (SCM_IM_SLOT_REF, SCM_IM_SLOT_SET_X):
[bpt/guile.git] / guile-config / ChangeLog
CommitLineData
cceae55d
JB
11999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
2
3 * Makefile.in: Regenerated.
4
33432c79
JB
51998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
6
7 * COPYING: New file.
8 * Makefile.in: Regenerated.
9
98330fd2
JB
101998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
11
12 * guile-config.in: Add copyright notice.
13
8aa5c148
JB
141998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
15
fefec3e0
JB
16 * guile-config.in (build-link): It isn't. Revert the change.
17
8aa5c148
JB
18 * guile-config.in (build-link): Include a -R flag in the output
19 from link. Not sure if this is the right thing to do.
20
c3d20aa6
JB
211998-10-05 Jim Blandy <jimb@zwingli.cygnus.com>
22
429a44e3
JB
23 * guile-config.in (build-compile, help-compile, usage-compile):
24 New functions to implement new subcommand.
25
6ffeb7a3
JB
26 * guile-config.in: Redo the help system, so that each subcommand
27 defines its own usage text, as well as its help text.
28
c3d20aa6
JB
29 * guile-config.in (build-link): Include a -L option in the output
30 from `guile-config link', indicating where libguile was installed.
2d0937bc 31 (Thanks to Greg Troxel.)
c3d20aa6 32
2adfe1c0
JB
331998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
34
c39894a8
JB
35 * guile-config.in: Don't import ice-9 regex; that's not available
36 on all systems. Maybe someday we'll have our own...
37 (set-program-name!): Use basename.
38 (build-link): Use basename and stock string functions, instead of
39 string-match.
d627bf71 40 (Bug report from Greg Troxel --- thanks!)
c39894a8 41
2adfe1c0
JB
42 * Directory renamed to guile-config from build.
43 * guile-config.in: Renamed from build-guile.in, for consistency
44 with the analogous script for GTK, called gtk-config.
45 * Makefile.am, .cvsignore: References to `build-guile' replaced
46 with `guile-config'.
47
481998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
49
50 * Makefile.in: Regenerated using the last public version of
51 automake, not the hacked Cygnus version.
52
531998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
54
55 * Makefile.in: Regenerated, after removing Totoro kludge.
56
571998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
58
59 * Makefile.in: Rebuilt, for config changes in parent dir.
60
611998-01-05 Tim Pierce <twp@skepsis.com>
62
63 * .cvsignore: New file.
64
65Mon Oct 6 11:45:59 1997 Jim Blandy <jimb@totoro.red-bean.com>
66
67 * build-guile.in: Try to return an appropriate exit status.
68
69 * build-guile.in: Rearranged to use a table of subcommands, and
70 include per-subcommand help.
71
72 * build-guile.in: New "info" subcommand, for easy access to Guile
73 build variables.
74
75Mon Sep 29 23:53:14 1997 Jim Blandy <jimb@totoro.red-bean.com>
76
77 * Makefile.in: Regenerated with automake 1.2c.
78
79Sat Sep 27 23:15:26 1997 Jim Blandy <jimb@totoro.red-bean.com>
80
81 * New directory --- the build-guile command, intended to help
82 people build Guile-based applications.
83 * Makefile.am, Makefile.in, build-guile.in: New files.