3 weeks ago Mike Becker document cx_strreplace() family of functions and improve docstrings file | diff | annotate
5 weeks ago Mike Becker remove cx_strupper() and cx_strlower() - fixes #591 file | diff | annotate
7 weeks ago Mike Becker remove dependency to ssize_t - fixes #552 file | diff | annotate
7 weeks ago Mike Becker improve cx_strchr() file | diff | annotate
7 weeks ago Mike Becker do not trim strings before conversion to number file | diff | annotate
8 weeks ago Mike Becker allocate first index buffer for strreplacen on the stack - fixes #575 file | diff | annotate
8 weeks ago Mike Becker reduce default SBO memory for strstr - relates to #575 file | diff | annotate
8 weeks ago Mike Becker fix that some IDEs cannot resolve documentation file | diff | annotate
8 weeks ago Mike Becker remove uses of ctype.h - temporarily fixes #577 file | diff | annotate
2 months ago Mike Becker removes some unnecessary string functions - fixes #561 file | diff | annotate
2 months ago Mike Becker avoid unnecessary comparison file | diff | annotate
2 months ago Mike Becker add missing new-line file | diff | annotate
2 months ago Mike Becker fix for ultrafail fix #546 file | diff | annotate
2 months ago Mike Becker fix cx_strcmp() and cx_strcasecmp() - fixes #546 file | diff | annotate
2 months ago Mike Becker implement floating point string to number conversions file | diff | annotate
2 months ago Mike Becker implement string to integer conversions file | diff | annotate
2 months ago Mike Becker add temporary implementations for string to number and first test cases file | diff | annotate
2 months ago Mike Becker make cx_strcast() also support cxstring file | diff | annotate
2 months ago Mike Becker implement all string to number conversions that are just wrappers file | diff | annotate
2 months ago Mike Becker fix missing errno.h include file | diff | annotate
2 months ago Mike Becker add some more overflow treatment and make sure to set errno properly file | diff | annotate
3 months ago Mike Becker change cx_strcat variants to allow handling of ENOMEM file | diff | annotate
4 months ago Mike Becker major refactoring of attributes file | diff | annotate
4 months ago Mike Becker remove cx_for_n() macro - fixes #467 file | diff | annotate
5 months ago Mike Becker fix several survivors of east-const and some missing consts file | diff | annotate
5 months ago Mike Becker move all const keywords to the west - fixes #426 file | diff | annotate
14 months ago Mike Becker add constant for reading out strstr sbo size - relates to #343 file | diff | annotate
23 months ago Mike Becker add cx_strcat_m() and cx_strcat_ma() for in-place concatenation file | diff | annotate
23 months ago Mike Becker fix missing const qualifier for allocator file | diff | annotate
2023-02-20 Mike Becker add CxListComparator compatible string compare functions file | diff | annotate
2023-02-02 Mike Becker add strtok API - fixes #220 file | diff | annotate
2023-02-01 Mike Becker #228 make buffer sizes adjustable at compile time file | diff | annotate
2022-11-20 Mike Becker use //-style single line comments everywhere file | diff | annotate
2022-10-23 Mike Becker explicitly cast int to char file | diff | annotate
2022-10-04 Mike Becker fix over-optimization of strstr file | diff | annotate
2022-10-04 Mike Becker fix missing zero-termination in strreplace file | diff | annotate
2022-09-09 Mike Becker add tests and missing implementations for strings file | diff | annotate
2022-09-03 Mike Becker implement strupper and strlower file | diff | annotate
2022-09-03 Mike Becker implement more string functions file | diff | annotate
2022-08-31 Mike Becker more implementations of string functions file | diff | annotate
2022-08-30 Mike Becker start implementing string functions file | diff | annotate
2022-08-29 Mike Becker first proposal for the string header file | diff | annotate
2019-12-29 Olaf Wintermann fixes string replace function in case replmax is 0 file | diff | annotate
2019-12-29 Mike Becker fixes another leak in string replace function file | diff | annotate
2019-12-29 Mike Becker fix: index buffer in string replace was not freed file | diff | annotate
2019-12-29 Mike Becker adds string replace functions file | diff | annotate
2019-11-03 Mike Becker adds case independent versions of sstrprefix() and sstrsuffix() file | diff | annotate
2019-11-03 Mike Becker fixes hard to use documentation in string.h file | diff | annotate
2019-10-05 Mike Becker adds missing include for strncasecmp() to avoid an implicit declaration file | diff | annotate
2018-05-16 Mike Becker unifies naming of sstr_t related and scstr_t related functions file | diff | annotate
2018-05-16 Mike Becker adds remaining documentation for the scstr functions file | diff | annotate
2018-05-16 Mike Becker overflow of sstrnlen should return SIZE_MAX instead of zero file | diff | annotate
2018-05-14 Mike Becker adjusts documentation of UCX string types, converters, and constructors file | diff | annotate
2018-05-14 Mike Becker finally removes the underscore of ugliness from ucx_str_cmp() and ucx_str_casecmp() file | diff | annotate
2018-05-14 Mike Becker merges constsstr branch file | diff | annotate
2018-05-13 Olaf Wintermann completes conversion to scstr constsstr file | diff | annotate
2018-05-08 Olaf Wintermann makes sstrcat and sstrnlen scstr_t compatible constsstr file | diff | annotate
2018-04-01 Olaf Wintermann adapts sstrtrim, sstrsplit, sstrcmp and sstrstr to new const string API constsstr file | diff | annotate
2018-03-11 Olaf Wintermann adds scstr_t struct for const strings and adapts some string functions constsstr file | diff | annotate
2018-01-21 Olaf Wintermann adds integer overflow checks to sstrlen and sstrcat file | diff | annotate
(0) -60 tip

mercurial