Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve stack-overflow heuristic on GNU/Linux | Paul Eggert | 2017-07-14 | 1 | -1/+1 |
* | Use unlocked stdio more systematically | Paul Eggert | 2017-06-22 | 1 | -9/+6 |
* | Attempt to work around macOS vfork bug | Paul Eggert | 2017-05-19 | 1 | -11/+14 |
* | Clean up some compiler warnings | Philipp Stephani | 2017-05-18 | 1 | -5/+0 |
* | Fix quitting bug when buffers are frozen | Paul Eggert | 2017-02-01 | 1 | -5/+5 |
* | Revamp quitting and fix infloops | Paul Eggert | 2017-02-01 | 1 | -45/+84 |
* | Replace QUIT with maybe_quit | Paul Eggert | 2017-01-25 | 1 | -5/+5 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| * | Speed up initialization by preferring /dev/urandom to GnuTLS | Daniel Colascione | 2016-11-18 | 1 | -18/+26 |
* | | Rename main_thread to main_thread_id and simplify | Paul Eggert | 2016-12-30 | 1 | -7/+7 |
* | | * src/sysdep.c (deliver_process_signal): Improve comment. | Paul Eggert | 2016-12-30 | 1 | -3/+6 |
* | | Port dumping better to WSL | Paul Eggert | 2016-12-21 | 1 | -4/+9 |
* | | Fix crashes upon C-g on Posix TTY frames | Eli Zaretskii | 2016-12-19 | 1 | -0/+17 |
* | | *src/sysdep.c: Fix a comment. | Eli Zaretskii | 2016-12-09 | 1 | -1/+1 |
* | | Fix compilation error on Fedora 24 | Eli Zaretskii | 2016-12-09 | 1 | -6/+0 |
* | | Merge branch 'concurrency' | Eli Zaretskii | 2016-12-04 | 1 | -1/+12 |
|\ \ | |||||
| * | | Fix the MS-Windows build | Eli Zaretskii | 2015-11-02 | 1 | -11/+11 |
| * | | merge from trunk | Ken Raeburn | 2015-11-01 | 1 | -209/+505 |
| |\ \ | |||||
| * | | | Fix MS-Windows build. | Eli Zaretskii | 2013-08-26 | 1 | -12/+12 |
* | | | | Fix type typo on Solaris | Paul Eggert | 2016-12-01 | 1 | -1/+1 |
* | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-11-19 | 1 | -1/+1 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Modernize usage of 'macOS' in doc and comments | Paul Eggert | 2016-11-06 | 1 | -1/+1 |
* | | | | Speed up initialization by preferring /dev/urandom to GnuTLS | Daniel Colascione | 2016-10-29 | 1 | -18/+26 |
* | | | | Limit <config.h>’s includes | Paul Eggert | 2016-09-30 | 1 | -0/+1 |
* | | | | Prefer now-standard int width macros | Paul Eggert | 2016-09-15 | 1 | -2/+2 |
* | | | | Fix GnuTLS includes | Paul Eggert | 2016-08-03 | 1 | -1/+1 |
* | | | | Simplify by assuming GnuTLS 2.12.2 or later | Paul Eggert | 2016-08-03 | 1 | -1/+1 |
* | | | | Fix port to glibc 2.24 (pre-release) + ppc64 | Paul Eggert | 2016-07-20 | 1 | -0/+42 |
* | | | | emacs_strerror cleanups | Paul Eggert | 2016-06-11 | 1 | -4/+4 |
* | | | | Fix compiler warnings in the MinGW build | Eli Zaretskii | 2016-05-21 | 1 | -5/+7 |
* | | | | Implement process-attributes for Darwin | Magnus Henoch | 2016-04-24 | 1 | -0/+140 |
* | | | | Simplify use of O_BINARY | Paul Eggert | 2016-04-14 | 1 | -2/+1 |
* | | | | New C macro AUTO_STRING_WITH_LEN | Paul Eggert | 2016-04-04 | 1 | -16/+14 |
* | | | | Port redirect-debugging-output to non-GNU/Linux | Paul Eggert | 2016-04-04 | 1 | -0/+29 |
* | | | | Merge from origin/emacs-25 | John Wiegley | 2016-03-11 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -2/+2 |
* | | | | Deterministic build improvements | Paul Eggert | 2016-03-02 | 1 | -4/+3 |
* | | | | Remove build system name from deterministic dumps | Philipp Stephani | 2016-03-02 | 1 | -0/+7 |
* | | | | Pacify --enable-gcc-warnings when HYBRID_MALLOC | Paul Eggert | 2016-01-30 | 1 | -15/+14 |
* | | | | - | Paul Eggert | 2016-01-30 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | ; Improve commentary in sysdep.c | Eli Zaretskii | 2016-01-23 | 1 | -0/+2 |
* | | | | - | John Wiegley | 2016-01-18 | 1 | -19/+47 |
|\ \ \ \ | |/ / / | |||||
| * | | | Unbreak the MS-Windows build | Eli Zaretskii | 2016-01-18 | 1 | -1/+1 |
| * | | | Initialize GnuTLS before calling gnutls_rnd | Paul Eggert | 2016-01-17 | 1 | -21/+33 |
| * | | | Don't use GnuTLS before it is initialized | Andreas Schwab | 2016-01-18 | 1 | -33/+21 |
| * | | | Prefer GnuTLS when acquiring random seed | Paul Eggert | 2016-01-17 | 1 | -42/+43 |
| * | | | Make 'random' seeds cryptographically secure if possible | Eli Zaretskii | 2016-01-15 | 1 | -2/+29 |
* | | | | Merge from origin/emacs-25 | John Wiegley | 2016-01-11 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
| | |/ | |/| |