summaryrefslogtreecommitdiff
path: root/src/dbusbind.c
Commit message (Expand)AuthorAge
* Update copyright year to 2020Paul Eggert2020-01-01
* Reset dbus registered buses on dump loadPaul Eggert2019-09-11
* Tweak xd_append_arg to pacify -Wnull-dereferencePaul Eggert2019-09-04
* Remove printmax_t etc.Paul Eggert2019-07-07
* Simplify xd_signature to pacify GCC 9Paul Eggert2019-05-03
* Add portable dumperDaniel Colascione2019-01-15
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
| * Fix core dump in dbus-message-internalPaul Eggert2018-11-30
* | Fix core dump in dbus-message-internalPaul Eggert2018-11-27
* | Simplify bignum->intmax conversionPaul Eggert2018-09-04
* | 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
|/ /
* | New mint_ptr representation for C pointersPaul Eggert2018-06-14
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-10
|/
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-16
* Update copyright year to 2018Paul Eggert2018-01-01
* Speed up (format "%s" STRING) and the likePaul Eggert2017-10-04
* Avoid some unnecessary copying in Fformat etc.Paul Eggert2017-09-26
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Add an optional testfn parameter to assocNicolas Petton2017-07-11
* Compare and round more carefullyPaul Eggert2017-03-04
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-18
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Fix --enable-gcc-warnings --with-ns on FedoraPaul Eggert2016-12-07
* | Simplify FUNCTIONP implementationPaul Eggert2016-12-06
* | Limit <config.h>’s includesPaul Eggert2016-09-30
* | Merge from origin/emacs-25Paul Eggert2016-06-19
|\|
| * Fix dbus crash on 32-bit CygwinKen Brown2016-06-11
* | 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
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* ; Preserve formatting in docstring of dbusbind.cMichael Albinus2015-09-17
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Remove format2Paul Eggert2015-05-30
* Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-24
* 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
* Prefer stpcpy to strcatPaul Eggert2014-12-25
* Fix putenv race conditions with undefined behavior.Paul Eggert2014-10-11
* * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert2014-09-23
* Use known length of a Lisp string to copy it faster.Dmitry Antipov2014-09-23