aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor redisplay optimisationsStefan Monnier2017-02-232-10/+11
* * lisp/emacs-lisp/cl-print.el: New fileStefan Monnier2017-02-231-10/+22
* Support read syntax for circular objects in Edebug (Bug#23660)Gemini Lasswell2017-02-231-5/+7
* Merge from gnulibPaul Eggert2017-02-231-2/+2
* Avoid quitting inside a critical section on MS-WindowsEli Zaretskii2017-02-232-0/+51
* Minor weak hash table performance tweaksPaul Eggert2017-02-211-5/+3
* Use float instead of Lisp_Object for rehash_sizePaul Eggert2017-02-219-76/+81
* Use ptrdiff_t instead of Lisp_Object for collisionPaul Eggert2017-02-214-103/+106
* Hash table threshold is now float, not doublePaul Eggert2017-02-212-14/+16
* Verify xwidget USE_LSB_TAG assumptionPaul Eggert2017-02-201-0/+2
* * src/insdel.c (make_gap): Improve comment.Stefan Monnier2017-02-201-1/+3
* Port xwidget to -DCHECK_LISP_OBJECT_TYPEPaul Eggert2017-02-201-5/+12
* ; * src/insdel.c: State file encoding explicitly.Eli Zaretskii2017-02-201-1/+1
* Fix glitches in recent hash table changesPaul Eggert2017-02-192-8/+7
* * src/insdel.c (make_gap): Increase enough to avoid O(N^2) behavior.Stefan Monnier2017-02-191-1/+14
* ; Minor fix of recent change in fringe.cEli Zaretskii2017-02-191-2/+2
* ; * src/fns.c (Fmake_hash_table): Prefer 'double' to 'float'.Eli Zaretskii2017-02-191-1/+1
* Avoid aborts during loadupEli Zaretskii2017-02-194-6/+6
* Fix fringe bitmap initialization on MS-WindowsYAMAMOTO Mitsuharu2017-02-191-0/+13
* Change type of `rehash_threshold' and `pure' fields in hash-tablesStefan Monnier2017-02-187-42/+42
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-1821-57/+60
* Support 24-bit direct colors on text terminalsRami Ylimäki2017-02-182-0/+18
* Remove unused TN_max_pairs fieldRami Ylimäki2017-02-182-10/+0
* Improve commentary for a recent change in keyboard.cEli Zaretskii2017-02-181-1/+1
* Remove annoying warnings about let-bindingEli Zaretskii2017-02-181-19/+0
* Remove the build number from emacs-version variableGlenn Morris2017-02-171-1/+6
* Explicit error on changing case of negative integersGlenn Morris2017-02-161-1/+1
* ; Spelling, punctuation and minor wording fixesPaul Eggert2017-02-162-2/+2
* * src/buffer.h: Fix indenting.Paul Eggert2017-02-161-1/+2
* Add sanity checks for Bswitch hash tablesPaul Eggert2017-02-161-12/+17
* * src/keyboard.c (read_key_sequence): Fix integer-overflow glitch.Paul Eggert2017-02-161-8/+8
* casing: don’t assume letters are *either* upper- or lower-case (bug#24603)Michal Nazarewicz2017-02-153-32/+31
* src/bytecode.c (exec_byte_code): Make hash_code a Lisp_Object.Vibhav Pant2017-02-111-2/+4
* src/bytecode.c (exec_byte_code): Remove unnecessary (e)assert.Vibhav Pant2017-02-111-4/+2
* ; src/bytecode.c (exec_byte_code): Refactor byte-switch code.Vibhav Pant2017-02-111-21/+14
* src/bytecode.c: Add optional sanity check for jump tables.Vibhav Pant2017-02-111-3/+4
* Merge branch 'master' into feature/byte-switchVibhav Pant2017-02-1110-269/+272
|\
| * Fix handling of XBM images on MS-WindowsEli Zaretskii2017-02-111-2/+2
| * Fix handling of PBM dataEli Zaretskii2017-02-111-1/+11
| * Fix warnings in debug tracing codeNoam Postavsky2017-02-102-6/+6
| * Fix a few integer-overflow glitchesPaul Eggert2017-02-104-55/+50
| * Fix a bug with displaying an image after a TABEli Zaretskii2017-02-101-1/+4
| * Restore special setting of this-command-keys by M-xEli Zaretskii2017-02-101-0/+25
| * Make FOR_EACH_TAIL more like other FOR_EACH macrosPaul Eggert2017-02-063-111/+123
| * Port to clang 3.8.0Paul Eggert2017-02-051-3/+9
| * FOR_EACH_TAIL now checks for quitPaul Eggert2017-02-051-20/+32
| * Signal list cycles in ‘length’ etc.Paul Eggert2017-02-053-216/+146
| * Simplify use of FOR_EACH_TAILPaul Eggert2017-02-053-23/+33
* | * src/bytecode.c: Refactor to follow GNU coding standardsVibhav Pant2017-02-111-14/+10
* | src/bytecode.c: Avoid comparing values unnecessarily in BswitchVibhav Pant2017-02-101-2/+4