bpt/guile.git
22 years ago* guile-config.in (build-link): don't output -L/usr/lib.
Rob Browning [Tue, 12 Mar 2002 21:52:40 +0000 (21:52 +0000)]
* guile-config.in (build-link): don't output -L/usr/lib.
(build-compile): don't output -I/usr/include.

22 years ago * iselect.c (collisionp, gnfds, greadfds, gwritefds, gexceptfds,
Neil Jerram [Tue, 12 Mar 2002 21:12:25 +0000 (21:12 +0000)]
* iselect.c (collisionp, gnfds, greadfds, gwritefds, gexceptfds,
rreadfds, rwritefds, rexceptfds): Made static.

* gc.c (terminating), fports.c (terminating): Renamed
scm_i_terminating.

22 years agoVarious minor enhancements ported from the stable CVS branch.
Neil Jerram [Tue, 12 Mar 2002 21:08:57 +0000 (21:08 +0000)]
Various minor enhancements ported from the stable CVS branch.

22 years ago*** empty log message ***
Marius Vollmer [Mon, 11 Mar 2002 19:29:35 +0000 (19:29 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Marius Vollmer [Mon, 11 Mar 2002 19:10:47 +0000 (19:10 +0000)]
*** empty log message ***

22 years agoNew tests for complex division.
Marius Vollmer [Mon, 11 Mar 2002 19:10:28 +0000 (19:10 +0000)]
New tests for complex division.

22 years ago(scm_divide): Adapt code from libstdc++/f2c to void potential overflow
Marius Vollmer [Mon, 11 Mar 2002 19:10:01 +0000 (19:10 +0000)]
(scm_divide): Adapt code from libstdc++/f2c to void potential overflow
problems.  Thanks to John W Eaton!

22 years agoCorrected function name in entry header.
Marius Vollmer [Mon, 11 Mar 2002 17:57:47 +0000 (17:57 +0000)]
Corrected function name in entry header.

22 years ago*** empty log message ***
Marius Vollmer [Mon, 11 Mar 2002 17:52:56 +0000 (17:52 +0000)]
*** empty log message ***

22 years ago(string_titlecase_x): Treat characters as unsigned so that 8-bit chars
Marius Vollmer [Mon, 11 Mar 2002 17:52:41 +0000 (17:52 +0000)]
(string_titlecase_x): Treat characters as unsigned so that 8-bit chars
work.  Thanks to David Pirotte!

22 years agoRemoved FIXME comment about hoos for malloc and free.
Marius Vollmer [Mon, 11 Mar 2002 17:51:52 +0000 (17:51 +0000)]
Removed FIXME comment about hoos for malloc and free.

22 years ago(scm_string_capitalize_x): Treat characters as unsigned so that 8-bit
Marius Vollmer [Mon, 11 Mar 2002 17:51:18 +0000 (17:51 +0000)]
(scm_string_capitalize_x): Treat characters as unsigned so that 8-bit
chars work.  Thanks to David Pirotte!

22 years ago* eval.c (SCM_CEVAL): Cleaned up the handling of 'slot-ref',
Dirk Herrmann [Sun, 10 Mar 2002 07:53:27 +0000 (07:53 +0000)]
* eval.c (SCM_CEVAL): Cleaned up the handling of 'slot-ref',
'slot-set!' and 'nil-cond'.  Removed some uses of t.arg1, arg2 and
proc as temporary variables.  Introduced temporary variables with
hopefully descriptive names for clarification.  Replaced SCM_N?IMP
by a more explicit predicate in some places.

22 years ago* eval.c (SCM_CEVAL): Cleaned up the handling of #@dispatch.
Dirk Herrmann [Sat, 9 Mar 2002 20:15:16 +0000 (20:15 +0000)]
* eval.c (SCM_CEVAL): Cleaned up the handling of #@dispatch.
Added lots of comments regarding the implementation of #@dispatch.
Changed intra-procedure communication to use t.arg1 instead of
arg2.  Removed some uses of t.arg1, t.lloc and proc as temporary
variables.  Introduced temporary variables with hopefully
descriptive names for clarification.  Replaced SCM_N?IMP by a more
explicit predicate in some places.  Use SCM_INSTANCE_HASH instead
of computing the expression explicitly.  Eliminate now unused
label nontoplevel_cdrxbegin.

* goops.h (SCM_INSTANCE_HASH): New macro.

* objects.h (SCM_CMETHOD_FORMALS, SCM_CMETHOD_BODY): New macros.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Fri, 8 Mar 2002 21:29:19 +0000 (21:29 +0000)]
*** empty log message ***

22 years ago(bin_SCRIPTS): Revive this decl, w/ initial element
Thien-Thi Nguyen [Fri, 8 Mar 2002 21:28:07 +0000 (21:28 +0000)]
(bin_SCRIPTS): Revive this decl, w/ initial element
"guile-snarf" moved back from `noinst_SCRIPTS'.

22 years ago(guile_TEXINFOS): Add tools.texi.
Thien-Thi Nguyen [Fri, 8 Mar 2002 21:24:30 +0000 (21:24 +0000)]
(guile_TEXINFOS): Add tools.texi.

22 years ago(Miscellaneous Tools): Add under "Part II".
Thien-Thi Nguyen [Fri, 8 Mar 2002 21:23:36 +0000 (21:23 +0000)]
(Miscellaneous Tools): Add under "Part II".
Implement by including tools.texi.

22 years ago(Miscellaneous Tools): New node/chapter.
Thien-Thi Nguyen [Fri, 8 Mar 2002 21:20:31 +0000 (21:20 +0000)]
(Miscellaneous Tools): New node/chapter.
(Snarfing, Init Snarfing with guile-snarf, How guile-snarf works,
Macros guile-snarf recognizes, Doc Snarfing): New nodes/(sub)sections.
(Executable Modules): Now a section under "Miscellaneous Tools".

22 years agoA couple of bug status updates.
Neil Jerram [Fri, 8 Mar 2002 18:04:57 +0000 (18:04 +0000)]
A couple of bug status updates.

22 years ago * snarf-guile-m4-docs (display-texi): Strip off `# ' from start of
Neil Jerram [Fri, 8 Mar 2002 13:19:42 +0000 (13:19 +0000)]
* snarf-guile-m4-docs (display-texi): Strip off `# ' from start of
docstring lines if possible, rather than just `#'.

22 years ago* Grammatical correction: change `are' to `is' in guile.m4 docstring.
Neil Jerram [Fri, 8 Mar 2002 13:18:59 +0000 (13:18 +0000)]
* Grammatical correction: change `are' to `is' in guile.m4 docstring.

22 years ago* Insert missing `of' in autoconf.texi.
Neil Jerram [Fri, 8 Mar 2002 13:18:00 +0000 (13:18 +0000)]
* Insert missing `of' in autoconf.texi.

22 years ago * docstring.el (docstring-libguile-directory,
Neil Jerram [Fri, 8 Mar 2002 13:13:36 +0000 (13:13 +0000)]
* docstring.el (docstring-libguile-directory,
docstring-display-location, docstring-show-source): New.

22 years ago * srcprop.c (scm_set_source_property_x): If SRCPROPS obj already
Neil Jerram [Fri, 8 Mar 2002 13:11:34 +0000 (13:11 +0000)]
* srcprop.c (scm_set_source_property_x): If SRCPROPS obj already
exists when adding a source property other than those that are
handled explicitly, add the new property to the SRCPROPS obj's
plist.

22 years ago* Fix bug caused by frame size overflowing its field.
Neil Jerram [Fri, 8 Mar 2002 13:07:50 +0000 (13:07 +0000)]
* Fix bug caused by frame size overflowing its field.

22 years agoRemoved maintainer section.
Marius Vollmer [Wed, 6 Mar 2002 21:12:43 +0000 (21:12 +0000)]
Removed maintainer section.

22 years agoInitial revision
Thien-Thi Nguyen [Wed, 6 Mar 2002 20:54:27 +0000 (20:54 +0000)]
Initial revision

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 6 Mar 2002 20:47:26 +0000 (20:47 +0000)]
*** empty log message ***

22 years agoHandle "--source" option.
Thien-Thi Nguyen [Wed, 6 Mar 2002 20:46:41 +0000 (20:46 +0000)]
Handle "--source" option.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 6 Mar 2002 02:46:28 +0000 (02:46 +0000)]
*** empty log message ***

22 years ago(ice9_sources): Add ftw.scm.
Thien-Thi Nguyen [Wed, 6 Mar 2002 02:45:26 +0000 (02:45 +0000)]
(ice9_sources): Add ftw.scm.

22 years agoInitial revision
Thien-Thi Nguyen [Wed, 6 Mar 2002 02:43:56 +0000 (02:43 +0000)]
Initial revision

22 years ago* eval.c (SCM_CEVAL): Cleaned up the handling of 'apply'. Removed
Dirk Herrmann [Tue, 5 Mar 2002 21:10:15 +0000 (21:10 +0000)]
* eval.c (SCM_CEVAL): Cleaned up the handling of 'apply'.  Removed
side-effecting operations from conditions and macro calls.
Replaced SCM_N?IMP by a more explicit predicate in some places.
Minimized the scope of some variables.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Mon, 4 Mar 2002 22:54:19 +0000 (22:54 +0000)]
*** empty log message ***

