2024-01-04 18:01 | Remove ruby compat hacks (#259) | Claire Foster | 2 | +13800 | -13812 |
2024-01-04 00:34 | Use stdint.h instead of inttypes.h (#223) | Michael Williamson | 1 | +2 | -2 |
2024-01-03 17:02 | Port ruby data_generator.rb to Julia (#258) | Claire Foster | 7 | +639 | -654 |
2023-11-26 02:00 | upgrade minimum cmake version (#255) | dundargoc | 1 | +1 | -1 |
2023-10-20 22:38 | updates for doxygen 1.9 | Steven G. Johnson | 2 | +445 | -246 |
2023-10-20 21:16 | untar into new directory | Steven G. Johnson | 1 | +1 | -0 |
2023-10-20 21:15 | make distcheck should keep tarball, rm directory | Steven G. Johnson | 1 | +1 | -1 |
2023-10-20 21:14 | add make distcheck | Steven G. Johnson | 1 | +10 | -0 |
2023-10-20 20:51 | make dist target | Steven G. Johnson | 1 | +7 | -0 |
2023-10-20 20:42 | version 2.9 bump (#254) | Steven G. Johnson | 5 | +16 | -9 |
2023-10-20 20:24 | Unicode 15.1 support (#253) | Steven G. Johnson | 9 | +11000 | -10896 |
2022-10-30 21:24 | v2.8.0 bump (#248) | Steven G. Johnson | 5 | +11 | -8 |
2022-10-25 03:18 | unicode 15 support (#247) | Steven G. Johnson | 6 | +3374 | -3188 |
2022-10-25 02:47 | Add c flag when invoking ar (#241) | Harmen Stoppels | 1 | +1 | -1 |
2022-05-26 12:58 | Improve fuzzer code coverage (#239) | Randy | 1 | +10 | -1 |
2022-05-06 01:49 | fuzz: limit input length (#238) | Randy | 1 | +4 | -1 |
2022-04-16 20:33 | don't use make in cmake instructions (closes #236) | Steven G. Johnson | 1 | +2 | -3 |
2021-12-17 02:14 | update Doxygen config with doxygen -u | Steven G. Johnson | 1 | +118 | -51 |
2021-12-17 02:11 | copyright year update | Steven G. Johnson | 3 | +3 | -3 |
2021-12-17 02:10 | prepare for 2.7.0 release | Steven G. Johnson | 1 | +3 | -1 |
2021-12-17 02:08 | update for unicode 14 (#233) | Steven G. Johnson | 8 | +9181 | -8827 |
2021-12-17 01:54 | rm travis | Steven G. Johnson | 2 | +1 | -16 |
2021-12-17 01:53 | update gitignore | Steven G. Johnson | 1 | +2 | -0 |
2021-12-17 01:52 | [ci] set github CI (#229) | woclass | 2 | +105 | -0 |
2021-12-17 01:42 | cmake: fix installation directories and also install pkgconfig file (#224) | Markus F.X.J. Oberhumer | 2 | +23 | -12 |
2021-12-17 01:30 | reduce lenencode bits (#232) | Benito van der Zander | 3 | +7076 | -7065 |
2021-04-15 13:32 | GNUInstallDirs support (#159) | extrowerk | 1 | +6 | -4 |
2021-02-04 17:59 | OSS-Fuzz integration updates (#219) | Randy | 3 | +81 | -1 |
2021-01-29 18:54 | OSS-Fuzz initial integration (#216) | Randy | 4 | +93 | -0 |
2021-01-14 17:59 | Fix Sign-Conversion warnings in library and test code (#214) | Mike Glorioso | 7 | +29 | -25 |
2020-12-19 18:08 | download test data to build directory (fixes #212) | Steven G. Johnson | 1 | +2 | -2 |
2020-12-17 23:36 | ensure ruby is in UTF-8 mode (#209) | Steven G. Johnson | 1 | +9 | -9 |
2020-12-15 21:36 | fix manifest | Steven G. Johnson | 1 | +3 | -3 |
2020-12-15 20:29 | 2.6.1 version bump | Steven G. Johnson | 3 | +3 | -3 |
2020-12-15 20:26 | fix NULL args in grapheme_break_stateful | Steven G. Johnson | 3 | +21 | -7 |
2020-11-23 19:21 | update doxygen config with doxygen -u | Steven G. Johnson | 1 | +1024 | -53 |
2020-11-23 19:18 | bump to version 2.6 | Steven G. Johnson | 5 | +20 | -8 |
2020-11-23 19:10 | Fix grapheme breaks on string-initial (#205) | Steven G. Johnson | 2 | +101 | -58 |
2020-10-09 12:30 | docs: fix simple typo, encounted -> encountered (#201) | Tim Gates | 1 | +1 | -1 |
2020-08-25 20:42 | add islower/isupper functions (#196) | Steven G. Johnson | 9 | +7527 | -5938 |
2020-05-25 14:20 | Switch to HTTPS for referencing `www.unicode.org`. (#193) | xkszltl | 3 | +12 | -12 |
2020-04-13 14:59 | Unify include file handling (#190) | Stefan Floeren | 1 | +1 | -1 |
2020-03-30 11:51 | Fix memory leaks in tests case.c and misc.c (#189) | Andreas-Schniertshauer | 2 | +7 | -3 |
2020-03-29 14:48 | Revert "disable tests under mingw" (#187) | Steven G. Johnson | 1 | +5 | -3 |
2020-03-29 14:44 | use unsigned char more consistently, silence -Wextra compiler warnings (#188) | Steven G. Johnson | 6 | +20 | -18 |
2020-03-29 13:35 | fixes | Steven G. Johnson | 2 | +11 | -11 |
2020-03-29 13:01 | add build to gitignore, make paths absolute (closes #185) | Steven G. Johnson | 1 | +20 | -19 |
2020-03-29 12:53 | fix grapheme test to work on unmodified data file | Steven G. Johnson | 3 | +6 | -7 |
2020-03-29 01:25 | disable tests under mingw | Steven G. Johnson | 1 | +3 | -5 |
2020-03-28 21:16 | Download data and execute commented out tests (#178) | Andreas-Schniertshauer | 1 | +7 | -2 |
2020-03-28 18:00 | Merge branch 'master' of https://github.com/JuliaLang/utf8proc | Steven G. Johnson | 2 | +14 | -9 |
2020-03-28 18:00 | silence warning (closes #184) | Steven G. Johnson | 1 | +1 | -2 |
2020-03-28 14:31 | Tests with prefix utf8proc. (#177) | Andreas-Schniertshauer | 2 | +14 | -9 |
2020-03-28 14:00 | compile more tests on Windows (#183) | Steven G. Johnson | 3 | +15 | -12 |
2020-03-28 13:42 | simplifications | Steven G. Johnson | 5 | +13 | -14 |
2020-03-28 13:36 | portable getline replacement (closes #182) | Steven G. Johnson | 3 | +17 | -5 |
2020-03-28 00:36 | new emoji-data.txt location (fixes #181) | Steven G. Johnson | 2 | +4293 | -4288 |
2020-03-27 22:38 | update | Steven G. Johnson | 1 | +2333 | -2372 |
2020-03-27 22:35 | whoops, generated from old tables | Steven G. Johnson | 1 | +6902 | -6761 |
2020-03-27 21:32 | link fixes | Steven G. Johnson | 1 | +3 | -0 |
2020-03-27 21:22 | version bump to 2.5 | Steven G. Johnson | 5 | +16 | -6 |
2020-03-27 21:06 | Unicode 13 support (#179) | Steven G. Johnson | 5 | +5540 | -5542 |
2020-02-19 19:25 | Add: tests to CMakeLists.txt (#173) | Andreas-Schniertshauer | 3 | +46 | -7 |
2019-07-11 18:04 | Fix some typos (found by codespell) (#160) | Stefan Weil | 3 | +3 | -3 |
2019-05-14 15:00 | slight clarification | Steven G. Johnson | 1 | +1 | -1 |
2019-05-14 14:53 | update header file comments (closes #157) | Steven G. Johnson | 2 | +4 | -4 |
2019-05-11 01:24 | NEWS for 2.4, updated version numbers (which I forgot in 2.3, grrr) | Steven G. Johnson | 6 | +75 | -58 |
2019-05-11 01:13 | ignore vscode | Steven G. Johnson | 1 | +1 | -0 |
2019-05-11 01:12 | update for unicode 12.1 (#156) | GOTOH Shunsuke | 3 | +3314 | -3310 |
2019-05-08 15:24 | typo | Steven G. Johnson | 1 | +1 | -1 |
2019-05-08 15:24 | more info | Steven G. Johnson | 1 | +1 | -1 |
2019-05-08 15:22 | note official releases | Steven G. Johnson | 1 | +2 | -0 |
2019-05-08 15:20 | more compile info | Steven G. Johnson | 1 | +16 | -10 |
2019-05-08 00:02 | Document HP-UX build support (#155) | Michael Osipov | 1 | +13 | -0 |
2019-05-08 00:00 | Improve portability of Make (#154) | Michael Osipov | 1 | +3 | -1 |
2019-04-17 18:49 | [CMake] Add UTF8PROC_NO_INSTALL option (#152) | past-due | 1 | +12 | -8 |
2019-04-09 19:10 | copyright year update | Steven G. Johnson | 1 | +1 | -1 |
2019-04-09 19:09 | fontforge is no longer needed | Steven G. Johnson | 1 | +0 | -2 |
2019-03-30 20:34 | Merge branch 'master' of https://github.com/JuliaLang/utf8proc | Steven G. Johnson | 5 | +16 | -2 |
2019-03-30 20:33 | NEWS for 2.3 | Steven G. Johnson | 1 | +64 | -42 |
2019-03-30 20:31 | add utf8proc_unicode_version (#151) | Steven G. Johnson | 5 | +16 | -2 |
2019-03-30 20:05 | give up on Unifont for charwidth data (#150) | Steven G. Johnson | 3 | +4897 | -5217 |
2019-03-30 20:04 | Merge branch 'master' of https://github.com/JuliaLang/utf8proc | Steven G. Johnson | 2 | +25 | -15 |
2019-03-30 20:04 | doc clarification (closing #110) | Steven G. Johnson | 1 | +2 | -1 |
2019-03-30 19:22 | fix CHARBOUND option for non-characters (#149) | Steven G. Johnson | 2 | +25 | -15 |
2019-03-30 17:46 | update for unicode 12 (#148) | Steven G. Johnson | 3 | +7082 | -6871 |
2019-03-30 17:37 | rebased cmake updates (#147) | Steven G. Johnson | 1 | +10 | -4 |
2019-03-30 17:17 | use Travis Julia support to get a modern Julia version (#146) | Steven G. Johnson | 1 | +7 | -12 |
2018-11-01 21:17 | fix Julia script for Julia 1.0 | Steven G. Johnson | 1 | +50 | -21 |
2018-11-01 21:10 | Pass users' flags (#141) | Graham Inggs | 2 | +12 | -11 |
2018-11-01 21:09 | Generate and install a pkg-config file. (#142) | Michael Drake | 3 | +28 | -1 |
2018-07-25 18:11 | link fix | Steven G. Johnson | 1 | +1 | -1 |
2018-07-24 17:35 | badge updates | Steven G. Johnson | 1 | +2 | -3 |
2018-07-24 17:32 | doc fixes, don't export stdint and limits.h values UINT16_MAX and SSIZE_MAX | Steven G. Johnson | 2 | +11 | -9 |
2018-07-24 17:25 | Merge branch 'master' of https://github.com/JuliaLang/utf8proc | Steven G. Johnson | 7 | +10257 | -9845 |
2018-07-24 17:25 | 2.2 release date | Steven G. Johnson | 1 | +3 | -1 |
2018-07-24 17:24 | update copyright statement for data_generator | Steven G. Johnson | 1 | +2 | -0 |
2018-07-24 17:20 | copyright year updates | Steven G. Johnson | 3 | +3 | -3 |
2018-07-24 17:19 | note Unicode 11 in NEWS | Steven G. Johnson | 1 | +2 | -1 |
2018-07-24 17:18 | update data and algorithms for Unicode 11 (#140) | Steven G. Johnson | 7 | +10257 | -9845 |
2018-07-24 14:45 | charwidth=1 for soft hyphen and unassigned codepoints (#135) | Steven G. Johnson | 5 | +1987 | -1972 |
2018-06-06 14:16 | Enhance CMakeLists.txt (#138) | Nehal J Wani | 1 | +13 | -0 |
2018-05-02 18:18 | uppercase mapping ß (U+00df) to ẞ (U+1E9E) (#134) | Steven G. Johnson | 5 | +1312 | -1276 |
2018-05-02 12:23 | NEWS for upcoming 2.2 release, version bump | Steven G. Johnson | 5 | +27 | -9 |
2018-05-02 12:15 | Case folding fixes (#133) | Steven G. Johnson | 6 | +4220 | -4180 |
2018-04-30 01:37 | Static library support improvements (#123) | past-due | 3 | +20 | -9 |
2018-04-27 16:55 | [CMake] Use target_compile_definitions to avoid affecting global definitions (#121) | past-due | 1 | +3 | -5 |
2018-04-27 16:51 | note Unicode 10 support | Steven G. Johnson | 1 | +1 | -1 |
2018-04-27 16:50 | update to unicode 10 (#132) | Steven G. Johnson | 3 | +1829 | -1742 |
2018-04-27 13:58 | version bump to 2.1.1 (#131) | Steven G. Johnson | 5 | +22 | -9 |
2018-04-27 13:30 | fix make clean | Steven G. Johnson | 1 | +1 | -1 |
2018-04-27 13:10 | missing return code, success message in test/misc.c | Steven G. Johnson | 1 | +2 | -0 |
2018-04-27 12:57 | make internal function static | Steven G. Johnson | 1 | +1 | -1 |
2018-04-27 12:23 | added test for #128 | Steven G. Johnson | 3 | +31 | -1 |
2018-04-27 12:06 | possible fix for #128 (#129) | Benito van der Zander | 1 | +3 | -3 |
2018-04-18 14:50 | Use LDFLAGS when building libutf8proc.dylib (#125) | Ryan Schmidt | 1 | +1 | -1 |
2017-09-21 16:27 | Fix declaration-after-statement warning when compiling in strict C90 mode. (#113) | Branko Čibej | 1 | +2 | -3 |
2017-06-08 16:29 | Update documentation to reflect Unicode 9.0.0. (#107) | Christopher Baker | 1 | +1 | -1 |
2017-02-19 22:33 | Ensure generated const data tables are hidden via "static" (#100) | Paul Smith | 2 | +10 | -10 |
2017-02-18 15:14 | don't set MAKE variable in Makefile (#99) | Jameson Nash | 1 | +0 | -1 |
2017-01-14 13:12 | removed inclusion of non-portable header file (#94) | Árpád Goretity | 1 | +1 | -1 |
2017-01-04 00:44 | Don't use cached version of UnicodeData.txt (#92) | Michael Hatherly | 1 | +1 | -1 |
2016-12-26 21:01 | fix typo in NEWS date | Steven G. Johnson | 1 | +1 | -1 |
2016-12-26 20:52 | version 2.1 release | Steven G. Johnson | 1 | +3 | -1 |
2016-12-11 21:42 | update NEWS [ci skip] | Steven G. Johnson | 1 | +5 | -0 |
2016-12-11 21:35 | update to unifont 9.0.04 | Steven G. Johnson | 2 | +7550 | -7549 |
2016-12-11 21:18 | whoops | Steven G. Johnson | 1 | +1 | -0 |
2016-12-11 21:17 | use ptrdiff_t rather than ssize_t, as ssize_t is non-standard (it is POSIX, not C) | Steven G. Johnson | 1 | +1 | -1 |
2016-12-11 12:15 | use stdbool.h and inttypes.h in MSVC 2013 and later, and use more C99-compatible definitions of false and true earlier (fix #90) | Steven G. Johnson | 1 | +8 | -2 |
2016-11-30 15:46 | update .gitignore for custom test | Steven G. Johnson | 1 | +8 | -7 |
2016-11-30 15:40 | new utf8proc_map_custom for hooking in user-defined custom mappings (#89) | Steven G. Johnson | 7 | +110 | -16 |
2016-11-30 15:09 | silence MSVC warning about conversion to uint8 (fix #86) | Steven G. Johnson | 2 | +7566 | -7568 |
2016-11-29 18:49 | typo in docstrings | Steven G. Johnson | 1 | +3 | -4 |
2016-11-21 14:22 | Tlsa/ucs4 normalize (#88) | Michael Drake | 2 | +40 | -5 |
2016-09-04 18:44 | Change definition of UINT16_MAX macro (#84) | Jakub Vít | 1 | +1 | -1 |
2016-07-27 12:04 | add missing links | Steven G. Johnson | 1 | +2 | -0 |
2016-07-27 11:59 | date fix in NEWS | Steven G. Johnson | 1 | +1 | -1 |
2016-07-27 11:58 | NEWS and version numbers for 2.0.2 (#81) | Tony Kelman | 5 | +28 | -12 |
2016-07-26 21:54 | use a different variable name for nested loop in bench.c (#80) | Tony Kelman | 1 | +2 | -2 |
2016-07-16 10:16 | Move -Wmissing-prototypes from Makefile to .travis.yml (#79) | Tony Kelman | 2 | +2 | -2 |
2016-07-13 16:58 | Convert compiler warnings to errors for Travis builds (#73) | petercolberg | 1 | +1 | -1 |
2016-07-13 16:42 | added NEWS for #78 | Steven G. Johnson | 1 | +4 | -0 |
2016-07-13 16:40 | Use versioned Unicode data URLs (#78) | petercolberg | 1 | +11 | -8 |
2016-07-13 16:39 | NEWS and version bump for 2.0.1 release, to come out shortly | Steven G. Johnson | 5 | +13 | -6 |
2016-07-13 16:33 | Fix incorrect use of `lbc` instead of `lbc_override` (#77) | Keno Fischer | 1 | +1 | -1 |
2016-07-13 16:18 | add appveyor badge to readme | Tony Kelman | 1 | +3 | -1 |
2016-07-13 16:02 | NEWS update | Steven G. Johnson | 1 | +5 | -2 |
2016-07-13 15:00 | the ABI version was already bumped in #62, does not need to be bumped again in #70 | Steven G. Johnson | 3 | +5 | -5 |
2016-07-13 14:57 | NEWS for 2.0 | Steven G. Johnson | 1 | +19 | -0 |
2016-07-13 14:41 | Walk back ABI breaking changes (#76) | Keno Fischer | 2 | +17 | -4 |
2016-07-12 20:30 | update to Unifont 9 (for Unicode 9 charwidths) (#75) | Steven G. Johnson | 2 | +507 | -506 |
2016-07-12 15:51 | Smaller tables (#68) | Benito van der Zander | 5 | +9177 | -11760 |
2016-06-28 20:06 | note Unicode 9 support (from #70) in README | Steven G. Johnson | 1 | +1 | -1 |
2016-06-28 20:04 | Unicode 9 updates (#70) | Keno Fischer | 7 | +11553 | -11149 |
2016-06-01 12:52 | Merge pull request #69 from JuliaLang/tk/cache | Steven G. Johnson | 1 | +1 | -1 |
2016-06-01 04:20 | fix the travis cache | Tony Kelman | 1 | +1 | -1 |
2016-02-04 15:57 | Merge pull request #66 from michaelnmmeyer/master | Steven G. Johnson | 5 | +14 | -8 |
2016-02-04 03:01 | Fix overrun | Michaël Meyer | 5 | +14 | -8 |
2015-12-09 23:59 | Merge pull request #62 from michaelnmmeyer/master | Steven G. Johnson | 7 | +6691 | -6686 |
2015-12-09 22:35 | Bump version number. | Michaël Meyer | 3 | +9 | -9 |
2015-12-09 18:55 | Reduce the size of the binary. | Michaël Meyer | 4 | +6682 | -6677 |
2015-11-24 21:53 | Merge pull request #61 from fgsch/issue_60 | Steven G. Johnson | 1 | +2 | -1 |
2015-11-24 20:09 | Silence warning with -Wextra | Federico G. Schwindt | 1 | +2 | -1 |
2015-11-01 13:36 | update Unicode version in header-file comment | Steven G. Johnson | 1 | +1 | -1 |
2015-11-01 13:34 | update copyright statements to list recent contributors and year | Steven G. Johnson | 2 | +2 | -0 |
2015-11-01 13:10 | Merge pull request #59 from petercolberg/master | Steven G. Johnson | 4 | +19 | -5 |
2015-11-01 00:51 | Update NEWS for version 1.3.1 | Peter Colberg | 1 | +14 | -0 |
2015-11-01 00:51 | Increment patch version | Peter Colberg | 3 | +5 | -5 |
2015-10-31 22:13 | Merge pull request #58 from petercolberg/master | Steven G. Johnson | 11 | +122 | -74 |
2015-10-31 17:59 | Fix deprecated warnings with Julia 0.4 | Peter Colberg | 1 | +12 | -6 |
2015-10-30 22:46 | Test `make install` | Peter Colberg | 4 | +22 | -4 |
2015-10-30 19:57 | Test `make clean` | Peter Colberg | 1 | +1 | -0 |
2015-10-30 19:27 | Fix sscanf argument type for format %x | Peter Colberg | 1 | +1 | -1 |
2015-10-30 19:24 | Fix missing static declarations for internal functions | Peter Colberg | 2 | +2 | -2 |
2015-10-30 19:22 | Fix implicit function declarations | Peter Colberg | 1 | +8 | -0 |
2015-10-30 19:13 | Move common test functions to separate module | Peter Colberg | 3 | +69 | -57 |
2015-10-30 18:57 | Fix installation of shared library symlinks | Peter Colberg | 1 | +5 | -3 |
2015-10-30 18:56 | Add missing files to `make clean` | Peter Colberg | 1 | +2 | -1 |
2015-10-30 16:48 | Merge pull request #57 from petercolberg/master | Steven G. Johnson | 1 | +15 | -9 |
2015-10-30 04:52 | Fix MinGW build test | Peter Colberg | 1 | +9 | -9 |
2015-10-30 04:52 | Describe interactive debugging for appveyor | Peter Colberg | 1 | +6 | -0 |
2015-10-30 01:45 | Merge pull request #56 from petercolberg/master | Steven G. Johnson | 4 | +2651 | -2660 |
2015-10-30 00:28 | Use consistent indentation in Travis config | Peter Colberg | 1 | +6 | -6 |
2015-10-30 00:07 | Set URLCACHE to JuliaLang cache server for Travis builds | Peter Colberg | 2 | +6 | -6 |
2015-10-29 23:48 | Generate fontforge font files in makefile | Peter Colberg | 2 | +10 | -13 |
2015-10-29 23:41 | Update Unicode data | Peter Colberg | 1 | +2629 | -2635 |
2015-10-29 17:30 | Merge pull request #55 from petercolberg/master | Steven G. Johnson | 3 | +4 | -4 |
2015-10-29 05:17 | Enable compiler warnings in makefile | Peter Colberg | 1 | +2 | -1 |
2015-10-29 04:45 | Do not export internal unsafe_encode_char() | Peter Colberg | 2 | +2 | -3 |
2015-07-06 16:28 | add missing NEWS links | Steven G. Johnson | 1 | +3 | -0 |
2015-07-06 15:34 | updated NEWS for 1.3 | Steven G. Johnson | 1 | +8 | -1 |
2015-07-06 15:09 | Merge pull request #51 from JuliaLang/cjh/unifont8 | Steven G. Johnson | 2 | +2769 | -2731 |
2015-06-29 20:43 | Update Unicode data | Jiahao Chen | 1 | +2767 | -2729 |
2015-06-29 20:42 | Update Unifont to 8.0.01 | Jiahao Chen | 1 | +2 | -2 |
2015-06-26 18:28 | Merge pull request #49 from JuliaLang/cjh/mw | Steven G. Johnson | 4 | +3110 | -3165 |
2015-06-26 16:12 | Updated Unicode 8 data - now sorted internally by data generator | Jiahao Chen (陈家豪) | 1 | +2761 | -2770 |
2015-06-26 16:01 | Update Unicode data | Jiahao Chen | 1 | +896 | -893 |
2015-06-25 23:15 | sort keys to try to eliminate data dependence on Ruby version | Steven G. Johnson | 1 | +2 | -2 |
2015-06-25 22:00 | Fix gitignore to ignore .so* | Jiahao Chen (陈家豪) | 1 | +1 | -1 |
2015-06-24 18:07 | fix #46 (make sure symbol-like codepoints have nonzero width even if they aren't in Unifont) | Steven G. Johnson | 3 | +1770 | -1819 |
2015-06-24 15:49 | update NEWS for #43 and #45 | Steven G. Johnson | 1 | +9 | -0 |
2015-06-23 21:21 | Update README.md | Jiahao Chen | 1 | +10 | -6 |
2015-06-23 21:18 | Merge pull request #45 from JuliaLang/cjh/unicode8 | Jiahao Chen | 3 | +7986 | -7443 |
2015-06-23 17:12 | Force Travis to spit out diff | Jiahao Chen | 1 | +1 | -1 |
2015-06-20 12:14 | Updated data file to Unicode 8.0.0 | Jiahao Chen | 1 | +7982 | -7440 |
2015-06-20 23:06 | Merge pull request #43 from JuliaLang/nl/flags | Jiahao Chen | 1 | +11 | -9 |
2015-06-20 12:03 | Minor fixes to work with Unicode 8.0.0 data | Jiahao Chen | 1 | +3 | -2 |
2015-06-08 07:34 | Always pass -fPIC and -std=c99 in CFLAGS | Milan Bouchet-Valat | 1 | +11 | -9 |
2015-05-30 14:28 | Fix make check | Tony Kelman | 1 | +7 | -7 |
2015-05-30 13:21 | Merge pull request #38 from jlec/jlec-master | Steven G. Johnson | 1 | +12 | -10 |
2015-05-30 03:07 | bump API/ABI version to 1.3, add NEWS | Steven G. Johnson | 4 | +18 | -3 |
2015-05-30 02:58 | Merge pull request #40 from JuliaLang/casefuncs | Steven G. Johnson | 5 | +84 | -3 |
2015-05-29 17:52 | add toupper/tolower functions (for JuliaLang/julia#11471) | Steven G. Johnson | 5 | +84 | -3 |
2015-05-30 01:58 | Merge pull request #35 from ScottPJones/spj/valid | Steven G. Johnson | 9 | +322 | -62 |
2015-05-29 13:24 | Add tests for valid codepoints and iterate function | ScottPJones | 4 | +214 | -2 |
2015-05-09 15:45 | Fix #34 handle 66 Unicode non-characters, also improve performance and surrogate handling | Scott Paul Jones | 5 | +108 | -60 |
2015-05-25 08:27 | Enhance build process | Justin Lecher | 1 | +12 | -10 |
2015-04-09 15:36 | Merge pull request #32 from JuliaLang/tk/ssize_t_typedef | Steven G. Johnson | 7 | +126 | -117 |
2015-04-07 05:36 | Prefix other C99 typedefs with utf8proc_ | Tony Kelman | 7 | +102 | -94 |
2015-04-05 04:17 | Use a new typedef utf8proc_ssize_t to avoid define collisions | Tony Kelman | 3 | +38 | -37 |
2015-04-05 04:30 | Run appveyor also on release branches | Tony Kelman | 1 | +1 | -0 |
2015-03-30 15:05 | rename DLLEXPORT to UTF8PROC_DLLEXPORT to prevent conflicts with other header files that define DLLEXPORT | Steven G. Johnson | 2 | +42 | -42 |
2015-03-28 18:47 | build bench/bench for make check, to lessen the chance that it bitrots again | Steven G. Johnson | 2 | +3 | -2 |
2015-03-28 18:38 | fix some stray references to mojibake in the bench/ directory | Steven G. Johnson | 2 | +4 | -4 |
2015-03-28 13:10 | updated NEWS etc. for 1.2 release | Steven G. Johnson | 3 | +5 | -3 |
2015-03-27 18:46 | parens | Steven G. Johnson | 1 | +10 | -10 |
2015-03-27 18:45 | github crossrefs in NEWS | Steven G. Johnson | 1 | +20 | -10 |
2015-03-27 18:13 | NEWS tweaks | Steven G. Johnson | 1 | +2 | -2 |
2015-03-27 18:11 | NEWS tweaks | Steven G. Johnson | 1 | +4 | -2 |
2015-03-27 18:05 | more documentation English and formatting cleanups | Steven G. Johnson | 1 | +64 | -66 |
2015-03-27 17:38 | Merge pull request #31 from JuliaLang/nalimilan/destdir | Steven G. Johnson | 1 | +10 | -6 |
2015-03-27 17:37 | some documentation improvements | Steven G. Johnson | 1 | +27 | -25 |
2015-03-27 17:05 | Create additional symlinks to .so file on non-OSX | Milan Bouchet-Valat | 1 | +4 | -0 |
2015-03-27 16:36 | Add support for DESTDIR in make install | Milan Bouchet-Valat | 1 | +6 | -6 |
2015-03-27 16:49 | indentation consistency | Steven G. Johnson | 2 | +32 | -31 |
2015-03-27 16:35 | put the API version as #defines in the header file (as discussed in #30) | Steven G. Johnson | 4 | +35 | -2 |
2015-03-26 18:36 | note doxygen and other changes from #29 in NEWS | Steven G. Johnson | 1 | +4 | -0 |
2015-03-23 15:06 | mainpage dox tweaks | Steven G. Johnson | 1 | +4 | -2 |
2015-03-23 15:01 | Merge pull request #29 from jonas/doxygen | Steven G. Johnson | 4 | +1949 | -315 |
2015-03-17 15:58 | Fix #26: use doxygen for generating API docs | Jonas Fonseca | 4 | +1949 | -315 |
2015-03-12 18:32 | note removal of plugins | Steven G. Johnson | 1 | +2 | -0 |
2015-03-12 18:29 | update NEWS for 1.2-dev | Steven G. Johnson | 2 | +25 | -4 |
2015-03-12 18:17 | remove requirement that get_property and decompose_char argument be in range 0x0 to 0x10ffff | Steven G. Johnson | 2 | +14 | -14 |
2015-03-12 17:48 | Merge pull request #27 from JuliaLang/charwidth | Steven G. Johnson | 11 | +10649 | -10028 |
2015-03-08 21:23 | fix #2: add charwidth function | Steven G. Johnson | 11 | +10649 | -10028 |
2015-03-10 02:40 | Merge pull request #28 from tkelman/tk/cmake | Steven G. Johnson | 10 | +125 | -29 |
2015-03-09 01:09 | Temporary fix for getting VERSION and SOVERSION into cmake | Tony Kelman | 2 | +11 | -1 |
2015-03-08 23:43 | Create appveyor.yml | Tony Kelman | 1 | +35 | -0 |
2015-03-08 23:23 | test cmake on travis | Tony Kelman | 1 | +8 | -0 |
2015-03-08 22:33 | Minimal cmake build script | Tony Kelman | 7 | +72 | -29 |
2015-03-08 03:02 | comment typos | Steven G. Johnson | 1 | +2 | -2 |
2015-03-08 03:00 | whoops, forgot -Wl before -soname | Steven G. Johnson | 1 | +7 | -7 |
2015-03-08 02:49 | version the shared library (fix #24) | Steven G. Johnson | 2 | +44 | -14 |
2015-03-08 00:13 | fix link | Steven G. Johnson | 1 | +1 | -1 |
2015-03-06 22:39 | make travis script check whether utf8proc_data.c generation has changed | Steven G. Johnson | 1 | +2 | -2 |
2015-03-06 22:36 | directory cleanup: move tests and data into subdirectories | Steven G. Johnson | 9 | +214 | -214 |
2015-03-06 22:18 | update for name change | Steven G. Johnson | 1 | +5 | -5 |
2015-03-06 17:48 | typo | Steven G. Johnson | 1 | +1 | -1 |
2015-03-06 17:43 | rename back to utf8proc now that we are taking over maintenance | Steven G. Johnson | 6 | +468 | -474 |
2014-12-14 14:01 | rm note about obsolete grapheme rules from README, clean up test output | Steven G. Johnson | 2 | +1 | -4 |
2014-12-14 13:47 | Merge pull request #20 from JuliaLang/graphemes | Steven G. Johnson | 10 | +10813 | -10434 |
2014-12-12 23:25 | fix #15: redefine UTF8PROC_CATEGORY_CN to 0 consistent with what we actually return | Steven G. Johnson | 1 | +2 | -2 |
2014-12-12 21:27 | update graphemes for Unicode 7, add utf8proc_grapheme_break function | Steven G. Johnson | 8 | +10695 | -10397 |
2014-12-08 03:25 | grapheme test for UAX#29 | Steven G. Johnson | 5 | +128 | -47 |
2014-12-12 19:20 | utf8proc_version should return a different version string than utf8proc | Steven G. Johnson | 1 | +6 | -2 |
2014-12-08 02:29 | README updates | Steven G. Johnson | 2 | +19 | -19 |
2014-09-24 18:26 | Merge pull request #17 from JuliaLang/tk/dllexport | Steven G. Johnson | 3 | +43 | -31 |
2014-09-23 18:08 | s/LIBRARY_EXPORTS/MOJIBAKE_EXPORTS/ | Tony Kelman | 2 | +2 | -2 |
2014-09-22 20:51 | add DLLEXPORT definition for __GNUC__ >= 4 | Tony Kelman | 1 | +2 | -0 |
2014-09-20 03:24 | add DLLEXPORT to all functions in mojibake.h | Tony Kelman | 3 | +41 | -31 |
2014-08-12 20:39 | Merge pull request #16 from vlajos/typofixes-20140812 | Keno Fischer | 3 | +4 | -4 |
2014-08-12 20:30 | a few typofixes | Veres Lajos | 3 | +4 | -4 |
2014-08-08 16:36 | updated 'make clean' target | Steven G. Johnson | 1 | +3 | -1 |
2014-08-08 15:53 | add travis badge | Steven G. Johnson | 1 | +1 | -0 |
2014-08-07 21:04 | Add travis file for testing | Jacob Quinn | 1 | +9 | -0 |
2014-08-07 20:52 | added normalization and encoding test for #13 | Steven G. Johnson | 3 | +120 | -3 |
2014-07-30 02:35 | I like SHLIB_EXT, for consistency | Elliot Saba | 1 | +6 | -6 |
2014-07-28 20:19 | Add SHARED_SUFFIX appropriate for OSX and Linux | Jiahao Chen | 1 | +12 | -4 |
2014-07-19 18:55 | added GNU libunistring benchmark | Steven G. Johnson | 3 | +72 | -3 |
2014-07-19 12:19 | add missing dependency | Steven G. Johnson | 1 | +1 | -1 |
2014-07-19 12:14 | fix #14 | Steven G. Johnson | 1 | +4 | -0 |
2014-07-19 02:23 | add benchmark (issue #12) | Steven G. Johnson | 6 | +215 | -0 |
2014-07-18 18:28 | utf8proc.h -> mojibake.h (closes #10) | Steven G. Johnson | 4 | +389 | -389 |
2014-07-18 16:18 | slight clarification in README | Steven G. Johnson | 1 | +4 | -4 |
2014-07-18 16:12 | Merge pull request #9 from JuliaLang/cjh/markdata | Steven G. Johnson | 3 | +11212 | -10147 |
2014-07-18 15:47 | C++/MSVC compatibility, indenting, for #4 | Steven G. Johnson | 2 | +11 | -9 |
2014-07-18 15:35 | replace ar with $(AR) for #4 | Steven G. Johnson | 1 | +2 | -2 |
2014-07-18 15:28 | Merge pull request #7 from JuliaLang/cjh/rename-mojibake | Steven G. Johnson | 3 | +25 | -25 |
2014-07-18 14:48 | Fix formatting of Normalization Form C | Jiahao Chen | 1 | +1 | -1 |
2014-07-17 22:41 | Update utf8proc_data.c (generated by data_generator.rb) | Jiahao Chen | 1 | +11182 | -8830 |
2014-07-18 14:07 | Add 'update' target to Makefile | Jiahao Chen | 1 | +20 | -0 |
2014-07-18 14:02 | Replace all explicitly marked regions with Ruby file read and regex section matches | Jiahao Chen | 1 | +5 | -32 |
2014-07-18 13:16 | Update data_generator so that it runs on ruby 2.2 | Jiahao Chen | 1 | +5 | -5 |
2014-07-17 22:55 | Mark composition exclusion characters | Jiahao Chen | 1 | +8 | -81 |
2014-07-17 22:47 | Mark Grapheme_Extend data | Jiahao Chen | 1 | +4 | -151 |
2014-07-17 22:47 | Mark Default_Ignorable_Code_Point data | Jiahao Chen | 1 | +4 | -30 |
2014-07-18 12:52 | Rename libutf8proc -> libmojibake. Closes #5 | Jiahao Chen | 3 | +25 | -25 |
2014-07-17 22:32 | Mark location of CaseFolding.txt data | Jiahao Chen | 1 | +3 | -1037 |
2014-07-16 01:50 | markdown fixes, prettified NEWS | Steven G. Johnson | 4 | +151 | -140 |
2014-07-15 20:04 | markdown and other cosmetic updates | Steven G. Johnson | 6 | +174 | -165 |
2014-07-15 19:32 | rm ruby and pgsql plugins: keep libutf8proc repo focused exclusively on the C library | Steven G. Johnson | 9 | +0 | -544 |
2014-07-15 19:29 | import of utf8proc-v1.1.6 | Steven G. Johnson | 17 | +16875 | -0 |