summaryrefslogtreecommitdiff
path: root/src/string
AgeCommit message (Expand)Author
2024-06-07return the size of the input string for nowJakob Kaivo
2024-06-03add strdup() (and forced version) for tracking previous string valuesJakob Kaivo
2024-06-03add LC_CTYPE epoch and use separate CT_ categories and CTM_ masks to support ...Jakob Kaivo
2024-05-28integrate jkmalloc/prep for readonlyJakob Kaivo
2024-05-28handle invalid strtok() behaviorJakob Kaivo
2024-01-31implement both directions directly rather than punting to memcpy()Jakob Kaivo
2024-01-31git rid of __check_* in favor of CHECK_*Jakob Kaivo
2024-01-31remove posix and xopen specific functionsJakob Kaivo
2024-01-31check for overlapping pointersJakob Kaivo
2024-01-31remove extraneous #undef directivesJakob Kaivo
2024-01-31update to 1:1 checked functionsJakob Kaivo
2024-01-30fix to compile under c89Jakob Kaivo
2024-01-30update standard and safety checksJakob Kaivo
2023-11-14disable all functions; will strategically reenable them as testedJakob Kaivo
2020-09-25get rid of malloc() where possibleJakob Kaivo
2020-09-25return the correct pointerJakob Kaivo
2020-09-25fix off-by-one error, remove extraneous optimizationJakob Kaivo
2020-08-16consistently use <> for standardized headersJakob Kaivo
2020-08-16add skeleton of symbols from C11 LIB_EXT1Jakob Kaivo
2020-08-16formattingJakob Kaivo
2020-08-15adjust to compile with c89Jakob Kaivo
2020-08-15implementJakob Kaivo
2020-08-13add src/ to -I and exorcise ../ from #includeJakob Kaivo
2020-08-12fix to be solf-contained and more reliableJakob Kaivo
2020-08-12correctly return 0 if all bytes up to n are the sameJakob Kaivo
2020-08-12remove all generated nonstd/ headersJakob Kaivo
2019-02-28remove warnings from -Wall -WextraJakob Kaivo
2019-02-27add (empty) _strtok.h to be shared with strtok_r()Jakob Kaivo
2019-02-09merge XOPEN identifiersJakob Kaivo
2019-02-08add generated source fileJakob Kaivo
2019-02-08merge sources into single treeJakob Kaivo