1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00
Commit graph

278 commits

Author SHA1 Message Date
Kevin Ryde
b67a1d3f95 *** empty log message *** 2005-06-23 23:23:55 +00:00
Kevin Ryde
1654c5b219 *** empty log message *** 2005-06-23 23:23:35 +00:00
Kevin Ryde
f2de133512 (readline-options-interface):
Export this, for use by readline-set! macro.  Reported by Alan Grover.
2005-06-23 23:22:49 +00:00
Marius Vollmer
7d81830dd2 The FSF has a new address. 2005-05-23 20:15:36 +00:00
Rob Browning
748ceca596 *** empty log message *** 2004-08-29 21:17:12 +00:00
Rob Browning
1ac49d24f3 moved here from ../ 2004-08-29 21:17:00 +00:00
Rob Browning
286cff6b72 moved to ./ice-9/ 2004-08-29 21:16:02 +00:00
Rob Browning
0d9dff6afa add HAVE_CONFIG_H test guarding #include config.h. 2004-08-29 21:15:44 +00:00
Rob Browning
c5b09a0529 add AC_CONFIG_FILES for ice-9/Makefile. 2004-08-29 21:14:06 +00:00
Rob Browning
8abc91b33d * Makefile.am: move support for readline.scm to ice-9/ subdir. 2004-08-29 21:12:57 +00:00
cvs2svn
7c18e1c0f3 This commit was manufactured by cvs2svn to create branch
'branch_release-1-6'.
2004-08-26 15:16:57 +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
cvs2svn
c4eef6953c This commit was manufactured by cvs2svn to create branch
'branch_release-1-6'.
2004-06-28 13:31:11 +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
e6e2c4fa10 * 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:50:48 +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
245b7bf869 Fix input/output port typo. 2003-01-09 00:00:32 +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
Rob Browning
54f7214755 *** empty log message *** 2002-12-08 22:04:26 +00:00
Rob Browning
a9123e8401 * configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST. 2002-12-08 22:04:18 +00:00
Rob Browning
7821d45115 *** empty log message *** 2002-12-08 20:43:08 +00:00
Rob Browning
ccfedca7ee * Makefile.am (ice9dir): VERSION -> GUILE_EFFECTIVE_VERSION. 2002-12-08 20:42:26 +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