| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-26 | Bump version | Sam Varshavchik | |
| 2021-03-21 | Fix compilation error with older gccs. | Sam Varshavchik | |
| 2021-03-14 | Autotools update fixes | Sam Varshavchik | |
| 2021-03-14 | Autotool update fixes | Sam Varshavchik | |
| 2021-03-12 | courier-unicode: further changes to the canonical compose/decompose. | Sam Varshavchik | |
| 2021-03-10 | courier-unicode: canonical decomposition and composition implementation. | Sam Varshavchik | |
| Move unicode_canonical() into a larger library of functions that handles full Unicode decomposition and composition. | |||
| 2021-03-07 | courier-unicode: improve compression of lookup tables | Sam Varshavchik | |
| 2021-03-07 | courier-unicode: Fix manual pages. | Sam Varshavchik | |
| 2021-03-06 | courier-unicode: fix unicode_bidi_embed | Sam Varshavchik | |
| 2021-03-02 | courier-unicode: handle pre-2.2 versioning. | Sam Varshavchik | |
| 2021-02-24 | More unicode functions. | Sam Varshavchik | |
| 2021-02-23 | courier-unicode: unicode_bidi_cleaned_size, unicode::bidi_override | Sam Varshavchik | |
| 2021-02-20 | courier-unicode: fix makefile issue on RHEL/CentOS 7 | Sam Varshavchik | |
| 2021-02-14 | Return an indication of whether the paragraph embedding level was defaulted. | Sam Varshavchik | |
| 2021-02-13 | 2021-02-13 Sam Varshavchik <mrsam@courier-mta.com> | Sam Varshavchik | |
| * courier-unicode-version.m4: split version checking macro into its own m4 file. * unicode::bidi_calc - an empty string with an explicit embedding level should return the requested embedding level. | |||
| 2021-01-06 | courier-unicode: implement bidi get_direction. | Sam Varshavchik | |
| 2020-12-06 | courier-unicode: add original string flag to bidi_embed callback. | Sam Varshavchik | |
| 2020-12-06 | courier-unicode: partial logical reordering. | Sam Varshavchik | |
| 2020-12-06 | courier-unicode: partial cleanup of bidirectional strings. | Sam Varshavchik | |
| 2020-12-02 | unicode::bidi_reorder - add optional substring indices. | Sam Varshavchik | |
| 2020-12-01 | Factor out a separate setbnl. | Sam Varshavchik | |
| Also replace all references to "classes" with "types", for consistency. | |||
| 2020-11-30 | Break up bidi_calc into bidi_calc_types and bidi_calc_levels. | Sam Varshavchik | |
| 2020-11-30 | Combine cleanup functions, add unicode::literals namespace. | Sam Varshavchik | |
| 2020-11-25 | Merge branch 'unicode-2.1' into master | Sam Varshavchik | |
| 2020-11-25 | Rebuild man pages. | Sam Varshavchik | |
| 2020-11-24 | Merge remote-tracking branch 'origin/unicode-2.1' into master | Sam Varshavchik | |
| 2020-11-24 | Fix bug triggered by cone. | Sam Varshavchik | |
| Parameters to memmove were reversed. len is the size of the buffer. len-pos-cnt characters were copied in error to position pos+cnt. As such this did not overflow. I.e. if len was 8 (eight chars), pos was 1 and cnt was 2, then 8-2-1=5 characters were copied to offset 3, right at the end of the buffer. This was just plain wrong. | |||
| 2020-11-05 | Bug fix. | Sam Varshavchik | |
| 2020-11-04 | Fix spec file. | Sam Varshavchik | |
| 2020-10-27 | gcc fixes. | Sam Varshavchik | |
| 2020-10-26 | Make it possible to bind to a specific courier-unicode version. | Sam Varshavchik | |
| 2020-08-03 | Move declarations of Unicode directional markers to the public header file. | Sam Varshavchik | |
| 2020-08-02 | Add additional bi-directional related algorithm. | Sam Varshavchik | |
| Cleanup, remove markers, via unicode_bidi_cleanup() and unicode_bidi_extra_cleanup(). Re-embed directional markers, via unicode_bidi_logical_order(), unicode_bidi_embed() and unicode_bidi_embed_paragraph_level(). | |||
| 2020-07-12 | Bump version. | Sam Varshavchik | |
| 2020-07-12 | Implement unicode_canonical. | Sam Varshavchik | |
| Fixes biditest2. | |||
| 2020-07-12 | Pull in BidiCharacterTest.txt | Sam Varshavchik | |
| 2020-07-12 | Add emoji documentation. | Sam Varshavchik | |
| 2020-07-12 | API cleanup. | Sam Varshavchik | |
| Cleanup to use naming consistent with the spec. Exposed the underlying bidi character type. | |||
| 2020-07-12 | Documentation, C++ bindings, reorder. | Sam Varshavchik | |
| 2020-07-12 | Update documentation. | Sam Varshavchik | |
| Fix mkultcase.pl to be deterministic. | |||
| 2020-07-12 | Implement the Unicode bidirectional algorithm. | Sam Varshavchik | |
| 2020-07-12 | Add bidi property lookups. | Sam Varshavchik | |
| 2020-07-12 | Unicode 13 update. | Sam Varshavchik | |
| 2020-04-21 | Add AC_PROG_CC_C99. | Sam Varshavchik | |
| 2020-04-21 | Add AC_PROG_CC_C99 | Sam Varshavchik | |
| 2020-01-26 | Add link to the autobloat script from the unicode subdir. | Sam Varshavchik | |
| 2020-01-25 | courier-unicode build fixes. | Sam Varshavchik | |
| 2020-01-25 | Fix build from git checkout. | Sam Varshavchik | |
| 2018-09-18 | Bump version. | Sam Varshavchik | |
| 2018-07-18 | Bump version | Sam Varshavchik | |
