bpt/guile.git
22 years ago* num2integral.i.c (NUM2INTEGRAL): Report an error when these
Mikael Djurfeldt [Thu, 20 Sep 2001 08:17:25 +0000 (08:17 +0000)]
* num2integral.i.c (NUM2INTEGRAL): Report an error when these
routines are passed an inexact.  This change in behavior is
motivated by concordance with R5RS: It is more common that a
primitive doesn't want to accept an inexact for an exact.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 19 Sep 2001 13:36:48 +0000 (13:36 +0000)]
*** empty log message ***

22 years agoFix number typo in "Jump Start" section.
Thien-Thi Nguyen [Wed, 19 Sep 2001 13:36:05 +0000 (13:36 +0000)]
Fix number typo in "Jump Start" section.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 19 Sep 2001 13:15:38 +0000 (13:15 +0000)]
*** empty log message ***

22 years agoFix improper `@result' usage.
Thien-Thi Nguyen [Wed, 19 Sep 2001 13:14:43 +0000 (13:14 +0000)]
Fix improper `@result' usage.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 19 Sep 2001 13:04:22 +0000 (13:04 +0000)]
*** empty log message ***

22 years agoCommentary fix; nfc.
Thien-Thi Nguyen [Wed, 19 Sep 2001 13:03:25 +0000 (13:03 +0000)]
Commentary fix; nfc.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 19 Sep 2001 12:57:38 +0000 (12:57 +0000)]
*** empty log message ***

22 years ago(process-use-modules): Fix typo.
Thien-Thi Nguyen [Wed, 19 Sep 2001 12:56:28 +0000 (12:56 +0000)]
(process-use-modules): Fix typo.

22 years ago* Makefile.am (psyntax.pp): Reference compile-psyntax.scm in
Mikael Djurfeldt [Tue, 18 Sep 2001 18:17:17 +0000 (18:17 +0000)]
* Makefile.am (psyntax.pp): Reference compile-psyntax.scm in
$(srcdir) in order to support separate build trees.

22 years ago* Removed function scm_gc_mark_cell_conservatively.
Dirk Herrmann [Mon, 17 Sep 2001 20:32:53 +0000 (20:32 +0000)]
* Removed function scm_gc_mark_cell_conservatively.

22 years ago * root.h (scm_root_state): removed the continuation_stack and
Gary Houston [Sat, 15 Sep 2001 21:56:52 +0000 (21:56 +0000)]
* root.h (scm_root_state): removed the continuation_stack and
continuation_stack_ptr members, which have no apparent purpose.
(scm_continuation_stack, scm_continuation_stack_ptr): #defines
removed.
* root.c (root_mark), init.c (restart_stack, start_stack), gc
(scm_igc): remove all references to contination_stack and
continuation_stack_ptr, avoiding allocation of a vector and
useless processing during gc.

22 years ago* Some renamings and minor fixes.
Dirk Herrmann [Thu, 13 Sep 2001 22:29:44 +0000 (22:29 +0000)]
* Some renamings and minor fixes.

22 years ago* Simplified handling of static glocal SCM variable.
Dirk Herrmann [Thu, 13 Sep 2001 21:58:15 +0000 (21:58 +0000)]
* Simplified handling of static glocal SCM variable.

22 years ago* Fixed some typing bugs. Thanks to Rob Browning.
Dirk Herrmann [Thu, 13 Sep 2001 21:22:37 +0000 (21:22 +0000)]
* Fixed some typing bugs.  Thanks to Rob Browning.

22 years ago* Added function scm_str2string. Thanks to Martin Baulig.
Dirk Herrmann [Wed, 12 Sep 2001 19:53:57 +0000 (19:53 +0000)]
* Added function scm_str2string.  Thanks to Martin Baulig.

22 years ago2001-09-12 Gary Houston <ghouston@arglist.com>
Gary Houston [Wed, 12 Sep 2001 19:15:33 +0000 (19:15 +0000)]
2001-09-12  Gary Houston  <ghouston@arglist.com>

