Kevin Ryde
23043c797a
*** empty log message ***
2004-08-11 22:03:15 +00:00
Kevin Ryde
0106cc0898
(SRFI-13 Miscellaneous): Correction to token set
...
parameter, as per Marius in the cvs head. Reported by Mike Small.
2004-08-11 22:02:49 +00:00
Marius Vollmer
935c72a554
Removed caveat of pretty-print using its own 'write' implementation.
2004-08-09 21:53:03 +00:00
Kevin Ryde
381e1f582f
*** empty log message ***
2004-07-10 00:28:38 +00:00
Kevin Ryde
d71486de7a
Add a copyright year.
2004-07-10 00:28:05 +00:00
Kevin Ryde
1d88a777b1
(SRFI-0): Add srfi-6 to the identifiers provided by default.
2004-07-10 00:26:07 +00:00
Marius Vollmer
64c48ef3a5
Typo.
2004-07-01 10:53:47 +00:00
Marius Vollmer
59f8497623
*** empty log message ***
2004-07-01 10:51:42 +00:00
Marius Vollmer
faaa91e742
Make sure there is a space between function name and the following
...
opening parentheses everywhere. texinfo.tex relies on this.
2004-07-01 10:51:28 +00:00
Marius Vollmer
ad6ecedaa0
*** empty log message ***
2004-06-28 14:40:48 +00:00
Marius Vollmer
ba645b32e2
Removed home-grown code for HTML generation. Automake does it for us
...
now.
2004-06-28 14:35:08 +00:00
Rob Browning
1d69d405d5
*** empty log message ***
2004-02-01 21:42:30 +00:00
Rob Browning
447e692283
(SRFI-31): document.
2004-02-01 21:41:56 +00:00
Kevin Ryde
a95da9fa74
*** empty log message ***
2003-11-08 20:33:54 +00:00
Kevin Ryde
b31e7af567
(Random): In random, use @code for *random-state*.
...
Reported by Stephen Compall.
2003-11-08 20:33:18 +00:00
Kevin Ryde
33b482982a
*** empty log message ***
2003-10-02 00:26:12 +00:00
Kevin Ryde
a1e7d87423
(String Ports): In call-with-output-string, note proc
...
should not close the port. In get-output-string, note string must be
gotten before closing the port.
2003-10-02 00:25:05 +00:00
Neil Jerram
5bc125ead8
Doc for load-extension contributed by Aaron VanDevender.
2003-08-30 19:49:59 +00:00
Kevin Ryde
c6d31743c5
*** empty log message ***
2003-06-13 23:30:24 +00:00
Kevin Ryde
52a7e68279
(Arithmetic): round is to nearest even.
2003-06-13 23:30:03 +00:00
Kevin Ryde
e7ebb1e069
*** empty log message ***
2003-06-11 22:39:32 +00:00
Kevin Ryde
6422fd511b
(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:37:34 +00:00
Marius Vollmer
216cb3b5fc
*** empty log message ***
2003-05-17 18:12:29 +00:00
Marius Vollmer
5cbee405cc
(socket): Use PF_ instead of AF_ prefix.
2003-05-17 18:11:38 +00:00
Kevin Ryde
861cc9bc08
*** empty log message ***
2003-05-11 22:39:46 +00:00
Kevin Ryde
dfdfbd7145
(Handling Errors): Fix regexp error key, should
...
be `regular-expression-syntax'.
2003-05-11 22:39:23 +00:00
Kevin Ryde
bd3699466a
*** empty log message ***
2003-05-08 01:06:21 +00:00
Kevin Ryde
fddeceaed6
(Bitwise Operations): Fix lognot to ones-complement.
2003-05-08 01:05:41 +00:00
Rob Browning
99290b905d
*** empty log message ***
2003-04-12 01:18:02 +00:00
Rob Browning
6c9a86a4ba
* preface.texi: change MANUAL_EDITION to MANUAL-EDITION so we
...
don't choke TeX (thanks to Dale P. Smith).
2003-04-12 01:17:56 +00:00
Rob Browning
95a5ef6ce3
* guile.texi: change MANUAL_EDITION to MANUAL-EDITION so we don't
...
choke TeX (thanks to Dale P. Smith).
2003-04-12 01:17:51 +00:00
Rob Browning
eaaae3ed2f
*** empty log message ***
2003-02-01 17:50:45 +00:00
Rob Browning
180b39b55b
* Makefile.am: move built files to nodist_ targets so they don't
...
end up in the dist tarfile.
(guile_TEXINFOS): remove autoconf-macros.texi.
(nodist_guile_TEXINFOS): add autoconf-macros.texi.
(autoconf-macros.texi): don't write to $(srcdir) -- breaks
distcheck.
2003-02-01 17:50:27 +00:00
Rob Browning
a8154e0e19
*** empty log message ***
2002-12-08 21:32:59 +00:00
Rob Browning
4e77de2378
*** empty log message ***
2002-12-08 21:30:15 +00:00
Rob Browning
a8b0fe55ae
*** empty log message ***
2002-12-08 21:26:46 +00:00
Rob Browning
7821d45115
*** empty log message ***
2002-12-08 20:43:08 +00:00
Rob Browning
bafb97c527
* scheme-options.texi (Build Config): add effective-version docs.
2002-12-08 20:42:11 +00:00
Marius Vollmer
da66f18dee
*** empty log message ***
2002-10-14 21:47:04 +00:00
Marius Vollmer
4118a776c6
(Whirlwind Tour): Added pointer to examples directory.
2002-10-14 21:46:55 +00:00
Marius Vollmer
7b06cf6882
*** empty log message ***
2002-10-03 15:31:57 +00:00
Marius Vollmer
fda4544f10
(How guile-snarf works): Updated.
...
(Writing your own snarfing macros): New.
2002-10-03 15:31:50 +00:00
Neil Jerram
2c3431d622
Doc updates, including contribution from Ian Sheldon.
2002-09-25 00:12:21 +00:00
Neil Jerram
93d5f24a82
Improvements to hook docs.
2002-09-19 20:42:12 +00:00
Marius Vollmer
980a81ce51
*** empty log message ***
2002-09-16 20:04:19 +00:00
Marius Vollmer
6cb25600d6
(Symbol Props): It's "set-symbol-property!", not
...
"set-symbol-property". Thanks to Pieter Pareit!
2002-09-16 20:04:08 +00:00
Marius Vollmer
27d0db6f47
Tell them to use 'provided?' instead of '*feaures*'.
2002-09-15 20:51:44 +00:00
Marius Vollmer
fa31bc5d99
*** empty log message ***
2002-09-09 21:46:49 +00:00
Marius Vollmer
c4c7a80c03
(Creating a Procedure): Fixed typo. Thanks to Pieter Pareit!
2002-09-09 21:46:42 +00:00
Marius Vollmer
b07afaef32
*** empty log message ***
2002-09-09 21:31:22 +00:00