Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add pragma to force zero initialized | Geoff Voelker | 1997-07-01 | 1 | -0/+11 |
| | | | | data into .data segment. | ||||
* | Change all uses of win95, winnt, and win32 | Geoff Voelker | 1997-01-20 | 1 | -4/+4 |
| | | | | | | | into Windows 95, Windows NT, and W32, respectively. Expand "win" substring in variables referring to Microsoft Windows constructs into "windows". Canonicalize header comments to use same terminology. | ||||
* | Use new names for w32 files | Geoff Voelker | 1996-11-19 | 1 | -1/+1 |
| | |||||
* | Change identifiers of the form win32* to w32*. | Geoff Voelker | 1996-11-19 | 1 | -4/+4 |
| | |||||
* | (allocate_heap): Clean up conditional. | Richard M. Stallman | 1996-05-13 | 1 | -3/+9 |
| | |||||
* | (allocate_heap): Bump heap base up to 27MB to | Geoff Voelker | 1996-05-11 | 1 | -10/+21 |
| | | | | wsatisfy Win95. | ||||
* | Include lisp.h. | Geoff Voelker | 1996-05-03 | 1 | -39/+40 |
| | | | | | | (allocate_heap): Use VALBITS to determine size of heap. (allocate_heap) [WINDOWS95]: Conditional code removed. (sbrk): Use VALMASK instead of an unsigned integer mask. | ||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -15/+16 |
| | |||||
* | Include config.h. | Geoff Voelker | 1995-06-30 | 1 | -6/+29 |
| | | | | | | | (syspage_mask, real_data_region_end): Defined. (allocate_heap) [WINDOWS95]: Reverse conditional, end search at 0xD00000. (sbrk): Commit and uncommit memory in machine dependent page size chunks. | ||||
* | (reserved_heap_size,allocate_heap): Defined. | Geoff Voelker | 1995-05-26 | 1 | -4/+52 |
| | | | | (sbrk): Use allocate_heap. | ||||
* | (sbrk): Shrink heap by arbitrary amounts. | Karl Heuer | 1995-04-12 | 1 | -2/+0 |
| | |||||
* | (sbrk): Allow request sizes to be different than the page size. | Karl Heuer | 1994-11-03 | 1 | -2/+0 |
| | |||||
* | Initial revision | Richard M. Stallman | 1994-11-01 | 1 | -0/+198 |