summaryrefslogtreecommitdiff
path: root/lib/profile.rb
blob: 104cb205b913bfb5eb7c02c17b9dc1af2fe9a8f7 (plain)
1
2
3
4
5
6
require 'profiler'

END {
  Profiler__::print_profile(STDERR)
}
Profiler__::start_profile
2005-11-30* misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz 2005-09-24* misc/ruby-mode.el (ruby-calculate-indent): arrange deep-indentnobu 2005-09-24* misc/ruby-mode.el (ruby-expr-beg): deal with heredoc separately.nobu 2005-06-12* signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz 2005-05-23* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): stringnobu 2005-05-11* struct.c (make_struct): allow const_id for accessor names.matz 2005-03-19* misc/ruby-mode.el (ruby-expr-beg): returned true always.nobu 2005-03-07This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author) 2005-02-12* ext/etc/etc.c (Init_etc): sGroup needs HAVE_ST_GR_PASSWD check.matz 2004-11-15* misc/ruby-mode.el (ruby-special-char-p, ruby-parse-partial): handlenobu 2004-10-30* string.c (rb_str_locktmp): lock string temporarily.matz 2004-08-17* io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz 2004-07-31* misc/ruby-mode.el (ruby-expr-beg, ruby-parse-partial,nobu 2004-07-27* object.c (Init_Object): "===" calls rb_obj_equal() directly.matz 2004-05-07* eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)matz 2004-01-06* eval.c (rb_mod_modfunc): should break if m has no super class.matz 2003-12-19* misc/ruby-mode.el (ruby-calculate-indent): proper indentationmatz 2003-10-02* time.c (time_load): restore instance variables (if any) beforematz 2003-09-05* misc/ruby-mode.el (ruby-font-lock-maybe-here-docs): should notnobu 2003-09-04* misc/ruby-mode.el (ruby-here-doc-beg-re): underscore also isnobu 2003-08-23* eval.c (rb_yield_splat): should check if "values" is array.matz 2003-04-15* misc/ruby-mode.el (ruby-special-char-p): should test at thenobu 2003-04-12* misc/ruby-mode.el (ruby-forward-sexp): missed argument for forward-word.nobu 2003-04-12* misc/ruby-mode.el (ruby-beginning-of-arg): substitutenobu