1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-19 03:00:25 +02:00
Commit graph

5350 commits

Author SHA1 Message Date
Neil Jerram
370bababda * Consolidate authorship information in AUTHORS file.
* Simplify THANKS file and add in recent contributors.
* Add top level menu entry for Manual Conventions node.
* Consolidate notes at beginning of guile.texi.
2001-04-28 23:38:52 +00:00
Gary Houston
cb869864dd * take most of the credit for the manual, at least the unreadable
bits.
2001-04-28 20:54:09 +00:00
Thien-Thi Nguyen
a7981b6da6 *** empty log message *** 2001-04-28 19:19:26 +00:00
Thien-Thi Nguyen
20edfbbdb5 Surround commentary w/ standard markers; nfc. 2001-04-28 19:07:38 +00:00
Thien-Thi Nguyen
f32e992f53 Add commentary; nfc. 2001-04-28 19:03:42 +00:00
Thien-Thi Nguyen
afab82bc00 Surround commentary w/ standard markers; nfc. 2001-04-28 18:58:09 +00:00
Thien-Thi Nguyen
e7d82febca Add commentary; nfc. 2001-04-28 18:54:16 +00:00
Thien-Thi Nguyen
cd96d7e620 Add commentary; nfc. 2001-04-28 18:45:29 +00:00
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