Downloadliste

Projektbeschreibung

Curie is a very minimalistic, tiny C library. It
supports basic I/O, basic networking,
S-expression based I/O, signal handling, process
handling, and I/O multiplexing. If the target
architecture is explicitly supported, statically
linked binaries may be as small as 4-20 kilobytes;
if not, then it only relies on the host's C
library. The library explicitly does not provide a
POSIX interface so that it may be used in
conjunction with a regular host libc (or without one).

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-09-06 06:21
10

Diese neue Version bietet eine experimentelle Garbage Collector für S-Ausdruck, Unterstützung für benutzerdefinierte Typen S-Ausdruck, mehrere Fehlerbehebungen für icemake, bessere Unterstützung für den Aufbau Windows. Dll-Dateien (mit MSVC + +), (Grund-) Unterstützung für IPv4/IPv6 Networking-Lösungen für POSIX Betriebssystemen und Problemlösungen-Curie-Arbeit auf Windows x86-64 machen (auch mit MSVC + +). Noch fehlt, ist im allgemeinen Netzwerk-Unterstützung unter Windows.
This latest release adds an experimental garbage collector for s-expression data, support for custom s-expression types, several fixes to icemake, better support for building Windows .dll files (with msvc++), (basic) support for IPv4/IPv6 networking for POSIX operating systems, and fixes to make curie work on Windows x86-64 (also using msvc++). Still missing is network support in general on Windows.

2009-06-07 16:46
9

Nicht viel verändert in Bezug auf die API, nur ein paar kleinere Stabilitäts-Fixes. Allerdings, fügt dieser Mitteilung einen Hafen der beiden Curie und icemake zu Windows/x86, die mit MSVC Arbeiten + +, Borland / Turbo C + + und MinGW / GCC. Sorgfältig konzipierte Curie-Programme, die nur nicht verwenden libsyscall sollte jetzt auch unter Windows arbeiten, sowie Linux und Darwin. icemake sollte sich als ein sehr effektives Werkzeug, mit denen zu schreiben und die Port-Programme.
Not much changed regarding the API, just a few minor stability fixes. However, this release adds a port of both curie and icemake to Windows/x86, which works with MSVC++, Borland/Turbo C++, and Mingw/GCC. Carefully designed curie-only programs that do not use libsyscall should now work on Windows as well as Linux and Darwin. icemake should prove to be a very effective tool with which to write and port programs.

2009-04-20 01:08
8

Diese Pressemitteilung Bindungen meist einige offene Fragen, und ist nichts Spektakuläres. Icemake hat sich ein glänzendes neues manpage, sowie die Fähigkeit, diese zu installieren. Curie erhielt einige kleinere Funktionserweiterungen. libsyscall wurde behoben richtig Dinge auf der Grundlage socketcall () auf Linux-Architekturen implementieren, die immer noch diese Schnittstelle nutzen.
This release mostly ties up some loose ends, and does nothing spectacular. Icemake got itself a shiny new manpage, as well as the ability to install those. curie got some minor feature enhancements. libsyscall has been fixed to properly implement things based on socketcall() on Linux architectures that still use this interface.

2009-03-09 02:44
7

Dieses Release behebt eine Reihe von Fragen im Zusammenhang mit Curie-6. Insbesondere gab es eine Reihe von Fixes für die Regex-Code, inklusive UTF-8 unterstützt worden, und einige der I / O-Code. C + +-Unterstützung hat sich erheblich verbessert, obwohl curie + + ist in großen Teilen der Freisetzung selbst entfernt wurden. Die Dokumentation erhielt einen großen Aufschwung als gut, und kann nun icemake Dokumentation in Tex Griff und wird Doxygen verwenden, wenn angemessen und verfügbar. Icemake wurde auch angesichts der Möglichkeit, freigegebene Objekte zu erstellen.
Tags: Code cleanup
This release fixes a lot of issues with curie-6. In particular, there have been a number of fixes to the regex code, including UTF-8 support, and to some of the I/O code. C++ support has been significantly improved, although curie++ has been mostly stripped out of the release itself. The documentation received a big boost as well, and icemake can now handle documentation in Tex and will use Doxygen when appropriate and available. Icemake has also been given the ability to create shared objects.

2009-01-07 16:26
6

Abgesehen von den regelmäßigen Bugfixes, fügt dieser Pressemitteilung Verzeichnis Handhabung und reguläre Ausdrücke in die Liste der Features Curie. Beide neuen Funktionen sollten auch ordnungsgemäße Dokumentation und eine gute Partie von Tests bekommen haben, und ein paar Kuriositäten über das Diagramm-Code wurden in den Prozess festgelegt.
Tags: Major feature enhancements
Apart from the regular bugfixes, this release adds
directory handling and regular expression matching
to the list of curie's features. Both new features
should also have gotten proper documentation and a
good batch of testing, and a couple of oddities
about the graph code have been fixed in the
process.

Project Resources