summaryrefslogtreecommitdiff
path: root/src/w32heap.c
AgeCommit message (Expand)Author
2005-07-04Update FSF's address.Lute Kamstra
2005-06-06(RVA_TO_PTR): No need to #undef now.Eli Zaretskii
2004-05-18[USE_LSB_TAG]: Don't check heap location.Jason Rumney
2003-09-01Add arch taglinesMiles Bader
2002-10-28Don't redefine _heap_init and _heap_term on MSVC 7 build environments. PatchJuanma Barranquero
2002-01-01Include <config.h>.Pavel Janík
2000-11-05(w32_build_number): New variable.Andrew Innes
2000-08-22[!USE_CRT_DLL]: Don't define _heap_init and _heap_termAndrew Innes
1999-06-24w32heap.c (osinfo_cache): New variable.Geoff Voelker
1999-01-17(RVA_TO_PTR): Redefine to convert RVA to address inAndrew Innes
1998-09-02(allocate_heap): Define NTHEAP_PROBE_BASE by default.Geoff Voelker
1998-04-17(recreate_heap): Invoke w32_fatal_reload_error upon error.Geoff Voelker
1997-09-03(os_subtype): New variable.Geoff Voelker
1997-07-01Add pragma to force zero initializedGeoff Voelker
1997-01-20Change all uses of win95, winnt, and win32Geoff Voelker
1996-11-19Use new names for w32 filesGeoff Voelker
1996-11-19Change identifiers of the form win32* to w32*.Geoff Voelker
1996-05-13(allocate_heap): Clean up conditional.Richard M. Stallman
1996-05-11(allocate_heap): Bump heap base up to 27MB toGeoff Voelker
1996-05-03Include lisp.h.Geoff Voelker
1996-01-15Update FSF's address in the preamble.Erik Naggum
1995-06-30Include config.h.Geoff Voelker
1995-05-26(reserved_heap_size,allocate_heap): Defined.Geoff Voelker
1995-04-12(sbrk): Shrink heap by arbitrary amounts.Karl Heuer
1994-11-03(sbrk): Allow request sizes to be different than the page size.Karl Heuer
1994-11-01Initial revisionRichard M. Stallman