perl4caml.git
2024-01-30 Richard W.M... Makefile.config: Avoid annoying coreutils warning master
2024-01-30 Richard W.M... perl_c.c: Fix declaration of argv
2016-11-06 Richard W.M... Fix use of CAMLparam etc macros.
2010-06-02 Richard Jonesgit: Ignore some more generated files.
2010-06-02 Richard JonesUpdate dependencies.
2010-06-02 Iain ArnellFix for Perl 5.12: SVt_RV missing.
2009-11-23 Richard JonesAdded .gitignore file for git.
2008-03-01 richAdded proper LGPL statements to all files.
2008-02-23 richBetter method to find DynaLoader.a, fixed some Fedora...
2007-05-12 richAdded a top-level Makefile which can rebuild everything.
2006-12-27 richUse newSVnv in sv_of_float to stop it truncating the...
2006-11-01 richUpdated deps.
2006-06-27 richSome very old code checked in.
2005-08-23 richUpdated deps
2005-08-16 richAdded submit_form method.
2005-05-19 richAdded wrappers around other methods of WWW::Mechanize...
2005-04-14 richAdded reftype operator.
2005-03-31 richNew version 0.9.3. Added dump_hv, dump_av functions...
2005-02-13 richVersion 0.9.2
2005-02-13 rich#set_no_fragment
2005-02-13 richHandle NUL characters in Perl strings properly.
2005-01-31 richSkeletal wrapper for Data::Dumper.
2005-01-29 richBindings for the iteration interface of Perl hashes.
2005-01-28 richVersion 0.9.0. Updated MANIFEST.
2005-01-28 richAdded 'make test' and some test scripts which exercise...
2005-01-14 rich#input_names method.
2005-01-13 richMore filling in of method wrappers.
2005-01-13 richWrapper around HTML::Form attr method.
2004-12-11 richUpdated MANIFEST.
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-12-01 rich-fPIC patch from John Goerzen.
2004-11-26 richMore wrapping paper.
2004-11-25 richAdded correct handling of undef.
2004-11-25 richUpdated manifest.
2004-11-25 richVersion 0.3.14 for release.
2004-11-25 richWrapper around WWW::Mechanize.
2004-11-23 richAdded unit () arg to #delete method.
2004-11-22 richSynched debian/ subdirectory with John Goerzen's arch...
2004-11-22 richMore complete LWP wrappers.
2004-11-03 richPatch by David Flynn
2004-06-28 richMake explicit the linking exception.
2004-03-25 richUpdated MANIFEST.
2004-03-25 richVersion 0.3.10.
2004-03-04 richBumped version for towada roll.
2004-03-03 richAttempts to fix the deref_* functions.
2004-02-15 richUpdated version from Dave.
2004-02-14 richUpdated deps.
2004-02-13 richContributed Template Toolkit wrapper.
2004-02-03 richCommented out ref counting code for now. Updated Debia...
2003-12-11 richFixed Debian version.
2003-12-11 richMemory allocation fixes.
2003-12-06 richActually build the right version of Debian package.
2003-11-19 richUpdated MANIFEST
2003-11-19 richFixed for Perl 5.8.2.
2003-11-08 richFurther tuning for initial release.
2003-11-08 rich'make dpkg' seems to work.
2003-11-08 richAnother test.
2003-11-08 richJust a test.
2003-11-08 richReady for next Debian release.
2003-11-08 richDebian -2 release.
2003-11-02 richProducing first Debian packages.
2003-11-02 richInitial Debianisation.
2003-10-26 richUpdated MANIFEST.
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-26 richAdded META (package information) for perl4caml.
2003-10-22 richFixed so the examples build properly (link perl4caml...
2003-10-18 richSupport HVs.
2003-10-16 richFixed MANIFEST.
2003-10-16 richBumped version.
2003-10-16 richAdded ocamldoc, and fixed bugs.
2003-10-16 richVersion 0.3.4 for release.
2003-10-16 richFixed a silly crashing bug in the FFI code.
2003-10-16 richVersion 0.3.3.
2003-10-16 richFixed MANIFEST.
2003-10-16 richAcknowledge Olivier Andrieu
2003-10-16 richWorked around OCaml initialization bug.
2003-10-15 richWrappers now automatically 'use' modules.
2003-10-15 richRenamed the .cma/.cmxa libraries as perl4caml to avoid...
2003-10-15 rich'make install' now installs wrappers, and everything...
2003-10-14 richAdded some documentation, license file.
2003-10-14 richUpdated MANIFEST and bumped version.
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 richAdded make dist rule & MANIFEST.
2003-10-12 richUpdated deps.
2003-10-12 richUndef, true, false SVs.
2003-10-12 richSupport for calling SVs, eval, array context, void...
2003-10-11 richAdded initial caml4perl.