utf8proc

A clean C library for processing UTF-8 Unicode data
git clone https://git.sinitax.com/juliastrings/utf8proc
Log | Files | Refs | README | LICENSE | sfeed.txt

DateCommit messageAuthorFiles+-
2024-01-04 18:01Remove ruby compat hacks (#259)Claire Foster2+13800-13812
2024-01-04 00:34Use stdint.h instead of inttypes.h (#223)Michael Williamson1+2-2
2024-01-03 17:02Port ruby data_generator.rb to Julia (#258)Claire Foster7+639-654
2023-11-26 02:00upgrade minimum cmake version (#255)dundargoc1+1-1
2023-10-20 22:38updates for doxygen 1.9Steven G. Johnson2+445-246
2023-10-20 21:16untar into new directorySteven G. Johnson1+1-0
2023-10-20 21:15make distcheck should keep tarball, rm directorySteven G. Johnson1+1-1
2023-10-20 21:14add make distcheckSteven G. Johnson1+10-0
2023-10-20 20:51make dist targetSteven G. Johnson1+7-0
2023-10-20 20:42version 2.9 bump (#254)Steven G. Johnson5+16-9
2023-10-20 20:24Unicode 15.1 support (#253)Steven G. Johnson9+11000-10896
2022-10-30 21:24v2.8.0 bump (#248)Steven G. Johnson5+11-8
2022-10-25 03:18unicode 15 support (#247)Steven G. Johnson6+3374-3188
2022-10-25 02:47Add c flag when invoking ar (#241)Harmen Stoppels1+1-1
2022-05-26 12:58Improve fuzzer code coverage (#239)Randy1+10-1
2022-05-06 01:49fuzz: limit input length (#238)Randy1+4-1
2022-04-16 20:33don't use make in cmake instructions (closes #236)Steven G. Johnson1+2-3
2021-12-17 02:14update Doxygen config with doxygen -uSteven G. Johnson1+118-51
2021-12-17 02:11copyright year updateSteven G. Johnson3+3-3
2021-12-17 02:10prepare for 2.7.0 releaseSteven G. Johnson1+3-1
2021-12-17 02:08update for unicode 14 (#233)Steven G. Johnson8+9181-8827
2021-12-17 01:54rm travisSteven G. Johnson2+1-16
2021-12-17 01:53update gitignoreSteven G. Johnson1+2-0
2021-12-17 01:52[ci] set github CI (#229)woclass2+105-0
2021-12-17 01:42cmake: fix installation directories and also install pkgconfig file (#224)Markus F.X.J. Oberhumer2+23-12
2021-12-17 01:30reduce lenencode bits (#232)Benito van der Zander3+7076-7065
2021-04-15 13:32GNUInstallDirs support (#159)extrowerk1+6-4
2021-02-04 17:59OSS-Fuzz integration updates (#219)Randy3+81-1
2021-01-29 18:54OSS-Fuzz initial integration (#216)Randy4+93-0
2021-01-14 17:59Fix Sign-Conversion warnings in library and test code (#214)Mike Glorioso7+29-25
2020-12-19 18:08download test data to build directory (fixes #212)Steven G. Johnson1+2-2
2020-12-17 23:36ensure ruby is in UTF-8 mode (#209)Steven G. Johnson1+9-9
2020-12-15 21:36fix manifestSteven G. Johnson1+3-3
2020-12-15 20:292.6.1 version bumpSteven G. Johnson3+3-3
2020-12-15 20:26fix NULL args in grapheme_break_statefulSteven G. Johnson3+21-7
2020-11-23 19:21update doxygen config with doxygen -uSteven G. Johnson1+1024-53
2020-11-23 19:18bump to version 2.6Steven G. Johnson5+20-8
2020-11-23 19:10Fix grapheme breaks on string-initial (#205)Steven G. Johnson2+101-58
2020-10-09 12:30docs: fix simple typo, encounted -> encountered (#201)Tim Gates1+1-1
2020-08-25 20:42add islower/isupper functions (#196)Steven G. Johnson9+7527-5938
2020-05-25 14:20Switch to HTTPS for referencing `www.unicode.org`. (#193)xkszltl3+12-12
2020-04-13 14:59Unify include file handling (#190)Stefan Floeren1+1-1
2020-03-30 11:51Fix memory leaks in tests case.c and misc.c (#189)Andreas-Schniertshauer2+7-3
2020-03-29 14:48Revert "disable tests under mingw" (#187)Steven G. Johnson1+5-3
2020-03-29 14:44use unsigned char more consistently, silence -Wextra compiler warnings (#188)Steven G. Johnson6+20-18
2020-03-29 13:35fixesSteven G. Johnson2+11-11
2020-03-29 13:01add build to gitignore, make paths absolute (closes #185)Steven G. Johnson1+20-19
2020-03-29 12:53fix grapheme test to work on unmodified data fileSteven G. Johnson3+6-7
2020-03-29 01:25disable tests under mingwSteven G. Johnson1+3-5
2020-03-28 21:16Download data and execute commented out tests (#178)Andreas-Schniertshauer1+7-2
2020-03-28 18:00Merge branch 'master' of https://github.com/JuliaLang/utf8procSteven G. Johnson2+14-9
2020-03-28 18:00silence warning (closes #184)Steven G. Johnson1+1-2
2020-03-28 14:31Tests with prefix utf8proc. (#177)Andreas-Schniertshauer2+14-9
2020-03-28 14:00compile more tests on Windows (#183)Steven G. Johnson3+15-12
2020-03-28 13:42simplificationsSteven G. Johnson5+13-14
2020-03-28 13:36portable getline replacement (closes #182)Steven G. Johnson3+17-5
2020-03-28 00:36new emoji-data.txt location (fixes #181)Steven G. Johnson2+4293-4288
2020-03-27 22:38updateSteven G. Johnson1+2333-2372
2020-03-27 22:35whoops, generated from old tablesSteven G. Johnson1+6902-6761
2020-03-27 21:32link fixesSteven G. Johnson1+3-0
2020-03-27 21:22version bump to 2.5Steven G. Johnson5+16-6
2020-03-27 21:06Unicode 13 support (#179)Steven G. Johnson5+5540-5542
2020-02-19 19:25Add: tests to CMakeLists.txt (#173)Andreas-Schniertshauer3+46-7
2019-07-11 18:04Fix some typos (found by codespell) (#160)Stefan Weil3+3-3
2019-05-14 15:00slight clarificationSteven G. Johnson1+1-1
2019-05-14 14:53update header file comments (closes #157)Steven G. Johnson2+4-4
2019-05-11 01:24NEWS for 2.4, updated version numbers (which I forgot in 2.3, grrr)Steven G. Johnson6+75-58
2019-05-11 01:13ignore vscodeSteven G. Johnson1+1-0
2019-05-11 01:12update for unicode 12.1 (#156)GOTOH Shunsuke3+3314-3310
2019-05-08 15:24typoSteven G. Johnson1+1-1
2019-05-08 15:24more infoSteven G. Johnson1+1-1
2019-05-08 15:22note official releasesSteven G. Johnson1+2-0
2019-05-08 15:20more compile infoSteven G. Johnson1+16-10
2019-05-08 00:02Document HP-UX build support (#155)Michael Osipov1+13-0
2019-05-08 00:00Improve portability of Make (#154)Michael Osipov1+3-1
2019-04-17 18:49[CMake] Add UTF8PROC_NO_INSTALL option (#152)past-due1+12-8
2019-04-09 19:10copyright year updateSteven G. Johnson1+1-1
2019-04-09 19:09fontforge is no longer neededSteven G. Johnson1+0-2
2019-03-30 20:34Merge branch 'master' of https://github.com/JuliaLang/utf8procSteven G. Johnson5+16-2
2019-03-30 20:33NEWS for 2.3Steven G. Johnson1+64-42
2019-03-30 20:31add utf8proc_unicode_version (#151)Steven G. Johnson5+16-2
2019-03-30 20:05give up on Unifont for charwidth data (#150)Steven G. Johnson3+4897-5217
2019-03-30 20:04Merge branch 'master' of https://github.com/JuliaLang/utf8procSteven G. Johnson2+25-15
2019-03-30 20:04doc clarification (closing #110)Steven G. Johnson1+2-1
2019-03-30 19:22fix CHARBOUND option for non-characters (#149)Steven G. Johnson2+25-15
2019-03-30 17:46update for unicode 12 (#148)Steven G. Johnson3+7082-6871
2019-03-30 17:37rebased cmake updates (#147)Steven G. Johnson1+10-4
2019-03-30 17:17use Travis Julia support to get a modern Julia version (#146)Steven G. Johnson1+7-12
2018-11-01 21:17fix Julia script for Julia 1.0Steven G. Johnson1+50-21
2018-11-01 21:10Pass users' flags (#141)Graham Inggs2+12-11
2018-11-01 21:09Generate and install a pkg-config file. (#142)Michael Drake3+28-1
2018-07-25 18:11link fixSteven G. Johnson1+1-1
2018-07-24 17:35badge updatesSteven G. Johnson1+2-3
2018-07-24 17:32doc fixes, don't export stdint and limits.h values UINT16_MAX and SSIZE_MAXSteven G. Johnson2+11-9
2018-07-24 17:25Merge branch 'master' of https://github.com/JuliaLang/utf8procSteven G. Johnson7+10257-9845
2018-07-24 17:252.2 release dateSteven G. Johnson1+3-1
2018-07-24 17:24update copyright statement for data_generatorSteven G. Johnson1+2-0
2018-07-24 17:20copyright year updatesSteven G. Johnson3+3-3
2018-07-24 17:19note Unicode 11 in NEWSSteven G. Johnson1+2-1
2018-07-24 17:18update data and algorithms for Unicode 11 (#140)Steven G. Johnson7+10257-9845
2018-07-24 14:45charwidth=1 for soft hyphen and unassigned codepoints (#135)Steven G. Johnson5+1987-1972
2018-06-06 14:16Enhance CMakeLists.txt (#138)Nehal J Wani1+13-0
2018-05-02 18:18uppercase mapping ß (U+00df) to ẞ (U+1E9E) (#134)Steven G. Johnson5+1312-1276
2018-05-02 12:23NEWS for upcoming 2.2 release, version bumpSteven G. Johnson5+27-9
2018-05-02 12:15Case folding fixes (#133)Steven G. Johnson6+4220-4180
2018-04-30 01:37Static library support improvements (#123)past-due3+20-9
2018-04-27 16:55[CMake] Use target_compile_definitions to avoid affecting global definitions (#121)past-due1+3-5
2018-04-27 16:51note Unicode 10 supportSteven G. Johnson1+1-1
2018-04-27 16:50update to unicode 10 (#132)Steven G. Johnson3+1829-1742
2018-04-27 13:58version bump to 2.1.1 (#131)Steven G. Johnson5+22-9
2018-04-27 13:30fix make cleanSteven G. Johnson1+1-1
2018-04-27 13:10missing return code, success message in test/misc.cSteven G. Johnson1+2-0
2018-04-27 12:57make internal function staticSteven G. Johnson1+1-1
2018-04-27 12:23added test for #128Steven G. Johnson3+31-1
2018-04-27 12:06possible fix for #128 (#129)Benito van der Zander1+3-3
2018-04-18 14:50Use LDFLAGS when building libutf8proc.dylib (#125)Ryan Schmidt1+1-1
2017-09-21 16:27Fix declaration-after-statement warning when compiling in strict C90 mode. (#113)Branko Čibej1+2-3
2017-06-08 16:29Update documentation to reflect Unicode 9.0.0. (#107)Christopher Baker1+1-1
2017-02-19 22:33Ensure generated const data tables are hidden via "static" (#100)Paul Smith2+10-10
2017-02-18 15:14don't set MAKE variable in Makefile (#99)Jameson Nash1+0-1
2017-01-14 13:12removed inclusion of non-portable header file (#94)Árpád Goretity 1+1-1
2017-01-04 00:44Don't use cached version of UnicodeData.txt (#92)Michael Hatherly1+1-1
2016-12-26 21:01fix typo in NEWS dateSteven G. Johnson1+1-1
2016-12-26 20:52version 2.1 releaseSteven G. Johnson1+3-1
2016-12-11 21:42update NEWS [ci skip]Steven G. Johnson1+5-0
2016-12-11 21:35update to unifont 9.0.04Steven G. Johnson2+7550-7549
2016-12-11 21:18whoopsSteven G. Johnson1+1-0
2016-12-11 21:17use ptrdiff_t rather than ssize_t, as ssize_t is non-standard (it is POSIX, not C)Steven G. Johnson1+1-1
2016-12-11 12:15use 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. Johnson1+8-2
2016-11-30 15:46update .gitignore for custom testSteven G. Johnson1+8-7
2016-11-30 15:40new utf8proc_map_custom for hooking in user-defined custom mappings (#89)Steven G. Johnson7+110-16
2016-11-30 15:09silence MSVC warning about conversion to uint8 (fix #86)Steven G. Johnson2+7566-7568
2016-11-29 18:49typo in docstringsSteven G. Johnson1+3-4
2016-11-21 14:22Tlsa/ucs4 normalize (#88)Michael Drake2+40-5
2016-09-04 18:44Change definition of UINT16_MAX macro (#84)Jakub Vít1+1-1
2016-07-27 12:04add missing linksSteven G. Johnson1+2-0
2016-07-27 11:59date fix in NEWSSteven G. Johnson1+1-1
2016-07-27 11:58NEWS and version numbers for 2.0.2 (#81)Tony Kelman5+28-12
2016-07-26 21:54use a different variable name for nested loop in bench.c (#80)Tony Kelman1+2-2
2016-07-16 10:16Move -Wmissing-prototypes from Makefile to .travis.yml (#79)Tony Kelman2+2-2
2016-07-13 16:58Convert compiler warnings to errors for Travis builds (#73)petercolberg1+1-1
2016-07-13 16:42added NEWS for #78Steven G. Johnson1+4-0
2016-07-13 16:40Use versioned Unicode data URLs (#78)petercolberg1+11-8
2016-07-13 16:39NEWS and version bump for 2.0.1 release, to come out shortlySteven G. Johnson5+13-6
2016-07-13 16:33Fix incorrect use of `lbc` instead of `lbc_override` (#77)Keno Fischer1+1-1
2016-07-13 16:18add appveyor badge to readmeTony Kelman1+3-1
2016-07-13 16:02NEWS updateSteven G. Johnson1+5-2
2016-07-13 15:00the ABI version was already bumped in #62, does not need to be bumped again in #70Steven G. Johnson3+5-5
2016-07-13 14:57NEWS for 2.0Steven G. Johnson1+19-0
2016-07-13 14:41Walk back ABI breaking changes (#76)Keno Fischer2+17-4
2016-07-12 20:30update to Unifont 9 (for Unicode 9 charwidths) (#75)Steven G. Johnson2+507-506
2016-07-12 15:51Smaller tables (#68)Benito van der Zander5+9177-11760
2016-06-28 20:06note Unicode 9 support (from #70) in READMESteven G. Johnson1+1-1
2016-06-28 20:04Unicode 9 updates (#70)Keno Fischer7+11553-11149
2016-06-01 12:52Merge pull request #69 from JuliaLang/tk/cacheSteven G. Johnson1+1-1
2016-06-01 04:20fix the travis cacheTony Kelman1+1-1
2016-02-04 15:57Merge pull request #66 from michaelnmmeyer/masterSteven G. Johnson5+14-8
2016-02-04 03:01Fix overrunMichaël Meyer5+14-8
2015-12-09 23:59Merge pull request #62 from michaelnmmeyer/masterSteven G. Johnson7+6691-6686
2015-12-09 22:35Bump version number.Michaël Meyer3+9-9
2015-12-09 18:55Reduce the size of the binary.Michaël Meyer4+6682-6677
2015-11-24 21:53Merge pull request #61 from fgsch/issue_60Steven G. Johnson1+2-1
2015-11-24 20:09Silence warning with -WextraFederico G. Schwindt1+2-1
2015-11-01 13:36update Unicode version in header-file commentSteven G. Johnson1+1-1
2015-11-01 13:34update copyright statements to list recent contributors and yearSteven G. Johnson2+2-0
2015-11-01 13:10Merge pull request #59 from petercolberg/masterSteven G. Johnson4+19-5
2015-11-01 00:51Update NEWS for version 1.3.1Peter Colberg1+14-0
2015-11-01 00:51Increment patch versionPeter Colberg3+5-5
2015-10-31 22:13Merge pull request #58 from petercolberg/masterSteven G. Johnson11+122-74
2015-10-31 17:59Fix deprecated warnings with Julia 0.4Peter Colberg1+12-6
2015-10-30 22:46Test `make install`Peter Colberg4+22-4
2015-10-30 19:57Test `make clean`Peter Colberg1+1-0
2015-10-30 19:27Fix sscanf argument type for format %xPeter Colberg1+1-1
2015-10-30 19:24Fix missing static declarations for internal functionsPeter Colberg2+2-2
2015-10-30 19:22Fix implicit function declarationsPeter Colberg1+8-0
2015-10-30 19:13Move common test functions to separate modulePeter Colberg3+69-57
2015-10-30 18:57Fix installation of shared library symlinksPeter Colberg1+5-3
2015-10-30 18:56Add missing files to `make clean`Peter Colberg1+2-1
2015-10-30 16:48Merge pull request #57 from petercolberg/masterSteven G. Johnson1+15-9
2015-10-30 04:52Fix MinGW build testPeter Colberg1+9-9
2015-10-30 04:52Describe interactive debugging for appveyorPeter Colberg1+6-0
2015-10-30 01:45Merge pull request #56 from petercolberg/masterSteven G. Johnson4+2651-2660
2015-10-30 00:28Use consistent indentation in Travis configPeter Colberg1+6-6
2015-10-30 00:07Set URLCACHE to JuliaLang cache server for Travis buildsPeter Colberg2+6-6
2015-10-29 23:48Generate fontforge font files in makefilePeter Colberg2+10-13
2015-10-29 23:41Update Unicode dataPeter Colberg1+2629-2635
2015-10-29 17:30Merge pull request #55 from petercolberg/masterSteven G. Johnson3+4-4
2015-10-29 05:17Enable compiler warnings in makefilePeter Colberg1+2-1
2015-10-29 04:45Do not export internal unsafe_encode_char()Peter Colberg2+2-3
2015-07-06 16:28add missing NEWS linksSteven G. Johnson1+3-0
2015-07-06 15:34updated NEWS for 1.3Steven G. Johnson1+8-1
2015-07-06 15:09Merge pull request #51 from JuliaLang/cjh/unifont8Steven G. Johnson2+2769-2731
2015-06-29 20:43Update Unicode dataJiahao Chen1+2767-2729
2015-06-29 20:42Update Unifont to 8.0.01Jiahao Chen1+2-2
2015-06-26 18:28Merge pull request #49 from JuliaLang/cjh/mwSteven G. Johnson4+3110-3165
2015-06-26 16:12Updated Unicode 8 data - now sorted internally by data generatorJiahao Chen (陈家豪)1+2761-2770
2015-06-26 16:01Update Unicode dataJiahao Chen1+896-893
2015-06-25 23:15sort keys to try to eliminate data dependence on Ruby versionSteven G. Johnson1+2-2
2015-06-25 22:00Fix gitignore to ignore .so*Jiahao Chen (陈家豪)1+1-1
2015-06-24 18:07fix #46 (make sure symbol-like codepoints have nonzero width even if they aren't in Unifont)Steven G. Johnson3+1770-1819
2015-06-24 15:49update NEWS for #43 and #45Steven G. Johnson1+9-0
2015-06-23 21:21Update README.mdJiahao Chen1+10-6
2015-06-23 21:18Merge pull request #45 from JuliaLang/cjh/unicode8Jiahao Chen3+7986-7443
2015-06-23 17:12Force Travis to spit out diffJiahao Chen1+1-1
2015-06-20 12:14Updated data file to Unicode 8.0.0Jiahao Chen1+7982-7440
2015-06-20 23:06Merge pull request #43 from JuliaLang/nl/flagsJiahao Chen1+11-9
2015-06-20 12:03Minor fixes to work with Unicode 8.0.0 dataJiahao Chen1+3-2
2015-06-08 07:34Always pass -fPIC and -std=c99 in CFLAGSMilan Bouchet-Valat1+11-9
2015-05-30 14:28Fix make checkTony Kelman1+7-7
2015-05-30 13:21Merge pull request #38 from jlec/jlec-masterSteven G. Johnson1+12-10
2015-05-30 03:07bump API/ABI version to 1.3, add NEWSSteven G. Johnson4+18-3
2015-05-30 02:58Merge pull request #40 from JuliaLang/casefuncsSteven G. Johnson5+84-3
2015-05-29 17:52add toupper/tolower functions (for JuliaLang/julia#11471)Steven G. Johnson5+84-3
2015-05-30 01:58Merge pull request #35 from ScottPJones/spj/validSteven G. Johnson9+322-62
2015-05-29 13:24Add tests for valid codepoints and iterate functionScottPJones4+214-2
2015-05-09 15:45Fix #34 handle 66 Unicode non-characters, also improve performance and surrogate handlingScott Paul Jones5+108-60
2015-05-25 08:27Enhance build processJustin Lecher1+12-10
2015-04-09 15:36Merge pull request #32 from JuliaLang/tk/ssize_t_typedefSteven G. Johnson7+126-117
2015-04-07 05:36Prefix other C99 typedefs with utf8proc_Tony Kelman7+102-94
2015-04-05 04:17Use a new typedef utf8proc_ssize_t to avoid define collisionsTony Kelman3+38-37
2015-04-05 04:30Run appveyor also on release branchesTony Kelman1+1-0
2015-03-30 15:05rename DLLEXPORT to UTF8PROC_DLLEXPORT to prevent conflicts with other header files that define DLLEXPORTSteven G. Johnson2+42-42
2015-03-28 18:47build bench/bench for make check, to lessen the chance that it bitrots againSteven G. Johnson2+3-2
2015-03-28 18:38fix some stray references to mojibake in the bench/ directorySteven G. Johnson2+4-4
2015-03-28 13:10updated NEWS etc. for 1.2 releaseSteven G. Johnson3+5-3
2015-03-27 18:46parensSteven G. Johnson1+10-10
2015-03-27 18:45github crossrefs in NEWSSteven G. Johnson1+20-10
2015-03-27 18:13NEWS tweaksSteven G. Johnson1+2-2
2015-03-27 18:11NEWS tweaksSteven G. Johnson1+4-2
2015-03-27 18:05more documentation English and formatting cleanupsSteven G. Johnson1+64-66
2015-03-27 17:38Merge pull request #31 from JuliaLang/nalimilan/destdirSteven G. Johnson1+10-6
2015-03-27 17:37some documentation improvementsSteven G. Johnson1+27-25
2015-03-27 17:05Create additional symlinks to .so file on non-OSXMilan Bouchet-Valat1+4-0
2015-03-27 16:36Add support for DESTDIR in make installMilan Bouchet-Valat1+6-6
2015-03-27 16:49indentation consistencySteven G. Johnson2+32-31
2015-03-27 16:35put the API version as #defines in the header file (as discussed in #30)Steven G. Johnson4+35-2
2015-03-26 18:36note doxygen and other changes from #29 in NEWSSteven G. Johnson1+4-0
2015-03-23 15:06mainpage dox tweaksSteven G. Johnson1+4-2
2015-03-23 15:01Merge pull request #29 from jonas/doxygenSteven G. Johnson4+1949-315
2015-03-17 15:58Fix #26: use doxygen for generating API docsJonas Fonseca4+1949-315
2015-03-12 18:32note removal of pluginsSteven G. Johnson1+2-0
2015-03-12 18:29update NEWS for 1.2-devSteven G. Johnson2+25-4
2015-03-12 18:17remove requirement that get_property and decompose_char argument be in range 0x0 to 0x10ffffSteven G. Johnson2+14-14
2015-03-12 17:48Merge pull request #27 from JuliaLang/charwidthSteven G. Johnson11+10649-10028
2015-03-08 21:23fix #2: add charwidth functionSteven G. Johnson11+10649-10028
2015-03-10 02:40Merge pull request #28 from tkelman/tk/cmakeSteven G. Johnson10+125-29
2015-03-09 01:09Temporary fix for getting VERSION and SOVERSION into cmakeTony Kelman2+11-1
2015-03-08 23:43Create appveyor.ymlTony Kelman1+35-0
2015-03-08 23:23test cmake on travisTony Kelman1+8-0
2015-03-08 22:33Minimal cmake build scriptTony Kelman7+72-29
2015-03-08 03:02comment typosSteven G. Johnson1+2-2
2015-03-08 03:00whoops, forgot -Wl before -sonameSteven G. Johnson1+7-7
2015-03-08 02:49version the shared library (fix #24)Steven G. Johnson2+44-14
2015-03-08 00:13fix linkSteven G. Johnson1+1-1
2015-03-06 22:39make travis script check whether utf8proc_data.c generation has changedSteven G. Johnson1+2-2
2015-03-06 22:36directory cleanup: move tests and data into subdirectoriesSteven G. Johnson9+214-214
2015-03-06 22:18update for name changeSteven G. Johnson1+5-5
2015-03-06 17:48typoSteven G. Johnson1+1-1
2015-03-06 17:43rename back to utf8proc now that we are taking over maintenanceSteven G. Johnson6+468-474
2014-12-14 14:01rm note about obsolete grapheme rules from README, clean up test outputSteven G. Johnson2+1-4
2014-12-14 13:47Merge pull request #20 from JuliaLang/graphemesSteven G. Johnson10+10813-10434
2014-12-12 23:25fix #15: redefine UTF8PROC_CATEGORY_CN to 0 consistent with what we actually returnSteven G. Johnson1+2-2
2014-12-12 21:27update graphemes for Unicode 7, add utf8proc_grapheme_break functionSteven G. Johnson8+10695-10397
2014-12-08 03:25grapheme test for UAX#29Steven G. Johnson5+128-47
2014-12-12 19:20utf8proc_version should return a different version string than utf8procSteven G. Johnson1+6-2
2014-12-08 02:29README updatesSteven G. Johnson2+19-19
2014-09-24 18:26Merge pull request #17 from JuliaLang/tk/dllexportSteven G. Johnson3+43-31
2014-09-23 18:08s/LIBRARY_EXPORTS/MOJIBAKE_EXPORTS/Tony Kelman2+2-2
2014-09-22 20:51add DLLEXPORT definition for __GNUC__ >= 4Tony Kelman1+2-0
2014-09-20 03:24add DLLEXPORT to all functions in mojibake.hTony Kelman3+41-31
2014-08-12 20:39Merge pull request #16 from vlajos/typofixes-20140812Keno Fischer3+4-4
2014-08-12 20:30a few typofixesVeres Lajos3+4-4
2014-08-08 16:36updated 'make clean' targetSteven G. Johnson1+3-1
2014-08-08 15:53add travis badgeSteven G. Johnson1+1-0
2014-08-07 21:04Add travis file for testingJacob Quinn1+9-0
2014-08-07 20:52added normalization and encoding test for #13Steven G. Johnson3+120-3
2014-07-30 02:35I like SHLIB_EXT, for consistencyElliot Saba1+6-6
2014-07-28 20:19Add SHARED_SUFFIX appropriate for OSX and LinuxJiahao Chen1+12-4
2014-07-19 18:55added GNU libunistring benchmarkSteven G. Johnson3+72-3
2014-07-19 12:19add missing dependencySteven G. Johnson1+1-1
2014-07-19 12:14fix #14Steven G. Johnson1+4-0
2014-07-19 02:23add benchmark (issue #12)Steven G. Johnson6+215-0
2014-07-18 18:28utf8proc.h -> mojibake.h (closes #10)Steven G. Johnson4+389-389
2014-07-18 16:18slight clarification in READMESteven G. Johnson1+4-4
2014-07-18 16:12Merge pull request #9 from JuliaLang/cjh/markdataSteven G. Johnson3+11212-10147
2014-07-18 15:47C++/MSVC compatibility, indenting, for #4Steven G. Johnson2+11-9
2014-07-18 15:35replace ar with $(AR) for #4Steven G. Johnson1+2-2
2014-07-18 15:28Merge pull request #7 from JuliaLang/cjh/rename-mojibakeSteven G. Johnson3+25-25
2014-07-18 14:48Fix formatting of Normalization Form CJiahao Chen1+1-1
2014-07-17 22:41Update utf8proc_data.c (generated by data_generator.rb)Jiahao Chen1+11182-8830
2014-07-18 14:07Add 'update' target to MakefileJiahao Chen1+20-0
2014-07-18 14:02Replace all explicitly marked regions with Ruby file read and regex section matchesJiahao Chen1+5-32
2014-07-18 13:16Update data_generator so that it runs on ruby 2.2Jiahao Chen1+5-5
2014-07-17 22:55Mark composition exclusion charactersJiahao Chen1+8-81
2014-07-17 22:47Mark Grapheme_Extend dataJiahao Chen1+4-151
2014-07-17 22:47Mark Default_Ignorable_Code_Point dataJiahao Chen1+4-30
2014-07-18 12:52Rename libutf8proc -> libmojibake. Closes #5Jiahao Chen3+25-25
2014-07-17 22:32Mark location of CaseFolding.txt dataJiahao Chen1+3-1037
2014-07-16 01:50markdown fixes, prettified NEWSSteven G. Johnson4+151-140
2014-07-15 20:04markdown and other cosmetic updatesSteven G. Johnson6+174-165
2014-07-15 19:32rm ruby and pgsql plugins: keep libutf8proc repo focused exclusively on the C librarySteven G. Johnson9+0-544
2014-07-15 19:29import of utf8proc-v1.1.6Steven G. Johnson17+16875-0