22 years ago(top_srcdir): Use `top_srcdir_absolute' AC_SUBST var.
Thien-Thi Nguyen [Mon, 4 Mar 2002 22:53:34 +0000 (22:53 +0000)]
(top_srcdir): Use `top_srcdir_absolute' AC_SUBST var.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Mon, 4 Mar 2002 22:40:21 +0000 (22:40 +0000)]
*** empty log message ***

22 years ago(top_srcdir): Use `top_srcdir_absolute' AC_SUBST var.
Thien-Thi Nguyen [Mon, 4 Mar 2002 22:39:06 +0000 (22:39 +0000)]
(top_srcdir): Use `top_srcdir_absolute' AC_SUBST var.

22 years ago(top_srcdir_absolute): New AC_SUBST var.
Thien-Thi Nguyen [Mon, 4 Mar 2002 22:37:37 +0000 (22:37 +0000)]
(top_srcdir_absolute): New AC_SUBST var.

22 years ago* Added an entry listing removed definitions.
Dirk Herrmann [Mon, 4 Mar 2002 20:34:30 +0000 (20:34 +0000)]
* Added an entry listing removed definitions.

22 years agoRemove self.
Thien-Thi Nguyen [Mon, 4 Mar 2002 19:28:00 +0000 (19:28 +0000)]
Remove self.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Mon, 4 Mar 2002 16:36:50 +0000 (16:36 +0000)]
*** empty log message ***

