summaryrefslogtreecommitdiff
path: root/src/dbusbind.c
Commit message (Expand)AuthorAgeFilesLines
* * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid andMichael Albinus2012-06-091-18/+29
* Merge recent dbus changes better.Paul Eggert2012-05-251-42/+33
* Merge from trunk.Paul Eggert2012-05-251-1173/+675
|\
| * * dbusbind.c (xd_registered_buses): New internal Lisp object.Michael Albinus2012-05-091-13/+14
| * Port recent dbusbind.c changes to 32-bit --with-wide-int.Paul Eggert2012-05-091-17/+37
| * * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice inMichael Albinus2012-05-071-6/+7
| * * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.Paul Eggert2012-04-221-1/+4
| * Move functions from C to Lisp. Make non-blocking method callsMichael Albinus2012-04-221-1155/+577
* | Merge from trunk.Paul Eggert2012-02-101-4/+7
|\ \ | |/
| * * dbusbind.c (Fdbus_register_method): Mention the return valueMichael Albinus2012-02-021-4/+7
* | Merge from trunk.Paul Eggert2012-01-091-2/+2
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Spelling fixes.Paul Eggert2011-12-161-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
* | Merge from trunk.Paul Eggert2011-09-251-7/+1
|\ \ | |/
| * * dbusbind.c (Fdbus_register_signal): When service is notMichael Albinus2011-09-251-7/+1
* | Merge from trunk.Paul Eggert2011-09-241-2/+5
|\ \ | |/
| * * dbusbind.c (Fdbus_register_signal): Add match rule toMichael Albinus2011-09-241-2/+5
* | (xd_append_arg): Omit range check that is not neededPaul Eggert2011-09-211-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-8/+8
|/
* Whitespace changes.Juanma Barranquero2011-09-091-1/+1
* * dbusbind.c (xd_signature_cat): Rename from signature_cat.Michael Albinus2011-09-051-6/+6
* * src/doprnt.c (esnprintf): Remove. All uses removed.Paul Eggert2011-09-011-14/+28
* Fix misworded comment.Paul Eggert2011-08-301-1/+1
* * dbusbind.c (signature_cat): New function.Paul Eggert2011-08-301-5/+17
* * dbusbind.c (xd_signature, Fdbus_register_signal):Paul Eggert2011-08-291-19/+22
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-105/+39
* * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.Paul Eggert2011-06-191-7/+6
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-141-25/+25
* * dbusbind.c (xd_invalid_serial): Remove. (Bug#8722)Paul Eggert2011-05-241-8/+1
* * dbusbind.c: Serial number integer overflow fixes.Paul Eggert2011-05-231-22/+51
* * dbusbind.c (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.Paul Eggert2011-05-231-4/+6
* * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.Paul Eggert2011-05-231-18/+18
* * dbusbind.c (QCdbus_type_unix_fd): Declare static.Michael Albinus2011-05-071-13/+24
* * dbusbind.c: Do not use XPNTR on a value that may be an integer.Paul Eggert2011-04-291-3/+5
* * dbusbind.c: Don't possibly lose pointer info when converting.Paul Eggert2011-04-271-3/+3
* Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-3/+3
* * dired.c (file_name_completion): Now static.Paul Eggert2011-04-111-1/+1
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-29/+29
* Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-261-25/+26
* * dbusbind.c (Fdbus_register_service, Fdbus_register_method): Remove unused v...Paul Eggert2011-03-131-2/+0
* * dbusbind.c (Fdbus_init_bus): Add cast to avoid warningPaul Eggert2011-03-131-1/+1
* * dbusbind.c: Pointer signedness fixes.Paul Eggert2011-03-131-23/+22
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-12/+3
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* * dbusbind.c (Fdbus_register_service): Raise an error in case ofMichael Albinus2011-01-101-20/+17
* * dbusbind.c (QCdbus_request_name_allow_replacement): New symbol;Michael Albinus2011-01-101-12/+147
* * dbusbind.c (Fdbus_register_method): Added optional parameterMichael Albinus2011-01-041-17/+31