aboutsummaryrefslogtreecommitdiffstats
path: root/common/mapstrings.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-18common: New function map_static_stringsWerner Koch1-0/+49
* common/mapstrings.c (struct intmapping_s): New. (map_static_strings): New. * common/stringhelp.c (do_strconcat): Rename to ... (vstrconcat): this and make global. * common/t-mapstrings.c (test_map_static_strings): New test.
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
--
2015-03-17Typo fix.Werner Koch1-1/+1
--
2014-02-26common: New function map_static_macro_string.Werner Koch1-0/+167
* common/mapstrings.c: New. * common/t-mapstrings.c: New. * common/t-support.h (DIM, DIMof): Define if not defined. * common/Makefile.am: Add new files.