summaryrefslogtreecommitdiff
path: root/src/dbusbind.c
AgeCommit message (Expand)Author
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-30* src/dbusbind.c (XD_BASIC_DBUS_TYPE): Fix error in declaration.Michael Albinus
2020-10-29Handle several children of PATH in dbus-managed-objects-handlerMichael Albinus
2020-10-05* src/dbusbind.c (xd_signature): Better type check for array elements.Michael Albinus
2020-10-04Make dbus-unregister-object work for monitorsMichael Albinus
2020-10-01Use Fkeywordp in dbusbind.c, againMichael Albinus
2020-10-01Revert last change in dbusbind.cMichael Albinus
2020-09-30Stricter checks for D-Bus compound types.Michael Albinus
2020-09-29More strict D-Bus type checkingMichael Albinus
2020-09-26Add D-Bus monitorMichael Albinus
2020-09-21Add D-Bus testsMichael Albinus
2020-09-20Make D-Bus properties type safeMichael Albinus
2020-09-16D-Bus: keep type information in D-Bus eventsMichael Albinus
2020-09-10Implement D-Bus properties with compound type.Michael Albinus
2020-09-08Implement typed D-Bus properties (Bug#43252)Michael Albinus
2020-09-06More work on D-Bus error messagesMichael Albinus
2020-09-04Extend dbus.el by error messages, and :write access typeMichael Albinus
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-11Reset dbus registered buses on dump loadPaul Eggert
2019-09-04Tweak xd_append_arg to pacify -Wnull-dereferencePaul Eggert
2019-07-07Remove printmax_t etc.Paul Eggert
2019-05-03Simplify xd_signature to pacify GCC 9Paul Eggert
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-30Fix core dump in dbus-message-internalPaul Eggert
2018-11-27Fix core dump in dbus-message-internalPaul Eggert
2018-09-04Simplify bignum->intmax conversionPaul Eggert
2018-08-27Improve bignum support for system typesPaul Eggert
2018-08-09Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey
2018-08-07More macro renamings for bignumTom Tromey
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-14New mint_ptr representation for C pointersPaul Eggert
2018-06-10Use native alignment to access Lisp object dataPaul Eggert
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-10-04Speed up (format "%s" STRING) and the likePaul Eggert
2017-09-26Avoid some unnecessary copying in Fformat etc.Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-11Add an optional testfn parameter to assocNicolas Petton
2017-03-04Compare and round more carefullyPaul Eggert
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-07Fix --enable-gcc-warnings --with-ns on FedoraPaul Eggert
2016-12-06Simplify FUNCTIONP implementationPaul Eggert
2016-09-30Limit <config.h>’s includesPaul Eggert
2016-06-19Merge from origin/emacs-25Paul Eggert