| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| | | |\ |
|
| | | | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| | * | | | Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350. | Paul Eggert | 2011-01-09 | 1 | -1/+1 |
| | |/ / |
|
| * | | | Try and be more careful about propagation of lexical environment. | Stefan Monnier | 2010-12-13 | 1 | -1/+1 |
| * | | | Merge from trunk | Stefan Monnier | 2010-12-10 | 1 | -15/+0 |
| |\ \ \
| |/ / |
|
| | * | | * src/data.c (sign_extend_temp, sign_extend_lisp_int): Remove, unused. | Dan Nicolaescu | 2010-11-14 | 1 | -15/+0 |
| * | | | Merge from trunk | Stefan Monnier | 2010-09-30 | 1 | -5/+6 |
| |\ \ \
| |/ / |
|
| | * | | Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c. | Eli Zaretskii | 2010-09-24 | 1 | -5/+6 |
| * | | | Merge from trunk | Stefan Monnier | 2010-08-11 | 1 | -8/+5 |
| |\ \ \
| |/ / |
|
| | * | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -4/+0 |
| | * | | * src/data.c (Flocal_variable_p): Handle variable aliases correctly. | Johan Bockgård | 2010-08-03 | 1 | -0/+1 |
| | * | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -1/+2 |
| | * | | Use const, move declarations to header files. | Dan Nicolaescu | 2010-07-26 | 1 | -1/+1 |
| * | | | Merge from trunk | Stefan Monnier | 2010-07-23 | 1 | -266/+126 |
| |\ \ \
| |/ / |
|
| | * | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -198/+92 |
| | * | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -4/+4 |
| | * | | Convert declarations or definitions to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -1/+1 |
| | * | | Fix comments and whitespace. | Juanma Barranquero | 2010-07-04 | 1 | -4/+0 |
| | * | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -59/+29 |
| | * | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -3/+3 |
| * | | | New branch for lexbind, losing all history. | Stefan Monnier | 2010-06-13 | 1 | -7/+21 |
| |/ / |
|
| * | | Remove obsolete pre-unicode2 macros. | Juanma Barranquero | 2010-06-03 | 1 | -8/+8 |
| * | | Try and fix unbind_to when localness of binding has changed | Stefan Monnier | 2010-05-07 | 1 | -31/+28 |
| * | | Declarations before code (Bug#5993). | Jan Djärv | 2010-04-21 | 1 | -4/+8 |
| * | | Warn rather than error when making a local var inside a let. | Stefan Monnier | 2010-04-20 | 1 | -5/+14 |
| * | | Make variable forwarding explicit rather the using special values. | Stefan Monnier | 2010-04-19 | 1 | -528/+697 |