summaryrefslogtreecommitdiff
path: root/src/w32heap.c
Commit message (Collapse)AuthorAgeFilesLines
* Add pragma to force zero initializedGeoff Voelker1997-07-011-0/+11
| | | | data into .data segment.
* Change all uses of win95, winnt, and win32Geoff Voelker1997-01-201-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 filesGeoff Voelker1996-11-191-1/+1
|
* Change identifiers of the form win32* to w32*.Geoff Voelker1996-11-191-4/+4
|
* (allocate_heap): Clean up conditional.Richard M. Stallman1996-05-131-3/+9
|
* (allocate_heap): Bump heap base up to 27MB toGeoff Voelker1996-05-111-10/+21
| | | | wsatisfy Win95.
* Include lisp.h.Geoff Voelker1996-05-031-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 Naggum1996-01-151-15/+16
|
* Include config.h.Geoff Voelker1995-06-301-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 Voelker1995-05-261-4/+52
| | | | (sbrk): Use allocate_heap.
* (sbrk): Shrink heap by arbitrary amounts.Karl Heuer1995-04-121-2/+0
|
* (sbrk): Allow request sizes to be different than the page size.Karl Heuer1994-11-031-2/+0
|
* Initial revisionRichard M. Stallman1994-11-011-0/+198