Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
Changes:
0.6.6 (29 May 2004)
* Use dependency tracking in Makefile's because cscc supports it.
* Make word sizes dynamic, and remove __WORDSIZE.
* Implement "fcntl".
* Implement the basic infrastructure for socket and netdb functions.
* Import inet* routines from glibc.
* Mismatched definitions for __pt_thread_run and __syscall_seek (Gopal V).
|
|
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"
|
|
|
|
|
|
|
|
This is the "pnetC" project. The goal of the project is to create
an ANSI-compatible C library, that can be compiled down to IL using
DotGNU Portable.NET's "cscc" compiler.
|