summaryrefslogtreecommitdiff
path: root/src/dbusbind.c
Commit message (Expand)AuthorAge
* Update copyright notices for 2013.Paul Eggert2013-01-01
* * dbusbind.c: Fix cut'n'waste error. Use HAVE_DBUS_VALIDATE_INTERFACE.Michael Albinus2012-10-31
* Add comment for undef of "interface"Daniel Colascione2012-10-15
* Fix cygw32 build break with dbus compilationDaniel Colascione2012-10-14
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert2012-08-27
* * dbusbind.c (xd_remove_watch): Do not assume C99 comments.Paul Eggert2012-08-21
* Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert2012-07-29
* Fix type comparison error.Michael Albinus2012-07-27
* * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize sessionMichael Albinus2012-07-27
* Optimize pure C strings initialization.Dmitry Antipov2012-07-10
* Use make_formatted_string to avoid double length calculation.Dmitry Antipov2012-07-09
* * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid andMichael Albinus2012-06-09
* Merge recent dbus changes better.Paul Eggert2012-05-25
* Merge from trunk.Paul Eggert2012-05-25
|\
| * * dbusbind.c (xd_registered_buses): New internal Lisp object.Michael Albinus2012-05-09
| * Port recent dbusbind.c changes to 32-bit --with-wide-int.Paul Eggert2012-05-09
| * * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice inMichael Albinus2012-05-07
| * * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.Paul Eggert2012-04-22
| * Move functions from C to Lisp. Make non-blocking method callsMichael Albinus2012-04-22
* | Merge from trunk.Paul Eggert2012-02-10
|\|
| * * dbusbind.c (Fdbus_register_method): Mention the return valueMichael Albinus2012-02-02
* | Merge from trunk.Paul Eggert2012-01-09
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
| * Spelling fixes.Paul Eggert2011-12-16
* | Merge from trunk.Paul Eggert2011-12-10
|\|
| * Spelling fixes.Paul Eggert2011-11-19
* | Merge from trunk.Paul Eggert2011-09-25
|\|
| * * dbusbind.c (Fdbus_register_signal): When service is notMichael Albinus2011-09-25
* | Merge from trunk.Paul Eggert2011-09-24
|\|
| * * dbusbind.c (Fdbus_register_signal): Add match rule toMichael Albinus2011-09-24
* | (xd_append_arg): Omit range check that is not neededPaul Eggert2011-09-21
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* Whitespace changes.Juanma Barranquero2011-09-09
* * dbusbind.c (xd_signature_cat): Rename from signature_cat.Michael Albinus2011-09-05
* * src/doprnt.c (esnprintf): Remove. All uses removed.Paul Eggert2011-09-01
* Fix misworded comment.Paul Eggert2011-08-30
* * dbusbind.c (signature_cat): New function.Paul Eggert2011-08-30
* * dbusbind.c (xd_signature, Fdbus_register_signal):Paul Eggert2011-08-29
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.Paul Eggert2011-06-19
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-14
* * dbusbind.c (xd_invalid_serial): Remove. (Bug#8722)Paul Eggert2011-05-24
* * dbusbind.c: Serial number integer overflow fixes.Paul Eggert2011-05-23
* * dbusbind.c (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.Paul Eggert2011-05-23
* * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.Paul Eggert2011-05-23
* * dbusbind.c (QCdbus_type_unix_fd): Declare static.Michael Albinus2011-05-07
* * dbusbind.c: Do not use XPNTR on a value that may be an integer.Paul Eggert2011-04-29
* * dbusbind.c: Don't possibly lose pointer info when converting.Paul Eggert2011-04-27
* Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-18