Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
[bpt/emacs.git] / src / profiler.c
2013-01-02 Paul EggertMerge from emacs-24; up to 2012-12-06T01:39:03Z!monnier...
2013-01-01 Paul EggertUpdate copyright notices for 2013.
2012-12-30 Glenn MorrisMerge from emacs-24; up to 2012-12-05T00:13:56Z!yamaoka...
2012-12-27 Glenn MorrisMerge from emacs-24; up to 2012-12-03T21:07:47Z!eggert...
2012-12-22 Glenn MorrisMerge from emacs-24; up to 2012-12-02T06:22:32Z!cyd...
2012-12-21 Glenn MorrisMerge from emacs-24; up to 2012-12-01T13:25:13Z!cyd...
2012-12-13 Glenn MorrisMerge from emacs-24; up to 2012-11-30T04:44:52Z!cyd...
2012-12-10 Daniel ColascioneMove fix for cygw32 icon issue from emacs-24 branch...
2012-12-10 Glenn MorrisMerge from emacs-24; up to 2012-11-26T19:56:14Z!monnier...
2012-12-06 Glenn MorrisMerge from emacs-24; up to 2012-11-24T16:58:43Z!cyd...
2012-12-03 Glenn MorrisMerge from emacs-24; up to 2012-11-23T06:23:28Z!cyd...
2012-11-27 Glenn MorrisMerge from emacs-24; up to 2012-11-20T20:06:17Z!monnier...
2012-11-25 Bill WohlerMerge from trunk.
2012-11-24 Glenn MorrisMerge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka...
2012-11-21 Daniel ColascioneTeach sql-mode's imenu about IF NOT EXISTS
2012-11-21 Daniel ColascioneSupport IF NOT EXISTS in SQL declarations
2012-11-21 Glenn MorrisMerge from emacs-24; up to 2012-11-17T22:12:47Z!eggert...
2012-11-18 Glenn MorrisMerge from emacs-24; up to 2012-11-15T23:31:37Z!dancol...
2012-11-16 Glenn MorrisMerge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov...
2012-11-15 Daniel ColascioneMerge from cygw32 branch
2012-11-13 Kenichi Handamerge trunk
2012-11-13 Eli ZaretskiiMerge from trunk.
2012-11-13 Glenn MorrisMerge from emacs-24; up to 2012-11-09T14:45:15Z!dmantip...
2012-11-10 Glenn MorrisMerge from emacs-24; up to 2012-11-08T14:54:03Z!monnier...
2012-11-08 Stefan Monnier* src/lisp.h (XHASH): Redefine to be imperfect and...
2012-11-08 Paul EggertUse same hash function for hashfn_profiler as for hash_...
2012-11-08 Stefan MonnierUse ad-hoc comparison function for the profiler's hash...
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-06 Kenichi Handamerge trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-10-04 Paul Eggert* profiler.c (handle_profiler_signal): Inhibit pending...
2012-10-04 Paul EggertPort timers to OpenBSD, plus check for timer failures.
2012-10-02 Paul Eggert* profiler.c (handle_profiler_signal): Fix a malloc...
2012-10-02 Paul EggertCount overruns when profiling; change units to ns.
2012-09-30 Tomohiro Matsuyama* profiler.el (profiler-sampling-interval): Rename...
2012-09-30 Eli ZaretskiiSupport atimers and CPU profiler via profile.c on MS...
2012-09-30 Kenichi Handamerge trunk
2012-09-30 Eli ZaretskiiFix compilation failure introduced in 2012-09-30T06...
2012-09-30 Paul EggertProfiler improvements: more-accurate timers, overflow...
2012-09-29 Stefan Monnier* src/lisp.h (struct backtrace): Remove indirection...
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-28 Tomohiro Matsuyama* profiler.c (sigprof_handler): Fix race condition.
2012-09-26 Tomohiro Matsuyama* profiler.c (Fprofiler_cpu_start): Remove unnecessary...
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-26 Stefan Monnier* lisp/profiler.el (profiler-start): Don't prompt for...
2012-09-26 Juanma Barranquero* src/makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profi...
2012-09-25 Stefan Monnier* src/profiler.c: Rename sample_profiler_* to profiler_...
2012-09-24 Stefan MonnierTry to let it compile on other platforms
2012-09-24 Stefan MonnierRewrite sampler to use Elisp hash-tables.
2012-08-23 Tomohiro Matsuyamaprofiler: Refactoring and documentation.
2012-08-22 Tomohiro MatsuyamaAdd GC profiler.
2012-08-22 Tomohiro MatsuyamaAdd emacs native profiler.