| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Improve format-seconds accuracy | Paul Eggert | 2018-08-25 | 1 | -4/+0 | |
| * | | | Fix bugs when rounding to bignums | Paul Eggert | 2018-08-22 | 2 | -4/+6 | |
| * | | | Move bignump, fixnump from C to Lisp | Paul Eggert | 2018-08-21 | 1 | -3/+4 | |
| * | | | Audit use of lsh and fix glitches | Paul Eggert | 2018-08-21 | 4 | -9/+9 | |
| * | | | Restore compatibility with Texinfo < 6 | Glenn Morris | 2018-08-21 | 1 | -4/+16 | |
| * | | | Improve documentation of 'integer-width' | Eli Zaretskii | 2018-08-21 | 1 | -56/+57 | |
| * | | | Avoid libgmp aborts by imposing limits | Paul Eggert | 2018-08-21 | 1 | -166/+148 | |
| * | | | Add bignum support to expt | Paul Eggert | 2018-08-19 | 1 | -1/+1 | |
| * | | | Document that ‘random’ is limited to fixnums | Paul Eggert | 2018-08-18 | 1 | -4/+3 | |
| * | | | Restore traditional lsh behavior on fixnums | Paul Eggert | 2018-08-18 | 1 | -2/+5 | |
| * | | | Improve documentation of bignums | Eli Zaretskii | 2018-08-17 | 1 | -1/+1 | |
| * | | | Improve documentation of last change | Eli Zaretskii | 2018-08-15 | 1 | -3/+4 | |
| * | | | Interactive Highlighting: prefix argument to select subexp | Grégory Mounié | 2018-08-14 | 1 | -1/+2 | |
| * | | | Rename --without-mini-gmp to --with-libgmp | Paul Eggert | 2018-08-14 | 1 | -4/+2 | |
| * | | | Remove more traces of misc (Bug#32405) | Paul Eggert | 2018-08-14 | 1 | -17/+8 | |
| * | | | Remove stray union Lisp_Misc doc (Bug#32405#35). | Paul Eggert | 2018-08-11 | 1 | -5/+0 | |
| * | | | Turn misc objects into pseudovectors | Paul Eggert | 2018-08-11 | 1 | -10/+1 | |
| * | | | Merge branch 'feature/bignum' | Tom Tromey | 2018-08-11 | 2 | -99/+59 | |
| |\ \ \ | ||||||
| | * \ \ | Merge remote-tracking branch 'origin/master' into feature/bignum | Tom Tromey | 2018-08-09 | 23 | -140/+302 | |
| | |\ \ \ | ||||||
| | * | | | | Add missing @end defun | Tom Tromey | 2018-07-19 | 1 | -0/+1 | |
| | * | | | | Document bignums | Tom Tromey | 2018-07-12 | 2 | -100/+59 | |
| * | | | | | Add variable auto-save-no-message | Federico Tedin | 2018-08-11 | 1 | -5/+8 | |
| * | | | | | Editorial changes in tramp.texi | Michael Albinus | 2018-08-11 | 1 | -1/+12 | |
| * | | | | | Make nnimap support IMAP namespaces | Nikolaus Rath | 2018-08-11 | 1 | -0/+6 | |
| * | | | | | Merge from origin/emacs-26 | Glenn Morris | 2018-08-10 | 2 | -8/+17 | |
| |\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | ||||||
| | * | | | Improve documentation of 'set-fontset-font' | Eli Zaretskii | 2018-08-08 | 1 | -5/+9 | |
| | * | | | Improve documentation of M-? | Eli Zaretskii | 2018-08-07 | 1 | -3/+8 | |
| * | | | | Rename Tramp method "owncloud" to "nextcloud" | Michael Albinus | 2018-08-04 | 1 | -11/+11 | |
| * | | | | Fix some documentation formatting nits | Gemini Lasswell | 2018-08-03 | 3 | -7/+7 | |
| * | | | | Move 'backtrace' from subr.el to backtrace.el | Gemini Lasswell | 2018-08-03 | 1 | -10/+9 | |
| * | | | | Add new commands to Edebug backtraces | Gemini Lasswell | 2018-08-03 | 1 | -2/+10 | |
| * | | | | Add new command to expand all "..."s in a backtrace frame | Gemini Lasswell | 2018-08-03 | 1 | -0/+3 | |
| * | | | | Change keybinding for backtrace-collapse from '=' to '-' | Gemini Lasswell | 2018-08-03 | 1 | -1/+1 | |
| * | | | | Add backtrace-mode and use it in the debugger, ERT and Edebug | Gemini Lasswell | 2018-08-03 | 3 | -26/+79 | |
| * | | | | New commands to create an empty file | Tino Calancha | 2018-08-02 | 2 | -1/+12 | |
| * | | | | Read and print NaN significand if <ieee754.h> | Paul Eggert | 2018-08-01 | 1 | -1/+1 | |
| * | | | | Prefer ?* to hide passwords | Tino Calancha | 2018-07-29 | 1 | -1/+1 | |
| * | | | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-28 | 6 | -44/+63 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Update the list of special forms in the ELisp manual | Eli Zaretskii | 2018-07-28 | 2 | -8/+5 | |
| | * | | | ; * doc/emacs/mule.texi (International Chars): Fix last change. | Eli Zaretskii | 2018-07-27 | 1 | -1/+1 | |
| | * | | | Fix inaccurate text in the user manual | Eli Zaretskii | 2018-07-26 | 1 | -6/+13 | |
| | * | | | Copyedits in tramp.texi, improved example with bash's readline | Michael Albinus | 2018-07-26 | 1 | -24/+28 | |
| | * | | | Minor Tramp doc update | Michael Albinus | 2018-07-25 | 1 | -0/+8 | |
| | * | | | File Shadowing is not available on MS Windows | Michael Albinus | 2018-07-25 | 1 | -0/+2 | |
| | * | | | ; Minor markup change in indent.texi | Eli Zaretskii | 2018-07-25 | 1 | -10/+11 | |
| | * | | | Fix (Bug#32218). Do not merge with master | Michael Albinus | 2018-07-20 | 1 | -1/+1 | |
| * | | | | Fix @include directive in Flymake doc again | João Távora | 2018-07-28 | 1 | -1/+1 | |
| * | | | | %o and %x can now format signed integers | Paul Eggert | 2018-07-26 | 1 | -2/+15 | |
| * | | | | (format "%#x" 0) yields "0", not "0x0" | Paul Eggert | 2018-07-23 | 1 | -1/+1 | |
| * | | | | positive → nonnegative doc fixes | Paul Eggert | 2018-07-23 | 2 | -6/+6 | |