summaryrefslogtreecommitdiff
path: root/src/dbusbind.c
AgeCommit message (Expand)Author
2018-11-30Fix core dump in dbus-message-internalPaul Eggert
2018-11-27Fix core dump in dbus-message-internalPaul Eggert
2018-09-04Simplify bignum->intmax conversionPaul Eggert
2018-08-27Improve bignum support for system typesPaul Eggert
2018-08-09Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey
2018-08-07More macro renamings for bignumTom Tromey
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-14New mint_ptr representation for C pointersPaul Eggert
2018-06-10Use native alignment to access Lisp object dataPaul Eggert
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-10-04Speed up (format "%s" STRING) and the likePaul Eggert
2017-09-26Avoid some unnecessary copying in Fformat etc.Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-11Add an optional testfn parameter to assocNicolas Petton
2017-03-04Compare and round more carefullyPaul Eggert
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-07Fix --enable-gcc-warnings --with-ns on FedoraPaul Eggert
2016-12-06Simplify FUNCTIONP implementationPaul Eggert
2016-09-30Limit <config.h>’s includesPaul Eggert
2016-06-19Merge from origin/emacs-25Paul Eggert
2016-06-11Fix dbus crash on 32-bit CygwinKen Brown
2016-03-27Rename C names to match Lisp symbols betterPaul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-09-17; Preserve formatting in docstring of dbusbind.cMichael Albinus
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert
2015-05-31Remove unused DEFSYMsPaul Eggert
2015-05-30Remove format2Paul Eggert
2015-04-24Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert
2015-01-25Count MANY function args more reliablyPaul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-25Prefer stpcpy to strcatPaul Eggert
2014-10-11Fix 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-23Use 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-19Allow 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-17Assume C99 or later.Paul Eggert
2014-02-27* dbusbind.c (Fdbus__init_bus, Qdbus__init_bus, Sdbus__init_bus):Michael Albinus
2014-02-20Improve dbus error handling; detect bus failureDaniel Colascione
2014-02-18* dbusbind.c (xd_close_bus): Apply proper check on busobj.Michael Albinus
2014-02-15Make closing dbus buses actually workDaniel Colascione