From: Daniel Stenberg Date: Mon, 15 Mar 2004 10:11:34 +0000 (+0000) Subject: Marty Kuhrt's VMS updates X-Git-Tag: curl-7_11_1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec050ccbc4b65e98619e986657750bd3d20961ea;p=thirdparty%2Fcurl.git Marty Kuhrt's VMS updates --- diff --git a/src/curlmsg.h b/src/curlmsg.h index 5aae019f78..79280df283 100755 Binary files a/src/curlmsg.h and b/src/curlmsg.h differ diff --git a/src/curlmsg.msg b/src/curlmsg.msg index 33b0db1212..ae40d37cc4 100755 --- a/src/curlmsg.msg +++ b/src/curlmsg.msg @@ -1,10 +1,15 @@ ! -! VMS error codes are generated by editing the curl.h file and putting all the -! CURLE_* enum stuff into this file. With the exception of CURLE_OK, all -! of the messages are at the error severity level. With the exception of +! These VMS error codes are generated by taking apart the curl.h +! file and putting all the CURLE_* enum stuff into this file, +! CURLMSG.MSG. An .SDL file is created from this file with +! MESSAGE/SDL. The .H file is created using the freeware SDL tool +! against the .SDL file. +! +! With the exception of CURLE_OK, all of the messages are at +! the error severity level. With the exception of ! FTP_USER_PWD_INCORRECT, which is a shortened form of -! FTP_USER_PASSWORD_INCORRECT, these are the same names as the CURLE_ ones -! in include/curl.h +! FTP_USER_PASSWORD_INCORRECT, these are the same names as the +! CURLE_ ones in include/curl.h ! .TITLE CURLMSG Message files .FACILITY CURL,1793 /PREFIX=CURL_ @@ -76,6 +81,7 @@ SSL_CACERT BAD_CONTENT_ENCODING LDAP_INVALID_URL FILESIZE_EXCEEDED +FTP_SSL_FAILED CURL_LAST .END diff --git a/src/curlmsg.sdl b/src/curlmsg.sdl index 68800d65e9..91c21e541f 100755 Binary files a/src/curlmsg.sdl and b/src/curlmsg.sdl differ