summaryrefslogtreecommitdiff
path: root/src/dbusbind.c
AgeCommit message (Expand)Author
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-07-10Port to C89.Paul Eggert
2013-05-17Port --enable-gcc-warnings to clang.Paul Eggert
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-08Use putenv+unsetenv instead of modifying environ directly.Paul Eggert
2012-10-31* dbusbind.c: Fix cut'n'waste error. Use HAVE_DBUS_VALIDATE_INTERFACE.Michael Albinus
2012-10-15Add comment for undef of "interface"Daniel Colascione
2012-10-14Fix cygw32 build break with dbus compilationDaniel Colascione
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-08-27* composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert
2012-08-21* dbusbind.c (xd_remove_watch): Do not assume C99 comments.Paul Eggert
2012-07-29Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert
2012-07-27Fix type comparison error.Michael Albinus
2012-07-27* dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize sessionMichael Albinus
2012-07-10Optimize pure C strings initialization.Dmitry Antipov
2012-07-09Use make_formatted_string to avoid double length calculation.Dmitry Antipov
2012-06-09* dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid andMichael Albinus
2012-05-25Merge recent dbus changes better.Paul Eggert
2012-05-25Merge from trunk.Paul Eggert
2012-05-09* dbusbind.c (xd_registered_buses): New internal Lisp object.Michael Albinus
2012-05-09Port recent dbusbind.c changes to 32-bit --with-wide-int.Paul Eggert
2012-05-07* dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice inMichael Albinus
2012-04-22* dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.Paul Eggert
2012-04-22Move functions from C to Lisp. Make non-blocking method callsMichael Albinus
2012-02-10Merge from trunk.Paul Eggert
2012-02-02* dbusbind.c (Fdbus_register_method): Mention the return valueMichael Albinus
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-16Spelling fixes.Paul Eggert
2011-12-10Merge from trunk.Paul Eggert
2011-11-19Spelling fixes.Paul Eggert
2011-09-25Merge from trunk.Paul Eggert
2011-09-25* dbusbind.c (Fdbus_register_signal): When service is notMichael Albinus
2011-09-24Merge from trunk.Paul Eggert
2011-09-24* dbusbind.c (Fdbus_register_signal): Add match rule toMichael Albinus
2011-09-21(xd_append_arg): Omit range check that is not neededPaul Eggert
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-09-09Whitespace changes.Juanma Barranquero
2011-09-05* dbusbind.c (xd_signature_cat): Rename from signature_cat.Michael Albinus
2011-09-01* src/doprnt.c (esnprintf): Remove. All uses removed.Paul Eggert
2011-08-30Fix misworded comment.Paul Eggert
2011-08-30* dbusbind.c (signature_cat): New function.Paul Eggert
2011-08-29* dbusbind.c (xd_signature, Fdbus_register_signal):Paul Eggert
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero
2011-06-19* dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.Paul Eggert
2011-06-14Variadic C functions now count arguments with ptrdiff_t.Paul Eggert
2011-05-24* dbusbind.c (xd_invalid_serial): Remove. (Bug#8722)Paul Eggert
2011-05-23* dbusbind.c: Serial number integer overflow fixes.Paul Eggert
2011-05-23* dbusbind.c (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.Paul Eggert