Marius Vollmer
eee065c4fe
*** empty log message ***
2002-02-28 23:42:29 +00:00
Marius Vollmer
3392a571b5
(Upgrading from scm_must_malloc et al): New section.
2002-02-28 23:42:22 +00:00
Marius Vollmer
621f22b161
*** empty log message ***
2002-02-28 20:58:59 +00:00
Marius Vollmer
eabd8acf87
Use scm_gc_malloc and scm_gc_free instead of scm_must_malloc and free
...
in example code. Updated text for the new memory management
functions.
2002-02-28 20:58:50 +00:00
Marius Vollmer
4c7fbdfbd5
(malloc-stats): Refer to scm_gc_malloc instead of to scm_must_malloc.
2002-02-28 20:56:41 +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
Thien-Thi Nguyen
327d4dd38f
doc/ref/ChangeLog
2002-02-26 10:32:34 +00:00
Thien-Thi Nguyen
58ed8bc61c
Update path to pre-inst-guile automake frag.
2002-02-26 10:28:51 +00:00
Rob Browning
8794fdcad0
*** empty log message ***
2002-02-25 04:59:49 +00:00
Rob Browning
4313811588
* .cvsignore: add autoconf-macros.texi.
2002-02-25 04:59:42 +00:00
Rob Browning
7084b49f2d
* Makefile.am (CLEANFILES): add autoconf-macros.texi.
2002-02-25 04:59:34 +00:00
Marius Vollmer
bd75ebc37f
*** empty log message ***
2002-02-19 22:41:30 +00:00
Marius Vollmer
0deb6826b9
(Memory Blocks): New section.
2002-02-19 22:41:18 +00:00
Thien-Thi Nguyen
5e9d88a400
*** empty log message ***
2002-02-05 09:27:12 +00:00
Thien-Thi Nguyen
9d32aac72a
Include $(top_srcdir)/pre-inst-guile.am.
...
(GUILE): Delete var.
(autoconf-macros.texi): Use $(preinstguiletool).
2002-02-05 09:25:56 +00:00
Thien-Thi Nguyen
7c5c279671
*** empty log message ***
2002-02-04 19:21:37 +00:00
Thien-Thi Nguyen
a284e7081e
(Autofrisk, Using Autofrisk): New sections.
...
(Autoconf Support): Add new sections to menu.
2002-02-04 19:20:00 +00:00
Marius Vollmer
402e687cc9
*** empty log message ***
2002-02-04 16:48:36 +00:00
Marius Vollmer
3933a7860d
(Symbol Uninterned): Added node.
2002-02-04 16:48:28 +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
Marius Vollmer
68cf83e034
*** empty log message ***
2002-01-14 18:10:30 +00:00
Marius Vollmer
c514c5d1c7
(autoconf-macros.texi): Also set GUILE_LOAD_PATH when invoking the
...
uninstalled guile executable.
2002-01-14 18:10:19 +00:00
Thien-Thi Nguyen
5b156bcd25
*** empty log message ***
2002-01-10 02:11:12 +00:00
Thien-Thi Nguyen
c8af48bac6
(autoconf-macros.texi): Fix build bug: Write this file to srcdir.
2002-01-10 01:34:22 +00:00
Gary Houston
8430281a5c
* Makefile.am: attempt to use guile from $(top_builddir)/libguile
...
when building autoconf-macros.texi. There are still problems with
modules and running makeinfo when builddir != srcdir.
2002-01-08 18:04:10 +00:00
Thien-Thi Nguyen
a3e49ac158
*** empty log message ***
2002-01-08 08:31:05 +00:00
Thien-Thi Nguyen
85a9b4ed19
Spell check.
2002-01-08 08:29:00 +00:00
Neil Jerram
4902ea64db
* Fix doc typo.
2002-01-07 20:48:02 +00:00
Thien-Thi Nguyen
f159783325
*** empty log message ***
2002-01-06 07:46:22 +00:00
Thien-Thi Nguyen
7bb16613f4
Spell check.
2002-01-06 07:45:06 +00:00
Thien-Thi Nguyen
4d9678fde4
*** empty log message ***
2002-01-03 00:00:53 +00:00
Thien-Thi Nguyen
dc81cfeb0e
(Part II): Add "Autoconf Support"; include autoconf.texi.
2002-01-02 23:59:00 +00:00
Thien-Thi Nguyen
a1f000d555
(guile_TEXINFOS): Add autoconf.texi and autoconf-macros.texi.
...
(autoconf.texi, autoconf-macros.texi): New rules.
2002-01-02 23:57:40 +00:00
Thien-Thi Nguyen
d928d47fc3
Initial revision
2002-01-02 23:56:17 +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
Neil Jerram
a7a7bb95eb
* Various small manual improvements.
2001-12-07 17:08:19 +00:00
Martin Grabmüller
923d5b87d7
Small typo fix in scheme-procedures.texi.
2001-12-04 11:24:43 +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
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
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
9d5315b649
Removed docs about SCM_NEWCELL and added scm_alloc_cell and
...
scm_alloc_double_cell.
Replaced scm_bits_t with scm_t_bits.
2001-11-25 14:51:03 +00:00
Neil Jerram
c276c3e344
* Remove spurious placeholder text.
2001-11-23 11:28:12 +00:00
Thien-Thi Nguyen
19a35d19d9
*** empty log message ***
2001-11-20 12:32:00 +00:00
Thien-Thi Nguyen
49d9ca522c
(Install Config):
...
Tweak `%load-path' verb to not imply it's a proc.
Add documentation for `%guile-build-info'.
2001-11-20 12:30:26 +00:00
Neil Jerram
d4e5a409a5
* Improve doc on variables and definitions.
2001-11-19 22:28:58 +00:00
Neil Jerram
694a9bb34e
* Updates for string- and vector-move-right/left! docstrings.
...
* Update Tcl war URLs.
2001-11-18 22:10:41 +00:00
Neil Jerram
8f85c0c6c3
* Adding C function declarations from the SCM interface to the
...
reference manual documentation.
2001-11-16 15:04:17 +00:00