aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-12 12:47:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-12 12:47:38 +0000
commit3fa1879f6ad176e73344291a1df241559dbbc23a (patch)
tree30ce5380ca380298a34e0b4e4a5a49658a06ebac /CHANGES
parentd30cf22c126103e0b6f44bba4375096a12eb69f9 (diff)
recent fixes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7c24347a9..4272f3ec3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,12 @@ Daniel (11 October 2004)
the peer dies. The same effect is provide by the MSG_NOSIGNAL parameter to
send() on other systems. Alan Pinstein verified the fix.
+Daniel (10 October 2004)
+- Systems with 64bit longs no longeruse strtoll() or our strtoll- replacement
+ to parse 64 bit numbers. strtol() works fine. Added a configure check to
+ detect if [constant]LL works and if so, use that in the strtoll replacement
+ code to work around compiler warnings reported by Andy Cedilnik.
+
Gisle (6 October 2004)
- For USE_LIBIDN builds: Added Top-Level-Domain (TLD) check of host-name
used in fix_hostname(). Checks if characters in 'host->name' (indirectly