aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.Chong Yidong2011-10-181-0/+4
|
* ChangeLog fix (problem had no particular relation to CentOS).Glenn Morris2011-10-171-1/+1
|
* * configure.in: Also look for tputs in libcurses. (Bug#9736)Glenn Morris2011-10-121-0/+4
|
* * configure.in: Remove check for -lintl (Bug#9713).Paul Eggert2011-10-111-0/+9
| | | | | | | | The check breaks 'configure' in some CentOS 5.7 x86 configurations. The check was helpful but not essential in Solaris 2.6 (1997), and is no longer needed in Solaris 8 (2000). Solaris 2.6 is obsolete -- Sun dropped support for it in 2006 -- and without access to that Silurian platform we can't maintain the code anyway.
* Merge from gnulib, fixing some 'configure' typos (Bug#9696).Paul Eggert2011-10-071-0/+6
| | | | | | | * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4: * m4/gnulib-common.m4: Merge from gnulib. Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax: command not found" on powerpc-apple-darwin9.8.0.
* Fix alignment-related core dump during GC.Paul Eggert2011-10-071-0/+5
| | | | | | | | | | | | | | * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove. This is now done by src/alloc.c. * src/alloc.c (GC_LISP_OBJECT_ALIGNMENT): Use offsetof, not __alignof__ or sizeof. __alignof__ gives the wrong answer on Fedora x86-64 with GCC 4.6.1 when configured with CC='gcc -m32' --with-wide-int; this makes Emacs dump core during garbage collection on rare occasions. sizeof is obviously inferior to offsetof here, so stick with offsetof. (GC_POINTER_ALIGNMENT): New macro. (mark_memory): Omit 3rd (offset) arg; caller changed. Don't assume EMACS_INT alignment is the same as pointer alignment.
* Rename `linux' to `gnu_linux'.Richard M. Stallman2011-10-021-0/+5
|
* Add a few more MS-DOS specific files to .bzrignore.Eli Zaretskii2011-09-291-1/+2
| | | | .bzrignore: Add lib/SYS, lib/alloca.in-h, lib/signal.in-h.
* Fix ChangeLog entry for the last commit.Eli Zaretskii2011-09-291-2/+2
|
* Fix the MSDOS build.Eli Zaretskii2011-09-291-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | msdos/mainmake.v2 (boot): Condition the value on the existence of autogen/README, not admin/admin.el, since the latter is now part of the release tarball. (install): Don't copy lib-src/fns.el, as that file is no longer generated in that directory. msdos/sed1v2.inp (LIB_PTHREAD, LIB_PTHREAD_SIGMASK): Edit to empty. (SETTINGS_CFLAGS, SETTINGS_LIBS): Edit these instead of GCONF_CFLAGS and GCONF_LIBS. msdos/sedlibmk.inp (ALLOCA_H, AR, ARFLAGS, GNULIB_CHDIR, GNULIB_DUP) (GNULIB_FDATASYNC, GNULIB_FDOPEN, GNULIB_FSTAT, GNULIB_PCLOSE) (GNULIB_PTHREAD_SIGMASK, GNULIB_RAISE, GNULIB_SIGACTION) (GNULIB_SIGPROCMASK, GNULIB_SIGNAL_H_SIGPIPE, HAVE_FDATASYNC) (HAVE_PCLOSE, HAVE_POPEN, HAVE_POSIX_SIGNALBLOCKING) (HAVE_PTHREAD_SIGMASK, HAVE_RAISE, HAVE_SIGACTION) (HAVE_SIGHANDLER_T, HAVE_SIGINFO_T, HAVE_SIGSET_T) (HAVE_STRUCT_SIGACTION_SA_SIGACTION) (HAVE_TYPE_VOLATILE_SIG_ATOMIC_T, LIB_PTHREAD) (LIB_PTHREAD_SIGMASK, NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H) (NEXT_SIGNAL_H, REPLACE_FDOPEN, REPLACE_PTHREAD_SIGMASK) (REPLACE_RAISE): New edits. (gl_LIBOBJS): Remove md5.o, filemode.o, and sha1.o. Add pthread_sigmask.o. (@GL_GENERATE_ALLOCA_H_TRUE@, @GL_GENERATE_ALLOCA_H_FALSE@): Edit to comment out unneeded lines. (warn-on-use.h): Edit the recipe commands to work with DJGPP without requiring a Unixy shell. msdos/inttypes.h (strtoimax) [DJGPP < 2.04]: New macro. msdos/sed2v2.inp (HAVE_ALLOCA, HAVE_DECL_STRTOLL, HAVE_DECL_STRTOIMAX) (HAVE_STRTOLL, HAVE_SIGSET_T, HAVE_SNPRINTF): New edits. .bzrignore: Add ./GNUMakefile.unix. config.bat: Rename GNUMakefile, so it is not run on MS-DOS. Rename signal.in.h and alloca.in.h. src/sysdep.c (snprintf) [EOVERFLOW]: If EOVERFLOW is not defined, use EDOM.
* INSTALL: Mention that m17n libraries and libotf are needed for Arabic shaping.Eli Zaretskii2011-09-281-0/+5
|
* Merge from trunk.Paul Eggert2011-09-261-0/+4
|\
| * * configure.in: Initialize HAVE_LIBXML2.Andreas Schwab2011-09-261-0/+4
| |
* | Merge from gnulib, improving some licensing wording.Paul Eggert2011-09-261-0/+17
|/ | | | | | | | | | | | | | | | This clarifies and fixes some licensing issues raised by Glenn Morris <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>. It also merges the latest version of texinfo.tex and has some MSVC-related changes that don't affect Emacs. * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow, pathmax, and raise, since these are needed only to address MSVC-related issues that Emacs doesn't have. * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h: * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h: * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4: * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4: * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4: * m4/unistd_h.m4: Merge from gnulib.
* * make-dist: Add lib/makefile.w32-in.Glenn Morris2011-09-261-0/+4
|
* * configure.in (CRT_DIR): Fix netbsd/openbsd handling.Glenn Morris2011-09-241-0/+4
| | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00562.html
* * .dir-locals.el: Change the debbugs regexp to allow having the bug number ↵Lars Magne Ingebrigtsen2011-09-191-0/+5
| | | | as the first thing on a line.
* * configure.in: (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.Glenn Morris2011-09-141-0/+1
|
* Make the GNUstep port at least be able to configure.Glenn Morris2011-09-141-0/+6
| | | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00938.html * configure.in: (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE. (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
* Fix typos in ChangeLogs.Juanma Barranquero2011-09-141-1/+1
|
* Merge from gnulib, porting to Tru64.Paul Eggert2011-09-111-0/+9
| | | | | | | | * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4: * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4: Merge from gnulib. This fixes a compilation error on Tru64 UNIX aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that doesn't affect Emacs.
* isnan: Fix porting problem to Solaris 10 with bundled gcc.Paul Eggert2011-09-061-0/+4
| | | | | | | | | | | | | | Without this fix, the command to link temacs failed due to an undefined symbol __builtin_isnan. This is because /usr/include/iso/math_c99.h #defines isnan(x) to __builtin_isnan(x), but the bundled gcc, which identifies itself as gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath), does not have a __builtin_isnan. * configure.in (isnan): Remove now-unnecessary check. * src/floatfns.c (isnan): #undef, and then #define to a clone of what's in data.c. (Fisnan): Always define, since it's always available now. (syms_of_floatfns): Always define isnan at the Lisp level.
* Merge from trunk.Paul Eggert2011-09-061-1/+15
|\
* \ Merge from trunk.Paul Eggert2011-09-041-1/+5
|\ \ | |/
| * sprintf-related integer and memory overflow issuesPaul Eggert2011-09-041-0/+4
| |\ | | | | | | | | | Fixes: debbugs:9397 debbugs:9412
| | * Add a stub for snprintf, for ancient hosts lacking it.Paul Eggert2011-08-311-0/+4
| |/ | | | | | | | | | | * configure.in (snprintf): New check. * nt/config.nt (HAVE_SNPRINTF): New macro. * src/sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
* | Merge from trunk.Paul Eggert2011-09-031-1/+24
|\ \ | |/
| * * configure.in: Remove no-longer used HP patterns.Paul Eggert2011-08-301-0/+3
| | | | | | | | | | | | (opsys): Remove unreachable pattern hppa*-*-linux-gnu*. Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800, and that can't possibly work now that src/m/hp800.h no longer exists.
| * * configure.in (opsys): Change pattern to *-*-linux*.Paul Eggert2011-08-301-1/+1
| |
| * * configure.in (opsys): Add pattern *-gnu-linux*Paul Eggert2011-08-301-0/+5
| | | | | | | | to recognize powerpc-gnu-linux-uclibc (Bug#9403).
| * * configure.in: Add -MP to DEPFLAGS.Jan Djärv2011-08-261-0/+4
| | | | | | | | Fixes: debbugs:9372
| * Fix network-interface-list|info on newer BSD derived OS:es.Jan Djärv2011-08-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Add header check: sys/socket.h, ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs. Check for sa_len in struct ifreq.ifr_addr (Bug#8477). * src/process.c: Include ifaddrs.h and net/if_dl.h if available (Bug#8477). (Fnetwork_interface_list): Allocate in increments of bytes instead of sizeof (struct ifreq). Iterate over ifconf.ifc_req by counting bytes (Bug#8477). Count bytes correctly when ifr_addr is a struct sockaddr. (struct ifflag_def): notrailers is smart on OSX. (Fnetwork_interface_info): Handle case when ifr_flags is negative. Get hardware address with getifaddrs if available.
| * Check for pthread and use it if found.Jan Djärv2011-08-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | * configure.in (HAVE_PTHREAD): Add check for -lpthread. (HAVE_GTK_AND_PTHREAD): Remove. * src/Makefile.in (LIB_PTHREAD): New variable. (LIBES): Add LIB_PTHREAD (Bug#9216). * src/alloc.c, src/emacs.c, src/gmalloc.c, src/gtkutil.c, src/keyboard.c, src/syssignal.h: Rename HAVE_GTK_AND_PTHREAD to HAVE_PTHREAD (Bug#9216).
* | * autogen/copy_autogen, autogen/update_autogen: Update build-aux locations.Paul Eggert2011-07-291-2/+4
| |
* | Merge from trunk.Paul Eggert2011-07-291-1/+6
|\ \ | |/
| * Allow building with librsvg on Darwin (Bug#9177).Alp Aker2011-07-281-0/+5
| | | | | | | | | | * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep build, not just GNUstep.
* | Merge from trunk.Paul Eggert2011-07-281-1/+22
|\ \ | |/
| * Merge from trunk.Paul Eggert2011-07-271-1/+7
| |\
| | * * GNUmakefile: New file.Paul Eggert2011-07-271-0/+6
| | | | | | | | | | | | | | | This is for convenience, so that one can run GNU make in an unconfigured source tree, and get a default build.
| * | Merge from trunk.Paul Eggert2011-07-131-1/+5
| |\ \ | | |/
| * | Merge from trunk.Paul Eggert2011-07-121-1/+6
| |\ \
| * \ \ Merge from trunk.Paul Eggert2011-07-101-1/+12
| |\ \ \
| * \ \ \ Merge from trunk.Paul Eggert2011-07-091-3/+34
| |\ \ \ \
| * | | | | Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-061-0/+9
| | | | | |
| * | | | | Merge from trunk.Paul Eggert2011-07-061-1/+5
| |\ \ \ \ \
| * | | | | | [ChangeLog]Paul Eggert2011-07-041-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Assume support for memcmp, memcpy, memmove, memset. This simplifies the code a bit. All current platforms have these, as they are required for C89. If this turns into a problem we can add the gnulib modules for these (a 1-line change to Makefile.in). * configure.in: Don't check for memcmp, memcpy, memmove, memset. [lib-src/ChangeLog] Assume support for memcmp, memcpy, memmove, memset. * etags.c (absolute_filename): Assume memmove exists. [src/ChangeLog] Assume support for memcmp, memcpy, memmove, memset. * lisp.h, sysdep.c (memcmp, memcpy, memmove, memset): * regex.c (memcmp, memcpy): Remove; we assume C89 now. * gmalloc.c (memcpy, memset, memmove): Remove; we assume C89 now. (__malloc_safe_bcopy): Remove; no longer needed.
* | | | | | | Add Bug#.Paul Eggert2011-07-251-1/+1
| | | | | | |
* | | | | | | Merge from trunk.Paul Eggert2011-07-251-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge from gnulib, using build-aux to remove clutter.Paul Eggert2011-07-241-0/+32
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * m4/largefile.m4: New file, so that Emacs does not mess up when accessing files with large inode numbers in MacOS X 10.5 and later. * m4/nocrash.m4: New file, to avoid triggering background debugger and/or create core dumps during 'configure'. * build-aux/move-if-change: Renamed from move-if-change. * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h. * build-aux/snippet/c++defs.h: Renamed from c++defs.h. * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h. * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn. * .bzrignore: The autogenerated files compile, config.guess, config.sub, depcomp, install-sh, and missing are now in build-aux. * Makefile.in (epaths-force, sync-from-gnulib): move-if-change is now in build-aux. (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite of gnulib's pthread_sigmask module, but Emacs doesn't need it. (mkdir): install-sh is now in build-aux. * config.bat: c++defs.h is now in build-aux/snippets. * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the usual parameter). * lib/gnulib.mk, m4/gl-comp.m4: Regenerate. * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved to build-aux/snippet. * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4: * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4: Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and Solaris, enables MacOS extensions, and enables nocrash during 'configure'. * make-dist: Adjust to new build-aux and build-aux/snippit dirs. * admin/notes/copyright: The files compile, config.guess, config.sub, depcomp, install-sh, missing, and move-if-change are now in the new build-aux subdirectory. The files arg-nonnull.h, c++defs.h, and warn-on-use.h are now in build-aux/snippets. New file build-aux/snippets/_Noreturn.h. * leim/Makefile.in (install): install-sh is now in build-aux. * lib-src/Makefile.in ($(DESTDIR)${archlibdir}): install-sh moved to build-aux. * msdos/sedlibmk.inp (CONFIG_CLEAN_VPATH_FILES): Adjust to snippet moves from top level to build-aux/snippet. * src/Makefile.in (gl-stamp): move-if-change is now in build-aux.
* | | | | | * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.Jan Djärv2011-07-131-0/+4
| |_|_|_|/ |/| | | |