summaryrefslogtreecommitdiff
path: root/src/doc.c
Commit message (Expand)AuthorAge
* Update copyright year to 2015Paul Eggert2015-01-01
* Backport doc.c fix from trunk.Paul Eggert2014-03-20
* * lisp/emacs-lisp/nadvice.el (advice--make-docstring): Try harder to findStefan Monnier2014-03-20
* * src/doc.c (Fsnarf_documentation): Snarf not-yet-bound variablesGlenn Morris2014-02-27
* Remove the dynamic-docstring-function feature.Chong Yidong2014-01-03
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Don't let unusual after-change-functions overwrite " prin1" buffer in use.Eli Zaretskii2013-11-16
* Omit some unnecessary casts.Paul Eggert2013-08-10
* * doc.c: Fix minor memory and file descriptor leaks.Paul Eggert2013-07-18
* A few more minor file errno-reporting bugs.Paul Eggert2013-07-16
* * fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert2013-07-16
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* Simplify buildobj processing.Paul Eggert2013-07-01
* * src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings):Stefan Monnier2013-06-04
* Use just DOC instead of DOC-nn.mm.Stefan Monnier2013-05-15
* * src/doc.c (get_doc_string): Slightly relax the sanity checking.Stefan Monnier2013-05-09
* Tune by using memchr and memrchr.Paul Eggert2013-02-11
* * src/lread.c (skip_dyn_bytes): New function.Stefan Monnier2013-02-08
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | Simplify via eabs.Paul Eggert2013-01-01
* | src/doc.c: Fix bug#13034.Juanma Barranquero2012-11-30
* | New property dynamic-docstring-function for docstrings.Stefan Monnier2012-11-08
|/
* * src/doc.c (get_doc_string): Don't signal an error if the file is missing.Stefan Monnier2012-10-12
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Revert changes prompted only by gcc -Wjump-misses-init.Paul Eggert2012-09-03
* Fix minor problems found by static checking.Paul Eggert2012-09-03
* Clean up some extern decls.Paul Eggert2012-09-02
* * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert2012-09-02
* Use ASCII tests for character types.Paul Eggert2012-08-16
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-07
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-03
* Use INTERNAL_FIELD for symbols.Dmitry Antipov2012-08-01
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-10
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-10
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-03
* Let C-h f do autoloading, and report if a function was previously autoloaded.Chong Yidong2012-06-27
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.deChong Yidong2012-05-31
|\
| * * keymap.c (describe_map_tree): Revert 2011-07-07 change.Chong Yidong2012-05-30
* | Merge from trunk.Paul Eggert2012-04-09
|\ \
| * | doc.c fix for bug#11036Glenn Morris2012-04-09
| |/
* | Merge from trunk.Paul Eggert2012-02-10
|\|
| * * doc.c (store_function_docstring): Fix last change.Chong Yidong2012-02-07
| * * doc.c (store_function_docstring): Avoid applying docstring of alias to base...Chong Yidong2012-02-06
* | Merge from trunk.Paul Eggert2012-01-09
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* | Merge from trunk.Paul Eggert2011-10-13
|\|