1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 14:20:26 +02:00
Commit graph

5967 commits

Author SHA1 Message Date
Gary Houston
c16b9fde48 * minor updates to the slib installation notes. 2001-10-27 11:53:09 +00:00
Gary Houston
50565eb6a2 bugs 5 and 6 seem to be fixed. 2001-10-27 11:48:33 +00:00
Thien-Thi Nguyen
d68676ec45 *** empty log message *** 2001-10-26 12:59:33 +00:00
Thien-Thi Nguyen
322d272ac0 (7, 8): New. 2001-10-26 12:58:56 +00:00
Thien-Thi Nguyen
226db30982 *** empty log message *** 2001-10-25 22:54:30 +00:00
Thien-Thi Nguyen
e2ccbf9501 (6): New. 2001-10-25 22:53:42 +00:00
Thien-Thi Nguyen
5caa5d6535 *** empty log message *** 2001-10-25 22:12:05 +00:00
Thien-Thi Nguyen
319ddf81d0 (5): New. 2001-10-25 22:11:28 +00:00
Thien-Thi Nguyen
6c84ffe0a0 *** empty log message *** 2001-10-25 17:15:10 +00:00
Thien-Thi Nguyen
a8ed5c7117 (4): New. 2001-10-25 17:13:53 +00:00
Thien-Thi Nguyen
b18ea4492b *** empty log message *** 2001-10-25 16:45:38 +00:00
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