Gitweb links:
...log
http://git.netsurf-browser.org/libutf8proc.git/shortlog/47cbe0ef52288beba7d7e59665c20a9ab5ebaf7e
...commit
http://git.netsurf-browser.org/libutf8proc.git/commit/47cbe0ef52288beba7d7e59665c20a9ab5ebaf7e
...tree
http://git.netsurf-browser.org/libutf8proc.git/tree/47cbe0ef52288beba7d7e59665c20a9ab5ebaf7e
The annotated tag, release/2.4.0-1 has been created
at 47cbe0ef52288beba7d7e59665c20a9ab5ebaf7e (tag)
tagging 0d22740b0de2636307cb95c928b244263ed17caa (commit)
replaces utf8proc-v1.3.1
tagged by Vincent Sanders
on Wed Jun 26 00:11:59 2019 +0100
- Log -----------------------------------------------------------------
Official Release
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEER2Lxrm9ACEGlKtFtebDHosvZO54FAl0Sqj8ACgkQebDHosvZ
O545FxAAkN15Y2o9KiLJIx3G6rGZVvs9DR05zN4KlE5AdcFDPepFTRK+MWLE22e3
VokU50TrXVPkSDMjcH7CD/afoDcl27r+Jf/I3R26ovplE97kz0oMCKX5fzAgLIg4
F0BqEPol2I2kpPMBJ8GJmhWIweVt7ZlxIssXBRo3PCMkhp+i5XfeKnDNErFQC5ec
zrEizMzLcXCps4bLsrQ7bx2IWwMW4aUamLJcpfHgQ8D8HZa+4WzAmzCHu8BSf3uJ
UAc8N2I8pEoM3MvUd0vB1VVElwoyZQ3D87w+s28FcLQk6D1cB71VaG+Ot/GYzlDF
q1TmIiBRlMp2Tle7jfir3wrQY+Ay0kXF+BEgbWJeUhRUGxWwfex8hUPOup30gN0u
8PLnc5cqgG+hHRa3j7tOS1kKlSrWqHUFFwYC5Y73xJLCGz5QAut9i2WaJQacTNIx
xODSRvnF7D2en7KMa4o10Q4hQat5UHf4QxZ0UKtQsFzppX/mTGYTlqdpqRwlG8hG
m3Z7/S06WAYT6QIjnTKcYUVmUSBDEMh+F0cbWZ9hEXxMqyFss9/JSWUtLArVMNwy
MV4wsLZSK282jTOffKWl82zbvFQYBQMJh2OAftb3G3tAcKEKzZyk2Rh3pc7HFpQf
AaSn1/RNWJHksOiEykneu/BWHkNMz37tpoJ3qU3VmS5xpfBIYhU=
=uZ2m
-----END PGP SIGNATURE-----
Benito van der Zander (2):
Smaller tables (#68)
possible fix for #128 (#129)
Branko Čibej (1):
Fix declaration-after-statement warning when compiling in strict C90
mode. (#113)
Christopher Baker (1):
Update documentation to reflect Unicode 9.0.0. (#107)
Federico G. Schwindt (1):
Silence warning with -Wextra
GOTOH Shunsuke (1):
update for unicode 12.1 (#156)
Graham Inggs (1):
Pass users' flags (#141)
Jakub Vít (1):
Change definition of UINT16_MAX macro (#84)
Jameson Nash (1):
don't set MAKE variable in Makefile (#99)
Keno Fischer (3):
Unicode 9 updates (#70)
Walk back ABI breaking changes (#76)
Fix incorrect use of `lbc` instead of `lbc_override` (#77)
Michael Drake (2):
Tlsa/ucs4 normalize (#88)
Generate and install a pkg-config file. (#142)
Michael Hatherly (1):
Don't use cached version of UnicodeData.txt (#92)
Michael Osipov (2):
Improve portability of Make (#154)
Document HP-UX build support (#155)
Michaël Meyer (3):
Reduce the size of the binary.
Bump version number.
Fix overrun
Nehal J Wani (1):
Enhance CMakeLists.txt (#138)
Paul Smith (1):
Ensure generated const data tables are hidden via "static" (#100)
Ryan Schmidt (1):
Use LDFLAGS when building libutf8proc.dylib (#125)
Steven G. Johnson (65):
update copyright statements to list recent contributors and year
update Unicode version in header-file comment
Merge pull request #61 from fgsch/issue_60
Merge pull request #62 from michaelnmmeyer/master
Merge pull request #66 from michaelnmmeyer/master
Merge pull request #69 from JuliaLang/tk/cache
note Unicode 9 support (from #70) in README
update to Unifont 9 (for Unicode 9 charwidths) (#75)
NEWS for 2.0
the ABI version was already bumped in #62, does not need to be bumped
again in #70
NEWS update
NEWS and version bump for 2.0.1 release, to come out shortly
added NEWS for #78
date fix in NEWS
add missing links
typo in docstrings
silence MSVC warning about conversion to uint8 (fix #86)
new utf8proc_map_custom for hooking in user-defined custom mappings (#89)
update .gitignore for custom test
use stdbool.h and inttypes.h in MSVC 2013 and later, and use more
C99-compatible definitions of false and true earlier (fix #90)
use ptrdiff_t rather than ssize_t, as ssize_t is non-standard (it is
POSIX, not C)
whoops
update to unifont 9.0.04
update NEWS [ci skip]
version 2.1 release
fix typo in NEWS date
added test for #128
make internal function static
missing return code, success message in test/misc.c
fix make clean
version bump to 2.1.1 (#131)
update to unicode 10 (#132)
note Unicode 10 support
Case folding fixes (#133)
NEWS for upcoming 2.2 release, version bump
uppercase mapping ß (U+00df) to ẞ (U+1E9E) (#134)
charwidth=1 for soft hyphen and unassigned codepoints (#135)
update data and algorithms for Unicode 11 (#140)
note Unicode 11 in NEWS
copyright year updates
update copyright statement for data_generator
2.2 release date
Merge branch 'master' of https://github.com/JuliaLang/utf8proc
doc fixes, don't export stdint and limits.h values UINT16_MAX and
SSIZE_MAX
badge updates
link fix
fix Julia script for Julia 1.0
use Travis Julia support to get a modern Julia version (#146)
rebased cmake updates (#147)
update for unicode 12 (#148)
fix CHARBOUND option for non-characters (#149)
doc clarification (closing #110)
Merge branch 'master' of https://github.com/JuliaLang/utf8proc
give up on Unifont for charwidth data (#150)
add utf8proc_unicode_version (#151)
NEWS for 2.3
Merge branch 'master' of https://github.com/JuliaLang/utf8proc
fontforge is no longer needed
copyright year update
more compile info
note official releases
more info
typo
ignore vscode
NEWS for 2.4, updated version numbers (which I forgot in 2.3, grrr)
Tony Kelman (5):
fix the travis cache
add appveyor badge to readme
Move -Wmissing-prototypes from Makefile to .travis.yml (#79)
use a different variable name for nested loop in bench.c (#80)
NEWS and version numbers for 2.0.2 (#81)
Vincent Sanders (1):
Build with core netsurf buildsystem
past-due (3):
[CMake] Use target_compile_definitions to avoid affecting global
definitions (#121)
Static library support improvements (#123)
[CMake] Add UTF8PROC_NO_INSTALL option (#152)
petercolberg (2):
Use versioned Unicode data URLs (#78)
Convert compiler warnings to errors for Travis builds (#73)
Árpád Goretity (1):
removed inclusion of non-portable header file (#94)
-----------------------------------------------------------------------
--
UTF8 Processing library (import)
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org