summaryrefslogtreecommitdiff
path: root/admin/CPP-DEFINES
AgeCommit message (Expand)Author
2026-01-10; Fix description of NS/GNUstep CPP conditionsEli Zaretskii
2024-02-22; * admin/CPP-DEFINES: Fix typos.Po Lu
2024-02-22; * admin/CPP-DEFINES: Update with Android defines.Po Lu
2022-04-30* admin/CPP-DEFINES: Update for new features.Po Lu
2021-12-11Add sqlite3 support to EmacsLars Ingebrigtsen
2021-10-22Add WebP image format support (Bug#51296)Stefan Kangas
2021-02-17; * admin/CPP-DEFINES: Remove unused defines.Glenn Morris
2021-02-16Remove TIME_WITH_SYS_TIME, unused for a long timeGlenn Morris
2020-08-23Simplify by using Gnulib sigdescr_np modulePaul Eggert
2019-12-31Assume C99-style ‘long long’Paul Eggert
2019-02-02Update from GnulibPaul Eggert
2018-11-26emacsclient: assume HAVE_INET_SOCKETSPaul Eggert
2017-11-13Merge from origin/emacs-26Paul Eggert
2017-11-13Simplify by removing HAVE_STRUCT_ATTRIBUTE_ALIGNEDPaul Eggert
2017-11-02Simplify by assuming !_MSC_VER.Paul Eggert
2017-08-12Improve make-temp-file performance on local filesPaul Eggert
2017-03-07Define copysign on all platformsPaul Eggert
2016-11-19Merge from origin/emacs-25Paul Eggert
2016-11-06Modernize usage of 'macOS' in doc and commentsPaul Eggert
2016-07-15Port to glibc 2.24 (pre-release) + ppc64Paul Eggert
2016-06-09Prefer getsockopt to getpeername on non-MS-WindowsPaul Eggert
2016-03-07Assume getaddrinfo in C codePaul Eggert
2016-03-07Remove support for IRIXPaul Eggert
2016-02-29Stop calling res_initPaul Eggert
2015-03-27Assume !BROKEN_NON_BLOCKING_CONNECTPaul Eggert
2014-11-26Merge branch 'emacs-24'Ted Zlatanov
2014-11-17Define MINGW_W64 and use it instead of _W64Oscar Fuentes
2014-10-11Fix putenv race conditions with undefined behavior.Paul Eggert
2014-04-16Remove DATA_SEG_BITS.Paul Eggert
2014-04-13Clean up configure-time library handling a bit.Paul Eggert
2014-03-25Remove the build-time option CLASH_DETECTIONGlenn Morris
2013-07-02Remove some unused macros from 'configure'.Paul Eggert
2013-03-26* configure.ac (HAVE_XKBGETKEYBOARD): Remove; subsumed by HAVE_XKB.Paul Eggert
2013-03-13File synchronization fixes.Paul Eggert
2013-02-24Simplify data_start configuration.Paul Eggert
2012-12-14Fix permissions bugs with setgid directories etc.Paul Eggert
2012-12-07Simplify get_lim_data.Paul Eggert
2012-12-07Assume POSIX 1003.1-1988 or later for signal.h.Paul Eggert
2012-11-24Remove HAVE_MOUSE; see https://lists.gnu.org/archive/html/emacs-devel/2012-10...Ken Brown
2012-11-22Assume POSIX 1003.1-1988 or later for dirent.h.Paul Eggert
2012-11-21Assume POSIX 1003.1-1988 or later for unistd.h.Paul Eggert
2012-11-17Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert
2012-11-16Remove no-longer-used pty_max_bytes variable.Paul Eggert
2012-11-04Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid.Paul Eggert
2012-11-04Simplify by assuming __fpending.Paul Eggert
2012-09-16Remove configure's --without-sync-input option.Paul Eggert
2012-09-12Simplify SIGIO usage.Paul Eggert
2012-09-10Simplify, document, and port floating-point.Paul Eggert
2012-09-09Assume C89 or later for math functions.Paul Eggert
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert