Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / NEWS.stable
1                         Gnulib stable snapshot
2                         ----------------------
3
4   * 20130805-stable
5
6 Snapshot taken based on:
7
8 commit ef5856c0c4c6302b6cac9c7cefb4e6cbdcf127be
9 Date:   Tue Jun 11 00:10:21 2013 -0700
10
11 with the following additional commits:
12
13     * [353402b]->[979b76e] autoupdate
14     * [2845ecc]->[1fd0acc] getcwd-lgpl: port to Tru64
15     * [240af58]->[dbe7a05] nproc: relax license to LGPLv2+
16     * [33758ba]->[121180e] xalloc-oversized: relax license to LGPLv2+
17     * [612ef3f]->[a08b131] mgetgroups: relax license to LGPLv2+
18     * [c96bab3]->[9e801ad] fnmatch: don't goto over declaration
19     * [de3b502]->[cce1478] autoupdate
20     * [03e96cc]->[78b78bc] autoupdate
21
22 ----------------------------------------------------------------------
23
24   * 20120404-stable
25
26 Snapshot taken based on:
27
28 commit 1f28fa660e4ca110f073251a24ef3a94ad97ef69
29 Date:   Sat Mar 24 16:41:21 2012 +0100
30
31 with the following additional commits:
32
33     * [7ce7d6b]->[c07add3] autoupdate
34     * [3d0ba3f]->[7f8314c] maint.mk: fix syntax checks without exclusions
35     * [0e0635a]->[3d25ec7] fflush: Fix syntax error.
36
37 ----------------------------------------------------------------------
38
39   * 20111211-stable
40
41 Snapshot taken based on:
42
43 commit b572c3a256e7bf1e4eecc8c36448c08093240a6a
44 Date:   Sat Dec 3 13:09:58 2011 +0100
45
46 with the following additional commits:
47
48     * [c69114d]->[b3a93d2] tests: Avoid spurious error message on platforms without mktemp program.
49     * [8446103]->[46519aa] autoupdate
50     * [7c25126]->[6057366] autoupdate
51
52 ----------------------------------------------------------------------
53
54   * 20110908-stable
55
56 Snapshot taken based on:
57
58 commit 0ba19fcc5ff43167939e465af4b93f965fffcc8c
59 Date:   Tue Aug 30 16:38:59 2011 -0700
60
61 with the following additional commits:
62
63     * [a0d9972]->[21d1619] freopen: Don't crash if the filename argument is NULL.
64     * [a5a35f0]->[c4596b1] freopen: Documentation.
65     * [9926b90]->[395f9e6] tests: avoid spurious assertion failure in test-float.c on ppc64
66     * [8b18afa]->[c948e19] sys_select: Avoid a syntax error regarding timespec_t on IRIX 6.5.
67     * [de1fa2a]->[17f0ec6] openat: work around AIX 7.1 fstatat issue
68     * [6cf1a95]->[338ebcb] lib/fstatat.c: Include <sys/types.h> before <sys/stat.h>.
69     * [d21602d]->[aa4ddc3] pthread: Determine $(LIB_PTHREAD) correctly on IRIX 6.5.
70     * [7c712d9]->[b34698e] imaxabs: Avoid link error on OSF/1 with DTK cc.
71     * [d828cda]->[6add58a] imaxdiv: Avoid link error on OSF/1 with DTK cc.
72     * [ae006b4]->[4a9738e] strtoimax: Avoid link error on OSF/1 with DTK cc.
73     * [24bfc89]->[1d71dc7] strtoumax: Avoid link error on OSF/1 with DTK cc.
74     * [d1fa59e]->[e238a25] strtoimax, strtoumax: Document problem on HP-UX 11.
75     * [e4078c6]->[b26a79b] avoid literal : in index entries
76     * [e91216b]->[946c971] openat: test for fstatat (AT_FDCWD, ..., 0) bug
77     * [204072b]->[9f60473] openat: test for fstatat (..., 0) bug
78     * [a05ce27]->[f4293d3] openat: port to AIX 7.1 with large files
79     * [90a660c]->[e916d00] autoupdate
80     * [76074e9]->[a5e4927] openat: Work around compilation error with OSF/1 5.1 DTK cc.
81
82 ----------------------------------------------------------------------
83
84   * 20110609-stable
85
86 Snapshot taken based on:
87
88 commit 0c4be75eb0966bde4533bc111778e0ab494a93be
89 Date:   Wed May 18 13:13:03 2011 -0600
90
91 with the following additional commits:
92
93     * [48cc748]->[a5f8483] intprops: TYPE_IS_INTEGER, TYPE_SIGNED not integer constant exprs
94     * [8cc0fee]->[8c5e817] intprops: work around C compiler bugs
95     * [92c71a1]->[2dd0ce3] intprops: work around IRIX 6.5 cc bug with 0u - 0u + -1
96     * [c9ff025]->[056b00f] maint: correct misuse of "a" and "an"
97     * [93d7550]->[0cc5541] maint: replace misused "a" with "an"
98     * [325f131]->[f00bf3d] relocatable-prog-wrapper: Fix possible link error.
99     * [21eb071]->[8694861] clock-time: change to LGPLv2+.
100     * [6c8bcfc]->[617bbef] * doc/intprops.texi: fix typo in copyright date
101     * [99b3138]->[9279f19] verify: fix bug when gnulib <assert.h> is also included
102     * [64c6332]->[98ce667] linkat, renameat: Update dependencies.
103     * [fbd3cc5]->[be2aacf] getugroups: Fix module description.
104     * [ddd54c7]->[cd78e73] gnulib-tool: fix portability problem with MacOS sed
105     * [59ed6e8]->[1166200] idcache: Fix module description.
106     * [1e8752a]->[4831e70] Fix recent ChangeLog entry.
107     * [d94bbd1]->[4af1887] opendir-safer.c: don't clobber errno; don't close negative FD
108     * [6dc42e2]->[d0fe920] utimensat: do not reference an out-of-scope buffer
109     * [866bbae]->[b9bb8b9] tests: fix logic bug in init.sh
110     * [fc9b0f6]->[cca883f] atexit-tests: ensure reliable exit status
111     * [f4c4af0]->[61c4bf6] docs: document recently fixed glibc printf bug
112     * [9d196fa]->[a3a87d2] test-intprops: disable -Wtype-limits diagnostics
113     * [1622b36]->[527d6c4] getcwd: work around mingw bug
114     * [4ed9779]->[d1c9bfc] mbsrchr: Avoid collision with system function on Interix.
115     * [03f358b]->[1ad6403] gen-uni-tables: Say "gen-uni-tables.c" consistently.
116     * [8d8a973]->[cb6151a] getloadavg: Remove an unreliable safety check.
117     * [fdc9e6c]->[264ebf0] Status of work-in-progress around libposix.
118     * [2449068]->[cfd76ac] trim: avoid a warning from -O2 -Wstrict-overflow
119     * [a8ff65c]->[264aa35] parse-datetime.y: accommodate -Wstrict-overflow
120     * [05f391a]->[ca57003] wctype-h: Avoid namespace pollution on Solaris 2.6.
121     * [224c034]->[225c8ef] Fix link errors in tests: wait-process uses gettext-h.
122     * [9c3746f]->[7f56311] build-aux/config.sub
123     * [7c886ca]->[802ee67] Fix link errors in tests: openat-die uses gettext-h.
124     * [64e3383]->[e54b616] pipe2: Remove dependency on 'nonblocking' module.
125     * [27edfbd]->[4ba5a2c] doc: Fix a module name.
126     * [872f360]->[8248d1a] Copyright: Use LGPL 2.1 instead of LGPL 2.0.
127     * [0605107]->[d9883ac] setlocale: Enable replacement on Cygwin 1.5.
128     * [d3e6271]->[1a2b0e6] sys_select: Ensure memset is declared also on AIX 7.
129     * [c00787b]->[11da7a4] setenv: Avoid gcc warning.
130     * [6f88ff3]->[4c509f3] unsetenv: Avoid gcc warning.
131     * [1866b23]->[0560196] localename: Fix link dependencies.
132     * [bf7690a]->[54731c1] pipe-filter-ii: Fix test failure on AIX and IRIX.
133     * [e7754b0]->[52062c8] acl: Fix test failure on AIX 7.
134     * [c914617]->[34d3cce] ansi-c++-opt: Interoperability with libtool.
135     * [3f9fff2]->[0bd455a] careadlinkat: Avoid mismatch between ssize_t and int.
136     * [c224523]->[5c698ae] canonicalize-lgpl: work around AIX realpath bug
137     * [79aac72]->[cc1a9b7] canonicalize-lgpl: use common idiom
138     * [3180807]->[768eb31] doc/lgpl-2.1.texi
139     * [fba3245]->[a96c4d5] tests: fix usage message in 'mktempd_'
140     * [7b2b693]->[a43f6fd] autoupdate
141     * [3639716]->[74c0798] rmdir: Avoid test failure on HP-UX 10.20.
142     * [9776680]->[6ddae30] acl tests: Fix compilation error on HP-UX 11.
143     * [5f0441a]->[c1bf224] thread: Fix confusion between NULL and 0.
144
145 ----------------------------------------------------------------------
146
147   * 20110412-stable
148
149 Snapshot taken based on:
150
151 commit dec3475763be252103922a887920012eeb32dc26
152 Date:  Thu Mar 31 15:28:37 2011 -0600
153
154 with the following additional commits:
155
156     * [b64c50c]->[c8bdb92] wcpcpy, wcpncpy: Ensure declaration on glibc >= 2.13 systems.
157     * [25d7f3a]->[6c630cd] wmemchr, wcschr, wcsrchr, wcspbrk, wcsstr: Avoid errors in C++ mode.
158     * [eccf108]->[de98845] autoupdate
159     * [a2c7be5]->[d6acfb1] maint.mk: Don't trigger sc_space_tab check.
160     * [31c3890]->[eb1217e] pipe2: Relicense under LGPLv2+.
161     * [bd5d1e6]->[2db494c] binary-io: relicense under LGPLv2+
162     * [b277764]->[a7091b5] fcntl-h: fix O_ACCMODE on cygwin
163     * [306bd09]->[6870aba] autoupdate
164     * [62f3b86]->[90309e4] getaddrinfo: Fix test for sa_len member.
165     * [5e29a7a]->[9bb2e6b] test-chown.h: correct a cast
166     * [eff4c03]->[7f3fdea] stdint test: Fix compilation failure on OSF/1 with DTK compiler.
167     * [ca6143b]->[8571b74] autoupdate
168     * [fb79969]->[fa84676] autoupdate
169
170 ----------------------------------------------------------------------
171
172   * 20110216-stable
173
174 Snapshot taken based on:
175
176 commit f9289f00be9b70c0cb469faee8a40a768d7c6d43
177 Date:   Wed Feb 9 20:55:19 2011 +0100
178
179 with the following additional commits:
180
181     * [27147dc]->[4c5d3e6] doc: update users.txt
182     * [a54ee6e]->[a1245ce] doc: update users.txt
183     * [4cce65c]->[b9f1203] doc: update users.txt
184     * [aa887f8]->[ce38c27] mbsrtowcs: Work around bug on native Windows.
185     * [c9dc6ff]->[461ace8] wcsrtombs: Work around bug on native Windows.
186     * [06c2675]->[1138b90] stdlib: support non-GCC __attribute__
187     * [4baa767]->[1dfaba6] quotearg test: Avoid test failure on mingw.
188     * [b45dc21]->[d19a89f] stdlib: don't get in the way of non-GCC __attribute__
189     * [9fbdea6]->[860215e] Fix last ChangeLog entry.
190     * [e680a55]->[2d86779] Don't interfere with a program's definition of __attribute__.
191     * [a38e4bb]->[6f5e418] mbsinit: Don't crash for a NULL argument.
192     * [cca34e7]->[1b94e03] mbsinit: Work around mingw bug.
193     * [a035a8d]->[2bbd452] mbrtowc: Work around native Windows bug.
194     * [f6a5a12]->[c7a1790] Don't interfere with a program's definition of __attribute__.
195     * [59b191e]->[5f5a2a4] Consistent macro naming for macros that use GCC __attribute__.
196     * [bf2664d]->[25ab657] doc: update users.txt
197     * [665d45c]->[321331f] autoupdate
198
199 ----------------------------------------------------------------------
200
201   * 20101221-stable
202
203 This snapshot is identical to the previous 20101220-stable snapshot,
204 with the addition of one fix:
205
206     * [d534aa8]->[385ec31] iconv_open: Fix regression from 2010-12-04.
207
208 ----------------------------------------------------------------------
209
210   * 20101220-stable
211
212 Snapshot taken based on:
213
214 commit 64911207854610668b480939469282fdaeb96f74
215 Date:   Tue Dec 7 03:32:46 2010 +0100
216
217 with the following additional commits:
218
219     * [8029e49]->[6f83d07] autoupdate
220     * [0de2016]->[c94504d] * build-aux/gendocs.sh: restore x bit
221     * [82afcdd]->[e631098] autoupdate
222     * [980f9d2]->[20c5bd5] cloexec, fcntl: relax license
223     * [15a8eaf]->[68e0cfc] tests: set fail=0 at start
224     * [ef6309e]->[d157341] acl: port to Solaris 8 when copying from tmpfs to ufs
225     * [585734b]->[fb7d1d8] iconv: Make it possible again to use this module without 'iconv-h'.
226     * [7b4e992]->[3eb5095] unistr/u8-mbsnlen: Add missing dependency.
227     * [cc0adb3]->[e65c7e5] relocatable-prog-wrapper: Separate from relocatable-prog.
228     * [423d3ca]->[6f9e924] doc: Mention vasprintf-posix module.
229     * [224a907]->[7131d7e] Document some different function declarations on OSF/1 5.1.
230
231 ----------------------------------------------------------------------
232
233   * 20101024-stable
234
235 Snapshot taken based on:
236
237 commit ba523890aa7bae76e3ac6b3ce68f22a79d25ce2c
238 Date:   Wed Oct 13 10:15:38 2010 +0200
239
240 with the following additional commits:
241
242     * [b6d1430]->[fef7abe] termios: fix compilation on mingw
243     * [74b1e48]->[7bf74f7] socketlib: Fix.
244     * [d239853]->[ced7fa1] vasnprintf: Don't set errno to 0.
245     * [fdaeccf]->[66e670a] GNUmakefile: handle "stable" target, not "major"
246     * [cac3889]->[7661272] ignore-value: make header idempotent
247     * [61241ea]->[25d72f8] termios: Update documentation.
248     * [94617c2]->[a964f9e] Fix date in ChangeLog.
249     * [3f75f63]->[7966020] nextafter: Fix configure check.
250     * [b86f488]->[ddc319e] c-stack: work around libsigsegv 2.8 bug
251     * [a0598ff]->[69c6204] nl_langinfo test: Avoid test failure on NetBSD 5.
252     * [f8dd25c]->[9116c10] Tests: Fix LOCALE_JA on MirBSD 10.
253     * [9645318]->[87dea4e] nl_langinfo: Mention problem with CRNCYSTR on NetBSD 5.0.
254
255 ----------------------------------------------------------------------
256
257   * 20100829-stable
258
259 Snapshot taken based on:
260
261 commit 3f08220c1a263dfc45f6e0ce6dcee97631dd5e56
262 Date:   Tue Aug 17 07:18:27 2010 -0700
263
264 with the following additional commits:
265
266     * [6333e13]->[a2ae92e] Fix gnulib-tool sed script de-commentation for AIX sed.
267     * [350aad7]->[9e05eaf] autoupdate
268     * [06728e0]->[c94cede] fts: allow compilation with C++
269     * [51c2a23]->[880d107] poll, select: handle ERROR_BROKEN_PIPE.
270     * [0c37a90]->[0b22530] argz: fix shell quoting issue
271     * [204e903]->[99d6cd5] stdbool: avoid rejecting clang
272     * [5a2d7e1]->[21182ba] priv-set: fix comments
273     * [a9ec89b]->[325e969] priv-set: fix comment
274     * [667277d]->[d74874d] getloadavg: don't define SVR4 on cygwin
275     * [8c8ee4b]->[24ad42e] getloadavg: simplify code
276     * [cab03f4]->[6acb78a] stdbool: avoid spurious failure with modern xlc
277     * [8951e0e]->[2981537] Fix test-unlinkat, test-rmdir failure on AIX 5.3.
278     * [0a05120]->[a83a25f] poll: return immediately on POLLHUP.
279     * [fc9e09a]->[63b29c2] autoupdate
280     * [20e165d]->[6a0e461] stat-time: relax license LGPL
281     * [2901094]->[90aa7a1] acl: fix compilation test
282     * [a228f53]->[0b86eb2] lseek: fix link test
283     * [14b6d70]->[3056d82] btowc: fix missing file
284     * [78ea303]->[0e59cb6] glob: fix compile test
285     * [06e1426]->[7434863] lib-symbol-versions: fix m4 quoting
286     * [6530a2c]->[d45eaf1] login_tty: add missing dependeny
287     * [f99e41e]->[176c42a] * ChangeLog: fix typo
288     * [ebf441c]->[2a3686a] sys_socket, netdb: Ensure socklen_t gets defined.
289     * [63d392e]->[cb49949] Avoid relocwrapper link errors due to gnulib replacement functions.
290     * [7a6e9cf]->[da66e7e] ftello: Relax license.
291     * [5712b08]->[02df495] autoupdate
292     * [6c345f6]->[9a348fb] unistr/u*-strchr: Fix tests dependencies.
293     * [c4bc551]->[2b958de] pread, pwrite: add missing dependency
294
295 ----------------------------------------------------------------------
296
297   * 20100704-stable
298
299 Snapshot taken based on:
300
301 commit 86ba51d2c17219b82b977da0a912e05a3d9bf858
302 Date:   Sun Jun 20 13:31:40 2010 +0200
303
304 with the following additional commits:
305
306     * [d0ed135]->[8626eaa] autoupdates
307     * [386abcb]->[a155c56] autoupdate
308     * [599af40]->[170554f] unitypes: Fix bug introduced on 2010-05-18.
309     * [7740412]->[331fd48] string: Fix syntax error with g++ 2.96.
310     * [5616180]->[ce5a4ac] idpriv-drop: Fix tests.
311     * [6e9c624]->[cbec1d8] gettext: Use AC_GNU_SOURCE as a fallback for AC_USE_SYSTEM_EXTENSIONS.
312     * [7773f84]->[a01b938] stdbool: Update doc.
313
314 ----------------------------------------------------------------------
315
316   * 20100424-stable
317
318 Snapshot taken based on:
319
320 commit  ba564f2164f381af846d9695e6465cffe7ec918c
321 Date:   Fri Apr 9 02:02:15 2010 +0200
322
323 with the following additional commits:
324
325     * [950f346]->[99a272b] ftruncate: mark module as obsolete; even MinGW provides it, now
326     * [2d4d227]->[358e18f] Add attribution to a ChangeLog entry.
327     * [38e3c69]->[a11321f] ftruncate: add two years to projected module removal date: 2012
328     * [6b8b58b]->[1ce7c50] init.sh: run tr in the "C" locale to avoid multibyte interpretation
329     * [85f6993]->[bcd59b9] Add missing parenthesis in manywarnings example
330     * [3213c10]->[102392e] vasnprintf test: Reduce code duplication.
331     * [3c65a68]->[4b43aec] write: Fix a C++ test error on mingw.
332     * [067d1f1]->[cc75f4b] vasnprintf: Fix multiple test failures on mingw.
333     * [32d1664]->[e651e75] vasnprintf: Fix crash in %ls directive.
334     * [0167c19]->[8bd3d4c] vasnprintf: Correct handling of unconvertible wide string arguments.
335     * [de9f4b1]->[c886605] vasnprintf: Add more tests.
336     * [15a0c62]->[849156a] fchownat: Fix a C++ test error on Solaris 8.
337     * [67c7b8e]->[42d09c4] maint.mk: correct a diagnostic
338     * [b969309]->[70b21bf] mkdir: Make it work on mingw64.
339     * [3c79d51]->[9f9fbf6] Update comment.
340     * [03271c7]->[f5544ce] Fix typo in comment.
341     * [1820b30]->[3e18c19] libunistring: Detect libunistring also when it depends on libiconv.
342     * [82b0be3]->[6f6d4bf] havelib: Add static libraries to LIBS in the right order.
343     * [e330e06]->[1d3b6f0] libunistring: Correct value of $LTLIBUNISTRING.
344     * [c9f911d]->[86cda03] autoupdate
345     * [197b47e]->[5510d3d] git-version-gen: use "git update-index..." rather than "git status"
346     * [5fbd6e3]->[5fbd6e3] doc: users.txt: GNU patch now uses gnulib
347     * [2abb98c]->[f07545c] getopt-posix: avoid spurious failure on FreeBSD
348     * [3108b95]->[1454b1f] getopt-posix: avoid spurious failure on Solaris
349     * [5cc0bcf]->[d711c30] getopt-posix: detect MacOS bug
350     * [db3e280]->[cc1fb6a] getopt: merge bug fixes from glibc
351     * [61c96af]->[6229a28] getopt-gnu: match recent glibc fixes and posix ruling
352     * [d39bc2c]->[588d54b] autoupdate
353     * [7c1b995]->[a251be0] strtok_r: relax license to LGPLv2+
354     * [56d363d]->[57a3236] test-forkpty: fix expected signature
355     * [e764ea2]->[0dc1446] openpty: Fix mistake from 2010-03-21.
356     * [ae75893]->[854fe4e] Override netdb.h always.
357     * [93b28fe]->[e7f1d9f] ioctl: Move autoconf macro to a .m4 file.
358     * [710c8d3]->[8cf9b2c] relocatable: Drop the need to define RELOCATABLE_STRIP in Makefile.am.
359     * [2f31750]->[2676677] relocatable: Simplify doc.
360     * [cea53ef]->[5428678] bootstrap: use "git -h" instead of "git --help"
361     * [e51d12c]->[528ab01] vasnprintf: Correct errno value in case of out-of-memory.
362
363     and one local commit, submitted upstream:
364
365     * [7ffc813]->[b219cbd] make check: avoid an error when no .git dir present.
366
367 ----------------------------------------------------------------------
368
369   * 20100308-stable
370
371 Snapshot taken based on:
372
373 commit  4fc10daa05477586fea99b6b3ca02a87d1102fa1
374 Date:   Mon Mar 1 22:09:44 2010 +0100
375
376 with the following additional commits:
377
378     * [88baa1e]->[6681664] spawn: Don't override the system defined values on FreeBSD 8.
379     * [ca156dd]->[12e638f] copy-acl: enhance Solaris ACL error handling
380     * [fa93cea]->[fbe6ced] exit: Obsolete module, use stdlib instead.
381     * [eb6dce1]->[529ebff] exitfail: Relax license to LGPLv2.1+.  Drop exitfail.m4.
382     * [434627d]->[3dfb904] Prefer lib_SOURCES over unconditional AC_LIBOBJ.
383     * [032088a]->[99e99ca] euidaccess: relax license to LGPLv2+
384     * [3753983]->[51c9c87] Fix incorrect Makefile.am generation in German locale.
385     * [89e5b6b]->[6fde090] Clarify access, euidaccess, faccessat.
386     * [798f5bd]->[661fa69] Fix link error on platforms with GNU libiconv.
387     * [94a90dc]->[a62a0db] Exclude lib-ignore module.
388     * [fc980d5]->[9f46144] Fix test-dirent link error.
389     * [f19a2e5]->[2e4b5be] Fix test-dirent-safer link error. Correct last commit.
390     * [7d09cc8]->[c896764] Fix test-cond link error.
391
392 ----------------------------------------------------------------------
393
394   * 20100109-stable
395
396 Snapshot taken based on:
397
398 commit  12319ff4e84ca616a671216d991dd6eaf1c39c47
399 Date:   Fri Jan 1 16:00:07 2010 +0100
400
401 with the following additional commits:
402
403     * [e7100ae]->[60a41fa] headers: make check of system header explicit
404     * [1bf02c3]->[2e79dd2] wchar: Remove unused configure check.
405     * [8f3aa1f]->[ab43907] autoupdate
406     * [e138cd8]->[18a2e77] fdopendir: fix configure test
407     * [7a29e00]->[11639c6] nl_langinfo: avoid configure-time syntax error
408     * [51983dc]->[fab630e] mkdir: avoid xalloc
409     * [28e6fc0]->[b8025c4] xalloc.h: use consistent formatting
410     * [0c2fded]->[41d7de2] maint.mk: include 4 more function names in alloca.h-checking regexp
411     * [0e0f8f1]->[2d44e17] maint: remove useless inclusions of "alloca.h"
412     * [c1b6197]->[9e93370] ChangeLog: correct last entry: s/alloca.h/xalloc.h/
413     * [f8b8f4f]->[bfdc843] strcase: document what it provides
414     * [41c44a6]->[88de58a] utimens (fdutimens): ignore a negative FD, per contract
415     * [735d9d0]->[8a69e5c] maint: support 'make announcement' from a VPATH build
416     * [816a1ec]->[0d57ec9] readtokens: this module *does* require xalloc.h
417     * [f9eed4b]->[58b5448] nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
418     * [60ad192]->[932e55d] stdio, unistd: guarantee ssize_t
419     * [ae0044c]->[78c1179] autoupdate
420     * [eb9c0c2]->[d0f97a4] cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
421     * [e5697c6]->[b4e7212] linkat, renameat: avoid bad free
422     * [010ecd2]->[65e8854] dirent: fix test failure
423     * [978114f]->[eb65fea] pread: fix compilation on glibc
424     * [2f0e0a8]->[c93838e] doc: regenerate INSTALL
425     * [654c876]->[4b8c490] select: add missing dependency
426     * [c4b4563]->[9ebfb66] maint.mk: ignore multi-line copyright in NEWS
427     * [cb361c9]->[d9d722c] maint.mk: detect incorrect GFDL usage
428     * [c1a179c]->[abd3f20] wctype: allow C++ use
429     * [6751651]->[1c3411f] autoupdate
430     * [5cd308a]->[d1ecc61] ChangeLog: Correct a recent entry.
431     * [7f01cc5]->[77f03a3] nl_langinfo: Simplify logic.
432     * [cc6a687]->[efba37d] doc: Clarify the platforms.
433     * [64cbadd]->[a75ac7f] xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
434     * [f1195cc]->[877b01f] stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
435     * [027bd46]->[53c2db0] dirent: Document the last fix.
436     * [969fe75]->[085b493] mbslen: Avoid collision with system function.
437     * [ccc06b2]->[3437136] Fix indentation of wctype.in.h, broken since 2007-01-06.
438     * [0906b5f]->[6b40a56] glob: Fix C++ compilation.
439     * [2cf2e37]->[0b0ac4a] dup2: work around mingw bug
440     * [581419c]->[fad0fe1] lib/dup2.c (rpl_dup2): Improve comment.
441     * [dd5823d]->[465b4d1] Tests for module 'getlogin_r'.
442     * [3361cfa]->[5bfd3af] getlogin_r: Add comment.
443     * [89b39ef]->[88bc1a6] getlogin_r: Small fixes.
444     * [570a589]->[d6b7bf8] getlogin_r: Support for native Windows.
445     * [630a387]->[b2c3f71] unistr/u8-to-u16: Reject invalid input.
446     * [95a86a9]->[f3af270] unistr/u8-to-u32: Reject invalid input.
447     * [f03c8d5]->[987b3c4] unistr/u16-to-u8: Reject invalid input.
448     * [19aa55e]->[b4ee15b] unistr/u16-to-u32: Reject invalid input.
449
450 ----------------------------------------------------------------------
451
452   * 20091120-stable
453
454 Snapshot taken based on:
455
456 commit 7becd9d708425924f3a402fdd3c6e18ba2a7e4e3
457 Date:   Sat Nov 7 16:03:38 2009 -0700
458
459 with the following additional commits:
460
461     * [26c5fd7]->[7eb2ad0] utimens: remove invalid futimesat call
462     * [6553be8]->[510522d] strftime.c: include ignore-value.h only when FPRINTFTIME is defined
463     * [349396e]->[cc85265] stat: detect FreeBSD bug
464     * [48e9883]->[7f013da] open: detect FreeBSD bug
465     * [d462fe1]->[02634ef] rename: detect FreeBSD bug
466     * [b0d3085]->[fd021c4] autoupdate
467     * [2420877]->[12a64eb] unlink, remove: detect FreeBSD bug
468     * [492960c]->[24c30ab] link: detect FreeBSD bug
469     * [24a6037]->[ec14720] symlink: detect FreeBSD bug
470     * [dfd4d11]->[3bb65d2] readlink: detect FreeBSD bug
471     * [7127847]->[c9698f2] bootstrap: generalize autoheader check
472     * [ac67780]->[3739c19] fts: do not fail on a submount during traversal
473     * [08e6b4c]->[82a192d] getgroups: fix logic error
474     * [80074d1]->[d9cc1a4] getgroups: avoid calling exit
475     * [61b3a42]->[a12148f] getgroups, getugroups: provide stubs for mingw
476     * [0173b1e]->[dc5014b] test-getgroups: avoid compilation failure
477     * [f3a2c4a]->[5390af1] getgroups: avoid compilation failure
478     * [1e642be]->[867cf3b] getgroups: work around FreeBSD bug
479     * [cf0c4ab]->[2d61dc2] getgroups: avoid compiler warning
480     * [ee8909a]->[28fc486] strftime.h: wrap funtion declaration in extern "C" block
481     * [fb1b608]->[d837f67] gnulib-tool: correctly detect absence of m4 directories
482     * [a86ea84]->[e14e479] fnmatch: avoid compiler warning
483     * [24a6641]->[16685f1] lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.
484     * [1b712ba]->[4b4b924] avoid new AC_REQUIRE expanded-before-required warnings
485     * [6963723]->[456348e] better AC_REQUIRE expanded-before-required-warning avoidance
486     * [1c32714]->[dc372f7] version-etc: relax license to LGPLv3+
487     * [7e52ced]->[3f0179e] version-etc-fsf: relax license to LGPLv3+
488     * [b205080]->[e09f5b5] version-etc: use proper license string
489     * [b9d28ec]->[f2baca9] Add `gnulib-tool --import' support for LGPLv3+.
490     * [d9d9b26]->[6d8c90b] Add.
491     * [0883405]->[72abcbb] utimens: fix regression on Solaris
492     * [8cfd4a9]->[8607d21] tests: avoid false negative with --with-packager
493     * [111e540]->[0028f27] build: avoid compiler warnings
494     * [841ad19]->[c6d977e] manywarnings: depend on warnings
495     * [758f912]->[dd21f46] autoupdate