aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/qreg.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-09leave some comments on what to do when converting the parser to Unicode (refs...Robin Haberkorn1-0/+9
2024-09-09the ^EUq string building escape now respects the encoding (can insert bytes o...Robin Haberkorn1-3/+3
2024-09-09avoid redunancies between teco_qreg_plain_get_character() and teco_state_star...Robin Haberkorn1-20/+1
2024-09-09reserve at most 4 bytes for UTF-8 encoded characters (refs #5)Robin Haberkorn1-1/+1
2024-09-09Unicode support for the Q-Register commands (refs #5)Robin Haberkorn1-34/+107
2024-08-28fixed retrieval of characters with codes larger than 127 - always return unsi...Robin Haberkorn1-3/+4
2024-02-06use bool instead of guint for 1-bit fieldsRobin Haberkorn1-1/+2
2024-01-21updated copyright to 2024Robin Haberkorn1-1/+1
2024-01-20fixed Clang warnings about one-bit-wide boolean integers (-Wsingle-bit-bitfie...Robin Haberkorn1-1/+1
2023-07-06fixed ]$ and ]~ (pop from Q-Reg stack to special Q-Registers)Robin Haberkorn1-164/+84
2023-04-05updated copyright to 2023Robin Haberkorn1-1/+1
2022-11-28fixed a number of crashes due to empty string arguments or uninitialized regi...Robin Haberkorn1-0/+1
2022-11-20fixed teco_qreg_table_set_environ() on Win32: sometimes keys unexpectedly beg...Robin Haberkorn1-1/+13
2022-11-20teco_qreg_table_set_environ() will now use g_get_environ() instead of g_liste...Robin Haberkorn1-9/+5
2022-06-21updated copyright to 2022 and updated TODORobin Haberkorn1-1/+1
2021-10-11fixed crashes when the Q-Reg stack is non-empty at exitRobin Haberkorn1-3/+1
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-0/+1542