summaryrefslogtreecommitdiff
path: root/src/doc.c
Commit message (Expand)AuthorAgeFilesLines
* 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:24Z!michael.albinus@gmx.deChong Yidong2012-05-311-8/+13
|\
| * * keymap.c (describe_map_tree): Revert 2011-07-07 change.Chong Yidong2012-05-301-8/+13
* | Merge from trunk.Paul Eggert2012-04-091-7/+10
|\ \
| * | doc.c fix for bug#11036Glenn Morris2012-04-091-7/+10
| |/
* | Merge from trunk.Paul Eggert2012-02-101-2/+4
|\ \ | |/
| * * doc.c (store_function_docstring): Fix last change.Chong Yidong2012-02-071-2/+2
| * * doc.c (store_function_docstring): Avoid applying docstring of alias to base...Chong Yidong2012-02-061-2/+4
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-10-131-3/+5
|\ \ | |/
| * * doc.c (get_doc_string): Encode file name.Stefan Monnier2011-10-121-3/+5
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-10/+14
|/
* * doc.c (get_doc_string): Rework so thatPaul Eggert2011-08-181-3/+3
* Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-9/+3
* * doc.c: Integer and memory overflow fixes.Paul Eggert2011-07-281-14/+23
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-2/+1
* * doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.Paul Eggert2011-06-121-2/+5
* Do not assume EMACS_INT is the same width as a pointer.Paul Eggert2011-05-061-3/+6
|\
| * * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.Paul Eggert2011-04-291-3/+3
| * Prefer intptr_t/uintptr_t for integers the same widths as pointers.Paul Eggert2011-04-291-4/+7
|/
* Add FIXME comment.Paul Eggert2011-04-271-0/+2
* Merge from mainline.Paul Eggert2011-04-251-1/+3
|\
| * Fallout from resurrecting doprnt.Eli Zaretskii2011-04-241-1/+3
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-1/+1
* | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-1/+1
* | Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-2/+2
|/
* * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-2/+3
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-1/+1
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-2/+3
* error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert2011-04-061-2/+2