aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
Commit message (Expand)AuthorAgeFilesLines
* guile-elisp bootstrap part (C)BT Templeton2015-04-191-9/+9
* * src/lread.c (oblookup): Remove. All callers changed.BT Templeton2015-04-191-5/+7
* use guile subrsBT Templeton2015-04-191-14/+14
* function splitBT Templeton2015-04-191-1/+1
* dynwind fixesRobin Templeton2015-04-181-2/+2
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-1/+1
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-5/+5
* use guile-snarf for subr definitionBT Templeton2015-04-181-5/+2
* use xmalloc_atomic for many pointerless objectsRobin Templeton2015-04-181-1/+1
* Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-1/+1
* * doc.c (store_function_docstring): Fix pointer signedness mismatch.Paul Eggert2014-03-201-1/+1
* * lisp/emacs-lisp/nadvice.el (advice--make-docstring): Try harder to findStefan Monnier2014-03-201-1/+4
* * src/doc.c (Fsnarf_documentation): Snarf not-yet-bound variablesGlenn Morris2014-02-271-3/+9
* Remove the dynamic-docstring-function feature.Chong Yidong2014-01-031-15/+0
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Don't let unusual after-change-functions overwrite " prin1" buffer in use.Eli Zaretskii2013-11-161-0/+6
* Omit some unnecessary casts.Paul Eggert2013-08-101-1/+1
* * doc.c: Fix minor memory and file descriptor leaks.Paul Eggert2013-07-181-16/+17
* A few more minor file errno-reporting bugs.Paul Eggert2013-07-161-1/+6
* * fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert2013-07-161-1/+1
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-2/+1
* Simplify buildobj processing.Paul Eggert2013-07-011-23/+10
* * src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings):Stefan Monnier2013-06-041-3/+1
* Use just DOC instead of DOC-nn.mm.Stefan Monnier2013-05-151-2/+2
* * src/doc.c (get_doc_string): Slightly relax the sanity checking.Stefan Monnier2013-05-091-8/+14
* Tune by using memchr and memrchr.Paul Eggert2013-02-111-3/+2
* * src/lread.c (skip_dyn_bytes): New function.Stefan Monnier2013-02-081-7/+7
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | Simplify via eabs.Paul Eggert2013-01-011-5/+4
* | src/doc.c: Fix bug#13034.Juanma Barranquero2012-11-301-0/+8
* | New property dynamic-docstring-function for docstrings.Stefan Monnier2012-11-081-19/+16
|/
* * src/doc.c (get_doc_string): Don't signal an error if the file is missing.Stefan Monnier2012-10-121-1/+2
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Revert changes prompted only by gcc -Wjump-misses-init.Paul Eggert2012-09-031-2/+1
* Fix minor problems found by static checking.Paul Eggert2012-09-031-1/+2
* Clean up some extern decls.Paul Eggert2012-09-021-1/+0
* * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert2012-09-021-21/+18
* Use ASCII tests for character types.Paul Eggert2012-08-161-3/+4
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-071-1/+1
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-1/+1
* Use INTERNAL_FIELD for symbols.Dmitry Antipov2012-08-011-1/+1
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-101-1/+1
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-1/+1
* More xmalloc and related cleanup.Paul Eggert2012-07-051-5/+4
* Cleanup xmalloc.Dmitry Antipov2012-07-051-1/+1
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-3/+0
* Let C-h f do autoloading, and report if a function was previously autoloaded.Chong Yidong2012-06-271-2/+2
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge from emacs-24; up to 2012-04-24T21:47:[email protected]Chong Yidong2012-05-311-8/+13
|\