* srfi-1.scm (filter): change "caller" to "filter" in check-arg-type.

22 years agoAdd `arity' enhancement news.
Thien-Thi Nguyen [Sun, 9 Sep 2001 01:09:24 +0000 (01:09 +0000)]
Add `arity' enhancement news.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Sun, 9 Sep 2001 01:03:43 +0000 (01:03 +0000)]
*** empty log message ***

22 years ago(arity): Use new `arglist' procedure property to
Thien-Thi Nguyen [Sun, 9 Sep 2001 01:00:30 +0000 (01:00 +0000)]
(arity): Use new `arglist' procedure property to
present a more detailed argument list.

22 years ago(lambda*): Record the broken-down argument list in
Thien-Thi Nguyen [Sun, 9 Sep 2001 00:59:02 +0000 (00:59 +0000)]
(lambda*): Record the broken-down argument list in
the `arglist' procedure property.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Sat, 8 Sep 2001 02:34:27 +0000 (02:34 +0000)]
*** empty log message ***

22 years ago("apples-blimps-catalexis example", "multiple occurances"):
Thien-Thi Nguyen [Sat, 8 Sep 2001 02:33:30 +0000 (02:33 +0000)]
("apples-blimps-catalexis example", "multiple occurances"):
New top-level sections.

22 years ago(process-options, getopt-long): Fix omission
Thien-Thi Nguyen [Sat, 8 Sep 2001 02:30:20 +0000 (02:30 +0000)]
(process-options, getopt-long): Fix omission
bug: Handle multiple occurrances of an option.

22 years ago*** empty log message ***
Marius Vollmer [Thu, 6 Sep 2001 11:13:27 +0000 (11:13 +0000)]
*** empty log message ***

22 years ago(scm_done_free): Always subtract size from scm_mallocated
Marius Vollmer [Thu, 6 Sep 2001 11:11:31 +0000 (11:11 +0000)]
(scm_done_free): Always subtract size from scm_mallocated
when computing nm, even if it's negative.
(scm_must_malloc): Abort on overflow of scm_mtrigger.
(scm_must_realloc): Likewise.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Tue, 4 Sep 2001 19:36:18 +0000 (19:36 +0000)]
*** empty log message ***

22 years agoUse outline mode instead of text.
Thien-Thi Nguyen [Tue, 4 Sep 2001 19:32:43 +0000 (19:32 +0000)]
Use outline mode instead of text.
Reword protocol explanation.
Add "make error-signalling functions more consistent" to Eventually.
Move some C-related GOOPS tasks to 1.8.0, take ownership.

22 years ago* numbers.c (scm_sys_check_number_conversions): new function,
Michael Livshin [Sat, 1 Sep 2001 17:17:50 +0000 (17:17 +0000)]
* numbers.c (scm_sys_check_number_conversions): new function,
defined if Guile is compiled in debugging mode.  currently checks
`scm_num2ulong', should check much much more.

* num2integral.i.c (NUM2INTEGRAL): when converting a bignum to
unsigned, ensure that it's positive.  thanks to Martin Baulig!

22 years ago*** empty log message ***
Thien-Thi Nguyen [Sat, 1 Sep 2001 04:13:14 +0000 (04:13 +0000)]
*** empty log message ***

22 years ago(1.8.0): Add "move .gdbinit" entry.
Thien-Thi Nguyen [Sat, 1 Sep 2001 04:10:21 +0000 (04:10 +0000)]
(1.8.0): Add "move .gdbinit" entry.

22 years ago(Sample GDB Initialization File): New section.
Thien-Thi Nguyen [Sat, 1 Sep 2001 04:09:05 +0000 (04:09 +0000)]
(Sample GDB Initialization File): New section.

22 years ago* Improved the readability of some patterns.
Dirk Herrmann [Fri, 31 Aug 2001 14:48:19 +0000 (14:48 +0000)]
* Improved the readability of some patterns.

