ChangeLog 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442
  1. 2002-05-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
  2. * acinclude.m4, configure.in, NEWS: Update copyright.
  3. * Makefile.am (SUBDIRS): Add test-suite.
  4. 2002-05-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
  5. * qthreads.m4: bye bye (move to guile-config/ subdir).
  6. * acconfig.h: bye bye
  7. * Makefile.am (AUTOMAKE_OPTIONS, DISTCLEANFILES): New.
  8. (EXTRA_DIST): Remove qthreads.m4.
  9. (dist-hook): Remove.
  10. * guile-aclocal.sh: Rewrite as single call to aclocal.
  11. * configure.in: For each AC_DEFINE, add 2nd and 3rd args.
  12. Replace direct LIBOBJS setting w/ AC_LIBOBJ constructs.
  13. Update sed commands for computing LIBLOBJS and EXTRA_DOT_DOC_FILES.
  14. * acinclude.m4: For each AC_DEFINE, add 2nd and 3rd args.
  15. * autogen.sh: Sync w/ HEAD (1.18).
  16. 2002-04-29 Thien-Thi Nguyen <ttn@giblet.glug.org>
  17. * configure.in (AC_PREREQ): Bump to 2.53.
  18. 2002-04-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
  19. * ANON-CVS, HACKING, INSTALL, SNAPSHOTS: bye bye
  20. 2002-04-03 Thien-Thi Nguyen <ttn@giblet.glug.org>
  21. * RELEASE: bye bye
  22. 2002-03-31 Thien-Thi Nguyen <ttn@giblet.glug.org>
  23. * Makefile.am: Update copyright.
  24. (dist-hook): Add, including related am/maintainers-dirs,
  25. surrounded by "if MAINTAINER_MODE".
  26. * autogen.sh: Add usage comment.
  27. Add workbook specification.
  28. Add dist-files symlinking.
  29. 2002-03-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
  30. * configure.in (top_srcdir_absolute): New AC_SUBST var.
  31. * pre-inst-guile.in, check-guile.in (top_srcdir):
  32. Use `top_srcdir_absolute' AC_SUBST var.
  33. 2002-03-04 Thien-Thi Nguyen <ttn@glug.org>
  34. * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Use [] rather than
  35. "" for multiword string. Thanks to Christopher Cramer.
  36. 2002-03-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
  37. * pre-inst-guile.in (top_srcdir): Fix ref bug: Force absolute.
  38. 2002-03-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
  39. * configure.in (LIBGUILE_INTERFACE_CURRENT,
  40. LIBGUILE_INTERFACE_REVISION, LIBGUILE_INTERFACE_AGE,
  41. LIBGUILE_INTERFACE): New AC_SUBST vars.
  42. 2002-02-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
  43. * Makefile.am (SUBDIRS): Add `am'.
  44. * pre-inst-guile.in: Typofix; nfc.
  45. 2002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
  46. * .cvsignore (check-guile, check-guile.log, config.guess,
  47. config.sub, guile-tools, libltdl, ltconfig, ltmain.sh): Add.
  48. 2002-02-26 Thien-Thi Nguyen <ttn@glug.org>
  49. * pre-inst-guile.in: New file.
  50. * pre-inst-guile, pre-inst-guile.am: bye bye
  51. * configure.in (top_builddir_absolute): New AC_SUBST var.
  52. (AC_CONFIG_FILES): Add am/Makefile, pre-inst-guile.
  53. (AC_CONFIG_COMMANDS): Also chmod +x pre-inst-guile.
  54. (LIBGUILE_MAJOR_VERSION, LIBGUILE_MINOR_VERSION,
  55. LIBGUILE_REVISION_VERSION, LIBGUILE_VERSION): No longer AC_SUBST.
  56. (LIBGUILE_INTERFACE_CURRENT, LIBGUILE_INTERFACE_REVISION,
  57. LIBGUILE_INTERFACE_AGE): New AC_SUBST vars.
  58. * check-guile.in (top_builddir): Use AC_SUBST var
  59. `top_builddir_absolute'.
  60. (guile): Look for pre-inst-guile in $top_builddir.
  61. * Makefile.am (EXTRA_DIST): Remove pre-inst-guile,
  62. pre-inst-guile.am.
  63. 2002-02-24 Thien-Thi Nguyen <ttn@glug.org>
  64. * check-guile.in: Sync w/ 1.12 from HEAD branch.
  65. * Makefile.am (EXTRA_DIST): Add pre-inst-guile, pre-inst-guile.am.
  66. * pre-inst-guile.am: Back port 1.1 from HEAD branch.
  67. 2002-02-09 Thien-Thi Nguyen <ttn@glug.org>
  68. * acinclude.m4: Remove embedded libtool.m4.
  69. AC_LANG not a variable now -- use __cplusplus unconditionally.
  70. * configure.in (AC_STRUCT_ST_RDEV, AC_STRUCT_ST_BLKSIZE): No
  71. longer use these. Instead use AC_CHECK_MEMBERS.
  72. (AC_STRUCT_ST_BLOCKS): Use instead of ad-hoc test.
  73. Use AC_PREREQ, AC_INIT and AC_CONFIG_SRCDIR sequence
  74. instead of lone AC_INIT.
  75. Use AC_CONFIG_FILES, AC_CONFIG_COMMANDS and AC_OUTPUT sequence
  76. instead of lone AC_OUTPUT.
  77. (AC_CONFIG_FILES): Add test-suite/Makefile and check-guile.
  78. (AC_CONFIG_COMMANDS): Also chmod +x check-guile.
  79. * check-guile.in: Back port from 1.9, with the following exception:
  80. Set "-e" at the start.
  81. * autogen.sh: Also pass "--force" to libtoolize.
  82. Add recursion into libltdl.
  83. Add "now run configure" message.
  84. * HACKING (Hacking It Yourself): Use text from 1.63, removing
  85. "flex" reference.
  86. 2000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  87. * Guile 1.4 released.
  88. 2000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  89. * GUILE-VERSION: Changed to work also when included by a Makefile
  90. (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
  91. (LIBGUILE_MAJOR_VERSION): Bumped to 9.
  92. (GUILE_MINOR_VERSION): Bumped to 4.
  93. 2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  94. * libguile.h: Removed #include "libguile/kw.h".
  95. * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
  96. (The rule will cd to $(top_srcdir).)
  97. * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
  98. substitute it into libguile/Makefile.
  99. * HACKING: Updated recommended libtool version to be 1.3.5.
  100. * RELEASE: Say that we should update HACKING to reflect the
  101. versions of the tools we're using rather than README.
  102. 2000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  103. * NOTES: Removed.
  104. * TODO: Moved to devel/.
  105. 2000-06-01 Craig Brozefsky <craig@red-bean.com>
  106. * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
  107. LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
  108. define libguile.so version in a well-lit place.
  109. * configure.in: added AC_SUBST lines for the new LIBGUILE version
  110. variables.
  111. 2000-06-01 Michael Livshin <mlivshin@bigfoot.com>
  112. * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
  113. * guile-aclocal.sh: new file, works around aclocal problems.
  114. 2000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
  115. * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
  116. USE_PCTHREADS_PTHREADS): Removed.
  117. 2000-05-01 Gary Houston <ghouston@arglist.com>
  118. * Makefile.am: add include_HEADERS.
  119. libguile.h: moved from libguile directory. maybe libguile.h should
  120. be installed in $prefix/include/libguile/libguile.h instead?
  121. 2000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  122. * qthreads.m4: Removed THREADS_CPPFLAGS.
  123. * acinclude.m4: Removed qthreads macros. They are provided in
  124. qthreads.m4, so these were redundant.
  125. * acconfig.h (GUILE_DEBUG_MALLOC): New.
  126. * configure.in: New --enable-debug-malloc configuration option.
  127. 2000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  128. * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
  129. * configure.in: Enable workaround for COOP-linuxthreads
  130. compatibility on Linux systems.
  131. 2000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  132. * devel: New directory. Intended to carry documentation related
  133. to Guile development (as opposed to the doc directory which
  134. contains documentation related to the use of the current Guile).
  135. This directory (devel) is not included in the Guile distribution,
  136. but is accessible via anonymous CVS.
  137. 2000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  138. * configure.in: Don't add iselect.o to LIBOBJS.
  139. 2000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  140. * configure.in: Added end-tag for local variables. (Thanks to
  141. Thien-Thi Nguyen.)
  142. 2000-03-12 Gary Houston <ghouston@arglist.com>
  143. * README (Guile Documentation, About This Distribution): updated.
  144. 2000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  145. * configure.in (ac_cv_struct_timespec): Added test for struct
  146. timespec.
  147. * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
  148. 2000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
  149. * autogen.sh: Call libtoolize. Pass --add-missing option to
  150. automake. Do not decent into libltdl directory. The libltdl
  151. directory is now populated by libtoolize and does not need any
  152. further autogeneration.
  153. 2000-01-23 Gary Houston <ghouston@arglist.com>
  154. * configure.in: check for fchown.
  155. Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
  156. * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
  157. instead of $(top_builddir)/libltdl to includepath.
  158. 2000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  159. * emacs: New subdirectory for elisp tools.
  160. 2000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
  161. * README, HACKING: Moved "Hacking it yourself" section from README
  162. to HACKING. Updated recommended libtool version to be 1.3.4.
  163. 2000-01-14 Gary Houston <ghouston@arglist.com>
  164. * configure.in: needs to have --disable-networking, not
  165. --disable-net.
  166. 2000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  167. * libltdl/acconfig.h: New file: Needed by autogen.sh.
  168. Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
  169. * autogen.sh: Added messages as we run autogen in subdirectories.
  170. * configure.in: Output libugile/guile-func-name-check script, and
  171. chmod +x it.
  172. 2000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
  173. * libltdl/autogen.sh: New file.
  174. * autogen.sh: Invoke libltdl/autogen.sh.
  175. 2000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
  176. Finally applied the libltdl patch from Thomas Tanner, with slight
  177. modifications. All code copied from the libtool package is from
  178. libtool-1.3.4.
  179. * configure.in: Make "--with-modules=yes" the default. Do not
  180. clear INCLTDL, LIBLTDL prior to processing "--with-modules".
  181. 1999-07-25 Thomas Tanner <tanner@ffii.org>
  182. * Makefile.am: add libltdl to SUBDIRS, automake automatically
  183. includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
  184. * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
  185. (no need to install libtool any more)
  186. * configure.in: replace --enable-dynamic-linking with
  187. --with-modules, required modules can be specified using
  188. --with-modules="/path/to/mod.la" and will be linked
  189. statically on platforms that don't support dynamic loading,
  190. configure libltdl, configure libtool for dlopening
  191. * libltdl: added using libtoolize -c --ltdl
  192. 2000-01-09 Gary Houston <ghouston@arglist.com>
  193. * configure.in: check whether localtime caches TZ. copied from
  194. Emacs 20.5.
  195. * acconfig.h: add LOCALTIME_CACHE.
  196. Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
  197. * configure.in: Make it be guile-snarf.awk, since we'll be
  198. switching names for guile-doc-snarf. (I wouldn't have changed
  199. this, but I was getting ready to commit this way when the below
  200. change was committed).
  201. 1999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  202. * configure.in: Create guile-doc-snarf.awk.
  203. 1999-12-12 Greg J. Badros <gjb@cs.washington.edu>
  204. * configure.in: Create guile-doc-snarf, chmod +x that script after
  205. AC_OUTPUTted.
  206. 1999-12-10 Greg J. Badros <gjb@cs.washington.edu>
  207. * NEWS: More complete description for --enable-debug-freelist.
  208. 1999-12-09 Gary Houston <ghouston@freewire.co.uk>
  209. * configure.in (CFLAGS): don't add -Wpointer-arith, since it
  210. causes numerous spurious warnings with recent gcc and/or glibc
  211. versions.
  212. 1999-11-19 Gary Houston <ghouston@freewire.co.uk>
  213. * acconfig.h: add HAVE_ARRAYS.
  214. * configure.in: add --disable-arrays option, probably temporary.
  215. 1999-11-17 Gary Houston <ghouston@freewire.co.uk>
  216. * configure.in: check for hstrerror.
  217. 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
  218. * autogen.sh: Don't call autoreconf at all; it's not reliable.
  219. Instead, call the various tools explicitly. Invoke
  220. guile-readline's autogen.sh script.
  221. Straighten up the situation regarding guile.m4 and qthreads.m4.
  222. We can't have .m4 files which are installed where aclocal can
  223. see them, but also used by guile's own configure.in, because
  224. aclocal will read both copies, complain about duplicate macro
  225. definitions, and refuse to generate aclocal.m4 at all. This
  226. happens if you invoke it as `aclocal -I .', as autoreconf does.
  227. This is probably a flaw in the autotools, but Guile doesn't need
  228. that flaw fixed immediately.
  229. guile.m4 is intended for use by people linking against guile, so
  230. it needs to be installed. But Guile itself doesn't use it. So
  231. move guile.m4 into guile-config. That makes sense, since
  232. guile.m4's GUILE_FLAGS macro is just an easy way to call
  233. guile-config.
  234. qthreads.m4 is indented to help configure a qthreads tree. It's
  235. only useful to a package which actually includes a qthreads tree,
  236. and it's intimately related to that tree, so it's not useful to
  237. install this. So don't install it.
  238. * guile.m4: Moved to guile-config.
  239. * Makefile.am (aclocaldir, aclocal_DATA): Delete.
  240. (EXTRA_DIST): Move qthreads.m4 here.
  241. Don't store generated files in the repository any more. Instead,
  242. require people to run autogen.sh on trees from snapshots and CVS.
  243. * Makefile.in, aclocal.m4, configure: Deleted.
  244. * autogen.sh: New file.
  245. * ANON-CVS, SNAPSHOTS: Updated instructions.
  246. 1999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
  247. * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
  248. 1999-09-27 Greg J. Badros <gjb@cs.washington.edu>
  249. * configure.in: Added --enable-debug-freelist option.
  250. * acconfig.h: Added GUILE_DEBUG_FREELIST.
  251. 1999-09-23 Gary Houston <ghouston@freewire.co.uk>
  252. * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
  253. FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
  254. * configure.in: new options --disable-posix, --disable-net
  255. and --disable-regex
  256. export HAVE_POSIX and HAVE_NETWORKING definitions.
  257. don't add regex-posix.o to LIBOBJS if regex disabled.
  258. LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
  259. conditionally.
  260. 1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
  261. * Guile 1.3.4 released.
  262. 1999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
  263. * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
  264. libtool knows how to get ANSI C behavior from the compiler.
  265. * configure: Regenerated.
  266. 1999-09-20 Gary Houston <ghouston@freewire.co.uk>
  267. * configure.in: check availability of siginterrupt.
  268. 1999-09-18 Gary Houston <ghouston@freewire.co.uk>
  269. * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
  270. testing for SA_RESTART.
  271. 1999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
  272. * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
  273. 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
  274. * configure.in (GUILE_STAMP): Don't set this variable, or
  275. substitute it into anything. Full explanation in ice-9/ChangeLog.
  276. * configure, Makefile.in: Regenerated.
  277. 1999-09-06 James Blandy <jimb@mule.m17n.org>
  278. Propagate the changes of 2 Sept the rest of the way through.
  279. * configure: Regenerated.
  280. * Makefile.in: Regenerated. Not sure why this diff is so big.
  281. 1999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
  282. * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
  283. variable name. (Thanks to Bill Schottstaedt.)
  284. * aclocal.m4: Regenerated.
  285. 1999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
  286. * configure.in: Test for presence of function on_exit.
  287. 1999-09-01 James Blandy <jimb@mule.m17n.org>
  288. * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
  289. the system doesn't have memmove. Don't test for memmove and bcopy
  290. with AC_CHECK_FUNCS.
  291. * configure: Regenerated.
  292. 1999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
  293. * configure.in: Test for atexit.
  294. 1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  295. * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
  296. * configure.in: Test for presence of S_ISLNK in sys/stat.h.
  297. (Thanks to Bernard Urban.)
  298. Test for memmove and bcopy. (Thanks to
  299. suzukis@file.phys.tohoku.ac.jp.)
  300. * acconfig.h: Added HAVE_S_ISLNK.
  301. 1999-08-20 James Blandy <jimb@mule.m17n.org>
  302. * Guile 1.3.2 released.
  303. * Makefile.in: Regenerated.
  304. 1999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  305. * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
  306. to libtool-1.3.3.
  307. 1999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
  308. Added guile-readline subdirectory with the removed readline
  309. support.
  310. * guile-readline: New directory, see ChangeLog there.
  311. * configure.in: Cause configure to descend into guile-readline
  312. dir.
  313. * Makefile.am: Likewise for make.
  314. * NEWS: Explain how to activate the readline support.
  315. * configure, Makefile.in: Regenerated.
  316. 1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
  317. Fixes for EMX from Mikael Ståldal.
  318. * configure.in: Check for <io.h>.
  319. * configure: Regenerated.
  320. 1999-07-18 Jim Blandy <jimb@savonarola.red-bean.com>
  321. * qthreads.m4 (QTHREADS_CONFIGURE): 'alpha' in a configuration
  322. name can have suffixes, like alphaev56-unknown-linux-gnu.
  323. * aclocal.m4, configure: Rebuilt.
  324. (Thanks to Sebastien Villemot.)
  325. 1999-07-04 Gary Houston <ghouston@easynet.co.uk>
  326. * configure.in: don't check for ways to violate stdio abstraction.
  327. 1999-05-02 Jim Blandy <jimb@savonarola.red-bean.com>
  328. * configure.in (AC_CHECK_FUNCS): Fill in list of functions that
  329. libguile/net_db.h wants to use. (Add setprotoent, setservent.)
  330. 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
  331. Remove all automatic readline support, to avoid copyright
  332. confusion.
  333. * INSTALL: Update text.
  334. * NEWS: Explain the situation.
  335. * configure.in: Remove configury for readline and its supporting
  336. libraries.
  337. * configure: Regenerated.
  338. * README: Change URL's for automake and autoconf.
  339. * Makefile.in, configure: Regenerated with autoconf 2.13, automake
  340. 1.4, libtool 1.2f (1.385 1999/03/15 17:24:54). I've upgraded to
  341. all the right tools, according to README, but I'm still getting
  342. different results than Mikael is. Hmm.
  343. 1999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
  344. * New libtool: 1.2f
  345. * ltmain.sh, ltconfig, config.guess, config.sub: New versions.
  346. * README: Mention new version number of libtool.
  347. 1999-03-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  348. New automake: 1.4
  349. * config.guess, config.sub, install-sh, mdate-sh, missing,
  350. mkinstalldirs: New versions.
  351. * Makefile.in, aclocal.m4, configure: Regenerated.
  352. * README: Mention new version numbers on autoconf and automake.
  353. 1999-02-12 Jim Blandy <jimb@savonarola.red-bean.com>
  354. * configure.in: Add --with-readline flag.
  355. * configure: Rebuilt.
  356. 1999-02-09 Maciej Stachowiak <mstachow@alum.mit.edu>
  357. * NEWS: Added entry for optargs module.
  358. 1999-02-06 Jim Blandy <jimb@zwingli.cygnus.com>
  359. * configure: Regenerated using autoconf 2.12.
  360. 1999-01-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  361. * configure.in: Removed test AC_C_BIGENDIAN. (This test was
  362. considered to encourage bad coding style.)
  363. 1999-01-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  364. * configure.in: Added test AC_C_BIGENDIAN.
  365. 1999-01-11 Jim Blandy <jimb@zwingli.cygnus.com>
  366. * configure.in: Remove quotes around ac_cv_lib_readline_main and
  367. ac_cv_var_rl_getc_function. They should both always be set to
  368. non-null values; this way, we get error messages.
  369. * configure: Regenerated.
  370. 1999-01-10 Jim Blandy <jimb@savonarola.red-bean.com>
  371. * configure.in: Cite the variable ac_cv_lib_readline_main, not
  372. ac_cv_lib_readline_readline; the latter isn't set any more, since
  373. we look for 'main' in libreadline now. Add quotes around
  374. reference to the variable references, too, so this will work even
  375. when a variable's value is the empty string.
  376. * configure: Regenerated.
  377. 1999-01-07 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  378. * acconfig.h: Added HAVE_LONG_LONGS.
  379. * configure.in: Added AC_CHECK_SIZEOF(long), AC_CHECK_SIZEOF(int);
  380. Added check for long longs.
  381. 1998-12-14 Jim Blandy <jimb@zwingli.cygnus.com>
  382. * configure.in: Check for tgoto in ncurses, then termcap.
  383. S.u.S.E. Linux doesn't have a termcap. (Thanks to Karl
  384. Eichwalder.)
  385. * configure: Regenerated.
  386. 1998-10-24 Jim Blandy <jimb@zwingli.cygnus.com>
  387. * configure.in: Call AM_PROG_CC_STDC, to see what flags we should
  388. pass the compiler to make it support ANSI. (Thanks to Bernard
  389. Urban.)
  390. * aclocal.m4, configure: Regenerated.
  391. 1998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
  392. * Guile 1.3 released.
  393. 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
  394. * GUILE-VERSION: Bump to 1.3.
  395. * Makefile.am (EXTRA_DIST): Don't omit ANON-CVS and SNAPSHOTS.
  396. * Makefile.in: Regenerated.
  397. 1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
  398. * qthreads.m4 (QTHREADS_CONFIGURE): On NetBSD, pass through a flag
  399. to the Makefile which explicitly tells it to pass assembly files
  400. through the preprocessor. (Thanks to Perry Metzger.)
  401. * aclocal.m4, configure, Makefile.in: Regenerated.
  402. 1998-10-14 Jim Blandy <jimb@zwingli.cygnus.com>
  403. * configure.in: Define SCM_SINGLES whenever a float can fit in a
  404. long, not only when a float is the same size as a long. This gets
  405. us SCM_SINGLES defined on alphas. (Thanks to Clark McGrew.)
  406. * configure: Regenerated.
  407. * configure.in: Construct libguile/versiondat.h here; see
  408. log entry in libguile/ChangeLog for details.
  409. * configure: Regenerated.
  410. * configure.in: Allow tabs and whitespace between `void' and
  411. `usleep'. (Thanks to Harvey J. Stein.)
  412. * configure: Regenerated.
  413. Don't redefine sleep/usleep.
  414. * configure.in: Remove tests for usleep's argument type; we only
  415. need that if we're going to replace it.
  416. * acconfig.h (USLEEP_ARG_TYPE): Delete. All the other SLEEP
  417. garbage is needed just to use usleep and sleep without compiler
  418. warnings.
  419. * configure: Regenerated.
  420. 1998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
  421. * configure: Regenerated.
  422. * configure.in (GUILE_FUNC_DECLARED): Name the cache variables
  423. starting with guile_cv_; ac_cv_ is autoconf's namespace.
  424. The type of the argument to usleep varies from system to system,
  425. as does the return type. We really shouldn't be redefining usleep
  426. at all, but I don't have time to clean that up before the 1.3
  427. release. It's on the schedule for afterwards.
  428. * configure.in: Cache results from usleep return value test.
  429. Test for the type of the usleep argument, and cache that too.
  430. * acconfig.h (USLEEP_ARG_TYPE): New macro.
  431. 1998-10-11 Jim Blandy <jimb@zwingli.cygnus.com>
  432. * acconfig.h (HAVE_RL_GETC_FUNCTION): Fix this entry.
  433. 1998-10-10 Jim Blandy <jimb@zwingli.cygnus.com>
  434. * GUILE-VERSION: bump to 1.2.91, since we're doing snapshots again.
  435. * Guile 1.2.90 released --- beta.
  436. * GUILE-VERSION: Set to 1.2.90. This would appear to be a
  437. regression from 1.3a, but everyone knows that the next release is
  438. 1.3, I want to switch to a more coherent version numbering system,
  439. and now is the time.
  440. 1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
  441. * configure.in: Call AC_C_INLINE, so we can use inline happily in
  442. libguile.
  443. * configure: Regenerated.
  444. 1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
  445. * configure.in: Don't forget to #define HAVE_RL_GETC_FUNCTION if
  446. we do find the rl_getc_function variable in the readline library;
  447. AC_CHECK_FUNCS used to do this for us, but we're not using it any
  448. more.
  449. * acconfig.h: Add an entry for HAVE_RL_GETC_FUNCTION.
  450. * configure.in: Properly test for the presence of rl_getc_function;
  451. it's a variable, not a function.
  452. * configure: Regenerated.
  453. * doc: New subdirectory.
  454. * Makefile.am (SUBDIRS): List it.
  455. * configure.in (AC_OUTPUT): Build its Makefile.
  456. * configure, Makefile.in: Regenerated.
  457. * guile.m4 (GUILE_FLAGS): New macro.
  458. * guile.m4 (AM_INIT_GUILE_MODULE): Deleted; it doesn't do anything
  459. terribly helpful any more, nobody's using it, and this is not
  460. really the way I want to handle modules anyway.
  461. 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
  462. * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
  463. stdio implementation. (Thanks to David Tillman.)
  464. * configure: Rebuilt.
  465. * guile-config: Renamed from `build'.
  466. * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
  467. * configure.in: Create `guile-config/Makefile.in', not
  468. `build/Makefile.in'. Doc fix, too.
  469. * qthreads.m4: Doc fix.
  470. * Makefile.in, aclocal.m4, configure: Regeneranegerederadea.
  471. 1998-10-03 <jimb@savonarola.red-bean.com>
  472. * configure.in: Check for a missing `sleep' declaration.
  473. * acconfig.h (MISSING_SLEEP_DECL): Provide some text for this.
  474. * configure: Regenerated.
  475. * configure.in: Don't use the canonical host name to decide
  476. whether `bzero' and `usleep' have declarations --- that's going
  477. back to the bad old days before autoconf. Remove the call to
  478. AC_CANONICAL_HOST and the subsequent case statement.
  479. (GUILE_FUNC_DECLARED): New m4 macro. Use it to check for
  480. declarations for `bzero', `usleep', and (new!) `strptime'.
  481. * acconfig.h: (DECLARE_BZERO, DECLARE_USLEEP): Removed.
  482. (MISSING_BZERO_DECL, MISSING_USLEEP_DECL, MISSING_STRPTIME_DECL):
  483. Added. I think this naming convention is more consistent with the
  484. rest of autoconf; names generally describes the system, not what
  485. the package should do to accomodate the system.
  486. * configure: Regenerated.
  487. 1998-09-05 Jim Blandy <jimb@zwingli.cygnus.com>
  488. * configure.in: Remove --disable-debug option. The debugging
  489. support is pretty stable now, and it's confusing people.
  490. * configure: Regenerated.
  491. * HACKING: Remove -Wstrict-prototypes from the list of requested
  492. flags (to match 1998-07-30 change).
  493. 1998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
  494. * configure.in: Don't use -Wstrict-prototypes after all.
  495. * configure: Regenerated.
  496. 1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
  497. * configure.in: Request more warnings.
  498. * configure: Regenerated.
  499. * HACKING: Ask people not to make changes that introduce those
  500. warnings. Now I have to go through the code and actually bring it
  501. up to standards... :(
  502. * Makefile.in, aclocal.m4, configure: Regenerated using the last
  503. public version of automake, not the hacked Cygnus version.
  504. * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
  505. libtool.
  506. * configure.in, qthreads.m4: Display a message about how the
  507. threads configuration went.
  508. * aclocal.m4, configure: Regenerated.
  509. 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
  510. Remove the TOTORO kludge. We're not doing snapshots any more, so
  511. totoro is completely uninvolved. (Poor Totoro!)
  512. * configure.in: Remove code to check the hostname and #define
  513. TOTORO.
  514. * acconfig.h: Remove comments for TOTORO symbol.
  515. * configure, Makefile.in: Regenerated.
  516. * qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
  517. to get AC_PROG_LN_S.
  518. * aclocal.m4, configure: Regenerated.
  519. 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
  520. Clean up thread configuration.
  521. * qthreads.m4: New file, which knows how to configure the qthreads
  522. library.
  523. * configure.in: Replace all thread package selection code. Do the
  524. --with-threads argument processing here. Enable the appropriate
  525. thread interface files in libguile. Remove all qthreads
  526. configuration code; call QTHREADS_CONFIGURE instead. Set
  527. GUILE_LIBS using the info provided by QTHREADS_CONFIGURE.
  528. * threads.m4: Removed; not used any more.
  529. * Makefile.am (aclocal_DATA): Mention qthreads.m4, not threads.m4.
  530. * Makefile.in, aclocal.m4, configure: Rgnrtd. (Sv th vwls!)
  531. Note that these were regenerated with the tools available from
  532. Cygnus's source tree, which have patches not available to the
  533. general public. I'm not sure this was a good idea; feel free to
  534. revert them to the latest released versions of the tools.
  535. Upgrade to the version of libtool available at Cygnus. See note
  536. above.
  537. * config.guess, config.sub, ltconfig, ltmain.sh: Upgraded.
  538. 1998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
  539. * configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in
  540. totoro kludge.
  541. Sat Jul 11 21:54:29 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
  542. * acconfig.h, configure.in: Define TOTORO if configuring on
  543. totoro.red-bean.com.
  544. * configure.in: Check for strdup.
  545. 1998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  546. * configure.in: Check for rl_cleanup_after_signal.
  547. 1998-05-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  548. * configure.in: Added test for rl_getc_function. Warn if
  549. libreadline is found but not this function.
  550. 1998-05-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  551. * configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so
  552. that suitable HAVE_<function name> symbols get defined.
  553. 1998-04-25 Mikael Djurfeldt <mdj@kenneth>
  554. * configure.in: Define USLEEP_RETURNS_VOID on some systems.
  555. (Thanks to Julian Satchell.)
  556. 1998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  557. * configure.in: Check for usleep; Define DECLARE_BZERO and
  558. DECLARE_USLEEP on Solaris 2.5 since it supplies those functions
  559. without declaring them.
  560. * acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
  561. 1998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  562. * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
  563. defined.
  564. 1998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  565. * configure.in (GUILE_LIBS): New variable. Contains libraries
  566. which libguile needs to be linked with. Substituted into
  567. libpath.h.
  568. * threads.m4 (threads_package): Don't add $LDFLAGS and $LIBS to
  569. $cy_cv_threads_libs.
  570. 1998-04-11 Mikael Djurfeldt <mdj@kenneth>
  571. New libtool: 1.2
  572. * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
  573. New automake: 1.3
  574. * Makefile.in, aclocal.m4, configure: Regenerated.
  575. * README: Mention new version numbers on libtool and automake.
  576. 1997-12-11 Tim Pierce <twp@skepsis.com>
  577. * HACKING: Note that SSH is mandatory for CVS access.
  578. Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
  579. * README: using Automake 1.2d
  580. * configure.in: AC_CHECK_FUNCS: add "system".
  581. 1997-12-01 Tim Pierce <twp@skepsis.com>
  582. * acconfig.h: Add USCORE.
  583. 1997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  584. * configure.in: Added code to enable GUILE_ISELECT on systems
  585. which have the necessary functions (gettimeofday, select).
  586. * acconfig.h: Added GUILE_ISELECT.
  587. 1997-11-24 Tim Pierce <twp@twp.tezcat.com>
  588. * acinclude.m4: Assume dlsym does not add underscore if
  589. cross-compiling.
  590. * aclocal.m4, configure: Regenderated.
  591. 1997-11-21 Tim Pierce <twp@twp.tezcat.com>
  592. * acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
  593. <hag@ai.mit.edu>.
  594. * configure.in: Use it.
  595. * configure: Regenerated.
  596. * acconfig.h (DLSYM_ADDS_USCORE): New #define.
  597. 1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
  598. * README (libtool): Tell people to use version 1.0e.
  599. Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
  600. Call the QuickThreads library libqthreads.a, not libqt.a. The old
  601. name conflicts with the Qt user interface toolkit.
  602. * threads.m4 (CY_AC_WITH_THREADS): Use new library name.
  603. * configure.in: Same.
  604. * aclocal.m4, configure: Regenerated.
  605. Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
  606. * configure.in: Check for the readline library, and the termcap
  607. library (on which readline relies).
  608. * configure: Regenerated.
  609. Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
  610. New libtool: 1.0e
  611. * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
  612. * configure, aclocal.m4: Regenerated.
  613. 1997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
  614. Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
  615. * configure.in: Check whether dlopen can be found without -ldl.
  616. Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
  617. * Makefile.in: Regenerated with automake 1.2c.
  618. Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
  619. * Makefile.am: Add new `build' subdirectory to SUBDIRS.
  620. * configure.in: Add build/Makefile to AC_OUTPUT clause.
  621. * Makefile.in, configure: Regenerated.
  622. * Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
  623. Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  624. * README, ltconfig, ltmain.sh: New libtool: 1.0c.
  625. Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  626. * ltmain.sh: Added a missing '\' before \n on line 32.
  627. Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
  628. New libtool: 1.0b.
  629. * ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
  630. * Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
  631. Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
  632. * Makefile.in: Regenerated, so it uses "tar", not "gtar".
  633. * configure.in: Use the QuickThreads assembler fragment with Irix
  634. dynamic linking support for Irix 6 as well as Irix 5. Thanks to
  635. Jesse Glick.
  636. * configure: Regenerated.
  637. Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
  638. * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
  639. so that test for the same function can be performed multiple
  640. times.
  641. * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
  642. rx/rxposix.h. Add library rx only if regcomp can't be found
  643. without it.
  644. * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
  645. it for some reason!
  646. Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
  647. * THANKS: New file.
  648. * Makefile.in, aclocal.m4, configure: Regenerated.
  649. Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
  650. * configure.in: Added thread support for the alpha architecture.
  651. configure: Regenerated.
  652. Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
  653. * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
  654. so scmconfig.h is updated with the test results. this may
  655. disable one of the cygwin hacks.
  656. Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
  657. Changes to compile under gnu-win32, from Marcus Daniels:
  658. * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
  659. to indicate that Unix domain sockets will work.
  660. Check for socketpair, getgroups, setwent, pause, and tzset
  661. (cygwin currently lacks these them).
  662. Check for sethostent endhostent getnetent setnetent endnetent
  663. getprotoent endprotoent getservent endservent getnetbyaddr
  664. getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
  665. lacks them). In the case of cygwin, temporarily prefix these
  666. functions with "cygwin32_", the way that netdb.h does.
  667. Don't define HAVE_REGCOMP unless both regcomp and regex.h are
  668. available (cygwin b18 came distributed without a working regex.h
  669. file).
  670. * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
  671. * configure: Regenerated.
  672. Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
  673. * ltmain.sh: Remove any trailing colon on $shlibpath_var
  674. (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
  675. Patch sent to bug-libtool.
  676. Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
  677. * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
  678. Backus for reporting this problem and suggesting a fix).
  679. * configure: Regenerated.
  680. Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
  681. * Guile 1.2 released.
  682. * configure.in: Check for librx after libm; fundamentals need to
  683. come first.
  684. * configure: Regenerated.
  685. Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
  686. * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
  687. `am_cv_path_LD'.
  688. * configure: Regenerated.
  689. Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
  690. Try to detect when people are using one version of libguile and a
  691. different version of ice-9. People have been skewing things and
  692. sending in bug reports.
  693. * configure.in: Provide libguile its version information through a
  694. separate header file generated by the Makefile, not through
  695. scmconfig.h.
  696. (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
  697. AC_SUBST these, instead of AC_DEFINE'ing them.
  698. (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
  699. (AC_OUTPUT): Create ice-9/version.scm.
  700. * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
  701. GUILE_VERSION): Deleted.
  702. * Makefile.in: Regenerated.
  703. * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
  704. * Makefile.am (EXTRA_DIST): Include acconfig.h in the
  705. distribution.
  706. * Makefile.in: Regenerated.
  707. Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
  708. * ltmain.sh (line 1191): Don't forget 'test' in if statement.
  709. * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
  710. Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
  711. * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
  712. * configure.in: By default, include functions in Guile to allow
  713. linking with dynamic libraries at run-time. In other words,
  714. --enable-dynamic-linking is now the default.
  715. * configure: Rebuilt.
  716. * configure.in: Remove space between AC_CHECK_LIB and opening
  717. paren in check for Rx.
  718. * configure: Regenerated.
  719. * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
  720. It's never used.
  721. * configure, Makefile.in: Regenerated.
  722. Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
  723. * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
  724. -dl, -dld) before checks for functions.
  725. * configure: Regenerated.
  726. Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
  727. * config.guess: New copy from autoconf-2.12, which recognizes
  728. OpenBSD.
  729. Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
  730. * configure.in: Check for Rx, so we will use its routines (which I
  731. pretty much trust) if it is installed.
  732. * configure: Regenerated.
  733. Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
  734. * acconfig.h: mention HAVE_RESTARTS.
  735. * configure.in: check for sigaction and restartable system calls.
  736. Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
  737. * configure.in: Check for presence of regcomp.
  738. * configure: Regenerated.
  739. Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
  740. * COPYING: New address for FSF.
  741. * configure.in: We don't need to add fileblocks.o to LIBOBJS if
  742. struct stat doesn't have the st_blocks field. We take care of
  743. that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
  744. definition, edited appropriately. (Bernard URBAN)
  745. * configure: Regenerated.
  746. Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
  747. * configure.in: Don't link against -lnsl or -lsocket unless we
  748. actually need to. This causes trouble on Irix. (Thanks to Larry
  749. Schwimmer.)
  750. * config.sub: Get newer version, that recognizes the i686.
  751. Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
  752. * README: Changed Mikael's threads work attribution in order
  753. to sooth Anthony's enormous, but wounded, ego.
  754. Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
  755. Just kidding!!!
  756. Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
  757. Guile 1.1 released.
  758. * GUILE-VERSION: Bump to 1.1.
  759. Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
  760. Switch to automake-1.1p.
  761. * Makefile.in, aclocal.m4, configure: Regenerated.
  762. Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
  763. * threads.m4: Copy Anthony's change here, so it'll actually
  764. survive.
  765. Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
  766. * aclocal.m4: Fixes for building with coop threads in a
  767. seperate compilation directory.
  768. * configure: Rebuilt.
  769. Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
  770. Upgrade to libtool 0.9e.
  771. * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
  772. supplied by libtool.
  773. * configure.in: When configuring qt, sunos needs the underscore
  774. files; Solaris and Linux both need the normal files.
  775. * configure: Reebilt.
  776. Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
  777. * configure.in: Get the paths for qt's md files right, so it can
  778. build correctly when using a separate compilation directory.
  779. * configure: Regenerated.
  780. Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
  781. Get threads to work again.
  782. * Makefile.am (SUBDIRS): List libguile last, so qt gets built
  783. first.
  784. * Makefile.in: Regenerated.
  785. * aclocal.m4, configure: Regenerate, with modern definition of
  786. CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
  787. Reduced Guile distribution: one configure script, no plugins.
  788. * configure.in: Merged the old text from qt/configure.in and
  789. libguile/configure.in; Tom Tromey says automake only wants one
  790. configure.in script. This seems fishy, but...
  791. * Makefile.am: List the subdirectories explicitly; no more PLUGIN
  792. gubbish.
  793. * acconfig.h, acinclude.m4: Moved here from libguile, since
  794. libguile's configure script lives here now.
  795. * AUTHORS, INSTALL, README: Updated.
  796. * Makefile.in, aclocal.m4 configure: Regenerated. Just like
  797. amputated amphibian limbs.
  798. Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
  799. * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
  800. * newdoc/ref/Makefile.in: Regenerated.
  801. Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
  802. * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
  803. need to link against libthreads; the files it used to contain
  804. are now a part of libguile.
  805. Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
  806. * guile.m4: Revert change of Mar 15, and use the new 'no-define'
  807. argument to the AM_INIT_AUTOMAKE macro.
  808. Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
  809. * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
  810. * README: Say where to find libtool 0.9d.
  811. Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
  812. Changes to work with automake-1.1n, which has better libtool
  813. support. Also use libtool 0.8.
  814. * README: Note new version numbers for automake and libtool.
  815. * missing: New file required by new automake.
  816. * Makefile.in: Regenerated.
  817. Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
  818. * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
  819. * Makefile.am: Omit doc subtree.
  820. * configure.in: Omit makefiles in doc subtree.
  821. * Makefile.in, configure: Rebuilt.
  822. Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  823. * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
  824. with its definition and commented out definition of PACKAGE. This
  825. changed seemed necessary after having removed PACKAGE from
  826. libguile/acconfig.h.
  827. Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  828. * ltconfig, ltmain.sh: New versions from libtool-0.9.
  829. * configure.in: Added AM_MAINTAINER_MODE
  830. Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
  831. * config.sub, config.guess: New versions, that handle i686, etc.
  832. Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
  833. * newdoc/tutorial/guile-tut.texi: started checking in the Guile
  834. tutorial rewrite, but have not merged much into it yet.
  835. Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
  836. * newdoc/ref/guile-ref.texi: started checking in parts of the
  837. reference manual re-write.
  838. Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
  839. * ltconfig, ltmain.sh: New files for libtool support. libguile,
  840. rx, gh and gtcltk-lib can now be build as shared libraries.
  841. * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
  842. Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
  843. * Guile 1.0 released. This is the first release by the Free
  844. Software Foundation; Cygnus has also released earlier versions of
  845. Guile.
  846. * GUILE-VERSION: Updated version number.
  847. * NEWS: Added comments for all the user-visible changes marked in
  848. the ChangeLogs.
  849. * README: Updated for release.
  850. Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
  851. * scsh: new directory.
  852. Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
  853. * configure.in: Generate doc/guile-programmer/Makefile and
  854. doc/guile-user/Makefile.
  855. Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
  856. * aclocal.m4: Now automatically generated by aclocal.
  857. * threads.m4: New file.
  858. * guile.m4: New file.
  859. * Makefile.am, doc/Makefile.am: New files.
  860. * configure.in: Updated for Automake. Avoid excessively verbose
  861. "greet" messages.
  862. Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
  863. * lgh: directory renamed to gh, along with all prefixes of the
  864. high level library procedures.
  865. Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
  866. * Makefile.in (TAGS tags): Find the source files in $srcdir.
  867. Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
  868. * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
  869. Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
  870. * configure.in: Added some configuration magic from the Cygnus
  871. distribution.
  872. * aclocal.m4: New file. For now used for thread support
  873. configuration.
  874. Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
  875. * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
  876. * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
  877. directories, to arrange for lgh to the last thing
  878. configured/built.
  879. Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
  880. * lgh/: added the directory in which I implement the high level
  881. libguile library (lgh_) for this release of Guile. See the
  882. ChangeLog in there for further details.
  883. Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
  884. * doc/ (guile-user and guile-programmer): added the guile-user and
  885. guile-programmer directories which contain the user and programmer
  886. manuals. See the ChangeLog entries there for detail.
  887. Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
  888. * Makefile.in (distclean): Don't forget to delete doc/Makefile.
  889. * Makefile.in (distclean): Don't forget to delete
  890. config.build-subdirs.
  891. Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
  892. * Makefile.in (tags): New name for `TAGS' target, which will
  893. always run the commands.
  894. Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
  895. * README: Doc fixes.
  896. Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
  897. * Makefile.in (TAGS): Produce a single tags file for all of Guile.
  898. Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
  899. * configure.in: Check for -ldl, so the check for Tcl won't fail
  900. spuriously.
  901. Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
  902. Change the way we decide whether to build gtcltk-lib, so that it's
  903. omitted from the build process when appropriate, but never from
  904. the dist process.
  905. * configure.in: Don't edit all_subdirs depending on the
  906. availability of Tk; let that be the list of all PLUGIN
  907. subdirectories present, as it used to be. Instead, edit a new
  908. variable, build_subdirs; write its final value, the list of
  909. subdirs we do want to compile in, to config.build-subdirs.
  910. Substitute that into the top-level Makefile too.
  911. * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
  912. recurse on the subdirectories we should build.
  913. (distdirs): Set this to @existingdirs@, so it includes the subdirs
  914. we decided not to build.
  915. * doc/gtcltk.texi: File resurrected from old Guile releases.
  916. * doc/Makefile.in (info): Build the gtcltk documentation.
  917. (DIST_FILES): Include it in the distribution.
  918. * configure.in: If we can find the library for tcl7.5, build
  919. gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
  920. compiler (not sure this is necessary).
  921. Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
  922. * NEWS: Fix bug reporting address.
  923. Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
  924. * AUTHORS: New file, in accordance with the GNU maintainers'
  925. standards.
  926. Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
  927. * README: Renamed from ANNOUNCE; include bug report address,
  928. description, and short tour.
  929. * INSTALL: Renamed from BUILDING.
  930. * NEWS: New file.
  931. * Makefile.in (DISTFILES): Update appropriately.
  932. Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
  933. * doc/Makefile.in: Added pattern targets for creating DVI and
  934. PostScript files.
  935. (%.ps, %.dvi, %.txt): New targets.
  936. (DVIPS, TEXI2DVI): New variables.
  937. * GUILE-VERSION: Updated to 1.0b3.
  938. Rehashed distribution system, in preparation for nightly
  939. snapshots. Other changes in subdirectories.
  940. * Makefile.in (dist): Rewritten --- the old target was out of
  941. date, dependent on files that we don't have, and relied on GNU
  942. tar. The new target is simpler.
  943. (VERSION, srcdir, dist_dirs): New variables.
  944. (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
  945. TODO.
  946. (localtreats): Variable removed. We don't have this file.
  947. (info): cd to doc and make info there; don't make info in every
  948. ${subdir}; those Makefiles don't know what to do.
  949. (distname, distdir, treats, announcefile): Variables removed.
  950. (manifest-file): Target removed.
  951. (dist-dir): New target, responsible for distributable files in
  952. this directory.
  953. (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
  954. controlling the 'dist' target.
  955. * configure.in: Substitute GUILE-VERSION into the top-level
  956. Makefile. Build doc/Makefile from doc/Makefile.in.
  957. * doc/Makefile.in: New file.