summaryrefslogtreecommitdiff
path: root/src/dbusbind.c
Commit message (Expand)AuthorAgeFilesLines
* 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 not...Michael Albinus2011-09-251-7/+1
* | Merge from trunk.Paul Eggert2011-09-241-2/+5
|\|
| * * dbusbind.c (Fdbus_register_signal): Add match rule to...Michael Albinus2011-09-241-2/+5
* | (xd_append_arg): Omit range check that is not needed...Paul 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 warning...Paul 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 infrastructure...Tom Tromey2011-01-181-12/+3
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* * dbusbind.c (Fdbus_register_service): Raise an error in case of...Michael 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 parameter...Michael Albinus2011-01-041-17/+31
* Fix syntax error in previous commit.Michael Albinus2010-11-101-1/+1
* * dbusbind.c (QCdbus_type_unix_fd): New Lisp object....Michael Albinus2010-11-101-0/+38
* Fix error in last merge from branch....Chong Yidong2010-11-011-12/+0
* Merge changes from emacs-23 branchChong Yidong2010-10-311-0/+12
|\
| * * dbusbind.c (Fdbus_call_method_asynchronously)...Michael Albinus2010-10-251-0/+12
| * * dbusbind.c (xd_get_dispatch_status): Return a Lisp_Object....Michael Albinus2010-10-081-8/+19
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-081-4/+6
|\|
| * * dbusbind.c (syms_of_dbusbind): Move putenv call ......Michael Albinus2010-10-031-4/+6
| * * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it...Michael Albinus2010-09-281-1/+1
* | Do not include stdlib.h and string.h, config.h does it....Dan Nicolaescu2010-10-011-1/+0