summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-22 17:43:51 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-22 17:43:51 -0800
commitcd7f176ebd9de3e731d4f02223c796b6738dd217 (patch)
tree5eeb3b7d2e1d051dcbdf2018ecb4ff457a53b420 /ChangeLog
parentba37a43bf36c5f4e787fceb18cb0f4223e98f261 (diff)
downloadtxr-cd7f176ebd9de3e731d4f02223c796b6738dd217.tar.gz
txr-cd7f176ebd9de3e731d4f02223c796b6738dd217.tar.bz2
txr-cd7f176ebd9de3e731d4f02223c796b6738dd217.zip
* stream.c (vformat): Left-adjusted field is now specified
using < rather than '-'. The +, space and leading 0 are specified on the precision, not the width.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8eb46034..0fbdb2f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-12-22 Kaz Kylheku <kaz@kylheku.com>
+ * stream.c (vformat): Left-adjusted field is now specified
+ using < rather than '-'. The +, space and leading 0 are
+ specified on the precision, not the width.
+
+2011-12-22 Kaz Kylheku <kaz@kylheku.com>
+
* rand.c (random): Fix for 64 bit fixnums: stick two random numbers
together. Otherwise for fixnum moduli, we get only a 32 bit number no
matter what the modulus is.