summaryrefslogtreecommitdiff
path: root/src/conf_post.h
Commit message (Expand)AuthorAgeFilesLines
* Work around __has_attribute bug in clang 3.4Paul Eggert2021-01-221-1/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix typos in recent attribute.h simplificationPaul Eggert2020-05-051-4/+5
* Simplify by using attribute.h macrosPaul Eggert2020-05-031-75/+25
* Prefer inline functions in character.hPaul Eggert2020-04-171-0/+1
* Improve inlining when compiling with -OgPaul Eggert2020-04-071-5/+3
* Pacify GCC 9.2.1 20190927 -O3Paul Eggert2020-03-041-0/+7
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* 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