summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* note removal of pluginsSteven G. Johnson2015-03-121-0/+2
* update NEWS for 1.2-devSteven G. Johnson2015-03-122-4/+25
* remove requirement that get_property and decompose_char argument be in range ...Steven G. Johnson2015-03-122-14/+14
* Merge pull request #27 from JuliaLang/charwidthSteven G. Johnson2015-03-1211-9985/+10606
|\
| * fix #2: add charwidth functionSteven G. Johnson2015-03-1211-9985/+10606
|/
* Merge pull request #28 from tkelman/tk/cmakeSteven G. Johnson2015-03-099-4/+100
|\
| * Temporary fix for getting VERSION and SOVERSION into cmakeTony Kelman2015-03-092-1/+11
| * Create appveyor.ymlTony Kelman2015-03-081-0/+35
| * test cmake on travisTony Kelman2015-03-081-0/+8
| * Minimal cmake build scriptTony Kelman2015-03-086-4/+47
|/
* comment typosSteven G. Johnson2015-03-071-2/+2
* whoops, forgot -Wl before -sonameSteven G. Johnson2015-03-071-7/+7
* version the shared library (fix #24)Steven G. Johnson2015-03-072-14/+44
* fix linkSteven G. Johnson2015-03-071-1/+1
* make travis script check whether utf8proc_data.c generation has changedSteven G. Johnson2015-03-061-1/+2
* directory cleanup: move tests and data into subdirectoriesSteven G. Johnson2015-03-066-30/+30
* update for name changeSteven G. Johnson2015-03-061-5/+5
* typoSteven G. Johnson2015-03-061-1/+1
* rename back to utf8proc now that we are taking over maintenanceSteven G. Johnson2015-03-065-53/+47
* rm note about obsolete grapheme rules from README, clean up test outputSteven G. Johnson2014-12-142-4/+1
* Merge pull request #20 from JuliaLang/graphemesSteven G. Johnson2014-12-1410-10434/+10813
|\
| * update graphemes for Unicode 7, add utf8proc_grapheme_break functionSteven G. Johnson2014-12-128-10397/+10695
| * grapheme test for UAX#29Steven G. Johnson2014-12-125-47/+128
* | fix #15: redefine UTF8PROC_CATEGORY_CN to 0 consistent with what we actually ...Steven G. Johnson2014-12-121-2/+2
|/
* utf8proc_version should return a different version string than utf8procSteven G. Johnson2014-12-121-2/+6
* README updatesSteven G. Johnson2014-12-072-19/+19
* Merge pull request #17 from JuliaLang/tk/dllexportSteven G. Johnson2014-09-243-31/+43
|\
| * s/LIBRARY_EXPORTS/MOJIBAKE_EXPORTS/Tony Kelman2014-09-232-2/+2
| * add DLLEXPORT definition for __GNUC__ >= 4Tony Kelman2014-09-221-0/+2
| * add DLLEXPORT to all functions in mojibake.hTony Kelman2014-09-223-31/+41
* | Merge pull request #16 from vlajos/typofixes-20140812Keno Fischer2014-08-123-4/+4
|\ \ | |/ |/|
| * a few typofixesVeres Lajos2014-08-123-4/+4
|/
* updated 'make clean' targetSteven G. Johnson2014-08-081-1/+3
* add travis badgeSteven G. Johnson2014-08-081-0/+1
* Add travis file for testingJacob Quinn2014-08-071-0/+8
* added normalization and encoding test for #13Steven G. Johnson2014-08-073-3/+120
* I like SHLIB_EXT, for consistencyElliot Saba2014-07-291-6/+6
* Add SHARED_SUFFIX appropriate for OSX and LinuxJiahao Chen2014-07-281-4/+12
* added GNU libunistring benchmarkSteven G. Johnson2014-07-193-3/+72
* add missing dependencySteven G. Johnson2014-07-191-1/+1
* fix #14Steven G. Johnson2014-07-191-0/+4
* add benchmark (issue #12)Steven G. Johnson2014-07-186-0/+215
* utf8proc.h -> mojibake.h (closes #10)Steven G. Johnson2014-07-183-5/+5
* slight clarification in READMESteven G. Johnson2014-07-181-4/+4
* Merge pull request #9 from JuliaLang/cjh/markdataSteven G. Johnson2014-07-183-10147/+11212
|\
| * Update utf8proc_data.c (generated by data_generator.rb)Jiahao Chen2014-07-181-8830/+11182
| * Add 'update' target to MakefileJiahao Chen2014-07-181-0/+20
| * Replace all explicitly marked regions with Ruby file read and regex section m...Jiahao Chen2014-07-181-32/+5
| * Update data_generator so that it runs on ruby 2.2Jiahao Chen2014-07-181-5/+5
| * Mark composition exclusion charactersJiahao Chen2014-07-181-81/+8