summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* build: Fix build errors with MSVC.Bruno Haible2019-07-012-5/+4
| | | | | | * 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-011-0/+7
|
* build: Update Windows support.Bruno Haible2019-03-131-4/+4
|
* build: Put the .sym file in the source directory.Bruno Haible2019-02-131-11/+12
| | | | | * lib/Makefile.am (libunistring.sym): Generate in the source directory. (config.h): Update rule.
* Remove left-over empty directories in 'make distclean'.Bruno Haible2019-02-051-1/+19
| | | | | | | * lib/Makefile.am (DISTCLEANDIRS, DISTCLEANDIRS_NOT_IN_SRCDIR): New variables. (distclean-local): New target. * tests/Makefile.am (distclean-local): New target.
* Move declared.sh to gnulib.Bruno Haible2019-02-032-135/+1
|
* Support for per-thread locales on systems with HAVE_NAMELESS_LOCALES.Bruno Haible2018-10-231-1/+4
|
* Update after gnulib changed.Bruno Haible2018-10-231-0/+3
|
* Prefer https URLs where possible.Bruno Haible2018-09-1712-18/+18
|
* Implement the documented functions u*_casing_*_context.Bruno Haible2018-04-071-0/+8
| | | | | | | | | 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.
* Update after gnulib changed.Bruno Haible2018-02-021-1/+0
|
* Prepare for 0.9.8 releasev0.9.8Daiki Ueno2017-11-301-2/+2
|
* Update .gitignore filesDaiki Ueno2017-11-272-1/+8
|
* unigbrk: Import new module unigbrk/uc-grapheme-breaksDaiki Ueno2017-11-271-0/+2
| | | | | | | | | | * 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.
* Avoid collision between the generated <unistring/stdbool.h> and the ↵Bruno Haible2017-06-211-34/+46
| | | | platform's original <stdbool.h>.
* Make the generated <unistring/stdint.h> work for GCC >= 4.5 when GCC is not ↵Bruno Haible2016-12-101-1/+4
| | | | the system's default compiler.
* Update .gitignore files.Bruno Haible2016-12-023-6/+24
|
* Ignore files brought in by gnulib-tool.Daiki Ueno2015-02-161-0/+1
|
* Ignore files brought in by gnulib-tool.Daiki Ueno2014-09-012-3/+56
|
* Fix parallel make race when generating unistring/cdefs.h.Daiki Ueno2014-08-081-1/+1
| | | | | | | | Trivial fix by Richard Purdie in: http://lists.openembedded.org/pipermail/openembedded-core/2012-April/059850.html * lib/Makefile.am (unistring/cdefs.h): Add $(UNUSED_PARAMETER_H) to prerequisites. Reported by Ludovic Courtès.
* Fix license headers to be LGPL.Bruno Haible2013-01-201-3/+3
|
* Replace FSF snail-mail address with URL.Bruno Haible2012-02-132-4/+2
|
* Add grapheme cluster break functions.Bruno Haible2011-03-291-1/+3
|
* Bump copyright year.Bruno Haible2011-01-091-1/+1
|
* Effects of renaming u8_strcmp on Solaris platforms.Bruno Haible2010-12-071-3/+3
|
* Export also undocumented symbols.Bruno Haible2010-11-271-3/+4
|
* Update after gnulib changed.Bruno Haible2010-10-051-2/+1
|
* Fix exported symbol list in VPATH builds after 2010-05-16 change.Bruno Haible2010-09-261-1/+7
|
* Update after gnulib changed.Bruno Haible2010-09-241-0/+1
|
* Avoid possible bad interaction with Solaris 2.5.1 <pthread.h>.Bruno Haible2010-06-011-2/+1
|
* Update after gnulib changed.Bruno Haible2010-05-191-11/+11
|
* Publicize also the subminor version number.Bruno Haible2010-05-141-2/+4
|
* Prepare for release 0.9.3.Bruno Haible2010-05-021-2/+2
|
* Ignore files brought in by gnulib-tool.Bruno Haible2010-05-022-0/+6
|
* Prepare for version 0.9.2.1.Bruno Haible2010-01-011-1/+1
|
* Prepare for release 0.9.2.Bruno Haible2009-12-261-1/+1
|
* Update.Bruno Haible2009-12-261-1/+1
|
* Distribute unistring/cdefs.in.h.Bruno Haible2009-12-261-0/+1
|
* Update after gnulib added module 'unused-parameter'.Bruno Haible2009-12-252-10/+11
|
* Untabify.Bruno Haible2009-12-121-1/+1
|
* Update after gnulib changed.Bruno Haible2009-12-121-0/+2
|
* Ensure _UNUSED_PARAMETER_ is defined in the public header files.Bruno Haible2009-12-102-0/+34
|
* Fix severe distribution error: stdbool.mini.h was not distributed.Bruno Haible2009-08-161-1/+2
|
* Update after gnulib changed.Bruno Haible2009-08-151-0/+2
|
* Improve comments.Bruno Haible2009-08-154-5/+9
|
* Typo in comment.Bruno Haible2009-08-141-1/+1
|
* Update.Bruno Haible2009-07-012-0/+25
|
* Prepare for version 0.9.1.Bruno Haible2009-07-011-2/+2
|
* Produce a compiler independent <unistring/stdint.h>.Bruno Haible2009-05-301-18/+34
|
* Produce a compiler independent <unistring/stdbool.h>.Bruno Haible2009-05-302-7/+117
|