aboutsummaryrefslogtreecommitdiffstats
path: root/src/xselect.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-09-23Update some URLsPaul Eggert1-1/+1
2019-07-08Use fewer locks when accessing stdioPaul Eggert1-4/+5
2019-07-07* src/xselect.c: Fix comment.Paul Eggert1-1/+1
2019-07-07Remove printmax_t etc.Paul Eggert1-4/+4
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert1-9/+7
2019-01-15Add portable dumperDaniel Colascione1-8/+18
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-09Add make_vector and make_nil_vectorPaul Eggert1-1/+1
2018-09-08Fix documentation for conversion to bignumsEli Zaretskii1-11/+4
2018-08-28Fix Fnatnump typosPaul Eggert1-1/+1
2018-08-27Improve bignum support for system typesPaul Eggert1-20/+20
2018-08-07More macro renamings for bignumTom Tromey1-10/+10
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert1-2/+2
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-32/+32
2018-06-29unbind_to performance tuningPaul Eggert1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-01-25Replace QUIT with maybe_quitPaul Eggert1-2/+2
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-11-05Prefer comments /* like this */ in C codePaul Eggert1-3/+4
2016-09-15Prefer now-standard int width macrosPaul Eggert1-2/+2
2016-08-21Fix interpretation of signed vs unsigned values when retrieving XNoah Friedman1-12/+47
2016-08-21Minor text-quoting-style fixesPaul Eggert1-2/+2
2016-03-27Rename C names to match Lisp symbols betterPaul Eggert1-3/+3
2016-03-10Rework C source files to avoid ^(Paul Eggert1-8/+8
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert1-2/+3
2015-10-20Include-file cleanup for src directoryPaul Eggert1-4/+0
2015-10-11Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn1-3/+3
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert1-6/+6
2015-09-10Prefer NUMBERP to spelling it outPaul Eggert1-2/+2
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert1-14/+3
2015-08-25format-message now curves ` and 'Paul Eggert1-1/+1
2015-08-18Use new q ‘format’ flag when fixing quotes in CPaul Eggert1-7/+6
2015-08-15Fix quoting in Fformat callsPaul Eggert1-2/+4
2015-06-23Fix bug that munged selection infoPaul Eggert1-23/+31
2015-05-31Remove unused DEFSYMsPaul Eggert1-2/+0
2015-05-30Don't misencode C-generated messagesPaul Eggert1-2/+1
2015-04-04Close a timing hole in selections.Jan D1-5/+23
2015-01-25Count MANY function args more reliablyPaul Eggert1-23/+8
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-13/+3
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-12-26Use bool for boolean in xselect.c, xsettings.cPaul Eggert1-49/+46
2014-10-14Cleanup terminal handling code.Dmitry Antipov1-1/+1
2014-10-02Fix x-focus-frame bug with "Not an in-range integer".Paul Eggert1-22/+13
2014-10-01Consolidate x-select-text.Stefan Monnier1-1/+3
2014-09-30Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert1-7/+5
2014-09-29Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert1-2/+2