summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
rich [Sat, 8 Nov 2003 11:35:22 +0000 (11:35 +0000)]
Just a test.
rich [Sat, 8 Nov 2003 11:33:39 +0000 (11:33 +0000)]
Ready for next Debian release.
rich [Sat, 8 Nov 2003 11:08:48 +0000 (11:08 +0000)]
Debian -2 release.
Added .ml files to development package.
rich [Sun, 2 Nov 2003 13:28:38 +0000 (13:28 +0000)]
Producing first Debian packages.
rich [Sun, 2 Nov 2003 13:19:57 +0000 (13:19 +0000)]
Initial Debianisation.
rich [Sun, 26 Oct 2003 13:02:24 +0000 (13:02 +0000)]
Updated MANIFEST.
rich [Sun, 26 Oct 2003 12:57:11 +0000 (12:57 +0000)]
Fixed undef handling.
rich [Sun, 26 Oct 2003 12:10:23 +0000 (12:10 +0000)]
All _void methods now add G_DISCARD flag.
rich [Sun, 26 Oct 2003 11:22:38 +0000 (11:22 +0000)]
Added support for references.
Fixed support for floats.
rich [Sun, 26 Oct 2003 10:20:19 +0000 (10:20 +0000)]
Added META (package information) for perl4caml.
rich [Wed, 22 Oct 2003 10:18:26 +0000 (10:18 +0000)]
Fixed so the examples build properly (link perl4caml library
from current directory).
rich [Sat, 18 Oct 2003 12:36:09 +0000 (12:36 +0000)]
Support HVs.
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.