summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
rich [Thu, 16 Oct 2003 13:41:57 +0000 (13:41 +0000)]
Fixed MANIFEST.
rich [Thu, 16 Oct 2003 13:41:22 +0000 (13:41 +0000)]
Bumped version.
rich [Thu, 16 Oct 2003 13:41:06 +0000 (13:41 +0000)]
Added ocamldoc, and fixed bugs.
Added tutorial on writing wrappers.
Fixed bug in LWP::UserAgent->request (was calling wrong method).
rich [Thu, 16 Oct 2003 11:04:23 +0000 (11:04 +0000)]
Version 0.3.4 for release.
rich [Thu, 16 Oct 2003 11:03:51 +0000 (11:03 +0000)]
Fixed a silly crashing bug in the FFI code.
rich [Thu, 16 Oct 2003 09:38:46 +0000 (09:38 +0000)]
Version 0.3.3.
rich [Thu, 16 Oct 2003 09:37:02 +0000 (09:37 +0000)]
Fixed MANIFEST.
rich [Thu, 16 Oct 2003 08:55:28 +0000 (08:55 +0000)]
Acknowledge Olivier Andrieu
rich [Thu, 16 Oct 2003 08:54:56 +0000 (08:54 +0000)]
Worked around OCaml initialization bug.
rich [Wed, 15 Oct 2003 16:51:12 +0000 (16:51 +0000)]
Wrappers now automatically 'use' modules.
Initialization is done automatically.
rich [Wed, 15 Oct 2003 09:49:52 +0000 (09:49 +0000)]
Renamed the .cma/.cmxa libraries as perl4caml to avoid conflicting
with the real libperl when linking.
rich [Wed, 15 Oct 2003 08:55:23 +0000 (08:55 +0000)]
'make install' now installs wrappers, and everything under $OCAMLLIBDIR/perl.
Updated MANIFEST.
rich [Tue, 14 Oct 2003 16:46:13 +0000 (16:46 +0000)]
Added some documentation, license file.
rich [Tue, 14 Oct 2003 16:07:05 +0000 (16:07 +0000)]
Updated MANIFEST and bumped version.
rich [Tue, 14 Oct 2003 16:05:21 +0000 (16:05 +0000)]
Fixed loads of bugs. It now works. Ready to integrate in assessortool.
rich [Sun, 12 Oct 2003 17:33:14 +0000 (17:33 +0000)]
Added wrappers around some common libraries.
rich [Sun, 12 Oct 2003 12:14:06 +0000 (12:14 +0000)]
Added make dist rule & MANIFEST.
rich [Sun, 12 Oct 2003 11:57:07 +0000 (11:57 +0000)]
Updated deps.
rich [Sun, 12 Oct 2003 11:56:26 +0000 (11:56 +0000)]
Undef, true, false SVs.
Class methods.
Moved examples into a subdirectory.
rich [Sun, 12 Oct 2003 10:52:00 +0000 (10:52 +0000)]
Support for calling SVs, eval, array context, void context, get_sv.
rich [Sat, 11 Oct 2003 18:25:52 +0000 (18:25 +0000)]
Added initial caml4perl.