summaryrefslogtreecommitdiff
path: root/src/conf_post.h
Commit message (Expand)AuthorAgeFilesLines
* Use plain ‘static’ for Emacs C inline functionsPaul Eggert2019-09-041-9/+34
* Disable __attribute__ ((cold)) on MinGWPaul Eggert2019-04-291-2/+4
* Improve wur coverage on older GCCsPaul Eggert2019-04-221-0/+1
* Mark _Noreturn error functions as coldPaul Eggert2019-04-181-0/+7
* Rename CANNOT_DUMP to HAVE_UNEXECPaul Eggert2019-02-011-6/+4
* Add portable dumperDaniel Colascione2019-01-151-0/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-10-161-3/+5
|\ \ | |/
| * Fix redisplay of glyphless charactersEli Zaretskii2018-10-131-3/+5
* | Modularize bignums betterPaul Eggert2018-08-271-0/+1
* | Make mini-gmp safe for --enable-gcc-warningsPaul Eggert2018-08-121-2/+9
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-1/+1
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-101-13/+0
* | Remove AddressSanitizer bug workaroundPaul Eggert2018-06-081-1/+2
* | Port to GCC 8 -fsanitize=undefinedPaul Eggert2018-05-181-0/+12
* | Pacify GCC when --enable-profilingPaul Eggert2018-04-031-0/+4
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix the MSDOS build.Eli Zaretskii2017-10-181-1/+1
* Fix warnings about formats in printf-like functions on MS-WindowsEli Zaretskii2017-09-141-1/+21
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Port cleanup check to Oracle Studio 12.5Paul Eggert2017-06-141-1/+4
* Port cleanup attribute to Oracle Studio 12.5Paul Eggert2017-06-131-1/+0
* Port ATTRIBUTE_MAY_ALIAS to recent iccPaul Eggert2017-05-251-1/+1
* Avoid undefined behavior in struct sockaddrPaul Eggert2017-05-171-0/+14
* Work around AddressSanitizer bug with vforkPaul Eggert2017-05-171-0/+6
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-0/+6
* Use vfork if possible on Darwin (bug#26397)Alan Third2017-04-181-6/+0
* Fix CANNOT_DUMP build on Darwin/macOS.Ken Raeburn2017-04-061-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-191-1/+1
|\ \ | |/
| * Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-1/+1
| * Port --enable-gcc-warnings to GCC 6.2.1Paul Eggert2016-10-121-0/+11
* | Limit <config.h>’s includesPaul Eggert2016-09-301-24/+12
* | Use flexmembers on IBM XL C for AIXPaul Eggert2016-09-201-10/+0
* | Use DEV_TTY more consistentlyPaul Eggert2016-09-061-9/+0
* | Treat SIGINT correctly in GUI sessions on MS-WindowsEli Zaretskii2016-09-051-0/+9
* | Work around GCC bug 54561 in a better wayPaul Eggert2016-07-201-9/+0
* | Fix GNUC_PREREQ for GCC 2.8.1 etc.Paul Eggert2016-06-261-1/+2
* | Fix GNUC_PREREQ off-by-1 typoPaul Eggert2016-06-261-1/+1
* | Improve --without-x GCC pacificationPaul Eggert2016-06-221-2/+1
* | Fix compiler warnings in Cygwin-w32 buildKen Brown2016-06-201-1/+2
* | New macro GNUC_PREREQ for GCC versionPaul Eggert2016-06-121-22/+27
* | Fix printf-related compilation warnings on MinGWEli Zaretskii2016-06-121-4/+9
* | Port __builtin_assume_aligned to Sun C 5.13Paul Eggert2016-06-091-1/+1
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-3/+13
* | Use __builtin_assume_aligned on untagged Lisp valsPaul Eggert2016-06-071-0/+14
* | * src/conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Increase.Ken Brown2016-05-301-1/+1
* | Port --enable-gcc-warnings to Cygwin, FreeBSDPaul Eggert2016-05-301-2/+1