ChangeLog 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593
  1. 2006-10-05 Kevin Ryde <user42@zip.com.au>
  2. * ice-9/readline.scm (filename-completion-function): Export this.
  3. 2006-05-14 Rob Browning <rlb@defaultvalue.org>
  4. * LIBGUILEREADLINE-VERSION (LIBGUILEREADLINE_INTERFACE_REVISION):
  5. bump for release.
  6. 2005-06-24 Kevin Ryde <user42@zip.com.au>
  7. * ice-9/readline.scm (readline-options-interface): Export this, for
  8. use by readline-set! macro. Reported by Alan Grover.
  9. 2004-08-29 Rob Browning <rlb@defaultvalue.org>
  10. Port ice-9 subdir approach from 1.7 tree.
  11. * configure.in: add AC_CONFIG_FILES for ice-9/Makefile.
  12. * readline.c: add HAVE_CONFIG_H test guarding #include config.h.
  13. * Makefile.am: move support for readline.scm to ice-9/ subdir.
  14. * readline.scm: moved to ./ice-9/
  15. * ice-9/Makefile.am: new file.
  16. * ice-9/readline.scm: moved here from ../
  17. * ice-9/.cvsignore: new file.
  18. 2003-04-05 Mikael Djurfeldt <djurfeldt@nada.kth.se>
  19. The intended side-effect of the following change is to make the
  20. prompt appear properly when debugging or running Guile in an Emacs
  21. buffer. (The readline library has some prompt magic which we were
  22. expected to do ourselves when we were bold enough to provide our
  23. own redisplay function---but we don't need to do that.)
  24. * readline.c (redisplay): Removed. (It didn't do anything other
  25. than calling rl_redisplay.)
  26. (scm_init_readline): Don't inititalize rl_redisplay_function.
  27. 2003-01-08 Neil Jerram <neil@ossau.uklinux.net>
  28. * readline.c (scm_readline): Check that scm_cur_outp is an output
  29. port, not an input one.
  30. 2002-12-08 Rob Browning <rlb@defaultvalue.org>
  31. * configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST.
  32. * Makefile.am (ice9dir): VERSION -> GUILE_EFFECTIVE_VERSION.
  33. 2002-10-21 Mikael Djurfeldt <mdj@linnaeus>
  34. * readline.scm (activate-readline): Look for use-emacs-interface
  35. option in the guile-user module instead of the-root-module.
  36. 2002-09-15 Marius Vollmer <mvo@zagadka.ping.de>
  37. * readline.scm: Replaced 'feature?' with 'provided?' thru-out.
  38. 2002-07-20 Rob Browning <rlb@defaultvalue.org>
  39. * readline.scm: dynamic-link libguilereadline-v-MAJOR now.
  40. * configure.in (LIBGUILEREADLINE_MAJOR): replaces
  41. LIBGUILEREADLINE_LTHACK.
  42. * Makefile.am: just name dlsymable libs with their major version
  43. number, not the whole version. That should be sufficient for now.
  44. * LIBGUILEREADLINE-VERSION: adjust versions and just name
  45. dlsymable libs with their major version number, not the whole
  46. version. That should be sufficient for now.
  47. 2002-04-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
  48. * autogen.sh: Invoke plain aclocal instead of guile-aclocal.sh.
  49. We don't need the Guile m4 macros and the previous invocation of
  50. guile-aclocal.sh created the aclocal.m4 file in the wrong
  51. directory (see change from 2002-04-26).
  52. 2002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
  53. * autogen.sh: Change to parent dir before invoking
  54. guile-aclocal.sh.
  55. 2002-04-12 Rob Browning <rlb@defaultvalue.org>
  56. * readline.scm: fix typo...
  57. 2002-04-09 Rob Browning <rlb@defaultvalue.org>
  58. * readline.scm: hack around dynamic-link problems by
  59. using painfully explicit lib names.
  60. * configure.in: add documentation for AC_DEFINEs and add
  61. LIBGUILEREADLINE_LTHACK.
  62. * Makefile.am: hack around dynamic-link problems by
  63. using painfully explicit lib names.
  64. * LIBGUILEREADLINE-VERSION: hack around dynamic-link problems by
  65. using painfully explicit lib names.
  66. (LIBGUILEREADLINE_LTHACK): new var.
  67. * .cvsignore: add *.c.clean.c.
  68. 2002-04-08 Marius Vollmer <mvo@zagadka.ping.de>
  69. * Makefile.am (dist-hook): Make sure $(distdir)/Makefile.in is
  70. writable before modifying it.
  71. 2002-03-20 Marius Vollmer <mvo@zagadka.ping.de>
  72. * Makefile.am (.c.x): Pass "-o $@" to guile-snarf.
  73. 2002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
  74. * Makefile.am (snarfcppopts): New var.
  75. (.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
  76. 2002-03-04 Rob Browning <rlb@defaultvalue.org>
  77. * LIBGUILEREADLINE-VERSION: adjust AGE to leave some headroom.
  78. 2002-03-03 Rob Browning <rlb@defaultvalue.org>
  79. * LIBGUILEREADLINE-VERSION (LIBGUILEREADLINE_INTERFACE_CURRENT):
  80. change interface to 15 to match other lib's jump for now. Will
  81. probably change again after finishing discussion with ttn.
  82. * Makefile.am (EXTRA_DIST): add LIBGUILEREADLINE-VERSION.
  83. 2002-02-25 Thien-Thi Nguyen <ttn@giblet.glug.org>
  84. * configure.in (LIBGUILEREADLINE-VERSION):
  85. Look for this file in $srcdir.
  86. 2002-02-24 Rob Browning <rlb@defaultvalue.org>
  87. * configure.in: source ./LIBGUILEREADLINE-VERSION for version info
  88. and then AC_SUBST the resulting variables:
  89. LIBGUILEREADLINE_INTERFACE_CURRENT,
  90. LIBGUILEREADLINE_INTERFACE_REVISION,
  91. LIBGUILEREADLINE_INTERFACE_AGE, and
  92. LIBGUILEREADLINE_INTERFACE.
  93. * Makefile.am (libguilereadline_la_LDFLAGS): use
  94. @LIBGUILEREADLINE_INTERFACE@ for version information.
  95. * LIBGUILEREADLINE-VERSION: new file containing shared lib
  96. versioning information.
  97. 2001-02-23 Rob Browning <rlb@defaultvalue.org>
  98. * Makefile.am (libguilereadline_la_LDFLAGS): add -version-info
  99. 2002-02-12 Thien-Thi Nguyen <ttn@giblet.glug.org>
  100. * Makefile.am (AUTOMAKE_OPTIONS): Replace "gnu" with "foreign".
  101. This undoes the 2002-02-08 change.
  102. 2002-02-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
  103. * Makefile.am (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu".
  104. 2002-01-29 Neil Jerram <neil@ossau.uklinux.net>
  105. * readline.scm (with-readline-completion-function): Renamed from
  106. `call-with-readline-completion-function'.
  107. 2001-11-19 Rob Browning <rlb@defaultvalue.org>
  108. * readline.scm: load libguilereadline, not libguilereadline.so --
  109. newer libltdl won't work otherwise.
  110. * Makefile.am (libguilereadline_la_LIBADD): add libguile.la --
  111. links fail otherwise -- fix from unstable branch.
  112. 2001-08-11 Neil Jerram <neil@ossau.uklinux.net>
  113. * readline.scm (call-with-readline-completion-function): New.
  114. 2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  115. * Makefile.am, readline.scm: Updated copyright notice.
  116. 2001-07-09 Thien-Thi Nguyen <ttn@revel.glug.org>
  117. * readline.c: Remove "face-lift" comment.
  118. 2001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
  119. * readline.c (completion_function): Use scm_list_n instead of
  120. SCM_LISTn.
  121. 2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
  122. * readline.c, readline.h: Replace "scm_*_t" with "scm_t_*".
  123. 2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
  124. Thanks to Matthias Köppe!
  125. * configure.in: Check for rl_filename_completion_function.
  126. * readline.c (s_scm_filename_completion_function): Use
  127. rl_filename_completion_function instead of
  128. filename_completion_function, if we have it.
  129. (scm_init_readline): Use rl_compentry_func_t instead if Function
  130. when _RL_FUNCTION_TYPEDEF is defined.
  131. * readline.h (scm_clear_history): New prototype.
  132. 2001-06-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
  133. * readline.c (current_input_getc): Mark unused parameters with
  134. SCM_UNUSED.
  135. 2001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
  136. * configure.in: Added AC_PREREQ(2.50) and minimally changed for
  137. autoconf 2.50. This is mostly so that the `transparent autoconf
  138. wrapper' on Debian picks the right version of autoconf.
  139. 2001-05-31 Michael Livshin <mlivshin@bigfoot.com>
  140. * Makefile.am (libguilereadline_la_SOURCES): removed readline.x
  141. from here (not needed).
  142. (CLEANFILES): added *.x (and removed from DISTCLEANFILES).
  143. (MKDEP): copied from libguile/Makefile.am. not that it matters
  144. now, but it will if we stop using BUILT_SOURCES for some reason.
  145. 2001-05-24 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  146. Make it compile with --disable-deprecated.
  147. * readline.h: scm_option->scm_option_t.
  148. * readline.c (stream_from_fport): scm_fport->scm_fport_t;
  149. scm_option->scm_option_t.
  150. 2001-05-23 Michael Livshin <mlivshin@bigfoot.com>
  151. * readline.c (strdup): make `len' a size_t.
  152. 2001-05-10 Marius Vollmer <mvo@zagadka.ping.de>
  153. * readline.c (completion_function): Use SCM_VARIABLE_REF to access
  154. scm_readline_completion_function_var.
  155. (scm_init_readline): Use scm_c_define instead of scm_sysintern to
  156. create scm_readline_completion_function_var.
  157. 2001-04-09 Marius Vollmer <mvo@zagadka.ping.de>
  158. * readline.c (scm_clear_history): New function.
  159. * readline.scm (readline-port): Call clear-history on exit.
  160. Thanks to Utz-Uwe Haus.
  161. 2001-03-09 Keisuke Nishida <kxn30@po.cwru.edu>
  162. * readline.c: Add #include <stdio.h>
  163. 2001-03-05 Neil Jerram <neil@ossau.uklinux.net>
  164. * readline.scm (make-readline-port): Rewrite using
  165. make-line-buffered-input-port.
  166. (activate-readline): Call set-buffered-input-continuation?!.
  167. 2001-01-28 Marius Vollmer <mvo@zagadka.ping.de>
  168. * readline.scm (make-readline-port): PROMPT becomes PROMPT2 as
  169. soon as GET-CHARACTER returns any character at all that was
  170. previously read. This makes the continuation prompt appear
  171. properly for partial expressions. Thanks to Neil Jerram!
  172. 2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
  173. This patch fixes a problem reported by Martin Grabmueller about
  174. the impossibility to access readline's run-time options.
  175. * readline.scm: Added a comment about guile's behaviour if one of
  176. the ports used by readline are closed.
  177. (readline-options readline-enable readline-disable,
  178. readline-set!): These are now defined here instead of in
  179. boot-9.scm.
  180. 2001-01-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
  181. * readline.scm (set-readline-input-port!,
  182. set-readline-output-port!): Make sure that only valid port
  183. parameters are passed. Thanks to Martin Grabmueller for sending
  184. a patch that formed the basis for this change.
  185. 2001-01-18 Neil Jerram <neil@ossau.uklinux.net>
  186. * readline.scm (make-readline-port): Make readline port
  187. input-only.
  188. 2000-12-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
  189. * readline.scm (activate-readline): Lookup 'use-emacs-interface
  190. in the-root-module.
  191. 2000-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
  192. * readline.c (current_input_getc): Use more explicit predicate
  193. than SCM_NIMP.
  194. (scm_readline, scm_readline_init_ports, completion_function):
  195. Remove redundant SCM_N?IMP tests.
  196. (scm_readline): Fixed default input/output port parameter
  197. handling.
  198. 2000-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
  199. * readline.c (scm_readline, scm_add_history, completion_function,
  200. scm_filename_completion_function): Replace calls to
  201. SCM_COERCE_SUBSTR with SCM_STRING_COERCE_0TERMINATION_X.
  202. (internal_readline, scm_add_history, scm_read_history,
  203. scm_write_history, scm_filename_completion_function,
  204. completion_function): Replace SCM_CHARS with SCM_STRING_CHARS.
  205. 2000-11-19 Gary Houston <ghouston@arglist.com>
  206. * configure.in: test $ac_cv_lib_readline_readline instead of
  207. $ac_cv_lib_readline_main. Thanks to Lars J. Aas.
  208. 2000-09-17 Marius Vollmer <mvo@zagadka.ping.de>
  209. * configure.in: Check for curses, terminfo and termlib libraries
  210. in addition to ncurses and termcap.
  211. Check for `readline' in libreadline, not for `main'.
  212. Thanks to Albert Chin!
  213. 2000-07-17 Marius Vollmer <mvo@zagadka.ping.de>
  214. * configure.in (rl_pre_input_hook): Don't check for this with
  215. AC_CHECK_FUNCS, it doesn't work on HP/UX. Test for it with
  216. AC_TRY_LINK.
  217. 2000-06-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  218. * readline.c (sigwinch_enable_restart, scm_init_readline):
  219. Re-enable restart for SIGWINCH signal.
  220. * configure.in: Added test if readline clears SA_RESTART flag for
  221. SIGWINCH. (Thanks to Dale P. Smith.)
  222. Check for siginterrupt and rl_pre_input_hook.
  223. 2000-06-14 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  224. * readline.c (scm_readline): Added parenthesis around && within
  225. ||.
  226. Fixed up prototype for `reentry_barrier'.
  227. Conditionally #include <unistd.h>. (Needed for `dup'.)
  228. 2000-06-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  229. * Makefile.am (dist-hook): Added kludge to fix automake generated
  230. dependencies in the distribution archive Makefile.
  231. 2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  232. * readline.scm (apropos-completion-function): Don't define and
  233. install if the 'regex feature is missing.
  234. 2000-06-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  235. * readline.c: Always provide scm_init_readline, also if readline
  236. support is not included. Otherwise, a strange dynamic loading
  237. error will occur. (It would be better not to install
  238. libguilereadline at all.)
  239. * readline-activator.scm (activate-readline): Report an error if
  240. readline isn't provided by Guile.
  241. * readline.scm: Report an error if readline isn't provided by
  242. Guile; Added :no-backtrace to module header.
  243. * configure.in: Put more ink before readline version warning.
  244. (Thanks to Ian Grant.)
  245. 2000-06-01 Michael Livshin <mlivshin@bigfoot.com>
  246. * autogen.sh: call ../guile-aclocal.sh instead of aclocal
  247. 2000-05-01 Gary Houston <ghouston@arglist.com>
  248. * readline.c: include libguile.h, not libguile/libguile.h.
  249. 2000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  250. * *.*: Change includes so that they always use the "prefixes"
  251. libguile/, qt/, guile-readline/, or libltdl/.
  252. * Makefile.am (DEFS): Added. automake adds -I options to DEFS,
  253. and we don't want that.
  254. (INCLUDES): Removed all -I options except for the root source
  255. directory and the root build directory.
  256. 2000-04-04 Dirk Herrmann <D.Herrmann@tu-bs.de>
  257. * readline.c (scm_readline): Must unpack SCM values to access
  258. their raw contents.
  259. 2000-03-19 Michael Livshin <mlivshin@bigfoot.com>
  260. * *.[hc]: add Emacs magic at the end of file, to ensure GNU
  261. indentation style.
  262. 2000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  263. * readline.c (current_input_getc): Don't pass int values through
  264. SCM variables.
  265. (match_paren): Bugfix: First arg to select is not number of
  266. descriptors but the number of the highest descriptor + 1.
  267. Thu Mar 9 08:00:26 2000 Greg J. Badros <gjb@cs.washington.edu>
  268. * readline.c: scm_validate.h renamed to validate.h.
  269. Wed Mar 8 10:43:10 2000 Greg J. Badros <gjb@cs.washington.edu>
  270. * readline.c (match_paren): Use SELECT_TYPE, not fd_set, for type
  271. of readset.
  272. 2000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
  273. * autogen.sh: Call libtoolize. Pass --add-missing option to
  274. automake.
  275. * readline.scm: Only link glue code when the 'readline feature is
  276. not already present. Thanks to Clark McGrew.
  277. Tue Jan 11 17:51:40 2000 Greg J. Badros <gjb@cs.washington.edu>
  278. * readline.c (scm_init_readline): Drop extra argument to
  279. scm_mutex_init as that argument should not exist. I do not know
  280. how this escaped detection for so long.
  281. 2000-01-09 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  282. * readline.c (match_paren): Changed return type to int (this is
  283. the definition in readline 4) and modified code layout according
  284. to GNU coding standards.
  285. Wed Jan 5 11:18:01 2000 Greg J. Badros <gjb@cs.washington.edu>
  286. * readline.c: Whitespace changes -- added space after
  287. SCM_VALIDATE_* macros to match GNU coding standards.
  288. Wed Jan 5 11:02:40 2000 Greg J. Badros <gjb@cs.washington.edu>
  289. * readline.c: Rename GUILE_PROC to SCM_DEFINE.
  290. Mon Dec 13 13:57:57 1999 Greg J. Badros <gjb@cs.washington.edu>
  291. * readline.c: Include libguile/scm_validate.h
  292. Sun Dec 12 19:56:52 1999 Greg J. Badros <gjb@cs.washington.edu>
  293. * readline.c: Updated to use GUILE_PROC, SCM_VALIDATE, and have
  294. (now empty) docstrings.
  295. 1999-11-18 Gary Houston <ghouston@freewire.co.uk>
  296. * readline.c (scm_init_readline): set rl_readline_name to Guile,
  297. to allow conditionals in .inputrc.
  298. 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
  299. * Makefile.in, configure, aclocal.m4: Deleted from CVS repository.
  300. Run the autogen.sh script to create generated files like these.
  301. * autogen.sh: New script, invoked by the top-level autogen.sh.
  302. 1999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
  303. * configure.in: Call AM_PROG_CC_STDC.
  304. * configure, aclocal.m4: Regenerated.
  305. 1999-09-16 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
  306. * Makefile.am (.c.x): Use same rule as in libguile.
  307. 1999-09-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  308. * readline.h, readline.scm: Updated copyright notices.
  309. 1999-09-11 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  310. * readline.scm (activate-readline): Set (using-readline?).
  311. 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
  312. * aclocal.m4: Regenerated with newer libtool macros.
  313. * Makefile.am (DISTCLEANFILES): Get rid of .x files.
  314. * Makefile.in: Regenerated.
  315. (Thanks to Keisuke Nishida.)
  316. 1999-09-11 Marius Vollmer <mvo@zagadka.ping.de>
  317. * readline.scm: Moved from ../ice-9.
  318. Dynamically link libguilereadline.so.
  319. (readline): Just define in this module, do not overwrite builtin
  320. variable. The builtin readline function is now named "%readline",
  321. so this works. See below.
  322. (activate-readline): New function which contains the readline
  323. activation code formerly found in top-repl.
  324. * readline.c (scm_readline): Export it to Scheme as "%readline".
  325. * configure.in: Get version from ../GUILE-VERSION and use it for
  326. package version.
  327. * Makefile.am: Do not install and distribute
  328. readline-activator.scm. Install and distribute readline.scm
  329. instead.
  330. * aclocal.m4, Makefile.in, configure, libtool: Regenerated, but
  331. probably with the wrong version of the tools.
  332. 1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  333. The following change makes it possible for applications to have
  334. their own version of scm_readline.
  335. * readline.c, readline.h (rl_cleanup_after_signal,
  336. rl_free_line_state): Made global.
  337. (scm_readline_init_ports): New function.
  338. (scm_readline): Use scm_readline_init_ports.
  339. (Thanks to Anders Holst.)
  340. * Makefile.am: Install guile-readline/readline.h.
  341. 1999-08-20 James Blandy <jimb@mule.m17n.org>
  342. * Makefile.in, aclocal.m4, configure: Regenerated.
  343. 1999-08-17 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  344. * configure.in (HAVE_RL_GETC_FUNCTION): Modified test to actually
  345. use rl_getc_function. Otherwise smart compilers, like gcc,
  346. optimize away the reference so that no error occurs in the link
  347. phase.
  348. 1999-08-04 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  349. * Makefile.am (INCLUDES): Added -I$(srcdir)/../libguile.
  350. (Thanks to Greg Badros.)
  351. 1999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  352. * readline.c (handle_error): Put a cosmetic newline on
  353. rl_outstream on error before closing it.
  354. * configure.in: Changed AC_MSG_ERROR into AC_MSG_WARN in case
  355. readline doesn't exist on the system, so that configuration can
  356. proceed normally without readline.
  357. * readline.c: #include "libguile/_scm.h" (so that we get the
  358. configuration information) and fix other includes so that they'll
  359. work on a system where guile is not yet installed.
  360. * Makefile.am (BUILT_SOURCES): Added.
  361. 1999-07-23 Marius Vollmer <mvo@zagadka.ping.de>
  362. * Checked everything into CVS.
  363. 1999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
  364. * readline.c (stream_from_fport): New function.
  365. (scm_readline): Use it to for the input and output ports. Close
  366. the streams after readline returns.
  367. (handle_error): Close them also when an error occured.
  368. 1999-06-17 Marius Vollmer <mvo@zagadka.ping.de>
  369. * readline.h, readline.c: Removed exception notice from copyright
  370. statement.
  371. 1999-05-16 Marius Vollmer <mvo@zagadka.ping.de>
  372. * Started guile-readline package. Files are copied from old
  373. guile-core package and slightly modified.