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