general/pcall - change log == 0.2.7 == * fix: disp static ctor: CreateObject before creating locale == 0.2.6 == * add: sharedStrings.xml: missing test file == 0.2.5 == * chg: disp: "dup" is AddRef and "as" is QueryInterface * add: test/disp3.ijs xslt test with UTF == 0.2.4 == * add: ole32: CoInitializeEx per Bill Lam * add: test/disp2.ijs xslt test == 0.2.3 == * add: test/fso.ijs FileSystyemObject disp test * fix: disp, ole32: better variant handling == 0.2.2 == * add: cancel support progress.ijs, test/progress2.ijs per Don Guinn == 0.2.1 == * chg: test/ppc.ijs updated for j601 == 0.2.0 == * chg: j602, separate tag * chg: due to built-in pcall in j602, code is incompatible with j601 == 0.1.18 == * chg: restored test/ppc.ijs == 0.1.17 == * chg: reworked tests and placed in test folder == 0.1.16 == * add: GetObject, GetActiveObject: unfinished == 0.1.15 == * add: clr: .NET Common Language Runtime == 0.1.14 == * add: jni: support of Java Native Interface == 0.1.12 == * chg: src/pcall.c: remove DLLMain * chg: src/jcallback: simplified, remove LoadLibrary, use int * chg: src/build_jcallback: use implib to create j.lib from DLL * add: src/j.h: for use with lib == 0.1.11 == * fix: src/jcallback: correct dereferencing, load profile == 0.1.10 == * fix: disp.ijs: GUID_NULL instead of 0 * fix: ole32.ijs: VT_TYPEMASK for VarJ Variant conversion * add: src/pcall.h: better _WIN32 define for portability * add: ole32.ijs: GIT for cross-apartment calls * add: src/jcallback: Call function defined in C from J == 0.1.8 == * fix: pcall.ijs: fixed darwin lib name == 0.1.8 == * fix: test_ppc: added to manifest * chg: symdat centrally in pcall.ijs == 0.1.7 == * add: test_ppc: PowerPC asm call * add: libpcall.dylib: Universal Darwin library == 0.1.6 == * chg: renamed win/ to src/ == 0.1.5 == * add: pcall.so: library for Linux == 0.1.4 == * add: asm/: example C and asm output with codes * chg: test_asm: C calling convention == 0.1.3 == * add: test_asm: calling dynamically emitted asm code == 0.1.2 == * add: ole32: type and function description accessors * add: disp: info * add: progress: progress dialog COM class using shell API == 0.1.1 == * add: ole32 * chg: test_* to use ole32 * add: disp, disp_test == 0.1.0 == * add: JAL, bcc55, interface call * chg: test_pcall, test_typeinfo: use pcall defs * add: test_icall: interface calls * add: test_comcall: simplified COM-like calls == 0.0.0 == * initial