| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | | Assume C89 or later for math functions. | Paul Eggert | 2012-09-09 | 1 | -1/+0 |
| * | | More signal-handler cleanup. | Paul Eggert | 2012-09-07 | 1 | -2/+0 |
| * | | Fix race conditions with signal handlers and errno. | Paul Eggert | 2012-09-05 | 1 | -3/+0 |
| * | | Remove redundant or unused things here and there. | Dmitry Antipov | 2012-09-05 | 1 | -34/+0 |
| * | | * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean. | Paul Eggert | 2012-09-05 | 1 | -5/+5 |
| * | | Implement `debug-on-message'. | Lars Ingebrigtsen | 2012-09-04 | 1 | -0/+1 |
| * | | Give more-useful info on a fatal error (Bug#12328). | Paul Eggert | 2012-09-04 | 1 | -0/+2 |
| * | | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -1/+2 |
| * | | * emacs.c, eval.c: Use bool for boolean. | Paul Eggert | 2012-09-02 | 1 | -12/+16 |
| * | | Clean up some extern decls. | Paul Eggert | 2012-09-02 | 1 | -1/+5 |
| * | | * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean. | Paul Eggert | 2012-09-02 | 1 | -17/+17 |
| * | | Better seed support for (random). | Paul Eggert | 2012-08-31 | 1 | -1/+2 |
| * | | Remove mark_ttys function and fix tty_display_info initialization. | Dmitry Antipov | 2012-08-31 | 1 | -1/+0 |
| * | | * dispnew.c: Use bool for boolean. | Paul Eggert | 2012-08-27 | 1 | -1/+1 |
| * | | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. | Paul Eggert | 2012-08-27 | 1 | -2/+2 |
| * | | * cmds.c, coding.c: Use bool for booleans. | Paul Eggert | 2012-08-27 | 1 | -1/+1 |
| * | | Remove unused external symbols. | Paul Eggert | 2012-08-26 | 1 | -2/+1 |
| * | | * lisp.h (ASET): Remove attempt to detect side effects. | Paul Eggert | 2012-08-25 | 1 | -3/+1 |
| * | | * src/lisp.h (functionp): New function (extracted from Ffunctionp). | Barry O'Reilly | 2012-08-25 | 1 | -5/+33 |
| * | | * bytecode.c, callint.c, callproc.c: Use bool for boolean. | Paul Eggert | 2012-08-24 | 1 | -2/+2 |
| * | | * buffer.c, buffer.h: Use bool for boolean. | Paul Eggert | 2012-08-23 | 1 | -3/+3 |
| |/ |
|
| * | * alloc.c: Use bool for booleans. | Paul Eggert | 2012-08-21 | 1 | -8/+8 |
| * | * lisp.h (vcopy): Use memcpy rather than our own loop. | Paul Eggert | 2012-08-21 | 1 | -5/+2 |
| * | Avoid direct writes to contents member of struct Lisp_Vector. | Dmitry Antipov | 2012-08-21 | 1 | -0/+14 |
| * | Inline setter functions for hash table members. | Dmitry Antipov | 2012-08-20 | 1 | -5/+29 |
| * | port new setting code to Sun C 5.8 2005/10/13 | Paul Eggert | 2012-08-18 | 1 | -3/+2 |
| * | A few more naming-convention fixes for getters and setters. | Paul Eggert | 2012-08-17 | 1 | -2/+2 |
| * | * lisp.h (set_char_table_extras): Rename from char_table_set_extras. | Paul Eggert | 2012-08-17 | 1 | -5/+5 |