22 years ago(top_srcdir): Fix ref bug: Force absolute.
Thien-Thi Nguyen [Mon, 4 Mar 2002 16:35:50 +0000 (16:35 +0000)]
(top_srcdir): Fix ref bug: Force absolute.

22 years ago2002-03-02 Stefan Jahn <stefan@lkcc.org>
Stefan Jahn [Sat, 2 Mar 2002 14:18:38 +0000 (14:18 +0000)]
2002-03-02  Stefan Jahn  <stefan@lkcc.org>

        * convert.i.c: Fixed int <-> long conversions which would have
        failed if their sizes were different.

22 years ago* eval.c (SCM_CEVAL): Cleaned up the handling of 'if', 'let',
Dirk Herrmann [Sat, 2 Mar 2002 12:47:45 +0000 (12:47 +0000)]
* eval.c (SCM_CEVAL): Cleaned up the handling of 'if', 'let',
'letrec' and 'set*': Removed some uses of t.arg1, t.lloc and proc
as temporary variables.  Removed side-effecting operations from
conditions and macro calls.  Introduced temporary variables with
hopefully descriptive names for clarification.  Replaced SCM_N?IMP
by a more explicit predicate in some places.  Removed code that
was conditionally compiled if SICP was defined - which it never
is.

22 years ago* eval.c (SCM_CEVAL): Cleaned up the handling of 'cons' and 'do':
Dirk Herrmann [Sat, 2 Mar 2002 11:50:01 +0000 (11:50 +0000)]
* eval.c (SCM_CEVAL): Cleaned up the handling of 'cons' and 'do':
Removed some uses of t.arg1 and proc as temporary variables.
Removed side-effecting operations from conditions and macro calls.
Introduced temporary variables with hopefully descriptive names
for clarification.  Replaced SCM_N?IMP by a more explicit
predicate in some places.

