aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbusbind.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-09-11Reset dbus registered buses on dump loadPaul Eggert1-4/+8
2019-09-04Tweak xd_append_arg to pacify -Wnull-dereferencePaul Eggert1-16/+21
2019-07-07Remove printmax_t etc.Paul Eggert1-10/+8
2019-05-30Simplify xd_signature to pacify GCC 9Paul Eggert1-5/+3
2019-05-03Simplify xd_signature to pacify GCC 9Paul Eggert1-5/+3
2019-01-15Add portable dumperDaniel Colascione1-0/+2
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-11-30Fix core dump in dbus-message-internalPaul Eggert1-1/+1
2018-11-27Fix core dump in dbus-message-internalPaul Eggert1-1/+1
2018-09-04Simplify bignum->intmax conversionPaul Eggert1-20/+10
2018-08-27Improve bignum support for system typesPaul Eggert1-16/+28
2018-08-07More macro renamings for bignumTom Tromey1-9/+9
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert1-2/+2
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-28/+28
2018-06-14New mint_ptr representation for C pointersPaul Eggert1-2/+2
2018-06-10Use native alignment to access Lisp object dataPaul Eggert1-8/+10
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-10-04Speed up (format "%s" STRING) and the likePaul Eggert1-2/+1
2017-09-26Avoid some unnecessary copying in Fformat etc.Paul Eggert1-1/+2
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-07-11Add an optional testfn parameter to assocNicolas Petton1-3/+3
2017-03-04Compare and round more carefullyPaul Eggert1-2/+2
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-12-07Fix --enable-gcc-warnings --with-ns on FedoraPaul Eggert1-1/+1
2016-12-06Simplify FUNCTIONP implementationPaul Eggert1-1/+1
2016-09-30Limit <config.h>’s includesPaul Eggert1-0/+1
2016-06-11Fix dbus crash on 32-bit CygwinKen Brown1-2/+2
2016-03-27Rename C names to match Lisp symbols betterPaul Eggert1-63/+58
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-10-20Include-file cleanup for src directoryPaul Eggert1-1/+0
2015-09-17; Preserve formatting in docstring of dbusbind.cMichael Albinus1-4/+4
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert1-5/+5
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert1-46/+12
2015-05-31Remove unused DEFSYMsPaul Eggert1-4/+0
2015-05-30Remove format2Paul Eggert1-2/+6
2015-04-24Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert1-2/+2
2015-01-25Count MANY function args more reliablyPaul Eggert1-6/+1
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-31/+8
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-12-25Prefer stpcpy to strcatPaul Eggert1-1/+1
2014-10-11Fix putenv race conditions with undefined behavior.Paul Eggert1-3/+8
2014-09-23* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert1-1/+1
2014-09-23Use known length of a Lisp string to copy it faster.Dmitry Antipov1-1/+1
2014-05-20* dbusbind.c (xd_signature): Revert last 2 patches.Michael Albinus1-2/+2
2014-05-19Allow any non-nil value to count as true in bool-vector.Paul Eggert1-1/+2