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

942 commits

Author SHA1 Message Date
Rob Browning
c87af2d55b *** empty log message *** 2002-03-12 21:57:07 +00:00
Rob Browning
56fd1933cc * syncase.scm: fix bad let.
(gensym): fix failure on non-threaded
2002-03-12 21:53:56 +00:00
Thien-Thi Nguyen
6c5b8521d0 *** empty log message *** 2002-03-06 02:46:28 +00:00
Thien-Thi Nguyen
a3c51cc829 (ice9_sources): Add ftw.scm. 2002-03-06 02:45:26 +00:00
Thien-Thi Nguyen
df62517288 Initial revision 2002-03-06 02:43:56 +00:00
Thien-Thi Nguyen
d51b42e28b *** empty log message *** 2002-02-26 10:58:58 +00:00
Thien-Thi Nguyen
4eecfeb796 Comment grammar fixes; nfc. 2002-02-26 10:57:54 +00:00
Thien-Thi Nguyen
327d4dd38f doc/ref/ChangeLog 2002-02-26 10:32:34 +00:00
Thien-Thi Nguyen
58ed8bc61c Update path to pre-inst-guile automake frag. 2002-02-26 10:28:51 +00:00
Rob Browning
4615111283 *** empty log message *** 2002-02-25 05:52:38 +00:00
Rob Browning
51a317b3b0 * syncase.scm (gensym): redefine locally so we can control it's
properties.  This is in preparation for changing the future public
gensym to produce unreadable symbols.
2002-02-25 05:49:05 +00:00
Rob Browning
9970456903 * psyntax.pp: updated to reflect new syncase.scm. 2002-02-25 05:48:52 +00:00
Thien-Thi Nguyen
90d4a6b016 *** empty log message *** 2002-02-08 03:19:33 +00:00
Thien-Thi Nguyen
87fefc1cbe Add commentary; nfc. 2002-02-08 03:18:38 +00:00
Thien-Thi Nguyen
0187b4f417 *** empty log message *** 2002-02-05 09:42:16 +00:00
Thien-Thi Nguyen
9f03ac3db2 Include $(top_srcdir)/pre-inst-guile.am.
(psyntax.pp): Use $(preinstguile).
2002-02-05 09:38:23 +00:00
Marius Vollmer
dd580bd602 *** empty log message *** 2002-01-14 20:41:41 +00:00
Marius Vollmer
1f463efc1c (datum->syntax-object): Removed assertion in datum->syntax-object that
checked if the first argument, a syntax-object, is an identifier.
This was a unconvenient and unnecessary restriction.  Thanks to Dorai
Sitaram!
2002-01-14 20:41:30 +00:00
Marius Vollmer
0e6f77756c *** empty log message *** 2002-01-12 17:52:34 +00:00
Marius Vollmer
f5259dd399 (generic-write): New per-line-prefix argument.
(pretty-print): Check whether the new keyword argument style is
used and dispatch to pretty-print-with-keys accordingly.
2002-01-12 17:47:44 +00:00
Marius Vollmer
ff0e175c18 *** empty log message *** 2001-11-27 22:36:31 +00:00
Marius Vollmer
4dd9ecedf7 (string-index, list-head): Removed, we already these in the core. 2001-11-27 22:36:21 +00:00
Marius Vollmer
482a28f90a Added comments to functions that are used by "modules.c". 2001-11-23 21:43:44 +00:00
Marius Vollmer
7ab89df17c *** empty log message *** 2001-11-05 23:12:20 +00:00
Marius Vollmer
52ce56fc79 Do not enable debugging and recording of source
positions.
2001-11-05 23:09:17 +00:00
Marius Vollmer
eef6519bde (turn-on-debugging): New function, to be used by
scm_compile_shell_switches.
2001-11-05 23:09:10 +00:00
Mikael Djurfeldt
1a179b03b0 * 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.

* 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.

* 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.

* slib.scm (array-indexes): New procedure.
(*features*): Extend.  (Probably some of these options should be
set elsewhere.)  (Thanks to Aubrey Jaffer.)

* 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-21 09:49:19 +00:00
Mikael Djurfeldt
39819fa9e4 * boot-9.scm (process-define-module): New options: :export-syntax,
:re-export-syntax
2001-10-17 12:02:13 +00:00
Mikael Djurfeldt
89759084ab * 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-14 16:05:04 +00:00
Mikael Djurfeldt
c81f296a08 * 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:40:14 +00:00
Mikael Djurfeldt
5d20b8c7fe * boot-9.scm (process-define-module): Added :re-export. 2001-09-24 11:12:23 +00:00
Thien-Thi Nguyen
af40357bc9 *** empty log message *** 2001-09-19 13:04:22 +00:00
Thien-Thi Nguyen
0755b9dfcb Commentary fix; nfc. 2001-09-19 13:03:25 +00:00
Thien-Thi Nguyen
a7a6705efe *** empty log message *** 2001-09-19 12:57:38 +00:00
Thien-Thi Nguyen
bd83482d50 (process-use-modules): Fix typo. 2001-09-19 12:56:28 +00:00
Mikael Djurfeldt
29251befae * Makefile.am (psyntax.pp): Reference compile-psyntax.scm in
$(srcdir) in order to support separate build trees.
2001-09-18 18:17:17 +00:00
Thien-Thi Nguyen
2851e5bc70 *** empty log message *** 2001-09-09 01:03:43 +00:00
Thien-Thi Nguyen
c7bb434f2f (arity): Use new `arglist' procedure property to
present a more detailed argument list.
2001-09-09 01:00:30 +00:00
Thien-Thi Nguyen
4a69c751ef (lambda*): Record the broken-down argument list in
the `arglist' procedure property.
2001-09-09 00:59:02 +00:00
Thien-Thi Nguyen
95e2cd37e9 *** empty log message *** 2001-09-08 02:34:27 +00:00
Thien-Thi Nguyen
05326ffd93 (process-options, getopt-long): Fix omission
bug: Handle multiple occurrances of an option.
2001-09-08 02:30:20 +00:00
Dirk Herrmann
8c494e9973 * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
Dirk Herrmann
431e2ac105 * Remove #& reader extension. 2001-08-31 09:51:25 +00:00
Dirk Herrmann
fc6629a7d5 * Deleted `and-let-star-compat.scm´. 2001-08-31 09:33:55 +00:00
Thien-Thi Nguyen
e09c8eb747 *** empty log message *** 2001-08-30 23:27:48 +00:00
Thien-Thi Nguyen
bbf5a91367 (resolve-interface): When returning a custom
interface, also consult source module's entire binding set,
not just its exported bindings, before throwing error.
2001-08-30 23:25:34 +00:00
Marius Vollmer
b573e74455 *** empty log message *** 2001-08-25 16:12:28 +00:00
Marius Vollmer
0005eb7c2d (resolve-interface): Get variables from the public interface of a
module instead of from the module itselfs.
2001-08-25 16:12:09 +00:00
Marius Vollmer
969e8e458a *** empty log message *** 2001-08-25 16:05:50 +00:00
Marius Vollmer
3307df9557 (AUTOMAKE_OPTIONS): Change "foreign" to "gnu". 2001-08-25 16:05:04 +00:00