| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | Introduce new bytecodes for efficient catch/condition-case in lexbind. | Stefan Monnier | 2013-10-03 | 1 | -14/+6 | |
| | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Signal error when reading an empty byte-code object (Bug#15405) | Barry O'Reilly | 2013-09-25 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov | 2013-09-24 | 1 | -32/+16 | |
| * | | | | | | | | | | | | | | | | Some minor cleanups of recently-added bool vector code. | Paul Eggert | 2013-09-23 | 1 | -8/+7 | |
| * | | | | | | | | | | | | | | | | * alloc.c (valgrind_p): Use bool for boolean. | Paul Eggert | 2013-09-23 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | | | Tell valgrind about conservative GC regions and suppress spurious | Daniel Colascione | 2013-09-22 | 1 | -0/+26 | |
| * | | | | | | | | | | | | | | | | Add set operations for bool-vector. | Daniel Colascione | 2013-09-22 | 1 | -36/+67 | |
| * | | | | | | | | | | | | | | | | A simpler, centralized INLINE. | Paul Eggert | 2013-09-20 | 1 | -2/+0 | |
| |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | * alloc.c (make_event_array): First arg is now ptrdiff_t, not int. | Paul Eggert | 2013-09-04 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | * alloc.c (Fmake_marker, build_marker): Zero need_adjustment | Dmitry Antipov | 2013-08-29 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | Simplify EMACS_TIME-related code. | Paul Eggert | 2013-08-27 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | * alloc.c (sweep_vectors): Do not initialize 'block' twice. | Dmitry Antipov | 2013-08-26 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE | Dmitry Antipov | 2013-08-21 | 1 | -3/+9 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Utility function and macro to copy Lisp string to C string. | Dmitry Antipov | 2013-08-14 | 1 | -0/+9 | |
| * | | | | | | | | | | | | | Omit some unnecessary casts. | Paul Eggert | 2013-08-10 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | Minor string-length refactoring. | Paul Eggert | 2013-08-10 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | Use xstrdup and build_unibyte_string where applicable. | Dmitry Antipov | 2013-08-09 | 1 | -4/+2 | |
| | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | * src/alloc.c (make_save_ptr): Define if HAVE_NTGUI is defined (Bug#14944). | Ken Brown | 2013-07-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | * alloc.c (make_save_ptr_ptr): Define this function. | Paul Eggert | 2013-07-21 | 1 | -0/+13 | |
| * | | | | | | | | | | | | * alloc.c (staticpro): Avoid buffer overrun on repeated calls. | Paul Eggert | 2013-07-19 | 1 | -2/+2 | |
| * | | | | | | | | | | | | Fix obscure porting bug with varargs functions. | Paul Eggert | 2013-07-18 | 1 | -39/+58 | |
| * | | | | | | | | | | | | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -14/+6 | |
| * | | | | | | | | | | | | Fix porting bug to older POSIXish platforms. | Paul Eggert | 2013-07-16 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Make file descriptors close-on-exec when possible. | Paul Eggert | 2013-07-07 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Remove duplicate #include directives. | Paul Eggert | 2013-07-05 | 1 | -4/+0 | |
| * | | | | | | | | | | Don't convert function pointers to void * and back. | Paul Eggert | 2013-07-01 | 1 | -1/+7 | |
| * | | | | | | | | | | Use C99-style flexible array members if available. | Paul Eggert | 2013-06-21 | 1 | -34/+46 | |
| * | | | | | | | | | | * alloc.c (die): Move "assertion failed" string here ... | Paul Eggert | 2013-06-20 | 1 | -1/+1 | |
| * | | | | | | | | | | Use functions, not macros, for XINT etc. | Paul Eggert | 2013-06-16 | 1 | -6/+14 | |
| | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge the specpdl and backtrace stacks. Make the structure of the | Stefan Monnier | 2013-06-03 | 1 | -15/+2 | |
| * | | | | | | | | | Prefer < to > in range checks such as 0 <= i && i < N. | Paul Eggert | 2013-04-01 | 1 | -2/+2 | |
| * | | | | | | | | | * window.h (struct window): Replace hchild, vchild and buffer slots | Dmitry Antipov | 2013-03-28 | 1 | -3/+2 | |
| * | | | | | | | | | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -2/+2 | |
| * | | | | | | | | | Use functions and constants to manipulate Lisp_Save_Value objects. | Paul Eggert | 2013-03-21 | 1 | -55/+40 | |
| * | | | | | | | | | * alloc.c: Remove redundant static declarations. | Paul Eggert | 2013-03-21 | 1 | -18/+0 | |
| * | | | | | | | | | Spelling fixes. | Paul Eggert | 2013-03-18 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | | Static checking by Sun C 5.12. | Paul Eggert | 2013-03-13 | 1 | -2/+2 | |
| | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | | * lisp.h (make_uninit_vector): New function. | Dmitry Antipov | 2013-02-08 | 1 | -11/+4 | |
| * | | | | | | | * src/xdisp.c (message2, message2_nolog): Remove functions. | Stefan Monnier | 2013-01-23 | 1 | -7/+7 | |
| * | | | | | | | * lisp.h (toplevel): Add comment about using Lisp_Save_Value | Dmitry Antipov | 2013-01-17 | 1 | -8/+12 | |
| | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | | * src/alloc.c (free_save_value): Now static. | Paul Eggert | 2013-01-15 | 1 | -1/+2 | |
| * | | | | | | * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction | Dmitry Antipov | 2013-01-15 | 1 | -1/+1 | |
| * | | | | | | Some convenient bits to deal with Lisp_Save_Values. | Dmitry Antipov | 2013-01-15 | 1 | -13/+55 | |
| * | | | | | | Avoid needless casts with XSAVE_POINTER. | Paul Eggert | 2013-01-14 | 1 | -1/+1 | |
| * | | | | | | Make Lisp_Save_Value more versatile storage for up to four objects. | Dmitry Antipov | 2013-01-14 | 1 | -23/+36 | |
| * | | | | | | Remove obsolete comment about NON_SAVING_SETJMP. | Paul Eggert | 2013-01-11 | 1 | -5/+0 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 | |
| * | | | | | | * print.c (print_object): If Lisp_Save_Value object's pointer | Dmitry Antipov | 2012-12-26 | 1 | -6/+6 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Use putenv+unsetenv instead of modifying environ directly. | Paul Eggert | 2012-12-08 | 1 | -0/+9 | |