Thien-Thi Nguyen
0b67aaf320
Expand on file format description.
...
(1): Update "fixed" field.
(2, 3): New.
2001-10-25 16:39:57 +00:00
Mikael Djurfeldt
1575e23ee4
* lib.scm: Move module the system directives `export',
...
`export-syntax', `re-export' and `re-export-syntax' into the
`define-module' form. This is the recommended way of exporting
bindings.
2001-10-18 19:43:43 +00:00
Mikael Djurfeldt
7338fb2827
* srfi-2.scm, srfi-4.scm, srfi-8.scm, srfi-9.scm, srfi-10.scm,
...
srfi-11.scm, srfi-14.scm, srfi-16.scm: Move module the system
directives `export', `export-syntax', `re-export' and
`re-export-syntax' into the `define-module' form. This is the
recommended way of exporting bindings.
2001-10-18 19:43:07 +00:00
Mikael Djurfeldt
7dd526de2d
* goops.scm, goops/active-slot.scm, goops/compile.scm,
...
goops/composite-slot.scm, goops/describe.scm, goops/dispatch.scm,
goops/old-define-method.scm, goops/save.scm, goops/util.scm: Move
module the system directives `export', `export-syntax',
`re-export' and `re-export-syntax' into the `define-module' form.
This is the recommended way of exporting bindings.
2001-10-18 19:42:22 +00:00
Mikael Djurfeldt
a6e0ab1250
* and-let-star-compat.scm, and-let-star.scm, calling.scm,
...
channel.scm, common-list.scm, debug.scm, debugger.scm,
expect.scm, hcons.scm, lineio.scm, ls.scm, mapping.scm,
null.scm, optargs.scm, poe.scm, popen.scm, pretty-print.scm,
q.scm, r5rs.scm, rdelim.scm, regex.scm, runq.scm, safe-r5rs.scm,
safe.scm, session.scm, slib.scm, streams.scm, string-fun.scm,
syncase.scm, threads.scm: Move module the system directives
`export', `export-syntax', `re-export' and `re-export-syntax'
into the `define-module' form. This is the recommended way of
exporting bindings.
2001-10-18 19:41:08 +00:00
Mikael Djurfeldt
8fbad2cd60
* boot-9.scm (process-define-module): New options: :export-syntax,
...
:re-export-syntax
2001-10-17 11:59:34 +00:00
Mikael Djurfeldt
3c82843a38
* read.c (scm_lreadr): When user-defined hash procedure returns
...
SCM_UNSPECIFIED: Fall back to standard handling instead of raising
an exception. (This prevents parsing of uniform vectors from
interfering with parsing of numbers.)
* arrays.scm (read:uniform-vector): Return *unspecified* instead
of raising an exception if hash extend character isn't followed by
the array list. (This prevents parsing of uniform vectors from
interfering with parsing of numbers.)
2001-10-15 11:21:47 +00:00
Gary Houston
81abe9e3a3
* version.c (scm_version): use sprintf instead of snprintf,
...
for portability. thanks to Bill Schottstaedt.
2001-10-14 21:30:02 +00:00
Gary Houston
075bd0bd22
* configure.in: include sys/types.h when testing uint32_t.
...
thanks to Bill Schottstaedt.
2001-10-14 21:24:26 +00:00
Marius Vollmer
20ee940d8a
Added Michael Carmack.
2001-10-14 20:15:23 +00:00
Marius Vollmer
ee4de8aee3
*** empty log message ***
2001-10-14 20:12:08 +00:00
Marius Vollmer
6473f64d31
(EXTRA_libguile_la_SOURCES): Added "mkstemp.c".
2001-10-14 20:11:44 +00:00
Marius Vollmer
06f2a1b82a
(display_backtrace_file_and_line): Only use scm_basename when POSIX
...
support is compiled in. Thanks to Chris Cramer.
2001-10-14 20:11:20 +00:00
Marius Vollmer
b3ac6e7592
Do not use an absolute path for <unistd.h> when checking for return
...
type of usleep. Thanks to Michael Carmack.
2001-10-14 20:10:16 +00:00
Mikael Djurfeldt
f29d1d2265
* validate.h (SCM_VALIDATE_DOUBLE_DEF_COPY): New macro.
2001-10-12 09:00:24 +00:00
Rob Browning
f8071ff3fb
*** empty log message ***
2001-10-08 22:51:15 +00:00
Rob Browning
c3b87b6fa1
* continuations.c: support ia64 register backing store.
...
(continuation_mark): mark ia64 register backing store.
(continuation_free): free ia64 register backing store.
(scm_make_continuation): capture ia64 register backing store.
(copy_stack_and_call): copy ia64 register backing store.
2001-10-08 22:50:36 +00:00
Rob Browning
95aaa8a7c5
* continuations.h: support ia64 register backing store.
...
(struct scm_t_contregs): add ia64 register backing store.
2001-10-08 22:50:24 +00:00
Rob Browning
043a5b0f94
* gc.c: support ia64 register backing store.
...
(SCM_MARK_BACKING_STORE): new macro.
2001-10-08 22:50:13 +00:00
Mikael Djurfeldt
075acefc27
* emacs.scm (%%load-port, %%emacs-load, %%emacs-eval-request,
...
%%emacs-select-frame, %%emacs-frame-eval, %%emacs-symdoc,
%%apropos-internal): Use module-define! instead of
builtin-variable.
2001-10-08 12:42:10 +00:00
Mikael Djurfeldt
9cff15e346
* coop.c (mother_awake_p): New variable.
...
(coop_create): Set mother_awake_p before creating or signalling
mother; wait until mother is going to sleep before returning.
(mother): Reset mother_awake_p before going to sleep.
2001-10-06 16:28:34 +00:00
Thien-Thi Nguyen
b44f159eae
*** empty log message ***
2001-10-06 06:47:42 +00:00
Thien-Thi Nguyen
76a008e2e0
(quoted?, clump): New procs, exported.
2001-10-06 06:47:07 +00:00
Dirk Herrmann
2fa1c1d46b
* numbers.h: Removed old comment about using SCM_CAR to access
...
non-pair cells.
(SCM_MOST_POSITIVE_FIXNUM, SCM_MOST_NEGATIVE_FIXNUM): Make sure
the return value is signed. Thanks to Brian Crowder for the bug
report.
(SCM_SRS): Avoid unnecessary casting and don't unpack input
values. With this patch, SCM_SRS can be safely used for other
types than scm_t_signed_bits. However, it should still better be
an internal macro and thus be renamed to SCM_I_SRS.
(SCM_MAKINUM, SCM_INUM): Use proper casting.
2001-10-05 17:55:31 +00:00
Thien-Thi Nguyen
36d7fa6434
*** empty log message ***
2001-10-05 17:05:24 +00:00
Thien-Thi Nguyen
2c41c2704a
*** empty log message ***
2001-10-05 17:03:33 +00:00
Thien-Thi Nguyen
3ac56740e5
(install-data-local): Look in `$(srcdir)'
...
for file and-let-star-compat.scm.
2001-10-05 17:02:46 +00:00
Thien-Thi Nguyen
c1775bc45f
*** empty log message ***
2001-10-05 16:02:15 +00:00
Thien-Thi Nguyen
8e628376f8
(Writing): Add entry for `display'. Include in R5RS Index.
2001-10-05 16:01:29 +00:00
Thien-Thi Nguyen
a2ee75bc8f
*** empty log message ***
2001-10-04 21:02:45 +00:00
Thien-Thi Nguyen
70adc1ba85
(scm_wta): Replace intptr_t' use w/
scm_t_bits'.
...
Thanks to I. N. Golubev.
2001-10-04 20:59:15 +00:00
Gary Houston
b856b51a4c
* continuations.h, unif.h: in the descriptions of the bit patterns
...
of the heap cells, make bit 0 the least significant.
2001-10-03 20:49:45 +00:00
Thien-Thi Nguyen
7fb78f5adb
*** empty log message ***
2001-09-30 22:37:05 +00:00
Thien-Thi Nguyen
8e2a4b7e5c
(EXTRA_DIST): Add BUGS file.
2001-09-30 22:36:00 +00:00
Thien-Thi Nguyen
458c887c68
Initial revision
2001-09-30 22:35:19 +00:00
cvs2svn
fb876f4521
This commit was manufactured by cvs2svn to create branch
...
'branch_release-1-6'.
2001-09-30 22:29:57 +00:00
Thien-Thi Nguyen
c14bde861d
Initial revision
2001-09-30 22:29:56 +00:00
Thien-Thi Nguyen
1e151db86c
*** empty log message ***
2001-09-30 18:27:39 +00:00
Thien-Thi Nguyen
d4c76567e6
(module-name->filename-frag, display-module-commentary): New procs.
...
(display-commentary): Also handle refs that look like module names.
2001-09-30 18:26:40 +00:00
Thien-Thi Nguyen
53b5d2ccf8
*** empty log message ***
2001-09-30 18:25:17 +00:00
Thien-Thi Nguyen
109f654e7f
(module-name->filename-frag, display-module-commentary): New procs.
...
(display-commentary): Also handle refs that look like module names.
2001-09-30 18:24:10 +00:00
Rob Browning
5faa601029
*** empty log message ***
2001-09-27 14:57:41 +00:00
Martin Grabmüller
201e2170f3
Some cosmetic doc fixes.
2001-09-26 17:25:39 +00:00
Martin Grabmüller
40f316d0b7
Some cosmetic doc fixes.
2001-09-26 17:24:54 +00:00
Thien-Thi Nguyen
6ad49af36c
*** empty log message ***
2001-09-26 03:17:26 +00:00
Thien-Thi Nguyen
0926602706
(SCM_MAKE_CHAR): Use scm_t_bits' instead of
intptr_t'.
...
Thanks to Golubev I. N.
2001-09-26 03:16:26 +00:00
Thien-Thi Nguyen
cf4ee84106
*** empty log message ***
2001-09-26 03:15:44 +00:00
Thien-Thi Nguyen
f5dd4f5419
(SCM_MAKE_CHAR): Use scm_t_bits' instead of
intptr_t'.
...
Thanks to Golubev I. N.
2001-09-26 03:14:15 +00:00
Thien-Thi Nguyen
b0b7f4b6ad
*** empty log message ***
2001-09-26 02:48:05 +00:00
Thien-Thi Nguyen
bd4e3e609b
(Syntax Rules): Add `cindex' directive.
...
Thanks to suggestion by Alex Schroeder.
2001-09-26 02:47:21 +00:00