22 years ago* eval.c (scm_badargsp, SCM_CEVAL): Replaced SCM_N?IMP by a more
Dirk Herrmann [Sat, 2 Mar 2002 09:53:51 +0000 (09:53 +0000)]
* eval.c (scm_badargsp, SCM_CEVAL): Replaced SCM_N?IMP by a more
explicit predicate in some places.

(CHECK_EQVISH): Removed.

(SCM_CEVAL): Removed some uses of t.arg1 and proc as temporary
variables.  Removed side-effecting operations from conditions and
macro calls.  Introduced temporary variables for clarification.
Sorted if-else-if check for the type of the last form in a list by
frequency.  Avoided some unnecessary tail-recursion calls.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Fri, 1 Mar 2002 08:36:32 +0000 (08:36 +0000)]
*** empty log message ***

22 years agoRemove "pwd" meta info.
Thien-Thi Nguyen [Fri, 1 Mar 2002 08:35:15 +0000 (08:35 +0000)]
Remove "pwd" meta info.

22 years agoUpdate.
Thien-Thi Nguyen [Fri, 1 Mar 2002 07:37:43 +0000 (07:37 +0000)]
Update.

22 years agoChanges in doc/ref:
Dirk Herrmann [Fri, 1 Mar 2002 00:19:20 +0000 (00:19 +0000)]
Changes in doc/ref:

* api.txt, data-rep.texi: Renamed the struct scm_cell to
scm_t_cell.

* data-rep.texi: Renamed scm_alloc_cell to scm_cell and
scm_alloc_double_cell to scm_double_cell.

Changes in libguile:

* gc.c (SCM_HEAP_SEG_SIZE, CELL_UP, CELL_DN, NEXT_DATA_CELL,
init_heap_seg, alloc_some_heap), gc.h (struct scm_cell, struct
scm_t_cell, SCM_CELLPTR, SCM_GC_CARD_SIZE,
SCM_GC_IN_CARD_HEADERP), tags.h (SCM_CELLP):  Renamed the struct
scm_cell and all its uses to scm_t_cell in accordance to Guile's
naming scheme for types.

* alist.c (scm_acons), convert.i.c (CTYPES2UVECT,
CTYPES2UVECT_OPTIONAL), coop-threads.c (scm_call_with_new_thread,
scm_spawn_thread), debug.c (scm_make_debugobj), environments.c
(scm_make_environment), eval.c (scm_closure), fports.c
(scm_fdes_to_port), gc.c (scm_deprecated_newcell,
scm_deprecated_newcell2), inline.h (scm_alloc_cell, scm_cell),
list.c (SCM_I_CONS), numbers.c (scm_i_mkbig), pairs.c (scm_cons),
ports.c (scm_void_port), procs.c (scm_c_make_subr, scm_makcclo),
smob.c (scm_make_smob), smob.h (SCM_NEWSMOB), strings.c
(scm_take_str, scm_allocate_string), strports.c (scm_mkstrport),
unif.c (scm_make_uve), variable.c (make_variable), vectors.c
(scm_c_make_vector), vports.c (scm_make_soft_port): Renamed
scm_alloc_cell to scm_cell.

