| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -44/+44 |
* | error: Print 32- and 64-bit integers portably (Bug#8435). | Paul Eggert | 2011-04-06 | 1 | -1/+1 |
* | Undo Fstring_to_unibyte change. | Paul Eggert | 2011-04-05 | 1 | -4/+1 |
* | * fns.c (Fstring_to_unibyte): Don't rely on undefined behavior | Paul Eggert | 2011-04-05 | 1 | -1/+4 |
* | * fns.c (sxhash): Redo loop for clarity and to avoid wraparound warning. | Paul Eggert | 2011-04-02 | 1 | -3/+3 |
* | * fns.c (substring_both): Remove var that is set but not used. | Paul Eggert | 2011-04-02 | 1 | -8/+1 |
* | Merge from trunk | Stefan Monnier | 2011-03-31 | 1 | -33/+30 |
|\ |
|
| * | Variadic C functions now count arguments with size_t, not int. | Paul Eggert | 2011-03-26 | 1 | -33/+30 |
* | | Merge from trunk | Stefan Monnier | 2011-03-21 | 1 | -14/+11 |
|\ \
| |/ |
|
| * | * 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 |
* | | Get rid of funvec. | Stefan Monnier | 2011-02-24 | 1 | -14/+11 |
* | | Merge from trunk | Stefan Monnier | 2011-02-21 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | 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 |
* | | Merge from trunk | Stefan Monnier | 2011-02-11 | 1 | -12/+13 |
|\ \
| |/ |
|
| * | * fns.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -12/+13 |
* | | Merge from trunk | Stefan Monnier | 2011-02-01 | 1 | -36/+22 |
|\ \
| |/ |
|
| * | 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 |
* | | Merge from trunk | Stefan Monnier | 2010-09-30 | 1 | -66/+73 |
|\ \
| |/ |
|
| * | 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 |
* | | Merge from trunk | Stefan Monnier | 2010-09-13 | 1 | -145/+4 |
|\ \
| |/ |
|
| * | * 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 from trunk | Stefan Monnier | 2010-08-11 | 1 | -20/+11 |
|\ \
| |/ |
|
| * | 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 |
* | | | Merge from trunk | Stefan Monnier | 2010-07-23 | 1 | -373/+174 |
|\ \ \
| |/ / |
|
| * | | 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 |