1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-09 07:00:23 +02:00
Commit graph

6353 commits

Author SHA1 Message Date
Marius Vollmer
3c468478d8 (scm_make_continuation): Do not retain the throw_value when the
continuation is invoked.
2001-12-16 21:58:02 +00:00
Marius Vollmer
762e289af5 (scm_t_stackype): Renamed to scm_stack_type everywhere. 2001-12-16 21:57:52 +00:00
Stefan Jahn
4d4528e79a 2001-12-08 Stefan Jahn <stefan@lkcc.org>
* strings.c (scm_c_string2str): New function.  Converts a
        given Scheme string into a C string.  Also put in two
        THINKME's regarding the malloc policy for the missing converter
        routines.
2001-12-08 12:50:37 +00:00
Neil Jerram
a7a7bb95eb * Various small manual improvements. 2001-12-07 17:08:19 +00:00
Neil Jerram
de513fa003 * Fix comment typo. 2001-12-07 17:03:15 +00:00
Gary Houston
11923b5d40 *** empty log message *** 2001-12-04 15:10:16 +00:00
Gary Houston
5a8164b260 * some discussion in extension/dynamic-root.text. 2001-12-04 12:48:28 +00:00
Martin Grabmüller
923d5b87d7 Small typo fix in scheme-procedures.texi. 2001-12-04 11:24:43 +00:00
Gary Houston
a5df04d5d5 *** empty log message *** 2001-12-03 18:35:15 +00:00
Thien-Thi Nguyen
1dba86d113 *** empty log message *** 2001-12-03 11:26:45 +00:00
Thien-Thi Nguyen
e991872f1d Grammar fix. 2001-12-03 11:26:18 +00:00
Thien-Thi Nguyen
2b02270392 *** empty log message *** 2001-12-03 11:25:28 +00:00
Thien-Thi Nguyen
ddee39a16b Grammar fix. 2001-12-03 11:24:44 +00:00
Thien-Thi Nguyen
59984ff250 *** empty log message *** 2001-12-03 10:56:34 +00:00
Thien-Thi Nguyen
afe292a84f (OMIT_DEPENDENCIES): Remove macro (obsolete mechanism). 2001-12-03 10:55:52 +00:00
Thien-Thi Nguyen
270b9b2c93 *** empty log message *** 2001-12-02 01:43:15 +00:00
Thien-Thi Nguyen
99c37ce79d Fix virulent typo. 2001-12-02 01:42:19 +00:00
Thien-Thi Nguyen
6d852be383 *** empty log message *** 2001-12-02 01:40:53 +00:00
Thien-Thi Nguyen
a056b7708b Fix virulent typo. 2001-12-02 01:38:56 +00:00
Neil Jerram
4c731ecef3 * Split the Data Types chapter into two; plus a few other smaller changes. 2001-12-01 21:48:30 +00:00
Neil Jerram
ee148ae7b9 * Add ETAGS_ARGS decls so that more stuff gets tagged. 2001-12-01 15:55:54 +00:00
Neil Jerram
98347362c7 * gh_data.c (gh_module_lookup): Use scm_str2symbol rather than gh_symbol2scm. 2001-12-01 15:54:58 +00:00
Neil Jerram
2a946b44f4 * Improve symbol documentation.
* Move variables doc into Modules chapter.
* Move Rx doc into Guile Modules part.
* Other minor doc changes.
2001-12-01 15:53:04 +00:00
Thien-Thi Nguyen
bfc29065bf *** empty log message *** 2001-11-29 00:21:59 +00:00
Thien-Thi Nguyen
d8f780b1ea (ferret): New proc.
(grok): Use `ferret'.
2001-11-29 00:21:18 +00:00
Thien-Thi Nguyen
3fd8eb6743 *** empty log message *** 2001-11-29 00:20:27 +00:00
Thien-Thi Nguyen
e0902d958d (ferret): New proc.
(grok): Use `ferret'.
2001-11-29 00:19:13 +00:00
Thien-Thi Nguyen
5dcc5241c5 *** empty log message *** 2001-11-29 00:05:34 +00:00
Thien-Thi Nguyen
5e879fea09 (write-punily): Handle symbols with ":" prefix specially. 2001-11-29 00:04:32 +00:00
Thien-Thi Nguyen
a56e05676f *** empty log message *** 2001-11-29 00:03:00 +00:00
Thien-Thi Nguyen
b0147aec0a (write-punily): Handle symbols with ":" prefix specially. 2001-11-29 00:01:54 +00:00
Gary Houston
f8e685d1b2 * added extension directory and extension/dynamic-root.text with
a description of the problem.
2001-11-28 12:43:22 +00:00
Dirk Herrmann
1fc8902f02 * gc.h (SCM_GC_CELL_WORD, SCM_GC_CELL_OBJECT,
SCM_GC_SET_CELL_WORD, SCM_GC_SET_CELL_OBJECT):  New macros.

(SCM_GC_CELL_TYPE, SCM_CELL_WORD, SCM_CELL_OBJECT,
SCM_SET_CELL_WORD, SCM_SET_CELL_OBJECT, SCM_FREE_CELL_CDR,
SCM_GC_SET_CELL_OBJECT):  Express in terms of SCM_GC_CELL_*
macros.

(SCM_FREE_CELL_P):  Express in terms of SCM_GC_CELL_TYPE.

* inline.h (scm_alloc_cell, scm_alloc_double_cell):  Use
SCM_GC_CELL_* macros when accessing free cells.
2001-11-27 23:18:16 +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
28d9cc1d82 Some new ideas. 2001-11-27 22:36:10 +00:00
Marius Vollmer
1952524f50 *** empty log message *** 2001-11-27 22:30:16 +00:00
Marius Vollmer
efc6c94c44 (string-index, list-head): Removed, we already these in the core. 2001-11-27 22:30:04 +00:00
Marius Vollmer
cec635ff04 *** empty log message *** 2001-11-26 22:33:17 +00:00
Marius Vollmer
5e2ed4525d (install-data-local): Prepend $(DESTDIR) to target location. 2001-11-26 22:33:06 +00:00
Thien-Thi Nguyen
3592c0900d *** empty log message *** 2001-11-25 20:58:15 +00:00
Thien-Thi Nguyen
5f7dd1ca5b *** empty log message *** 2001-11-25 20:56:59 +00:00
Thien-Thi Nguyen
cdaba177e9 Fix spelling.
Reword `getpass' intro blurb.
2001-11-25 20:54:40 +00:00
Thien-Thi Nguyen
5f378d170c Fix spelling.
Reword `getpass' intro blurb.
2001-11-25 20:53:19 +00:00
Marius Vollmer
a9930d22be Updated for SCM_NEWCELL(2) deprecation. 2001-11-25 19:08:28 +00:00
Marius Vollmer
4878beecf9 *** empty log message *** 2001-11-25 15:24:07 +00:00
Marius Vollmer
16d4699b6b Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and
scm_alloc_double_cell, respectively.
2001-11-25 15:21:07 +00:00
Marius Vollmer
d3c0e81cc8 (SCM_MAKE_VECTOR_TAG): New. 2001-11-25 15:18:18 +00:00
Marius Vollmer
0b2f15c3ab (SCM_MAKE_BITVECTOR_TAG, SCM_MAKE_UVECTOR_TAG): New. 2001-11-25 15:16:34 +00:00
Marius Vollmer
0a7b506d24 (SCM_MAKE_SYMBOL_TAG): New. 2001-11-25 15:15:47 +00:00