Marius Vollmer
f4d1173bb3
Check for "inttypes.h".
2001-07-22 18:28:21 +00:00
Gary Houston
6a1677a396
* regex-posix.c (s_scm_regexp_exec): use scm_long2num not
...
SCM_MAKINUM to convert regoff_t value to SCM.
2001-07-22 12:49:02 +00:00
Thien-Thi Nguyen
9977b4fb1f
*** empty log message ***
2001-07-22 11:09:23 +00:00
Thien-Thi Nguyen
32bc3c4596
(autoload-info): Also handle `defmacro-public' forms.
2001-07-22 11:08:18 +00:00
Gary Houston
1bed8c28a2
* scmsigs.c: include sys/time.h for itimer stuff.
2001-07-21 21:11:16 +00:00
Thien-Thi Nguyen
bd8398e6ef
Remove "how to contribute" header paragraph.
2001-07-21 06:42:46 +00:00
Martin Grabmüller
58ade1022c
* alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,
...
chars.h, continuations.h, debug-malloc.h, dynl.c, feature.c,
feature.h, filesys.h, fluids.h, fports.h, gc_os_dep.c,
gdb_interface.h, gh_eval.c, gh_funcs.c, gh_io.c, gh_list.c,
gh_predicates.c, gsubr.c, gsubr.h, guardians.h,
guile-func-name-check.in, guile-snarf-docs-texi.in,
guile-snarf-docs.in, guile-snarf.awk.in, guile-snarf.in,
hashtab.h, iselect.h, keywords.h, lang.c, list.h, load.h,
objprop.c, objprop.h, options.c, options.h, random.h,
regex-posix.h, root.c, root.h, script.c, snarf.h, stackchk.c,
strerror.c, strop.h, strports.h, threads.h, values.c, values.h,
version.c, version.h: Updated copyright notice.
2001-07-19 21:08:49 +00:00
Martin Grabmüller
c0b2936ee9
* INSTALL, Makefile.am, configure.in: Updated copyright notice.
2001-07-19 20:57:59 +00:00
Martin Grabmüller
96e30d2ab2
* tests/alist.test, tests/bit-operations.test,
...
tests/common-list.test, tests/environments.test, tests/eval.test,
tests/gc.test, tests/hooks.test, tests/import.test,
tests/interp.test, tests/list.test, tests/load.test,
tests/numbers.test, tests/ports.test, tests/r4rs.test,
tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
copyright notice.
2001-07-19 20:30:37 +00:00
Martin Grabmüller
46a7b46f0c
* srfi-11.scm, srfi-8.scm: Update copyright notice.
2001-07-19 20:28:33 +00:00
Martin Grabmüller
f3a5178732
* goops/util.scm: Updated copyright notice.
2001-07-19 20:27:40 +00:00
Martin Grabmüller
e39bbe80b6
* and-let-star.scm, debug.scm, debugger.scm, history.scm,
...
lineio.scm, null.scm, optargs.scm, r4rs.scm, r5rs.scm,
receive.scm, safe-r5rs.scm, streams.scm: Updated copyright notice.
2001-07-19 20:24:49 +00:00
Martin Grabmüller
9cc64c3ea3
* Makefile.am, readline.scm: Updated copyright notice.
2001-07-19 20:23:03 +00:00
Martin Grabmüller
12ce651a81
* guile-config.in, Makefile.am: Updated copyright notice.
2001-07-19 20:22:12 +00:00
Rob Browning
61921779a9
*** empty log message ***
2001-07-19 17:58:37 +00:00
Rob Browning
41d6c85b29
* posix.texi (Signals): add docs for setitimer and getitimer.
2001-07-19 17:58:27 +00:00
Rob Browning
e658215a98
*** empty log message ***
2001-07-19 17:47:08 +00:00
Rob Browning
8afd1a2a62
* configure.in: add checks for setitimer and getitimer.
...
Add --enable-error-on-warning.
2001-07-19 17:46:42 +00:00
Rob Browning
363902dbb2
* box/.cvsignore: add .deps.
2001-07-19 17:46:30 +00:00
Rob Browning
0aaac665d5
* box-module/.cvsignore: add .deps.
2001-07-19 17:46:22 +00:00
Rob Browning
e80bea704d
* c-tokenize.lex: add option %nounput to quiet warning.
...
Add prototype for yylex to quiet warning.
2001-07-19 17:45:01 +00:00
Rob Browning
f28108ee14
* gc_os_dep.c (GC_noop1): ifdef out (unused) to quiet warning.
2001-07-19 17:43:34 +00:00
Rob Browning
53f8a0d20e
* scmsigs.c (s_scm_setitimer): new function.
...
(s_scm_setitimer): new function.
2001-07-19 17:43:22 +00:00
Rob Browning
7bcbb3f235
* scmsigs.h (scm_init_scmsigs): new prototype.
...
(scm_init_scmsigs): new prototype.
2001-07-19 17:43:14 +00:00
Dirk Herrmann
6b80d35202
* A couple of minor cleanups.
2001-07-18 10:14:29 +00:00
Martin Grabmüller
4c4185ee95
* srfi-14.c: Okay. Now I got it. Really. This time it's fixed.
...
Guaranteed. (Maybe)
* srfi-19.scm: Define `current-time' before exporting it.
2001-07-17 19:41:49 +00:00
Martin Grabmüller
90ee03daff
* r5rs.scm: Use re-export' instead of
export' for re-exported
...
primitives. Thanks Neil!
2001-07-17 18:59:17 +00:00
Martin Grabmüller
2671725a65
* srfi-14.c: Fix for bug caused by brain-malfunctioning on my
...
side. Bit sets were handled wrong because I couldn't tell bit
counts from byte counts. Also, the bit array should be 256 / 8
bytes long. Thank you, Gary!
Removed unnecessary protoype for scm_char_set_copy.
2001-07-17 05:35:51 +00:00
Martin Grabmüller
8d4ab69245
* goops/save.scm: Use re-export' instead of
export' when
...
re-exporting `make-unbound'.
2001-07-17 05:26:15 +00:00
Gary Houston
8b19021c25
* srfi-14.scm: export string->char-set!, not string-char-set!.
...
* srfi-14.c (scm_char_set_ref, scm_char_set_cursor_next,
scm_end_of_char_set_p): reject negative cursor values.
(scm_list_to_char_set, scm_list_to_char_set_x): when reporting
type error in list component, omit the position (was always 1).
2001-07-16 22:30:25 +00:00
Martin Grabmüller
139777e5c7
(scm_char_set_map): Bug-fix: char-set-map was modifying the
...
argument instead of the return value.
2001-07-16 18:51:11 +00:00
Martin Grabmüller
072ad0fe6b
* tests/srfi-14.test: New file.
2001-07-16 18:49:10 +00:00
Martin Grabmüller
cebf3d62d9
* srfi-14.c: Allocate correct memory size for charsets (32 bytes),
...
use this value for initializing and comparing charsets.
(scm_char_set_hash): Use ``better'' hash algorithm which produces
more values.
2001-07-16 15:47:02 +00:00
Dirk Herrmann
63bcad1964
* Minor changes.
2001-07-16 10:22:38 +00:00
Thien-Thi Nguyen
8f2ecec52e
*** empty log message ***
2001-07-15 21:52:25 +00:00
Thien-Thi Nguyen
5a1a7950e6
Remove onerous authorship-info deletion clause.
2001-07-15 21:50:23 +00:00
Gary Houston
b87f5a8394
(scm_char_set_hash): bug fix: was overrunning the buffer and
...
calculating based on garbage.
(scm_char_set_eq, scm_char_set_leq): fix argument number in error
reporting: wasn't incremented due to macro coding.
(scm_char_set): report argument number in error reporting: was
hard coded to 1. remove a couple of local variables.
2001-07-15 18:54:28 +00:00
Gary Houston
396f36cdbf
* srfi-14.c (scm_char_set_hash): recognise 0 instead of #f in the
...
opt arg to give default bound, as in final spec. don't allow
negative bounds.
2001-07-15 15:16:31 +00:00
Martin Grabmüller
4be5d97625
* examples/modules/main: Use :renamer for specifying renaming procedure.
2001-07-14 11:11:48 +00:00
Thien-Thi Nguyen
08576c585e
*** empty log message ***
2001-07-14 09:40:59 +00:00
Thien-Thi Nguyen
61897afe9a
Re-add authorship info.
2001-07-14 09:40:10 +00:00
Marius Vollmer
22647fef9f
*** empty log message ***
2001-07-12 23:28:53 +00:00
Marius Vollmer
93e0843119
New file.
2001-07-12 23:28:44 +00:00
Marius Vollmer
cc259e57b1
(and-let*): Use re-export-syntax' instead of
export-syntax'.
2001-07-12 23:28:03 +00:00
Marius Vollmer
e9965e8fb7
Use re-export' instead of
export' for re-exported core bindings. Do
...
not re-export `numerator', `denominator' and `rationalize' since Guile
does not have them. Continue to use `export' for `null-environment'.
2001-07-12 23:27:23 +00:00
Marius Vollmer
521194715d
Use re-export' instead of
export' for re-exported core bindings. Do
...
not export `unquote' and `unquote-splicing' since there aren't
definitions for them.
2001-07-12 23:27:07 +00:00
Marius Vollmer
6672871b9e
(compile-interface-spec): Bug fix: the keyword argument is "renamer"
...
not "rename".
2001-07-12 23:26:52 +00:00
Keisuke Nishida
065509a51b
autogen.sh: Call libtoolize with --force.
2001-07-12 18:34:39 +00:00
Michael Livshin
4d772ae215
* snarf-check-and-output-texi (do-argpos): complain to the stderr,
...
not stdout. thanks to Dale P. Smith!
(nice-sig): cosmetic fix.
2001-07-11 22:14:49 +00:00
Michael Livshin
4d6aae7183
* strings.c (s_scm_string): fix arg position in assert.
2001-07-11 22:14:11 +00:00