index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
keymap.c
Age
Commit message (
Expand
)
Author
2018-09-06
Shrink pseudovectors a bit
Paul Eggert
2018-08-29
* src/keymap.c: Make better use of access_keymap's functionality
Stefan Monnier
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-06-29
unbind_to performance tuning
Paul Eggert
2018-06-14
Avoid Lisp_Misc allocation if C stack suffices
Paul Eggert
2018-02-16
; Fix doc typos related to indefinite articles
Glenn Morris
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-07-11
Add an optional testfn parameter to assoc
Nicolas Petton
2017-02-18
Use 'char *FOO' instead of 'char* FOO'
Paul Eggert
2017-01-25
Replace QUIT with maybe_quit
Paul Eggert
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-09-30
Limit <config.h>’s includes
Paul Eggert
2016-06-15
Advertize set-keymap-parent as replacement for copy-keymap
Stefan Monnier
2016-05-01
Doc fix
Lars Ingebrigtsen
2016-04-30
Doc fix
Lars Ingebrigtsen
2016-04-04
New C macro AUTO_STRING_WITH_LEN
Paul Eggert
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-11-09
Fix assertion violation in define-key
Eli Zaretskii
2015-11-08
Use INT_ADD_WRAPV etc. to check integer overflow
Paul Eggert
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-10-10
CHECK_IMPURE and PURE_P speedup
Paul Eggert
2015-09-16
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-08-26
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-06-08
Avoid crashes when key-binding is called from a timer
Eli Zaretskii
2015-05-31
Remove unused DEFSYMs
Paul Eggert
2015-05-21
Don't quote nil and t in doc strings
Paul Eggert
2015-02-21
Prefer 'Qfoo' to 'intern ("foo")'
Paul Eggert
2015-01-25
Count MANY function args more reliably
Paul Eggert
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-10-12
Spelling fixes.
Paul Eggert
2014-10-09
Enhance terpri to allow conditionally output a newline
Leo Liu
2014-09-30
Use AUTO_CONS instead of SCOPED_CONS, etc.
Paul Eggert
2014-09-29
Simplify stack-allocated Lisp objects, and make them more portable.
Paul Eggert
2014-09-29
Keep stack-allocated Lisp objects fast rather than versatile.
Dmitry Antipov
2014-09-24
Fix local_cons etc. to not exhaust the stack when in a loop.
Paul Eggert
2014-09-24
* chartab.c (uniprop_encode_value_numeric):
Dmitry Antipov
2014-09-15
If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.
Dmitry Antipov
2014-09-07
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-07-14
* lisp.h (CHECK_VECTOR_OR_STRING): Return number of elements
Dmitry Antipov
2014-07-01
* doc/lispref/keymaps.texi (Key Lookup): Remove mention of indirect entries.
Stefan Monnier
2014-06-12
* src/keymap.c (silly_event_symbol_error): Don't recommend the use of strings.
Stefan Monnier
2014-04-05
Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.
Paul Eggert
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-12-25
Doc updates for several Emacs 24.4 changes.
Chong Yidong
2013-11-16
Fix bug #15907 with crashes due to after-change-functions.
Eli Zaretskii
[prev]
[next]