22 years ago* Removed lots of deprecated stuff.
Dirk Herrmann [Fri, 31 Aug 2001 14:42:31 +0000 (14:42 +0000)]
* Removed lots of deprecated stuff.

22 years ago* Removed deprecated stuff.
Dirk Herrmann [Fri, 31 Aug 2001 12:13:50 +0000 (12:13 +0000)]
* Removed deprecated stuff.
* Some more renamings to SCM_<filename>_H.

22 years ago* Remove deprecated macros and typenames.
Dirk Herrmann [Fri, 31 Aug 2001 11:17:06 +0000 (11:17 +0000)]
* Remove deprecated macros and typenames.
* Rename header macros to SCM_<filename>_H.
* Prefer !SCM_<foo> over SCM_N<foo>.

22 years ago* Renamed header macros to the SCM_<filename>_H format.
Dirk Herrmann [Fri, 31 Aug 2001 10:42:19 +0000 (10:42 +0000)]
* Renamed header macros to the SCM_<filename>_H format.

22 years ago* Remove #& reader extension.
Dirk Herrmann [Fri, 31 Aug 2001 09:51:25 +0000 (09:51 +0000)]
* Remove #& reader extension.

22 years ago* Deleted `and-let-star-compat.scm´.
Dirk Herrmann [Fri, 31 Aug 2001 09:33:55 +0000 (09:33 +0000)]
* Deleted `and-let-star-compat.scm´.

22 years ago* Using `provided?´ instead of `feature?´.
Dirk Herrmann [Fri, 31 Aug 2001 09:21:03 +0000 (09:21 +0000)]
* Using `provided?´ instead of `feature?´.

22 years ago* Removed deprecated definitions.
Dirk Herrmann [Fri, 31 Aug 2001 09:16:23 +0000 (09:16 +0000)]
* Removed deprecated definitions.
* Minor cleanups.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 30 Aug 2001 23:27:48 +0000 (23:27 +0000)]
*** empty log message ***

22 years ago(resolve-interface): When returning a custom
Thien-Thi Nguyen [Thu, 30 Aug 2001 23:25:34 +0000 (23:25 +0000)]
(resolve-interface): When returning a custom
interface, also consult source module's entire binding set,
not just its exported bindings, before throwing error.

22 years ago* Added Eric Hanchrow to THANKS.
Neil Jerram [Thu, 30 Aug 2001 20:23:44 +0000 (20:23 +0000)]
* Added Eric Hanchrow to THANKS.

22 years ago* Group all index nodes together.
Neil Jerram [Thu, 30 Aug 2001 20:19:20 +0000 (20:19 +0000)]
* Group all index nodes together.

22 years ago* Various typo fixes and clarifications merged from the stable CVS branch.
Neil Jerram [Thu, 30 Aug 2001 20:02:13 +0000 (20:02 +0000)]
* Various typo fixes and clarifications merged from the stable CVS branch.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 30 Aug 2001 18:25:39 +0000 (18:25 +0000)]
*** empty log message ***

22 years agoMention libtool ./configure-regeneration requirement.
Thien-Thi Nguyen [Thu, 30 Aug 2001 18:23:35 +0000 (18:23 +0000)]
Mention libtool ./configure-regeneration requirement.

22 years ago* Fix doc snapshot build problems by avoiding use of ../AUTHORS file.
Neil Jerram [Mon, 27 Aug 2001 21:25:44 +0000 (21:25 +0000)]
* Fix doc snapshot build problems by avoiding use of ../AUTHORS file.
* Use TEXINFO_TEX to avoid shipping multiple copies of texinfo.tex.

22 years ago*** empty log message ***
Marius Vollmer [Sun, 26 Aug 2001 21:54:33 +0000 (21:54 +0000)]
*** empty log message ***

22 years agoReplaced "scm_t_portable" with "scm_port_table" which was an artifact
Marius Vollmer [Sun, 26 Aug 2001 21:54:11 +0000 (21:54 +0000)]
Replaced "scm_t_portable" with "scm_port_table" which was an artifact
from the great "scm_*_t -> scm_t_" renaming.

22 years agoUse load-extension instead of explicit dynamic-link/dynamic-call.
Marius Vollmer [Sun, 26 Aug 2001 21:52:33 +0000 (21:52 +0000)]
Use load-extension instead of explicit dynamic-link/dynamic-call.
Removed ".so" extension from library name.

22 years agoDo not include ".libs" in LTDL_LIBRARY_PATH, libltdl provides it
Marius Vollmer [Sun, 26 Aug 2001 21:51:32 +0000 (21:51 +0000)]
Do not include ".libs" in LTDL_LIBRARY_PATH, libltdl provides it
itself.

22 years agoAdd news on `:select' and `:renamer' facilities.
Thien-Thi Nguyen [Sat, 25 Aug 2001 19:52:53 +0000 (19:52 +0000)]
Add news on `:select' and `:renamer' facilities.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Sat, 25 Aug 2001 19:10:29 +0000 (19:10 +0000)]
*** empty log message ***

22 years ago(test-time-comparision, test-time-arithmatic): New procs.
Thien-Thi Nguyen [Sat, 25 Aug 2001 19:08:50 +0000 (19:08 +0000)]
(test-time-comparision, test-time-arithmatic): New procs.

Add time comparison tests using new procs.
Thanks to Alex Shinn.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Sat, 25 Aug 2001 19:05:07 +0000 (19:05 +0000)]
*** empty log message ***

22 years ago(add-duration): Fix bug: Call `add-duration!' w/ two args.
Thien-Thi Nguyen [Sat, 25 Aug 2001 18:40:11 +0000 (18:40 +0000)]
(add-duration): Fix bug: Call `add-duration!' w/ two args.
Thanks to Alex Shinn.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Sat, 25 Aug 2001 18:29:38 +0000 (18:29 +0000)]
*** empty log message ***

22 years ago(SCM_VALIDATE_USHORT_COPY, SCM_VALIDATE_SHORT_COPY,
Thien-Thi Nguyen [Sat, 25 Aug 2001 18:22:50 +0000 (18:22 +0000)]
(SCM_VALIDATE_USHORT_COPY, SCM_VALIDATE_SHORT_COPY,
SCM_VALIDATE_UINT_COPY, SCM_VALIDATE_INT_COPY): New macros.
Thanks to Chris Cramer.

22 years ago(GC_noop1): Move before `GC_find_limit' where it is used; nfc.
Thien-Thi Nguyen [Sat, 25 Aug 2001 18:20:56 +0000 (18:20 +0000)]
(GC_noop1): Move before `GC_find_limit' where it is used; nfc.
Thanks to Bill Schottstaedt.

22 years ago*** empty log message ***
Marius Vollmer [Sat, 25 Aug 2001 16:12:28 +0000 (16:12 +0000)]
*** empty log message ***

22 years ago(resolve-interface): Get variables from the public interface of a
Marius Vollmer [Sat, 25 Aug 2001 16:12:09 +0000 (16:12 +0000)]
(resolve-interface): Get variables from the public interface of a
module instead of from the module itselfs.

22 years ago* eval.c (scm_m_atbind): Redesigned to behvae like `let', but with
Marius Vollmer [Sat, 25 Aug 2001 16:08:13 +0000 (16:08 +0000)]
* eval.c (scm_m_atbind): Redesigned to behvae like `let', but with
dynamic scope.
* dynwind.h (scm_swap_bindings): Declare.
* dynwind.c (scm_swap_bindings): Make non-static.

22 years ago*** empty log message ***
Marius Vollmer [Sat, 25 Aug 2001 16:05:50 +0000 (16:05 +0000)]
*** empty log message ***

22 years agoNew file.
Marius Vollmer [Sat, 25 Aug 2001 16:05:37 +0000 (16:05 +0000)]
New file.

22 years ago(AUTOMAKE_OPTIONS): Change "foreign" to "gnu".
Marius Vollmer [Sat, 25 Aug 2001 16:05:04 +0000 (16:05 +0000)]
(AUTOMAKE_OPTIONS): Change "foreign" to "gnu".

22 years ago* gc.c (scm_gc_sweep): now can sweep unreachable variables (by
Michael Livshin [Fri, 24 Aug 2001 23:57:12 +0000 (23:57 +0000)]
* gc.c (scm_gc_sweep): now can sweep unreachable variables (by
doing exactly nothing about them).  thanks Neil!

22 years ago*** empty log message ***
Thien-Thi Nguyen [Fri, 24 Aug 2001 22:24:11 +0000 (22:24 +0000)]
*** empty log message ***

22 years agoAdd Alex Shinn.
Thien-Thi Nguyen [Fri, 24 Aug 2001 22:09:22 +0000 (22:09 +0000)]
Add Alex Shinn.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Fri, 24 Aug 2001 22:07:20 +0000 (22:07 +0000)]
*** empty log message ***

22 years ago(string-for-each, string-for-each-index): Add tests.
Thien-Thi Nguyen [Fri, 24 Aug 2001 22:06:05 +0000 (22:06 +0000)]
(string-for-each, string-for-each-index): Add tests.

22 years ago(string-for-each-index): New exported proc.
Thien-Thi Nguyen [Fri, 24 Aug 2001 22:00:45 +0000 (22:00 +0000)]
(string-for-each-index): New exported proc.

22 years ago(scm_string_for_each): Reverse order of first 2 args.
Thien-Thi Nguyen [Fri, 24 Aug 2001 21:59:50 +0000 (21:59 +0000)]
(scm_string_for_each): Reverse order of first 2 args.
(scm_string_for_each_index): New func.

Thanks to Alex Shinn.

22 years ago(scm_string_map, scm_string_map_x,
Thien-Thi Nguyen [Fri, 24 Aug 2001 21:57:52 +0000 (21:57 +0000)]
(scm_string_map, scm_string_map_x,
scm_string_for_each): Reverse order of first two args.
(scm_string_for_each_index): New proc.

Thanks to Alex Shinn.

22 years ago* Removed texinfo.tex - it is supplied by Automake.
Neil Jerram [Fri, 24 Aug 2001 11:06:33 +0000 (11:06 +0000)]
* Removed texinfo.tex - it is supplied by Automake.
* Added some entries to .cvsignore files.

22 years ago* Complete split of documentation into per-manual subdirectories.
Neil Jerram [Fri, 24 Aug 2001 10:16:15 +0000 (10:16 +0000)]
* Complete split of documentation into per-manual subdirectories.

22 years ago* Organize documentation into per-manual directories (halfway point commit).
Neil Jerram [Fri, 24 Aug 2001 09:40:29 +0000 (09:40 +0000)]
* Organize documentation into per-manual directories (halfway point commit).

22 years ago* tests/srfi-13.test (string-map): Swapped order of string and
Mikael Djurfeldt [Wed, 22 Aug 2001 12:00:06 +0000 (12:00 +0000)]
* tests/srfi-13.test (string-map): Swapped order of string and
proc args to conform with the srfi.  (Thanks to Alex Shinn.)

* srfi-13.c (string-map): Swapped order of string and proc args to
conform with the srfi.  (Thanks to Alex Shinn.)

22 years ago* scheme-options.texi (Evaluator trap options): Splitted
Mikael Djurfeldt [Wed, 22 Aug 2001 09:57:35 +0000 (09:57 +0000)]
* scheme-options.texi (Evaluator trap options): Splitted
section "Evaluator options".

* scheme-evaluation.texi (Evaluator Behaviour): Typo "reader
options" --> "evaluator options".

22 years ago* Fix spelling mistake in comment.
Neil Jerram [Sat, 18 Aug 2001 16:32:04 +0000 (16:32 +0000)]
* Fix spelling mistake in comment.

22 years ago* Makefile.am (guile_tut_TEXINFOS): remove guile-tut.texi. It's
Rob Browning [Sat, 18 Aug 2001 03:06:26 +0000 (03:06 +0000)]
* Makefile.am (guile_tut_TEXINFOS): remove guile-tut.texi.  It's
already in info_TEXINFOS.

22 years ago*** empty log message ***
Rob Browning [Sat, 18 Aug 2001 03:06:18 +0000 (03:06 +0000)]
*** empty log message ***

22 years ago* .cvsignore: rename stamp-vti1 to stamp-vti.1. Of course this
Rob Browning [Sat, 18 Aug 2001 03:06:09 +0000 (03:06 +0000)]
* .cvsignore: rename stamp-vti1 to stamp-vti.1.  Of course this
only matters once you fix the bug in automake.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Fri, 17 Aug 2001 23:50:02 +0000 (23:50 +0000)]
*** empty log message ***

22 years agoFix omission bug: Add `heap_segment' forward decl
Thien-Thi Nguyen [Fri, 17 Aug 2001 23:45:29 +0000 (23:45 +0000)]
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.

22 years ago* Makefile.am (libqthreads_la_LDFLAGS): use libtool interface version
Rob Browning [Thu, 16 Aug 2001 03:44:36 +0000 (03:44 +0000)]
* Makefile.am (libqthreads_la_LDFLAGS): use libtool interface version
variables.

22 years ago*** empty log message ***
Rob Browning [Thu, 16 Aug 2001 03:44:29 +0000 (03:44 +0000)]
*** empty log message ***

22 years ago* Makefile.am (libguile_la_LDFLAGS): use libtool interface version
Rob Browning [Thu, 16 Aug 2001 03:44:19 +0000 (03:44 +0000)]
* Makefile.am (libguile_la_LDFLAGS): use libtool interface version
variables.
(libpath.h): change libguileversion to libguileinterface.

22 years ago* configure.in
Rob Browning [Thu, 16 Aug 2001 03:43:50 +0000 (03:43 +0000)]
* 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.

22 years ago* GUILE-VERSION (GUILE_MINOR_VERSION): bump for new unstable.
Rob Browning [Thu, 16 Aug 2001 03:41:49 +0000 (03:41 +0000)]
* 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.

22 years agoExpand ice-9/getopt-long.scm bugfix news.
Thien-Thi Nguyen [Sun, 12 Aug 2001 19:19:41 +0000 (19:19 +0000)]
Expand ice-9/getopt-long.scm bugfix news.

22 years agoRemove dependency on `TTN_TEST_NEW' env var.
Thien-Thi Nguyen [Sun, 12 Aug 2001 19:03:34 +0000 (19:03 +0000)]
Remove dependency on `TTN_TEST_NEW' env var.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Sun, 12 Aug 2001 18:59:16 +0000 (18:59 +0000)]
*** empty log message ***

22 years agoRewrite.
Thien-Thi Nguyen [Sun, 12 Aug 2001 18:56:39 +0000 (18:56 +0000)]
Rewrite.
Touch up docstrings.
Augment commentary.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Sun, 12 Aug 2001 18:34:11 +0000 (18:34 +0000)]
*** empty log message ***

22 years ago(exception:no-such-option,
Thien-Thi Nguyen [Sun, 12 Aug 2001 18:31:10 +0000 (18:31 +0000)]
(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.

22 years ago* Added some syntax tests for numbers.
Dirk Herrmann [Sat, 11 Aug 2001 16:59:42 +0000 (16:59 +0000)]
* Added some syntax tests for numbers.

22 years ago*** empty log message ***
Marius Vollmer [Thu, 9 Aug 2001 17:33:45 +0000 (17:33 +0000)]
*** empty log message ***

22 years ago(TESTS): Do not call the variable "TESTS", call it "SCM_TESTS". This
Marius Vollmer [Thu, 9 Aug 2001 17:33:31 +0000 (17:33 +0000)]
(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?