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:
parent
0f73b20f51
commit
0187b4f417
4 changed files with 41 additions and 4 deletions
18
ChangeLog
18
ChangeLog
|
@ -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>
|
||||
|
||||
* configure.in: Add -DLIBLTDL_DLL_IMPORT to INCLTDL when using
|
||||
|
@ -5,7 +19,7 @@
|
|||
|
||||
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.
|
||||
|
||||
2002-01-13 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
@ -31,7 +45,7 @@
|
|||
|
||||
* configure.in (HAVE_MAKEINFO): Check for the makeinfo program and
|
||||
set this conditional accordingly.
|
||||
|
||||
|
||||
2001-12-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
|
||||
|
||||
* README: Fix virulent typo.
|
||||
|
|
|
@ -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>
|
||||
|
||||
* psyntax.ss (datum->syntax-object): Removed assertion in
|
||||
|
@ -8,7 +14,7 @@
|
|||
2002-01-12 Marius Vollmer <mvo@zagadka.ping.de>
|
||||
|
||||
More options for pretty-print. Thanks to Matthias Köppe!
|
||||
|
||||
|
||||
* pretty-print.scm (generic-write): New per-line-prefix argument.
|
||||
(pretty-print): Check whether the new keyword argument style is
|
||||
used and dispatch to pretty-print-with-keys accordingly.
|
||||
|
|
|
@ -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>
|
||||
|
||||
* symbols.c (scm_make_symbol): Fix typo in docstring.
|
||||
|
@ -15,13 +25,14 @@
|
|||
This signals a interned symbol.
|
||||
(scm_mem2uninterned_symbol, scm_symbol_interned_p,
|
||||
scm_make_symbol): New.
|
||||
|
||||
|
||||
* print.c (scm_iprin1): Print uninterned symbols unreadably.
|
||||
|
||||
2002-02-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
|
||||
|
||||
* __scm.h (HAVE_UINTPTR_T): Only define if UINTPTR_T attributes
|
||||
are defined: UINTPTR_MAX, INTPTR_MAX, INTPTR_MIN.
|
||||
Thanks to Dave Love.
|
||||
|
||||
2002-01-31 Marius Vollmer <mvo@zagadka.ping.de>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
* Makefile.am (scripts_sources): Add autofrisk.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue