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

5392 commits

Author SHA1 Message Date
Thien-Thi Nguyen
255b50e069 *** empty log message *** 2001-04-28 18:35:41 +00:00
Thien-Thi Nguyen
e9b00bf820 (Manual Conventions): New chapter. 2001-04-28 18:34:17 +00:00
Rob Browning
0b2da99cb3 *** empty log message *** 2001-04-28 17:31:07 +00:00
Rob Browning
457dc52c41 * tags.h (SCM_DOUBLE_CELLP): deprecation expired - removed.
(scm_tc_dblr): deprecation expired - removed.
  (scm_tc_dblc): deprecation expired - removed.
  (scm_tc16_flo): deprecation expired - removed.
  (scm_tc_flo): deprecation expired - removed.
2001-04-28 17:30:20 +00:00
Rob Browning
33cc9ac849 * tag.h (scm_tag): deprecation expired - removed. 2001-04-28 17:29:50 +00:00
Rob Browning
a0ea0f6515 * tag.c: (scm_tag): deprecation expired - removed. 2001-04-28 17:29:31 +00:00
Rob Browning
61fa6c373f * numbers.h (scm_dblproc): deprecation expired - removed.
(SCM_UNEGFIXABLE): deprecation expired - removed.
  (SCM_FLOBUFLEN): deprecation expired - removed.
  (SCM_INEXP): deprecation expired - removed.
  (SCM_CPLXP): deprecation expired - removed.
  (SCM_REAL): deprecation expired - removed.
  (SCM_IMAG): deprecation expired - removed.
  (SCM_REALPART): deprecation expired - removed.
  (scm_makdbl): deprecation expired - removed.
  (SCM_SINGP): deprecation expired - removed.
  (SCM_NUM2DBL): deprecation expired - removed.
  (SCM_NO_BIGDIG): deprecation expired - removed.
2001-04-28 17:28:04 +00:00
Rob Browning
14efea3dde * numbers.c: enabled local definition of SCM_FLOBUFLEN until we
know what's supposed to happen to it.
2001-04-28 17:27:04 +00:00
Rob Browning
5425fc2f3a * list.h (scm_list_star): deprecation expired - removed. 2001-04-28 17:25:51 +00:00
Rob Browning
36aecedd6b * ioext.h (scm_fseek): deprecation expired - removed. 2001-04-28 17:24:43 +00:00
Rob Browning
22baef2225 * ioext.c: (scm_fseek): deprecation expired - removed. 2001-04-28 17:24:16 +00:00
Rob Browning
91faf22772 * gh_data.c (gh_int2scmb): deprecation expired - removed. 2001-04-28 17:23:48 +00:00
Rob Browning
af92e2b53d * gh.h (gh_int2scmb): deprecation expired - removed. 2001-04-28 17:23:23 +00:00
Rob Browning
c90fcdf63f *** empty log message *** 2001-04-28 17:18:16 +00:00
Rob Browning
d3299bc330 * goops.scm (method): rename list* to cons*. 2001-04-28 17:18:06 +00:00
Rob Browning
0b7edf57e8 * goops/save.scm (write-readably): rename list* to cons*. 2001-04-28 17:17:38 +00:00
Neil Jerram
87f05a7a5a * Updates to authors and thanks files. 2001-04-28 09:00:31 +00:00
Neil Jerram
e3334972a5 * Fix typo in docstring. 2001-04-28 08:59:48 +00:00
Thien-Thi Nguyen
6c0201ad76 (New help facility): Add blurb about "(help (my module))" support. 2001-04-28 00:44:00 +00:00
Thien-Thi Nguyen
835b2c8774 *** empty log message *** 2001-04-28 00:39:09 +00:00
Thien-Thi Nguyen
8bbe4c8235 (help-usage): Add blurb about "(help (my module))" support. 2001-04-28 00:35:02 +00:00
Thien-Thi Nguyen
7bb1bfc28f Update copyright.
Use (ice-9 rdelim).

