| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-22 | gcc 12 and autotools updates. | Sam Varshavchik | |
| 2022-04-16 | all: scripts to create installable *.deb packages. | Sam Varshavchik | |
| 2021-03-26 | Bump version | Sam Varshavchik | |
| 2021-03-21 | Fix compilation error with older gccs. | Sam Varshavchik | |
| 2021-03-12 | courier-unicode: further changes to the canonical compose/decompose. | Sam Varshavchik | |
| 2021-03-06 | courier-unicode: fix unicode_bidi_embed | 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-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. | |||
| 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-07-12 | Bump version. | 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 | |
| 2018-07-15 | courier-unicode: fix error and validation of modified-UTF7 encoding. | Sam Varshavchik | |
| 2018-07-11 | courier-unicode: implement unicode_x_smap_modutf8 pseudo-encoding | Sam Varshavchik | |
| 2018-04-27 | gcc 8 update, fix assertions. libtool and toolchain updates. | Sam Varshavchik | |
| 2017-06-23 | Bump version | Sam Varshavchik | |
| 2017-03-06 | courier-unicode: C++11 update. | Sam Varshavchik | |
| * Migrate to C++11: remove unicode_char, use char32_t. Replace std::vector<unicode_char> with std::u32string. | |||
| 2016-05-01 | Rebump version. | Sam Varshavchik | |
| 2015-06-28 | New release. | Sam Varshavchik | |
| 2015-02-28 | Renamed header file, library name, to avoid clashing with another library. | Sam Varshavchik | |
| 2015-01-19 | unicode: update to unicode 7, add unicode_script() - Script property, TR24. | Sam Varshavchik | |
| 2014-06-22 | courier-unicode: version 1.1 | Sam Varshavchik | |
| 2014-06-02 | courier-unicode: unicode::iconvert::fromu::convert() change. | Sam Varshavchik | |
| Return an error indication if unicode could not be converted to the requested character set. | |||
| 2014-04-13 | courier-unicode: remove pure virtual functions in the C++ classes. | Sam Varshavchik | |
| Callbacks from the C library can get invoked from the base class's destructor. Bump shared library version. | |||
| 2014-01-12 | Refactor unicode library as a standalone package | Sam Varshavchik | |
