swig/Lib/ocaml
Art Yerkes b8490f9c18 Added to typemaps: reference type in/out
Strings <=> std::string by value
std::wstring accessible from Ocaml.  The string example converts a multibyte
japanese EUC sequence to a single wchar_t sequence if you have the ja_JP.EUC-JP
locale, or similar.
Better handling of reference in types
Corrected problems with & * mismatch in type verifier.
Type verifier now really functional.  No more type errors in places they
wouldn't be allowed in C++, unless you work at it.
Added argout_ref example for argout_ref.
Init code now effective (called from let _ = f_<module>_init ())


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4412 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-27 07:09:12 +00:00
..
carray.i The great merge 2002-11-30 22:01:28 +00:00
cstring.i The great merge 2002-11-30 22:01:28 +00:00
extra-install.list The great merge 2002-11-30 22:01:28 +00:00
libswigocaml.h The great merge 2002-11-30 22:01:28 +00:00
libswigocaml.swg The great merge 2002-11-30 22:01:28 +00:00
mlheading.swg typecheck: Foolish omission of break; 2003-02-16 07:29:34 +00:00
mliheading.swg typecheck: Foolish omission of break; 2003-02-16 07:29:34 +00:00
ocaml.i Added to typemaps: reference type in/out 2003-02-27 07:09:12 +00:00
ocaml.swg Added to typemaps: reference type in/out 2003-02-27 07:09:12 +00:00
ocamldec.swg Added to typemaps: reference type in/out 2003-02-27 07:09:12 +00:00
std_common.i The great merge 2002-11-30 22:01:28 +00:00
std_complex.i The great merge 2002-11-30 22:01:28 +00:00
std_deque.i The great merge 2002-11-30 22:01:28 +00:00
std_list.i The great merge 2002-11-30 22:01:28 +00:00
std_string.i Added to typemaps: reference type in/out 2003-02-27 07:09:12 +00:00
std_vector.i Added to typemaps: reference type in/out 2003-02-27 07:09:12 +00:00
swig.ml The great merge 2002-11-30 22:01:28 +00:00
typecheck.i corrections for std::string. 2003-02-16 13:32:40 +00:00
typemaps.i Added to typemaps: reference type in/out 2003-02-27 07:09:12 +00:00