summaryrefslogtreecommitdiff
path: root/src/vm-limit.c
Commit message (Expand)AuthorAge
* Update copyright notices for 2013.Paul Eggert2013-01-01
* 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
* | Convert most remaining function definitions to standard C.Juanma Barranquero2010-07-05
* | Cleanup old code.Dan Nicolaescu2010-07-02
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-19
* Fix copyright years.Eli Zaretskii2009-01-03
* (ret_lim_data) [MSDOS]: New function.Eli Zaretskii2009-01-03
* (get_lim_data): Fix last change.Eli Zaretskii2008-11-08
* (get_lim_data) [MSDOS]: Use alternative methods of estimating available memory.Eli Zaretskii2008-08-24
* (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.Andreas Schwab2008-08-03
* (check_memory_limits) [HAVE_GETRLIMIT]: FixAndreas Schwab2008-08-03
* (check_memory_limits): Don't use getrlimit on cygwin. Don't useChong Yidong2008-08-02
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-14
* Add 2008 to copyright years.Glenn Morris2008-01-08
* Switch license to GPLv3 or later.Glenn Morris2007-07-25
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-14
* [HAVE_GETRLIMIT]: Don't define unconditionally. Don't include sys/resource.hEli Zaretskii2006-03-11
* (get_lim_data, lim_data, data_space_start): Moved from mem-limits.h.Richard M. Stallman2006-03-11
* [HAVE_GETRLIMIT]: Include sys/resource.h.Richard M. Stallman2006-02-20
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* Update FSF's address.Lute Kamstra2005-07-04
* Add arch taglinesMiles Bader2003-09-01
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* (check_memory_limits) [REL_ALLOC]: Use real_morecoreAndrew Innes2000-07-05
* (memory_warnings) [WINDOWSNT]: Reset lim_data on eachAndrew Innes1999-02-20
* Update FSF's address in the preamble.Erik Naggum1996-01-15
* Include <config.h> instead of "config.h".Roland McGrath1993-09-10