index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dbusbind.c
Age
Commit message (
Expand
)
Author
2018-11-30
Fix core dump in dbus-message-internal
Paul Eggert
2018-11-27
Fix core dump in dbus-message-internal
Paul Eggert
2018-09-04
Simplify bignum->intmax conversion
Paul Eggert
2018-08-27
Improve bignum support for system types
Paul Eggert
2018-08-09
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-19
Prefer NILP (x) to EQ (x, Qnil)
Paul Eggert
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-06-14
New mint_ptr representation for C pointers
Paul Eggert
2018-06-10
Use native alignment to access Lisp object data
Paul Eggert
2018-02-16
; Fix doc typos related to indefinite articles
Glenn Morris
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-10-04
Speed up (format "%s" STRING) and the like
Paul Eggert
2017-09-26
Avoid some unnecessary copying in Fformat etc.
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-07-11
Add an optional testfn parameter to assoc
Nicolas Petton
2017-03-04
Compare and round more carefully
Paul Eggert
2017-02-18
Use 'char *FOO' instead of 'char* FOO'
Paul Eggert
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-12-07
Fix --enable-gcc-warnings --with-ns on Fedora
Paul Eggert
2016-12-06
Simplify FUNCTIONP implementation
Paul Eggert
2016-09-30
Limit <config.h>’s includes
Paul Eggert
2016-06-19
Merge from origin/emacs-25
Paul Eggert
2016-06-11
Fix dbus crash on 32-bit Cygwin
Ken Brown
2016-03-27
Rename C names to match Lisp symbols better
Paul Eggert
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-09-17
; Preserve formatting in docstring of dbusbind.c
Michael Albinus
2015-09-16
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-08-26
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-05-31
Remove unused DEFSYMs
Paul Eggert
2015-05-30
Remove format2
Paul Eggert
2015-04-24
Port --enable-gcc-warnings to GCC 5.1 x86-64
Paul Eggert
2015-01-25
Count MANY function args more reliably
Paul Eggert
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-12-25
Prefer stpcpy to strcat
Paul Eggert
2014-10-11
Fix putenv race conditions with undefined behavior.
Paul Eggert
2014-09-23
* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.
Paul Eggert
2014-09-23
Use known length of a Lisp string to copy it faster.
Dmitry Antipov
2014-05-20
* dbusbind.c (xd_signature): Revert last 2 patches.
Michael Albinus
2014-05-19
Allow any non-nil value to count as true in bool-vector.
Paul Eggert
2014-05-19
* src/lisp.h (CHECK_BOOLEAN): New function.
Dmitry Antipov
2014-05-17
Assume C99 or later.
Paul Eggert
2014-02-27
* dbusbind.c (Fdbus__init_bus, Qdbus__init_bus, Sdbus__init_bus):
Michael Albinus
2014-02-20
Improve dbus error handling; detect bus failure
Daniel Colascione
2014-02-18
* dbusbind.c (xd_close_bus): Apply proper check on busobj.
Michael Albinus
2014-02-15
Make closing dbus buses actually work
Daniel Colascione
[prev]
[next]