summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Mention continuous integration.Bruno Haible2019-09-151-0/+9
|
* build: Explain how to avoid skipped tests.Bruno Haible2019-09-012-0/+19
| | | | * HACKING: Explain which locales to install, to avoid skipped tests.
* build: Tweak last commit.Bruno Haible2019-09-011-1/+1
|
* build: Add support for shallow-cloning of subdirectories.Bruno Haible2019-09-012-7/+40
| | | | | | | * gitsub.sh (func_usage): Document allowed git options with 'git pull'. (func_pull): Accept GIT_OPTIONS argument. (pull): Parse git options before complaining about too many arguments. Pass the git options to func_pull.
* build: Don't use an obsolete libtool macro.Bruno Haible2019-08-191-0/+7
|
* build: Don't use an obsolete libtool macro.Bruno Haible2019-08-181-3/+3
| | | | | * m4/exported.m4 (gt_GLOBAL_SYMBOL_PIPE): Require _LT_CMD_GLOBAL_SYMBOLS, not AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE.
* build: Fix build errors with MSVC.Bruno Haible2019-07-013-5/+11
| | | | | | * lib/exported.sh.in: Remove one level of eval. * lib/Makefile.am (config.h): Redirect compiler output to stderr. Remove symbols that contain an '@'.
* Update after gnulib changed.Bruno Haible2019-07-012-0/+11
|
* Update bug reporting instructions.Bruno Haible2019-05-113-7/+15
| | | | | * README: Tell users to report bugs in the bug tracker or by email. * doc/libunistring.texi (Reporting problems): Likewise.
* Fix license header of two files.Bruno Haible2019-05-072-8/+26
| | | | | * woe32dll/export.h: Use a dual-license header. * woe32dll/unistring-exports.c: Likewise.
* build: Separate git operations from build operations.Bruno Haible2019-05-075-418/+924
| | | | | | | | * gitsub.sh: New file, from gnulib. * .gitmodules: New file. * autogen.sh: Remove all git operations. Look at GNULIB_SRCDIR environment variable. Ignore the GNULIB_TOOL environment variable. * HACKING: Explain when to use gitsub.sh.
* build: Update Windows support.Bruno Haible2019-03-132-4/+9
|
* doc: Assume that the texinfo sources are in the source dir.Bruno Haible2019-02-142-5/+10
| | | | | * doc/Makefile.am (stamp-vti, libunistring.html, libunistring_toc.html): Lookup libunistring.texi in $(srcdir).
* doc: Fix hyperlinks to table of contents in HTML doc.Bruno Haible2019-02-142-2/+11
| | | | | | | Reported by Akim Demaille <akim.demaille@gmail.com>. * doc/Makefile.am (libunistring_toc.html): Replace references to libunistring.html with references to libunistring_toc.html.
* doc: Make function declarations easier to read.Bruno Haible2019-02-1313-469/+476
| | | | | | * doc/uni*.texi: Inside the argument list of function declarations, use no-break spaces instead of spaces, except directly after a comma. * doc/libunistring.texi: Bump copyright year.
* build: Put the .sym file in the source directory.Bruno Haible2019-02-132-11/+18
| | | | | * lib/Makefile.am (libunistring.sym): Generate in the source directory. (config.h): Update rule.
* doc: Simplify the title page.Bruno Haible2019-02-132-1/+5
| | | | * doc/libunistring.texi (titlepage): Remove redundant subtitle.
* Update licenses.Bruno Haible2019-02-104-28/+34
|
* Use a newer texinfo.tex.Bruno Haible2019-02-102-3/+10
|
* Remove left-over empty directories in 'make distclean'.Bruno Haible2019-02-053-1/+33
| | | | | | | * lib/Makefile.am (DISTCLEANDIRS, DISTCLEANDIRS_NOT_IN_SRCDIR): New variables. (distclean-local): New target. * tests/Makefile.am (distclean-local): New target.
* Move run-test to gnulib.Bruno Haible2019-02-051-0/+1
|
* Move run-test to gnulib.Bruno Haible2019-02-043-139/+8
|
* Update comments.Bruno Haible2019-02-041-2/+2
|
* Move declared.sh to gnulib.Bruno Haible2019-02-034-137/+9
|
* Accommodate a shell that is not in /bin/sh.Bruno Haible2019-01-283-0/+8
|
* Update after gnulib changed.Bruno Haible2019-01-282-2/+1
|
* Support for per-thread locales on systems with HAVE_NAMELESS_LOCALES.Bruno Haible2018-10-232-1/+13
|
* Update after gnulib changed.Bruno Haible2018-10-234-2/+375
|
* Remove the 'fixaclocal' auxiliary script.Bruno Haible2018-09-174-38/+10
|
* Prefer https URLs where possible.Bruno Haible2018-09-1736-71/+71
|
* Prepare for 0.9.10 release.v0.9.10Bruno Haible2018-05-173-4/+10
|
* doc: Fix @menu structure (regression from 2017-12-10).Bruno Haible2018-05-172-1/+5
|
* Allow use of automake-1.16.Bruno Haible2018-05-172-1/+6
|
* Implement the documented functions u*_casing_*_context.Bruno Haible2018-04-075-2/+42
| | | | | | | | | Reported by Genki Sky <sky@genki.is>. * autogen.sh (GNULIB_MODULES): Add unicase/u*-prefix-context, unicase/u*-suffix-context. * lib/unicase/.gitignore: Update. * gnulib-m4/gnulib-cache.m4: Updated by gnulib-tool.
* Doc tweaks.Bruno Haible2018-03-272-1/+8
|
* Add a comment.Bruno Haible2018-03-272-2/+7
|
* Remove obsolete directory.Bruno Haible2018-03-271-7/+0
|
* Prepare for 0.9.9 releasev0.9.9Daiki Ueno2018-02-283-4/+9
|
* doc: Fix typo in unigbrk documentationDaiki Ueno2018-02-281-1/+1
|
* Update after gnulib changed.Bruno Haible2018-02-241-0/+2
|
* Update after gnulib changed.Bruno Haible2018-02-024-2/+9
|
* Rename some file.Bruno Haible2018-01-274-5/+12
|
* Documentation updates.Bruno Haible2017-12-1110-198/+393
| | | | Mostly based on feedback by Richard Stallman <rms@gnu.org>.
* doc: Fix typo.Bruno Haible2017-12-031-1/+1
| | | | * doc/unigbrk.texi (Grapheme cluster break property): Fix typo.
* README: Update download locationDaiki Ueno2017-12-021-1/+1
|
* Prepare for 0.9.8 releasev0.9.8Daiki Ueno2017-11-304-5/+20
|
* uniwbrk: Define new word break property valuesDaiki Ueno2017-11-272-0/+15
| | | | | * doc/uniwbrk.texi (Word break property): Document WBP_RI, WBP_DQ, WBP_SQ, WBP_HL, WBP_ZWJ, WBP_EB, WBP_EM, WBP_GAZ, and WBP_EBG.
* Update .gitignore filesDaiki Ueno2017-11-274-1/+44
|
* unigbrk: Import new module unigbrk/uc-grapheme-breaksDaiki Ueno2017-11-276-4/+49
| | | | | | | | | | * autogen.sh (GNULIB_MODULES): Pull unigbrk/uc-grapheme-breaks. * doc/unigbrk.texi (Grapheme cluster breaks in a string): Mention the limitations of *_grapheme_next and *_grapheme_prev functions and suggest *_grapheme_breaks instead. (Grapheme cluster break property): Document newly added properties; mention the limitations of uc_is_grapheme_break and suggest to use uc_grapheme_breaks instead.
* Clarify the effect of uc_canonical_decomposition.Bruno Haible2017-11-183-2/+14
| | | | | | | Prompted by a report by DaeHyun Sung <sungdh86@gmail.com>. * doc/uninorm.texi (Decomposition of characters): Clarify. * doc/libunistring.texi: Bump copyright year.