aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Minor tweaks to recently-changed code.Paul Eggert2012-10-081-14/+10
* Code cleanup for cygw32Daniel Colascione2012-10-081-4/+5
* Fix conditional macros in emacs.c, introduced by cygw32 addition.Eli Zaretskii2012-10-081-1/+1
* Merge from trunkDaniel Colascione2012-10-071-163/+52
|\
| * 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
* | | Merge from trunkDaniel Colascione2012-09-171-125/+110
|\ \ \ | |/ /
| * | 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
* | | Generalize fork+exec logic, add DAEMON_MUST_EXECDaniel Colascione2012-09-171-14/+24
* | | Implement cygw32Daniel Colascione2012-09-171-4/+24
|/ /
* | Merge from cygw32 branchDaniel Colascione2012-09-011-8/+4
|\ \
| * | Refactor window-system configurationDaniel Colascione2012-08-311-8/+4
* | | Better seed support for (random).Paul Eggert2012-08-311-0/+1
|/ /
* | * emacs.c (fatal_error_signal_hook): Remove.Paul Eggert2012-08-241-8/+0
|/
* Rely on <unistd.h> to declare 'environ',Paul Eggert2012-08-191-4/+0
* * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.Andreas Schwab2012-08-051-1/+3
* Docfix for kill-buffer-hook and others.Chong Yidong2012-08-051-1/+1
* Fix bug #11959 with startup warnings on MS-Windows about ../site-lisp.Eli Zaretskii2012-08-041-1/+34
* CommentGlenn Morris2012-08-011-1/+1
* * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME): Move here from src.Glenn Morris2012-07-311-3/+0
* * emacs.c: Do not include <verify.h>; no longer needed.Paul Eggert2012-07-261-2/+0
* Fix export of symbols to GDB.Paul Eggert2012-07-261-47/+0
* Simplify export of symbols to GDB; fix related .gdbinit bugs.Paul Eggert2012-07-261-25/+49
* Remove empty and useless init functions.Dmitry Antipov2012-07-161-9/+0
* Rename init_process rather than working around it on DarwinGlenn Morris2012-07-121-2/+2
* Stop ns builds setting the EMACSLOADPATH environment variableGlenn Morris2012-07-091-7/+0