aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
Commit message (Expand)AuthorAgeFilesLines
* * doc.c (get_doc_string): Encode file name.Stefan Monnier2011-10-121-3/+5
* * 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
* Merge from trunkStefan Monnier2011-03-211-15/+21
|\
| * * doc.c (Fdocumentation, Fsnarf_documentation): Move locals toPaul Eggert2011-03-151-15/+21
* | * src/eval.c (Ffunction): Use simpler format for closures.Stefan Monnier2011-03-131-5/+3
* | Get rid of funvec.Stefan Monnier2011-02-241-5/+0
* | Merge from trunkStefan Monnier2011-02-211-1/+1
|\|
| * Hide implementation of `struct kboard'Tom Tromey2011-02-161-1/+1
* | Merge from trunkStefan Monnier2011-02-111-11/+14
|\|
| * * doc.c: conform to C89 pointer rulesPaul Eggert2011-02-051-11/+14
* | Merge from trunkStefan Monnier2011-02-011-22/+10
|\|
| * Use SSDATA when the context wants char *.Paul Eggert2011-01-301-5/+5
| * Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
| * Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-3/+2
| * Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-7/+2
| * Merge from mainline.Paul Eggert2011-01-171-2/+0
| |\
| | * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
| * | Merge from mainline.Paul Eggert2011-01-141-1/+1
| |\|
| | * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| | |\
| | | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| * | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+0
| |/ /
* | | Obey lexical-binding in interactive evaluation commands.Stefan Monnier2010-12-151-1/+1
* | | Merge from trunkStefan Monnier2010-10-151-7/+0
|\| |
| * | Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu2010-10-041-4/+0
| * | Include <fcntl.h> unconditionally.Dan Nicolaescu2010-10-031-3/+0
* | | Merge from trunkStefan Monnier2010-09-301-20/+20
|\| |
| * | Clean up EMACS_INT/int usage in doc.c and doprnt.c.Lars Magne Ingebrigtsen2010-09-231-19/+19
| * | * doc.c (Fsnarf_documentation): Use memmove instead of memcpy asAri Roponen2010-09-211-1/+1
* | | Merge from trunkStefan Monnier2010-09-131-14/+17
|\| |
| * | Make obsolete --unibyte argument do nothing (Bug#6886).Chong Yidong2010-08-221-2/+1
| * | Merge changes from emacs-23 branch.Chong Yidong2010-08-221-12/+16
| |\|
| | * * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.Jan D2010-08-141-13/+16
| | * * doc.c (Fsnarf_documentation): Initialize skip_file before build-files test.Jan D2010-08-131-0/+1