summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2005-06-12* signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz
2005-06-07* parse.y (parser_yylex): allow ';;' to be block terminator inmatz
2005-05-23* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): stringnobu
2005-04-18* eval.c (rb_attr): attribute name check added.matz
2005-03-19* misc/ruby-mode.el (ruby-expr-beg): returned true always.nobu
2005-03-06add ruby-electric.elzsombor
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-11-22* file.c (rb_file_chown): integer conversion should be prior tomatz
2004-11-15* misc/ruby-mode.el (ruby-special-char-p, ruby-parse-partial): handlenobu
2004-10-29* eval.c (rb_thread_start_0): forget to free some memory chunks.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* eval.c (rb_eval): copy on write for argument local variablematz
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-04-01* ext/socket/socket.c (make_hostent): fix memory leak, based onmatz
2004-03-03* eval.c (method_hash): new method. [ruby-talk:93968]matz
2004-02-26* eval.c (localjump_destination): lambda should not interferematz
2004-02-13* re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int).matz
2004-01-27* misc/ruby-mode.el: better support for general delimitedmatz
2004-01-05* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.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
2003-03-02* misc/ruby-mode.el (ruby-expr-beg): escaped char syntax.nobu
2003-02-17* misc/ruby-mode.el (ruby-comment-column): customize commentnobu
2003-02-08* misc/ruby-mode.el (ruby-forward-string): fixed void variablenobu
2003-01-23* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): dealnobu
2003-01-09* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): syntaxnobu
2002-12-20* misc/ruby-mode.el (ruby-parse-partial): keywords must not benobu
2002-12-10* sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz
2002-11-03* object.c (Init_Object): added Object#object_id, new name formatz
2002-09-07* misc/inf-ruby.el (inferior-ruby-error-regexp-alist): regexpnobu
2002-08-19* misc/inf-ruby.el (inf-ruby-keys): ruby-send-definitionnobu
2002-07-30sorry, dittonobu
2002-07-30* misc/ruby-mode.el (ruby-accurate-end-of-block): restrict searchnobu
2002-07-30* misc/ruby-mode.el (ruby-accurate-end-of-block): incomplete blocknobu
2002-07-26* misc/ruby-mode.el (ruby-expr-beg): wrong indent at modifiersnobu
2002-07-25* misc/ruby-mode.el (ruby-delimiter): include here document.nobu
2002-06-28* re.c (rb_reg_expr_str): need to process backslashes properly.matz
2002-05-23* ruby.c (proc_options): removed "-*-" support for #! line.matz
2002-05-21* misc/ruby-mode.el (ruby-font-lock-keywords): symbols end with '_'.nobu
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-04-10* misc/ruby-mode.el (ruby-font-lock-keywords): fontify symbols fornobu
2002-02-18* misc/ruby-mode.el (ruby-block-hanging-re): rescue block was toonobu
2002-02-17* misc/ruby-mode.el (ruby-font-lock-keywords): fontifynobu