aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* src/bytecode.c (exec_byte_code): Remove unneeded assert.Vibhav Pant2017-02-091-6/+4
* bytecode.c (exec_byte_code): Use h->count instead of HASH_TABLE_SIZEVibhav Pant2017-02-091-2/+9
* bytecode.c (exec_byte_code): don't check hash code in linear search.Vibhav Pant2017-02-091-2/+4
* Improve byte-switch execution.Vibhav Pant2017-02-093-15/+33
* Add tests for checking byte-switch code.Vibhav Pant2017-02-071-0/+14
* ; bytecomp.el (byte-compile-cond-jump-table): Add TODO noteVibhav Pant2017-02-061-0/+2
* ; byte(-opt, comp).el: Add more documentation for byte-switch code.Vibhav Pant2017-02-062-0/+22
* Merge remote-tracking branch 'origin/master' into feature/byte-switchVibhav Pant2017-02-0582-1371/+3655
|\
| * typo fixTom Tromey2017-02-041-1/+1
| * Set comment-multi-line in js-modeTom Tromey2017-02-042-0/+15
| * * test/manual/indent/scss-mode.scss: Fix indentationSimen Heggestøyl2017-02-041-13/+13
| * Fix indentation of multiline CSS property valuesSimen Heggestøyl2017-02-043-4/+85
| * Add tests for lisp/kmacro.elGemini Lasswell2017-02-041-0/+890
| * Fix autorevert-tests on MS-WindowsEli Zaretskii2017-02-041-1/+3
| * New macro 'ert-with-message-capture'Gemini Lasswell2017-02-043-121/+125
| * Avoid invalid read syntax errors due to 'ert-with-test-buffer'Gemini Lasswell2017-02-041-1/+1
| * Fix a syntax error when evaluating pcase.el under EdebugEli Zaretskii2017-02-041-1/+2
| * ; * lisp/files.el (save-some-buffers-default-predicate): Add :version.Eli Zaretskii2017-02-041-1/+2
| * Change edebug-max-depth from defconst to defcustomGemini Lasswell2017-02-043-4/+24
| * Support options with embedded whitespace in 'dired-listing-switches'Eli Zaretskii2017-02-042-1/+5
| * Add tests for lisp/emacs-lisp/testcover.elGemini Lasswell2017-02-042-0/+679
| * Document 'save-some-buffers-default-predicate'Eli Zaretskii2017-02-043-11/+22
| * New defcustom 'save-some-buffers-default-predicate'Richard Stallman2017-02-042-0/+17
| * Rename to if-let* and when-let*Mark Oteiza2017-02-032-12/+28
| * Re-port alloc.c to Solaris sparc and simplifyPaul Eggert2017-02-021-120/+69
| * ; Merge: fixes and updates to scroll margin (Bug#5718)Noam Postavsky2017-02-029-80/+243
| |\
| | * Add tests for scrollingNoam Postavsky2017-02-021-0/+130
| | * Fix scrolling with partial linesNoam Postavsky2017-02-023-2/+30
| | * Make limit on scroll-margin variableNoam Postavsky2017-02-026-9/+51
| | * Don't count mode line for scroll-margin limitNoam Postavsky2017-02-021-4/+2
| | * Refactor uses of scroll_margin to a functionNoam Postavsky2017-02-023-74/+39
| * | (xref-collect-matches): Use '-E' together with '-e'Dmitry Gutov2017-02-031-5/+1
| |/
| * Pacify Oracle Studio 12.5Paul Eggert2017-02-021-1/+1
| * ; Fix recent documentation changesEli Zaretskii2017-02-021-0/+2
| * Fix lisp.h underparenthesizationPaul Eggert2017-02-021-3/+2
| * * lisp/doc-view.el (doc-view-mode): Don't require a final newlineStefan Monnier2017-02-021-0/+5
| * Merge from gnulibPaul Eggert2017-02-025-38/+38
| * Check if there are hunks before kill or refine a hunkTino Calancha2017-02-021-74/+85
| * Ignore error after kill last file or hunkTino Calancha2017-02-021-2/+3
| * Show current line highlighted in *Occur* bufferTino Calancha2017-02-023-5/+76
| * Allow occur command to operate on the regionTino Calancha2017-02-024-17/+55
| * Treat list-buffers-directory as a stringMark Oteiza2017-02-013-25/+20
| * Turn on lexical-binding in parse-time.elMark Oteiza2017-02-011-9/+3
| * Prevent creating thumbnails of all gif framesMark Oteiza2017-02-011-3/+5
| * Fix quitting bug when buffers are frozenPaul Eggert2017-02-017-80/+70
| * Revamp quitting and fix infloopsPaul Eggert2017-02-0116-220/+295
| * Remove immediate_quit.Paul Eggert2017-02-0117-213/+30
| * Allow C++ nested brace-list-entries to be better indented.Alan Mackenzie2017-02-015-36/+111