summaryrefslogtreecommitdiff
path: root/src/w32heap.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Minor fixes for MinGW64 build....Fabrice Popineau2013-12-311-2/+2
* Fix bug #13065 with file selector dialog on Windows 7....Eli Zaretskii2013-01-221-1/+5
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Code cleanup for cygw32Daniel Colascione2012-10-081-15/+1
* fix NT buildDaniel Colascione2012-10-081-2/+0
* Merge from trunkDaniel Colascione2012-10-071-17/+27
|\
| * Support x64 build on MS-Windows with MSVC....Fabrice Popineau2012-09-301-18/+26
* | Merge from trunkDaniel Colascione2012-09-171-1/+0
|\|
| * Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl......Eli Zaretskii2012-09-151-1/+0
* | Implement cygw32...Daniel Colascione2012-09-171-40/+1
|/
* Rename OS_WINDOWS_95 to OS_9X....Eli Zaretskii2012-07-291-2/+2
* Don't use the abbreviation "win" to refer to Windows (Bug#10421)....Paul Eggert2012-07-291-3/+3
* Use a simple struct to implement compile time checks for the Lisp_Object type...Andreas Schwab2012-06-131-4/+4
* USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)...Paul Eggert2012-06-121-2/+2
* Remove dead MSVC-specific code....Fabrice Popineau2012-03-251-24/+0
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Merge from emacs-23; up to 2010-06-10T05:17:21Z!rgm@gnu.org.Glenn Morris2011-05-041-1/+24
|\
| * Allow the Windows build to use upto 2GB of heap....Eli Zaretskii2011-04-291-1/+24
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove config.h include guards....Dan Nicolaescu2010-11-151-5/+0
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-1/+1
|\|
| * src/w32*.c: Whitespace fixes and typos.Juanma Barranquero2010-10-141-1/+1
* | Do not include stdlib.h and string.h, config.h does it....Dan Nicolaescu2010-10-011-1/+0
* | src/w32*.c: Convert function definitions to standard C.Juanma Barranquero2010-07-061-1/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag....Dan Nicolaescu2009-10-191-0/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * lisp.h:...Dan Nicolaescu2008-07-111-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-8/+7
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Update copyright for years from Emacs 21 to present (mainly adding...Glenn Morris2007-01-141-2/+2
* (etext, edata): Remove unused definitions.Eli Zaretskii2006-05-261-4/+0
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (RVA_TO_PTR): No need to #undef now.Eli Zaretskii2005-06-061-1/+0
* [USE_LSB_TAG]: Don't check heap location.Jason Rumney2004-05-181-1/+2
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Don't redefine _heap_init and _heap_term on MSVC 7 build environments. Patch...Juanma Barranquero2002-10-281-15/+15
* Include <config.h>.Pavel Janík2002-01-011-1/+3
* (w32_build_number): New variable....Andrew Innes2000-11-051-0/+5
* [!USE_CRT_DLL]: Don't define _heap_init and _heap_term...Andrew Innes2000-08-221-2/+2
* w32heap.c (osinfo_cache): New variable....Geoff Voelker1999-06-241-0/+8
* (RVA_TO_PTR): Redefine to convert RVA to address in...Andrew Innes1999-01-171-104/+69
* (allocate_heap): Define NTHEAP_PROBE_BASE by default.Geoff Voelker1998-09-021-1/+2
* (recreate_heap): Invoke w32_fatal_reload_error upon error.Geoff Voelker1998-04-171-1/+1