summaryrefslogtreecommitdiff
path: root/src/vm-limit.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | Cleanup old code.Dan Nicolaescu2010-07-021-16/+0
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Fix copyright years.Eli Zaretskii2009-01-031-1/+1
* (ret_lim_data) [MSDOS]: New function.Eli Zaretskii2009-01-031-0/+7
* (get_lim_data): Fix last change.Eli Zaretskii2008-11-081-4/+6
* (get_lim_data) [MSDOS]: Use alternative methods of estimating available memory.Eli Zaretskii2008-08-241-1/+21
* (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.Andreas Schwab2008-08-031-22/+16
* (check_memory_limits) [HAVE_GETRLIMIT]: FixAndreas Schwab2008-08-031-3/+6
* (check_memory_limits): Don't use getrlimit on cygwin. Don't useChong Yidong2008-08-021-17/+13
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-8/+6
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
* [HAVE_GETRLIMIT]: Don't define unconditionally. Don't include sys/resource.hEli Zaretskii2006-03-111-3/+0
* (get_lim_data, lim_data, data_space_start): Moved from mem-limits.h.Richard M. Stallman2006-03-111-56/+155
* [HAVE_GETRLIMIT]: Include sys/resource.h.Richard M. Stallman2006-02-201-0/+19
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-3/+3
* (check_memory_limits) [REL_ALLOC]: Use real_morecoreAndrew Innes2000-07-051-0/+9
* (memory_warnings) [WINDOWSNT]: Reset lim_data on eachAndrew Innes1999-02-201-0/+5
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (check_memory_limits): Use unsigned long to hold memory size values.Richard M. Stallman1993-06-301-2/+2
* (check_memory_limits): Declare __morecore.Roland McGrath1992-10-151-1/+2
* (morecore_with_warning): Removed.Roland McGrath1992-10-151-13/+5
* (warnfunction): Renamed to warn_function (was used inconsistently).Roland McGrath1992-10-121-5/+5
* mem_limits.h is now called mem-limits.h.Roland McGrath1992-10-121-3/+3
* (morecore_with_warning): Reduce warnlevel when usage drops far enough.Richard M. Stallman1992-10-111-18/+40
* entered into RCSJoseph Arceneaux1992-06-301-0/+117