summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 1.1 release.Bruno Haible2022-10-161-2/+2
| | | | | | | | * version.sh: Bump version number, date, gnulib version. * README: Update version. * NEWS: Update version. * lib/Makefile.am (LTV_*): Update to 5:0:0 (determined with help from gnulib's libtool-next-version).
* Prepare for 1.0 release.Bruno Haible2022-01-041-3/+3
| | | | | | | | | * version.sh: Bump version number, date, gnulib version. * README: Update version. * NEWS: Update version. * lib/Makefile.am (LTV_*): Update to 4:0:2 (determined with help from gnulib's libtool-next-version). * doc/libunistring.texi: Bump copyright year.
* build: Fix the set of exported symbols on Alpine Linux.Bruno Haible2021-04-071-2/+2
| | | | | | * build-aux/join-v-1: New file. * Makefile.am (EXTRA_DIST): Add it. * lib/Makefile.am (config.h): Use it instead of 'join -v 1'.
* build: Update after gnulib changedDaiki Ueno2020-05-071-12/+1
| | | | | | | | | | | | | | | In the latest Gnulib, the definition of _GL_UNUSED_PARAMETER is expanded at configure time of the consumer project. Let's include only the fallback definition in <unistring/cdefs.h>. Suggested by Dmitry Baryshkov <dbaryshkov@gmail.com> in: <https://lists.gnu.org/archive/html/bug-libunistring/2020-05/msg00001.html>. * lib/Makefile.am (unistring/cdefs.h): Don't generate the file. * lib/unistring/cdefs.h: Include the expanded form instead of ... * lib/unistring/cdefs.in.h: ... this. * gnulib-m4/.gitignore, gnulib-m4/gnulib-cache.m4, lib/.gitignore, tests/.gitignore: Updated.
* build: Don't erase the .sym file if 'sed' is not GNU sed.Bruno Haible2019-12-221-9/+17
| | | | | | * lib/Makefile.am (libunistring.sym): Test the exit status of the declared.sh command. Preserve the existing libunistring.sym if it failed.
* build: Update after gnulib changed.Bruno Haible2019-12-221-0/+1
| | | | | | | | | | | * lib/Makefile.am (libunistring.sym): Don't rename the gl_get_setlocale_null_lock function. * NEWS: Document the fixed multithread-safety bugs: 2019-12-18 Bruno Haible <bruno@clisp.org> hard-locale: Make multithread-safe. This fix impacts mbrtowc on Cygwin and Haiku. 2019-12-17 Bruno Haible <bruno@clisp.org> localcharset: Fix multithread-safety bug on Windows and OS/2.
* build: Remove generated lib/uni*.h files from the tarball.Bruno Haible2019-12-191-2/+4
| | | | | | * lib/Makefile.am (nodist_include_HEADERS): New variable. (nobase_include_HEADERS): Remove the headers files listed in nodist_include_HEADERS.
* build: Fix build errors with MSVC.Bruno Haible2019-07-011-2/+2
| | | | | | * lib/exported.sh.in: Remove one level of eval. * lib/Makefile.am (config.h): Redirect compiler output to stderr. Remove symbols that contain an '@'.
* 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.
* Support for per-thread locales on systems with HAVE_NAMELESS_LOCALES.Bruno Haible2018-10-231-1/+4
|
* Prefer https URLs where possible.Bruno Haible2018-09-171-1/+1
|
* Prepare for 0.9.8 releasev0.9.8Daiki Ueno2017-11-301-2/+2
|
* 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.
* 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.
* Add grapheme cluster break functions.Bruno Haible2011-03-291-1/+3
|
* 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
|
* Prepare for release 0.9.3.Bruno Haible2010-05-021-2/+2
|
* Prepare for release 0.9.2.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-251-0/+10
|
* Ensure _UNUSED_PARAMETER_ is defined in the public header files.Bruno Haible2009-12-101-0/+3
|
* Fix severe distribution error: stdbool.mini.h was not distributed.Bruno Haible2009-08-161-1/+2
|
* 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-301-7/+18
|
* Echo the commands that are being executed.Bruno Haible2009-05-031-24/+27
|
* New configure option --disable-namespacing.Bruno Haible2009-05-031-1/+1
|
* Make VPATH builds work off a git checkout.Bruno Haible2009-04-291-1/+8
|
* Make VPATH builds on Cygwin work.Bruno Haible2009-04-261-1/+4
|
* Make the installed package relocatable.Bruno Haible2009-04-251-0/+3
|
* Add version metainformation in Windows resource format.Bruno Haible2009-04-221-0/+14
|
* Add version metainformation.Bruno Haible2009-04-221-1/+8
|
* Fix "make dist" after the most recent commits.Bruno Haible2009-04-221-5/+7
|
* Support for building as shared library on Cygwin and mingw.Bruno Haible2009-04-191-6/+9
|
* Limit the exported symbols through a config.h trick.Bruno Haible2009-04-111-0/+79
|
* Install all auxiliary include files in a subdirectory.Bruno Haible2009-04-111-23/+45
|
* Provide an installable iconveh.h replacement.Bruno Haible2009-04-111-0/+10
|
* Provide an installable localcharset.h replacement.Bruno Haible2009-04-101-0/+10
|
* Replace HAVE_INLINE in installed include files.Bruno Haible2009-04-101-2/+6
|
* Provide installable <stdbool.h>, <stdint.h> replacements.Bruno Haible2009-04-101-0/+45
|
* Allow building as a shared library on AIX.Bruno Haible2009-04-061-1/+2
|
* Use libtool versioning.Bruno Haible2009-04-061-0/+7
|
* autoconf/automake based build infrastructure.Bruno Haible2009-04-051-0/+50