summaryrefslogtreecommitdiffstats
path: root/xmalloc.c
AgeCommit message (Collapse)Author
2024-01-26Typopgen
2024-01-03Normalize NULLity tests and fix a logical errorpgen
2023-10-30Remove an unused variable definitionpgen
2023-09-11Reformatting source codepgen
2023-06-14Rework xstrdup and xstrnduppgen
smenu can now be compiled without warning when using the following options: -std=c99 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definition
2022-06-02Switch to Mozilla Public License 2.0pgen
2022-03-16Use the right format to print size_t values (C99)pgen
2021-09-11Improve comments in xmalloc.cpgen
2021-01-29Make sure that smenu can be built and run on AIX.pgen
- Add some encodings. - Manage some terminfo database specificities. - Avoid type collisions. - Work around an incompatibility in memory management functions.
2020-12-16Check availability of str(n)dup at compile timepgen
2020-11-13Improve commentspgen
2018-10-11Various small changespgen
2018-10-08Add/improve comments, reformat and clarify codepgen
2018-10-01Create utf8.[ch] and change code accordinglypgen
Change multibyte to utf8 to specify that we only support UTF-8 encoding.
2018-10-01Start splitting the code into different filespgen