diff options
| author | Joakim Verona | 2012-07-27 02:22:03 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-07-27 02:22:03 +0200 |
| commit | 5fb63197843dcae66f2fe0ddd6f4a9d560e9db2f (patch) | |
| tree | 5c55f1096a656a9759f0b53a0b5d1a2289bd366f /ChangeLog | |
| parent | 0c5c85cf2b350c965bb1ffa5b2d77c2adebc406b (diff) | |
| parent | 562157c814037dcba58a20cd6908a95992c22283 (diff) | |
| download | emacs-5fb63197843dcae66f2fe0ddd6f4a9d560e9db2f.tar.gz emacs-5fb63197843dcae66f2fe0ddd6f4a9d560e9db2f.zip | |
upstream
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 380 |
1 files changed, 370 insertions, 10 deletions
| @@ -1,3 +1,363 @@ | |||
| 1 | 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Fix toolkit configuration report. | ||
| 4 | * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if | ||
| 5 | --with-x-toolkit=gtk3 is used. | ||
| 6 | |||
| 7 | 2012-07-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 8 | |||
| 9 | Fix regression with pthread_sigmask on FreeBSD (Bug#11884). | ||
| 10 | * configure.ac: Configure gnulib at the end, not before running | ||
| 11 | pkg-config. This restores the behavior before 2012-06-22, when | ||
| 12 | higher-resolution time stamps were added, and fixes a bug whereby | ||
| 13 | LIB_PTHREAD was not used and gnulib's part of 'configure' | ||
| 14 | therefore incorrectly assumed that pthread_sigmask wasn't working. | ||
| 15 | Fix the problem with -lrt and clock_gettime a different way. | ||
| 16 | This should complete the fix for Bug#11884. | ||
| 17 | (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars. | ||
| 18 | |||
| 19 | 2012-07-15 Paul Eggert <eggert@cs.ucla.edu> | ||
| 20 | |||
| 21 | Merge from gnulib, incorporating: | ||
| 22 | 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884) | ||
| 23 | 2012-07-11 gettext: do not assume '#define ... defined ...' behavior | ||
| 24 | |||
| 25 | 2012-07-14 Glenn Morris <rgm@gnu.org> | ||
| 26 | |||
| 27 | * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s. | ||
| 28 | (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body. | ||
| 29 | |||
| 30 | 2012-07-13 Glenn Morris <rgm@gnu.org> | ||
| 31 | |||
| 32 | * configure.ac (opsysfile): Set to empty on gnu, cygwin. | ||
| 33 | |||
| 34 | * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN) | ||
| 35 | (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2): | ||
| 36 | Move "system type" macros here from src/s. | ||
| 37 | (BSD_SYSTEM_AHB): New hack macro. | ||
| 38 | (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB. | ||
| 39 | |||
| 40 | * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY) | ||
| 41 | (GC_MARK_SECONDARY_STACK): Move here from src/s. | ||
| 42 | |||
| 43 | 2012-07-12 Glenn Morris <rgm@gnu.org> | ||
| 44 | |||
| 45 | * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA | ||
| 46 | setting here from src/s/darwin.h. | ||
| 47 | |||
| 48 | * configure.ac (NO_MATHERR): Unconditionally define for Darwin; | ||
| 49 | as src/s/darwin.h used to. | ||
| 50 | |||
| 51 | * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME) | ||
| 52 | (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO) | ||
| 53 | (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES) | ||
| 54 | (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN) | ||
| 55 | (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP) | ||
| 56 | (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS) | ||
| 57 | (XOS_NEEDS_TIME_H): Move here from src/s. | ||
| 58 | |||
| 59 | 2012-07-11 Glenn Morris <rgm@gnu.org> | ||
| 60 | |||
| 61 | * configure.ac (INTERRUPT_INPUT): Move here from src/s. | ||
| 62 | (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally. | ||
| 63 | |||
| 64 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 65 | |||
| 66 | * configure.ac (tzset): Remove check that's redundant with gnulib. | ||
| 67 | |||
| 68 | 2012-07-11 Glenn Morris <rgm@gnu.org> | ||
| 69 | |||
| 70 | * configure.ac (CLASH_DETECTION): Define unconditionally. | ||
| 71 | |||
| 72 | * configure.ac (opsysfile): Use bsd-common on gnu systems. | ||
| 73 | |||
| 74 | * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): | ||
| 75 | (SIGNALS_VIA_CHARACTERS): Move here from src/s. | ||
| 76 | |||
| 77 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 78 | |||
| 79 | Assume mkdir, rename, rmdir, strerror. | ||
| 80 | * configure.ac (mkdir, rename, rmdir, strerror): Remove check. | ||
| 81 | |||
| 82 | 2012-07-11 Glenn Morris <rgm@gnu.org> | ||
| 83 | |||
| 84 | * configure.ac (DONT_REOPEN_PTY): Move here from src/s. | ||
| 85 | |||
| 86 | * configure.ac (DEFAULT_SOUND_DEVICE): New definition. | ||
| 87 | |||
| 88 | 2012-07-10 Paul Eggert <eggert@cs.ucla.edu> | ||
| 89 | |||
| 90 | Remove "#define unix" that is no longer needed (Bug#11905). | ||
| 91 | Merge from gnulib to make "#define unix" unnecessary, incorporating: | ||
| 92 | 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft | ||
| 93 | 2012-07-09 getopt: Simplify after Emacs changed. | ||
| 94 | |||
| 95 | 2012-07-10 Glenn Morris <rgm@gnu.org> | ||
| 96 | |||
| 97 | * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT): | ||
| 98 | Move here from src/s. | ||
| 99 | |||
| 100 | 2012-07-09 Andreas Schwab <schwab@linux-m68k.org> | ||
| 101 | |||
| 102 | * configure.ac (PNG_DEPSTRUCT): Define this instead of | ||
| 103 | PNG_DEPRECATED. | ||
| 104 | |||
| 105 | 2012-07-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 106 | |||
| 107 | Add GCC-style 'const' attribute to functions that can use it. | ||
| 108 | * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const. | ||
| 109 | (ATTRIBUTE_CONST): New macro, in config.h. | ||
| 110 | |||
| 111 | 2012-07-09 Juanma Barranquero <lekktu@gmail.com> | ||
| 112 | |||
| 113 | * lib/makefile.w32-in: Rework dependencies. | ||
| 114 | (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H) | ||
| 115 | (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H) | ||
| 116 | (U64_H, SHA512_H): New macros. | ||
| 117 | (SRC): Redefine to point to src/, not current directory. | ||
| 118 | ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O)) | ||
| 119 | ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O)) | ||
| 120 | ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O)) | ||
| 121 | ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O)) | ||
| 122 | ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O)) | ||
| 123 | ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O)) | ||
| 124 | ($(BLD)/filemode.$(O)): Update dependencies. | ||
| 125 | |||
| 126 | 2012-07-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 127 | |||
| 128 | Merge from gnulib, incorporating: | ||
| 129 | 2012-07-09 timespec: mark functions with const attributes | ||
| 130 | |||
| 131 | Rename configure.in to configure.ac (Bug#11603). | ||
| 132 | The name 'configure.in' has been obsolescent for quite some time, | ||
| 133 | and the next release of Autoconf will generate warnings for it. | ||
| 134 | See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate | ||
| 135 | 'configure.in' as autoconf input" in the Autoconf git repository. | ||
| 136 | * configure.ac: Rename from configure.in. | ||
| 137 | * INSTALL, INSTALL.BZR, README, make-dist: | ||
| 138 | * Makefile.in (AUTOCONF_INPUTS): | ||
| 139 | * autogen.sh (autoconf_min): | ||
| 140 | * autogen/update_autogen (sources): | ||
| 141 | Adjust to reflect new name. | ||
| 142 | |||
| 143 | 2012-07-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 144 | |||
| 145 | Restore deprecation warnings, except for older libpng. | ||
| 146 | * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations. | ||
| 147 | (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h. | ||
| 148 | (PNG_DEPRECATED): Define when compiling with older PNG versions. | ||
| 149 | |||
| 150 | 2012-07-07 Andreas Schwab <schwab@linux-m68k.org> | ||
| 151 | |||
| 152 | * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations. | ||
| 153 | |||
| 154 | 2012-07-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 155 | |||
| 156 | Improve static checking when configured --with-ns. | ||
| 157 | See Samuel Bronson's remarks in | ||
| 158 | <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>. | ||
| 159 | * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's | ||
| 160 | a no-op with recent GCC and harmful in earlier ones. | ||
| 161 | Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a | ||
| 162 | warning when compiling with ObjC. Always omit | ||
| 163 | -Wunsafe-loop-optimizations, as we don't mind when optimization is | ||
| 164 | being done correctly. | ||
| 165 | |||
| 166 | 2012-07-07 Glenn Morris <rgm@gnu.org> | ||
| 167 | |||
| 168 | * configure.in (BROKEN_SA_RESTART): Doc fix. | ||
| 169 | |||
| 170 | * configure.in: Rather than checking for things then undef'ing | ||
| 171 | them on some platforms, simply don't check for them. | ||
| 172 | (getwd): Don't check for it on unixware. | ||
| 173 | (random, rint): Don't check for these on hpux. | ||
| 174 | (res_init, libresolv): Don't check for these on darwin. | ||
| 175 | |||
| 176 | 2012-07-07 Juanma Barranquero <lekktu@gmail.com> | ||
| 177 | |||
| 178 | * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O), | ||
| 179 | $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O). | ||
| 180 | ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O)) | ||
| 181 | ($(BLD)/c-strncasecmp.$(O)): New dependencies. | ||
| 182 | |||
| 183 | 2012-07-06 Paul Eggert <eggert@cs.ucla.edu> | ||
| 184 | |||
| 185 | * configure.in: Document --enable-gcc-warnings better. | ||
| 186 | |||
| 187 | Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786). | ||
| 188 | This is safer than strcasecmp, which has unspecified behavior | ||
| 189 | outside the POSIX locale and in practice sometimes does not work | ||
| 190 | in multibyte locales. Similarly for c_strncasecmp and strncasecmp. | ||
| 191 | * configure.in (strcasecmp, strncasecmp): Remove checks. | ||
| 192 | |||
| 193 | * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c: | ||
| 194 | * lib/c-strncasecmp.c: New files, taken from gnulib. | ||
| 195 | * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. | ||
| 196 | |||
| 197 | Merge from gnulib, incorporating: | ||
| 198 | 2012-07-06 timespec-sub: avoid duplicate include | ||
| 199 | Reported by Juanma Barranquero. | ||
| 200 | |||
| 201 | 2012-07-06 Glenn Morris <rgm@gnu.org> | ||
| 202 | |||
| 203 | * make-dist [update]: Let autoreconf figure out what needs updating. | ||
| 204 | Use `make info-real'. leim/leim-list.el should always exist. | ||
| 205 | Check cd return value. | ||
| 206 | |||
| 207 | 2012-07-06 Paul Eggert <eggert@cs.ucla.edu> | ||
| 208 | |||
| 209 | Merge from gnulib. This is for OpenBSD 5.1 amd64. | ||
| 210 | * m4/sys_time_h.m4: New version from gnulib, incorporating: | ||
| 211 | 2012-07-05 sys_time: allow too-wide tv_sec | ||
| 212 | |||
| 213 | 2012-07-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 214 | |||
| 215 | Merge from gnulib. | ||
| 216 | * lib/alloca.in.h: New version from gnulib, incorporating: | ||
| 217 | 2012-07-03 alloca: add support for HP NonStop TNS/E native | ||
| 218 | |||
| 219 | 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 220 | |||
| 221 | * configure.in: If --enable-gcc-warnings, disable | ||
| 222 | -Wunsafe-loop-optimizations for -O1 optimization level. | ||
| 223 | |||
| 224 | 2012-06-30 Glenn Morris <rgm@gnu.org> | ||
| 225 | |||
| 226 | * configure.in (standardlisppath): New output variable. | ||
| 227 | (lisppath): Use standardlisppath. | ||
| 228 | * Makefile.in (standardlisppath): New, set by configure. | ||
| 229 | (epaths-force): Use standardlisppath and locallisppath rather than | ||
| 230 | lisppath. | ||
| 231 | |||
| 232 | 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 233 | |||
| 234 | * configure.in: Fix previous change. Remove --enable-asserts. | ||
| 235 | (CPPFLAGS): Remove conditional -DXASSERTS=1. | ||
| 236 | Add --enable-link-time-optimization. | ||
| 237 | * INSTALL: Mention this. | ||
| 238 | |||
| 239 | 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 240 | |||
| 241 | * configure.in: Add glyphs category to --enable-checking option. | ||
| 242 | (GLYPH_DEBUG): Define if glyphs debugging is enabled. | ||
| 243 | |||
| 244 | 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 245 | |||
| 246 | * configure.in (ENABLE_CHECKING): Update comment. | ||
| 247 | |||
| 248 | 2012-06-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 249 | |||
| 250 | * configure.in: Don't check for sys/select.h, sys/time.h, utime.h. | ||
| 251 | Emacs proper no longer uses these headers, and can rely on Gnulib | ||
| 252 | for these checks. | ||
| 253 | |||
| 254 | Merge from gnulib. | ||
| 255 | * m4/getopt.m4: Copy new version from gnulib, incorporating: | ||
| 256 | getopt-posix: No longer guarantee that option processing is resettable. | ||
| 257 | |||
| 258 | 2012-06-27 Glenn Morris <rgm@gnu.org> | ||
| 259 | |||
| 260 | * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26) | ||
| 261 | |||
| 262 | * INSTALL: Remove references to paths.el. | ||
| 263 | |||
| 264 | 2012-06-26 Eli Zaretskii <eliz@gnu.org> | ||
| 265 | |||
| 266 | * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD. This | ||
| 267 | replaces separate dependency for each object file, which required | ||
| 268 | the same object file to be mentioned twice, causing failures in | ||
| 269 | parallel builds. | ||
| 270 | |||
| 271 | 2012-06-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 272 | |||
| 273 | Clean out last vestiges of the old HAVE_CONFIG_H stuff. | ||
| 274 | * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H. | ||
| 275 | |||
| 276 | 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 277 | |||
| 278 | * configure.in (AC_CHECK_FUNCS): Detect library functions | ||
| 279 | strcasecmp and strncasecmp. | ||
| 280 | |||
| 281 | 2012-06-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 282 | |||
| 283 | Switch from NO_RETURN to C11's _Noreturn (Bug#11750). | ||
| 284 | We might as well use the spelling standardized by C11, | ||
| 285 | as in the long run that should simplify maintenance. | ||
| 286 | * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn. | ||
| 287 | |||
| 288 | 2012-06-24 Eli Zaretskii <eliz@gnu.org> | ||
| 289 | |||
| 290 | * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)): | ||
| 291 | ($(BLD)/timespec-add.$(O)): | ||
| 292 | ($(BLD)/timespec-sub.$(O)): Don't depend on | ||
| 293 | $(EMACS_ROOT)/nt/inc/sys/time.h. | ||
| 294 | |||
| 295 | * lib/stat-time.h: | ||
| 296 | * lib/timespec.h: | ||
| 297 | * lib/utimens.h: Revert last change. | ||
| 298 | |||
| 299 | 2012-06-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 300 | |||
| 301 | Merge from gnulib. | ||
| 302 | * m4/getopt.m4: Copy new version from gnulib, incorporating: | ||
| 303 | getopt-gnu: Handle suboptimal getopt_long's abbreviation handling. | ||
| 304 | |||
| 305 | 2012-06-23 Eli Zaretskii <eliz@gnu.org> | ||
| 306 | |||
| 307 | Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu. | ||
| 308 | * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O), | ||
| 309 | $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and | ||
| 310 | $(BLD)/timespec-sub.$(O). | ||
| 311 | ($(BLD)/dtotimespec.$(O)): | ||
| 312 | ($(BLD)/gettime.$(O)): | ||
| 313 | ($(BLD)/timespec-add.$(O)): | ||
| 314 | ($(BLD)/timespec-sub.$(O)): New dependencies. | ||
| 315 | |||
| 316 | * lib/stat-time.h: | ||
| 317 | * lib/timespec.h: | ||
| 318 | * lib/utimens.h: Include sys/time.h. | ||
| 319 | |||
| 320 | 2012-06-23 Andreas Schwab <schwab@linux-m68k.org> | ||
| 321 | |||
| 322 | * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use | ||
| 323 | the correct CFLAGS and LIBS. | ||
| 324 | |||
| 325 | 2012-06-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 326 | |||
| 327 | Support higher-resolution time stamps (Bug#9000). | ||
| 328 | * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK) | ||
| 329 | (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so | ||
| 330 | that the new clock stuff doesn't clash with RSVG_LIBS. | ||
| 331 | (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h, | ||
| 332 | as gnulib does that for us now. | ||
| 333 | (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL) | ||
| 334 | (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now. | ||
| 335 | (AC_CHECK_FUNCS): Remove utimes; no longer needed. | ||
| 336 | * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c: | ||
| 337 | * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h: | ||
| 338 | * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h: | ||
| 339 | * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4: | ||
| 340 | * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4: | ||
| 341 | * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4: | ||
| 342 | * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4: | ||
| 343 | New files, copied automatically from gnulib. | ||
| 344 | * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib. | ||
| 345 | |||
| 346 | 2012-06-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 347 | |||
| 348 | Merge from gnulib. | ||
| 349 | * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h: | ||
| 350 | * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4: | ||
| 351 | * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4: | ||
| 352 | * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4: | ||
| 353 | Copy new versions from gnulib, incorporating the following changes: | ||
| 354 | 2012-06-22 time_r: fix typo that always overrode localtime_r decl | ||
| 355 | 2012-06-22 Write "Mac OS X" instead of "MacOS X". | ||
| 356 | 2012-06-21 mktime: fix integer overflow in 'configure'-time test | ||
| 357 | 2012-06-21 nonblocking: Avoid compilation error on mingw64. | ||
| 358 | 2012-06-19 stat, fstat: Avoid warnings on mingw64. | ||
| 359 | 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test. | ||
| 360 | |||
| 1 | 2012-06-13 Andreas Schwab <schwab@linux-m68k.org> | 361 | 2012-06-13 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 362 | ||
| 3 | * configure.in: Rename --enable-use-lisp-union-type to | 363 | * configure.in: Rename --enable-use-lisp-union-type to |
| @@ -610,7 +970,7 @@ | |||
| 610 | 2011-12-17 Paul Eggert <eggert@cs.ucla.edu> | 970 | 2011-12-17 Paul Eggert <eggert@cs.ucla.edu> |
| 611 | 971 | ||
| 612 | Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201). | 972 | Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201). |
| 613 | * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking | 973 | * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking |
| 614 | to gmalloc.c. This should prevent a MirBSD 10 build failure reported | 974 | to gmalloc.c. This should prevent a MirBSD 10 build failure reported |
| 615 | by Nelson H. F. Beebe in | 975 | by Nelson H. F. Beebe in |
| 616 | <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>. | 976 | <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>. |
| @@ -4690,7 +5050,7 @@ | |||
| 4690 | 5050 | ||
| 4691 | 2005-06-08 Steven Tamm <steventamm@mac.com> | 5051 | 2005-06-08 Steven Tamm <steventamm@mac.com> |
| 4692 | 5052 | ||
| 4693 | * configure.in: Support Darwin/MacOSX on Intel | 5053 | * configure.in: Support Darwin/MacOSX on Intel. |
| 4694 | 5054 | ||
| 4695 | 2005-06-06 Jan Djärv <jan.h.d@swipnet.se> | 5055 | 2005-06-06 Jan Djärv <jan.h.d@swipnet.se> |
| 4696 | 5056 | ||
| @@ -4820,7 +5180,7 @@ | |||
| 4820 | 5180 | ||
| 4821 | 2004-10-08 Steven Tamm <steventamm@mac.com> | 5181 | 2004-10-08 Steven Tamm <steventamm@mac.com> |
| 4822 | 5182 | ||
| 4823 | * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h | 5183 | * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h. |
| 4824 | 5184 | ||
| 4825 | 2004-10-06 Jan Djärv <jan.h.d@swipnet.se> | 5185 | 2004-10-06 Jan Djärv <jan.h.d@swipnet.se> |
| 4826 | 5186 | ||
| @@ -5175,7 +5535,7 @@ | |||
| 5175 | 5535 | ||
| 5176 | 2003-01-19 Jan Djärv <jan.h.d@swipnet.se> | 5536 | 2003-01-19 Jan Djärv <jan.h.d@swipnet.se> |
| 5177 | 5537 | ||
| 5178 | * configure.in: Add --with-gtk, --with-x-toolkit=gtk | 5538 | * configure.in: Add --with-gtk, --with-x-toolkit=gtk. |
| 5179 | 5539 | ||
| 5180 | * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK. | 5540 | * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK. |
| 5181 | 5541 | ||
| @@ -5188,7 +5548,7 @@ | |||
| 5188 | * configure.in: New option, --enable-carbon-app, to specify | 5548 | * configure.in: New option, --enable-carbon-app, to specify |
| 5189 | that the application should be installed | 5549 | that the application should be installed |
| 5190 | * Makefile.in (install-arch-dep): On Mac OS X, install the | 5550 | * Makefile.in (install-arch-dep): On Mac OS X, install the |
| 5191 | Emacs.app application if carbon-app is enabled | 5551 | Emacs.app application if carbon-app is enabled. |
| 5192 | 5552 | ||
| 5193 | 2003-01-06 Dave Love <fx@gnu.org> | 5553 | 2003-01-06 Dave Love <fx@gnu.org> |
| 5194 | 5554 | ||
| @@ -7667,7 +8027,7 @@ | |||
| 7667 | 8027 | ||
| 7668 | 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 8028 | 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 7669 | 8029 | ||
| 7670 | * configure.in (powerpc-*-solaris2): New alternative.x | 8030 | * configure.in (powerpc-*-solaris2): New alternative. |
| 7671 | 8031 | ||
| 7672 | 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu> | 8032 | 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu> |
| 7673 | 8033 | ||
| @@ -8181,11 +8541,11 @@ | |||
| 8181 | 8541 | ||
| 8182 | 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 8542 | 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 8183 | 8543 | ||
| 8184 | * configure.in (i[345]86-sequent-ptx*): Handle | 8544 | * configure.in (i[345]86-sequent-ptx*): Handle. |
| 8185 | 8545 | ||
| 8186 | 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 8546 | 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 8187 | 8547 | ||
| 8188 | * Makefile.in (paths-force): Depend on src/paths.h | 8548 | * Makefile.in (paths-force): Depend on src/paths.h. |
| 8189 | 8549 | ||
| 8190 | 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> | 8550 | 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> |
| 8191 | 8551 | ||
| @@ -8193,7 +8553,7 @@ | |||
| 8193 | 8553 | ||
| 8194 | 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> | 8554 | 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> |
| 8195 | 8555 | ||
| 8196 | * Makefile.in (install-arch-indep): Copy DOC-*, not DOC* | 8556 | * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*. |
| 8197 | 8557 | ||
| 8198 | * configure.in: Add AC_AIX. | 8558 | * configure.in: Add AC_AIX. |
| 8199 | Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT. | 8559 | Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT. |
| @@ -9026,7 +9386,7 @@ | |||
| 9026 | 9386 | ||
| 9027 | 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu) | 9387 | 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu) |
| 9028 | 9388 | ||
| 9029 | * make-dist: Dist vpath.sed | 9389 | * make-dist: Dist vpath.sed. |
| 9030 | 9390 | ||
| 9031 | * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): | 9391 | * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): |
| 9032 | Depend on vpath.sed. | 9392 | Depend on vpath.sed. |