| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'origin/master' into feature/bignum | Tom Tromey | 2018-08-09 | 1 | -2/+2 |
|\ |
|
| * | Prefer NILP (x) to EQ (x, Qnil) | Paul Eggert | 2018-07-19 | 1 | -2/+2 |
* | | More macro renamings for bignum | Tom Tromey | 2018-08-07 | 1 | -9/+9 |
* | | Rename integerp->fixnum, etc, in preparation for bignums | Tom Tromey | 2018-07-12 | 1 | -28/+28 |
|/ |
|
* | New mint_ptr representation for C pointers | Paul Eggert | 2018-06-14 | 1 | -2/+2 |
* | Use native alignment to access Lisp object data | Paul Eggert | 2018-06-10 | 1 | -8/+10 |
* | ; Fix doc typos related to indefinite articles | Glenn Morris | 2018-02-16 | 1 | -1/+1 |
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Speed up (format "%s" STRING) and the like | Paul Eggert | 2017-10-04 | 1 | -2/+1 |
* | Avoid some unnecessary copying in Fformat etc. | Paul Eggert | 2017-09-26 | 1 | -1/+2 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Add an optional testfn parameter to assoc | Nicolas Petton | 2017-07-11 | 1 | -3/+3 |
* | Compare and round more carefully | Paul Eggert | 2017-03-04 | 1 | -2/+2 |
* | Use 'char *FOO' instead of 'char* FOO' | Paul Eggert | 2017-02-18 | 1 | -1/+1 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | | Fix --enable-gcc-warnings --with-ns on Fedora | Paul Eggert | 2016-12-07 | 1 | -1/+1 |
* | | Simplify FUNCTIONP implementation | Paul Eggert | 2016-12-06 | 1 | -1/+1 |
* | | Limit <config.h>’s includes | Paul Eggert | 2016-09-30 | 1 | -0/+1 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-06-19 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix dbus crash on 32-bit Cygwin | Ken Brown | 2016-06-11 | 1 | -2/+2 |
* | | Rename C names to match Lisp symbols better | Paul Eggert | 2016-03-27 | 1 | -63/+58 |
|/ |
|
* | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -2/+2 |
* | 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 |
|\ |
|