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

20 commits

Author SHA1 Message Date
Marius Vollmer
ca041501bb More stuff about transitioning away from GH. 2005-06-12 19:10:51 +00:00
Marius Vollmer
6e4ea094be Refer to scm_string_copy_x as a subst for gh_set_substring. 2004-09-22 21:53:46 +00:00
Marius Vollmer
a7633ed60e Mention scm_car, etc as the replacement for gh_car, etc. 2004-09-22 17:46:55 +00:00
Marius Vollmer
ea4a72fe20 Updated transition section with new recommended things. 2004-08-19 23:03:55 +00:00
Marius Vollmer
4002a7088e Replaced references to scm_num2* with scm_to_* and references to
scm_*2num with scm_from_*.
2004-08-02 12:32:41 +00:00
Marius Vollmer
5f7fa54d98 Updated for new scm_is_bool, scm_is_true, etc. 2004-07-10 14:43:33 +00:00
Marius Vollmer
e63a059cce Remove superflous @end example. 2004-07-07 15:32:02 +00:00
Marius Vollmer
f50e11ca3e Replace references to SCM_NFALSEP, etc with scm_is_true, etc. 2004-07-07 12:09:57 +00:00
Marius Vollmer
3229f68b5a Big reorganization of the whole manual to give it a simpler structure. 2004-04-21 14:33:05 +00:00
Marius Vollmer
2da09c3fde Added Copyright notice. 2004-01-21 22:40:39 +00:00
Kevin Ryde
e05b02b6b4 (Defining new Scheme procedures in C): Don't use
@strong{Note:}, latest makeinfo will complain it looks like a cross
reference.
2003-10-18 01:51:24 +00:00
Kevin Ryde
7395c9cbd0 (Calling Scheme procedures from C, scm transition summary):
Refer to scm_list_n, not the old name scm_listify.
(scm transition summary): For gh_apply, recommend scm_apply_0, which
is now documented.
2003-10-18 01:49:18 +00:00
Kevin Ryde
fe2a94df99 * scheme-memory.texi (Memory Blocks): Use {} around types for
@deftypefn, for correct name in indexes.
	* gh.texi (Scheme to C): Ditto.
2003-06-11 22:47:37 +00:00
Kevin Ryde
14dce556df (Scheme to C): In gh_scm2newstr, lenp is size_t* not int*.
This changed in guile 1.6, the docs weren't updated.
2003-06-11 22:36:08 +00:00
Kevin Ryde
218b088e2a Add spaces after some @defun names. 2003-05-03 22:22:51 +00:00
Neil Jerram
395b0a341f More interbranch doc syncing. 2002-08-08 22:43:32 +00:00
Stefan Jahn
edb810bb84 2002-02-27 Stefan Jahn <stefan@lkcc.org>
* Makefile.am (SUBDIRS): Added the `am' directory.

2002-02-27  Stefan Jahn  <stefan@lkcc.org>

        * gh.texi (scm transition summary): Documented some more
        gh equivalents and removed appropriate FIXME's.

2002-02-27  Stefan Jahn  <stefan@lkcc.org>

        * Makefile.am (EXTRA_DIST): Added the `LIBGUILEREADLINE-VERSION'
        file.

2002-02-27  Stefan Jahn  <stefan@lkcc.org>

        * convert.i.c, convert.c: Better range checking.

        * inet_aton.c, fports.c: Commented the inclusion of <winsock2.h>.

        * deprecation.c (vsnprintf): Define to `_vsnprintf' for
        Windows (MinGW).
2002-02-27 15:41:01 +00:00
Stefan Jahn
f74fa0a0fd 2002-01-29 Stefan Jahn <stefan@lkcc.org>
* gh.texi (scm transition summary): Documented gh equivalents
        `scm_c_string2str', `scm_c_substring2str' and `scm_c_symbol2str'
        and removed the appropriate FIXME's.
2002-01-29 10:46:13 +00:00
Thien-Thi Nguyen
85a9b4ed19 Spell check. 2002-01-08 08:29:00 +00:00
Neil Jerram
a0e07ba4ec * Organize documentation into per-manual directories (halfway point commit). 2001-08-24 09:40:29 +00:00