| Commit message (Expand) | Author | Age | Files | Lines |
* | * fns.c (Ffillarray): Rename locals to avoid shadowing. | Paul Eggert | 2011-03-16 | 1 | -9/+9 |
* | * fns.c (require_nesting_list, require_unwind): Now static. | Paul Eggert | 2011-03-16 | 1 | -2/+2 |
* | * fns.c (get_random, seed_random): Move extern decls from here ... | Paul Eggert | 2011-03-14 | 1 | -3/+0 |
* | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -6/+6 |
* | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -6/+6 |
* | * fns.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -12/+13 |
* | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -10/+9 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -3/+1 |
* | Revert changes adding format args to yes-or-no-p and y-or-n-p. | Chong Yidong | 2011-01-19 | 1 | -10/+12 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -12/+4 |
* | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -2/+0 |
|\ |
|
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | | Merge from mainline. | Paul Eggert | 2011-01-11 | 1 | -4/+7 |
|\ \
| |/ |
|
| * | * lisp/subr.el (read-char-choice): Use read-key. Suggested by Stefan. | Chong Yidong | 2011-01-09 | 1 | -2/+2 |
| * | Doc fix for y-or-n-p and yes-or-no-p. | Chong Yidong | 2011-01-08 | 1 | -4/+7 |
* | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -2/+0 |
|/ |
|
* | * src/fns.c (Fyes_or_no_p): Add usage. | Andreas Schwab | 2011-01-08 | 1 | -2/+3 |
* | Allow format args for y-or-n-p and yes-or-no-p. | Chong Yidong | 2011-01-07 | 1 | -9/+4 |
* | Remove unused declarations | Andreas Schwab | 2010-12-27 | 1 | -3/+3 |
* | Fix int/EMACS_INT usage in fns.c. | Eli Zaretskii | 2010-09-24 | 1 | -65/+72 |
* | Fix some more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-23 | 1 | -1/+1 |
* | * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key. | Stefan Monnier | 2010-09-12 | 1 | -141/+0 |
* | Minor doc fix. | Chong Yidong | 2010-08-14 | 1 | -1/+1 |
* | * fns.c (Fmake_hash_table): Doc fix (Bug#6851). | Chong Yidong | 2010-08-13 | 1 | -3/+3 |
* | Merge changes from emacs-23 branch | Chong Yidong | 2010-08-08 | 1 | -12/+11 |
|\ |
|
| * | fns.c: Doc fixes. | Juanma Barranquero | 2010-07-30 | 1 | -12/+11 |
* | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -7/+0 |
* | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -1/+0 |
* | | Convert old-style definitions | Andreas Schwab | 2010-07-12 | 1 | -4/+3 |
* | | Remove obsolete noinline declaration | Andreas Schwab | 2010-07-11 | 1 | -8/+2 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -185/+83 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -18/+14 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -135/+49 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -25/+25 |
* | | Merge from emacs-23 | Andreas Schwab | 2010-06-10 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Fix typos. | Juanma Barranquero | 2010-06-03 | 1 | -2/+3 |
* | | Remove obsolete pre-unicode2 macros. | Juanma Barranquero | 2010-06-03 | 1 | -1/+1 |
* | | Remove all NO_ARG_ARRAY uses. | Dan Nicolaescu | 2010-04-25 | 1 | -12/+0 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 2009-11-21 | 1 | -7/+5 |
* | * process.c (ifflag_def): Make flag_sym constant. | Dan Nicolaescu | 2009-11-11 | 1 | -2/+2 |
* | (Fplist_get): Merge the active and the uncommented code. | Stefan Monnier | 2009-11-10 | 1 | -32/+7 |
* | Let integers use up 2 tags to give them one extra bit and double their range. | Stefan Monnier | 2009-11-06 | 1 | -4/+2 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -26/+26 |
* | * fns.c: Add #endif accidentally removed in previous change. | Juanma Barranquero | 2009-10-20 | 1 | -0/+1 |
* | * fns.c: Remove code for unsupported system: MAC_OS. | Dan Nicolaescu | 2009-10-19 | 1 | -3/+0 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | Remove leftover table unibyte_to_multibyte_table. | Stefan Monnier | 2009-10-18 | 1 | -4/+4 |
* | * fns.c (syms_of_fns): Doc fix (Bug#4227). | Chong Yidong | 2009-09-12 | 1 | -3/+3 |
* | * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value. | Ken Raeburn | 2009-08-17 | 1 | -2/+3 |