(Multiple Values): In values, show args as "arg1
[bpt/guile.git] / doc /
2003-08-29 Kevin Ryde(Multiple Values): In values, show args as "arg1
2003-08-29 Kevin Ryde(Ports and File Descriptors): In pipe PIPE_BUF, use
2003-08-29 Kevin Ryde(Network Sockets and Communication): In socket, use
2003-08-29 Kevin Ryde(Network Sockets and Communication): In socketpair,
2003-08-29 Kevin Ryde(Append/Reverse): Merge append and append!,
2003-08-29 Kevin RydeMove @contents to usual place after title page, and
2003-08-29 Kevin Ryde(Hash Table Reference): Add hashx- case
2003-08-25 Kevin Ryde*** empty log message ***
2003-08-25 Kevin Ryde(How guile-snarf works): Need @@ for texinfo in example.
2003-08-25 Kevin Ryde*** empty log message ***
2003-08-25 Kevin Ryde(Scientific): Add two-argument atan.
2003-08-17 Kevin Ryde(Hash Table Reference): Collect up groups of
2003-08-12 Kevin Ryde*** empty log message ***
2003-08-12 Kevin Ryde(while do): Update `while' for code rewrite, in
2003-08-08 Kevin Ryde*** empty log message ***
2003-08-08 Kevin Ryde(Memory Blocks): Add index entries for deprecated scm_m...
2003-07-28 Kevin Ryde*** empty log message ***
2003-07-28 Kevin Ryde(List Constructors): Remove scm_cons_star, since it...
2003-07-28 Kevin Ryde(Property Primitives): In primitive-property-ref,
2003-07-24 Kevin Ryde*** empty log message ***
2003-07-24 Kevin Ryde(Continuations): Rewrite with more detail.
2003-07-24 Kevin RydeBit more of:
2003-07-24 Kevin Ryde(Parallel Forms): New section.
2003-07-24 Kevin Ryde(System asyncs): Add index entries for C functions.
2003-07-23 Kevin Ryde(Dynamic Wind): Untabify.
2003-07-18 Kevin Ryde*** empty log message ***
2003-07-18 Kevin Ryde(Fly Evaluation): In apply, reword for
2003-07-18 Kevin Ryde*** empty log message ***
2003-07-18 Kevin Ryde(SRFI-0): Add cond-expand index entry.
2003-07-18 Kevin Ryde*** empty log message ***
2003-07-18 Kevin Ryde(nicode): New macro.
2003-07-18 Kevin Ryde*** empty log message ***
2003-07-17 Kevin Ryde(List Constructors): In list, use "elem1
2003-07-11 Kevin Ryde*** empty log message ***
2003-07-11 Kevin Ryde(SRFI-1 Constructors): In iota, reword a bit for
2003-07-09 Kevin Ryde*** empty log message ***
2003-07-09 Kevin Ryde(Deprecated): Add scm_remember.
2003-06-21 Kevin Ryde*** empty log message ***
2003-06-21 Kevin Ryde(Remembering During Operations): Refer to all "Guile
2003-06-19 Kevin Ryde*** empty log message ***
2003-06-19 Kevin Ryde(File Ports): Describe call-with-input-file and
2003-06-13 Kevin Ryde(Vector Data): For SCM_VECTOR_BASE, SCM_STRING_CHARS
2003-06-13 Kevin Ryde*** empty log message ***
2003-06-13 Kevin Ryde(Arithmetic): round is to nearest even.
2003-06-12 Kevin Ryde*** empty log message ***
2003-06-11 Kevin Ryde(Remembering During Operations): New section.
2003-06-11 Kevin Ryde(Primitive Numerics): Add atan2, pow, asinh, acosh
2003-06-11 Kevin Ryde * scheme-memory.texi (Memory Blocks): Use {} around...
2003-06-11 Kevin Ryde * scheme-memory.texi (Memory Blocks): Use {} around...
2003-06-11 Kevin Ryde(Memory Blocks): Use {} around types for
2003-06-11 Kevin Ryde(Scheme to C): In gh_scm2newstr, lenp is size_t* not...
2003-06-09 Marius Vollmer*** empty log message ***
2003-06-09 Marius VollmerMinor punctuation mistakes. Hyphens should link compou...
2003-06-07 Kevin Ryde*** empty log message ***
2003-06-07 Kevin Ryde(Arithmetic): Cross reference glibc floor and ceil.
2003-06-05 Kevin Ryde*** empty log message ***
2003-06-05 Kevin Ryde(Network Sockets and Communication): Cross reference
2003-06-05 Kevin Ryde(Ports): Add notes on garbage collection, and on
2003-06-04 Kevin Ryde*** empty log message ***
2003-06-04 Kevin Ryde(Delayed Evaluation): Add delay, reword
2003-06-04 Kevin Ryde(Futures): New section.
2003-06-04 Kevin RydeAdd an @: missing from
2003-06-04 Kevin Ryde(SRFI-13 Miscellaneous): In string-replace, note
2003-06-04 Kevin Ryde(File System): stat:rdev and stat:blocks can return #f,
2003-06-04 Kevin Ryde(Array Mapping): Reword for clarity, and in
2003-05-30 Kevin Ryde*** empty log message ***
2003-05-30 Kevin Ryde(Default Ports): Remove duplicate descriptions of
2003-05-30 Kevin RydeAdd substring-move-left! and substring-move-right!.
2003-05-27 Dirk Herrmann * benchmark-suite/lib.scm: Fix some typos in...
2003-05-26 Kevin Ryde*** empty log message ***
2003-05-26 Kevin Ryde(Locales): Clarify setlocale a bit, list all categories,
2003-05-24 Kevin Ryde*** empty log message ***
2003-05-23 Kevin RydeChangeLog'ed 2003-05-12, forgot to commit until now:
2003-05-23 Kevin Ryde(The Scheme shell (scsh)): Add index entries.
2003-05-23 Kevin RydeAdd index entries lambda, optargs, syncase.
2003-05-23 Kevin RydeRevert this change:
2003-05-23 Kevin Ryde(SRFI-13 Miscellaneous): In string-replace, start1...
2003-05-22 Kevin Ryde*** empty log message ***
2003-05-22 Kevin Ryde(SRFI-2): Rewrite and-let*, describing plain
2003-05-17 Marius Vollmer*** empty log message ***
2003-05-17 Marius Vollmer(socket): Use PF_ instead of AF_ prefix.
2003-05-15 Kevin Ryde*** empty log message ***
2003-05-15 Kevin RydeUse @copying, show copyright and permissions at start...
2003-05-15 Kevin Ryde(SRFI-1 Deleting): Rewrite delete and
2003-05-12 Kevin RydeAdd indexing of srfi numbers, and a couple of procedure...
2003-05-11 Kevin Ryde*** empty log message ***
2003-05-11 Kevin Ryde(Handling Errors): Fix regexp error key, should
2003-05-11 Kevin Ryde(Loading Readline Support, Readline Options):
2003-05-11 Kevin Ryde(Guile License): Refer to COPYING.LIB.
2003-05-10 Kevin Ryde*** empty log message ***
2003-05-10 Kevin Ryde(m): New macro.
2003-05-10 Kevin Ryde*** empty log message ***
2003-05-10 Kevin Ryde(Handling Errors): Index entries for error keys.
2003-05-10 Kevin Ryde(Bitwise Operations): Note negatives are treated as
2003-05-10 Kevin Ryde(Reals and Rationals): Fix typo @result{#f}, and
2003-05-09 Kevin Ryde*** empty log message ***
2003-05-09 Kevin Ryde(Handling Errors): Revise C support section to
2003-05-08 Kevin Ryde*** empty log message ***
2003-05-08 Kevin Ryde*** empty log message ***
2003-05-08 Kevin Ryde(Bitwise Operations): Fix lognot to ones-complement.
next