summaryrefslogtreecommitdiff
path: root/src/unexsol.c
AgeCommit message (Expand)Author
2024-12-12Unexec removal: Remove obsolete filesPip Cet
2015-10-20Include-file cleanup for src directoryPaul Eggert
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab
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-15Nuke arch-tags.Glenn Morris
2010-10-03Remove unused arguments for unexec.Dan Nicolaescu
2010-10-01Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2006-07-18(unexec): Use xsignal.Kim F. Storm
2003-09-01Add arch taglinesMiles Bader
2002-09-13(unexec): Don't downcase first letter of error msg.Richard M. Stallman
2002-09-12Include buffer.h, charset.h, coding.h.Markus Rost
2002-09-12Don't use report_file_error; do it by hand using dlerror.Richard M. Stallman
2002-09-01Initial version.Richard M. Stallman