Commit Graph

44 Commits

Author SHA1 Message Date
Daiki Ueno 7fa0c2779d maint: Update copyright year 2016-01-02 18:58:05 +09:00
KO Myung-Hun 8f36b74295 test-lock: Do not include sched.h on kLIBC
* gettext-runtime/tests/test-lock.c: Do not include sched.h on kLIBC,
since kLIBC does not have sched.h.

Copyright-paperwork-exempt: yes
2015-12-10 12:43:21 +09:00
Mike Frysinger 1e3624c5ff tests: use check_PROGRAMS
The noinst_xxx targets will be compiled all the time.  For test programs,
the check_xxx targets make more sense as they'll only be built when the
user runs `make check`.

* gettext-runtime/tests/Makefile.am (noinst_PROGRAMS): Rename to ...
(check_PROGRAMS): ... this.
2015-10-14 15:03:58 +09:00
Daiki Ueno 614ff78da5 build: Remove ChangeLogs
Generate ChangeLog files at "make dist" time, using
gitlog-to-changelog.  We still keep ChangeLog files under "po" and
"intl" directories, since those files are copied as part of gettext
infrastructure and it is still meaningful to have them there.
* .gitignore: Add ChangeLog files.
* Admin/release-steps: Remove mention of running update-changelog
script.
* Admin/update-changelog: Remove.
* Makefile.am (gen-ChangeLog): New rule.
* autogen.sh: Copy gitlog-to-changelog from gnulib.  Create empty
ChangeLog files to suppress Automake errors.
* gettext-tools/doc/Makefile.am (EXTRA_DIST): Remove ChangeLog.0.
* gettext-tools/man/Makefile.am (EXTRA_DIST): Remove ChangeLog.0.
* gettext-tools/src/Makefile.am (EXTRA_DIST): Remove ChangeLog.0.
* gettext-tools/tests/Makefile.am (EXTRA_DIST): Remove ChangeLog.0.
* gnulib-local/Makefile.am (EXTRA_DIST): Remove ChangeLog files.
* */ChangeLog: Rename to ChangeLog.0 or ChangeLog.1.
* HACKING: Add brief guideline to submit patches.
2015-10-14 15:00:09 +09:00
Daiki Ueno c00302c3b2 Release 0.19.6 2015-09-11 12:03:07 +09:00
Daiki Ueno 1ec1eb9e73 Release 0.19.5 2015-07-10 15:04:12 +09:00
Daiki Ueno 4a22b2df2b maint: Update copyright year 2015-06-05 16:11:39 +09:00
Daiki Ueno 92097b86a1 Release 0.19.4 2014-12-24 15:33:18 +09:00
Daiki Ueno f4b41ad3a5 Release 0.19.3 2014-10-15 18:37:28 +09:00
Daiki Ueno 29a9384c6a Release 0.19.2 2014-07-14 14:29:05 +09:00
Daiki Ueno 676d4f13a2 Release 0.19.1 2014-06-10 12:16:06 +09:00
Daiki Ueno ae7df91c4f Release 0.19 2014-06-02 09:57:11 +09:00
Daiki Ueno 67ef1fd183 Update .gitignore 2014-05-14 17:15:56 +09:00
Roumen Petrov ebc4471604 build: Use Automake 'subdir-objects' option
* gettext-runtime/tests/Makefile.am (AUTOMAKE_OPTIONS): Add 'subdir-objects'.
* gettext-tools/libgettextpo/Makefile.am (AUTOMAKE_OPTIONS): Likewise.
* gettext-tools/libgrep/Makefile.am (AUTOMAKE_OPTIONS): Likewise.
* gettext-tools/src/Makefile.am (AUTOMAKE_OPTIONS): Likewise.
2014-04-22 15:55:34 +09:00
Daiki Ueno 534f854777 Update .gitignore 2014-04-22 14:50:36 +09:00
Daiki Ueno ad9e6e9156 Version 0.18.2. 2012-12-25 14:17:00 +09:00
Daiki Ueno 443d2b40a9 test-lock: work around pthread-win32 and merge gnulib changes
test-lock: work around pthread-win32
* test-lock.c (gl_thread_self_pointer): Renamed from
gl_thread_self; all callers changed.  Work around pthread-win32.
(gl_thread_join): Add extra RETVALP argument; all callers changed.

