aboutsummaryrefslogtreecommitdiff
path: root/src/common/wchar.c
Commit message (Expand)AuthorAge
* Inline basic UTF-8 functions.Jeff Davis2024-03-20
* Unicode case mapping tables and functions.Jeff Davis2024-03-07
* Use C99-designated initializer syntax for arrays related to encodingsMichael Paquier2024-02-29
* Move is_valid_ascii() to ascii.h.Nathan Bossart2024-01-29
* Update copyright for 2024Bruce Momjian2024-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Treat Unicode codepoints of category "Format" as non-spacingJohn Naylor2022-09-13
* Use SSE2 in is_valid_ascii() where available.John Naylor2022-08-26
* Improve code clarity in epilogue of UTF-8 verification fast pathJohn Naylor2022-01-17
* Update copyright for 2022Bruce Momjian2022-01-07
* Add fast path for validating UTF-8 textJohn Naylor2021-12-20
* Update display widths as part of updating UnicodeJohn Naylor2021-08-26
* Revert "Rename unicode_combining_table to unicode_width_table"John Naylor2021-08-26
* Revert "Change mbbisearch to return the character range"John Naylor2021-08-26
* Change mbbisearch to return the character rangeJohn Naylor2021-08-25
* Rename unicode_combining_table to unicode_width_tableJohn Naylor2021-08-25
* Fix incautious handling of possibly-miscoded strings in client code.Tom Lane2021-06-07
* Add mbverifystr() functions specific to each encoding.Heikki Linnakangas2021-01-28
* Update copyright for 2021Bruce Momjian2021-01-02
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Rationalize code placement between wchar.c, encnames.c, and mbutils.c.Tom Lane2020-01-16
* Update header comments for wchar.c and encnames.c.Tom Lane2020-01-16
* Move wchar.c and encnames.c to src/common/.Tom Lane2020-01-16