* environments.c (core_environments_observe), gc.c
(scm_deprecated_newcell2), goops.c (wrap_init, scm_wrap_object),
inline.h (scm_alloc_double_cell, scm_double_cell), num2float.i.c
(FLOAT2NUM), numbers.c (scm_make_real), procs.c
(scm_make_procedure_with_setter), smob.h (SCM_NEWSMOB2,
SCM_NEWSMOB3), struct.c (scm_make_struct, scm_make_vtable_vtable),
symbols.c (scm_mem2symbol, scm_mem2uninterned_symbol), weaks.c
(allocate_weak_vector): Renamed scm_alloc_double_cell to
scm_double_cell.

22 years ago*** empty log message ***
Marius Vollmer [Thu, 28 Feb 2002 23:42:29 +0000 (23:42 +0000)]
*** empty log message ***

22 years ago(Upgrading from scm_must_malloc et al): New section.
Marius Vollmer [Thu, 28 Feb 2002 23:42:22 +0000 (23:42 +0000)]
(Upgrading from scm_must_malloc et al): New section.

22 years ago*** empty log message ***
Marius Vollmer [Thu, 28 Feb 2002 20:58:59 +0000 (20:58 +0000)]
*** empty log message ***

22 years agoUse scm_gc_malloc and scm_gc_free instead of scm_must_malloc and free
Marius Vollmer [Thu, 28 Feb 2002 20:58:50 +0000 (20:58 +0000)]
Use scm_gc_malloc and scm_gc_free instead of scm_must_malloc and free
in example code.  Updated text for the new memory management
functions.

22 years ago(malloc-stats): Refer to scm_gc_malloc instead of to scm_must_malloc.
Marius Vollmer [Thu, 28 Feb 2002 20:56:41 +0000 (20:56 +0000)]
(malloc-stats): Refer to scm_gc_malloc instead of to scm_must_malloc.

22 years ago(image_tag): Changed type to scm_t_bits.
Marius Vollmer [Thu, 28 Feb 2002 20:55:49 +0000 (20:55 +0000)]
(image_tag): Changed type to scm_t_bits.
(make_image): Use scm_gc_malloc instead of scm_must_malloc.
(free_image): Use scm_gc_free instead of free.  Return zero.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 28 Feb 2002 06:11:37 +0000 (06:11 +0000)]
*** empty log message ***

22 years agoTypofix; nfc.
Thien-Thi Nguyen [Thu, 28 Feb 2002 06:10:47 +0000 (06:10 +0000)]
Typofix; nfc.

22 years agoAdd version table.
Thien-Thi Nguyen [Thu, 28 Feb 2002 05:09:19 +0000 (05:09 +0000)]
Add version table.

22 years ago * extension/dynamic-root.text: example Scheme code.
Gary Houston [Thu, 28 Feb 2002 00:23:08 +0000 (00:23 +0000)]
* extension/dynamic-root.text: example Scheme code.

22 years ago2002-02-27 Stefan Jahn <stefan@lkcc.org>
Stefan Jahn [Wed, 27 Feb 2002 15:41:01 +0000 (15:41 +0000)]
2002-02-27  Stefan Jahn  <stefan@lkcc.org>

        * Makefile.am (SUBDIRS): Added the `am' directory.

2002-02-27  Stefan Jahn  <stefan@lkcc.org>

        * gh.texi (scm transition summary): Documented some more
        gh equivalents and removed appropriate FIXME's.

2002-02-27  Stefan Jahn  <stefan@lkcc.org>

        * Makefile.am (EXTRA_DIST): Added the `LIBGUILEREADLINE-VERSION'
        file.

