summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* Move fix for cygw32 icon issue from emacs-24 branch to trunk as Stefan Monnie...Daniel Colascione2012-12-101-0/+8
|\
| * Compile Windows resources into cygw32 EmacsDaniel Colascione2012-12-091-0/+8
* | Merge from trunk + rename the event. Not tested yet.Eli Zaretskii2012-12-101-10/+9
|\ \
| * | Support filesystem notification through inotify on GNU/Linux.RĂ¼diger Sonderfeld2012-12-101-0/+4
| * | Use putenv+unsetenv instead of modifying environ directly.Paul Eggert2012-12-081-5/+4
| * | Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.eduGlenn Morris2012-11-201-1/+1
| |\ \ | | |/
| | * Fix non-GTK builds on CygwinKen Brown2012-11-201-1/+1
| * | Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert2012-11-171-4/+0
* | | Merge from trunk.Eli Zaretskii2012-11-131-7/+22
|\ \ \ | |/ /
| * | Use ad-hoc comparison function for the profiler's hash-tables.Stefan Monnier2012-11-081-2/+2
| * | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid.Paul Eggert2012-11-041-3/+1
| * | Fix data-loss with --version.Paul Eggert2012-11-041-3/+3
| * | Fix data-loss with --batch.Paul Eggert2012-11-031-2/+19
| |/
* | Merge from trunk after 24.3 was moved to emacs-24 branch.Eli Zaretskii2012-11-021-11/+6
|\ \ | |/
| * Fix crash when using Emacs as commit editor for git.Paul Eggert2012-10-311-9/+4
| * Don't assume process IDs fit in int.Paul Eggert2012-10-241-2/+2
* | More than one watch is now supported.Eli Zaretskii2012-10-141-0/+1
* | Merge from trunk.Eli Zaretskii2012-10-091-14/+10
|\ \ | |/
| * Minor tweaks to recently-changed code.Paul Eggert2012-10-081-14/+10
* | Merge from trunk after addition of w32common.h.Eli Zaretskii2012-10-081-4/+5
|\ \ | |/
| * Code cleanup for cygw32Daniel Colascione2012-10-081-4/+5
* | Merge from trunk after cygw32 commit, and resolve conflicts.Eli Zaretskii2012-10-081-18/+48
|\ \ | |/
| * Fix conditional macros in emacs.c, introduced by cygw32 addition.Eli Zaretskii2012-10-081-1/+1
| * Merge from trunkDaniel Colascione2012-10-071-163/+52
| |\
| * \ Merge from trunkDaniel Colascione2012-09-171-125/+110
| |\ \
| * | | Generalize fork+exec logic, add DAEMON_MUST_EXECDaniel Colascione2012-09-171-14/+24
| * | | Implement cygw32Daniel Colascione2012-09-171-4/+24
* | | | Initial version of the w32notify code.Eli Zaretskii2012-10-061-0/+1
| |_|/ |/| |
* | | Fix a malloc race condition involving strsignal.Paul Eggert2012-10-011-1/+1
* | | Fix minor compilation problem with MSVC.Fabrice Popineau2012-10-011-4/+4
* | | Fix termination sequence on Windows wrt interval timers.Eli Zaretskii2012-10-011-4/+4
* | | Merge profiler branchStefan Monnier2012-09-261-0/+2
|\ \ \
| * | | Add emacs native profiler.Tomohiro Matsuyama2012-08-221-0/+2
* | | | Move Vlibrary_cache to emacs.c and reset before dumping.Juanma Barranquero2012-09-251-0/+17
* | | | Fix handling of fatal signals and exceptions on MS-Windows.Eli Zaretskii2012-09-251-2/+2
* | | | Do not use SA_NODEFER.Paul Eggert2012-09-231-0/+1
* | | | Simplify and avoid signal-handling races.Paul Eggert2012-09-231-154/+14
* | | | Do not truncate strsignal output.Paul Eggert2012-09-221-3/+5
* | | | * emacs.c (shut_down_emacs): Don't assume stderr is buffered,Paul Eggert2012-09-221-1/+8
| |_|/ |/| |
* | | Reduce the number of versioned files storing the short copyright stringGlenn Morris2012-09-161-1/+1
* | | Remove configure's --without-sync-input option.Paul Eggert2012-09-161-11/+1
* | | Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* | | Simplify SIGIO usage.Paul Eggert2012-09-121-3/+1
* | | Assume C89 or later for math functions.Paul Eggert2012-09-091-1/+0
* | | * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.Paul Eggert2012-09-071-3/+3
* | | Signal-handler cleanup.Paul Eggert2012-09-061-32/+50
* | | Fix race conditions with signal handlers and errno.Paul Eggert2012-09-051-51/+47
* | | Give more-useful info on a fatal error (Bug#12328).Paul Eggert2012-09-041-1/+13
* | | Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-17/+1
* | | * emacs.c, eval.c: Use bool for boolean.Paul Eggert2012-09-021-37/+26
| |/ |/|