aboutsummaryrefslogtreecommitdiffstats
path: root/common/mapstrings.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: New function map_static_stringsWerner Koch2022-03-181-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.
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
| | | | --
* Typo fix.Werner Koch2015-03-171-1/+1
| | | | --
* common: New function map_static_macro_string.Werner Koch2014-02-261-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.