summaryrefslogtreecommitdiff
path: root/src/xselect.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Fix buffer overflow in x-send-client-messageKalle Olavi Niemitalo2020-08-18
* Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-15
* Update copyright year to 2020Paul Eggert2020-01-01
* Update some URLsPaul Eggert2019-09-23
* Use fewer locks when accessing stdioPaul Eggert2019-07-08
* * src/xselect.c: Fix comment.Paul Eggert2019-07-07
* Remove printmax_t etc.Paul Eggert2019-07-07
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-27
* Add portable dumperDaniel Colascione2019-01-15
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* | Fix documentation for conversion to bignumsEli Zaretskii2018-09-08
* | Fix Fnatnump typosPaul Eggert2018-08-28
* | Improve bignum support for system typesPaul Eggert2018-08-27
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-19
* | | More macro renamings for bignumTom Tromey2018-08-07
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/ /
* / unbind_to performance tuningPaul Eggert2018-06-29
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Replace QUIT with maybe_quitPaul Eggert2017-01-25
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Merge from origin/emacs-25Paul Eggert2016-11-19
|\|
| * Prefer comments /* like this */ in C codePaul Eggert2016-11-05
* | Prefer now-standard int width macrosPaul Eggert2016-09-15
* | Fix interpretation of signed vs unsigned values when retrieving XNoah Friedman2016-08-21
* | Minor text-quoting-style fixesPaul Eggert2016-08-21
* | Rename C names to match Lisp symbols betterPaul Eggert2016-03-27
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-08
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn2015-10-11
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Prefer NUMBERP to spelling it outPaul Eggert2015-09-10
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* format-message now curves ` and 'Paul Eggert2015-08-25
* Use new q ‘format’ flag when fixing quotes in CPaul Eggert2015-08-18
* Fix quoting in Fformat callsPaul Eggert2015-08-15
* Fix bug that munged selection infoPaul Eggert2015-06-23
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Don't misencode C-generated messagesPaul Eggert2015-05-30
* Close a timing hole in selections.Jan D2015-04-04
* Count MANY function args more reliablyPaul Eggert2015-01-25
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01