Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-17 | uchar.h: define char16_t and char32_t for old c++ | Szabolcs Nagy | 1 | -1/+3 | |
including uchar.h in c++ code is only well defined in c++11 onwards where char16_t and char32_t type definitions must be hidden since they are keywords. however some c++ code compiled for older c++ standard include uchar.h too and they need the typedefs, this fix makes such code work. | |||||
2014-10-13 | implement uchar.h (C11 UTF-16/32 conversion) interfaces | Rich Felker | 1 | -0/+27 | |