Added submit_form method.
[perl4caml.git] / perl_c.c
2005-04-14 richAdded reftype operator.
2005-02-13 richHandle NUL characters in Perl strings properly.
2005-01-29 richBindings for the iteration interface of Perl hashes.
2005-01-28 richAdded 'make test' and some test scripts which exercise...
2004-12-11 richFix compiler flags so it compiles OK on all architectures.
2004-12-11 richTested perl4caml on Mac OS X. Basically works fine...
2004-11-25 richAdded correct handling of undef.
2004-11-03 richPatch by David Flynn
2004-03-03 richAttempts to fix the deref_* functions.
2004-02-03 richCommented out ref counting code for now. Updated Debia...
2003-12-11 richMemory allocation fixes.
2003-11-19 richFixed for Perl 5.8.2.
2003-10-26 richFixed undef handling.
2003-10-26 richAll _void methods now add G_DISCARD flag.
2003-10-26 richAdded support for references.
2003-10-18 richSupport HVs.
2003-10-16 richFixed a silly crashing bug in the FFI code.
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.