| Commit message (Expand) | Author | Age | Files | Lines |
* | USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604) | Paul Eggert | 2012-06-12 | 1 | -1/+1 |
* | Remove src/m/*. | Paul Eggert | 2012-05-22 | 1 | -1/+1 |
* | Fix crash due to non-contiguous EMACS_INT (Bug#10780). | Paul Eggert | 2012-02-20 | 1 | -1/+1 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | * vm-limit.c (check_memory_limits): Fix incorrect extern function decls. | Paul Eggert | 2011-06-13 | 1 | -2/+0 |
* | * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t | Paul Eggert | 2011-05-22 | 1 | -3/+2 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | * src/mem-limits.h: Remove duplicated includes. | Dan Nicolaescu | 2010-07-28 | 1 | -16/+1 |
* | | Cygwin build cleanup (Bug#6715). | Ken Brown | 2010-07-25 | 1 | -4/+0 |
* | | Simplify start_of_data, start_of_text and related code. | Dan Nicolaescu | 2010-07-07 | 1 | -33/+0 |
* | | Convert declarations or definitions to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -1/+1 |
* | | Cleanup old code. | Dan Nicolaescu | 2010-07-02 | 1 | -9/+1 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | * unexnext.c: | Dan Nicolaescu | 2008-06-26 | 1 | -4/+0 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-15 | 1 | -6/+4 |
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+1 |
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-14 | 1 | -2/+2 |
* | (get_lim_data, lim_data, data_space_start): Moved to vm-limit.c. | Richard M. Stallman | 2006-03-11 | 1 | -86/+0 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true. | Stefan Monnier | 2004-06-01 | 1 | -2/+4 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H. | Dave Love | 2003-06-02 | 1 | -3/+7 |
* | Cygwin support patch. | Juanma Barranquero | 2003-01-31 | 1 | -0/+4 |
* | [MSDOS]: Declare etext. | Eli Zaretskii | 2002-08-19 | 1 | -0/+1 |
* | (start_of_data): If DATA_START is defined, prefer | Ken Raeburn | 2002-07-24 | 1 | -0/+6 |
* | Test GNU_LINUX, not LINUX. | Richard M. Stallman | 2001-12-11 | 1 | -1/+1 |
* | Use POINTER_TYPE. | Dave Love | 2000-03-08 | 1 | -5/+1 |
* | (get_lim_data): Use reserved_heap_size instead of | Andrew Innes | 1999-01-17 | 1 | -2/+2 |
* | Replaced symbol BSD with BSD_SYSTEM. | Karl Heuer | 1996-09-17 | 1 | -1/+1 |
* | (lim_data): Make this an unsigned long. | Karl Heuer | 1996-07-11 | 1 | -1/+1 |
* | [_LIBC]: Use weak_extern instead of weak_symbol for __data_start. | Roland McGrath | 1996-07-08 | 1 | -2/+2 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | Declare etext. | Roland McGrath | 1995-11-16 | 1 | -1/+1 |
* | [_LIBC] (start_of_data): Use weak ref to __data_start; use &etext if not | Roland McGrath | 1995-11-16 | 1 | -3/+4 |
* | Comment change. | Richard M. Stallman | 1995-06-14 | 1 | -4/+4 |
* | [_LIBC] (start_of_data): Define to &__data_start for GNU libc. | Roland McGrath | 1995-06-12 | 1 | -4/+6 |
* | [WINDOWSNT]: Don't include vlimit.h. | Richard M. Stallman | 1994-11-01 | 1 | -0/+13 |
* | Check for __alpha, in __osf__ conditional. | Richard M. Stallman | 1994-09-17 | 1 | -3/+3 |
* | (get_lim_data): Handle NO_LIM_DATA. | Richard M. Stallman | 1994-04-21 | 1 | -0/+9 |
* | Include <sys/types.h> before <sys/resource.h>. | Roland McGrath | 1994-01-09 | 1 | -1/+4 |
* | [MSDOS] (get_lim_data): Use go32 call. | Richard M. Stallman | 1994-01-08 | 1 | -2/+19 |
* | [_LIBC]: Define BSD4_2. | Roland McGrath | 1993-07-23 | 1 | -0/+1 |
* | [_LIBC]: Just include <sys/resource.h>, and skip hairy #ifdef mess. | Roland McGrath | 1993-07-22 | 1 | -0/+8 |