(help): Consider a list of symbols that does not start with
`quote' as a module name and call `module-commentary' on it.
(module-filename, module-commentary): New procs.
(id): Delete.
(apropos): Use `identity' instead of deprecated `id'.
2001-04-28 00:32:23 +00:00
Thien-Thi Nguyen
70afc25b9f Update copyright.
Add commentary.
Use `define-module' `:export' clause instead of `define-public'.
Autoload (ice-9 regex) on `match:suffix'.

(default-in-line-re, default-after-line-re): New vars.
(default-scrub): New proc.
(file-commentary): New proc, exported.
(object-documentation): Expand docstring; nfc.
2001-04-28 00:28:58 +00:00
Thien-Thi Nguyen
262098e092 (time-proc): Use identity' instead of deprecated id'. 2001-04-28 00:25:22 +00:00
Rob Browning
a0f979acdb *** empty log message *** 2001-04-27 21:10:57 +00:00
Rob Browning
53aef014da * srfi-13.h
(scm_reverse_string_concatenate): renamed to
	scm_string_concatentate_reverse.
	(scm_reverse_string_concatenate_shared): renamed to
	scm_string_concatenate_reverse_shared.
2001-04-27 21:10:46 +00:00
Rob Browning
96230533fa * vectors.h (SCM_NVECTORP): deprecation expired - removed. 2001-04-27 21:10:11 +00:00
Rob Browning
da3208a3f5 * strings.h
(SCM_NSTRINGP): deprecation expired - removed.
	(SCM_NRWSTRINGP): deprecation expired - removed.
2001-04-27 21:09:49 +00:00
Rob Browning
4c2fb0c583 * ports.h
(SCM_INPORTP): deprecation expired - removed.
	(SCM_OUTPORTP): deprecation expired - removed.
2001-04-27 21:09:19 +00:00
Rob Browning
2baa64142b * gc.c
(scm_init_gc): gc-thunk deprecation expired - removed.
	(scm_gc_vcell): deprecation expired - removed.
	(gc_async_thunk): scm_gc_vcell related code removed.
2001-04-27 21:09:02 +00:00
Rob Browning
8a7fb63c90 * error.h (scm_sysmissing): deprecation expired - removed. 2001-04-27 21:08:44 +00:00
Rob Browning
3a2ad295bc * error.c (scm_sysmissing): deprecation expired - removed. 2001-04-27 21:08:25 +00:00
Rob Browning
2e5b312b80 * continuations.h (SCM_SETJMPBUF): deprecation expired - removed. 2001-04-27 21:07:56 +00:00
Rob Browning
f2a75d811b *** empty log message *** 2001-04-27 21:05:11 +00:00
Rob Browning
9351e1b5e3 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
the new odd/even ustable/stable version numbering scheme.
	(LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
	libguile.  In the future, libguile and libguileqthreads may not
	stay in sync.  This still doesn't appear to affect
	libguileqthreads, but we'll fix that next.
2001-04-27 21:03:50 +00:00
Gary Houston
485efc12b7 * srfi-13.c (scm_init_srfi_13), srfi-14.c (scm_init_srfi_14):
add "srfi/" to lines including .x files so they can be found
	when build_dir != src_dir.
2001-04-27 18:16:09 +00:00
Rob Browning
3c1d130162 *** empty log message *** 2001-04-27 17:00:20 +00:00
Rob Browning
b2da8b1068 *** empty log message *** 2001-04-27 16:59:12 +00:00
Rob Browning
7adc2c58b0 *** empty log message *** 2001-04-27 16:56:01 +00:00
Neil Jerram
c3e6287764 * Update NEWS for removal of R4RS from distro. 2001-04-27 07:52:23 +00:00
Martin Grabmüller
4df36934c9 Some updates reflecting the latest SRFI-13/14/9 changes. 2001-04-27 05:52:31 +00:00
Martin Grabmüller
a6fd89a497 * Makefile.am (srfi_DATA): Added srfi-9.scm.
* srfi-9.scm: New file.  Exports `define-record-type'.
2001-04-27 05:47:58 +00:00
Martin Grabmüller
7a6a68b105 * Makefile.am (ice9_sources): Remove srfi-8.scm. 2001-04-27 05:46:24 +00:00
Rob Browning
89448795f0 *** empty log message *** 2001-04-27 03:45:40 +00:00
Rob Browning
714d71cc34 * srfi-8.scm: removed in favor of srfi/srfi-8.scm - (wasn't ever
in a production release).
2001-04-27 03:45:18 +00:00
Rob Browning
95f1d86163 * Makefile.am (srfi_DATA): added srfi-6.scm.
(srfi_DATA): added srfi-11.scm.
	(srfi_DATA): added srfi-8.scm.
	(srfi_DATA): added srfi-2.scm.
2001-04-26 20:24:38 +00:00
Rob Browning
b9c6d7a5dc *** empty log message *** 2001-04-26 20:24:15 +00:00
Rob Browning
818b6dda19 * srfi-8.scm: new file - exports receive. 2001-04-26 20:23:39 +00:00
Rob Browning
cc790d32f7 * srfi-6.scm: new file - guile already has srfi-6 procedures
loaded by default, so this is a dummy file right now.
2001-04-26 20:23:19 +00:00
Rob Browning
3bd84b2d52 * srfi-2.scm: new file - just use/export (ice-9 and-let-star) 2001-04-26 20:22:58 +00:00