summaryrefslogtreecommitdiff
path: root/src/unexw32.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-15/+18
* Rework C source files to avoid ^(Paul Eggert2016-03-101-7/+6
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Consistently use min and max macros from lisp.h.Dmitry Antipov2014-10-031-5/+0
* Clean up extern decls a bit.Paul Eggert2014-08-311-3/+0
* Add diagnostics for using private heap on MS-Windows during dumping.Eli Zaretskii2014-05-291-0/+4
* Use mmap(2) emulation for buffer text on MS-Windows.Fabrice Popineau2014-05-271-39/+9
* Fix minor build problems related to MinGW64.Fabrice Popineau2014-01-111-0/+7
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Converted spawnve, but not tested the result yet.Eli Zaretskii2013-12-061-7/+10
* Adapted dostounix_filename. w32-short/long-filename work with wide APIs.Eli Zaretskii2013-11-021-2/+8
* Delete previous emacs.exe before dumping to fix problem with hard links to it.Eli Zaretskii2013-04-161-0/+8
* Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii2013-02-021-1/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| * Move fix for bug#12993 to trunkDaniel Colascione2012-12-101-0/+16
|/
* Compile Windows resources into cygw32 EmacsDaniel Colascione2012-12-091-16/+0
* Fix warnings when compiling on MS-Windows with -std=gnu99.Eli Zaretskii2012-10-171-0/+2
* Code cleanup for cygw32Daniel Colascione2012-10-081-0/+1
* Merge from trunkDaniel Colascione2012-10-071-23/+23
|\
| * Clean up the Windows x64 changes.Eli Zaretskii2012-10-011-4/+4
| * Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-301-23/+23
* | Implement cygw32Daniel Colascione2012-09-171-1/+1
|/
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Whitespace changes.Juanma Barranquero2011-09-091-3/+3
* nt/*.c, src/*.c: Remove unused variables.Juanma Barranquero2011-03-251-1/+0
* Change unexec implementations to match prototype.Paul Eggert2011-03-171-4/+1
* New file unexec.h, the (simple) interface for unexec.Paul Eggert2011-03-161-0/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove unused arguments for unexec.Dan Nicolaescu2010-10-031-3/+4
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+5
* 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 addingGlenn Morris2007-01-141-2/+2
* 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
* Update copyrighte years.Eli Zaretskii2005-06-101-1/+1
* (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argumentEli Zaretskii2005-06-101-20/+34
* (RVA_TO_PTR): Moved here from w32heap.h.Eli Zaretskii2005-06-061-0/+3
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (_start): Remove _fmode initialization.Jason Rumney2003-05-211-5/+0
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-22/+22
* Change PUCHAR to PCHAR.Andrew Innes2000-08-221-19/+29