[6 total ]
Second release available

This is a minor release which adds an array based list implementation and an extension to the "stdio" standard library file. (0 comments)

Second release available

This is a minor release, which adds:
- Implementations: Array_List.
- Extensions: stdio. (0 comments)

First release available

This first release contains several data types (lists, maps, iterators, booleans, fixed width integral types, etc), some extensions to the standard library (errno, stdlib, string, etc) and useful macros. (0 comments)

First release available!

The C Library is a software library designed to ease development in the C programming language.

This first release contains:
- Types: Iterator, List, Map, bool, ssize_t, [u]int<n>_t (8, 16, 32, 64).
- Implementations: ... [More] Linked_List, Hash_Map.
- Extensions: errno, limits, stdarg, stdlib, string.
- Miscellaneous: C_STANDARD, EXTERN_C, UNUSED, inline, LENGTH_OF. (0 comments) [Less]

Delay in the first release

It has been 2 months since I first announced how the first release would be coming soon. My free time has been running low so a delay is inevitable. However, the Map and Hash_Map classes are almost fully implemented. (0 comments)

First release coming soon!

The List, Linked_List and Iterator classes (along with tests) are already in the CVS, and the Map class is next. (0 comments)