summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-09-28 07:45:04 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-09-28 07:45:04 +0000
commitabb813df204a13720e33a6fc26574e518595c91d (patch)
tree575b5864a586969cebc5adde1b00b834acac5737 /ChangeLog.pre-2-10
parent6088718e19cce2b1ebb3f52965cbc1e8ed3a0eef (diff)
Some platforms support 64 bit 'long long', but you can not printf or scanf
2000-09-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in, tests/type-test.c: Some platforms support 64 bit 'long long', but you can not printf or scanf them. In that case, don't define G_G{UINT|INT}64_FORMAT. Changed the type-test program to reflect that.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-105
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index b754cc473..030db9172 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,10 @@
2000-09-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+ * configure.in, tests/type-test.c: Some platforms support 64 bit
+ 'long long', but you can not printf or scanf them. In that case,
+ don't define G_G{UINT|INT}64_FORMAT. Changed the type-test program
+ to reflect that.
+
* gutils.c (g_get_current_dir): max_len can't be initialized
statically as it might call a function. So do it at first call.