|
4 | 4 | * m4/setenv.m4 (gl_FUNC_UNSETENV): Also detect Haiku issue.
|
5 | 5 | * doc/posix-functions/unsetenv.texi (unsetenv): Document it.
|
6 | 6 |
|
| 7 | +2010-12-30 Bruce Korb < [email protected]> |
| 8 | + |
| 9 | + libposix: avoid calling error() within libposix |
| 10 | + * lib/openat-die.c: remove error module stuff when GNULIB_LIBPOSIX |
| 11 | + is defined. |
| 12 | + |
| 13 | +2011-02-05 Eric Blake < [email protected]> |
| 14 | + |
7 | 15 | strerror_r-posix: port to cygwin
|
8 | 16 | * lib/strerror_r.c (strerror_r) [__CYGWIN__]: Add cygwin
|
9 | 17 | implementation.
|
|
1914 | 1922 | * doc/posix-functions/gmtime_r.texi: Document the HP-UX 11 problem.
|
1915 | 1923 | * doc/posix-functions/localtime_r.texi: Likewise.
|
1916 | 1924 |
|
1917 |
| -2010-12-30 Bruce Korb < [email protected]> |
1918 |
| - |
1919 |
| - libposix: avoid calling error() within libposix |
1920 |
| - * lib/openat-die.c: remove error module stuff when GNULIB_LIBPOSIX |
1921 |
| - is defined. |
1922 |
| - * lib/xalloc-die.c: Same thing. |
1923 |
| - |
1924 | 1925 | 2010-12-29 Eric Blake < [email protected]>
|
1925 | 1926 |
|
1926 | 1927 | mountlist: tweak previous commit
|
|
3566 | 3567 | * lib/ftoastr.h, lib/ftoastr.c, lib/dtoastr.c, lib/ldtoastr.c:
|
3567 | 3568 | * modules/ftoastr: New files.
|
3568 | 3569 |
|
3569 |
| -2010-11-16 Bruce Korb < [email protected]> |
3570 |
| - |
3571 |
| - libposix: Libposix module will be created on the fly |
3572 |
| - * modules/libposix: remove |
3573 |
| - * modules/*: Use pkginclude_HEADERS instead of plain "include". |
3574 |
| - * gnulib-tool: adjust here, too |
3575 |
| - |
3576 | 3570 | 2010-11-15 Paul Eggert < [email protected]>
|
3577 | 3571 |
|
3578 | 3572 | bootstrap: port to Solaris sed
|
|
4152 | 4146 | and use malloc rather than the stack for the same reason as
|
4153 | 4147 | mentioned in the comment justifying the other allocation.
|
4154 | 4148 |
|
4155 |
| -2010-10-12 Gary V. Vaughan < [email protected]> |
4156 |
| - |
4157 |
| - libposix: use git-version-gen for version numbering |
4158 |
| - * build-aux/git-version-gen: In order to work inside the |
4159 |
| - libposix subdirectory, also check the parent directory for .git |
4160 |
| - before assuming git describe will not work. |
4161 |
| - |
4162 |
| - add _HEADERS primaries to Makefile.am snippets for installable headers |
4163 |
| - * modules/alloca-opt, modules/arg-nonnull, modules/argz, |
4164 |
| - modules/arpa_inet, modules/byteswap, modules/c++defs, modules/ctype, |
4165 |
| - modules/dirent, modules/errno, modules/fcntl-h, modules/float, |
4166 |
| - modules/fnmatch, modules/getopt-posix, modules/glob, modules/iconv-h, |
4167 |
| - modules/iconv_open, modules/inttypes, modules/langinfo, |
4168 |
| - modules/link-warning, modules/locale, modules/math, modules/netdb, |
4169 |
| - modules/netinet_in, modules/poll-h, modules/pthread, modules/pty, |
4170 |
| - modules/sched, modules/search, modules/selinux-h, modules/signal, |
4171 |
| - modules/spawn, modules/stdarg, modules/stdbool, modules/stddef, |
4172 |
| - modules/stdint, modules/stdio, modules/stdlib, modules/string, |
4173 |
| - modules/strings, modules/sys_file, modules/sys_ioctl, |
4174 |
| - modules/sys_select, modules/sys_socket, modules/sys_stat, |
4175 |
| - modules/sys_time, modules/sys_times, modules/sys_utsname, |
4176 |
| - modules/sys_wait, modules/sysexits, modules/termios, modules/time, |
4177 |
| - modules/unistd, modules/unitypes, modules/unused-parameter, |
4178 |
| - modules/warn-on-use, modules/wchar, modules/wctype (Makefile.am): |
4179 |
| - Add nodist_include_HEADERS, nobase_nodist_include_HEADERS and |
4180 |
| - EXTRA_HEADERS declarations for potentially installable header files. |
4181 |
| - * gnulib-tool: Initialize nodist_include_HEADERS, |
4182 |
| - nobase_nodist_include_HEADERS and EXTRA_HEADERS to prime for new |
4183 |
| - `.*_HEADERS +=' declarations. |
4184 |
| - (func_emit_lib_Makefile_am): Edit away new nodist_include_HEADERS, |
4185 |
| - nobase_nodist_include_HEADERS and EXTRA_HEADERS declarations by |
4186 |
| - default, reverting the Makefile.am snippets above to their original |
4187 |
| - condition prior to this change *unless* the gnulib library is being |
4188 |
| - installed. |
4189 |
| - |
4190 |
| - New module `libposix'. |
4191 |
| - * modules/libposix: New module to facilitate an installable |
4192 |
| - library of posix modules. |
4193 |
| - (Makefile.am): Use lib_LTLIBRARIES to mark libposix.la as |
4194 |
| - installable. |
4195 |
| - (Depends-On): List all the modules found by `posix-modules', |
4196 |
| - except `strdup' which is spurious, and with the addition of |
4197 |
| - `alloca' to satisfy an otherwise undefined LTALLOCA definition; |
4198 |
| - and `progname' to provide a non-extern program_name symbol so that |
4199 |
| - compilation with `-no-undefined' symbols can work. |
4200 |
| - |
4201 |
| - iconv_open: reduce not-trivial repetition of file-list |
4202 |
| - * modules/iconv_open (iconv_headers): New make macro to hold list of |
4203 |
| - iconv header files. |
4204 |
| - (BUILT_SOURCES, MAINTAINERCLEANFILES, EXTRA_DIST): Use it instead of |
4205 |
| - multiple hard-coded copies. |
4206 |
| - |
4207 |
| - gnulib-tool: transform hard-coded libgnu.a to $libname.l?a |
4208 |
| - * gnulib-tool (func_emit_lib_Makefile_am): transform hard-coded |
4209 |
| - `libgnu.a' in Makefile.am snippets to be either `$libname.a' or |
4210 |
| - `$libname.la', depending on whether --libtool/--no-libtool options |
4211 |
| - were given. |
4212 |
| - |
4213 |
| -2010-10-12 Sam Steingold < [email protected]> |
4214 |
| - Gary V. Vaughan < [email protected]> |
4215 |
| - |
4216 |
| - gnulib-tool: transform include guards with `--macro-prefix' |
4217 |
| - * gnulib-tool (func_import): support multiple gllib directories: |
4218 |
| - headers are generated for each gllib differently, depending on which |
4219 |
| - features are actually used, so we need to be able to include all |
4220 |
| - these generated headers without fear that one will shadow another, |
4221 |
| - so we prepend the macro-prefix before the guard macros. |
4222 |
| - |
4223 | 4149 | 2010-10-11 Bruno Haible < [email protected]>
|
4224 | 4150 |
|
4225 | 4151 | stdlib: Allow multiple gnulib generated replacements to coexist.
|
|
0 commit comments