Skip to content

Commit

Permalink
initial import of C::DynaLib 0.51 from CPAN
Browse files Browse the repository at this point in the history
git-cpan-module: C::DynaLib
git-cpan-version: 0.51
  • Loading branch information
jtobey authored and Reini Urban committed May 11, 2010
0 parents commit fc63f6e
Show file tree
Hide file tree
Showing 18 changed files with 2,943 additions and 0 deletions.
59 changes: 59 additions & 0 deletions Changes
@@ -0,0 +1,59 @@
Revision history for Perl extension C::DynaLib (formerly
ExtUtils::DynaLib, very formerly CLib).

0.01 Thu Jun 12 01:17:41 1997
- original version; created by h2xs 1.18

0.02 Sat Jun 14 19:22:36 1997
First release, only "cdecl" convention supported.

0.03 Sun Jun 15 22:56:26 1997
Fixed problem with Perl prototypes.

0.04 Tue Jun 17 04:15:57 1997
Generalized the default calling convention; constructor
accepts filename; declare_sub accepts function pointer; added ``hack30''
calling convention

0.10 Wed Jun 18 13:31:07 EDT 1997
Got `hack30' to return ints correctly on sparc/solaris.
Made compatible with perl 5.003.

0.11 Thu Jun 19 23:43:29 1997
Added sparc convention.

0.12 Sun Jun 22 10:34:21 1997
Minor stuff. Renamed to ExtUtils::DynaLib.

0.13-0.14 Nicified for CPAN.

0.20 Mon Jul 7 23:42:00 1997
Support for callbacks. Major and minor bugfixes.

0.21 Sat Jul 12 02:01:12 1997
die works with callbacks (except in certain complex cases).
Added a few bits & pieces.
Sun's cc is now supported (thanks to lvirden@cas.org).

0.22 Wed Jul 30 01:12 1997
Renamed methods to avoid possible future keyword conflict:
declare_sub became DeclareSub, poke became Poke, etc. Added
ExtUtils::DynaLib::Struct package. Got it to work on Windows 95 with
Borland C++ (but probably not repeatably ;-) )

0.30 Mon Aug 11 00:58:55 1997
Added testcall configuration utility to find system
dependencies for cdecl convention. Rewrote some docs.

0.31 Thu Aug 28 23:42 1997
Digital Unix on the Alpha is supported, at least for gcc,
thanks to help from Achim Bohnet <ach@mpe.mpg.de>. Added PTR_TYPE.

0.50 Sat Sep 27 01:35:55 1997
Much nicification and many added arg/return types. Rewrote
a lot of the guts.

0.51 Fri Oct 3 23:55:27 1997
Renamed as C::DynaLib. Fixed Makefile.PL bug that resulted
in NUL chars in DynaLib.c. Errors in loading libs, finding symbols,
and allocating callbacks are no longer fatal.

0 comments on commit fc63f6e

Please sign in to comment.