index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
string
Age
Commit message (
Expand
)
Author
2023-11-14
disable all functions; will strategically reenable them as tested
Jakob Kaivo
2020-09-25
get rid of malloc() where possible
Jakob Kaivo
2020-09-25
return the correct pointer
Jakob Kaivo
2020-09-25
fix off-by-one error, remove extraneous optimization
Jakob Kaivo
2020-08-16
consistently use <> for standardized headers
Jakob Kaivo
2020-08-16
add skeleton of symbols from C11 LIB_EXT1
Jakob Kaivo
2020-08-16
formatting
Jakob Kaivo
2020-08-15
adjust to compile with c89
Jakob Kaivo
2020-08-15
implement
Jakob Kaivo
2020-08-13
add src/ to -I and exorcise ../ from #include
Jakob Kaivo
2020-08-12
fix to be solf-contained and more reliable
Jakob Kaivo
2020-08-12
correctly return 0 if all bytes up to n are the same
Jakob Kaivo
2020-08-12
remove all generated nonstd/ headers
Jakob Kaivo
2019-02-28
remove warnings from -Wall -Wextra
Jakob Kaivo
2019-02-27
add (empty) _strtok.h to be shared with strtok_r()
Jakob Kaivo
2019-02-09
merge XOPEN identifiers
Jakob Kaivo
2019-02-08
add generated source file
Jakob Kaivo
2019-02-08
merge sources into single tree
Jakob Kaivo