aboutsummaryrefslogtreecommitdiffstats
path: root/src/vm-limit.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-09-17Port January __morecore changes to AIX 7.1Paul Eggert1-1/+1
2016-06-22Improve --without-x GCC pacificationPaul Eggert1-3/+3
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-30Include <malloc.h> when advisablePaul Eggert1-2/+9
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-09-16Add -Wswitch to --enable-gcc-warningsPaul Eggert1-12/+6
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-08-31Clean up extern decls a bit.Paul Eggert1-6/+10
2014-07-11Implement memory-info for MS-DOS.Eli Zaretskii1-24/+5
2014-04-16Remove DATA_SEG_BITS.Paul Eggert1-12/+0
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-02-24Simplify data_start configuration.Paul Eggert1-55/+48
2013-02-22Assume C89 or better.Paul Eggert1-11/+9
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-12-07Simplify get_lim_data.Paul Eggert1-60/+15
2012-10-17Fix warnings when compiling on MS-Windows with -std=gnu99.Eli Zaretskii1-0/+2
2012-09-30Support x64 build on MS-Windows with MSVC.Fabrice Popineau1-6/+6
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+0
2012-08-19Rely on <unistd.h> to declare 'environ',Paul Eggert1-1/+1
2012-05-21Assume C89 or later.Paul Eggert1-1/+1
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-09-09Whitespace changes.Juanma Barranquero1-1/+1
2011-06-13* vm-limit.c (check_memory_limits): Fix incorrect extern function decls.Paul Eggert1-3/+2
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-10-10Remove #ifdef emacs / #ifndef emacs code, unused.Dan Nicolaescu1-3/+0
2010-07-29Fix some stuff that didn't compile.Jan Djärv1-2/+3
2010-07-28* src/vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.Dan Nicolaescu1-6/+2
2010-07-25* vm-limit.c (check_memory_limits): Fix previous change; accidentally reverte...Ken Brown1-2/+2
2010-07-25Cygwin build cleanup (Bug#6715).Ken Brown1-3/+3
2010-07-25Make building under stricter warning flags somewhat cleaner.Juanma Barranquero1-2/+2
2010-07-20Convert some more functions to standard C.Juanma Barranquero1-6/+6
2010-07-11Constify functions taking char *Andreas Schwab1-2/+2
2010-07-07Simplify start_of_data, start_of_text and related code.Dan Nicolaescu1-0/+40
2010-07-05Convert function definitions and declarations to standard C.Dan Nicolaescu1-1/+1
2010-07-05Convert most remaining function definitions to standard C.Juanma Barranquero1-6/+4
2010-07-02Cleanup old code.Dan Nicolaescu1-16/+0
2010-01-13Add 2010 to copyright years.Glenn Morris1-1/+1
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu1-0/+1
2009-01-03Fix copyright years.Eli Zaretskii1-1/+1
2009-01-03(ret_lim_data) [MSDOS]: New function.Eli Zaretskii1-0/+7
2008-11-08(get_lim_data): Fix last change.Eli Zaretskii1-4/+6