Commit Graph

  • caaec059c6 typo Steven G. Johnson 2015-03-07 18:17:18 -0500
  • 9ff1716654 fix stylesheet link Steven G. Johnson 2015-03-07 18:15:04 -0500
  • e814353182 added downloads page for all released versions Steven G. Johnson 2015-03-07 18:14:03 -0500
  • c43d002ce0 added old versions, changed download link to v1.1.6 until 1.2 is released Steven G. Johnson 2015-03-07 17:30:58 -0500
  • 8848e27143 Create gh-pages branch via GitHub Steven G. Johnson 2015-03-07 16:48:51 -0500
  • dd7bd279bf make travis script check whether utf8proc_data.c generation has changed Steven G. Johnson 2015-03-06 17:39:15 -0500
  • 90721f2d39 directory cleanup: move tests and data into subdirectories Steven G. Johnson 2015-03-06 17:36:08 -0500
  • 10f7e2ed5a update for name change Steven G. Johnson 2015-03-06 17:18:23 -0500
  • debcc65c31 typo Steven G. Johnson 2015-03-06 12:48:35 -0500
  • 402883c78e rename back to utf8proc now that we are taking over maintenance Steven G. Johnson 2015-03-06 12:43:37 -0500
  • 86447ad060 rm note about obsolete grapheme rules from README, clean up test output Steven G. Johnson 2014-12-14 09:01:14 -0500
  • 4f70bbe780 Merge pull request #20 from JuliaLang/graphemes Steven G. Johnson 2014-12-14 08:47:06 -0500
  • 0f9e9796e6 fix #15: redefine UTF8PROC_CATEGORY_CN to 0 consistent with what we actually return Steven G. Johnson 2014-12-12 18:25:07 -0500
  • 397a1eabea update graphemes for Unicode 7, add utf8proc_grapheme_break function #20 Steven G. Johnson 2014-12-12 16:27:49 -0500
  • 539d2cc202 grapheme test for UAX#29 Steven G. Johnson 2014-12-07 22:25:31 -0500
  • 1b3992ebe5 utf8proc_version should return a different version string than utf8proc Steven G. Johnson 2014-12-12 14:20:53 -0500
  • 1c84d08b01 README updates Steven G. Johnson 2014-12-07 21:29:34 -0500
  • df71da45df Merge pull request #17 from JuliaLang/tk/dllexport Steven G. Johnson 2014-09-24 14:26:13 -0400
  • d61d551d5a s/LIBRARY_EXPORTS/MOJIBAKE_EXPORTS/ #17 Tony Kelman 2014-09-23 11:08:52 -0700
  • 6b67865984 add DLLEXPORT definition for __GNUC__ >= 4 Tony Kelman 2014-09-22 13:51:05 -0700
  • a840e5dae1 add DLLEXPORT to all functions in mojibake.h Tony Kelman 2014-09-19 20:24:42 -0700
  • a733c7feb4 Merge pull request #16 from vlajos/typofixes-20140812 Keno Fischer 2014-08-12 16:39:24 -0400
  • 83714e458e a few typofixes #16 Veres Lajos 2014-08-12 21:30:59 +0100
  • bc357b276f updated 'make clean' target Steven G. Johnson 2014-08-08 12:36:14 -0400
  • e0deacfacd add travis badge Steven G. Johnson 2014-08-08 11:53:51 -0400
  • 9acfadd21d Add travis file for testing Jacob Quinn 2014-08-07 17:04:03 -0400
  • 91a77d7588 added normalization and encoding test for #13 Steven G. Johnson 2014-08-07 16:52:16 -0400
  • af06f858e1 I like SHLIB_EXT, for consistency Elliot Saba 2014-07-29 22:35:03 -0400
  • 2cbc86bc7f Add SHARED_SUFFIX appropriate for OSX and Linux Jiahao Chen 2014-07-28 16:19:01 -0400
  • a39c1a6ea2 added GNU libunistring benchmark Steven G. Johnson 2014-07-19 14:55:25 -0400
  • 5fbd15b4ce add missing dependency Steven G. Johnson 2014-07-19 08:19:16 -0400
  • d51e541700 fix #14 Steven G. Johnson 2014-07-19 08:14:27 -0400
  • 20cff0757b add benchmark (issue #12) Steven G. Johnson 2014-07-18 22:23:17 -0400
  • 2c4e520a17 utf8proc.h -> mojibake.h (closes #10) Steven G. Johnson 2014-07-18 14:28:17 -0400
  • 8c36e8bc9f slight clarification in README Steven G. Johnson 2014-07-18 12:18:46 -0400
  • a5aeb49e20 Merge pull request #9 from JuliaLang/cjh/markdata Steven G. Johnson 2014-07-18 12:12:19 -0400
  • dd35a8530d C++/MSVC compatibility, indenting, for #4 Steven G. Johnson 2014-07-18 11:47:24 -0400
  • 48645e36e4 replace ar with $(AR) for #4 Steven G. Johnson 2014-07-18 11:35:02 -0400
  • 2e9ef6b7fa Merge pull request #7 from JuliaLang/cjh/rename-mojibake Steven G. Johnson 2014-07-18 11:28:28 -0400
  • fc44134d08 Fix formatting of Normalization Form C Jiahao Chen 2014-07-18 10:48:44 -0400
  • b81326e82f Update utf8proc_data.c (generated by data_generator.rb) #9 Jiahao Chen 2014-07-17 15:41:07 -0700
  • 13a72c152a Add 'update' target to Makefile Jiahao Chen 2014-07-18 10:07:15 -0400
  • 7d4541ee09 Replace all explicitly marked regions with Ruby file read and regex section matches Jiahao Chen 2014-07-18 10:02:09 -0400
  • 7932385a6c Update data_generator so that it runs on ruby 2.2 Jiahao Chen 2014-07-18 09:16:23 -0400
  • 5404ef8dc7 Mark composition exclusion characters Jiahao Chen 2014-07-17 15:55:47 -0700
  • aa9823f540 Mark Grapheme_Extend data Jiahao Chen 2014-07-17 15:47:52 -0700
  • 7633bd03b6 Mark Default_Ignorable_Code_Point data Jiahao Chen 2014-07-17 15:47:35 -0700
  • 68c3a5d7dd Merge 4cf8e08972 into e41bd981cb #8 Jiahao Chen 2014-07-18 13:20:34 +0000
  • 4cf8e08972 Add Unicode 5.0.0 tables #8 Jiahao Chen 2014-07-18 09:17:11 -0400
  • 1b329fbdf3 Update data_generator so that it runs on ruby 2.2 Jiahao Chen 2014-07-18 09:16:23 -0400
  • 6436f9faf9 Rename libutf8proc -> libmojibake. Closes #5 #7 Jiahao Chen 2014-07-18 08:52:50 -0400
  • 99ab91ae74 Merge e55defc91c into e41bd981cb #6 Jiahao Chen 2014-07-17 22:57:20 +0000
  • e55defc91c Mark composition exclusion characters #6 Jiahao Chen 2014-07-17 15:55:47 -0700
  • d78ced680f Mark Grapheme_Extend data Jiahao Chen 2014-07-17 15:47:52 -0700
  • ba5d970dcd Mark Default_Ignorable_Code_Point data Jiahao Chen 2014-07-17 15:47:35 -0700
  • 76b96f12d7 Remove utf8proc_data.c (generated by data_generator.rb) Jiahao Chen 2014-07-17 15:41:07 -0700
  • f0943b414c Mark location of CaseFolding.txt data Jiahao Chen 2014-07-17 15:32:42 -0700
  • d297db440c Merge 176406c98a into e41bd981cb #4 Tony Kelman 2014-07-16 22:18:40 +0000
  • 176406c98a simplify MSVC patch to utf8proc.h #4 Tony Kelman 2014-07-16 15:18:40 -0700
  • 6963585923 Apply utf8proc_msvc.patch from julia/deps tkelman 2014-07-16 12:55:08 -0700
  • 8a32f946c2 Apply utf8proc_Makefile.patch from julia/deps tkelman 2014-07-16 12:54:43 -0700
  • e41bd981cb markdown fixes, prettified NEWS Steven G. Johnson 2014-07-15 21:50:23 -0400
  • 0d7224a6d8 markdown and other cosmetic updates Steven G. Johnson 2014-07-15 16:04:36 -0400
  • c0f2b512a0 rm ruby and pgsql plugins: keep libutf8proc repo focused exclusively on the C library Steven G. Johnson 2014-07-15 15:32:53 -0400
  • ab9520d188 import of utf8proc-v1.1.6 v1.1.6 Steven G. Johnson 2014-07-15 15:29:52 -0400