Loading docs/KNOWN_BUGS 0 → 100644 +14 −0 Original line number Diff line number Diff line These are problems known to exist at the time of this release. Feel free to join in and help us correct one or more of these! Also be sure to check the changelog of the current development status, as one or more of these problems may have been fixed since this was written! * curl_formadd() fails on OSF1. Why? Fix! Need help from OSF1 dudes. https://sourceforge.net/tracker/index.php?func=detail&aid=524433&group_id=976&atid=100976 * Running 'make test' on Mac OS X gives 4 errors. This seems to be related to some kind of libtool problem: http://curl.haxx.se/mail/archive-2002-03/0029.html and http://curl.haxx.se/mail/archive-2002-03/0033.html * libcurl does not deal nicely with files larger than 2GB No newline at end of file docs/Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ SUBDIRS = examples libcurl EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS \ README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS \ VERSIONS $(man_MANS) $(HTMLPAGES) VERSIONS KNOWN_BUGS $(man_MANS) $(HTMLPAGES) MAN2HTML= gnroff -man $< | man2html >$@ Loading Loading
docs/KNOWN_BUGS 0 → 100644 +14 −0 Original line number Diff line number Diff line These are problems known to exist at the time of this release. Feel free to join in and help us correct one or more of these! Also be sure to check the changelog of the current development status, as one or more of these problems may have been fixed since this was written! * curl_formadd() fails on OSF1. Why? Fix! Need help from OSF1 dudes. https://sourceforge.net/tracker/index.php?func=detail&aid=524433&group_id=976&atid=100976 * Running 'make test' on Mac OS X gives 4 errors. This seems to be related to some kind of libtool problem: http://curl.haxx.se/mail/archive-2002-03/0029.html and http://curl.haxx.se/mail/archive-2002-03/0033.html * libcurl does not deal nicely with files larger than 2GB No newline at end of file
docs/Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ SUBDIRS = examples libcurl EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS \ README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS \ VERSIONS $(man_MANS) $(HTMLPAGES) VERSIONS KNOWN_BUGS $(man_MANS) $(HTMLPAGES) MAN2HTML= gnroff -man $< | man2html >$@ Loading