aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
Commit message (Expand)AuthorAgeFilesLines
* * doc.c (Fdocumentation, Fsnarf_documentation): Move locals toPaul Eggert2011-03-151-15/+21
* Hide implementation of `struct kboard'Tom Tromey2011-02-161-1/+1
* * doc.c: conform to C89 pointer rulesPaul Eggert2011-02-051-11/+14
* 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
|/ /
* | Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu2010-10-041-4/+0
* | Include <fcntl.h> unconditionally.Dan Nicolaescu2010-10-031-3/+0
* | 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
* | 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
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-4/+0
* | Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-7/+3
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-8/+4
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-5/+5
* | Fix comments and whitespace.Juanma Barranquero2010-07-041-3/+1
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-13/+8
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-2/+2
* | Fix wrong-docstring problem introduced with hash-consing.Stefan Monnier2010-04-291-1/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-4/+2
* * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.Dan Nicolaescu2009-11-111-0/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* * keymap.c (where_is_internal_data): Make noindirect a boolean.Stefan Monnier2009-09-101-4/+1
* * Makefile.in (buildobj.h): New target.Ken Raeburn2009-08-261-27/+4
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * bitmaps/README:Dan Nicolaescu2008-07-311-25/+0
* * unexnext.c:Dan Nicolaescu2008-06-261-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* * xselect.c (x_handle_dnd_message):Stefan Monnier2008-02-071-1/+1
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+2
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2
* | | Merge from emacs--devo--0Miles Bader2007-10-271-12/+12
|\| |
| * | (Fdocumentation): Check for advice in all cases.Juanma Barranquero2007-10-201-12/+12
* | | * doc.c (Fsnarf_documentation):Jason Rumney2007-10-201-3/+1
* | | Merge from emacs--devo--0Miles Bader2007-10-201-0/+12
|\| |
| * | (Fdocumentation): Check for and handle an advised function.Richard M. Stallman2007-10-191-0/+12
* | | Merge from emacs--devo--0Miles Bader2007-10-191-4/+6
|\| |