| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_state | Dmitry Antipov | 2012-12-04 | 1 | -5/+6 |
| * | * bytecode.c, lisp.h (Qbytecode): Remove. | Paul Eggert | 2012-12-03 | 1 | -1/+0 |
| * | * lisp.h (modify_region): Rename to... | Dmitry Antipov | 2012-12-03 | 1 | -1/+1 |
| * | * alloc.c (free_save_value): New function. | Dmitry Antipov | 2012-12-03 | 1 | -0/+1 |
| * | * alloc.c (Fgarbage_collect): Unblock input after clearing | Dmitry Antipov | 2012-11-22 | 1 | -4/+0 |
| * | Conflate Qnil and Qunbound for `symbol-function'. | Stefan Monnier | 2012-11-20 | 1 | -1/+1 |
| * | Use faccessat, not access, when checking file permissions. | Paul Eggert | 2012-11-13 | 1 | -0/+2 |
| * | Provide new `defalias-fset-function' symbol property. | Stefan Monnier | 2012-11-09 | 1 | -0/+2 |
| * | * fns.c (Qeql, hashtest_eq): Now static. | Paul Eggert | 2012-11-08 | 1 | -2/+2 |
| * | * src/lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int. | Stefan Monnier | 2012-11-08 | 1 | -4/+6 |
| * | Use same hash function for hashfn_profiler as for hash_string etc. | Paul Eggert | 2012-11-08 | 1 | -1/+10 |
| * | Use ad-hoc comparison function for the profiler's hash-tables. | Stefan Monnier | 2012-11-08 | 1 | -20/+24 |
| * | Shrink struct vectorlike_header to the only size field. | Dmitry Antipov | 2012-11-08 | 1 | -66/+48 |
| * | Restore some duplicate definitions. | Paul Eggert | 2012-11-06 | 1 | -5/+14 |
| * | Minor adjustments of recently-changed frame functions. | Paul Eggert | 2012-11-06 | 1 | -3/+0 |
| * | Widely used frame validity and checking functions. | Dmitry Antipov | 2012-11-06 | 1 | -1/+0 |
| * | Omit duplicate definitions no longer needed with gcc -g3. | Paul Eggert | 2012-11-03 | 1 | -22/+6 |
| * | Window-related stuff cleanup here and there. | Dmitry Antipov | 2012-11-02 | 1 | -14/+0 |
| * | Fix crash when using Emacs as commit editor for git. | Paul Eggert | 2012-10-31 | 1 | -0/+1 |
| * | Spelling fixes. | Paul Eggert | 2012-10-21 | 1 | -2/+2 |
| * | Add comments with instructions for creating new Lisp data types. | Eli Zaretskii | 2012-10-20 | 1 | -1/+50 |
| * | Undo faccessat change. | Paul Eggert | 2012-10-19 | 1 | -1/+0 |
| * | Use faccessat, not access, when checking file permissions. | Paul Eggert | 2012-10-19 | 1 | -0/+1 |
| * | * editfns.c (get_system_name): Remove. | Dmitry Antipov | 2012-10-16 | 1 | -1/+0 |
| * | Fix bug #12587 with slow startup on MS-Windows with Netlogon service. | Eli Zaretskii | 2012-10-12 | 1 | -0/+1 |
| * | lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans. | Paul Eggert | 2012-10-11 | 1 | -1/+1 |
| * | keyboard.c, keymap.c: Use bool for booleans. | Paul Eggert | 2012-10-10 | 1 | -8/+9 |
| * | * alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR. | Dmitry Antipov | 2012-10-10 | 1 | -7/+3 |
| * | * profiler.c (handle_profiler_signal): Inhibit pending signals too, | Paul Eggert | 2012-10-03 | 1 | -1/+1 |
| * | Revert the FOLLOW-SYMLINKS change for file-attributes. | Paul Eggert | 2012-09-30 | 1 | -1/+1 |
| * | file-attributes has a new optional arg FOLLOW-SYMLINKS. | Paul Eggert | 2012-09-30 | 1 | -1/+1 |
| * | * src/lisp.h (struct backtrace): Remove indirection for `function' field. | Stefan Monnier | 2012-09-28 | 1 | -1/+1 |
| * | Merge profiler branch | Stefan Monnier | 2012-09-26 | 1 | -0/+20 |
| |\ |
|
| | * | * src/profiler.c: Rename sample_profiler_* to profiler_cpu_* and | Stefan Monnier | 2012-09-24 | 1 | -2/+2 |
| | * | Try to let it compile on other platforms | Stefan Monnier | 2012-09-24 | 1 | -4/+3 |
| | * | Rewrite sampler to use Elisp hash-tables. | Stefan Monnier | 2012-09-24 | 1 | -10/+1 |
| | * | profiler: Refactoring and documentation. | Tomohiro Matsuyama | 2012-08-23 | 1 | -3/+3 |
| | * | Add GC profiler. | Tomohiro Matsuyama | 2012-08-22 | 1 | -4/+10 |
| | * | Add emacs native profiler. | Tomohiro Matsuyama | 2012-08-22 | 1 | -0/+29 |
| * | | Move Vlibrary_cache to emacs.c and reset before dumping. | Juanma Barranquero | 2012-09-25 | 1 | -0/+4 |
| * | | image.c, indent.c: Use bool for booleans. | Paul Eggert | 2012-09-24 | 1 | -1/+1 |
| * | | Move pid_t related decls out of lisp.h. | Paul Eggert | 2012-09-23 | 1 | -3/+0 |
| * | | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -3/+17 |
| * | | Remove configure's --without-sync-input option. | Paul Eggert | 2012-09-16 | 1 | -11/+2 |
| * | | Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl... | Eli Zaretskii | 2012-09-15 | 1 | -1/+2 |
| * | | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -2/+20 |
| * | | Avoid _setjmp/_longjmp problems with local nonvolatile variables. | Paul Eggert | 2012-09-11 | 1 | -7/+14 |
| * | | Simplify, document, and port floating-point. | Paul Eggert | 2012-09-10 | 1 | -2/+1 |
| * | | Parenthesize macro bodies. | Paul Eggert | 2012-09-09 | 1 | -7/+7 |
| * | | * src/lisp.h (make_lisp_ptr): New macro to replace XSET. | Stefan Monnier | 2012-09-09 | 1 | -68/+68 |