summaryrefslogtreecommitdiff
path: root/src/dbusbind.c
AgeCommit message (Expand)Author
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
2011-05-23* dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.Paul Eggert
2011-05-07* dbusbind.c (QCdbus_type_unix_fd): Declare static.Michael Albinus
2011-04-29* dbusbind.c: Do not use XPNTR on a value that may be an integer.Paul Eggert
2011-04-27* dbusbind.c: Don't possibly lose pointer info when converting.Paul Eggert
2011-04-18Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert
2011-04-11* dired.c (file_name_completion): Now static.Paul Eggert
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert
2011-03-26Variadic C functions now count arguments with size_t, not int.Paul Eggert
2011-03-13* dbusbind.c (Fdbus_register_service, Fdbus_register_method): Remove unused v...Paul Eggert
2011-03-13* dbusbind.c (Fdbus_init_bus): Add cast to avoid warningPaul Eggert
2011-03-13* dbusbind.c: Pointer signedness fixes.Paul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris