- 08 Feb, 2011 1 commit
-
-
Tom Tromey authored
* configure: Rebuild. * configure.in (NS_OBJC_OBJ): New subst. lib-src * make-docfile.c: Unconditionally include stdlib.h. (generate_globals): New global. (xrealloc): New function. (main): Handle '-g'. Call start_globals, write_globals. (scan_file): Conditionally call put_filename. (start_globals): New function. (struct global): New. (num_globals, globals): New globals. (add_global, compare_globals, write_globals): New functions. (scan_c_file): Update for "-g". (scan_lisp_file): Fail if "-g". (enum global_type): New. src * Makefile.in (NS_OBJC_OBJ): New variable. (base_obj): Rename from 'obj'. (obj): New variable. (globals.h, gl-stamp, $(obj)): New targets. (GLOBAL_SOURCES): New variable. * globals.h: Remove. * nsselect.m (Vselection_alist): Define. Reverts part of 2011-01-19T22:11:33Z!jan.h.d@swipnet.se. * buffer.c: Don't use "no_cell" for name of kill-buffer-hook's variable. * xselect.c (Vselection_alist): Define. Reverts part of 2011-01-19T23:32:42Z!eggert@cs.ucla.edu.
-
- 01 Feb, 2011 1 commit
-
-
Chong Yidong authored
-
- 31 Jan, 2011 1 commit
-
-
Paul Eggert authored
-
- 30 Jan, 2011 1 commit
-
-
Paul Eggert authored
-
- 27 Jan, 2011 1 commit
-
-
Chong Yidong authored
* configure: Regenerate.
-
- 25 Jan, 2011 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
- 24 Jan, 2011 1 commit
-
-
Paul Eggert authored
-
- 23 Jan, 2011 1 commit
-
-
Peter O'Gorman authored
* configure.in: Add HP-UX on IA64 (Bug#6811). * src/s/hpux11.h: Set CANNOT_DUMP on IA64 (Bug#6811).
-
- 22 Jan, 2011 2 commits
-
-
Miles Bader authored
when building with XFT (doing so is incorrect, as Emacs directly uses fontconfig, and breaks building when using a strict linker).
-
Paul Eggert authored
* configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS. This makes src/config.in a bit smaller, by removing identifiers like GNULIB_TEST_MKTIME that Emacs does not need. * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4: * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4: Sync from gnulib. This removes a few more unnecessary symbols from src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H. * configure, src/config.in: Regenerate.
-
- 18 Jan, 2011 1 commit
-
-
Paul Eggert authored
-
- 15 Jan, 2011 2 commits
-
-
Chong Yidong authored
Regenerate AUTHORS, configure, and ldefs-boot.el.
-
Chong Yidong authored
-
- 12 Jan, 2011 2 commits
-
-
Christian Ohler authored
* Makefile.in, configure.in, doc/misc/Makefile.in, doc/misc/makefile.w32-in: Add ERT. Make "make check" run tests in test/automated. * doc/misc/ert.texi, lisp/emacs-lisp/ert.el, lisp/emacs-lisp/ert-x.el: New files. * test/automated: New directory.
-
Chong Yidong authored
* configure.in [netbsd systems]: Check for tputs definition. * src/config.in (TERMINFO): New definition. * src/s/netbsd.h: Use it to choose between terminfo and termcap.
-
- 09 Jan, 2011 3 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
- 08 Jan, 2011 1 commit
-
-
Paul Eggert authored
-
- 05 Jan, 2011 2 commits
-
-
Andreas Schwab authored
* configure.in: Check for __builtin_unwind_init. * src/alloc.c (mark_stack): Use __builtin_unwind_init if available.
-
Glenn Morris authored
* configure.in (HAVE_MAKEINFO): New output variable. (MAKEINFO): Reset to "makeinfo" if not found. * Makefile.in (install-arch-indep, info): Replace MAKEINFO = off with HAVE_MAKEINFO = no.
-
- 02 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 29 Dec, 2010 1 commit
-
-
Ulrich Mueller authored
* configure: Regenerate
-
- 10 Dec, 2010 3 commits
-
-
Andreas Schwab authored
-
Chong Yidong authored
Regenerate configure and ldefs-boot.el.
-
Andreas Schwab authored
-
- 04 Dec, 2010 2 commits
-
-
Chong Yidong authored
-
Andreas Schwab authored
* configure.in: Remove reference to removed machine description files and allow $machine and $machfile to be empty. Substitute M_FILE/S_FILE instead of machfile/opsysfile. * msdos/sed1v2.inp (M_FILE, S_FILE): Add $(srcdir)/ prefix. * Makefile.in (M_FILE): Substitute @M_FILE@ instead of @machfile@. (S_FILE): Substitute @S_FILE@ instead of @opsysfile@. * src/m/arm.h, src/m/sh3.h, src/m/xtensa.h: Remove files.
-
- 03 Dec, 2010 2 commits
-
-
Katsumi Yamaoka authored
-
Julien Danjou authored
-
- 23 Nov, 2010 2 commits
-
-
Dan Nicolaescu authored
so that they do not get optimized away. * configure.in (EXTERNALLY_VISIBLE): New definition. * src/emacs.c (gdb_use_union, gdb_valbits,gdb_gctypebits) (gdb_data_seg_bits, gdb_array_mark_flag, PVEC_FLAG) (gdb_pvec_type): * src/print.c (print_output_debug_flag): * src/lisp.h (debug_print): Mark as EXTERNALLY_VISIBLE. (safe_debug_print): New declaration.
-
Dan Nicolaescu authored
* configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h. * src/xterm.c: * src/systty.h: * src/sound.c: Include <sys/ioctl.h> unconditionally.
-
- 21 Nov, 2010 2 commits
-
-
Jan Djärv authored
-
Dan Nicolaescu authored
-
- 15 Nov, 2010 1 commit
-
-
Dan Nicolaescu authored
-
- 14 Nov, 2010 1 commit
-
-
Jan D authored
* configure.in (HAVE_GCONF): Check for g_type_init if GConf is found. * src/config.in (HAVE_G_TYPE_INIT): New symbol. * src/xsettings.c (init_gconf): Check HAVE_G_TYPE_INIT.
-
- 13 Nov, 2010 1 commit
-
-
Dan Nicolaescu authored
Fix alloca definition when using gcc on non-gnu systems. * configure.in: Use the code sequence indicated by "info autoconf" for alloca (bug#6170).
-
- 09 Nov, 2010 1 commit
-
-
Chong Yidong authored
Regenerate AUTHORS, configure, and ldefs-boot.el.
-
- 06 Nov, 2010 1 commit
-
-
Andreas Schwab authored
-