aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbusbind.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-12-30* src/dbusbind.c (XD_BASIC_DBUS_TYPE): Fix error in declaration.Michael Albinus1-15/+28
2020-10-29Handle several children of PATH in dbus-managed-objects-handlerMichael Albinus1-6/+12
2020-10-05* src/dbusbind.c (xd_signature): Better type check for array elements.Michael Albinus1-2/+8
2020-10-04Make dbus-unregister-object work for monitorsMichael Albinus1-8/+10
2020-10-01Use Fkeywordp in dbusbind.c, againMichael Albinus1-3/+6
2020-10-01Revert last change in dbusbind.cMichael Albinus1-3/+3
2020-09-30Stricter checks for D-Bus compound types.Michael Albinus1-5/+9
2020-09-29More strict D-Bus type checkingMichael Albinus1-7/+15
2020-09-26Add D-Bus monitorMichael Albinus1-32/+107
2020-09-21Add D-Bus testsMichael Albinus1-2/+2
2020-09-20Make D-Bus properties type safeMichael Albinus1-14/+38
2020-09-16D-Bus: keep type information in D-Bus eventsMichael Albinus1-44/+60
2020-09-10Implement D-Bus properties with compound type.Michael Albinus1-4/+5
2020-09-08Implement typed D-Bus properties (Bug#43252)Michael Albinus1-8/+8
2020-09-06More work on D-Bus error messagesMichael Albinus1-4/+8
2020-09-04Extend dbus.el by error messages, and :write access typeMichael Albinus1-3/+15
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-09-11Reset dbus registered buses on dump loadPaul Eggert1-4/+8
2019-09-04Tweak xd_append_arg to pacify -Wnull-dereferencePaul Eggert1-16/+21
2019-07-07Remove printmax_t etc.Paul Eggert1-10/+8
2019-05-30Simplify xd_signature to pacify GCC 9Paul Eggert1-5/+3
2019-05-03Simplify xd_signature to pacify GCC 9Paul Eggert1-5/+3
2019-01-15Add portable dumperDaniel Colascione1-0/+2
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-11-30Fix core dump in dbus-message-internalPaul Eggert1-1/+1
2018-11-27Fix core dump in dbus-message-internalPaul Eggert1-1/+1
2018-09-04Simplify bignum->intmax conversionPaul Eggert1-20/+10
2018-08-27Improve bignum support for system typesPaul Eggert1-16/+28
2018-08-07More macro renamings for bignumTom Tromey1-9/+9
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert1-2/+2
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-28/+28
2018-06-14New mint_ptr representation for C pointersPaul Eggert1-2/+2
2018-06-10Use native alignment to access Lisp object dataPaul Eggert1-8/+10
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-10-04Speed up (format "%s" STRING) and the likePaul Eggert1-2/+1
2017-09-26Avoid some unnecessary copying in Fformat etc.Paul Eggert1-1/+2
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-07-11Add an optional testfn parameter to assocNicolas Petton1-3/+3
2017-03-04Compare and round more carefullyPaul Eggert1-2/+2
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-12-07Fix --enable-gcc-warnings --with-ns on FedoraPaul Eggert1-1/+1
2016-12-06Simplify FUNCTIONP implementationPaul Eggert1-1/+1
2016-09-30Limit <config.h>’s includesPaul Eggert1-0/+1
2016-06-11Fix dbus crash on 32-bit CygwinKen Brown1-2/+2
2016-03-27Rename C names to match Lisp symbols betterPaul Eggert1-63/+58