summaryrefslogtreecommitdiff
path: root/src/unexw32.c
Commit message (Expand)AuthorAge
* Fix minor build problems related to MinGW64.Fabrice Popineau2014-01-11
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Converted spawnve, but not tested the result yet.Eli Zaretskii2013-12-06
* Adapted dostounix_filename. w32-short/long-filename work with wide APIs.Eli Zaretskii2013-11-02
* Delete previous emacs.exe before dumping to fix problem with hard links to it.Eli Zaretskii2013-04-16
* Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii2013-02-02
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
| * Move fix for bug#12993 to trunkDaniel Colascione2012-12-10
|/
* Compile Windows resources into cygw32 EmacsDaniel Colascione2012-12-09
* Fix warnings when compiling on MS-Windows with -std=gnu99.Eli Zaretskii2012-10-17
* Code cleanup for cygw32Daniel Colascione2012-10-08
* Merge from trunkDaniel Colascione2012-10-07
|\
| * Clean up the Windows x64 changes.Eli Zaretskii2012-10-01
| * Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-30
* | Implement cygw32Daniel Colascione2012-09-17
|/
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Whitespace changes.Juanma Barranquero2011-09-09
* nt/*.c, src/*.c: Remove unused variables.Juanma Barranquero2011-03-25
* Change unexec implementations to match prototype.Paul Eggert2011-03-17
* New file unexec.h, the (simple) interface for unexec.Paul Eggert2011-03-16
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Remove unused arguments for unexec.Dan Nicolaescu2010-10-03
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* Add 2009 to copyright years.Glenn Morris2009-01-08
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-14
* Add 2008 to copyright years.Glenn Morris2008-01-08
* Switch license to GPLv3 or later.Glenn Morris2007-07-25
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-14
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* Update FSF's address.Lute Kamstra2005-07-04
* Update copyrighte years.Eli Zaretskii2005-06-10
* (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argumentEli Zaretskii2005-06-10
* (RVA_TO_PTR): Moved here from w32heap.h.Eli Zaretskii2005-06-06
* Add arch taglinesMiles Bader2003-09-01
* (_start): Remove _fmode initialization.Jason Rumney2003-05-21
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* Change PUCHAR to PCHAR.Andrew Innes2000-08-22
* (get_section_info) [_ALPHA_]: Force as much bss dataAndrew Innes1999-06-03
* (get_section_info): Dump back the entire EMDATAAndrew Innes1999-05-02
* (ROUND_UP_DST_AND_ZERO): New macro.Andrew Innes1999-01-31
* Major rewrite to support cleaner method of dumping; aAndrew Innes1999-01-17
* (_start): Force system calls accessing unmounted devices to failAndrew Innes1998-12-28
* (w32_fatal_reload_error): Update error message.Geoff Voelker1998-05-30
* (my_begbss_static, my_endbss_static): Declare.Geoff Voelker1998-04-17
* (min, max): Define as macros.Karl Heuer1998-04-09