mstdlib icon indicating copy to clipboard operation
mstdlib copied to clipboard

"M" Standard Library for C (common algorithms, event io, threading, sql, etc)

Results 3 mstdlib issues
Sort by recently updated
recently updated
newest added

All of this is preliminary work before the real work begins: - Bumped to 2.0.0 - Removed SCO/AIX/Solaris - Removed autotools/makefiles - Converted tabs to spaces - Change compiler option...

Every allocation now gets a pre- and post structure, instead of just a size. Each structure has a tag so that every `free()` or `realloc()` is able to check them...

modified: CMakeLists.txt modified: formats/CMakeLists.txt modified: formats/Makefile.am modified: formats/Makefile.msc modified: formats/http/m_http.c modified: formats/http/m_http_int.h modified: formats/http/m_http_reader.c modified: formats/http/m_http_reader_int.h modified: formats/http/m_http_simple_reader.c modified: formats/http/m_http_simple_writer.c modified: formats/http/m_http_uri.c new file: formats/http2/generated/m_http2_huffman_generated_decode.c new file: formats/http2/generated/m_http2_huffman_generated_encode.c new file:...