1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-06 15:40:29 +02:00
Commit graph

172 commits

Author SHA1 Message Date
Rob Browning
a6d2ddd9e2 *** empty log message *** 2002-04-12 15:51:24 +00:00
Rob Browning
9b9f34ef53 * readline.scm: fix typo... 2002-04-12 15:51:18 +00:00
Rob Browning
398fc9bdd1 * .cvsignore: add *.c.clean.c. 2002-04-09 17:30:11 +00:00
Rob Browning
cec1f414cc *** empty log message *** 2002-04-09 17:27:46 +00:00
Rob Browning
44b07d05f8 * readline.scm: hack around dynamic-link problems by
using painfully explicit lib names.
2002-04-09 17:22:02 +00:00
Rob Browning
7554881756 * configure.in: add documentation for AC_DEFINEs and add
LIBGUILEREADLINE_LTHACK.
2002-04-09 17:21:22 +00:00
Rob Browning
23782de180 * Makefile.am: hack around dynamic-link problems by
using painfully explicit lib names.
2002-04-09 17:19:41 +00:00
Rob Browning
ae5a032adf * LIBGUILEREADLINE-VERSION: hack around dynamic-link problems by
using painfully explicit lib names.
(LIBGUILEREADLINE_LTHACK): new var.
2002-04-09 17:19:11 +00:00
Marius Vollmer
2b23ce60cb *** empty log message *** 2002-04-08 00:44:34 +00:00
Marius Vollmer
14e0bc5aaa (dist-hook): Make sure $(distdir)/Makefile.in is writable before
modifying it.
2002-04-08 00:41:23 +00:00
Rob Browning
0b829ad07e * .cvsignore: add *.c.clean.c. 2002-04-02 01:41:13 +00:00
Marius Vollmer
aa377eff24 *** empty log message *** 2002-03-20 20:57:19 +00:00
Marius Vollmer
fa378b0d11 (.c.x): Pass "-o $@" to guile-snarf. 2002-03-20 20:55:57 +00:00
Thien-Thi Nguyen
8e55f36e48 *** empty log message *** 2002-03-14 08:09:41 +00:00
Thien-Thi Nguyen
d869061f9a (snarfcppopts): New var.
(.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
2002-03-14 08:08:51 +00:00
Rob Browning
e33385c95b *** empty log message *** 2002-03-04 23:27:27 +00:00
Rob Browning
f7311251d6 * LIBGUILEREADLINE-VERSION: adjust AGE to leave some headroom. 2002-03-04 20:17:04 +00:00
Rob Browning
2d17159f2e *** empty log message *** 2002-03-03 21:28:07 +00:00
Rob Browning
2f3525423b * LIBGUILEREADLINE-VERSION (LIBGUILEREADLINE_INTERFACE_CURRENT):
change interface to 15 to match other lib's jump for now.  Will
probably change again after finishing discussion with ttn.

* Makefile.am (EXTRA_DIST): add LIBGUILEREADLINE-VERSION.
2002-03-03 21:27:34 +00:00
Rob Browning
4ade428edc *** empty log message *** 2002-03-03 21:26:26 +00:00
Rob Browning
674e7c7439 * Makefile.am (EXTRA_DIST): add LIBGUILEREADLINE-VERSION. 2002-03-03 21:12:55 +00:00
Thien-Thi Nguyen
0d2196a522 *** empty log message *** 2002-02-26 07:20:23 +00:00
Thien-Thi Nguyen
b375c956f2 (LIBGUILEREADLINE-VERSION): Look for this file in $srcdir. 2002-02-26 07:19:35 +00:00
Rob Browning
29743a51df *** empty log message *** 2002-02-25 04:37:18 +00:00
Rob Browning
5a4c4a0ca3 * configure.in: source ./LIBGUILEREADLINE-VERSION for version info
and then AC_SUBST the resulting variables:
LIBGUILEREADLINE_INTERFACE_CURRENT,
LIBGUILEREADLINE_INTERFACE_REVISION,
LIBGUILEREADLINE_INTERFACE_AGE, and
LIBGUILEREADLINE_INTERFACE.
2002-02-25 04:37:10 +00:00
Rob Browning
68744fbd9c * Makefile.am (libguilereadline_la_LDFLAGS): use
@LIBGUILEREADLINE_INTERFACE@ for version information.
2002-02-25 04:35:24 +00:00
Rob Browning
ba17d25563 * LIBGUILEREADLINE-VERSION: new file containing shared lib
versioning information.
2002-02-25 04:33:01 +00:00
Thien-Thi Nguyen
b9b444353b *** empty log message *** 2002-02-13 04:23:06 +00:00
Thien-Thi Nguyen
fa77ca8100 (AUTOMAKE_OPTIONS): Replace "gnu" with "foreign".
This undoes 1.10.2.3, reverting to 1.10.2.2.
2002-02-13 04:21:54 +00:00
Thien-Thi Nguyen
25216b3f51 *** empty log message *** 2002-02-09 06:03:43 +00:00
Thien-Thi Nguyen
40e3f30ea5 (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu". 2002-02-09 06:03:00 +00:00
Neil Jerram
7ca39de11e * Rename call-with-readline-completion-function' to with-readline-completion-function'.
(Note that this has never been released with the old name, so change before 1.6 is fine.)
2002-01-29 23:44:20 +00:00
Rob Browning
112ecb5207 *** empty log message *** 2001-11-19 20:40:39 +00:00
Rob Browning
c2fa5e5791 * readline.scm: load libguilereadline, not libguilereadline.so --
newer libltdl won't work otherwise.
2001-11-19 20:37:20 +00:00
Rob Browning
f4a4206647 * Makefile.am (libguilereadline_la_LIBADD): add libguile.la --
fix from unstable branch.
2001-11-19 20:35:40 +00:00
Neil Jerram
f90bcd2ea4 * Added `call-with-readline-completion-function'. 2001-08-11 12:04:16 +00:00
Martin Grabmüller
a283f6d630 * Makefile.am, readline.scm: Updated copyright notice. 2001-07-19 20:53:17 +00:00
Thien-Thi Nguyen
594506d1f0 *** empty log message *** 2001-07-09 07:45:39 +00:00
Thien-Thi Nguyen
d47795627b Remove "face-lift" comment. 2001-07-09 07:31:05 +00:00
Dirk Herrmann
5b2a7b5906 * Don't use SCM_LISTn any more. 2001-06-30 19:28:26 +00:00
Marius Vollmer
b629af45cb *** empty log message *** 2001-06-14 19:52:35 +00:00
Marius Vollmer
593be5d260 Replace "scm_*_t" with "scm_t_*". 2001-06-14 19:51:54 +00:00
Marius Vollmer
4ff9f8254e *** empty log message *** 2001-06-14 17:43:39 +00:00
Marius Vollmer
dcb17187c3 * configure.in: Check for rl_filename_completion_function.
* readline.c (s_scm_filename_completion_function): Use
rl_filename_completion_function instead of
filename_completion_function, if we have it.
(scm_init_readline): Use rl_compentry_func_t instead if Function
when _RL_FUNCTION_TYPEDEF is defined.
2001-06-14 17:42:45 +00:00
Marius Vollmer
2e7d963d97 * readline.h (scm_clear_history): New prototype. 2001-06-14 17:41:51 +00:00
Dirk Herrmann
e81d98ec2d * Introduce SCM_UNUSED and mark unused function parameters.
* Introduce SCM_DEBUG_PAIR_ACCESSES.
* Extend the possibilities of SCM_DEBUG_CELL_ACCESSES.
2001-06-07 21:12:19 +00:00
Marius Vollmer
c794483cc0 *** empty log message *** 2001-06-03 01:07:06 +00:00
Marius Vollmer
691f5a4d2d Added AC_PREREQ(2.50) and minimally changed for
autoconf 2.50.  This is mostly so that the `transparent autoconf
wrapper' on Debian picks the right version of autoconf.
2001-06-03 00:59:23 +00:00
Michael Livshin
305bf93c22 * Makefile.am (libguilereadline_la_SOURCES): removed readline.x
from here (not needed).
(CLEANFILES): added *.x (and removed from DISTCLEANFILES).
(MKDEP): copied from libguile/Makefile.am.  not that it matters
now, but it will if we stop using BUILT_SOURCES for some reason.
2001-05-31 12:45:07 +00:00
Martin Grabmüller
90d892e32e Make it compile with --disable-deprecated.
* readline.h: scm_option->scm_option_t.

	* readline.c (stream_from_fport): scm_fport->scm_fport_t;
	scm_option->scm_option_t.
2001-05-24 06:51:42 +00:00