ChangeLog-gh 9.1 KB

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