summaryrefslogtreecommitdiff
path: root/src/doc.c
AgeCommit message (Expand)Author
2013-07-01Simplify buildobj processing.Paul Eggert
2013-06-04* src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings):Stefan Monnier
2013-05-15Use just DOC instead of DOC-nn.mm.Stefan Monnier
2013-05-09* src/doc.c (get_doc_string): Slightly relax the sanity checking.Stefan Monnier
2013-02-11Tune by using memchr and memrchr.Paul Eggert
2013-02-08* src/lread.c (skip_dyn_bytes): New function.Stefan Monnier
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Simplify via eabs.Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-11-30src/doc.c: Fix bug#13034.Juanma Barranquero
2012-11-08New property dynamic-docstring-function for docstrings.Stefan Monnier
2012-10-12* src/doc.c (get_doc_string): Don't signal an error if the file is missing.Stefan Monnier
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-03Revert changes prompted only by gcc -Wjump-misses-init.Paul Eggert
2012-09-03Fix minor problems found by static checking.Paul Eggert
2012-09-02Clean up some extern decls.Paul Eggert
2012-09-02* doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert
2012-08-16Use ASCII tests for character types.Paul Eggert
2012-08-07Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov
2012-08-03Remove unnecessary casts involving pointers.Paul Eggert
2012-08-01Use INTERNAL_FIELD for symbols.Dmitry Antipov
2012-07-10Simplify by avoiding confusing use of strncpy etc.Paul Eggert
2012-07-10Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov
2012-07-05More xmalloc and related cleanup.Paul Eggert
2012-07-05Cleanup xmalloc.Dmitry Antipov
2012-07-03Auto-generate EXFUN using make-docfileTom Tromey
2012-06-27Let C-h f do autoloading, and report if a function was previously autoloaded.Chong Yidong
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab
2012-05-31Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.deChong Yidong
2012-05-30* keymap.c (describe_map_tree): Revert 2011-07-07 change.Chong Yidong
2012-04-09Merge from trunk.Paul Eggert
2012-04-09doc.c fix for bug#11036Glenn Morris
2012-02-10Merge from trunk.Paul Eggert
2012-02-07* doc.c (store_function_docstring): Fix last change.Chong Yidong
2012-02-06* doc.c (store_function_docstring): Avoid applying docstring of alias to base...Chong Yidong
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-10-13Merge from trunk.Paul Eggert
2011-10-12* doc.c (get_doc_string): Encode file name.Stefan Monnier
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-08-18* doc.c (get_doc_string): Rework so thatPaul Eggert
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert
2011-07-28* doc.c: Integer and memory overflow fixes.Paul Eggert
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero
2011-06-12* doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.Paul Eggert
2011-05-06Do not assume EMACS_INT is the same width as a pointer.Paul Eggert
2011-04-29* lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.Paul Eggert
2011-04-29Prefer intptr_t/uintptr_t for integers the same widths as pointers.Paul Eggert
2011-04-27Add FIXME comment.Paul Eggert
2011-04-25Merge from mainline.Paul Eggert