summaryrefslogtreecommitdiff
path: root/src/unexcoff.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* Rename CANNOT_DUMP to HAVE_UNEXECPaul Eggert2019-02-011-2/+2
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Simplify unexec file mode settingPaul Eggert2014-12-201-26/+1
* Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert2014-04-161-1/+12
|\
| * Fix the MSDOS build.Eli Zaretskii2014-04-161-1/+12
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-1/+1
|/
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert2013-07-161-1/+1
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-1/+1
* Clean up errno reporting and fix some errno-reporting bugs.Paul Eggert2013-07-121-1/+2
* Fix races with threads and file descriptors.Paul Eggert2013-07-111-6/+6
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-051-3/+4
* Simplify data_start configuration.Paul Eggert2013-02-241-2/+2
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | Assume POSIX 1003.1-1988 or later for errno.h.Paul Eggert2012-11-261-5/+1
|/
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* * unexaix.c, unexcoff.c: Include "mem-limits.h".Paul Eggert2012-08-191-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Restore failure returns to unexaix.c, unexcoff.c, unexcw.cPaul Eggert2011-03-171-0/+1
* 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/+2
* 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
* Fix the MSDOS build broken by latest revisions.Eli Zaretskii2010-10-151-2/+1
* Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu2010-10-041-8/+0
* Remove unused arguments for unexec.Dan Nicolaescu2010-10-031-49/+10
* Clean up unexcoff.c.Eli Zaretskii2010-08-221-40/+24
* Fix fallout from 2010-07-29T03:25:08Z!dann@ics.uci.edu, remove dead code in u...Eli Zaretskii2010-08-131-41/+0
* Rename src/unexec.c => src/unexcoff.c.Eli Zaretskii2010-08-051-0/+665