2002-02-27  Stefan Jahn  <stefan@lkcc.org>

        * convert.i.c, convert.c: Better range checking.

        * inet_aton.c, fports.c: Commented the inclusion of <winsock2.h>.

        * deprecation.c (vsnprintf): Define to `_vsnprintf' for
        Windows (MinGW).

22 years ago*** empty log message ***
Thien-Thi Nguyen [Tue, 26 Feb 2002 10:58:58 +0000 (10:58 +0000)]
*** empty log message ***

22 years agoComment grammar fixes; nfc.
Thien-Thi Nguyen [Tue, 26 Feb 2002 10:57:54 +0000 (10:57 +0000)]
Comment grammar fixes; nfc.

22 years agoRevert to 1.6 (1.7 was an accidental checkin).
Thien-Thi Nguyen [Tue, 26 Feb 2002 10:38:53 +0000 (10:38 +0000)]
Revert to 1.6 (1.7 was an accidental checkin).

22 years agodoc/ref/ChangeLog
Thien-Thi Nguyen [Tue, 26 Feb 2002 10:32:34 +0000 (10:32 +0000)]
doc/ref/ChangeLog

22 years agoUpdate path to pre-inst-guile automake frag.
Thien-Thi Nguyen [Tue, 26 Feb 2002 10:28:51 +0000 (10:28 +0000)]
Update path to pre-inst-guile automake frag.

22 years agoUpdate "include" instructions.
Thien-Thi Nguyen [Tue, 26 Feb 2002 10:25:02 +0000 (10:25 +0000)]
Update "include" instructions.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Tue, 26 Feb 2002 10:18:01 +0000 (10:18 +0000)]
*** empty log message ***

22 years agoUpdate usage comment; nfc.
Thien-Thi Nguyen [Tue, 26 Feb 2002 10:16:57 +0000 (10:16 +0000)]
Update usage comment; nfc.

22 years ago(EXTRA_DIST): Remove pre-inst-guile, pre-inst-guile.am.
Thien-Thi Nguyen [Tue, 26 Feb 2002 10:13:23 +0000 (10:13 +0000)]
(EXTRA_DIST): Remove pre-inst-guile, pre-inst-guile.am.

22 years ago(top_builddir): Use AC_SUBST var `top_builddir_absolute'.
Thien-Thi Nguyen [Tue, 26 Feb 2002 10:12:06 +0000 (10:12 +0000)]
(top_builddir): Use AC_SUBST var `top_builddir_absolute'.
(guile): Look for pre-inst-guile in $top_builddir.

22 years ago(top_builddir_absolute): New AC_SUBST var.
Thien-Thi Nguyen [Tue, 26 Feb 2002 10:06:43 +0000 (10:06 +0000)]
(top_builddir_absolute): New AC_SUBST var.
(AC_CONFIG_FILES): Add am/Makefile, pre-inst-guile.
(AC_CONFIG_COMMANDS): Also chmod +x pre-inst-guile.

22 years agoInitial revision
Thien-Thi Nguyen [Tue, 26 Feb 2002 10:04:14 +0000 (10:04 +0000)]
Initial revision

22 years agobye bye
Thien-Thi Nguyen [Tue, 26 Feb 2002 10:03:45 +0000 (10:03 +0000)]
bye bye

22 years ago*** empty log message ***
Thien-Thi Nguyen [Tue, 26 Feb 2002 09:57:29 +0000 (09:57 +0000)]
*** empty log message ***

22 years agoInitial revision
Thien-Thi Nguyen [Tue, 26 Feb 2002 09:56:37 +0000 (09:56 +0000)]
Initial revision

22 years ago*** empty log message ***
Thien-Thi Nguyen [Tue, 26 Feb 2002 07:18:32 +0000 (07:18 +0000)]
*** empty log message ***

22 years ago(LIBGUILEREADLINE-VERSION): Use this file from $srcdir.
Thien-Thi Nguyen [Tue, 26 Feb 2002 07:16:12 +0000 (07:16 +0000)]
(LIBGUILEREADLINE-VERSION): Use this file from $srcdir.

22 years ago* Fixed changelog entry.
Dirk Herrmann [Mon, 25 Feb 2002 23:27:30 +0000 (23:27 +0000)]
* Fixed changelog entry.

22 years ago* gc.c (scm_gc_sweep): Make it compile even when deprecated
Dirk Herrmann [Mon, 25 Feb 2002 23:22:16 +0000 (23:22 +0000)]
* gc.c (scm_gc_sweep): Make it compile even when deprecated
features are excluded.

22 years ago* num2integral.i.c (NUM2INTEGRAL): Fixed signedness problem.
Dirk Herrmann [Mon, 25 Feb 2002 22:48:21 +0000 (22:48 +0000)]
* num2integral.i.c (NUM2INTEGRAL): Fixed signedness problem.

22 years ago * convert.c: include <string.h> for convert_i.c.
Gary Houston [Mon, 25 Feb 2002 22:07:52 +0000 (22:07 +0000)]
* convert.c: include <string.h> for convert_i.c.

22 years ago*** empty log message ***
Rob Browning [Mon, 25 Feb 2002 05:52:38 +0000 (05:52 +0000)]
*** empty log message ***

22 years ago* Makefile.am (libqthreads_la_LDFLAGS): use @LIBQTHREADS_INTERFACE@.
Rob Browning [Mon, 25 Feb 2002 05:52:05 +0000 (05:52 +0000)]
* Makefile.am (libqthreads_la_LDFLAGS): use @LIBQTHREADS_INTERFACE@.

22 years ago* Makefile.am (libguile_srfi_srfi_4_la_LDFLAGS): use
Rob Browning [Mon, 25 Feb 2002 05:50:48 +0000 (05:50 +0000)]
* Makefile.am (libguile_srfi_srfi_4_la_LDFLAGS): use
@LIBGUILE_SRFI_SRFI_4_INTERFACE@.
(libguile_srfi_srfi_13_14_la_LDFLAGS): use
@LIBGUILE_SRFI_SRFI_13_14_INTERFACE@.

22 years ago* configure.in: AC_SUBST the centralized shared lib versioning
Rob Browning [Mon, 25 Feb 2002 05:50:10 +0000 (05:50 +0000)]
* configure.in: AC_SUBST the centralized shared lib versioning
variables from ./GUILE-VERSION.
(LIBQTHREADS_INTERFACE_CURRENT): new AC_SUBST.
(LIBQTHREADS_INTERFACE_REVISION): new AC_SUBST.
(LIBQTHREADS_INTERFACE_AGE): new AC_SUBST.
(LIBQTHREADS_INTERFACE): new AC_SUBST.
(LIBGUILE_INTERFACE_CURRENT): new AC_SUBST.
(LIBGUILE_INTERFACE_REVISION): new AC_SUBST.
(LIBGUILE_INTERFACE_AGE): new AC_SUBST.
(LIBGUILE_INTERFACE): new AC_SUBST.
(LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT): new AC_SUBST.
(LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): new AC_SUBST.
(LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE): new AC_SUBST.
(LIBGUILE_SRFI_SRFI_4_INTERFACE): new AC_SUBST.
(LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT): new AC_SUBST.
(LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): new AC_SUBST.
(LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE): new AC_SUBST.
(LIBGUILE_SRFI_SRFI_13_14_INTERFACE): new AC_SUBST.

22 years ago* .cvsignore: add stamp-h1.
Rob Browning [Mon, 25 Feb 2002 05:49:23 +0000 (05:49 +0000)]
* .cvsignore: add stamp-h1.

22 years ago* syncase.scm (gensym): redefine locally so we can control it's
Rob Browning [Mon, 25 Feb 2002 05:49:05 +0000 (05:49 +0000)]
* syncase.scm (gensym): redefine locally so we can control it's
properties.  This is in preparation for changing the future public
gensym to produce unreadable symbols.

22 years ago* psyntax.pp: updated to reflect new syncase.scm.
Rob Browning [Mon, 25 Feb 2002 05:48:52 +0000 (05:48 +0000)]
* psyntax.pp: updated to reflect new syncase.scm.

22 years ago*** empty log message ***
Rob Browning [Mon, 25 Feb 2002 04:59:49 +0000 (04:59 +0000)]
*** empty log message ***

22 years ago* .cvsignore: add autoconf-macros.texi.
Rob Browning [Mon, 25 Feb 2002 04:59:42 +0000 (04:59 +0000)]
* .cvsignore: add autoconf-macros.texi.

22 years ago* Makefile.am (CLEANFILES): add autoconf-macros.texi.
Rob Browning [Mon, 25 Feb 2002 04:59:34 +0000 (04:59 +0000)]
* Makefile.am (CLEANFILES): add autoconf-macros.texi.

22 years ago* configure.in: source ./LIBGUILEREADLINE-VERSION for version info
Rob Browning [Mon, 25 Feb 2002 04:59:01 +0000 (04:59 +0000)]
* 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.

22 years ago* Makefile.am (libguilereadline_la_LDFLAGS): use
Rob Browning [Mon, 25 Feb 2002 04:58:48 +0000 (04:58 +0000)]
* Makefile.am (libguilereadline_la_LDFLAGS): use
@LIBGUILEREADLINE_INTERFACE@ for version information.

22 years ago* LIBGUILEREADLINE-VERSION: new file containing shared lib
Rob Browning [Mon, 25 Feb 2002 04:56:04 +0000 (04:56 +0000)]
* LIBGUILEREADLINE-VERSION: new file containing shared lib
versioning information.

22 years ago* GUILE-VERSION: move all but guile-readline library versioning
Rob Browning [Mon, 25 Feb 2002 04:49:44 +0000 (04:49 +0000)]
* GUILE-VERSION: move all but guile-readline library versioning
information here.  guile-readline is still standalone.  Bump
CURRENT interfaces to 15 to allow some headroom for 1.6 release at
Thi-Thien's request.

* configure.in: AC_SUBST the centralized shared lib versioning
variables from ./GUILE-VERSION.
(LIBQTHREADS_INTERFACE_CURRENT): new AC_SUBST.
(LIBQTHREADS_INTERFACE_REVISION): new AC_SUBST.
(LIBQTHREADS_INTERFACE_AGE): new AC_SUBST.
(LIBQTHREADS_INTERFACE): new AC_SUBST.
(LIBGUILE_INTERFACE_CURRENT): new AC_SUBST.
(LIBGUILE_INTERFACE_REVISION): new AC_SUBST.
(LIBGUILE_INTERFACE_AGE): new AC_SUBST.
(LIBGUILE_INTERFACE): new AC_SUBST.
(LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT): new AC_SUBST.
(LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): new AC_SUBST.
(LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE): new AC_SUBST.
(LIBGUILE_SRFI_SRFI_4_INTERFACE): new AC_SUBST.
(LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT): new AC_SUBST.
(LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): new AC_SUBST.
(LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE): new AC_SUBST.
(LIBGUILE_SRFI_SRFI_13_14_INTERFACE): new AC_SUBST.

22 years ago* autogen.sh: make absolutely sure we can't have stale files from
Rob Browning [Mon, 25 Feb 2002 04:46:41 +0000 (04:46 +0000)]
* autogen.sh: make absolutely sure we can't have stale files from
old versions lying around the libltdl dir since libtoolize
doesn't.  Also hack libltdl's configure.in to require autoconf 2.5
so the main tree and libltdl can't get out of sync again.

22 years ago* RELEASE: update release building instructions.
Rob Browning [Mon, 25 Feb 2002 04:46:08 +0000 (04:46 +0000)]
* RELEASE: update release building instructions.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Sun, 24 Feb 2002 04:23:13 +0000 (04:23 +0000)]
*** empty log message ***