Kevin Ryde
8a7f171bed
*** empty log message ***
2005-10-23 22:16:36 +00:00
Kevin Ryde
14d5e963c9
*** empty log message ***
2005-10-23 22:16:06 +00:00
Kevin Ryde
b12c0db10e
(Bit Vectors): Remove #b(#t ...) example, that syntax was never implemented.
2005-10-23 22:15:32 +00:00
Han-Wen Nienhuys
05d44505b8
*** empty log message ***
2005-06-19 13:27:50 +00:00
Marius Vollmer
7d81830dd2
The FSF has a new address.
2005-05-23 20:15:36 +00:00
Marius Vollmer
d1e9bba5ef
Corrected description of string-tokenize.
2004-09-07 14:30:55 +00:00
Kevin Ryde
5a2f9ec12e
*** empty log message ***
2004-09-07 01:04:05 +00:00
Kevin Ryde
aded7e25a1
(System Identification): Remove software-type, it doesn't
...
exist in the guile core.
2004-09-07 01:03:36 +00:00
Kevin Ryde
06503f96b5
*** empty log message ***
2004-08-18 00:14:24 +00:00
Kevin Ryde
68b251586e
(Internet Socket Client, Internet Socket Server):
...
Correction to socket calls, should be PF_INET not AF_INET (though
generally the two are the same value).
2004-08-18 00:11:13 +00:00
Kevin Ryde
2b6dd3213f
*** empty log message ***
2004-08-18 00:02:17 +00:00
Kevin Ryde
dc290e79b5
(Network Sockets and Communication): Add SOCK_RDM and SOCK_SEQPACKET.
2004-08-18 00:01:56 +00:00
Han-Wen Nienhuys
d2f92abe2c
(Defining new Scheme procedures in C): remove : - note:
...
causes spurious info reference.
2004-08-16 18:55:21 +00:00
Kevin Ryde
79c8d1ce74
*** empty log message ***
2004-08-14 00:54:20 +00:00
Kevin Ryde
30e9c42fe7
*** empty log message ***
2004-08-14 00:53:49 +00:00
Kevin Ryde
f0ab0c5db1
(SRFI-13 Predicates): Add string-any and
...
string-every support for char and charset predicates.
2004-08-14 00:53:28 +00:00
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