summaryrefslogtreecommitdiff
path: root/src/doc.c
AgeCommit message (Expand)Author
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
2011-04-25* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert
2011-04-24Fallout from resurrecting doprnt.Eli Zaretskii
2011-04-18Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert
2011-04-14* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert
2011-04-06error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert
2011-03-21Merge from trunkStefan Monnier
2011-03-15* doc.c (Fdocumentation, Fsnarf_documentation): Move locals toPaul Eggert
2011-03-13* src/eval.c (Ffunction): Use simpler format for closures.Stefan Monnier