index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xselect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't error out when selection data is unavailable (bug#47642)
Juri Linkov
2021-04-14
1
-7
/
+14
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Fix buffer overflow in x-send-client-message
Kalle Olavi Niemitalo
2020-08-18
1
-4
/
+11
*
Fix GC bugs related to uninitialized vectors
Paul Eggert
2020-08-15
1
-3
/
+3
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Update some URLs
Paul Eggert
2019-09-23
1
-1
/
+1
*
Use fewer locks when accessing stdio
Paul Eggert
2019-07-08
1
-4
/
+5
*
* src/xselect.c: Fix comment.
Paul Eggert
2019-07-07
1
-1
/
+1
*
Remove printmax_t etc.
Paul Eggert
2019-07-07
1
-4
/
+4
*
DEFVAR_INT variables are now intmax_t
Paul Eggert
2019-02-27
1
-9
/
+7
*
Add portable dumper
Daniel Colascione
2019-01-15
1
-8
/
+18
*
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
-1
/
+1
*
|
Fix documentation for conversion to bignums
Eli Zaretskii
2018-09-08
1
-11
/
+4
*
|
Fix Fnatnump typos
Paul Eggert
2018-08-28
1
-1
/
+1
*
|
Improve bignum support for system types
Paul Eggert
2018-08-27
1
-20
/
+20
*
|
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-09
1
-2
/
+2
|
\
\
|
*
|
Prefer NILP (x) to EQ (x, Qnil)
Paul Eggert
2018-07-19
1
-2
/
+2
*
|
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-10
/
+10
*
|
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-32
/
+32
|
/
/
*
/
unbind_to performance tuning
Paul Eggert
2018-06-29
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
*
Replace QUIT with maybe_quit
Paul Eggert
2017-01-25
1
-2
/
+2
*
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
*
|
Merge from origin/emacs-25
Paul Eggert
2016-11-19
1
-3
/
+4
|
\
|
|
*
Prefer comments /* like this */ in C code
Paul Eggert
2016-11-05
1
-3
/
+4
*
|
Prefer now-standard int width macros
Paul Eggert
2016-09-15
1
-2
/
+2
*
|
Fix interpretation of signed vs unsigned values when retrieving X
Noah Friedman
2016-08-21
1
-12
/
+47
*
|
Minor text-quoting-style fixes
Paul Eggert
2016-08-21
1
-2
/
+2
*
|
Rename C names to match Lisp symbols better
Paul Eggert
2016-03-27
1
-3
/
+3
|
/
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-8
/
+8
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
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
-4
/
+0
*
Introduce x_uncatch_errors_after_check to reduce XSync calls.
Ken Raeburn
2015-10-11
1
-3
/
+3
*
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
1
-6
/
+6
*
Prefer NUMBERP to spelling it out
Paul Eggert
2015-09-10
1
-2
/
+2
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-26
1
-14
/
+3
*
format-message now curves ` and '
Paul Eggert
2015-08-25
1
-1
/
+1
*
Use new q ‘format’ flag when fixing quotes in C
Paul Eggert
2015-08-18
1
-7
/
+6
*
Fix quoting in Fformat calls
Paul Eggert
2015-08-15
1
-2
/
+4
*
Fix bug that munged selection info
Paul Eggert
2015-06-23
1
-23
/
+31
*
Remove unused DEFSYMs
Paul Eggert
2015-05-31
1
-2
/
+0
*
Don't misencode C-generated messages
Paul Eggert
2015-05-30
1
-2
/
+1
*
Close a timing hole in selections.
Jan D
2015-04-04
1
-5
/
+23
*
Count MANY function args more reliably
Paul Eggert
2015-01-25
1
-23
/
+8
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-13
/
+3
[next]