summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 2.1 releasev2.1.0v2.1Steven G. Johnson2016-12-261-1/+3
* update NEWS [ci skip]Steven G. Johnson2016-12-111-0/+5
* update to unifont 9.0.04Steven G. Johnson2016-12-112-7549/+7550
* whoopsSteven G. Johnson2016-12-111-0/+1
* use ptrdiff_t rather than ssize_t, as ssize_t is non-standard (it is POSIX, n...Steven G. Johnson2016-12-111-1/+1
* use stdbool.h and inttypes.h in MSVC 2013 and later, and use more C99-compati...Steven G. Johnson2016-12-111-2/+8
* update .gitignore for custom testSteven G. Johnson2016-11-301-7/+8
* new utf8proc_map_custom for hooking in user-defined custom mappings (#89)Steven G. Johnson2016-11-307-16/+110
* silence MSVC warning about conversion to uint8 (fix #86)Steven G. Johnson2016-11-302-7568/+7566
* typo in docstringsSteven G. Johnson2016-11-291-4/+3
* Tlsa/ucs4 normalize (#88)Michael Drake2016-11-212-5/+40
* Change definition of UINT16_MAX macro (#84)Jakub Vít2016-09-041-1/+1
* add missing linksSteven G. Johnson2016-07-271-0/+2
* date fix in NEWSv2.0.2Steven G. Johnson2016-07-271-1/+1
* NEWS and version numbers for 2.0.2 (#81)Tony Kelman2016-07-275-12/+28
* use a different variable name for nested loop in bench.c (#80)Tony Kelman2016-07-261-2/+2
* Move -Wmissing-prototypes from Makefile to .travis.yml (#79)Tony Kelman2016-07-162-2/+2
* Convert compiler warnings to errors for Travis builds (#73)v2.0.1petercolberg2016-07-131-1/+1
* added NEWS for #78Steven G. Johnson2016-07-131-0/+4
* Use versioned Unicode data URLs (#78)petercolberg2016-07-131-8/+11
* NEWS and version bump for 2.0.1 release, to come out shortlySteven G. Johnson2016-07-135-6/+13
* Fix incorrect use of `lbc` instead of `lbc_override` (#77)Keno Fischer2016-07-131-1/+1
* add appveyor badge to readmeTony Kelman2016-07-131-1/+3
* NEWS updatev2.0Steven G. Johnson2016-07-131-2/+5
* the ABI version was already bumped in #62, does not need to be bumped again i...Steven G. Johnson2016-07-133-5/+5
* NEWS for 2.0Steven G. Johnson2016-07-131-0/+19
* Walk back ABI breaking changes (#76)Keno Fischer2016-07-132-4/+17
* update to Unifont 9 (for Unicode 9 charwidths) (#75)Steven G. Johnson2016-07-122-506/+507
* Smaller tables (#68)Benito van der Zander2016-07-125-11760/+9177
* note Unicode 9 support (from #70) in READMESteven G. Johnson2016-06-281-1/+1
* Unicode 9 updates (#70)Keno Fischer2016-06-287-11149/+11553
* Merge pull request #69 from JuliaLang/tk/cacheSteven G. Johnson2016-06-011-1/+1
|\
| * fix the travis cacheTony Kelman2016-05-311-1/+1
|/
* Merge pull request #66 from michaelnmmeyer/masterSteven G. Johnson2016-02-045-8/+14
|\
| * Fix overrunMichaël Meyer2016-02-045-8/+14
|/
* Merge pull request #62 from michaelnmmeyer/masterSteven G. Johnson2015-12-097-6686/+6691
|\
| * Bump version number.Michaël Meyer2015-12-093-9/+9
| * Reduce the size of the binary.Michaël Meyer2015-12-094-6677/+6682
|/
* Merge pull request #61 from fgsch/issue_60Steven G. Johnson2015-11-241-1/+2
|\
| * Silence warning with -WextraFederico G. Schwindt2015-11-241-1/+2
|/
* update Unicode version in header-file commentSteven G. Johnson2015-11-011-1/+1
* update copyright statements to list recent contributors and yearSteven G. Johnson2015-11-012-0/+2
* Merge pull request #59 from petercolberg/masterv1.3.1utf8proc-v1.3.1Steven G. Johnson2015-11-014-5/+19
|\
| * Update NEWS for version 1.3.1Peter Colberg2015-10-311-0/+14
| * Increment patch versionPeter Colberg2015-10-313-5/+5
|/
* Merge pull request #58 from petercolberg/masterSteven G. Johnson2015-10-3111-74/+122
|\
| * Fix deprecated warnings with Julia 0.4Peter Colberg2015-10-311-6/+12
| * Test `make install`Peter Colberg2015-10-304-4/+22
| * Test `make clean`Peter Colberg2015-10-301-0/+1
| * Fix sscanf argument type for format %xPeter Colberg2015-10-301-1/+1