Gary Houston
714dd5fadf
(scm_char_set_xor): bug fix: characters should only be included if
...
they occur in exactly one argument, but were included if they
occured an odd number of times >= 3, e.g, in (char-set-xor a a a)
where a is (char-set #\a). fix it with a "mask" array.
2001-07-22 22:03:47 +00:00
Gary Houston
a6ec2a3cef
* srfi-14.c (scm_char_set_intersection, scm_char_set_xor): remove
...
the compulsory cs1 arguments: all args are optional in final spec.
* srfi-14.h: declarations updated.
2001-07-22 20:19:12 +00:00
Marius Vollmer
b8a42df3f1
*** empty log message ***
2001-07-22 18:36:33 +00:00
Marius Vollmer
a217c6e523
* tags.h: Include inttypes.h when we have it.
...
* tags.h (SCM_UNBOUND): Make it the 34th isym/iflag, the 33th slot os
taken by the new SCM_IM_CALL_WITH_VALUES.
* print.c (scm_isymnames): Update table accordingly.
2001-07-22 18:36:18 +00:00
Marius Vollmer
f13dd5f1f5
* tags.h (SCM_UNBOUND): Make it the 34th isym/iflag, the 33th slot os
...
taken by the new SCM_IM_CALL_WITH_VALUES.
* print.c (scm_isymnames): Update table accordingly.
2001-07-22 18:35:51 +00:00
Marius Vollmer
06ee86398c
Check for "inttypes.h".
2001-07-22 18:35:10 +00:00
Gary Houston
d41a4e1c9e
* regex-posix.c (s_scm_regexp_exec): use scm_long2num not
...
SCM_MAKINUM to convert regoff_t value to SCM.
2001-07-22 12:50:04 +00:00
Thien-Thi Nguyen
abf70d1e87
*** empty log message ***
2001-07-22 11:05:30 +00:00
Thien-Thi Nguyen
2417a54f11
(autoload-info): Also handle `defmacro-public' forms.
2001-07-22 11:03:47 +00:00
Thien-Thi Nguyen
76577031a6
Include `snarf-check-and-output-texi' in scripts section.
2001-07-21 21:31:02 +00:00
Gary Houston
f6fb4771bc
* scmsigs.c: include sys/time.h for itimer stuff.
2001-07-21 21:12:04 +00:00
Thien-Thi Nguyen
f8fd58434a
Remove "how to contribute" header paragraph.
2001-07-21 06:42:03 +00:00
Martin Grabmüller
226be35413
* 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:28:54 +00:00
Martin Grabmüller
ff980d1806
* INSTALL, Makefile.am, configure.in: Updated copyright notice.
2001-07-19 20:56:55 +00:00
Martin Grabmüller
438cb34fed
* box-dynamic-module/Makefile.am, box-dynamic/Makefile.am,
...
box-module/Makefile.am, box/Makefile.am: Use $(top_srcdir) to get
at GUILE_LOAD_PATH, and $(top_builddir) for the guile and
guile-config programs and for the link paths. Add check.test to
EXTRA_DIST.
* box-dynamic-module/Makefile.am, box-dynamic/Makefile.am,
box-module/Makefile.am, box/Makefile.am: Add -L../../qt to LIBS.
2001-07-19 20:54:56 +00:00
Martin Grabmüller
0ec925d52a
* guile-config.in, Makefile.am: Updated copyright notice.
2001-07-19 20:53:50 +00:00
Martin Grabmüller
a283f6d630
* Makefile.am, readline.scm: Updated copyright notice.
2001-07-19 20:53:17 +00:00
Martin Grabmüller
48d0e2c1ac
* 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:52:33 +00:00
Martin Grabmüller
4ff63331dd
* goops/util.scm: Updated copyright notice.
2001-07-19 20:50:48 +00:00
Martin Grabmüller
e0e3ab6ec4
* srfi-11.scm, srfi-8.scm: Update copyright notice.
2001-07-19 20:50:18 +00:00
Martin Grabmüller
726db0582e
* 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:49:34 +00:00
Rob Browning
a24cd17ce0
*** empty log message ***
2001-07-19 18:55:50 +00:00
Rob Browning
e1247b87f1
*** empty log message ***
2001-07-19 18:01:16 +00:00
Rob Browning
b3c9931852
* posix.texi (Signals): add docs for setitimer and getitimer.
2001-07-19 18:00:49 +00:00
Rob Browning
03061728cd
*** empty log message ***
2001-07-19 17:42:04 +00:00
Rob Browning
03fcb7d6bb
*** empty log message ***
2001-07-19 17:36:22 +00:00
Rob Browning
d79417b89d
* configure.in: add checks for setitimer and getitimer.
...
Add --enable-error-on-warning.
2001-07-19 17:35:33 +00:00
Rob Browning
efcf4b5853
* c-tokenize.lex: add option %nounput to quiet warning.
...
Add prototype for yylex to quiet warning.
2001-07-19 17:34:47 +00:00
Rob Browning
cc1cd86b05
* gc_os_dep.c (GC_noop1): ifdef out (unused) to quiet warning.
2001-07-19 17:34:37 +00:00
Rob Browning
9d40234746
* scmsigs.c (s_scm_setitimer): new function.
...
(s_scm_setitimer): new function.
2001-07-19 17:34:21 +00:00
Rob Browning
45c8b16027
* scmsigs.h (scm_init_scmsigs): new prototype.
...
(scm_init_scmsigs): new prototype.
2001-07-19 17:34:11 +00:00
Rob Browning
def4d44130
* box-module/.cvsignore: add .deps
2001-07-19 17:33:53 +00:00
Rob Browning
589ced4849
* box/.cvsignore: add .deps.
2001-07-19 17:33:43 +00:00
Thien-Thi Nguyen
6858f576ce
*** empty log message ***
2001-07-19 10:26:44 +00:00
Thien-Thi Nguyen
f1f2957d7d
*** empty log message ***
2001-07-19 08:45:37 +00:00
Thien-Thi Nguyen
244dbfa27b
(Adding or Setting Alist Entries): Use first-person.
2001-07-19 08:43:53 +00:00
Thien-Thi Nguyen
097d394a37
(Vectors): Cross-ref to `Arrays'.
...
(Conventional Arrays): For `make-array' add `bounds' documentation.
(Arrays): Use first-person for verbs (stylistic consistency).
2001-07-19 08:22:29 +00:00
Thien-Thi Nguyen
91b391f1a8
Use American English spelling for "initialize".
2001-07-19 07:46:46 +00:00
Thien-Thi Nguyen
c3ccf3b166
Use "@@" in elisp code.
...
Use American English spelling for "intialized".
2001-07-19 07:45:42 +00:00
Thien-Thi Nguyen
312e576b3a
Replace some instances of @emph' with more proper
@dfn'.
...
(Vectors): Mention that `position' and `index' are 0-origin numbers.
(Records): Remove anachronistic `@refill' directives.
Replace "Returns" with "Return" in procedure documentation.
2001-07-19 07:31:19 +00:00
Thien-Thi Nguyen
c45f19f27e
*** empty log message ***
2001-07-19 04:02:52 +00:00
Thien-Thi Nguyen
848db35dd7
(Vectors): Reword intro slightly, introducing term
...
`position' and synonym `index'. Throughout this node,
reword to use `position' instead of `element'.
Reword some procedure documentation for style consistency.
Remove example: `vector-set!' on constant => error.
Add "NOTE" to R5RS non-conformance note.
Add crossrefs to `String Modification' node.
2001-07-19 03:59:38 +00:00
Thien-Thi Nguyen
ab06cf6f41
Fix spelling error.
2001-07-19 03:16:15 +00:00
Thien-Thi Nguyen
86d185bae3
Fix spelling error.
2001-07-19 03:09:57 +00:00
Thien-Thi Nguyen
b1ada803b0
*** empty log message ***
2001-07-19 02:55:54 +00:00
Thien-Thi Nguyen
1dcb71251e
(List Modification): Rewrite intro.
...
Fix node name spelling error (also in menu).
2001-07-19 02:54:58 +00:00
Thien-Thi Nguyen
a952dbcfbc
Fix spelling error.
2001-07-19 02:40:00 +00:00
Thien-Thi Nguyen
bf39971c27
*** empty log message ***
2001-07-18 23:26:11 +00:00
Thien-Thi Nguyen
afc59f8ef3
(Regular Expressions): Add missing close-paren.
2001-07-18 23:25:28 +00:00
Thien-Thi Nguyen
06a34ac660
*** empty log message ***
2001-07-18 22:59:49 +00:00