1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Thien-Thi Nguyen 2002-02-05 09:42:16 +00:00
parent 0f73b20f51
commit 0187b4f417
4 changed files with 41 additions and 4 deletions

View file

@ -1,3 +1,17 @@
2002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
* pre-inst-guile.am, pre-inst-guile: New files.
* check-guile.in (srcdir): Delete var.
(top_builddir, top_srcdir, guile_opts): New vars.
Use "set -e".
No longer set LTDL_LIBRARY_PATH.
Use ${top_srcdir}/pre-inst-guile instead of libguile/guile.
* configure.in (libguile/guile-snarf-docs-texi): Remove
from `AC_CONFIG_FILES' and `AC_CONFIG_COMMANDS'.
2002-01-31 Stefan Jahn <stefan@lkcc.org> 2002-01-31 Stefan Jahn <stefan@lkcc.org>
* configure.in: Add -DLIBLTDL_DLL_IMPORT to INCLTDL when using * configure.in: Add -DLIBLTDL_DLL_IMPORT to INCLTDL when using
@ -5,7 +19,7 @@
2002-01-28 Stefan Jahn <stefan@lkcc.org> 2002-01-28 Stefan Jahn <stefan@lkcc.org>
* configure.in (guile_cv_have_uint32_t): Look also in * configure.in (guile_cv_have_uint32_t): Look also in
`stdint.h' for uint32_t. `stdint.h' for uint32_t.
2002-01-13 Neil Jerram <neil@ossau.uklinux.net> 2002-01-13 Neil Jerram <neil@ossau.uklinux.net>
@ -31,7 +45,7 @@
* configure.in (HAVE_MAKEINFO): Check for the makeinfo program and * configure.in (HAVE_MAKEINFO): Check for the makeinfo program and
set this conditional accordingly. set this conditional accordingly.
2001-12-01 Thien-Thi Nguyen <ttn@giblet.glug.org> 2001-12-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
* README: Fix virulent typo. * README: Fix virulent typo.

View file

@ -1,3 +1,9 @@
2002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
* Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
(psyntax.pp): Use $(preinstguile).
2002-01-14 Marius Vollmer <mvo@zagadka.ping.de> 2002-01-14 Marius Vollmer <mvo@zagadka.ping.de>
* psyntax.ss (datum->syntax-object): Removed assertion in * psyntax.ss (datum->syntax-object): Removed assertion in
@ -8,7 +14,7 @@
2002-01-12 Marius Vollmer <mvo@zagadka.ping.de> 2002-01-12 Marius Vollmer <mvo@zagadka.ping.de>
More options for pretty-print. Thanks to Matthias Köppe! More options for pretty-print. Thanks to Matthias Köppe!
* pretty-print.scm (generic-write): New per-line-prefix argument. * pretty-print.scm (generic-write): New per-line-prefix argument.
(pretty-print): Check whether the new keyword argument style is (pretty-print): Check whether the new keyword argument style is
used and dispatch to pretty-print-with-keys accordingly. used and dispatch to pretty-print-with-keys accordingly.

View file

@ -1,3 +1,13 @@
2002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
* Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
(bin_SCRIPTS): Remove guile-snarf-docs-texi.
(alldotdocfiles, snarf2checkedtexi, dotdoc2texi): New vars.
(guile.texi, guile-procedures.texi): Use $(dotdoc2texi).
* guile-snarf-docs-texi.in: Bye bye.
2002-02-04 Marius Vollmer <marius.vollmer@uni-dortmund.de> 2002-02-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* symbols.c (scm_make_symbol): Fix typo in docstring. * symbols.c (scm_make_symbol): Fix typo in docstring.
@ -15,13 +25,14 @@
This signals a interned symbol. This signals a interned symbol.
(scm_mem2uninterned_symbol, scm_symbol_interned_p, (scm_mem2uninterned_symbol, scm_symbol_interned_p,
scm_make_symbol): New. scm_make_symbol): New.
* print.c (scm_iprin1): Print uninterned symbols unreadably. * print.c (scm_iprin1): Print uninterned symbols unreadably.
2002-02-02 Thien-Thi Nguyen <ttn@giblet.glug.org> 2002-02-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
* __scm.h (HAVE_UINTPTR_T): Only define if UINTPTR_T attributes * __scm.h (HAVE_UINTPTR_T): Only define if UINTPTR_T attributes
are defined: UINTPTR_MAX, INTPTR_MAX, INTPTR_MIN. are defined: UINTPTR_MAX, INTPTR_MAX, INTPTR_MIN.
Thanks to Dave Love.
2002-01-31 Marius Vollmer <mvo@zagadka.ping.de> 2002-01-31 Marius Vollmer <mvo@zagadka.ping.de>

View file

@ -1,3 +1,9 @@
2002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
* Include $(top_srcdir)/pre-inst-guile.am.
(overview): Use $(preinstguiletool).
2002-01-11 Thien-Thi Nguyen <ttn@giblet.glug.org> 2002-01-11 Thien-Thi Nguyen <ttn@giblet.glug.org>
* Makefile.am (scripts_sources): Add autofrisk. * Makefile.am (scripts_sources): Add autofrisk.