descriptionA small ARM/x86(_64) libc
homepage URLhttp://litcave.rudi.ir/
owneraligrudi@gmail.com
last changeThu, 25 Apr 2024 11:37:32 +0000 (25 15:07 +0330)
content tags
add:
readme
neatlibc is written mainly to bootstrap neat* toolchain and implements only a small subset of the C standard library API.
shortlog
9 days ago Ali Gholami... regex: updates from neatvimaster
2023-03-09 Ali Gholami... malloc: mset->size may not be equal to MSETLEN
2023-03-09 Ali Gholami... errno: move errno to errno.c
2023-03-03 Ali Gholami... memtst: extract verification functions
2023-03-03 Ali Gholami... malloc: handle decreased allocation size in realloc()
2023-03-03 Ali Gholami... string: include a faster version of memchr based on...
2021-11-13 Ali Gholami... malloc: more compact mhdr struct
2021-11-13 Ali Gholami... malloc: realloc()
2021-11-12 Ali Gholami... signal: use sigaction for all architectures
2020-09-30 rofl0rregex: waste less space for struct padding
2020-09-30 Ali Gholami... regex: utf-8 decoding improvements
2020-09-30 Ali Gholami... README: include the licence
2020-09-30 Ali Gholami... regex: fix group indexes when followed by bounds
2020-09-30 Ali Gholami... regex: handle patterns with empty parenthesis
2020-09-28 rofl0rconvert x86 assembler files to nasm syntax
2020-09-28 rofl0rconvert x64 assembler files to nasm syntax
...
heads
9 days ago master