*** empty log message ***
[bpt/guile.git] / doc /
2005-03-13 Kevin Ryde*** empty log message ***
2005-03-13 Kevin Ryde(SRFI-55): New section.
2005-03-13 Kevin Ryde(SRFI-60): New section.
2005-03-07 Marius VollmerMoved up section on mutexes and condition variables...
2005-03-07 Marius VollmerTalk about critical sections.
2005-03-04 Marius VollmerSynchronized docstrings.
2005-03-04 Marius VollmerTalk about new init functions.
2005-03-04 Marius VollmerUse smobs as an example for 'remembering'. Mention...
2005-03-04 Marius VollmerReference "Blocking" for scm_leave_guile/scm_enter_guile.
2005-03-04 Marius VollmerBetter docs for leaving guile mode.
2005-03-04 Marius VollmerUse ``...'' instead of "...". The latter doesn't seem...
2005-03-04 Marius VollmerSpecify return type for scm_c_array_rank.
2005-03-02 Marius VollmerUpdates for the new thread stuff.
2005-02-28 Kevin Ryde*** empty log message ***
2005-02-28 Kevin RydeMore of:
2005-02-28 Kevin Ryde(Shared Arrays): Rewrite make-shared-array for clarity...
2005-02-28 Kevin Ryde(Shared Arrays): New section.
2005-02-28 Kevin Ryde*** empty log message ***
2005-02-28 Kevin Ryde(Control Flow): Cross reference Tail Calls.
2005-02-28 Marius Vollmerdocs for scm_c_array_rank.
2005-02-28 Kevin RydeMore of:
2005-02-25 Kevin RydeIn format, note no parameters to ~( case conversion.
2005-02-17 Kevin Ryde*** empty log message ***
2005-02-17 Kevin Ryde(Reals and Rationals): Use tex for sqrt2 and pi.
2005-02-14 Kevin Ryde*** empty log message ***
2005-02-14 Kevin Ryde(Tail Calls): New section.
2005-02-14 Kevin Ryde(File System): In tmpnam, clarify security and use of
2005-02-11 Kevin Ryde*** empty log message ***
2005-02-11 Kevin Ryde(SRFI-1 Fold and Map): Rewrite fold, pair-fold and
2005-02-11 Kevin Ryde(Integer Operations): In gcd and lcm, show args.
2005-02-11 Kevin Ryde(String Selection): In string-pad and
2005-02-04 Kevin Ryde*** empty log message ***
2005-02-04 Kevin Ryde(File System): In mkstemp!, in fact posix doesn't specify
2005-02-03 Kevin Ryde*** empty log message ***
2005-02-03 Kevin Ryde(File Ports): In port-filename, cannot use after close.
2005-02-03 Kevin Ryde(Time): In mktime, clarify fields of sbd-time used...
2005-02-03 Kevin Ryde(SRFI-0): Add srfi-4, srfi-13 and srfi-14 now in the...
2005-02-03 Kevin RydeA bit clearer for:
2005-01-28 Kevin Ryde*** empty log message ***
2005-01-28 Kevin Ryde(Signals): In sigaction, add SA_NOCLDSTOP, make it
2005-01-28 Kevin Ryde*** empty log message ***
2005-01-27 Kevin Ryde(SRFI-1 Predicates): Clarify proper-list?,
2005-01-27 Kevin Ryde(SRFI-19 Time/Date conversions): In default
2005-01-24 Marius VollmerReverted changed from 2005/01/24 19:14:54, which was...
2005-01-24 Marius VollmerThreading changes.
2005-01-23 Kevin Ryde*** empty log message ***
2005-01-23 Kevin Ryde(Internationalization): Expand and revise a bit for...
2005-01-23 Kevin Ryde*** empty log message ***
2005-01-23 Kevin Ryde(SRFI-1 Set Operations): Remove lset-adjoin!, doesn...
2005-01-23 Kevin Ryde(SRFI-1 Searching): In member, note `=' called arg...
2005-01-19 Kevin Ryde*** empty log message ***
2005-01-19 Kevin Ryde(SRFI-1 Searching): In list-index, note 0 based
2005-01-19 Kevin Ryde(Ports and File Descriptors): In flock, for LOCK_NB...
2005-01-14 Kevin Ryde*** empty log message ***
2005-01-14 Kevin Ryde(Loading): In %load-hook, need to use set!, and describ...
2005-01-14 Kevin Ryde(Random): In random:solid-sphere!, there is no return...
2005-01-14 Kevin Ryde@code for %load-path
2005-01-14 Kevin Ryde(Bitwise Operations): In logtest and logbit?, describe
2005-01-14 Marius Vollmer*** empty log message ***
2005-01-14 Marius VollmerDescribe new 1.4 compatability behavior of
2005-01-13 Kevin Ryde*** empty log message ***
2005-01-13 Kevin Ryde(Mapping Folding and Unfolding): In
2005-01-13 Kevin Ryde*** empty log message ***
2005-01-13 Kevin Ryde(SRFI-39): New section.
2005-01-13 Kevin Ryde*** empty log message ***
2005-01-13 Kevin Ryde(User Information): Note cuserid gone from POSIX.
2005-01-11 Kevin RydeSome index entry capitalization.
2005-01-11 Kevin RydeLots of @deftypefn return type {} grouping for correct...
2005-01-11 Kevin Ryde*** empty log message ***
2005-01-11 Kevin RydeSome index entry capitalization.
2005-01-11 Marius VollmerDocs for scm_array_handle_pos.
2005-01-10 Marius VollmerFixed a typo...
2005-01-10 Marius VollmerFixed typo.
2005-01-10 Marius VollmerDocument new read/print syntax for empty arrays.
2005-01-09 Kevin RydeGrammatical typo.
2005-01-09 Kevin Ryde*** empty log message ***
2005-01-09 Kevin RydeVarious index entries.
2005-01-09 Marius VollmerTalk a bit out zero-rank and zero-size arrays.
2005-01-08 Kevin Ryde*** empty log message ***
2005-01-08 Kevin RydeMove ice-9 threads to alphabetical order.
2005-01-08 Kevin Ryde(Included Guile Modules): Add expect, format, ftw,
2005-01-07 Kevin Ryde(Included Guile Modules): Remove ice-9 jacal, no such...
2005-01-07 Kevin Ryde(Included Guile Modules): Add srfi-16, srfi-19 and...
2005-01-07 Kevin Ryde(Creating Guile Modules): Expand define-modules
2005-01-07 Kevin RydeAdd a copyright year.
2005-01-07 Kevin RydeVarious further index entries.
2005-01-07 Kevin Ryde(File System): In mkstemp!, note 0600 creation mode.
2005-01-06 Marius Vollmer*** empty log message ***
2005-01-06 Marius VollmerFinished(?) the new array API docs.
2005-01-04 Marius VollmerUpdated for newfill rule of make-typed-array.
2005-01-03 Marius VollmerOne more incremental step towards the new array API.
2005-01-01 Kevin Ryde*** empty log message ***
2005-01-01 Kevin Ryde* posix.texi (Pipes): Expand and clarify a bit. Descri...
2005-01-01 Kevin RydeAdd some index entries.
2005-01-01 Kevin RydeAdd "invocation" index entry.
2004-12-30 Marius VollmerProperly close @deftypefn.
2004-12-29 Marius Vollmer*** empty log message ***
2004-12-29 Marius Vollmer(Arrays): Updated for the new 'typed' approach at creat...
2004-12-28 Kevin Ryde*** empty log message ***
2004-12-28 Kevin Ryde(SRFI-1 Searching): In any and every, revise for
next