summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2001-09-05 04:32:43 (GMT)
committerdavygrvy <davygrvy@pobox.com>2001-09-05 04:32:43 (GMT)
commit5f87c32b058b894079bced19ec4c68f39bd7624c (patch)
tree149b1c3c768838183bb322b5b339635756a1d62d
parent0ab5a9eadd4a1d303e6f1c410921c09b744c1a29 (diff)
downloadtcl-5f87c32b058b894079bced19ec4c68f39bd7624c.zip
tcl-5f87c32b058b894079bced19ec4c68f39bd7624c.tar.gz
tcl-5f87c32b058b894079bced19ec4c68f39bd7624c.tar.bz2
no message
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 223dae9..1d45661 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,18 @@
ClientData was properly typed as a void* and TCHAR would not be
defined twice.
+ * generic/tcl.h: Removed a small mistake from before. Changes to
+ the EXTERN macro for proper Borland compatibility will have to see
+ a TIP. What's this with the MS compiler:
+
+ __declspec(dllexport) int func (int a, int b);
+
+ will have to be this with Borland:
+
+ int __cdecl __export func (int a, int b);
+
+ The order of the attribute needs to be after the return type.
+
2001-09-04 Don Porter <dgp@users.sourceforge.net>
* compat/strtod.c (strtod): Fixed failure to handle expressions