summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Steven G. Johnson [Wed, 24 Sep 2014 18:26:13 +0000 (14:26 -0400)]
Merge pull request #17 from JuliaLang/tk/dllexport
RFC: add DLLEXPORT to utf8proc_get_property
Tony Kelman [Tue, 23 Sep 2014 18:08:52 +0000 (11:08 -0700)]
s/LIBRARY_EXPORTS/MOJIBAKE_EXPORTS/
Tony Kelman [Mon, 22 Sep 2014 20:51:05 +0000 (13:51 -0700)]
add DLLEXPORT definition for __GNUC__ >= 4
Tony Kelman [Sat, 20 Sep 2014 03:24:42 +0000 (20:24 -0700)]
add DLLEXPORT to all functions in mojibake.h
Keno Fischer [Tue, 12 Aug 2014 20:39:24 +0000 (16:39 -0400)]
Merge pull request #16 from vlajos/typofixes-
20140812
a few typofixes
Veres Lajos [Tue, 12 Aug 2014 20:30:59 +0000 (21:30 +0100)]
a few typofixes
Steven G. Johnson [Fri, 8 Aug 2014 16:36:14 +0000 (12:36 -0400)]
updated 'make clean' target
Steven G. Johnson [Fri, 8 Aug 2014 15:53:51 +0000 (11:53 -0400)]
add travis badge
Jacob Quinn [Thu, 7 Aug 2014 21:04:03 +0000 (17:04 -0400)]
Add travis file for testing
Steven G. Johnson [Thu, 7 Aug 2014 20:52:16 +0000 (16:52 -0400)]
added normalization and encoding test for #13
Elliot Saba [Wed, 30 Jul 2014 02:35:03 +0000 (22:35 -0400)]
I like SHLIB_EXT, for consistency
Jiahao Chen [Mon, 28 Jul 2014 20:19:01 +0000 (16:19 -0400)]
Add SHARED_SUFFIX appropriate for OSX and Linux
Steven G. Johnson [Sat, 19 Jul 2014 18:55:25 +0000 (14:55 -0400)]
added GNU libunistring benchmark
Steven G. Johnson [Sat, 19 Jul 2014 12:19:16 +0000 (08:19 -0400)]
add missing dependency
Steven G. Johnson [Sat, 19 Jul 2014 12:14:27 +0000 (08:14 -0400)]
fix #14
Steven G. Johnson [Sat, 19 Jul 2014 02:23:17 +0000 (22:23 -0400)]
add benchmark (issue #12)
Steven G. Johnson [Fri, 18 Jul 2014 18:28:17 +0000 (14:28 -0400)]
utf8proc.h -> mojibake.h (closes #10)
Steven G. Johnson [Fri, 18 Jul 2014 16:18:46 +0000 (12:18 -0400)]
slight clarification in README
Steven G. Johnson [Fri, 18 Jul 2014 16:12:19 +0000 (12:12 -0400)]
Merge pull request #9 from JuliaLang/cjh/markdata
Update data tables to Unicode 7.0.0
Steven G. Johnson [Fri, 18 Jul 2014 15:47:24 +0000 (11:47 -0400)]
C++/MSVC compatibility, indenting, for #4
Steven G. Johnson [Fri, 18 Jul 2014 15:35:02 +0000 (11:35 -0400)]
replace ar with $(AR) for #4
Steven G. Johnson [Fri, 18 Jul 2014 15:28:28 +0000 (11:28 -0400)]
Merge pull request #7 from JuliaLang/cjh/rename-mojibake
Rename libutf8proc -> libmojibake.
Jiahao Chen [Fri, 18 Jul 2014 14:48:44 +0000 (10:48 -0400)]
Fix formatting of Normalization Form C
Jiahao Chen [Thu, 17 Jul 2014 22:41:07 +0000 (15:41 -0700)]
Update utf8proc_data.c (generated by data_generator.rb)
Jiahao Chen [Fri, 18 Jul 2014 14:07:15 +0000 (10:07 -0400)]
Add 'update' target to Makefile
This target downloads all necessary Unicode data files using curl and rebuilds utf8proc_data.c using data_generator.rb (saving the new copy to utf8proc_data.c.new).
Jiahao Chen [Fri, 18 Jul 2014 14:02:09 +0000 (10:02 -0400)]
Replace all explicitly marked regions with Ruby file read and regex section matches
Jiahao Chen [Fri, 18 Jul 2014 13:16:23 +0000 (09:16 -0400)]
Update data_generator so that it runs on ruby 2.2
Jiahao Chen [Thu, 17 Jul 2014 22:55:47 +0000 (15:55 -0700)]
Mark composition exclusion characters
Jiahao Chen [Thu, 17 Jul 2014 22:47:52 +0000 (15:47 -0700)]
Mark Grapheme_Extend data
Jiahao Chen [Thu, 17 Jul 2014 22:47:35 +0000 (15:47 -0700)]
Mark Default_Ignorable_Code_Point data
Jiahao Chen [Fri, 18 Jul 2014 12:52:50 +0000 (08:52 -0400)]
Rename libutf8proc -> libmojibake. Closes #5
Jiahao Chen [Thu, 17 Jul 2014 22:32:42 +0000 (15:32 -0700)]
Mark location of CaseFolding.txt data
Steven G. Johnson [Wed, 16 Jul 2014 01:50:23 +0000 (21:50 -0400)]
markdown fixes, prettified NEWS
Steven G. Johnson [Tue, 15 Jul 2014 20:04:36 +0000 (16:04 -0400)]
markdown and other cosmetic updates
Steven G. Johnson [Tue, 15 Jul 2014 19:32:53 +0000 (15:32 -0400)]
rm ruby and pgsql plugins: keep libutf8proc repo focused exclusively on the C library
Steven G. Johnson [Tue, 15 Jul 2014 19:29:52 +0000 (15:29 -0400)]
import of utf8proc-v1.1.6