summaryrefslogtreecommitdiff
path: root/src/unexsol.c
Commit message (Expand)AuthorAgeFilesLines
* Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+0
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-1/+1
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-0/+1
* Change unexec implementations to match prototype.Paul Eggert2011-03-171-3/+2
* New file unexec.h, the (simple) interface for unexec.Paul Eggert2011-03-161-0/+2
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Remove unused arguments for unexec.Dan Nicolaescu2010-10-031-2/+1
* Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-1/+0
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (unexec): Use xsignal.Kim F. Storm2006-07-181-1/+1
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (unexec): Don't downcase first letter of error msg.Richard M. Stallman2002-09-131-5/+0
* Include buffer.h, charset.h, coding.h.Markus Rost2002-09-121-0/+3
* Don't use report_file_error; do it by hand using dlerror.Richard M. Stallman2002-09-121-3/+17
* Initial version.Richard M. Stallman2002-09-011-0/+17