| Commit message (Expand) | Author | Age | Files | Lines |
* | Count MANY function args more reliably | Paul Eggert | 2015-01-25 | 1 | -13/+0 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -2/+0 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+2 |
* | Prefer stpcpy to strcat | Paul Eggert | 2014-12-25 | 1 | -21/+12 |
* | Use AUTO_CONS instead of SCOPED_CONS, etc. | Paul Eggert | 2014-09-30 | 1 | -2/+3 |
* | Simplify stack-allocated Lisp objects, and make them more portable. | Paul Eggert | 2014-09-29 | 1 | -2/+2 |
* | Fix some slow uses and misuses of strcat. | Paul Eggert | 2014-09-23 | 1 | -2/+2 |
* | * 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 |
* | If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack. | Dmitry Antipov | 2014-09-15 | 1 | -2/+2 |
* | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation. | Paul Eggert | 2014-09-07 | 1 | -6/+15 |
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. | Paul Eggert | 2014-04-05 | 1 | -1/+1 |
* | * doc.c (store_function_docstring): Fix pointer signedness mismatch. | Paul Eggert | 2014-03-20 | 1 | -1/+1 |
* | * lisp/emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find | Stefan Monnier | 2014-03-20 | 1 | -1/+4 |
* | * src/doc.c (Fsnarf_documentation): Snarf not-yet-bound variables | Glenn Morris | 2014-02-27 | 1 | -3/+9 |
* | Remove the dynamic-docstring-function feature. | Chong Yidong | 2014-01-03 | 1 | -15/+0 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Don't let unusual after-change-functions overwrite " prin1" buffer in use. | Eli Zaretskii | 2013-11-16 | 1 | -0/+6 |
* | Omit some unnecessary casts. | Paul Eggert | 2013-08-10 | 1 | -1/+1 |
* | * doc.c: Fix minor memory and file descriptor leaks. | Paul Eggert | 2013-07-18 | 1 | -16/+17 |
* | A few more minor file errno-reporting bugs. | Paul Eggert | 2013-07-16 | 1 | -1/+6 |
* | * fileio.c (report_file_errno): Fix errno reporting bug. | Paul Eggert | 2013-07-16 | 1 | -1/+1 |
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -2/+1 |
* | Simplify buildobj processing. | Paul Eggert | 2013-07-01 | 1 | -23/+10 |
* | * src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings): | Stefan Monnier | 2013-06-04 | 1 | -3/+1 |
* | Use just DOC instead of DOC-nn.mm. | Stefan Monnier | 2013-05-15 | 1 | -2/+2 |
* | * src/doc.c (get_doc_string): Slightly relax the sanity checking. | Stefan Monnier | 2013-05-09 | 1 | -8/+14 |
* | Tune by using memchr and memrchr. | Paul Eggert | 2013-02-11 | 1 | -3/+2 |
* | * src/lread.c (skip_dyn_bytes): New function. | Stefan Monnier | 2013-02-08 | 1 | -7/+7 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+2 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+2 |
* | | Simplify via eabs. | Paul Eggert | 2013-01-01 | 1 | -5/+4 |
* | | src/doc.c: Fix bug#13034. | Juanma Barranquero | 2012-11-30 | 1 | -0/+8 |
* | | New property dynamic-docstring-function for docstrings. | Stefan Monnier | 2012-11-08 | 1 | -19/+16 |
|/ |
|
* | * src/doc.c (get_doc_string): Don't signal an error if the file is missing. | Stefan Monnier | 2012-10-12 | 1 | -1/+2 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | Revert changes prompted only by gcc -Wjump-misses-init. | Paul Eggert | 2012-09-03 | 1 | -2/+1 |
* | Fix minor problems found by static checking. | Paul Eggert | 2012-09-03 | 1 | -1/+2 |
* | Clean up some extern decls. | Paul Eggert | 2012-09-02 | 1 | -1/+0 |
* | * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean. | Paul Eggert | 2012-09-02 | 1 | -21/+18 |
* | Use ASCII tests for character types. | Paul Eggert | 2012-08-16 | 1 | -3/+4 |
* | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things. | Dmitry Antipov | 2012-08-07 | 1 | -1/+1 |
* | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -1/+1 |
* | Use INTERNAL_FIELD for symbols. | Dmitry Antipov | 2012-08-01 | 1 | -1/+1 |
* | Simplify by avoiding confusing use of strncpy etc. | Paul Eggert | 2012-07-10 | 1 | -1/+1 |
* | Use XCAR and XCDR instead of Fcar and Fcdr where possible. | Dmitry Antipov | 2012-07-10 | 1 | -1/+1 |
* | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -5/+4 |
* | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -1/+1 |
* | Auto-generate EXFUN using make-docfile | Tom Tromey | 2012-07-03 | 1 | -3/+0 |
* | Let C-h f do autoloading, and report if a function was previously autoloaded. | Chong Yidong | 2012-06-27 | 1 | -2/+2 |