summaryrefslogtreecommitdiff
path: root/module/ice-9/format.scm
Commit message (Expand)AuthorAgeFilesLines
* doc: Document how (ice-9 format) replaces 'format'.Jean Abou Samra2022-10-121-1/+8
* (ice-9 format): Fix scaling floats with leading zerosTimothy Sample2021-10-191-2/+2
* More format refactorings.Andy Wingo2019-08-131-251/+225
* More format refactorsAndy Wingo2019-08-131-1497/+1498
* More format refactorsAndy Wingo2019-08-131-606/+586
* Refactor `format' to use when/unless conventionallyAndy Wingo2019-08-131-272/+279
* Remove all deprecated codeAndy Wingo2017-05-221-24/+0
* String ports use UTF-8; ignore %default-port-encoding.Mark H Weaver2013-08-071-5/+2
* Micro-optimize (ice-9 format).Ludovic Courtès2012-08-211-7/+7
* format: Add specifier ~h for localized number output.Ludovic Courtès2012-02-031-1/+20
* Make `(format #f ...)' always Unicode-capable.Ludovic Courtès2011-02-081-1/+4
* Do not apply `inf?' or `nan?' to stringsMark H Weaver2011-01-281-5/+9
* format handles ~@c betterAndy Wingo2010-12-181-35/+8
* more format tweaksAndy Wingo2010-12-181-34/+34
* more format tweaksAndy Wingo2010-12-181-1486/+1482
* take advantage of letrec* in formatAndy Wingo2010-12-181-11/+4
* inline format:out into formatAndy Wingo2010-12-181-40/+31
* more format cleanupsAndy Wingo2010-12-181-25/+21
* format's first arg is "destination"Andy Wingo2010-12-181-18/+18
* inline format:format into formatAndy Wingo2010-12-181-40/+24
* deprecate omission of port to ice-9 formatAndy Wingo2010-12-181-49/+68
* letrec -> internal definitions in format.scmAndy Wingo2010-12-181-1586/+1549
* format.scm cleanupsAndy Wingo2010-12-181-60/+16
* ice-9 format license updateAndy Wingo2010-12-181-17/+35
* deprecate passing a number as the destination to `format'Andy Wingo2010-08-281-2/+6
* fix `format' with %f and exact rationalsAndy Wingo2010-06-061-126/+123
* ~:@y allows for truncation to an absolute maximum widthAndy Wingo2009-12-291-3/+13
* add ~@y truncated printing directive to formatAndy Wingo2009-12-291-5/+18
* move ice-9/ and oop/ under module/Andy Wingo2008-11-011-0/+1690