platform/upstream/curl.git
14 years agoFix insufficient initialization in Curl_clone_ssl_config()
douglas steinwand [Mon, 22 Mar 2010 08:25:03 +0000 (09:25 +0100)]
Fix insufficient initialization in Curl_clone_ssl_config()

which could have caused a double free when reusing curl handle.

14 years agovarious changes of CVS to git
Daniel Stenberg [Sun, 21 Mar 2010 23:34:09 +0000 (00:34 +0100)]
various changes of CVS to git

14 years agoremove references to CVS in the code and use DEV instead
Daniel Stenberg [Sun, 21 Mar 2010 23:26:29 +0000 (00:26 +0100)]
remove references to CVS in the code and use DEV instead

14 years agoBen Greear's two fixes explained
Daniel Stenberg [Sun, 21 Mar 2010 22:34:29 +0000 (23:34 +0100)]
Ben Greear's two fixes explained

14 years agoFix tftp return codes and tsize upload handling
Ben Greear [Sun, 21 Mar 2010 22:24:36 +0000 (23:24 +0100)]
Fix tftp return codes and tsize upload handling

Error codes were not properly returned to the main curl code (and on to apps
using libcurl).

tftp was crapping out when tsize == 0 on upload, but I see no reason to fail
to upload just because the remote file is zero-length.  Ignore tsize option on
upload.

14 years agomore files to ignore
Daniel Stenberg [Sat, 20 Mar 2010 23:21:34 +0000 (00:21 +0100)]
more files to ignore

14 years agoprovide an initial set of .gitignore files
Daniel Stenberg [Sat, 20 Mar 2010 22:35:45 +0000 (23:35 +0100)]
provide an initial set of .gitignore files

14 years ago- Improved Curl_read() to not ignore the error returned from Curl_ssl_recv().
Kamil Dudka [Fri, 19 Mar 2010 15:43:11 +0000 (15:43 +0000)]
- Improved Curl_read() to not ignore the error returned from Curl_ssl_recv().

14 years agofix warning about conversions between curl_off_t and long
Daniel Stenberg [Thu, 18 Mar 2010 21:52:31 +0000 (21:52 +0000)]
fix warning about conversions between curl_off_t and long

14 years agoanother shot at the ftp_init() icc 9.1 optimizer issue
Yang Tse [Thu, 18 Mar 2010 17:37:00 +0000 (17:37 +0000)]
another shot at the ftp_init() icc 9.1 optimizer issue

14 years agoreplaced intel compiler option -no-ansi-alias with -fno-strict-aliasing
Yang Tse [Wed, 17 Mar 2010 10:44:28 +0000 (10:44 +0000)]
replaced intel compiler option -no-ansi-alias with -fno-strict-aliasing

14 years agoupdate outdated serial number
Yang Tse [Wed, 17 Mar 2010 10:39:07 +0000 (10:39 +0000)]
update outdated serial number

14 years agoFactored out some code into a few independent functions
Dan Fandrich [Tue, 16 Mar 2010 05:18:21 +0000 (05:18 +0000)]
Factored out some code into a few independent functions

