summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when using Emacs as commit editor for git.Paul Eggert2012-10-311-0/+1
* Spelling fixes.Paul Eggert2012-10-211-2/+2
* Add comments with instructions for creating new Lisp data types.Eli Zaretskii2012-10-201-1/+50
* Undo faccessat change.Paul Eggert2012-10-191-1/+0
* Use faccessat, not access, when checking file permissions.Paul Eggert2012-10-191-0/+1
* * editfns.c (get_system_name): Remove.Dmitry Antipov2012-10-161-1/+0
* Fix bug #12587 with slow startup on MS-Windows with Netlogon service.Eli Zaretskii2012-10-121-0/+1
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-111-1/+1
* keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-101-8/+9
* * alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.Dmitry Antipov2012-10-101-7/+3
* * profiler.c (handle_profiler_signal): Inhibit pending signals too,Paul Eggert2012-10-031-1/+1
* Revert the FOLLOW-SYMLINKS change for file-attributes.Paul Eggert2012-09-301-1/+1
* file-attributes has a new optional arg FOLLOW-SYMLINKS.Paul Eggert2012-09-301-1/+1
* * src/lisp.h (struct backtrace): Remove indirection for `function' field.Stefan Monnier2012-09-281-1/+1
* Merge profiler branchStefan Monnier2012-09-261-0/+20
|\
| * * src/profiler.c: Rename sample_profiler_* to profiler_cpu_* andStefan Monnier2012-09-241-2/+2
| * Try to let it compile on other platformsStefan Monnier2012-09-241-4/+3
| * Rewrite sampler to use Elisp hash-tables.Stefan Monnier2012-09-241-10/+1
| * profiler: Refactoring and documentation.Tomohiro Matsuyama2012-08-231-3/+3
| * Add GC profiler.Tomohiro Matsuyama2012-08-221-4/+10
| * Add emacs native profiler.Tomohiro Matsuyama2012-08-221-0/+29
* | Move Vlibrary_cache to emacs.c and reset before dumping.Juanma Barranquero2012-09-251-0/+4
* | image.c, indent.c: Use bool for booleans.Paul Eggert2012-09-241-1/+1
* | Move pid_t related decls out of lisp.h.Paul Eggert2012-09-231-3/+0
* | Simplify and avoid signal-handling races.Paul Eggert2012-09-231-3/+17
* | Remove configure's --without-sync-input option.Paul Eggert2012-09-161-11/+2
* | Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl...Eli Zaretskii2012-09-151-1/+2
* | Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-2/+20
* | Avoid _setjmp/_longjmp problems with local nonvolatile variables.Paul Eggert2012-09-111-7/+14
* | Simplify, document, and port floating-point.Paul Eggert2012-09-101-2/+1
* | Parenthesize macro bodies.Paul Eggert2012-09-091-7/+7
* | * src/lisp.h (make_lisp_ptr): New macro to replace XSET.Stefan Monnier2012-09-091-68/+68
* | Assume C89 or later for math functions.Paul Eggert2012-09-091-1/+0
* | More signal-handler cleanup.Paul Eggert2012-09-071-2/+0
* | Fix race conditions with signal handlers and errno.Paul Eggert2012-09-051-3/+0
* | Remove redundant or unused things here and there.Dmitry Antipov2012-09-051-34/+0
* | * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.Paul Eggert2012-09-051-5/+5
* | Implement `debug-on-message'.Lars Ingebrigtsen2012-09-041-0/+1
* | Give more-useful info on a fatal error (Bug#12328).Paul Eggert2012-09-041-0/+2
* | Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-1/+2
* | * emacs.c, eval.c: Use bool for boolean.Paul Eggert2012-09-021-12/+16
* | Clean up some extern decls.Paul Eggert2012-09-021-1/+5
* | * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert2012-09-021-17/+17
* | Better seed support for (random).Paul Eggert2012-08-311-1/+2
* | Remove mark_ttys function and fix tty_display_info initialization.Dmitry Antipov2012-08-311-1/+0
* | * dispnew.c: Use bool for boolean.Paul Eggert2012-08-271-1/+1
* | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert2012-08-271-2/+2
* | * cmds.c, coding.c: Use bool for booleans.Paul Eggert2012-08-271-1/+1
* | Remove unused external symbols.Paul Eggert2012-08-261-2/+1
* | * lisp.h (ASET): Remove attempt to detect side effects.Paul Eggert2012-08-251-3/+1