| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Fix translation-region bug with MAX_CHAR | Paul Eggert | 2019-01-13 | 1 | -0/+9 | |
| * | | | | Update more copyright years | Paul Eggert | 2018-12-31 | 3 | -3/+3 | |
| * | | | | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 33 | -33/+33 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 33 | -33/+33 | |
| | * | | | ; Copyright year fix | Glenn Morris | 2018-12-19 | 1 | -4/+6 | |
| | * | | | Backport: Handle unread-command-events consistently (bug#23980) | Chris Feng | 2018-12-19 | 1 | -0/+34 | |
| | * | | | Add regression test for Bug#33014 | Gemini Lasswell | 2018-10-30 | 1 | -0/+30 | |
| * | | | | Handle `make-process' in Tramp and ange-ftp | Michael Albinus | 2018-12-23 | 1 | -4/+4 | |
| * | | | | Add file name handler support for 'make-process' (Bug#28691) | Philipp Stephani | 2018-12-22 | 1 | -0/+49 | |
| * | | | | Support (ash INTEGER BIGNUM) | Paul Eggert | 2018-12-18 | 1 | -0/+4 | |
| * | | | | Fix regression in expand-file-name with drive-relative HOME | Eli Zaretskii | 2018-12-12 | 1 | -0/+4 | |
| * | | | | Replace insignificant backquotes | Michael Heerdegen | 2018-11-25 | 2 | -4/+4 | |
| * | | | | Act like POSIX sh if $HOME is relative | Paul Eggert | 2018-11-13 | 1 | -0/+8 | |
| * | | | | ; * test/src/editfns-tests.el (test-group-name): Ignore getent errors. | Glenn Morris | 2018-11-10 | 1 | -2/+3 | |
| * | | | | * test/src/editfns-tests.el (test-group-name): Improve test. | Glenn Morris | 2018-11-10 | 1 | -10/+17 | |
| * | | | | * test/src/editfns-tests.el (test-group-name): Small fix. | Glenn Morris | 2018-11-10 | 1 | -1/+1 | |
| * | | | | Fix last change | Eli Zaretskii | 2018-11-10 | 1 | -6/+13 | |
| * | | | | src/editfns.c (group-name): New function. | Jules Tamagnan | 2018-11-10 | 1 | -0/+7 | |
| * | | | | Keep a stack reference to bytecode objects being executed (Bug#33014) | Gemini Lasswell | 2018-10-29 | 1 | -0/+30 | |
| * | | | | Avoid assertion violation when comparing with main-thread | Eli Zaretskii | 2018-10-17 | 1 | -0/+4 | |
| * | | | | * src/buffer.c (Fmove_overlay): Don't call Fdelete_overlay | Stefan Monnier | 2018-10-14 | 1 | -0/+15 | |
| * | | | | Improve 'json-insert' so it doesn't cons a string from JSON | Eli Zaretskii | 2018-10-13 | 1 | -4/+5 | |
| * | | | | Fix mishandling of symbols that look like numbers | Paul Eggert | 2018-10-10 | 1 | -2/+14 | |
| * | | | | Improvements on (TICKS . HZ) | Paul Eggert | 2018-10-06 | 1 | -27/+89 | |
| * | | | | New (TICKS . HZ) timestamp format | Paul Eggert | 2018-10-06 | 1 | -0/+3 | |
| * | | | | Move timestamp-related stuff to timefns.c | Paul Eggert | 2018-10-06 | 2 | -59/+79 | |
| * | | | | Round bignums consistently with other integers | Paul Eggert | 2018-09-22 | 1 | -0/+6 | |
| * | | | | Fix (+ bignum float) bug | Paul Eggert | 2018-09-21 | 1 | -0/+10 | |
| * | | | | Support bignums when serializing JSON | Philipp Stephani | 2018-09-21 | 1 | -0/+8 | |
| * | | | | Merge from origin/emacs-26 | Glenn Morris | 2018-09-15 | 1 | -0/+19 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Avoid adverse side effects of fixing bug#21824 | Eli Zaretskii | 2018-09-15 | 1 | -0/+19 | |
| * | | | | Fix (floor 54043195528445955 3.0) bug | Paul Eggert | 2018-09-13 | 1 | -0/+4 | |
| * | | | | Fix (round 1e+INF) core dump | Paul Eggert | 2018-09-11 | 1 | -0/+15 | |
| * | | | | Fix format-time-string bignum bug | Paul Eggert | 2018-09-04 | 1 | -0/+10 | |
| * | | | | Fix (round FLOAT BIGNUM) bug | Paul Eggert | 2018-09-04 | 1 | -0/+5 | |
| * | | | | Mark thread-alive-p as obsolete | Michael Albinus | 2018-08-31 | 1 | -2/+2 | |
| * | | | | Merge from origin/emacs-26 | Michael Albinus | 2018-08-31 | 1 | -8/+8 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Rename thread-alive-p to thread-live-p | Michael Albinus | 2018-08-31 | 1 | -8/+8 | |
| * | | | | Several fixes for formatting bignums | Paul Eggert | 2018-08-31 | 1 | -2/+15 | |
| * | | | | Handle thread-signal towards the main thread (Bug#32502) | Michael Albinus | 2018-08-30 | 1 | -0/+21 | |
| * | | | | Merge from origin/emacs-26 | Glenn Morris | 2018-08-26 | 1 | -0/+3 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Fix detection of freed emacs_values (Bug#32479) | Sergey Vinokurov | 2018-08-25 | 1 | -0/+3 | |
| * | | | | Fix bugs when rounding to bignums | Paul Eggert | 2018-08-22 | 1 | -4/+8 | |
| * | | | | Add bignum support to floor, ceiling, etc. | Paul Eggert | 2018-08-21 | 1 | -0/+27 | |
| * | | | | Fix assertion failure when reading 'BIGNUM.' | Paul Eggert | 2018-08-21 | 1 | -0/+9 | |
| * | | | | Audit use of lsh and fix glitches | Paul Eggert | 2018-08-21 | 1 | -6/+6 | |
| * | | | | Fix glitches introduced by nthcdr changes | Paul Eggert | 2018-08-21 | 1 | -0/+5 | |
| * | | | | Speed up (nthcdr N L) when L is circular | Paul Eggert | 2018-08-20 | 1 | -0/+16 | |
| * | | | | Add bignum support to expt | Paul Eggert | 2018-08-19 | 1 | -0/+9 | |
| * | | | | Fix bug with ‘mod’ and float+bignum | Paul Eggert | 2018-08-18 | 1 | -0/+3 | |