]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2018-08-19 Paul EggertFix expt signedness bug --without-wide-int
2018-08-19 Stefan Monnier* lisp/progmodes/cc-mode.el: Add version header
2018-08-19 Paul EggertAdd bignum support to expt
2018-08-19 Paul EggertFix bug with ‘mod’ and float+bignum
2018-08-19 Paul EggertUpdate from Gnulib
2018-08-19 Paul EggertTweak integer division
2018-08-19 Paul EggertSimplify float_arith_driver
2018-08-19 Paul EggertMinor fixups for intmax_t→mpz_t conversion
2018-08-19 Paul EggertImprove --with-wide-int mpz_t→fixnum conversion
2018-08-18 Paul EggertImprove bignum comparison (Bug#32463#50)
2018-08-18 Paul EggertDocument that ‘random’ is limited to fixnums
2018-08-18 Paul EggertRestore traditional lsh behavior on fixnums
2018-08-18 Eli ZaretskiiAvoid compilation warning in w32fns.c
2018-08-17 Paul EggertImprove ‘abs’ performance
2018-08-17 Eli ZaretskiiImprove documentation of bignums
2018-08-17 Andy MoretonPacify -Wcast-function-type warnings in GCC 8.1
2018-08-17 Allen LiDon't include text properties when making autoloads
2018-08-17 Paul EggertFix problems with logxor etc. and fixnums
2018-08-17 Paul EggertReject outlandishly-wide bignums
2018-08-17 Paul EggertSpeed up logcount on bignums
2018-08-16 Michael AlbinusFix Bug#32454
2018-08-16 Ken BrownPacify GCC with -Wunused-but-set-variable
2018-08-16 Thomas FitzsimmonsEUDC: Add more BBDB >= 3 support
2018-08-16 Thomas FitzsimmonsEUDC: Remove XEmacs support
2018-08-16 Thomas FitzsimmonsEUDC: Shorten eudc-tools-menu autoload
2018-08-16 Thomas FitzsimmonsEUDC: Add commentary to eudc-bob.el
2018-08-15 Eli ZaretskiiImprove documentation of last change
2018-08-14 Grégory MouniéInteractive Highlighting: prefix argument to select...
2018-08-14 Paul EggertRename --without-mini-gmp to --with-libgmp
2018-08-14 Stephen BermanFix last todo-edit-mode change
2018-08-14 Stephen Berman; * lisp/calendar/todo-mode.el: Remove leftover comment...
2018-08-14 Stephen BermanFix exiting from editing todo archive file (bug#32437)
2018-08-14 Paul EggertRemove more traces of misc (Bug#32405)
2018-08-14 Glenn Morris; Merge from origin/emacs-26
2018-08-14 Glenn MorrisMerge from origin/emacs-26
2018-08-14 Glenn Morris; Merge from origin/emacs-26
2018-08-14 Glenn MorrisMerge from origin/emacs-26
2018-08-14 Paul EggertPort recent changes to older GCC
2018-08-13 Paul EggertUpdate doc strings for fixnum constants
2018-08-13 Paul EggertFix check for unsafe watch descriptor
2018-08-13 Paul EggertPort better to x86 -fexcess-precision=fast
2018-08-13 Paul EggertAdd comment about floating point test
2018-08-13 Raimon GrauAdd uuid as allowed thingatpt symbol (Bug#32372)
2018-08-13 Tino CalanchaIbuffer: Add toggle ibuffer-do-toggle-lock
2018-08-13 Tino CalanchaIbuffer: Detect correctly the buffers running a process
2018-08-13 Paul EggertPacify gcc -Og -Wuninitialized
2018-08-13 Paul Eggert* configure.ac (GMP_LIB): Set to -lgmp if --without...
2018-08-12 Paul EggertPort better to x86 -fexcess-precision=fast
2018-08-12 Stephen BermanUpdate and improve todo-mode item insertion and editing...
2018-08-12 Paul EggertAdjust .gdbinit to removal of misc objects
2018-08-12 Paul EggertMake mini-gmp safe for --enable-gcc-warnings
2018-08-12 Michael AlbinusBackport fix for Bug#32226
2018-08-12 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2018-08-12 Eli Zaretskii; Avoid compilation warnings under -Og
2018-08-12 Paul EggertFix typo caught by zsh
2018-08-12 Michael Albinus; Remove instrumentation for Bug#32226
2018-08-12 João Távorajsonrpc-shutdown's cleanup also kills stderr buffer
2018-08-12 João TávoraRevert "Make jsonrpc-shutdown a noop if process isn...
2018-08-12 Charles A.... ; * lisp/simple.el (line-move-visual): Fix typo.
2018-08-12 Andreas SchwabEnsure no padding after union vectorlike_header
2018-08-12 Andreas SchwabAvoid padding after union vectorlike_header
2018-08-12 Paul EggertNew 'configure' arg --with-mini-gmp
2018-08-12 Paul EggertUpdate from Gnulib
2018-08-12 Paul EggertRemove stray union Lisp_Misc doc (Bug#32405#35).
2018-08-12 Paul EggertSimplify mark_object for pseudovectors
2018-08-12 Paul EggertTurn misc objects into pseudovectors
2018-08-12 Yuri D'EliaDo not consider external packages to be removable ...
2018-08-11 Paul EggertPacify Oracle Studio 12.6
2018-08-11 Paul EggertReject old libgmp that lack mpz_roinit_n
2018-08-11 Glenn Morris; * test/lisp/international/ccl-tests.el: Add license...
2018-08-11 Tom TromeyMerge branch 'feature/bignum'
2018-08-11 Paul Eggert* src/alloc.c: Remove obsolete comments.
2018-08-11 Michael AlbinusFix Bug#32226, hopefully
2018-08-11 João TávoraFix blunder in last commit for lisp/jsonrpc.el
2018-08-11 João TávoraAdd option to cleanup buffers to jsonrpc-shutdown
2018-08-11 Michael Albinus; More instrumentation for shadowfile-tests.el and...
2018-08-11 João Távora* lisp/jsonrpc.el (jsonrpc-request): Clarify comment.
2018-08-11 João TávoraMake jsonrpc-shutdown a noop if process isn't running
2018-08-11 Andy MoretonAvoid calling vc backend if 'vc-display-status' is nil
2018-08-11 Eli ZaretskiiGive auto-save-no-message a proper version attribute
2018-08-11 Federico TedinAdd variable auto-save-no-message
2018-08-11 Eli ZaretskiiBetter support utf-8-with-signature and utf-8-hfs in...
2018-08-11 Eli ZaretskiiDon't use -Wabi compiler option
2018-08-11 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2018-08-11 Michael Albinus; More instrumentation for files.el
2018-08-11 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2018-08-11 Eli ZaretskiiReinstate the 'tis620-2533' character set
2018-08-11 Michael AlbinusEditorial changes in tramp.texi
2018-08-11 Nikolaus RathMake nnimap support IMAP namespaces
2018-08-11 Eli ZaretskiiImprove error message when Hunspell dictionaries are...
2018-08-10 Glenn Morris; Merge from origin/emacs-26
2018-08-10 Glenn MorrisMerge from origin/emacs-26
2018-08-10 Glenn Morris; Merge from origin/emacs-26
2018-08-10 Glenn MorrisMerge from origin/emacs-26
2018-08-10 Filipp GunbinFix bugs in `auth-source-netrc-parse-one'.
2018-08-10 Michael Albinus; More instrumentation for shadowfile-tests.el and...
2018-08-10 Michael AlbinusAnother try to fix Bug#32226
2018-08-10 Michael Albinus; More instrumentation for files.el
2018-08-10 João TávoraAllow completely disabling event logging in jsonrpc.el
2018-08-10 Tom TromeyFix up for bignums after merge from trunk
next