* eval.c, eval.h (scm_m_expand_body, m_expand_body): Deprecated
[bpt/guile.git] / doc /
2003-11-08 Kevin Ryde*** empty log message ***
2003-11-08 Kevin Ryde * srfi-modules.texi (SRFI-1 Filtering and Partitioning...
2003-11-08 Kevin Ryde(Pretty Printing): Add new keyword options, break examp...
2003-11-08 Kevin Ryde*** empty log message ***
2003-11-08 Kevin Ryde(Random): In random, use @code for *random-state*.
2003-11-03 Kevin Ryde*** empty log message ***
2003-11-03 Kevin Ryde * misc-modules.texi (File Tree Walk): New chapter.
2003-11-03 Kevin Ryde * misc-modules.texi (File Tree Walk): New chapter.
2003-10-18 Kevin Ryde*** empty log message ***
2003-10-18 Kevin Ryde(Defining new Scheme procedures in C): Don't use
2003-10-18 Kevin Ryde(Calling Scheme procedures from C, scm transition summary):
2003-10-18 Kevin Ryde * posix.texi (Time): Correction to strftime glibc...
2003-10-18 Kevin Ryde(SRFI-1 Searching): In break, note conflict with
2003-10-09 Kevin Ryde*** empty log message ***
2003-10-09 Kevin Ryde(Hash Table Reference): Decribe rehashing, note
2003-10-06 Marius Vollmer*** empty log message ***
2003-10-06 Marius Vollmer* scheme-memory.texi: Added a short explanation of...
2003-10-02 Kevin Ryde*** empty log message ***
2003-10-02 Kevin Ryde(String Ports): In call-with-output-string, note proc
2003-09-27 Neil JerramTwo fixes to Guile tutorial.
2003-09-21 Kevin RydeA tweak to:
2003-09-21 Kevin Ryde*** empty log message ***
2003-09-21 Kevin Ryde(File System): In access?, reword a bit, clarify real
2003-09-13 Kevin Ryde*** empty log message ***
2003-09-13 Kevin Ryde(SRFI-19): Rewrite, adding descriptions of all
2003-09-13 Kevin Ryde*** empty log message ***
2003-09-13 Kevin Ryde(Append/Reverse): Merge reverse and reverse!,
2003-09-13 Kevin Ryde(Reading): Add scm_c_read.
2003-09-13 Kevin Ryde(SRFI-1 Constructors): Add list-copy.
2003-09-12 Kevin Ryde(Network Address Conversion): Under IPv4, describe
2003-09-12 Kevin Ryde(File System): In stat:dev and stat:mode, clarify that...
2003-09-12 Kevin Ryde(Reading): In port-column, port-line,
2003-09-03 Kevin Ryde*** empty log message ***
2003-09-02 Kevin Ryde(Symbol Primitives): In gensym, cross reference
2003-09-02 Kevin Ryde(Keyword Primitives): Add examples to
2003-08-30 Kevin Ryde*** empty log message ***
2003-08-29 Kevin Ryde(Catch): Add scm_internal_catch.
2003-08-29 Kevin Ryde(Arithmetic): Use a table for scheme to C libm equivale...
2003-08-29 Kevin Ryde(Lambda): Note ". rest" list argument is always newly...
2003-08-29 Kevin Ryde(Remembering During Operations): Note
2003-08-29 Kevin Ryde(SRFI-1 Association Lists): In alist-delete and
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 ***
next