summaryrefslogtreecommitdiff
path: root/src/dbusbind.c
Commit message (Expand)AuthorAgeFilesLines
* Remove printmax_t etc.Paul Eggert2019-07-071-10/+8
* Simplify xd_signature to pacify GCC 9Paul Eggert2019-05-031-5/+3
* Add portable dumperDaniel Colascione2019-01-151-0/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Fix core dump in dbus-message-internalPaul Eggert2018-11-301-1/+1
* | Fix core dump in dbus-message-internalPaul Eggert2018-11-271-1/+1
* | Simplify bignum->intmax conversionPaul Eggert2018-09-041-20/+10
* | Improve bignum support for system typesPaul Eggert2018-08-271-16/+28
* | 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-9/+9
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-28/+28
|/ /
* | New mint_ptr representation for C pointersPaul Eggert2018-06-141-2/+2
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-101-8/+10
|/
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Speed up (format "%s" STRING) and the likePaul Eggert2017-10-041-2/+1
* Avoid some unnecessary copying in Fformat etc.Paul Eggert2017-09-261-1/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add an optional testfn parameter to assocNicolas Petton2017-07-111-3/+3
* Compare and round more carefullyPaul Eggert2017-03-041-2/+2
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-181-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Fix --enable-gcc-warnings --with-ns on FedoraPaul Eggert2016-12-071-1/+1
* | Simplify FUNCTIONP implementationPaul Eggert2016-12-061-1/+1
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Merge from origin/emacs-25Paul Eggert2016-06-191-2/+2
|\ \ | |/
| * Fix dbus crash on 32-bit CygwinKen Brown2016-06-111-2/+2
* | Rename C names to match Lisp symbols betterPaul Eggert2016-03-271-63/+58
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+0
* ; Preserve formatting in docstring of dbusbind.cMichael Albinus2015-09-171-4/+4
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-5/+5
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-46/+12
* Remove unused DEFSYMsPaul Eggert2015-05-311-4/+0
* Remove format2Paul Eggert2015-05-301-2/+6
* Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-241-2/+2
* Count MANY function args more reliablyPaul Eggert2015-01-251-6/+1
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-31/+8
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Prefer stpcpy to strcatPaul Eggert2014-12-251-1/+1
* Fix putenv race conditions with undefined behavior.Paul Eggert2014-10-111-3/+8
* * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert2014-09-231-1/+1
* Use known length of a Lisp string to copy it faster.Dmitry Antipov2014-09-231-1/+1
* * dbusbind.c (xd_signature): Revert last 2 patches.Michael Albinus2014-05-201-2/+2
* Allow any non-nil value to count as true in bool-vector.Paul Eggert2014-05-191-1/+2
* * src/lisp.h (CHECK_BOOLEAN): New function.Dmitry Antipov2014-05-191-2/+1