summaryrefslogtreecommitdiff
path: root/src/vm-limit.c
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-23; * src/vm-limit.c (get_lim_data): Fix a typo. (Bug#18238)Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-09-17Port January __morecore changes to AIX 7.1Paul Eggert
2016-06-22Improve --without-x GCC pacificationPaul Eggert
2016-03-11Merge from origin/emacs-25John Wiegley
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-30Include <malloc.h> when advisablePaul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-09-16Add -Wswitch to --enable-gcc-warningsPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-08-31Clean up extern decls a bit.Paul Eggert
2014-07-11Implement memory-info for MS-DOS.Eli Zaretskii
2014-04-16Remove DATA_SEG_BITS.Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-02-24Simplify data_start configuration.Paul Eggert
2013-02-22Assume C89 or better.Paul Eggert
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-07Simplify get_lim_data.Paul Eggert
2012-10-17Fix warnings when compiling on MS-Windows with -std=gnu99.Eli Zaretskii
2012-09-30Support x64 build on MS-Windows with MSVC.Fabrice Popineau
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-08-19Rely on <unistd.h> to declare 'environ',Paul Eggert
2012-05-21Assume C89 or later.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-09-09Whitespace changes.Juanma Barranquero
2011-06-13* vm-limit.c (check_memory_limits): Fix incorrect extern function decls.Paul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-10-10Remove #ifdef emacs / #ifndef emacs code, unused.Dan Nicolaescu
2010-07-29Fix some stuff that didn't compile.Jan Djärv
2010-07-28* src/vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.Dan Nicolaescu
2010-07-25* vm-limit.c (check_memory_limits): Fix previous change; accidentally reverte...Ken Brown
2010-07-25Cygwin build cleanup (Bug#6715).Ken Brown
2010-07-25Make building under stricter warning flags somewhat cleaner.Juanma Barranquero
2010-07-20Convert some more functions to standard C.Juanma Barranquero
2010-07-11Constify functions taking char *Andreas Schwab