summaryrefslogtreecommitdiff
path: root/src/config.in
Commit message (Expand)AuthorAgeFilesLines
* (Re)move autotools generated files from the repository.Glenn Morris2011-03-201-1394/+0
* Merge: Minor changes for problems found by GCC 4.5.2's static checks.Paul Eggert2011-03-101-0/+3
|\
* | Updates for compiling with Gtk+ 3.0 (--with-x-toolkit=gtk3).Jan D2011-03-081-0/+3
|/
* Regenerate autotools stuff, grumble.Glenn Morris2011-03-051-3/+0
* Simplify symlink portability workaround.Paul Eggert2011-02-251-19/+0
* [ChangeLog]Paul Eggert2011-02-221-0/+40
* [ChangeLog]Paul Eggert2011-02-211-0/+3
* Import filemode module from gnulib.Paul Eggert2011-02-201-0/+13
* Import simpler crypto/md5 module from gnulib, plus stdint module.Paul Eggert2011-02-181-0/+59
* Merge from proposed getloadavg simplifications in gnulib.Paul Eggert2011-02-141-14/+0
* Merge from gnulib.Paul Eggert2011-02-091-3/+0
* Import getloadavg module from gnulib.Paul Eggert2011-02-071-0/+12
* sync from gnulib to remove HAVE_STDBOOL_HPaul Eggert2011-02-041-3/+0
* strftime: import from gnulibPaul Eggert2011-01-301-6/+10
* fix two m4/gnulib-*.m4 file names that clashed under MS-DOSPaul Eggert2011-01-261-2/+3
* Remove HAVE_RAW_DECL_CHOWN etc. from config.hPaul Eggert2011-01-231-125/+0
* src/config.in: shrink slightlyPaul Eggert2011-01-211-19/+0
* Improve performance on non-GCC hosts with __aligned__.Paul Eggert2011-01-171-0/+3
* Merge from mainline.Paul Eggert2011-01-141-1/+1
|\
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Regenerate.Paul Eggert2011-01-081-0/+132
* | | Regenerate.Paul Eggert2011-01-081-37/+71
* | | Regenerate.Paul Eggert2011-01-081-0/+26
* | | Regenerate.Paul Eggert2011-01-081-0/+9
|/ /
* | Use __builtin_unwind_init if availableAndreas Schwab2011-01-051-0/+6
* | Merge from emacs-23Stefan Monnier2010-12-131-3/+0
|\ \ | |/
* | Remove empty machine description filesAndreas Schwab2010-12-041-1/+6
* | Mark debugger related variables and functions as EXTERNALLY_VISIBLEDan Nicolaescu2010-11-231-0/+6
* | Include <sys/ioctl.h> unconditionally.Dan Nicolaescu2010-11-231-3/+0
* | * configure.in (INLINE): Do not depend on OPTIMIZE, unused.Dan Nicolaescu2010-11-201-1/+1
* | Merge from emacs-23Stefan Monnier2010-11-171-0/+3
|\ \ | |/
| * Fix link error on Fedora 14: newer GConf don't use g_type_*.Jan D2010-11-141-3/+3
| * Backport fix for Bug#6170 from trunk.Dan Nicolaescu2010-11-131-9/+13
* | * configure.in: Do not check for unconditionally included headers.Dan Nicolaescu2010-11-141-6/+0
* | Merge from emacs-23Stefan Monnier2010-11-091-3/+0
|\ \ | |/
| * * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.Stefan Monnier2010-06-091-31/+34
* | configure.in: Fix indentationAndreas Schwab2010-11-061-9/+9
* | Regenerate configure, src/config.in.Glenn Morris2010-10-081-10/+4
* | * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.Dan Nicolaescu2010-10-031-0/+11
* | Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-5/+0
* | Set up GnuTLS support.Ted Zlatanov2010-09-261-0/+9
* | Add support for the libxml2 library.Lars Magne Ingebrigtsen2010-09-101-0/+3
* | merge from trunkJoakim Verona2010-08-171-82/+76
|\ \
| * | Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.Andreas Schwab2010-08-091-0/+15
| * | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-0/+3
| * | Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconfJan D2010-07-291-0/+3
| * | Use __executable_start to find start of text segment for profilingAndreas Schwab2010-07-251-0/+3
| * | Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-6/+14
| * | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-23/+0