Kevin Ryde
1b09b607dd
merge from 1.8 branch
2006-04-16 23:18:55 +00:00
Marius Vollmer
349b48f9a9
Bumped versions for 1.9 series.
2006-02-05 22:57:57 +00:00
Kevin Ryde
314f7832d7
Plain ascii backquote.
2005-07-12 00:18:54 +00:00
Marius Vollmer
92205699d0
The FSF has a new address.
2005-05-23 19:57:22 +00:00
Marius Vollmer
a81b861870
*** empty log message ***
2005-03-02 20:56:45 +00:00
Marius Vollmer
0ddf47fcaa
Use scm_current_input_port instead of scm_cur_inp. Use scm_std_select
...
instead of scm_internal_select.
2005-03-02 20:56:34 +00:00
Marius Vollmer
1d1a921178
*** empty log message ***
2004-08-26 15:17:07 +00:00
Marius Vollmer
0e33f86234
* LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release.
...
Added LIBGUILEREADLINE_MAJOR variable for inclusion in the name of
the shared library.
* configure.in: AC_SUBST it.
* Makefile.am: Substitute it into name of library.
* ice-9/readline.scm: Use new name with load-extension.
2004-08-26 15:16:56 +00:00
Marius Vollmer
51fab002a8
*** empty log message ***
2004-08-26 15:16:21 +00:00
Marius Vollmer
e5ab7101aa
* LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release.
...
Added LIBGUILEREADLINE_MAJOR variable for inclusion in the name of
the shared library.
* configure.in: AC_SUBST it.
* Makefile.am: Substitute it into name of library.
2004-08-26 15:16:10 +00:00
Marius Vollmer
b2988f465b
*** empty log message ***
2004-08-19 17:30:03 +00:00
Marius Vollmer
ad6dec055f
Avoid the use of discouraged or deprecated things.
2004-08-19 17:28:53 +00:00
Marius Vollmer
be49d1df07
Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
...
SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
scm_from_bool, and scm_is_bool, respectively. Thanks to Andreas
Vögele!
2004-07-10 15:25:01 +00:00
Marius Vollmer
590f893b3b
*** empty log message ***
2004-07-06 11:52:50 +00:00
Marius Vollmer
00874d5fb0
Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
...
SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
scm_from_bool, and scm_is_bool, respectively.
2004-07-06 11:02:47 +00:00
Rob Browning
060fd2f92c
*** empty log message ***
2004-06-16 17:14:54 +00:00
Rob Browning
8f6a429e47
* readline.scm: moved to ./ice-9/
2004-06-16 17:14:37 +00:00
Rob Browning
6fb858d50c
move package and version args to AC_INIT as is now
...
recommended. This also requires m4_esyscmd to read GUILE-VERSION
given the way AC_INIT handles its args. Also move "foreign"
indication here.
2004-06-16 17:14:20 +00:00
Rob Browning
0dcee83729
* Makefile.am: move support for readline.scm to ice-9/ subdir.
2004-06-16 17:13:55 +00:00
Rob Browning
a2f120791e
* .cvsignore: add ice-9 dir.
...
* ice-9/.cvsignore: new file.
2004-06-16 17:13:43 +00:00
Rob Browning
74c88f531a
* ice-9/readline.scm: moved here from ../
2004-06-16 17:12:40 +00:00
Rob Browning
b6ccd4c126
* Makefile.am: move support for readline.scm to ice-9/ subdir.
...
* ice-9/Makefile.am: new file.
2004-06-16 17:12:14 +00:00
Mikael Djurfeldt
c78a96e063
* configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
...
* scheme-compound.texi (Hash Table Reference): Renamed hash-map
--> hash-map->list.
* configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
2004-02-15 18:27:31 +00:00
Mikael Djurfeldt
f1dc5f45ab
* Makefile.am (TAGS_FILES): Use this variable instead of
...
ETAGS_ARGS so that TAGS can be built using separate build
directory.
* Makefile.am (TAGS_FILES): Use this variable instead of
ETAGS_ARGS so that TAGS can be built using separate build
directory.
* debugger/breakpoints/Makefile.am (TAGS_FILES),
debugger/Makefile.am (TAGS_FILES), Makefile.am (TAGS_FILES): Use
this variable instead of ETAGS_ARGS so that TAGS can be built
using separate build directory.
* primitives/Makefile.am (TAGS_FILES), internals/Makefile.am
(TAGS_FILES), Makefile.am (TAGS_FILES): Use this variable instead
of ETAGS_ARGS so that TAGS can be built using separate build
directory.
* Makefile.am, goops/Makefile.am (TAGS_FILES): Use this variable
instead of ETAGS_ARGS so that TAGS can be built using separate
build directory.
* Makefile.am (TAGS_FILES): Use this variable instead of
ETAGS_ARGS so that TAGS can be built using separate build
directory.
2004-02-09 01:48:34 +00:00
Marius Vollmer
03b9235a69
*** empty log message ***
2003-05-03 23:20:21 +00:00
Marius Vollmer
3894870bde
When checking whether readline clears SA_RESTART, let readline read
...
from "/dev/null". Otherwise, it might be stopped when run in the
background with job control, say. Thanks to Michael Talbot-Wilson!
2003-05-03 23:18:51 +00:00
Mikael Djurfeldt
cdbb889adb
* readline.c (redisplay): Removed. (It didn't do anything other
...
than calling rl_redisplay.)
(scm_init_readline): Don't inititalize rl_redisplay_function.
2003-04-05 15:34:17 +00:00
Rob Browning
b3ea745beb
*** empty log message ***
2003-03-19 23:46:35 +00:00
Rob Browning
26aff4f90e
* readline.c: add HAVE_CONFIG_H test guarding #include config.h.
2003-03-19 23:46:29 +00:00
Rob Browning
684edc62ea
* autogen.sh: add a --force when autoreconfing. We may need to
...
change this if it doesn't work out...
2003-03-19 23:46:24 +00:00
Rob Browning
d56a98c76b
* Makefile.am (ice-9/readline.scm): new target -- so readline will
...
work from the source tree when guile-readline is added to
GUILE_LOAD_PATH.
(all-local): add ice-9/readline.scm.
(clean-local): remove ice-9/readline at clean time.
2003-03-19 23:46:19 +00:00
Rob Browning
25ad768128
*** empty log message ***
2003-02-27 07:20:33 +00:00
Rob Browning
1e6cb6e1e7
* autogen.sh: use autoreconf.
2003-02-27 07:04:57 +00:00
Neil Jerram
2f413bc4bd
Fix input/output port typo.
2003-01-08 21:36:20 +00:00
Rob Browning
b2cbe8d8a2
*** empty log message ***
2002-12-09 00:51:53 +00:00
Rob Browning
717a0e5b8c
* Makefile.am (ice9dir): VERSION -> GUILE_EFFECTIVE_VERSION.
2002-12-09 00:50:17 +00:00
Rob Browning
41d8c90a5e
* configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST.
2002-12-09 00:50:10 +00:00
Marius Vollmer
3d7f708f21
* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
...
SCM_DEBUG_DEPRECATED. Removed their use thru-out Guile.
2002-11-03 22:09:20 +00:00
Marius Vollmer
246c563ba9
fixed mangled comment.
2002-11-02 00:59:04 +00:00
Marius Vollmer
30f920c30e
*** empty log message ***
2002-10-27 20:29:02 +00:00
Marius Vollmer
bb0f37e78f
(reentry_barrier_mutex): Reimplemented with scm_make_mutex, etc.
2002-10-27 20:27:10 +00:00
Mikael Djurfeldt
c2015a4f53
* readline.scm (activate-readline): Look for use-emacs-interface
...
option in the guile-user module instead of the-root-module.
2002-10-21 11:22:04 +00:00
Marius Vollmer
b592db01b8
*** empty log message ***
2002-04-30 07:41:43 +00:00
Marius Vollmer
87ea4cd389
Invoke plain aclocal instead of guile-aclocal.sh. We don't need the
...
Guile m4 macros and the previous invocation of guile-aclocal.sh
created the aclocal.m4 file in the wrong directory (see change from
2002-04-26).
2002-04-30 07:41:36 +00:00
Marius Vollmer
5caa57b198
*** empty log message ***
2002-04-26 18:06:01 +00:00
Marius Vollmer
041a5450ae
Change to parent dir before invoking guile-aclocal.sh.
2002-04-26 18:04:05 +00:00
Marius Vollmer
dc00662795
*** empty log message ***
2002-04-17 17:41:51 +00:00
Marius Vollmer
7ceac84eea
(dist-hook): Make sure $(distdir)/Makefile.in is writable before
...
modifying it.
2002-04-17 17:41:43 +00:00
Rob Browning
21550b108e
*** empty log message ***
2002-04-11 04:41:40 +00:00
Rob Browning
64839c6b7a
* .cvsignore: add autom4te.cache and *.c.clean.c.
2002-04-11 04:37:08 +00:00