log src/fns.c @ 112397:a7191495c39c

age author description
Wed, 19 Jan 2011 21:55:36 -0500 Chong Yidong Revert changes adding format args to yes-or-no-p and y-or-n-p.
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Mon, 17 Jan 2011 11:01:01 -0800 Paul Eggert Merge from mainline.
Tue, 11 Jan 2011 21:57:19 -0800 Paul Eggert Merge from mainline.
Sun, 09 Jan 2011 00:12:35 -0800 Paul Eggert Include <unistd.h> unilaterally.
Sat, 15 Jan 2011 15:16:57 -0800 Glenn Morris Nuke arch-tags.
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Sun, 09 Jan 2011 09:26:29 -0500 Chong Yidong * lisp/subr.el (read-char-choice): Use read-key. Suggested by Stefan.
Sat, 08 Jan 2011 16:17:58 -0500 Chong Yidong Doc fix for y-or-n-p and yes-or-no-p.
Sat, 08 Jan 2011 14:32:31 +0100 Andreas Schwab * src/fns.c (Fyes_or_no_p): Add usage.
Fri, 07 Jan 2011 12:34:02 -0500 Chong Yidong Allow format args for y-or-n-p and yes-or-no-p.
Mon, 27 Dec 2010 18:29:38 +0100 Andreas Schwab Remove unused declarations
Fri, 24 Sep 2010 07:55:44 -0400 Eli Zaretskii Fix int/EMACS_INT usage in fns.c.
Thu, 23 Sep 2010 08:09:12 -0400 Eli Zaretskii Fix some more uses of int instead of EMACS_INT.
Sun, 12 Sep 2010 16:35:37 +0200 Stefan Monnier * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key.
Sat, 14 Aug 2010 17:13:49 -0400 Chong Yidong Minor doc fix.
Fri, 13 Aug 2010 20:39:08 -0400 Chong Yidong * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
Sun, 08 Aug 2010 17:12:29 -0400 Chong Yidong Merge changes from emacs-23 branch
Fri, 30 Jul 2010 02:54:53 +0200 Juanma Barranquero fns.c: Doc fixes.
Thu, 05 Aug 2010 16:34:12 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
Mon, 12 Jul 2010 19:47:17 +0200 Andreas Schwab Convert old-style definitions
Sun, 11 Jul 2010 10:38:22 +0200 Andreas Schwab Remove obsolete noinline declaration
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Thu, 10 Jun 2010 00:08:50 +0200 Andreas Schwab Merge from emacs-23
Thu, 03 Jun 2010 17:34:35 +0200 Juanma Barranquero Fix typos.
Thu, 03 Jun 2010 21:02:32 +0200 Juanma Barranquero Remove obsolete pre-unicode2 macros.