14 years ago- Constantine Sapuntzakis brought a patch:
Daniel Stenberg [Mon, 15 Mar 2010 22:40:42 +0000 (22:40 +0000)]
- Constantine Sapuntzakis brought a patch:

  The problem mentioned on Dec 10 2009
  (http://curl.haxx.se/bug/view.cgi?id=2905220) was only partially fixed.
  Partially because an easy handle can be associated with many connections in
  the cache (e.g. if there is a redirect during the lifetime of the easy
  handle).  The previous patch only cleaned up the first one. The new fix now
  removes the easy handle from all connections, not just the first one.

14 years agofix compiler warning
Yang Tse [Thu, 11 Mar 2010 18:53:42 +0000 (18:53 +0000)]
fix compiler warning

14 years agoSSL should now be working out-of-the-box on Symbian S60.
Dan Fandrich [Thu, 11 Mar 2010 06:59:16 +0000 (06:59 +0000)]
SSL should now be working out-of-the-box on Symbian S60.

14 years agoEnable Symbian zlib support by default.
Dan Fandrich [Thu, 11 Mar 2010 06:58:36 +0000 (06:58 +0000)]
Enable Symbian zlib support by default.

14 years agoAllow compilation even when OpenSSL has been configured without MD4 support.
Dan Fandrich [Thu, 11 Mar 2010 06:57:33 +0000 (06:57 +0000)]
Allow compilation even when OpenSSL has been configured without MD4 support.

14 years agoA few Symbian build changes
Dan Fandrich [Wed, 10 Mar 2010 06:55:23 +0000 (06:55 +0000)]
A few Symbian build changes

14 years agowatt32 compilation fix
Yang Tse [Tue, 9 Mar 2010 17:59:35 +0000 (17:59 +0000)]
watt32 compilation fix

14 years ago- Ben Greear brought a patch that fixed the rate limiting logic for TFTP when
Daniel Stenberg [Sat, 6 Mar 2010 18:42:06 +0000 (18:42 +0000)]
- Ben Greear brought a patch that fixed the rate limiting logic for TFTP when
  the easy interface was used.

14 years agoindent fix by Ben Greear, I removed some braces for single-line conditional
Daniel Stenberg [Sat, 6 Mar 2010 18:39:45 +0000 (18:39 +0000)]
indent fix by Ben Greear, I removed some braces for single-line conditional
expressions

14 years agoAdded another VS10 version string
Yang Tse [Sat, 6 Mar 2010 10:52:56 +0000 (10:52 +0000)]
Added another VS10 version string

14 years agofix line break
Yang Tse [Sat, 6 Mar 2010 02:33:25 +0000 (02:33 +0000)]
fix line break

14 years agoremoved usage of 's6_addr', fixing compilation issue triggered with no
Yang Tse [Sat, 6 Mar 2010 01:23:09 +0000 (01:23 +0000)]
removed usage of 's6_addr', fixing compilation issue triggered with no
longer using 'in6_addr' but only our 'ares_in6_addr' struct

14 years agoDaniel Johnson provided fixes for building with the clang compiler
Daniel Stenberg [Fri, 5 Mar 2010 22:53:30 +0000 (22:53 +0000)]
Daniel Johnson provided fixes for building with the clang compiler

14 years agoAdded IPv6 name servers support
Yang Tse [Fri, 5 Mar 2010 20:01:47 +0000 (20:01 +0000)]
Added IPv6 name servers support

14 years agoOps!. Readded ares_nowarn.h.
Gisle Vanem [Fri, 5 Mar 2010 18:45:17 +0000 (18:45 +0000)]
Ops!. Readded ares_nowarn.h.

14 years agoAdded ares_nowarn.c.
Gisle Vanem [Fri, 5 Mar 2010 18:21:56 +0000 (18:21 +0000)]
Added ares_nowarn.c.

14 years agoConstantine Sapuntzakis detected and fixed a double free in builds done
Yang Tse [Fri, 5 Mar 2010 03:15:19 +0000 (03:15 +0000)]
Constantine Sapuntzakis detected and fixed a double free in builds done
with threaded resolver enabled (Windows default configuration) that would
get triggered when a curl handle is closed while doing DNS resolution.

14 years agoAdded SIZEOF_INT and SIZEOF_SHORT definitions for VMS configuration file
Yang Tse [Fri, 5 Mar 2010 02:14:19 +0000 (02:14 +0000)]
Added SIZEOF_INT and SIZEOF_SHORT definitions for VMS configuration file

14 years agoJulien Chaffraix clarified CURLOPT_HEADERFUNCTION and made
Daniel Stenberg [Thu, 4 Mar 2010 16:06:00 +0000 (16:06 +0000)]
Julien Chaffraix clarified CURLOPT_HEADERFUNCTION and made
CURLOPT_HEADERFUNCTION and CURLOPT_WRITEFUNCTION more consistent

14 years ago- [Daniel Johnson] I've been trying to build libcurl with clang on Darwin and
Daniel Stenberg [Tue, 2 Mar 2010 22:02:56 +0000 (22:02 +0000)]
- [Daniel Johnson] I've been trying to build libcurl with clang on Darwin and
  ran into some issues with the GSSAPI tests in configure.ac. The tests first
  try to determine the include dirs and libs and set CPPFLAGS and LIBS
  accordingly. It then checks for the headers and finally sets LIBS a second
  time, causing the libs to be included twice. The first setting of LIBS seems
  redundant and should be left out, since the first part is otherwise just
  about finding headers.

  My second issue is that 'krb5-config --libs gssapi' on Darwin is less than
  useless and returns junk that, while it happens to work with gcc, causes
  clang to choke. For example, --libs returns $CFLAGS along with the libs,
  which is really retarded. Simply setting 'LIBS="$LIBS -lgssapi_krb5
  -lresolv"' on Darwin is sufficient.

14 years ago- Based on patch provided by Jacob Moshenko, the transfer logic now properly
Daniel Stenberg [Tue, 2 Mar 2010 21:20:22 +0000 (21:20 +0000)]
- Based on patch provided by Jacob Moshenko, the transfer logic now properly
  makes sure that when using sub-second timeouts, there's no final bad 1000ms
  wait. Previously, a sub-second timeout would often make the elapsed time end
  up the time rounded up to the nearest second (e.g. 1s for 200ms timeout)

14 years agoupdate the generic copyright year range to include 2010
Daniel Stenberg [Tue, 2 Mar 2010 13:47:58 +0000 (13:47 +0000)]
update the generic copyright year range to include 2010

14 years ago- Andrei Benea filed bug report #2956698 and pointed out that the
Daniel Stenberg [Tue, 2 Mar 2010 13:41:18 +0000 (13:41 +0000)]
- Andrei Benea filed bug report #2956698 and pointed out that the
  CURLOPT_CERTINFO feature leaked memory due to a missing OpenSSL function
  call. He provided the patch to fix it too.

  http://curl.haxx.se/bug/view.cgi?id=2956698

14 years ago- Markus Duft pointed out in bug #2961796 that even though Interix has a
Daniel Stenberg [Tue, 2 Mar 2010 13:34:57 +0000 (13:34 +0000)]
- Markus Duft pointed out in bug #2961796 that even though Interix has a
  poll() function it doesn't quite work the way we want it so we must disable
  it, and he also provided a patch for it.

  http://curl.haxx.se/bug/view.cgi?id=2961796

14 years ago- Made the pingpong timeout code properly deal with the response timeout AND
Daniel Stenberg [Tue, 2 Mar 2010 13:26:23 +0000 (13:26 +0000)]
- Made the pingpong timeout code properly deal with the response timeout AND
  the global timeout if set. Also, as was reported in the bug report #2956437
  by Ryan Chan, the time stamp to use as basis for the per command timeout was
  not set properly in the DONE phase for FTP (and not for SMTP) so I fixed
  that just now. This was a regression compared to 7.19.7 due to the
  conversion of FTP code over to the generic pingpong concepts.

  http://curl.haxx.se/bug/view.cgi?id=2956437

14 years agoremove assignment never used
Daniel Stenberg [Tue, 2 Mar 2010 13:05:02 +0000 (13:05 +0000)]
remove assignment never used

14 years ago- Ben Greear provided an update for TFTP that fixes upload.
Daniel Stenberg [Mon, 1 Mar 2010 22:14:47 +0000 (22:14 +0000)]
- Ben Greear provided an update for TFTP that fixes upload.

14 years agoSSL, not SSH, SSL
Daniel Stenberg [Mon, 1 Mar 2010 22:10:55 +0000 (22:10 +0000)]
SSL, not SSH, SSL

14 years ago- Wesley Miaw reported bug #2958179 which identified a case of looping during
Daniel Stenberg [Mon, 1 Mar 2010 21:59:07 +0000 (21:59 +0000)]
- Wesley Miaw reported bug #2958179 which identified a case of looping during
  OpenSSL based SSL handshaking even though the multi interface was used and
  there was no good reason for it.

  http://curl.haxx.se/bug/view.cgi?id=2958179

14 years agoAdded SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
Yang Tse [Sun, 28 Feb 2010 02:51:35 +0000 (02:51 +0000)]
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems

14 years agoAdded ares_nowarn.* to VC6 project file
Yang Tse [Sun, 28 Feb 2010 02:50:51 +0000 (02:50 +0000)]
Added ares_nowarn.* to VC6 project file

14 years agospellchecked by Stéphane Fillod
Daniel Stenberg [Fri, 26 Feb 2010 22:58:24 +0000 (22:58 +0000)]
spellchecked by Stéphane Fillod

14 years ago- Pat Ray in bug #2958474 pointed out an off-by-one case when receiving a
Daniel Stenberg [Fri, 26 Feb 2010 22:55:30 +0000 (22:55 +0000)]
- Pat Ray in bug #2958474 pointed out an off-by-one case when receiving a
  chunked-encoding trailer.

  http://curl.haxx.se/bug/view.cgi?id=2958474

14 years agoFixed a couple of out of memory leaks and a segfault in the IMAP code.
Dan Fandrich [Fri, 26 Feb 2010 21:24:44 +0000 (21:24 +0000)]
Fixed a couple of out of memory leaks and a segfault in the IMAP code.

14 years agofix sizeof short
Yang Tse [Fri, 26 Feb 2010 19:12:23 +0000 (19:12 +0000)]
fix sizeof short

14 years agoAdded SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
Yang Tse [Fri, 26 Feb 2010 18:32:46 +0000 (18:32 +0000)]
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems

14 years agoAdded SIZEOF_INT definition
Yang Tse [Fri, 26 Feb 2010 17:48:18 +0000 (17:48 +0000)]
Added SIZEOF_INT definition

14 years agofix compiler warning
Yang Tse [Fri, 26 Feb 2010 16:42:33 +0000 (16:42 +0000)]
fix compiler warning

14 years agofix compiler warning
Yang Tse [Fri, 26 Feb 2010 01:47:21 +0000 (01:47 +0000)]
fix compiler warning

14 years agofix compiler warning
Yang Tse [Thu, 25 Feb 2010 08:09:05 +0000 (08:09 +0000)]
fix compiler warning

14 years agoFixed a couple of out of memory leaks and a segfault in the SMTP code.
Dan Fandrich [Thu, 25 Feb 2010 08:07:06 +0000 (08:07 +0000)]
Fixed a couple of out of memory leaks and a segfault in the SMTP code.

14 years agofix file name
Yang Tse [Thu, 25 Feb 2010 08:03:05 +0000 (08:03 +0000)]
fix file name

14 years agoFixed bug report #2958074 indicating
Yang Tse [Thu, 25 Feb 2010 06:59:04 +0000 (06:59 +0000)]
Fixed bug report #2958074 indicating
(http://curl.haxx.se/bug/view.cgi?id=2958074) that curl on Windows with
option --trace-time did not use local time when timestamping trace lines.
This could also happen on other systems depending on time souurce.

14 years agoenable 802 and 803
Yang Tse [Wed, 24 Feb 2010 01:47:28 +0000 (01:47 +0000)]
enable 802 and 803

14 years agofix compiler warning
Yang Tse [Wed, 24 Feb 2010 00:03:06 +0000 (00:03 +0000)]
fix compiler warning

14 years agofix compiler warning
Yang Tse [Tue, 23 Feb 2010 18:46:27 +0000 (18:46 +0000)]
fix compiler warning

14 years agofix compiler warning
Yang Tse [Tue, 23 Feb 2010 16:07:54 +0000 (16:07 +0000)]
fix compiler warning

14 years agofix socket data type
Yang Tse [Tue, 23 Feb 2010 13:35:01 +0000 (13:35 +0000)]
fix socket data type

14 years agofix socket data type and logging format in debug tracking socket functions
Yang Tse [Mon, 22 Feb 2010 23:28:56 +0000 (23:28 +0000)]
fix socket data type and logging format in debug tracking socket functions

14 years agoconvert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and
Yang Tse [Mon, 22 Feb 2010 18:56:29 +0000 (18:56 +0000)]
convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and
curlx_ultouc(), exposing them through curlx.h to allow proper code reuse
later in our test harness.

14 years agoupdated sources
Yang Tse [Mon, 22 Feb 2010 16:16:35 +0000 (16:16 +0000)]
updated sources

14 years ago_ Adjusted RFC821 HELO fallback and enabled test804
Patrick Monnerat [Mon, 22 Feb 2010 13:57:57 +0000 (13:57 +0000)]
_ Adjusted RFC821 HELO fallback and enabled test804

14 years ago- Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.
Patrick Monnerat [Mon, 22 Feb 2010 12:41:02 +0000 (12:41 +0000)]
- Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.
- SMTP falls back to RFC821 HELO when EHLO fails (and SSL is not required).
- Use of true local host name (i.e.: via gethostname()) when available, as default argument to SMTP HELO/EHLO.
- Test case 804 for HELO fallback.

14 years agoadd header inclusion
Yang Tse [Mon, 22 Feb 2010 03:41:02 +0000 (03:41 +0000)]
add header inclusion

14 years agofix compiler warning
Yang Tse [Mon, 22 Feb 2010 02:37:13 +0000 (02:37 +0000)]
fix compiler warning

14 years agofix compiler warning
Yang Tse [Sun, 21 Feb 2010 19:59:09 +0000 (19:59 +0000)]
fix compiler warning

14 years agoclarify more details on section "2.1 More non-blocking"
Daniel Stenberg [Sun, 21 Feb 2010 14:42:59 +0000 (14:42 +0000)]
clarify more details on section "2.1 More non-blocking"

14 years agoTFTP transfers are not blocking since 7.20.0
Daniel Stenberg [Sun, 21 Feb 2010 14:40:22 +0000 (14:40 +0000)]
TFTP transfers are not blocking since 7.20.0

14 years ago- Fixed the SMTP compliance by making sure RCPT TO addresses are specified
Daniel Stenberg [Sat, 20 Feb 2010 22:29:59 +0000 (22:29 +0000)]
- Fixed the SMTP compliance by making sure RCPT TO addresses are specified
  properly in angle brackets. Recipients provided with CURLOPT_MAIL_RCPT now
  get angle bracket wrapping automatically by libcurl unless the recipient
  starts with an angle bracket as then the app is assumed to deal with that
  properly on its own.

14 years ago- I made the SMTP code expect a 250 response back from the server after the
Daniel Stenberg [Sat, 20 Feb 2010 21:56:48 +0000 (21:56 +0000)]
- I made the SMTP code expect a 250 response back from the server after the
  full DATA has been sent, and I modified the test SMTP server to also send
  that response. As usual, the DONE operation that is made after a completed
  transfer is still not doable in a non-blocking way so this waiting for 250
  is unfortunately made blockingly.

14 years agocorected a comment and wrapped a few longish lines
Daniel Stenberg [Sat, 20 Feb 2010 21:41:25 +0000 (21:41 +0000)]
corected a comment and wrapped a few longish lines

14 years agofix compiler warning
Yang Tse [Sat, 20 Feb 2010 19:51:02 +0000 (19:51 +0000)]
fix compiler warning

14 years agofix compiler warning
Yang Tse [Sat, 20 Feb 2010 11:58:26 +0000 (11:58 +0000)]
fix compiler warning

14 years agofix compiler warning
Yang Tse [Sat, 20 Feb 2010 01:15:10 +0000 (01:15 +0000)]
fix compiler warning

14 years agofix compiler warning
Yang Tse [Fri, 19 Feb 2010 18:02:38 +0000 (18:02 +0000)]
fix compiler warning

14 years agofix compiler warning
Yang Tse [Thu, 18 Feb 2010 12:31:24 +0000 (12:31 +0000)]
fix compiler warning

14 years agoares_reinit()
Daniel Stenberg [Wed, 17 Feb 2010 22:15:23 +0000 (22:15 +0000)]
ares_reinit()

- To allow an app to force a re-read of /etc/resolv.conf etc, pretty much
  like the res_init() resolver function offers

14 years agouse curl standard indentation and line lengths
Daniel Stenberg [Wed, 17 Feb 2010 12:13:55 +0000 (12:13 +0000)]
use curl standard indentation and line lengths

14 years agoreplaced tabs with spaces
Yang Tse [Tue, 16 Feb 2010 13:32:45 +0000 (13:32 +0000)]
replaced tabs with spaces

14 years agofix Content-Length validation
Yang Tse [Tue, 16 Feb 2010 11:17:00 +0000 (11:17 +0000)]
fix Content-Length validation

14 years agouse (void) in front of fwrite() calls that ignore the return code
Daniel Stenberg [Mon, 15 Feb 2010 21:29:19 +0000 (21:29 +0000)]
use (void) in front of fwrite() calls that ignore the return code

14 years agofix compiler warning: conversion from "long" to "size_t" may lose sign
Yang Tse [Mon, 15 Feb 2010 17:40:35 +0000 (17:40 +0000)]
fix compiler warning: conversion from "long" to "size_t" may lose sign

14 years agofix compiler warning: conversion from "long" to "size_t" may lose sign
Yang Tse [Mon, 15 Feb 2010 16:18:52 +0000 (16:18 +0000)]
fix compiler warning: conversion from "long" to "size_t" may lose sign

14 years ago-w speed_download and speed_upload are measured in bytes per second
Daniel Stenberg [Mon, 15 Feb 2010 07:48:28 +0000 (07:48 +0000)]
-w speed_download and speed_upload are measured in bytes per second

14 years ago75. NTLM authentication involving unicode user name or password.
Daniel Stenberg [Sun, 14 Feb 2010 22:51:43 +0000 (22:51 +0000)]
75. NTLM authentication involving unicode user name or password.
  http://curl.haxx.se/mail/lib-2009-10/0024.html
  http://curl.haxx.se/bug/view.cgi?id=2944325

14 years agoremoved trailing whitespace
Yang Tse [Sun, 14 Feb 2010 19:40:18 +0000 (19:40 +0000)]
removed trailing whitespace

14 years agofix compiler warning
Yang Tse [Sun, 14 Feb 2010 16:37:22 +0000 (16:37 +0000)]
fix compiler warning

14 years agoOverhauled test suite getpart() function. Fixing potential out of bounds
Yang Tse [Sun, 14 Feb 2010 13:14:17 +0000 (13:14 +0000)]
Overhauled test suite getpart() function. Fixing potential out of bounds
stack and memory overwrites triggered with huge test case definitions.

14 years ago- Martin Hager reported and fixed a problem with a missing quote in libcurl.m4
Daniel Stenberg [Sat, 13 Feb 2010 21:30:16 +0000 (21:30 +0000)]
- Martin Hager reported and fixed a problem with a missing quote in libcurl.m4

  (http://curl.haxx.se/bug/view.cgi?id=2951319)

14 years agoused allways #ifdef / #ifndef;
Gunter Knauf [Sat, 13 Feb 2010 18:39:47 +0000 (18:39 +0000)]
used allways #ifdef / #ifndef;
moved gethostbyname_thread() to #else case to avoid 'not used' compiler warning.

14 years agoreplaced tabs by spaces, removed trailing tabs/spaces.
Gunter Knauf [Sat, 13 Feb 2010 18:29:59 +0000 (18:29 +0000)]
replaced tabs by spaces, removed trailing tabs/spaces.

14 years ago- Tom Donovan fixed the CURL_FORMAT_* defines when building with cmake.
Daniel Stenberg [Sat, 13 Feb 2010 17:51:30 +0000 (17:51 +0000)]
- Tom Donovan fixed the CURL_FORMAT_* defines when building with cmake.

14 years ago- Jack Zhang reported a problem with SMTP: we wrongly used multiple addresses
Daniel Stenberg [Fri, 12 Feb 2010 22:23:46 +0000 (22:23 +0000)]
- Jack Zhang reported a problem with SMTP: we wrongly used multiple addresses
  in the same RCPT TO line, when they should be sent in separate single
  commands. I updated test case 802 to verify this.

- I also fixed a bad use of my_setopt_str() of CURLOPT_MAIL_RCPT in the curl
  tool which made it try to output it as string for the --libcurl feature
  which could lead to crashes.

14 years agoCURLOPT_MAIL_RCPT is *not* a string so we must not try to printf() it
Daniel Stenberg [Fri, 12 Feb 2010 22:19:48 +0000 (22:19 +0000)]
CURLOPT_MAIL_RCPT is *not* a string so we must not try to printf() it

14 years agofree --mail-from strings properly
Daniel Stenberg [Fri, 12 Feb 2010 22:16:21 +0000 (22:16 +0000)]
free --mail-from strings properly

14 years ago_ Make it compilable again on OS400.
Patrick Monnerat [Thu, 11 Feb 2010 18:49:06 +0000 (18:49 +0000)]
_ Make it compilable again on OS400.
_ Upgrade OS400 EBCDIC wrappers for new options.
_ Upgrade ILE/RPG bindings to current state.

14 years agomention last changes
Yang Tse [Thu, 11 Feb 2010 07:36:34 +0000 (07:36 +0000)]
mention last changes