summaryrefslogtreecommitdiff
path: root/src/doc.c
AgeCommit message (Expand)Author
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
2011-02-24Get rid of funvec.Stefan Monnier
2011-02-21Merge from trunkStefan Monnier
2011-02-16Hide implementation of `struct kboard'Tom Tromey
2011-02-11Merge from trunkStefan Monnier
2011-02-05* doc.c: conform to C89 pointer rulesPaul Eggert
2011-02-01Merge from trunkStefan Monnier
2011-01-30Use SSDATA when the context wants char *.Paul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-22Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-17Merge from mainline.Paul Eggert
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from mainline.Paul Eggert
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-09Include <unistd.h> unilaterally.Paul Eggert
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-12-15Obey lexical-binding in interactive evaluation commands.Stefan Monnier
2010-10-15Merge from trunkStefan Monnier
2010-10-04Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu
2010-10-03Include <fcntl.h> unconditionally.Dan Nicolaescu
2010-09-30Merge from trunkStefan Monnier
2010-09-23Clean up EMACS_INT/int usage in doc.c and doprnt.c.Lars Magne Ingebrigtsen
2010-09-21* doc.c (Fsnarf_documentation): Use memmove instead of memcpy asAri Roponen
2010-09-13Merge from trunkStefan Monnier
2010-08-22Make obsolete --unibyte argument do nothing (Bug#6886).Chong Yidong
2010-08-22Merge changes from emacs-23 branch.Chong Yidong
2010-08-14* doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.Jan D
2010-08-13* doc.c (Fsnarf_documentation): Initialize skip_file before build-files test.Jan D
2010-08-11Merge from trunkStefan Monnier
2010-07-28Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu
2010-07-23Merge from trunkStefan Monnier
2010-07-11Use strchr, strrchr instead of index, rindexAndreas Schwab
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-04Fix comments and whitespace.Juanma Barranquero
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D
2010-06-13New branch for lexbind, losing all history.Stefan Monnier
2010-04-29Fix wrong-docstring problem introduced with hash-consing.Stefan Monnier