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