• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
12015-09-11  Daiki Ueno  <ueno@gnu.org>
2
3	* gettext 0.19.6 released.
4
52015-07-10  Daiki Ueno  <ueno@gnu.org>
6
7	* gettext 0.19.5 released.
8
92014-12-24  Daiki Ueno  <ueno@gnu.org>
10
11	* gettext 0.19.4 released.
12
132014-10-15  Daiki Ueno  <ueno@gnu.org>
14
15	* gettext 0.19.3 released.
16
172014-07-14  Daiki Ueno  <ueno@gnu.org>
18
19	* gettext 0.19.2 released.
20
212014-06-10  Daiki Ueno  <ueno@gnu.org>
22
23	* gettext 0.19.1 released.
24
252014-06-02  Daiki Ueno  <ueno@gnu.org>
26
27	* gettext 0.19 released.
28
292014-04-22  Roumen Petrov  <bugtrack@roumenpetrov.info>  (tiny change)
30
31	build: Use Automake 'subdir-objects' option
32	* Makefile.am (AUTOMAKE_OPTIONS): Add 'subdir-objects'.
33
342012-12-25  Daiki Ueno  <ueno@gnu.org>
35
36	* gettext-0.18.2 released.
37
382012-12-17  Daiki Ueno  <ueno@unixuser.org>
39
40	test-lock: work around pthread-win32
41	* test-lock.c (gl_thread_self_pointer): Renamed from
42	gl_thread_self; all callers changed.  Work around pthread-win32.
43	(gl_thread_join): Add extra RETVALP argument; all callers changed.
44
45	test-lock: merge gnulib changes
46	2011-06-09  Bruno Haible  <bruno@clisp.org>
47	* test-lock.c: Use gl_thread_self_pointer instead of
48	gl_thread_self.
49
50	2010-03-25  Bruno Haible  <bruno@clisp.org>
51	Minor formatting changes.
52	* test-lock.c: Insert space before function argument list.
53	Reported by Jim Meyering.
54
55	2008-12-07  Bruno Haible  <bruno@clisp.org>
56	* test-lock.c (test_lock, test_rwlock, test_recursive_lock)
57	(test_once): Mark functions as static.
58
59	2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
60		    Bruno Haible  <bruno@clisp.org>
61	* test-lock.c (test_lock, test_rwlock, test_recursive_lock)
62	(test_once): Pass an additional NULL argument to gl_thread_join.
63
64	2008-09-21  Bruno Haible  <bruno@clisp.org>
65	* test-lock.c (main): Tweak skip message.
66
67	2008-08-22  Eric Blake  <ebb9@byu.net>
68	test-lock: mention why a test is skipped
69	* test-lock.c (main) [!USE_*_THREADS]: Print why test is skipped.
70
71	2007-05-28  Eric Blake  <ebb9@byu.net>
72	Unconditionally include <config.h> in unit tests.
73	test-lock.c: Remove #ifdef HAVE_CONFIG_H.
74
752012-02-05  Paul Eggert  <eggert@cs.ucla.edu>
76
77	* test-lock.c: Spelling fixes.
78
792012-01-06  Bruno Haible  <bruno@clisp.org>
80
81	Talk about "native Windows API", not "Woe32".
82	* test-lock.c (USE_WINDOWS_THREADS): Renamed from USE_WIN32_THREADS.
83	(TEST_WINDOWS_THREADS): Renamed from TEST_WIN32_THREADS.
84
852011-06-03  Bruno Haible  <bruno@clisp.org>
86
87	Copyright: Use LGPL 2.1 instead of LGPL 2.0.
88	* test-lock.c: Update copyright header.
89
902010-06-04  Bruno Haible  <bruno@clisp.org>
91
92	* gettext-0.18.1 released.
93
942010-05-09  Bruno Haible  <bruno@clisp.org>
95
96	* gettext-0.18 released.
97
982009-12-12  Bruno Haible  <bruno@clisp.org>
99
100	* test-lock.c: Untabify.
101
1022009-05-21  Bruno Haible  <bruno@clisp.org>
103
104	* Makefile.am (AUTOMAKE_OPTIONS): Add 1.11 and color-tests.
105
1062008-09-28  Bruno Haible  <bruno@clisp.org>
107
108	* Makefile.am (test_lock_SOURCES): Add threadlib.c.
109
1102007-11-07  Bruno Haible  <bruno@clisp.org>
111
112	* gettext-0.17 released.
113
1142006-11-27  Bruno Haible  <bruno@clisp.org>
115
116	* gettext-0.16.1 released.
117
1182006-10-26  Bruno Haible  <bruno@clisp.org>
119
120	* gettext-0.16 released.
121
1222006-07-25  Bruno Haible  <bruno@clisp.org>
123
124	* Makefile.msvc: Remove file.
125	* Makefile.am (EXTRA_DIST): Remove Makefile.msvc.
126
1272006-07-25  Bruno Haible  <bruno@clisp.org>
128
129	* Makefile.vms: Remove file.
130	* Makefile.am (EXTRA_DIST): Remove Makefile.vms.
131
1322006-07-21  Bruno Haible  <bruno@clisp.org>
133
134	* gettext-0.15 released.
135
1362005-07-16  Bruno Haible  <bruno@clisp.org>
137
138	* test-lock.c (DO_TEST_ONCE): New macro.
139	(once_execute, once_contender_thread, test_once): New functions.
140	(main): Also call test_once.
141
1422005-07-16  Bruno Haible  <bruno@clisp.org>
143
144	* tests-lock.c: New file.
145	* Makefile.am: New file.
146	* Makefile.msvc: New file.
147	* Makefile.vms: New file.
148
149