index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
unexsol.c
Age
Commit message (
Expand
)
Author
2024-12-12
Unexec removal: Remove obsolete files
Pip Cet
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2013-07-15
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
Paul Eggert
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-06-16
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
Andreas Schwab
2011-03-17
Change unexec implementations to match prototype.
Paul Eggert
2011-03-16
New file unexec.h, the (simple) interface for unexec.
Paul Eggert
2011-01-15
Nuke arch-tags.
Glenn Morris
2010-10-03
Remove unused arguments for unexec.
Dan Nicolaescu
2010-10-01
Do 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-01
Add arch taglines
Miles Bader
2002-09-13
(unexec): Don't downcase first letter of error msg.
Richard M. Stallman
2002-09-12
Include buffer.h, charset.h, coding.h.
Markus Rost
2002-09-12
Don't use report_file_error; do it by hand using dlerror.
Richard M. Stallman
2002-09-01
Initial version.
Richard M. Stallman