Subject: CVS commit: pkgsrc/lang/pnetC
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 05/14/2004 08:04:04
Module Name: pkgsrc
Committed By: xtraeme
Date: Fri May 14 08:04:04 UTC 2004
Modified Files:
pkgsrc/lang/pnetC: Makefile PLIST buildlink3.mk distinfo
Log Message:
Update to 0.6.4.
Changes:
0.6.4 (13 March 2004)
* Time functions.
* Use "__declspec(thread)" to mark thread-specific variables.
* Signal handling functions.
* Move the pthread routines out of libc into a separate library.
* Implement the rest of libpthread.
* Group file functions (e.g. "getgrent").
* Clean up the mmap-related stubs.
* Implement strerror, strsignal, perror, and psignal.
* Number conversion routines like atoi, strtod, etc.
* Remove "__module" and "__csharp__" as they are deprecated.
* Use the new-style syntax for accessing the C# library.
* Add <assembly/foo.h> files for importing C# assemblies.
* Add <csharp.h> to provide handy definitions for C# interoperation.
* Remove support for memory models as they are no longer required.
* Stub out some of the locale routines.
* Add pnetc.spec.in (Russell Stuart).
* Detect "ilranlib" correctly in "configure.in"
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/pnetC/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/pnetC/PLIST pkgsrc/lang/pnetC/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/pnetC/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.