summaryrefslogtreecommitdiff
path: root/src/unexcoff.c
AgeCommit message (Expand)Author
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert
2019-02-01Rename CANNOT_DUMP to HAVE_UNEXECPaul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-20Simplify unexec file mode settingPaul Eggert
2014-04-16Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert
2014-04-16Fix the MSDOS build.Eli Zaretskii
2014-04-05Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-07-16* fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert
2013-07-12Clean up errno reporting and fix some errno-reporting bugs.Paul Eggert
2013-07-11Fix races with threads and file descriptors.Paul Eggert
2013-07-05Use emacs_open more consistently when opening files.Paul Eggert
2013-02-24Simplify data_start configuration.Paul Eggert
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-11-26Assume POSIX 1003.1-1988 or later for errno.h.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-08-19* unexaix.c, unexcoff.c: Include "mem-limits.h".Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-03-17Restore failure returns to unexaix.c, unexcoff.c, unexcw.cPaul Eggert
2011-03-17Change unexec implementations to match prototype.Paul Eggert
2011-03-16New file unexec.h, the (simple) interface for unexec.Paul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2010-10-15Fix the MSDOS build broken by latest revisions.Eli Zaretskii
2010-10-04Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu
2010-10-03Remove unused arguments for unexec.Dan Nicolaescu
2010-08-22Clean up unexcoff.c.Eli Zaretskii
2010-08-13Fix fallout from 2010-07-29T03:25:08Z!dann@ics.uci.edu, remove dead code in u...Eli Zaretskii
2010-08-05Rename src/unexec.c => src/unexcoff.c.Eli Zaretskii