| Commit message (Expand) | Author | Age | Files | Lines |
* | * data.c (Fcdr, Fcar): Revert the last change, since it didn't really clarify... | Lars Magne Ingebrigtsen | 2011-07-14 | 1 | -2/+2 |
* | * data.c (car, cdr): add functionality hints to documentation. | Adam Sjøgren | 2011-07-14 | 1 | -2/+2 |
* | Protoize | Andreas Schwab | 2011-07-10 | 1 | -2/+1 |
* | * data.c (Fsubr_name): Rewrite to avoid a strlen call. | Paul Eggert | 2011-06-19 | 1 | -1/+1 |
* | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert | 2011-06-14 | 1 | -17/+17 |
* | * data.c (Faset): If ARRAY is a string, check that NEWELT is a char. | Paul Eggert | 2011-06-12 | 1 | -44/+43 |
* | Make sure a 64-bit char is never passed to CHAR_STRING. | Paul Eggert | 2011-06-12 | 1 | -1/+3 |
* | Make identifiers static if they are not used in other modules. | Paul Eggert | 2011-06-10 | 1 | -1/+2 |
* | Check for overflow when converting integer to cons and back. | Paul Eggert | 2011-06-06 | 1 | -22/+99 |
* | * src/data.c (init_data): Remove code for UTS, this system is not | Dan Nicolaescu | 2011-05-31 | 1 | -4/+0 |
* | * lisp/minibuffer.el: Add metadata method to completion tables. | Stefan Monnier | 2011-05-31 | 1 | -176/+93 |
* | * data.c (arith_driver): Omit unnecessary mask and test. | Paul Eggert | 2011-05-27 | 1 | -3/+0 |
* | * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT. | Paul Eggert | 2011-05-23 | 1 | -3/+4 |
* | * data.c: Avoid integer truncation in expressions involving floats. | Paul Eggert | 2011-05-20 | 1 | -2/+34 |
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -3/+3 |
* | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -4/+4 |
* | Treat large integers as floats in the Lisp reader and in string-to-number. | Paul Eggert | 2011-04-20 | 1 | -35/+3 |
* | Merge: Make the Lisp reader and string-to-float more consistent. | Paul Eggert | 2011-04-19 | 1 | -31/+11 |
|\ |
|
| * | Make the Lisp reader and string-to-float more consistent. | Paul Eggert | 2011-04-19 | 1 | -31/+11 |
* | | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert | 2011-04-18 | 1 | -6/+1 |
|/ |
|
* | * data.c (arith_error): Mark with NO_RETURN if it doesn't return. | Paul Eggert | 2011-04-16 | 1 | -0/+4 |
* | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -42/+42 |
* | * lisp.h (circular_list_error, FOREACH): Remove; unused. | Paul Eggert | 2011-04-11 | 1 | -7/+0 |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -10/+17 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -43/+45 |
* | Merge from trunk | Stefan Monnier | 2011-03-31 | 1 | -16/+17 |
|\ |
|
| * | Merge from mainline. | Paul Eggert | 2011-03-26 | 1 | -1/+1 |
| |\ |
|
| | * | Remove (RET)SIGTYPE; it is identical to void on all supported systems. | Glenn Morris | 2011-03-26 | 1 | -1/+1 |
| * | | Variadic C functions now count arguments with size_t, not int. | Paul Eggert | 2011-03-26 | 1 | -15/+16 |
| |/ |
|
* | | Merge from trunk | Stefan Monnier | 2011-03-21 | 1 | -24/+16 |
|\ \
| |/ |
|
| * | * data.c (do_blv_forwarding, do_symval_forwarding): Remove; unused. | Paul Eggert | 2011-03-15 | 1 | -11/+0 |
| * | * data.c (Fmake_variable_buffer_local, Fmake_local_variable): Mark | Paul Eggert | 2011-03-15 | 1 | -4/+4 |
| * | * data.c (store_symval_forwarding): Rename local to avoid shadowing. | Paul Eggert | 2011-03-15 | 1 | -4/+4 |
| * | * data.c (default_value, arithcompare, arith_driver, arith_error): Now static. | Paul Eggert | 2011-03-15 | 1 | -4/+4 |
| * | * data.c (Findirect_variable): Name an expression, to avoid | Paul Eggert | 2011-03-15 | 1 | -1/+4 |
* | | * src/eval.c (Ffunction): Use simpler format for closures. | Stefan Monnier | 2011-03-13 | 1 | -2/+2 |
* | | Get rid of funvec. | Stefan Monnier | 2011-02-24 | 1 | -19/+6 |
* | | Merge from trunk | Stefan Monnier | 2011-02-21 | 1 | -12/+12 |
|\ \
| |/ |
|
| * | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -12/+12 |
| * | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -12/+12 |
* | | Various compiler bug-fixes. MPC seems to run correctly now. | Stefan Monnier | 2011-02-17 | 1 | -0/+2 |
* | | Merge from trunk | Stefan Monnier | 2011-02-11 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | * data.c etc: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -3/+2 |
* | | Merge from trunk | Stefan Monnier | 2011-02-01 | 1 | -9/+4 |
|\ \
| |/ |
|
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| * | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -4/+2 |
| * | 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-14 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| | |\ |
|