Merge from trunk.
[bpt/emacs.git] / configure.ac
2012-11-23 Eli ZaretskiiMerge from trunk.
2012-11-23 Eli Zaretskiiconfigure runs to the end, need to analyze differences...
2012-11-23 Eli Zaretskiiconfigure.ac done, not tested yet.
2012-11-23 Eli ZaretskiiMerge from trunk.
2012-11-23 Paul EggertAssume POSIX 1003.1-1988 or later for dirent.h.
2012-11-22 Eli ZaretskiiStarted working on configure.ac for MSYS build.
2012-11-21 Daniel ColascioneTeach sql-mode's imenu about IF NOT EXISTS
2012-11-21 Daniel ColascioneSupport IF NOT EXISTS in SQL declarations
2012-11-21 Paul EggertAssume POSIX 1003.1-1988 or later for unistd.h.
2012-11-21 Glenn MorrisMerge from emacs-24; up to 2012-11-17T22:12:47Z!eggert...
2012-11-21 Glenn Morris* configure.ac (--enable-profiling): Doc fix.
2012-11-20 Paul EggertOmit -Wstrict-overflow as it does not play well with...
2012-11-19 Paul EggertImprove static checking of integer overflow and stack...
2012-11-18 Glenn MorrisMerge from emacs-24; up to 2012-11-15T23:31:37Z!dancol...
2012-11-17 Paul EggertAssume POSIX 1003.1-1988 or later for fcntl.h.
2012-11-16 Glenn MorrisMerge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov...
2012-11-16 Paul EggertRemove no-longer-used pty_max_bytes variable.
2012-11-15 Daniel ColascioneMerge from cygw32 branch
2012-11-14 Paul EggertUse faccessat, not access, when checking file permissions.
2012-11-13 Glenn MorrisMerge from emacs-24; up to 2012-11-09T14:45:15Z!dmantip...
2012-11-10 Glenn MorrisMerge from emacs-24; up to 2012-11-08T14:54:03Z!monnier...
2012-11-05 Paul EggertAssume at least POSIX.1-1988 for getpgrp, setpgid,...
2012-11-05 Paul EggertSimplify by assuming __fpending.
2012-11-03 Glenn MorrisMerge from emacs-24; up to 2012-11-03T05:11:34Z!dmantip...
2012-11-02 Chong YidongBump version to 24.3.50
2012-10-30 Kenichi Handamerge trun
2012-10-23 Paul Eggert* configure.ac (_FORTIFY_SOURCE): Do not multiply define.
2012-10-23 Kenichi Handamerge trunk
2012-10-21 Paul EggertSpelling fixes.
2012-10-19 Paul EggertUndo faccessat change.
2012-10-19 Paul EggertUse faccessat, not access, when checking file permissions.
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-14 David EngsterMerge bug fixes from CEDET upstream.
2012-10-11 Kenichi Handamerge trunk
2012-10-08 Glenn MorrisDistinguish MS Windows
2012-10-08 Daniel ColascioneMerge cygw32
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-07 Kenichi Handamerge trunk
2012-10-07 Jan DjärvCheck for OSX >= 10.4 to match what the maunal says...
2012-10-07 Paul EggertImprove sys_siglist detection.
2012-10-06 Kenichi Handamerge trunk
2012-10-06 Glenn MorrisComment
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-09-30 Kenichi Handamerge trunk
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-27 Paul EggertCheck more robustly for timer_settime.
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-22 Kenichi Handamerge trunk
2012-09-21 Chong YidongMerge from emacs-24; up to 2012-05-07T14:57:18Z!michael...
2012-09-18 Jan Djärv* configure.ac (HAVE_GTK): Mention if we use GTK2 or...
2012-09-17 Daniel ColascioneMerge from trunk
2012-09-17 Daniel ColascioneImplement cygw32
2012-09-17 Paul EggertRemove no-longer-needed Solaris 2.4 vfork bug workaround.
2012-09-17 Glenn MorrisReduce the number of versioned files storing the short...
2012-09-16 Paul EggertRemove configure's --without-sync-input option.
2012-09-16 Glenn MorrisIncrease compartmentalization of Nextstep builds rules,
2012-09-16 Kenichi Handamerge trunk
2012-09-15 Paul EggertPort better to POSIX hosts lacking _setjmp.
2012-09-15 Kenichi Handamerge trunk
2012-09-14 Paul EggertFix glitches with 'configure --without-sync-input'.
2012-09-14 Paul Eggert* configure.ac: Port to hosts lacking gtk.
2012-09-13 Jan Djärv* configure.ac: Report Gtk+ 3 as GTK.
2012-09-13 Jan Djärv* configure.ac: Reorder Xaw3d messages.
2012-09-13 Paul EggertSimplify SIGIO usage.
2012-09-12 Jan Djärv* configure.ac: No --with-x-toolkit given: Try gtk3...
2012-09-11 Paul EggertSimplify, document, and port floating-point.
2012-09-09 Paul EggertAssume C89 or later for math functions.
2012-09-07 Paul EggertMore signal-handler cleanup.
2012-09-07 Paul EggertSignal-handler cleanup.
2012-09-05 Glenn MorrisMerge from emacs-24; up to 2012-05-05T02:50:20Z!monnier...
2012-09-04 Paul EggertSimplify redefinition of 'abort' (Bug#12316).
2012-09-04 Paul Eggert* configure.ac (_setjmp, _longjmp): Check by compiling
2012-09-03 Paul Eggert* configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
2012-09-02 Jan Djärv* configure.ac (HAVE_GOBJECT): Check for gobject-2.0.
2012-09-01 Paul Eggert* configure.ac (_FORTIFY_SOURCE): Define only when...
2012-09-01 Daniel ColascioneMerge from cygw32 branch
2012-09-01 Daniel ColascioneRefactor window-system configuration
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-28 Kenichi Handamerge trunk
2012-08-26 Paul Eggert* configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
2012-08-22 Kenichi Handamerge trunk
2012-08-22 Kenichi Handamerge trunk
2012-08-20 Glenn MorrisUse symlink in installed bin/ directory, where supported
2012-08-17 Glenn MorrisWhitespace
2012-08-17 Jan BeichFix pty handling on FreeBSD 8.0 (tiny change)
2012-08-16 Kenichi Handamerge trunk
2012-08-15 Chong YidongBump version to 24.2.50
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-10 Glenn MorrisComments
2012-08-10 Glenn MorrisMove DIRECTORY_SEP from lisp.h to config.h
2012-08-08 Dmitry AntipovFix and document recently introduced configuration...
2012-08-08 Glenn MorrisComments
2012-08-07 Dmitry Antipov* configure.ac: New option --disable-features.
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-07 Glenn MorrisSet a minimum automake version
2012-08-06 Glenn MorrisGuard against potential configure bug wrt HAVE_GETWD
2012-08-06 Glenn MorrisRemove GNU_LIBRARY_PENDING_OUTPUT_COUNT
2012-08-05 Ulrich Müller* configure.ac: Disable paxctl if binaries don't have...
2012-08-03 Glenn Morrisconfigure.ac whitespace trivia
2012-08-02 Paul EggertPort to Solaris 8.
next