1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00
Commit graph

849 commits

Author SHA1 Message Date
Kevin Ryde
7b176bb3aa add a copyright year 2006-10-09 22:46:03 +00:00
Kevin Ryde
fbae485c14 *** empty log message *** 2006-10-04 23:04:17 +00:00
Kevin Ryde
f8d029d17a (Readline Functions): New section on how to call readline from scheme code. 2006-10-04 23:03:37 +00:00
Kevin Ryde
f9de6ebeca *** empty log message *** 2006-10-04 21:41:01 +00:00
Kevin Ryde
840efb8549 (Buffered Input): New section, describing (ice-9 buffered-input). 2006-10-04 21:40:24 +00:00
Kevin Ryde
6bcaf7c437 (User Information): Clarify getpwent returns #f at end of file. 2006-10-04 21:39:33 +00:00
Kevin Ryde
3de4a96bbb (File Tree Walk): Corrections to BASE parameter
and symlink vs stale-symlink types in nftw.
(Buffered Input): New section, describing (ice-9 buffered-input).
2006-10-04 21:37:53 +00:00
Neil Jerram
f0de8d290b (Symbol Props): Remove unnecessarily specific
parenthesis about Guile 1.6's use of extra symbol slots.
2006-09-28 07:39:45 +00:00
Kevin Ryde
6a60ae5e89 *** empty log message *** 2006-09-26 01:53:26 +00:00
Kevin Ryde
50be7e4306 (Ports): File access uses LFS. 2006-09-26 01:52:40 +00:00
Kevin Ryde
a135bc973d (Random Access): In truncate-file, tweak wording for
clarity, note cannot always extend file this way.
2006-09-26 01:26:21 +00:00
Ludovic Courtès
903762e5cf Changes from arch/CVS synchronization 2006-09-25 08:23:24 +00:00
Kevin Ryde
f4702089bf *** empty log message *** 2006-09-22 21:20:43 +00:00
Kevin Ryde
fcc63241cd (Scientific): In sqrt, note it's the positive root
which is returned (as per R5RS).
2006-09-22 01:26:50 +00:00
Kevin Ryde
e8587f7eca *** empty log message *** 2006-09-07 20:51:30 +00:00
Kevin Ryde
020570a42d (Formatted Output): Show ":@" rather than "@:",
because ":@" is traditional common lisp, though either way works.
Break a couple of example lines to avoid overflowing DVI page width.
2006-09-07 20:51:00 +00:00
Kevin Ryde
ceafa69a71 (Debug Last Error): Line break in "Type
(backtrace) to get ..." which overflowed the line in both info and
DVI.  Reported by Percy Tiglao.
2006-09-07 20:49:12 +00:00
Kevin Ryde
dc1cac02eb *** empty log message *** 2006-09-05 23:01:52 +00:00
Kevin Ryde
1d7e911818 (Network Sockets and Communication): Tweak description,
note not multi-threading.
2006-09-05 22:57:01 +00:00
Neil Jerram
237788d2a2 * api-control.texi (Dynamic Wind): Doc for scm_dynwind_free.
* api-modules.texi (The Guile module system), api-data.texi
(Integers, Numerical Tower), api-compound.texi (Uniform Numeric
Vectors): Fix typos.  (Patch sent in by Marco Maggi.)
2006-09-04 06:29:13 +00:00
Kevin Ryde
0e1b2e1ed2 *** empty log message *** 2006-08-28 21:52:50 +00:00
Kevin Ryde
4d84f173ef (Dynamic Wind): Reformat example a bit to avoid
going off the right edge of the paper.  Reported by Percy Tiglao.
2006-08-28 21:52:26 +00:00
Kevin Ryde
e315794e34 *** empty log message *** 2006-08-21 23:48:25 +00:00
Kevin Ryde
02e06553f0 (Internationalization): Cross reference gettext manual on plural forms. 2006-08-21 23:43:52 +00:00
Kevin Ryde
67fbf55cf7 *** empty log message *** 2006-07-23 22:37:22 +00:00
Kevin Ryde
4fd8558217 add copyright years 2006-07-23 22:31:51 +00:00
Kevin Ryde
77d93b60ee (Fly Evaluation): Add scm_c_eval_string.
(Loading): Add scm_c_primitive_load.
Reported by Jon Wilson.
2006-07-23 22:30:19 +00:00
Kevin Ryde
f4a7e48e14 *** empty log message *** 2006-06-25 01:06:43 +00:00
Kevin Ryde
0d74bd6eef (Time): In tm:gmtoff, give example values, note not the
same as C tm_gmtoff.
2006-06-25 01:05:55 +00:00
Ludovic Courtès
97217304d6 Changes from arch/CVS synchronization 2006-06-20 16:44:50 +00:00
Kevin Ryde
a31d659ca3 *** empty log message *** 2006-05-28 00:09:52 +00:00
Kevin Ryde
86cd2080d8 (SRFI-1 Length Append etc): Add an append-reverse example. 2006-05-27 23:53:14 +00:00
Kevin Ryde
26ff0b33b4 *** empty log message *** 2006-05-19 23:36:06 +00:00
Kevin Ryde
f978f7432e (Pairs): Cross reference SRFI-1 second, third, fourth.
(List Modification): Cross reference SRFI-1 delete and lset-difference.
(List Searching): Cross reference SRFI-1 member.
(List Mapping): Cross reference SRFI-1 map etc.
(Retrieving Alist Entries): Cross reference SRFI-1 assoc.
2006-05-19 23:34:29 +00:00
Kevin Ryde
0ad04acf58 (SRFI-1 Association Lists): Describe argument order for "=" procedure. 2006-05-19 23:30:15 +00:00
Kevin Ryde
91a032971b *** empty log message *** 2006-05-15 00:33:37 +00:00
Kevin Ryde
ee6bf88310 (Processes): Add primitive-_exit. 2006-05-15 00:32:47 +00:00
Kevin Ryde
d7ecc7e804 *** empty log message *** 2006-05-09 23:10:03 +00:00
Kevin Ryde
3ce0e4f646 (Linking Guile into Programs): Enhance example program,
change scm_str2string to scm_from_locale_string, since scm_str2string
is "discouraged".  And check for NULL from getenv since neither
scm_str2string nor scm_from_locale_string can cope with that.
Reported by Frithjof.
2006-05-09 22:51:55 +00:00
Kevin Ryde
8c86a8dee0 *** empty log message *** 2006-05-09 00:43:11 +00:00
Kevin Ryde
7403c74f07 (Port Implementation): @defun style for
scm_make_port_type and the various set functions.
2006-05-09 00:42:48 +00:00
Kevin Ryde
fbc11ba164 (Ports and File Descriptors): Tweaks to fcntl. 2006-05-09 00:41:22 +00:00
Kevin Ryde
90a6008b1e (Multiple Values): In `receive', add an example,
cross ref SRFI-8, tweak wording.
2006-05-09 00:40:00 +00:00
Kevin Ryde
a25086f2e7 (Threads): In call-with-new-thread, handler arg is optional (as of 1.8.0). 2006-04-28 21:59:33 +00:00
Kevin Ryde
ab85b49900 Stray space after q-push! in intro. 2006-04-28 21:48:44 +00:00
Kevin Ryde
a128b7e064 *** empty log message *** 2006-04-15 01:40:19 +00:00
Kevin Ryde
d8cfbbed2e (System asyncs): "{void *}" in @deffnx to keep
the "*" out of the name in the index.
2006-04-15 01:39:38 +00:00
Kevin Ryde
a07fbceabb *** empty log message *** 2006-04-06 00:33:32 +00:00
Kevin Ryde
0d3a990739 (Ports and File Descriptors): Clarify fcntl a bit,
and correction FD_CLOEXEC goes with FD_SETFD not FD_SETFL.
(Network Sockets and Communication): In accept, cross-reference to
fcntl on O_NONBLOCK.
2006-04-06 00:33:04 +00:00
Kevin Ryde
a77bd42e52 *** empty log message *** 2006-03-28 00:48:56 +00:00