Dirk Herrmann
f00eb43f8d
* TODO: Added two items.
2001-12-31 13:32:18 +00:00
Thien-Thi Nguyen
c07e3628a5
*** empty log message ***
2001-12-29 03:57:34 +00:00
Thien-Thi Nguyen
b6aaeeac17
(GUILE_PROGS, GUILE_SITE_DIR, GUILE_CHECK,
...
GUILE_MODULE_EXPORTS, GUILE_MODULE_REQUIRED_EXPORTS): New macros.
(GUILE_MODULE_CHECK): Renamed from AC_GUILE_MODULE_CHECK.
Rewritten to expect `description' as a present-tense verb phrase.
(GUILE_MODULE_AVAILABLE, GUILE_MODULE_REQUIRED): Renamed likewise.
2001-12-29 03:55:52 +00:00
Thien-Thi Nguyen
68c807838e
*** empty log message ***
2001-12-28 10:29:39 +00:00
Thien-Thi Nguyen
d00012159a
Update copyright.
...
Add index in header comments.
(AC_GUILE_MODULE_CHECK, AC_GUILE_MODULE_AVAILABLE,
AC_GUILE_MODULE_REQUIRED): New macros.
2001-12-28 10:18:39 +00:00
Marius Vollmer
ff26bc5631
Really check for "makeinfo", not for "maakeinfo", which I put there
...
for testing the failure case.
2001-12-26 15:39:06 +00:00
Marius Vollmer
5dc64f6434
*** empty log message ***
2001-12-26 15:37:14 +00:00
Marius Vollmer
9df3eecce4
(guile-procedures.txt): When we don't have makeinfo, use "cp" instead.
2001-12-26 15:37:01 +00:00
Marius Vollmer
a9d78896d1
(HAVE_MAKEINFO): Check for the makeinfo program and set this
...
conditional accordingly.
2001-12-26 15:36:43 +00:00
Marius Vollmer
27f9e3731a
Added Ron Peterson.
2001-12-22 13:50:01 +00:00
Marius Vollmer
0fabb42573
*** empty log message ***
2001-12-22 13:49:47 +00:00
Marius Vollmer
5ad5a7b6ca
(Alist Example): Changed "Bismarck" to "Pierre". Thanks to Ron
...
Peterson!
2001-12-22 13:49:05 +00:00
Neil Jerram
226297eb51
* Work on Programming Overview chapter.
2001-12-22 12:39:10 +00:00
Marius Vollmer
197ee3d388
*** empty log message ***
2001-12-16 21:58:33 +00:00
Marius Vollmer
7733436f7b
(let-values): Use gensym' instead of
gentemp'.
2001-12-16 21:58:24 +00:00
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
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
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
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
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
Thien-Thi Nguyen
5f7dd1ca5b
*** empty log message ***
2001-11-25 20:56:59 +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
Marius Vollmer
c65e98224b
(SCM_MAKE_STRING_TAG): New.
2001-11-25 15:14:51 +00:00