index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
keymap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify list creation in C code
Paul Eggert
2019-03-04
1
-21
/
+13
*
Use shortcuts for Flength
Paul Eggert
2019-01-09
1
-1
/
+1
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Add make_vector and make_nil_vector
Paul Eggert
2018-12-09
1
-11
/
+9
*
|
Merge from origin/emacs-26
Glenn Morris
2018-09-28
1
-1
/
+1
|
\
|
|
*
; Spellcheck two more documentation strings
Charles A. Roelli
2018-09-25
1
-1
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-09-20
1
-1
/
+2
|
\
|
|
*
More accurate docs for 'text-char-description'
Eli Zaretskii
2018-09-20
1
-1
/
+2
*
|
Merge from origin/emacs-26
Glenn Morris
2018-09-10
1
-7
/
+10
|
\
|
|
*
Clarify documentation of functions reading character events
Eli Zaretskii
2018-09-10
1
-7
/
+10
*
|
Shrink pseudovectors a bit
Paul Eggert
2018-09-06
1
-2
/
+2
*
|
* src/keymap.c: Make better use of access_keymap's functionality
Stefan Monnier
2018-08-29
1
-63
/
+30
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-55
/
+55
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-67
/
+67
*
|
unbind_to performance tuning
Paul Eggert
2018-06-29
1
-3
/
+1
*
|
Avoid Lisp_Misc allocation if C stack suffices
Paul Eggert
2018-06-14
1
-7
/
+19
|
/
*
; Fix doc typos related to indefinite articles
Glenn Morris
2018-02-16
1
-1
/
+1
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Add an optional testfn parameter to assoc
Nicolas Petton
2017-07-11
1
-1
/
+1
*
Use 'char *FOO' instead of 'char* FOO'
Paul Eggert
2017-02-18
1
-1
/
+1
*
Replace QUIT with maybe_quit
Paul Eggert
2017-01-25
1
-6
/
+6
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
|
*
Doc fix
Lars Ingebrigtsen
2016-05-01
1
-4
/
+6
*
|
Limit <config.h>’s includes
Paul Eggert
2016-09-30
1
-0
/
+1
*
|
Advertize set-keymap-parent as replacement for copy-keymap
Stefan Monnier
2016-06-15
1
-2
/
+12
*
|
Doc fix
Lars Ingebrigtsen
2016-04-30
1
-4
/
+6
*
|
New C macro AUTO_STRING_WITH_LEN
Paul Eggert
2016-04-04
1
-1
/
+1
|
/
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-5
/
+5
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Fix assertion violation in define-key
Eli Zaretskii
2015-11-09
1
-1
/
+3
*
Use INT_ADD_WRAPV etc. to check integer overflow
Paul Eggert
2015-11-08
1
-2
/
+3
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-2
/
+0
*
CHECK_IMPURE and PURE_P speedup
Paul Eggert
2015-10-10
1
-5
/
+5
*
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
1
-3
/
+3
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-26
1
-69
/
+13
*
Avoid crashes when key-binding is called from a timer
Eli Zaretskii
2015-06-08
1
-4
/
+8
*
Remove unused DEFSYMs
Paul Eggert
2015-05-31
1
-3
/
+0
*
Don't quote nil and t in doc strings
Paul Eggert
2015-05-21
1
-2
/
+2
*
Prefer 'Qfoo' to 'intern ("foo")'
Paul Eggert
2015-02-21
1
-2
/
+2
*
Count MANY function args more reliably
Paul Eggert
2015-01-25
1
-3
/
+2
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-11
/
+8
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2014-10-12
1
-4
/
+4
*
Enhance terpri to allow conditionally output a newline
Leo Liu
2014-10-09
1
-1
/
+1
*
Use AUTO_CONS instead of SCOPED_CONS, etc.
Paul Eggert
2014-09-30
1
-8
/
+13
*
Simplify stack-allocated Lisp objects, and make them more portable.
Paul Eggert
2014-09-29
1
-3
/
+3
*
Keep stack-allocated Lisp objects fast rather than versatile.
Dmitry Antipov
2014-09-29
1
-2
/
+0
[next]