index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dbusbind.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-1
/
+0
*
; Preserve formatting in docstring of dbusbind.c
Michael Albinus
2015-09-17
1
-4
/
+4
*
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
1
-5
/
+5
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-26
1
-46
/
+12
*
Remove unused DEFSYMs
Paul Eggert
2015-05-31
1
-4
/
+0
*
Remove format2
Paul Eggert
2015-05-30
1
-2
/
+6
*
Port --enable-gcc-warnings to GCC 5.1 x86-64
Paul Eggert
2015-04-24
1
-2
/
+2
*
Count MANY function args more reliably
Paul Eggert
2015-01-25
1
-6
/
+1
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-31
/
+8
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Prefer stpcpy to strcat
Paul Eggert
2014-12-25
1
-1
/
+1
*
Fix putenv race conditions with undefined behavior.
Paul Eggert
2014-10-11
1
-3
/
+8
*
* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.
Paul Eggert
2014-09-23
1
-1
/
+1
*
Use known length of a Lisp string to copy it faster.
Dmitry Antipov
2014-09-23
1
-1
/
+1
*
* dbusbind.c (xd_signature): Revert last 2 patches.
Michael Albinus
2014-05-20
1
-2
/
+2
*
Allow any non-nil value to count as true in bool-vector.
Paul Eggert
2014-05-19
1
-1
/
+2
*
* src/lisp.h (CHECK_BOOLEAN): New function.
Dmitry Antipov
2014-05-19
1
-2
/
+1
*
Assume C99 or later.
Paul Eggert
2014-05-17
1
-5
/
+1
*
* dbusbind.c (Fdbus__init_bus, Qdbus__init_bus, Sdbus__init_bus):
Michael Albinus
2014-02-27
1
-7
/
+7
*
Improve dbus error handling; detect bus failure
Daniel Colascione
2014-02-20
1
-4
/
+7
*
* dbusbind.c (xd_close_bus): Apply proper check on busobj.
Michael Albinus
2014-02-18
1
-2
/
+2
*
Make closing dbus buses actually work
Daniel Colascione
2014-02-15
1
-2
/
+16
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Port to C89.
Paul Eggert
2013-07-10
1
-2
/
+6
*
Port --enable-gcc-warnings to clang.
Paul Eggert
2013-05-17
1
-1
/
+1
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+1
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
|
Use putenv+unsetenv instead of modifying environ directly.
Paul Eggert
2012-12-08
1
-1
/
+1
|
/
*
* dbusbind.c: Fix cut'n'waste error. Use HAVE_DBUS_VALIDATE_INTERFACE.
Michael Albinus
2012-10-31
1
-2
/
+2
*
Add comment for undef of "interface"
Daniel Colascione
2012-10-15
1
-0
/
+4
*
Fix cygw32 build break with dbus compilation
Daniel Colascione
2012-10-14
1
-0
/
+4
*
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-15
1
-1
/
+1
*
* composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.
Paul Eggert
2012-08-27
1
-4
/
+3
*
* dbusbind.c (xd_remove_watch): Do not assume C99 comments.
Paul Eggert
2012-08-21
1
-2
/
+4
*
Don't use the abbreviation "win" to refer to Windows (Bug#10421).
Paul Eggert
2012-07-29
1
-1
/
+1
*
Fix type comparison error.
Michael Albinus
2012-07-27
1
-2
/
+3
*
* dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize session
Michael Albinus
2012-07-27
1
-63
/
+78
*
Optimize pure C strings initialization.
Dmitry Antipov
2012-07-10
1
-2
/
+2
*
Use make_formatted_string to avoid double length calculation.
Dmitry Antipov
2012-07-09
1
-2
/
+2
*
* dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and
Michael Albinus
2012-06-09
1
-18
/
+29
*
Merge recent dbus changes better.
Paul Eggert
2012-05-25
1
-42
/
+33
*
Merge from trunk.
Paul Eggert
2012-05-25
1
-1173
/
+675
|
\
|
*
* dbusbind.c (xd_registered_buses): New internal Lisp object.
Michael Albinus
2012-05-09
1
-13
/
+14
|
*
Port recent dbusbind.c changes to 32-bit --with-wide-int.
Paul Eggert
2012-05-09
1
-17
/
+37
|
*
* dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in
Michael Albinus
2012-05-07
1
-6
/
+7
|
*
* dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.
Paul Eggert
2012-04-22
1
-1
/
+4
|
*
Move functions from C to Lisp. Make non-blocking method calls
Michael Albinus
2012-04-22
1
-1155
/
+577
*
|
Merge from trunk.
Paul Eggert
2012-02-10
1
-4
/
+7
|
\
|
|
*
* dbusbind.c (Fdbus_register_method): Mention the return value
Michael Albinus
2012-02-02
1
-4
/
+7
[next]