Added submit_form method.
[perl4caml.git] / perl.mli
2005-04-14 richAdded reftype operator.
2005-01-29 richBindings for the iteration interface of Perl hashes.
2005-01-28 richAdded 'make test' and some test scripts which exercise...
2004-03-03 richAttempts to fix the deref_* functions.
2003-12-11 richMemory allocation fixes.
2003-10-26 richAdded support for references.
2003-10-18 richSupport HVs.
2003-10-16 richAdded ocamldoc, and fixed bugs.
2003-10-16 richWorked around OCaml initialization bug.
2003-10-15 richWrappers now automatically 'use' modules.
2003-10-14 richFixed loads of bugs. It now works. Ready to integrate...
2003-10-12 richAdded wrappers around some common libraries.
2003-10-12 richUndef, true, false SVs.
2003-10-12 richSupport for calling SVs, eval, array context, void...
2003-10-11 richAdded initial caml4perl.