summaryrefslogtreecommitdiff
path: root/src/dbusbind.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-11-201-2/+2
* Prefer using DEFSYMs to intern with wrong_type_argumentStefan Kangas2022-09-181-2/+2
* Pacify GCC 12 in default developer buildPaul Eggert2022-05-121-20/+21
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * src/dbusbind.c (XD_BASIC_DBUS_TYPE): Fix error in declaration.Michael Albinus2020-12-301-15/+28
* Handle several children of PATH in dbus-managed-objects-handlerMichael Albinus2020-10-291-6/+12
* * src/dbusbind.c (xd_signature): Better type check for array elements.Michael Albinus2020-10-051-2/+8
* Make dbus-unregister-object work for monitorsMichael Albinus2020-10-041-8/+10
* Use Fkeywordp in dbusbind.c, againMichael Albinus2020-10-011-3/+6
* Revert last change in dbusbind.cMichael Albinus2020-10-011-3/+3
* Stricter checks for D-Bus compound types.Michael Albinus2020-09-301-5/+9
* More strict D-Bus type checkingMichael Albinus2020-09-291-7/+15
* Add D-Bus monitorMichael Albinus2020-09-261-32/+107
* Add D-Bus testsMichael Albinus2020-09-211-2/+2
* Make D-Bus properties type safeMichael Albinus2020-09-201-14/+38
* D-Bus: keep type information in D-Bus eventsMichael Albinus2020-09-161-44/+60
* Implement D-Bus properties with compound type.Michael Albinus2020-09-101-4/+5
* Implement typed D-Bus properties (Bug#43252)Michael Albinus2020-09-081-8/+8
* More work on D-Bus error messagesMichael Albinus2020-09-061-4/+8
* Extend dbus.el by error messages, and :write access typeMichael Albinus2020-09-041-3/+15
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Reset dbus registered buses on dump loadPaul Eggert2019-09-111-4/+8
* Tweak xd_append_arg to pacify -Wnull-dereferencePaul Eggert2019-09-041-16/+21
* 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