aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | * src/lisp.h (struct backtrace): Remove indirection for `function' field.Stefan Monnier2012-09-286-21/+30
| * | | Merge from emacs-24; up to 2012-05-07T21:26:08Z!rgm@gnu.orgGlenn Morris2012-09-282-26/+24
| |\ \ \ | | | |/ | | |/|
| | * | Doc fixesGlenn Morris2012-09-242-26/+24
| | * | Backport fix for Bug#12463 from trunk.Chong Yidong2012-09-212-1/+12
| * | | Rename "Automatic Redisplay" entry in Lisp backtrace.Eli Zaretskii2012-09-282-4/+9
| * | | * profiler.c (sigprof_handler): Fix race condition.Tomohiro Matsuyama2012-09-282-1/+12
| * | | CommentGlenn Morris2012-09-281-0/+2
| * | | * src/lread.c (lisp_file_lexically_bound_p): Handle #! lines.Glenn Morris2012-09-282-2/+21
| * | | Link with LIB_TIMER_TIME as needed.Paul Eggert2012-09-272-2/+5
| * | | Check more robustly for timer_settime.Paul Eggert2012-09-262-3/+10
| * | | * profiler.c (Fprofiler_cpu_start): Remove unnecessary flag SA_SIGINFO.Tomohiro Matsuyama2012-09-272-3/+7
| * | | Fix ChangeLog typos.Juanma Barranquero2012-09-273-3/+3
| * | | Fix some profiler stuff on Windows (follow-up to 1995-03-15T21:55:37Z!kwzh@gn...Juanma Barranquero2012-09-272-0/+5
| * | | * character.h (MAYBE_UNIFY_CHAR): Remove.Paul Eggert2012-09-264-21/+15
| * | | Merge profiler branchStefan Monnier2012-09-269-47/+577
| |\ \ \
| | * | | * lisp/profiler.el (profiler-start): Don't prompt for choice when thereold-branches/profilerStefan Monnier2012-09-262-11/+20
| | * | | * src/makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.Juanma Barranquero2012-09-253-2/+27
| | * | | * src/profiler.c: Rename sample_profiler_* to profiler_cpu_* andStefan Monnier2012-09-244-98/+102
| | * | | Try to let it compile on other platformsStefan Monnier2012-09-244-15/+27
| | * | | Rewrite sampler to use Elisp hash-tables.Stefan Monnier2012-09-246-891/+229
| | * | | * alloc.c (emacs_blocked_malloc): Remove redundant MALLOC_PROBE.Tomohiro Matsuyama2012-09-152-2/+4
| | * | | profiler: Refactoring and documentation.Tomohiro Matsuyama2012-08-232-41/+156
| | * | | Add GC profiler.Tomohiro Matsuyama2012-08-223-27/+89
| | * | | Add emacs native profiler.Tomohiro Matsuyama2012-08-227-20/+1010
| * | | | Fix a typo in a recent entry in src/ChangeLog.Eli Zaretskii2012-09-261-1/+1
| * | | | Fix bug refGlenn Morris2012-09-261-1/+1
| * | | | src/makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies.Juanma Barranquero2012-09-262-0/+5
| * | | | Prefer POSIX timers if available.Paul Eggert2012-09-252-6/+39
| * | | | Followup to not using maybe_unify_char in processing buffers and strings.Eli Zaretskii2012-09-252-55/+15
| * | | | Move Vlibrary_cache to emacs.c and reset before dumping.Juanma Barranquero2012-09-256-11/+55
| * | | | Fix handling of fatal signals and exceptions on MS-Windows.Eli Zaretskii2012-09-256-18/+71
| * | | | Don't call MAYBE_UNIFY_CHAR while processing buffers and strings.Eli Zaretskii2012-09-252-4/+7
| * | | | Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-252-14/+4
| * | | | * src/bytecode.c (exec_byte_code): Signal an error instead of aborting,Stefan Monnier2012-09-242-1/+6
| * | | | image.c, indent.c: Use bool for booleans.Paul Eggert2012-09-2413-304/+293
| * | | | Remove several obsolete vars and functions unlikely to be still in use.Chong Yidong2012-09-242-10/+4
| * | | | Move pid_t related decls out of lisp.h.Paul Eggert2012-09-234-3/+16
| * | | | gnutls.c, gtkutil.c: Use bool for boolean.Paul Eggert2012-09-2311-140/+157
| * | | | src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-09-232-51/+72
| * | | | Clean-up left-overs after 2012-09-23T08:44:20Z!eggert@cs.ucla.edu wrt signal ...Eli Zaretskii2012-09-233-5/+11
| * | | | src/w32term.c (w32_read_socket): Remove reference to deleted variable.Juanma Barranquero2012-09-232-1/+5
| * | | | Do not use SA_NODEFER.Paul Eggert2012-09-234-3/+13
| * | | | * xterm.c (x_term_init): Call fixup_locale before and after callingJan Djärv2012-09-232-2/+9
| * | | | Really fix last change.Chong Yidong2012-09-231-1/+1
| * | | | Fix last change.Chong Yidong2012-09-232-3/+4
| * | | | Remove LIBRARIES arg from w32_delayed_load and friends.Chong Yidong2012-09-237-87/+86
| * | | | Simplify and avoid signal-handling races.Paul Eggert2012-09-2359-1850/+1722
| * | | | * nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image into,Jan Djärv2012-09-232-1/+7
| * | | | * keyboard.c (timer_check): Avoid quitting during Fcopy_sequence.Chong Yidong2012-09-232-0/+9
| | |_|/ | |/| |
| * | | * .gdbinit: Just stop at fatal_error_backtrace.Paul Eggert2012-09-222-13/+10