aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-30* keymap.c (describe_map_tree): Revert 2011-07-07 change.Chong Yidong1-8/+13
2012-04-09doc.c fix for bug#11036Glenn Morris1-7/+10
2012-02-07* doc.c (store_function_docstring): Fix last change.Chong Yidong1-2/+2
2012-02-06* doc.c (store_function_docstring): Avoid applying docstring of alias to base...Chong Yidong1-2/+4
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-10-12* doc.c (get_doc_string): Encode file name.Stefan Monnier1-3/+5
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-10/+14
2011-08-18* doc.c (get_doc_string): Rework so thatPaul Eggert1-3/+3
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert1-9/+3
2011-07-28* doc.c: Integer and memory overflow fixes.Paul Eggert1-14/+23
2011-07-15* src/doc.c (Fsubstitute_command_keys): Revert last change.Andreas Schwab1-2/+2
2011-07-15Clarify that \= only quotes the next characterLars Magne Ingebrigtsen1-2/+2
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero1-2/+1
2011-06-12* doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.Paul Eggert1-2/+5
2011-05-09Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii1-1/+1
2011-04-29* lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.Paul Eggert1-3/+3
2011-04-29Prefer intptr_t/uintptr_t for integers the same widths as pointers.Paul Eggert1-4/+7
2011-04-27Add FIXME comment.Paul Eggert1-0/+2
2011-04-25* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert1-1/+1
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert1-1/+1
2011-04-24Fallout from resurrecting doprnt.Eli Zaretskii1-1/+3
2011-04-18Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert1-2/+2
2011-04-14* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert1-2/+3
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert1-1/+1
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert1-2/+3
2011-04-06error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert1-2/+2
2011-03-15* doc.c (Fdocumentation, Fsnarf_documentation): Move locals toPaul Eggert1-15/+21
2011-03-13* src/eval.c (Ffunction): Use simpler format for closures.Stefan Monnier1-5/+3
2011-02-24Get rid of funvec.Stefan Monnier1-5/+0
2011-02-16Hide implementation of `struct kboard'Tom Tromey1-1/+1
2011-02-05* doc.c: conform to C89 pointer rulesPaul Eggert1-11/+14
2011-01-30Use SSDATA when the context wants char *.Paul Eggert1-5/+5
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-22Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert1-3/+2
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey1-7/+2
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-09Include <unistd.h> unilaterally.Paul Eggert1-3/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-12-15Obey lexical-binding in interactive evaluation commands.Stefan Monnier1-1/+1
2010-10-04Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu1-4/+0
2010-10-03Include <fcntl.h> unconditionally.Dan Nicolaescu1-3/+0
2010-09-23Clean up EMACS_INT/int usage in doc.c and doprnt.c.Lars Magne Ingebrigtsen1-19/+19
2010-09-21* doc.c (Fsnarf_documentation): Use memmove instead of memcpy asAri Roponen1-1/+1
2010-08-22Make obsolete --unibyte argument do nothing (Bug#6886).Chong Yidong1-2/+1
2010-08-14* doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.Jan D1-13/+16
2010-08-13* doc.c (Fsnarf_documentation): Initialize skip_file before build-files test.Jan D1-0/+1
2010-07-28Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu1-4/+0
2010-07-11Use strchr, strrchr instead of index, rindexAndreas Schwab1-7/+3
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu1-8/+4