diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-29 09:53:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-29 09:53:21 +0000 |
commit | e9c835ad06bdded6a720ad59054a7b058ace4d9c (patch) | |
tree | 8bca4c3cf5adfc5a0ec6367c7e7537b6115db82c /CHANGES | |
parent | 0701b973dfdf13af115d5731fae16c0447c68d88 (diff) |
David Hull made the file: URL parser also accept the somewhat sloppy file
syntax: file:/path. I added test case 203 to verify this.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -7,6 +7,14 @@ Changelog +Daniel (29 October) +- runtests.pl now checks for and use valgrind if present. It will redirect the + valgrind results in log/valgrind[num] but it currently doesn't scan that + file for any errors or anything, that is still only made manually. + +- David Hull made the file: URL parser also accept the somewhat sloppy file + syntax: file:/path. I added test case 203 to verify this. + Daniel (28 October) - Dan C tracked down yet another weird behavior in the glibc gethostbyname_r() function for some specific versions (reported on 2.2.5 and 2.1.1), and |