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

850 commits

Author SHA1 Message Date
Kevin Ryde
ba3e98ccf8 Typo in alist-cons. 2005-04-01 23:32:26 +00:00
Kevin Ryde
7d281fa50f (SRFI-19): Note Gregorian leap year rules
incorrectly extended back prior to 1582.
2005-04-01 23:29:22 +00:00
Kevin Ryde
4eb21177ee (SRFI-1 Set Operations): Revise and expand.
(SRFI-1 Deleting): In delete, cross reference lset-difference.
2005-04-01 23:17:21 +00:00
Kevin Ryde
2f60df3b78 (Readline Support): Cross ref readline manual.
(Loading Readline Support): Add GUILE_HISTORY and .inputrc Guile
configurables.
2005-04-01 23:09:30 +00:00
Marius Vollmer
ad0c2091bd Fixed some typos. 2005-04-01 15:06:41 +00:00
Marius Vollmer
9d965d0625 *** empty log message *** 2005-03-29 17:59:11 +00:00
Marius Vollmer
35f957b20f Fixed some typos and added some docs. Talk about concrete and
abstract hash tables.
2005-03-29 17:59:03 +00:00
Marius Vollmer
c93557e7aa Correct strange placement of @end deffn... 2005-03-29 17:54:03 +00:00
Kevin Ryde
cc93eace99 *** empty log message *** 2005-03-13 23:36:48 +00:00
Kevin Ryde
4ea9becb93 (SRFI-55): New section. 2005-03-13 23:36:20 +00:00
Kevin Ryde
8503beb82f (SRFI-60): New section. 2005-03-13 23:30:47 +00:00
Marius Vollmer
2567692aeb Moved up section on mutexes and condition variables. Added critical
"Critical Sections" section.
2005-03-07 21:49:43 +00:00
Marius Vollmer
32106a5ded Talk about critical sections. 2005-03-07 21:48:18 +00:00
Marius Vollmer
673ba2da04 Synchronized docstrings. 2005-03-04 17:56:31 +00:00
Marius Vollmer
beac603912 Talk about new init functions. 2005-03-04 16:05:01 +00:00
Marius Vollmer
384138c496 Use smobs as an example for 'remembering'. Mention continuation barriers. 2005-03-04 16:04:22 +00:00
Marius Vollmer
a0f78c5085 Reference "Blocking" for scm_leave_guile/scm_enter_guile. 2005-03-04 15:48:18 +00:00
Marius Vollmer
9ba2fab389 Better docs for leaving guile mode. 2005-03-04 15:47:48 +00:00
Marius Vollmer
e03bb21b83 Use ``...'' instead of "...". The latter doesn't seem to work for
some reason.
2005-03-04 14:22:41 +00:00
Marius Vollmer
ca6a8a38a4 Specify return type for scm_c_array_rank. 2005-03-04 14:21:01 +00:00
Marius Vollmer
b4fddbbeda Updates for the new thread stuff. 2005-03-02 20:46:41 +00:00
Kevin Ryde
dfd49d754a *** empty log message *** 2005-02-28 23:01:48 +00:00
Kevin Ryde
d8c3fde933 More of:
(Shared Arrays): New section.
2005-02-28 22:58:03 +00:00
Kevin Ryde
b4b78f5d7d (Shared Arrays): Rewrite make-shared-array for clarity, adding examples. 2005-02-28 22:57:10 +00:00
Kevin Ryde
e2535ee4a5 (Shared Arrays): New section. 2005-02-28 22:46:08 +00:00
Kevin Ryde
a323275d0e *** empty log message *** 2005-02-28 22:36:26 +00:00
Kevin Ryde
51545a904e (Control Flow): Cross reference Tail Calls. 2005-02-28 22:35:51 +00:00
Marius Vollmer
39b6cb8678 docs for scm_c_array_rank. 2005-02-28 02:45:10 +00:00
Kevin Ryde
5f708db610 More of:
(SRFI-1 Fold and Map): Rewrite fold, pair-fold and reduce for clarity.
2005-02-28 00:33:40 +00:00
Kevin Ryde
f0a9ab4d90 In format, note no parameters to ~( case conversion. 2005-02-25 23:09:33 +00:00
Kevin Ryde
18bd7605a7 *** empty log message *** 2005-02-17 21:25:25 +00:00
Kevin Ryde
34942993e6 (Reals and Rationals): Use tex for sqrt2 and pi.
(Complex Numbers): Add polar form read syntax.
2005-02-17 21:18:31 +00:00
Kevin Ryde
94c442be66 *** empty log message *** 2005-02-14 23:45:40 +00:00
Kevin Ryde
62b7a179b6 (Tail Calls): New section. 2005-02-14 23:44:43 +00:00
Kevin Ryde
0b0715f1b2 (File System): In tmpnam, clarify security and use of
O_EXCL.  In mkstemp!, in fact posix doesn't specify permissions.
2005-02-14 23:37:28 +00:00
Kevin Ryde
e2c80f891b *** empty log message *** 2005-02-11 22:04:13 +00:00
Kevin Ryde
1e181a080f (SRFI-1 Fold and Map): Rewrite fold, pair-fold and
reduce for clarity.
2005-02-11 22:03:48 +00:00
Kevin Ryde
fd8a1df5b6 (Integer Operations): In gcd and lcm, show args.
(Arithmetic): In truncate, add missing arg.
2005-02-11 21:47:59 +00:00
Kevin Ryde
6337e7fb98 (String Selection): In string-pad and
string-pad-right, clarify which end the padding goes on, and merge
descriptions.
2005-02-11 21:44:44 +00:00
Kevin Ryde
178f1f90e1 *** empty log message *** 2005-02-04 22:42:27 +00:00
Kevin Ryde
61fdb55797 (File System): In mkstemp!, in fact posix doesn't specify
the permissions mode.  Add an example setting 666 less umask.
2005-02-04 22:40:21 +00:00
Kevin Ryde
9b60a7c948 *** empty log message *** 2005-02-03 23:17:50 +00:00
Kevin Ryde
e55abf4140 (File Ports): In port-filename, cannot use after close. 2005-02-03 23:17:27 +00:00
Kevin Ryde
b0fb230659 (Time): In mktime, clarify fields of sbd-time used, and
the handling of tm:isdst.
2005-02-03 23:16:35 +00:00
Kevin Ryde
f38d22c538 (SRFI-0): Add srfi-4, srfi-13 and srfi-14 now in the core. 2005-02-03 23:10:20 +00:00
Kevin Ryde
d1736abf82 A bit clearer for:
(SRFI-1 Searching): In list-index, note 0 based index and #f for not found.
2005-02-03 22:59:47 +00:00
Kevin Ryde
bba35c8064 *** empty log message *** 2005-01-28 21:11:28 +00:00
Kevin Ryde
91f5e9f7ec (Signals): In sigaction, add SA_NOCLDSTOP, make it
clearer SA_RESTART is a variable.
2005-01-28 21:09:30 +00:00
Kevin Ryde
5bbc406b83 *** empty log message *** 2005-01-28 00:14:16 +00:00
Kevin Ryde
f18f87aa6d (SRFI-1 Predicates): Clarify proper-list?,
circular-list? and dotted-list?, note any object passes exactly one of
those.
2005-01-27 23:47:20 +00:00