perl4caml.git
20 years agoBumped version.
rich [Thu, 16 Oct 2003 13:41:22 +0000 (13:41 +0000)]
Bumped version.

20 years agoAdded ocamldoc, and fixed bugs.
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).

20 years agoVersion 0.3.4 for release.
rich [Thu, 16 Oct 2003 11:04:23 +0000 (11:04 +0000)]
Version 0.3.4 for release.

20 years agoFixed a silly crashing bug in the FFI code.
rich [Thu, 16 Oct 2003 11:03:51 +0000 (11:03 +0000)]
Fixed a silly crashing bug in the FFI code.

20 years agoVersion 0.3.3.
rich [Thu, 16 Oct 2003 09:38:46 +0000 (09:38 +0000)]
Version 0.3.3.

20 years agoFixed MANIFEST.
rich [Thu, 16 Oct 2003 09:37:02 +0000 (09:37 +0000)]
Fixed MANIFEST.

20 years agoAcknowledge Olivier Andrieu
rich [Thu, 16 Oct 2003 08:55:28 +0000 (08:55 +0000)]
Acknowledge Olivier Andrieu

20 years agoWorked around OCaml initialization bug.
rich [Thu, 16 Oct 2003 08:54:56 +0000 (08:54 +0000)]
Worked around OCaml initialization bug.

20 years agoWrappers now automatically 'use' modules.
rich [Wed, 15 Oct 2003 16:51:12 +0000 (16:51 +0000)]
Wrappers now automatically 'use' modules.
Initialization is done automatically.

20 years agoRenamed the .cma/.cmxa libraries as perl4caml to avoid conflicting
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.

20 years ago'make install' now installs wrappers, and everything under $OCAMLLIBDIR/perl.
rich [Wed, 15 Oct 2003 08:55:23 +0000 (08:55 +0000)]
'make install' now installs wrappers, and everything under $OCAMLLIBDIR/perl.
Updated MANIFEST.

20 years agoAdded some documentation, license file.
rich [Tue, 14 Oct 2003 16:46:13 +0000 (16:46 +0000)]
Added some documentation, license file.

20 years agoUpdated MANIFEST and bumped version.
rich [Tue, 14 Oct 2003 16:07:05 +0000 (16:07 +0000)]
Updated MANIFEST and bumped version.

20 years agoFixed loads of bugs. It now works. Ready to integrate in assessortool.
rich [Tue, 14 Oct 2003 16:05:21 +0000 (16:05 +0000)]
Fixed loads of bugs. It now works. Ready to integrate in assessortool.

20 years agoAdded wrappers around some common libraries.
rich [Sun, 12 Oct 2003 17:33:14 +0000 (17:33 +0000)]
Added wrappers around some common libraries.

20 years agoAdded make dist rule & MANIFEST.
rich [Sun, 12 Oct 2003 12:14:06 +0000 (12:14 +0000)]
Added make dist rule & MANIFEST.

20 years agoUpdated deps.
rich [Sun, 12 Oct 2003 11:57:07 +0000 (11:57 +0000)]
Updated deps.

20 years agoUndef, true, false SVs.
rich [Sun, 12 Oct 2003 11:56:26 +0000 (11:56 +0000)]
Undef, true, false SVs.
Class methods.
Moved examples into a subdirectory.

20 years agoSupport for calling SVs, eval, array context, void context, get_sv.
rich [Sun, 12 Oct 2003 10:52:00 +0000 (10:52 +0000)]
Support for calling SVs, eval, array context, void context, get_sv.

20 years agoAdded initial caml4perl.
rich [Sat, 11 Oct 2003 18:25:52 +0000 (18:25 +0000)]
Added initial caml4perl.