/[guile]/guile/guile-core/ChangeLog
ViewVC logotype

Diff of /guile/guile-core/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.208 by mdj, Tue Jun 20 22:18:09 2000 UTC revision 1.208.2.1 by ttn, Sun Feb 10 00:18:17 2002 UTC
# Line 1  Line 1 
1    2002-02-09  Thien-Thi Nguyen  <ttn@glug.org>
2    
3            * acinclude.m4: Remove embedded libtool.m4.
4            AC_LANG not a variable now -- use __cplusplus unconditionally.
5    
6            * configure.in (AC_STRUCT_ST_RDEV, AC_STRUCT_ST_BLKSIZE): No
7            longer use these.  Instead use AC_CHECK_MEMBERS.
8    
9            (AC_STRUCT_ST_BLOCKS): Use instead of ad-hoc test.
10    
11            Use AC_PREREQ, AC_INIT and AC_CONFIG_SRCDIR sequence
12            instead of lone AC_INIT.
13    
14            Use AC_CONFIG_FILES, AC_CONFIG_COMMANDS and AC_OUTPUT sequence
15            instead of lone AC_OUTPUT.
16    
17            (AC_CONFIG_FILES): Add test-suite/Makefile and check-guile.
18            (AC_CONFIG_COMMANDS): Also chmod +x check-guile.
19    
20            * check-guile.in: Back port from 1.9, with the following exception:
21            Set "-e" at the start.
22    
23            * autogen.sh: Also pass "--force" to libtoolize.
24            Add recursion into libltdl.
25            Add "now run configure" message.
26    
27  2000-06-21  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>  2000-06-21  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
28    
29          * Guile 1.4 released.          * Guile 1.4 released.
# Line 38  Line 64 
64    
65          * configure.in: added AC_SUBST lines for the new LIBGUILE version          * configure.in: added AC_SUBST lines for the new LIBGUILE version
66          variables.          variables.
67            
68  2000-06-01  Michael Livshin  <mlivshin@bigfoot.com>  2000-06-01  Michael Livshin  <mlivshin@bigfoot.com>
69    
70          * autogen.sh: call ./guile-aclocal.sh instead of aclocal.          * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
71            
72          * guile-aclocal.sh: new file, works around aclocal problems.          * guile-aclocal.sh: new file, works around aclocal problems.
73    
74  2000-05-30  Dirk Herrmann  <D.Herrmann@tu-bs.de>  2000-05-30  Dirk Herrmann  <D.Herrmann@tu-bs.de>
# Line 141  Tue Jan 11 13:42:35 2000  Greg J. Badros Line 167  Tue Jan 11 13:42:35 2000  Greg J. Badros
167          * autogen.sh: Added messages as we run autogen in subdirectories.          * autogen.sh: Added messages as we run autogen in subdirectories.
168    
169          * configure.in: Output libugile/guile-func-name-check script, and          * configure.in: Output libugile/guile-func-name-check script, and
170          chmod +x it.          chmod +x it.
171    
172  2000-01-11  Marius Vollmer  <mvo@zagadka.ping.de>  2000-01-11  Marius Vollmer  <mvo@zagadka.ping.de>
173    
# Line 156  Tue Jan 11 13:42:35 2000  Greg J. Badros Line 182  Tue Jan 11 13:42:35 2000  Greg J. Badros
182    
183          * configure.in: Make "--with-modules=yes" the default.  Do not          * configure.in: Make "--with-modules=yes" the default.  Do not
184          clear INCLTDL, LIBLTDL prior to processing "--with-modules".          clear INCLTDL, LIBLTDL prior to processing "--with-modules".
185            
186      1999-07-25  Thomas Tanner  <tanner@ffii.org>      1999-07-25  Thomas Tanner  <tanner@ffii.org>
187    
188              * Makefile.am: add libltdl to SUBDIRS, automake automatically              * Makefile.am: add libltdl to SUBDIRS, automake automatically
# Line 189  Tue Dec 14 09:12:22 1999  Greg J. Badros Line 215  Tue Dec 14 09:12:22 1999  Greg J. Badros
215    
216  1999-12-12  Greg J. Badros  <gjb@cs.washington.edu>  1999-12-12  Greg J. Badros  <gjb@cs.washington.edu>
217    
218          * configure.in: Create guile-doc-snarf, chmod +x that script after          * configure.in: Create guile-doc-snarf, chmod +x that script after
219          AC_OUTPUTted.          AC_OUTPUTted.
220    
221  1999-12-10  Greg J. Badros  <gjb@cs.washington.edu>  1999-12-10  Greg J. Badros  <gjb@cs.washington.edu>
# Line 219  Tue Dec 14 09:12:22 1999  Greg J. Badros Line 245  Tue Dec 14 09:12:22 1999  Greg J. Badros
245          guile-readline's autogen.sh script.          guile-readline's autogen.sh script.
246    
247          Straighten up the situation regarding guile.m4 and qthreads.m4.          Straighten up the situation regarding guile.m4 and qthreads.m4.
248            
249          We can't have .m4 files which are installed where aclocal can          We can't have .m4 files which are installed where aclocal can
250          see them, but also used by guile's own configure.in, because          see them, but also used by guile's own configure.in, because
251          aclocal will read both copies, complain about duplicate macro          aclocal will read both copies, complain about duplicate macro
# Line 300  Tue Dec 14 09:12:22 1999  Greg J. Badros Line 326  Tue Dec 14 09:12:22 1999  Greg J. Badros
326          * configure.in (GUILE_STAMP): Don't set this variable, or          * configure.in (GUILE_STAMP): Don't set this variable, or
327          substitute it into anything.  Full explanation in ice-9/ChangeLog.          substitute it into anything.  Full explanation in ice-9/ChangeLog.
328          * configure, Makefile.in: Regenerated.          * configure, Makefile.in: Regenerated.
329            
330  1999-09-06  James Blandy  <jimb@mule.m17n.org>  1999-09-06  James Blandy  <jimb@mule.m17n.org>
331    
332          Propagate the changes of 2 Sept the rest of the way through.          Propagate the changes of 2 Sept the rest of the way through.
# Line 360  Tue Dec 14 09:12:22 1999  Greg J. Badros Line 386  Tue Dec 14 09:12:22 1999  Greg J. Badros
386          * Makefile.am: Likewise for make.          * Makefile.am: Likewise for make.
387          * NEWS: Explain how to activate the readline support.          * NEWS: Explain how to activate the readline support.
388          * configure, Makefile.in: Regenerated.          * configure, Makefile.in: Regenerated.
389            
390  1999-07-19  Jim Blandy  <jimb@savonarola.red-bean.com>  1999-07-19  Jim Blandy  <jimb@savonarola.red-bean.com>
391    
392          Fixes for EMX from Mikael Ståldal.          Fixes for EMX from Mikael Ståldal.
# Line 400  Tue Dec 14 09:12:22 1999  Greg J. Badros Line 426  Tue Dec 14 09:12:22 1999  Greg J. Badros
426          1.4, libtool 1.2f (1.385 1999/03/15 17:24:54).  I've upgraded to          1.4, libtool 1.2f (1.385 1999/03/15 17:24:54).  I've upgraded to
427          all the right tools, according to README, but I'm still getting          all the right tools, according to README, but I'm still getting
428          different results than Mikael is.  Hmm.          different results than Mikael is.  Hmm.
429            
430  1999-03-22  Mikael Djurfeldt  <mdj@barbara.nada.kth.se>  1999-03-22  Mikael Djurfeldt  <mdj@barbara.nada.kth.se>
431    
432          * New libtool: 1.2f          * New libtool: 1.2f
# Line 519  Tue Dec 14 09:12:22 1999  Greg J. Badros Line 545  Tue Dec 14 09:12:22 1999  Greg J. Badros
545  1998-10-12  Jim Blandy  <jimb@zwingli.cygnus.com>  1998-10-12  Jim Blandy  <jimb@zwingli.cygnus.com>
546    
547          * configure: Regenerated.          * configure: Regenerated.
548            
549          * configure.in (GUILE_FUNC_DECLARED): Name the cache variables          * configure.in (GUILE_FUNC_DECLARED): Name the cache variables
550          starting with guile_cv_; ac_cv_ is autoconf's namespace.          starting with guile_cv_; ac_cv_ is autoconf's namespace.
551    
# Line 544  Tue Dec 14 09:12:22 1999  Greg J. Badros Line 570  Tue Dec 14 09:12:22 1999  Greg J. Badros
570          regression from 1.3a, but everyone knows that the next release is          regression from 1.3a, but everyone knows that the next release is
571          1.3, I want to switch to a more coherent version numbering system,          1.3, I want to switch to a more coherent version numbering system,
572          and now is the time.          and now is the time.
573            
574  1998-10-09  Jim Blandy  <jimb@zwingli.cygnus.com>  1998-10-09  Jim Blandy  <jimb@zwingli.cygnus.com>
575    
576          * configure.in: Call AC_C_INLINE, so we can use inline happily in          * configure.in: Call AC_C_INLINE, so we can use inline happily in
577          libguile.          libguile.
578          * configure: Regenerated.          * configure: Regenerated.
579    
580  1998-10-07  Jim Blandy  <jimb@zwingli.cygnus.com>  1998-10-07  Jim Blandy  <jimb@zwingli.cygnus.com>
# Line 579  Tue Dec 14 09:12:22 1999  Greg J. Badros Line 605  Tue Dec 14 09:12:22 1999  Greg J. Badros
605          * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's          * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
606          stdio implementation.  (Thanks to David Tillman.)          stdio implementation.  (Thanks to David Tillman.)
607          * configure: Rebuilt.          * configure: Rebuilt.
608            
609          * guile-config: Renamed from `build'.          * guile-config: Renamed from `build'.
610          * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.          * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
611          * configure.in: Create `guile-config/Makefile.in', not          * configure.in: Create `guile-config/Makefile.in', not
# Line 633  Tue Dec 14 09:12:22 1999  Greg J. Badros Line 659  Tue Dec 14 09:12:22 1999  Greg J. Badros
659          public version of automake, not the hacked Cygnus version.          public version of automake, not the hacked Cygnus version.
660          * config.guess, config.sub, ltconfig, ltmain.sh: New versions from          * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
661          libtool.          libtool.
662            
663          * configure.in, qthreads.m4: Display a message about how the          * configure.in, qthreads.m4: Display a message about how the
664          threads configuration went.          threads configuration went.
665          * aclocal.m4, configure: Regenerated.          * aclocal.m4, configure: Regenerated.
666            
667  1998-07-28  Jim Blandy  <jimb@zwingli.cygnus.com>  1998-07-28  Jim Blandy  <jimb@zwingli.cygnus.com>
668    
669          Remove the TOTORO kludge.  We're not doing snapshots any more, so          Remove the TOTORO kludge.  We're not doing snapshots any more, so
# Line 767  Sun Dec  7 06:11:24 1997  Gary Houston Line 793  Sun Dec  7 06:11:24 1997  Gary Houston
793          * configure.in: Use it.          * configure.in: Use it.
794          * configure: Regenerated.          * configure: Regenerated.
795          * acconfig.h (DLSYM_ADDS_USCORE): New #define.          * acconfig.h (DLSYM_ADDS_USCORE): New #define.
796            
797  1997-10-26  Mikael Djurfeldt  <mdj@nada.kth.se>  1997-10-26  Mikael Djurfeldt  <mdj@nada.kth.se>
798    
799          * README (libtool): Tell people to use version 1.0e.          * README (libtool): Tell people to use version 1.0e.
# Line 894  Sat Jun 28 16:13:43 1997  Tim Pierce  <t Line 920  Sat Jun 28 16:13:43 1997  Tim Pierce  <t
920  Thu Jun 26 20:43:31 1997  Jim Blandy  <jimb@floss.red-bean.com>  Thu Jun 26 20:43:31 1997  Jim Blandy  <jimb@floss.red-bean.com>
921    
922          * Guile 1.2 released.          * Guile 1.2 released.
923            
924          * configure.in: Check for librx after libm; fundamentals need to          * configure.in: Check for librx after libm; fundamentals need to
925          come first.          come first.
926          * configure: Regenerated.          * configure: Regenerated.
# Line 912  Sun Jun 22 15:43:07 1997  Jim Blandy  <j Line 938  Sun Jun 22 15:43:07 1997  Jim Blandy  <j
938          sending in bug reports.          sending in bug reports.
939          * configure.in: Provide libguile its version information through a          * configure.in: Provide libguile its version information through a
940          separate header file generated by the Makefile, not through          separate header file generated by the Makefile, not through
941          scmconfig.h.            scmconfig.h.
942          (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):          (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
943          AC_SUBST these, instead of AC_DEFINE'ing them.          AC_SUBST these, instead of AC_DEFINE'ing them.
944          (GUILE_STAMP): New AC_SUBST: the time we configured the tree.          (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
# Line 1021  Mon May 12 18:29:45 1997  Jim Blandy  <j Line 1047  Mon May 12 18:29:45 1997  Jim Blandy  <j
1047    
1048  Thu May  8 11:48:40 1997  Anthony Green  <green@hoser.cygnus.com>  Thu May  8 11:48:40 1997  Anthony Green  <green@hoser.cygnus.com>
1049    
1050          * aclocal.m4: Fixes for building with coop threads in a          * aclocal.m4: Fixes for building with coop threads in a
1051          seperate compilation directory.          seperate compilation directory.
1052          * configure: Rebuilt.          * configure: Rebuilt.
1053    
# Line 1034  Fri May  2 16:24:15 1997  Jim Blandy  <j Line 1060  Fri May  2 16:24:15 1997  Jim Blandy  <j
1060          * configure.in: When configuring qt, sunos needs the underscore          * configure.in: When configuring qt, sunos needs the underscore
1061          files; Solaris and Linux both need the normal files.          files; Solaris and Linux both need the normal files.
1062          * configure: Reebilt.          * configure: Reebilt.
1063            
1064  Thu May  1 15:35:49 1997  Jim Blandy  <jimb@floss.cyclic.com>  Thu May  1 15:35:49 1997  Jim Blandy  <jimb@floss.cyclic.com>
1065    
1066          * configure.in: Get the paths for qt's md files right, so it can          * configure.in: Get the paths for qt's md files right, so it can
# Line 1082  Fri Apr 11 15:43:07 1997  Jim Blandy  <j Line 1108  Fri Apr 11 15:43:07 1997  Jim Blandy  <j
1108    
1109          * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.          * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
1110          * README: Say where to find libtool 0.9d.          * README: Say where to find libtool 0.9d.
1111            
1112  Wed Apr  9 17:51:13 1997  Jim Blandy  <jimb@floss.cyclic.com>  Wed Apr  9 17:51:13 1997  Jim Blandy  <jimb@floss.cyclic.com>
1113    
1114          Changes to work with automake-1.1n, which has better libtool          Changes to work with automake-1.1n, which has better libtool
# Line 1109  Sat Mar 15 01:11:44 1997  Mikael Djurfel Line 1135  Sat Mar 15 01:11:44 1997  Mikael Djurfel
1135  Mon Feb 24 21:43:26 1997  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>  Mon Feb 24 21:43:26 1997  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
1136    
1137          * ltconfig, ltmain.sh: New versions from libtool-0.9.          * ltconfig, ltmain.sh: New versions from libtool-0.9.
1138            
1139          * configure.in: Added AM_MAINTAINER_MODE          * configure.in: Added AM_MAINTAINER_MODE
1140    
1141  Fri Feb  7 17:57:46 1997  Jim Blandy  <jimb@floss.cyclic.com>  Fri Feb  7 17:57:46 1997  Jim Blandy  <jimb@floss.cyclic.com>
# Line 1137  Sun Jan  5 16:57:10 1997  Jim Blandy  <j Line 1163  Sun Jan  5 16:57:10 1997  Jim Blandy  <j
1163          * Guile 1.0 released.  This is the first release by the Free          * Guile 1.0 released.  This is the first release by the Free
1164          Software Foundation; Cygnus has also released earlier versions of          Software Foundation; Cygnus has also released earlier versions of
1165          Guile.          Guile.
1166            
1167          * GUILE-VERSION: Updated version number.          * GUILE-VERSION: Updated version number.
1168          * NEWS: Added comments for all the user-visible changes marked in          * NEWS: Added comments for all the user-visible changes marked in
1169          the ChangeLogs.          the ChangeLogs.
# Line 1168  Wed Oct 16 07:32:14 1996  Mark Galassi Line 1194  Wed Oct 16 07:32:14 1996  Mark Galassi
1194    
1195  Thu Oct 10 14:37:43 1996  Jim Blandy  <jimb@floss.cyclic.com>  Thu Oct 10 14:37:43 1996  Jim Blandy  <jimb@floss.cyclic.com>
1196    
1197          * Makefile.in (TAGS tags): Find the source files in $srcdir.          * Makefile.in (TAGS tags): Find the source files in $srcdir.
1198    
1199  Wed Oct  9 19:37:14 1996  Jim Blandy  <jimb@floss.cyclic.com>  Wed Oct  9 19:37:14 1996  Jim Blandy  <jimb@floss.cyclic.com>
1200    
# Line 1181  Tue Oct  1 00:13:55 1996  Mikael Djurfel Line 1207  Tue Oct  1 00:13:55 1996  Mikael Djurfel
1207    
1208          * aclocal.m4: New file.  For now used for thread support          * aclocal.m4: New file.  For now used for thread support
1209          configuration.          configuration.
1210            
1211  Fri Sep 13 14:39:30 1996  Mark Galassi  <rosalia@sarastro.lanl.gov>  Fri Sep 13 14:39:30 1996  Mark Galassi  <rosalia@sarastro.lanl.gov>
1212    
1213          * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES          * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES

Legend:
Removed from v.1.208  
changed lines
  Added in v.1.208.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26