Mikael Djurfeldt
88176879bf
* scheme-options.texi (Evaluator trap options): Splitted
...
section "Evaluator options".
* scheme-evaluation.texi (Evaluator Behaviour): Typo "reader
options" --> "evaluator options".
2001-08-22 09:57:35 +00:00
Neil Jerram
cf504ee0cf
* Fix spelling mistake in comment.
2001-08-18 16:32:04 +00:00
Rob Browning
59cd9b0f67
* Makefile.am (guile_tut_TEXINFOS): remove guile-tut.texi. It's
...
already in info_TEXINFOS.
2001-08-18 03:06:26 +00:00
Rob Browning
8098fca931
*** empty log message ***
2001-08-18 03:06:18 +00:00
Rob Browning
a786db16b2
* .cvsignore: rename stamp-vti1 to stamp-vti.1. Of course this
...
only matters once you fix the bug in automake.
2001-08-18 03:06:09 +00:00
Thien-Thi Nguyen
43b83b541d
*** empty log message ***
2001-08-17 23:50:02 +00:00
Thien-Thi Nguyen
eae3393547
Fix omission bug: Add `heap_segment' forward decl
...
(proto) in the case when either `GUILE_DEBUG' or
`GUILE_DEBUG_FREELIST' preprocessor symbols are defined.
(map_free_list): Fix typo: Ref `f' correctly.
Thanks to Chris Cramer.
2001-08-17 23:45:29 +00:00
Rob Browning
65e43ca6d3
* Makefile.am (libqthreads_la_LDFLAGS): use libtool interface version
...
variables.
2001-08-16 03:44:36 +00:00
Rob Browning
ab4cd34b26
*** empty log message ***
2001-08-16 03:44:29 +00:00
Rob Browning
9e86801e2f
* Makefile.am (libguile_la_LDFLAGS): use libtool interface version
...
variables.
(libpath.h): change libguileversion to libguileinterface.
2001-08-16 03:44:19 +00:00
Rob Browning
9e202853dd
* configure.in
...
(LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
(LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
(LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
(LIBGUILE_INTERFACE): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
2001-08-16 03:43:50 +00:00
Rob Browning
85e6a2f842
* GUILE-VERSION (GUILE_MINOR_VERSION): bump for new unstable.
...
(GUILE_MICRO_VERSION): reset for new unstable.
(LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
(LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
(LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
(LIBGUILE_INTERFACE): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
2001-08-16 03:41:49 +00:00
Thien-Thi Nguyen
a583bf1ec6
Expand ice-9/getopt-long.scm bugfix news.
2001-08-12 19:19:41 +00:00
Thien-Thi Nguyen
c0c07ee942
Remove dependency on `TTN_TEST_NEW' env var.
2001-08-12 19:03:34 +00:00
Thien-Thi Nguyen
4030287ec0
*** empty log message ***
2001-08-12 18:59:16 +00:00
Thien-Thi Nguyen
3925d0c31f
Rewrite.
...
Touch up docstrings.
Augment commentary.
2001-08-12 18:56:39 +00:00
Thien-Thi Nguyen
c3597bc4e0
*** empty log message ***
2001-08-12 18:34:11 +00:00
Thien-Thi Nguyen
252422b029
(exception:no-such-option,
...
exception:option-does-not-support-arg,
exception:option-must-be-specified,
exception:option-must-have-arg, exception:not-enough-args): New vars.
("option-ref", "required", "specified no value, given anyway",
"specified arg required"): New top-level sections.
2001-08-12 18:31:10 +00:00
Dirk Herrmann
2f4a254ac9
* Added some syntax tests for numbers.
2001-08-11 16:59:42 +00:00
Marius Vollmer
284774f38d
*** empty log message ***
2001-08-09 17:33:45 +00:00
Marius Vollmer
682542634b
(TESTS): Do not call the variable "TESTS", call it "SCM_TESTS". This
...
has special meaning to automake. How many tries left to get this
right, mvo?
2001-08-09 17:33:31 +00:00
Marius Vollmer
5f09993304
*** empty log message ***
2001-08-08 16:41:38 +00:00
Marius Vollmer
83060bc4e7
(TESTS): List tests explicitely instead of using a wildcard.
...
Wildcards don't seem to work for VPATH "make dist"s.
2001-08-08 16:41:28 +00:00
Marius Vollmer
46a39e343a
*** empty log message ***
2001-08-08 16:34:57 +00:00
Marius Vollmer
b754e3d1ec
*** empty log message ***
2001-08-07 18:18:55 +00:00
Marius Vollmer
067dd9c61c
New file, to control distribution of the test-suite.
2001-08-07 18:18:40 +00:00
Marius Vollmer
c4361fe594
(EXTRA_DIST, SUBDIRS): Move test-suite from EXTRA_DIST to SUBDIRS.
2001-08-07 18:17:27 +00:00
Marius Vollmer
bc79995a9a
Added "test-suite/Makefile".
2001-08-07 18:17:14 +00:00
Marius Vollmer
41973b48bb
(EXTRA_DIST): Distribute ChangeLog-1996-1999 and ChangeLog-2000.
...
Thanks to Daniel Skarda!
2001-08-07 18:14:56 +00:00
Marius Vollmer
720e1c3045
*** empty log message ***
2001-08-07 14:39:02 +00:00
Michael Livshin
8b1d12c79a
* guile-snarf-docs-texi.in: don't call the tokenizer here, we now
...
do it from the Makefile.
* Makefile.am: rearrange the snarfing slightly, so that .doc files
are of a reasonable size.
2001-08-06 23:19:50 +00:00
Michael Livshin
fd7ec88302
* snarf-check-and-output-texi: print optional args in a prettier
...
manner.
2001-08-06 23:19:05 +00:00
Gary Houston
5753f02f67
* srfi-1.scm (check-arg-type, non-negative-integer?): a couple of new
...
internal definitions.
(list-tabulate, iota): check for bad arguments that otherwise
give weird output.
(filter): check for proper list, to avoid infinite recursion on
a circular list.
2001-08-05 10:12:37 +00:00
Gary Houston
848458d990
* srfi-1.scm (filter): replaced with a tail-recursive version.
...
(remove): implement using filter, to make it tail-recursive.
2001-08-04 18:37:08 +00:00
Neil Jerram
3524efbcd9
* Improve `make-stack' doc by explaining cutting args.
2001-08-02 20:27:42 +00:00
Neil Jerram
baffb19f27
* Explain cutting args for `make-stack'.
2001-08-02 20:26:21 +00:00
Neil Jerram
d3b924ba3b
* Fix obscure debugger bug - trying to rerun last command when last command
...
fluid is not yet set.
2001-08-02 19:52:09 +00:00
Neil Jerram
ee03460326
* Added `call-with-readline-completion-function'.
2001-08-02 19:45:07 +00:00
Thien-Thi Nguyen
8c84b81eca
*** empty log message ***
2001-08-02 10:48:12 +00:00
Thien-Thi Nguyen
8940c16b17
*** empty log message ***
2001-08-02 10:29:32 +00:00
Thien-Thi Nguyen
4f70d598bf
Refill to fit in 80 columns.
...
(process-long-option): Fix bug: Keep track of `optional' value-required
info and use this to determine whether or not the next element is to be
taken as the option arg.
2001-08-02 10:26:52 +00:00
Thien-Thi Nguyen
ed9ef46202
*** empty log message ***
2001-08-02 10:14:17 +00:00
Thien-Thi Nguyen
3cc2e575a6
Initial revision
2001-08-02 10:13:03 +00:00
Marius Vollmer
c1151355d2
*** empty log message ***
2001-08-01 21:28:45 +00:00
Marius Vollmer
915bd26388
Added `--disable-linuxthreads' option and do not define
...
GUILE_PTHREAD_COMPAT nor link with -lpthread when it is given. Thanks
to Cris Cramer!
2001-08-01 21:28:29 +00:00
Marius Vollmer
ccbd262bd1
(scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p,
...
scm_char_upper_case_p, scm_char_lower_case_p, scm_char_is_both_p): Do
not require characters to fulfill isascii in addition to the primary
predicate.
2001-08-01 21:27:59 +00:00
Keisuke Nishida
29aa75ea12
Wrote more informative change log.
2001-08-01 16:50:34 +00:00
Thien-Thi Nguyen
9b97433596
*** empty log message ***
2001-08-01 10:01:51 +00:00
Thien-Thi Nguyen
bba2d1908a
(run-test-exception): Add special handling for
...
`error'-generated exceptions, which pass key
`misc-error' and leave messages unformatted.
2001-08-01 09:57:01 +00:00
Thien-Thi Nguyen
9ebd6e6281
*** empty log message ***
2001-08-01 05:10:12 +00:00