summaryrefslogtreecommitdiff
path: root/src/xselect.c
Commit message (Expand)AuthorAgeFilesLines
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-9/+7
* Add portable dumperDaniel Colascione2019-01-151-8/+18
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-1/+1
* | Fix documentation for conversion to bignumsEli Zaretskii2018-09-081-11/+4
* | Fix Fnatnump typosPaul Eggert2018-08-281-1/+1
* | Improve bignum support for system typesPaul Eggert2018-08-271-20/+20
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-2/+2
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-2/+2
* | | More macro renamings for bignumTom Tromey2018-08-071-10/+10
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-32/+32
|/ /
* | unbind_to performance tuningPaul Eggert2018-06-291-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-2/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-191-3/+4
|\ \ | |/
| * Prefer comments /* like this */ in C codePaul Eggert2016-11-051-3/+4
* | Prefer now-standard int width macrosPaul Eggert2016-09-151-2/+2
* | Fix interpretation of signed vs unsigned values when retrieving XNoah Friedman2016-08-211-12/+47
* | Minor text-quoting-style fixesPaul Eggert2016-08-211-2/+2
* | Rename C names to match Lisp symbols betterPaul Eggert2016-03-271-3/+3
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-8/+8
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-2/+3
* Include-file cleanup for src directoryPaul Eggert2015-10-201-4/+0
* Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn2015-10-111-3/+3
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-6/+6
* Prefer NUMBERP to spelling it outPaul Eggert2015-09-101-2/+2
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-14/+3
* format-message now curves ` and 'Paul Eggert2015-08-251-1/+1
* Use new q ‘format’ flag when fixing quotes in CPaul Eggert2015-08-181-7/+6
* Fix quoting in Fformat callsPaul Eggert2015-08-151-2/+4
* Fix bug that munged selection infoPaul Eggert2015-06-231-23/+31
* Remove unused DEFSYMsPaul Eggert2015-05-311-2/+0
* Don't misencode C-generated messagesPaul Eggert2015-05-301-2/+1
* Close a timing hole in selections.Jan D2015-04-041-5/+23
* Count MANY function args more reliablyPaul Eggert2015-01-251-23/+8
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-13/+3
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Use bool for boolean in xselect.c, xsettings.cPaul Eggert2014-12-261-49/+46
* Cleanup terminal handling code.Dmitry Antipov2014-10-141-1/+1
* Fix x-focus-frame bug with "Not an in-range integer".Paul Eggert2014-10-021-22/+13
* Consolidate x-select-text.Stefan Monnier2014-10-011-1/+3
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-7/+5
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-2/+2
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-2/+0
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-0/+2