(exception:string-contains-nul): New exception pattern.
[bpt/guile.git] / ice-9 / format.scm
2006-10-09 Kevin Rydemerge from 1.8 branch
2006-04-16 Kevin Rydemerge from 1.8 branch
2004-10-18 Marius Vollmer(format:obj->str): Simplified considerably by using
2004-09-01 Kevin Ryde(format:out): Ignore excess arguments, per common lisp.
2004-09-01 Kevin Ryde(format:out-num-padded): Print "+" on 0 under @ modifier.
2004-07-19 Kevin Ryde2004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni...
2003-09-15 Marius Vollmer(format): Rewritten as a big letrec to make it reentran...
2003-09-12 Marius Vollmer(format:error): Use 'format:format' instead of
2003-03-19 Marius Vollmer(format:out-substr): Update the column counter correctl...
2003-03-10 Mikael Djurfeldt* srfi-1.scm (iota map for-each map-in-order list-index...
2002-11-07 Marius Vollmer(format): Use 'monitor' properly. Not the definition
2002-11-03 Marius Vollmer(format): Wrap a monitor around format:format since...
2002-05-09 Marius Vollmer(format:out-inf-nan): New.
2002-05-08 Marius Vollmer(format:fn-max): Increase to 400 so ~f and ~g can print...
2001-11-27 Marius Vollmer(string-index, list-head): Removed, we already these...
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-06-09 Marius VollmerUse (ice-9 and-let-star).
2001-06-04 Marius VollmerAdded kluge at top that keeps `export' from
2001-05-25 Marius Vollmer* Makefile.am (ice9_sources): Added "pretty-print.scm".
2001-05-15 Marius VollmerMerged from mvo-vcell-cleanup-1-branch.
2000-08-14 Mikael Djurfeldt* format.scm (format:obj->str): Made tail-recursive...
2000-04-04 Mikael Djurfeldt* format.scm (format:obj->str): Handle circular referen...
2000-02-11 Mikael Djurfeldt* format.scm (format): Reintroduce (define format forma...
2000-01-20 Greg J. Badros* format.scm: Use (variable-set! (builtin-variable...
1999-09-11 Jim Blandy* format.scm (format:format-work): Use #\tab and #...
1999-05-09 Jim Blandy* string-case.scm: Removed; functions moved to libguile...
1999-05-02 Jim Blandy* format.scm: New file, brought in from SLIB, with...