test-lock: merge gnulib changes
2011-06-09  Bruno Haible  <bruno@clisp.org>
* test-lock.c: Use gl_thread_self_pointer instead of
gl_thread_self.

2010-03-25  Bruno Haible  <bruno@clisp.org>
Minor formatting changes.
* test-lock.c: Insert space before function argument list.
Reported by Jim Meyering.

2008-12-07  Bruno Haible  <bruno@clisp.org>
* test-lock.c (test_lock, test_rwlock, test_recursive_lock)
(test_once): Mark functions as static.

2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
	    Bruno Haible  <bruno@clisp.org>
* test-lock.c (test_lock, test_rwlock, test_recursive_lock)
(test_once): Pass an additional NULL argument to gl_thread_join.

2008-09-21  Bruno Haible  <bruno@clisp.org>
* test-lock.c (main): Tweak skip message.

2008-08-22  Eric Blake  <ebb9@byu.net>
test-lock: mention why a test is skipped
* test-lock.c (main) [!USE_*_THREADS]: Print why test is skipped.

2007-05-28  Eric Blake  <ebb9@byu.net>
Unconditionally include <config.h> in unit tests.
test-lock.c: Remove #ifdef HAVE_CONFIG_H.
2012-12-19 07:52:26 +09:00
Bruno Haible 4e2caeddd1 Update from gnulib. 2012-02-18 22:30:31 +01:00
Bruno Haible b4d6b65c97 Update from gnulib. 2012-02-18 22:27:54 +01:00
Bruno Haible b671c3bef6 Copyright: Use LGPL 2.1 instead of LGPL 2.0. 2011-06-07 23:39:49 +02:00
Bruno Haible 88e35c5c38 Version 0.18.1. 2010-06-04 01:39:47 +02:00
Bruno Haible 9e73d30e34 Version 0.18. 2010-05-09 21:05:00 +02:00
Bruno Haible c4031b5252 Untabify. 2009-12-12 16:13:42 +01:00
Bruno Haible 85a3a3b559 Remove obsolete CVS infrastructure. 2009-08-14 17:45:18 +02:00
Bruno Haible f4ca23aa6a Ignore all files that are automatically generated and distributed and
not under version control.
2009-08-04 00:41:55 +02:00
Bruno Haible fc59cd2e6c Use option color-tests. 2009-06-23 12:16:05 +02:00
Bruno Haible cba6b66126 test-lock now also needs to link with threadlib.o (split off from lock.o). 2009-06-23 12:15:53 +02:00
Bruno Haible d1c0835772 Prepare for gettext-0.17. 2009-06-23 12:15:30 +02:00
Bruno Haible faa2321bde Switch the license of the programs from GPLv2 to GPLv3. 2009-06-23 12:15:15 +02:00
Bruno Haible 9ecd9446cb Add autoconf/automake generated files. 2009-06-23 12:14:40 +02:00
Bruno Haible ca5f94d657 Update from gettext 0.16.1. 2009-06-23 12:14:25 +02:00
Bruno Haible 020b73c014 Autogenerated through autogen.sh. 2009-06-23 12:14:15 +02:00
Bruno Haible d635e917b8 Prepare for 0.16. 2009-06-23 12:14:13 +02:00
Bruno Haible 68fca0cbbd Remove MSVC/nmake build support. 2009-06-23 12:13:41 +02:00
Bruno Haible 0c5db0a77c Remove VMS support. 2009-06-23 12:13:41 +02:00
Bruno Haible f0339326dd Regenerated. 2009-06-23 12:13:34 +02:00
Bruno Haible 9740d7f066 Release 0.15. 2009-06-23 12:13:33 +02:00
Bruno Haible 573dfdcb04 Regenerated. 2009-06-23 12:12:48 +02:00
Bruno Haible c901f48eb2 Regenerated. 2009-06-23 12:12:44 +02:00
Bruno Haible cef5c9f124 Autogenerated from Makefile.am. 2009-06-23 12:12:40 +02:00
Bruno Haible 033c65cc54 List of files that "cvs update" does not need to display. 2009-06-23 12:12:39 +02:00
Bruno Haible f68b752367 Add gl_once support to lock.h and lock.c. 2009-06-23 12:12:39 +02:00
Bruno Haible c53d435e9a Use lock.h. 2009-06-23 12:12:38 +02:00
Bruno Haible 6c4eda658c New tests for lock.[hc]. 2009-06-23 12:12:38 +02:00