summaryrefslogtreecommitdiff
path: root/src/mem-limits.h
AgeCommit message (Expand)Author
2013-02-24Simplify data_start configuration.Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-07-26Fix export of symbols to GDB.Paul Eggert
2012-07-26Simplify export of symbols to GDB; fix related .gdbinit bugs.Paul Eggert
2012-07-09Add GCC-style 'const' attribute to functions that can use it.Paul Eggert
2012-06-12USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)Paul Eggert
2012-05-22Remove src/m/*.Paul Eggert
2012-02-20Fix crash due to non-contiguous EMACS_INT (Bug#10780).Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-06-13* vm-limit.c (check_memory_limits): Fix incorrect extern function decls.Paul Eggert
2011-05-22* mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_tPaul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-07-28* src/mem-limits.h: Remove duplicated includes.Dan Nicolaescu
2010-07-25Cygwin build cleanup (Bug#6715).Ken Brown
2010-07-07Simplify start_of_data, start_of_text and related code.Dan Nicolaescu
2010-07-04Convert declarations or definitions to standard C.Dan Nicolaescu
2010-07-02Cleanup old code.Dan Nicolaescu
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-06-26* unexnext.c:Dan Nicolaescu
2008-05-15Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-01-08Add 2008 to copyright years.Glenn Morris
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-01-14Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris
2006-03-11(get_lim_data, lim_data, data_space_start): Moved to vm-limit.c.Richard M. Stallman
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2004-06-01(EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.Stefan Monnier
2003-09-01Add arch taglinesMiles Bader
2003-06-02Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.Dave Love
2003-01-31Cygwin support patch.Juanma Barranquero
2002-08-19[MSDOS]: Declare etext.Eli Zaretskii
2002-07-24(start_of_data): If DATA_START is defined, preferKen Raeburn
2001-12-11Test GNU_LINUX, not LINUX.Richard M. Stallman
2000-03-08Use POINTER_TYPE.Dave Love
1999-01-17(get_lim_data): Use reserved_heap_size instead ofAndrew Innes
1996-09-17Replaced symbol BSD with BSD_SYSTEM.Karl Heuer
1996-07-11(lim_data): Make this an unsigned long.Karl Heuer
1996-07-08[_LIBC]: Use weak_extern instead of weak_symbol for __data_start.Roland McGrath
1996-01-15Update FSF's address in the preamble.Erik Naggum
1995-11-16Declare etext.Roland McGrath
1995-11-16[_LIBC] (start_of_data): Use weak ref to __data_start; use &etext if notRoland McGrath
1995-06-14Comment change.Richard M. Stallman
1995-06-12[_LIBC] (start_of_data): Define to &__data_start for GNU libc.Roland McGrath
1994-11-01[WINDOWSNT]: Don't include vlimit.h.Richard M. Stallman
1994-09-17Check for __alpha, in __osf__ conditional.Richard M. Stallman