summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2008-02-23* misc/ruby-style.el (ruby-style-label-indent): fix for labels insidenobu
2008-01-28* misc/ruby-mode.el (ruby-mode-set-encoding): updates magic comment.nobu
2008-01-27* misc/ruby-mode.el (ruby-mode): set ruby-mode-set-encoding to buffernobu
2008-01-27* misc/ruby-mode.el (ruby-mode-set-encoding): automatically insertnobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-11-12* misc/ruby-mode.el (ruby-parse-partial): handle stringifiedmatz
2007-10-26* misc/ruby-style.el (ruby-style-{case,label}-indent): adjust fornobu
2007-10-25* parse.y (parser_yylex): dot at the head of the line denote linematz
2007-09-20* misc/ruby-style.el (ruby-style-label-indent): fix for function topnobu
2007-05-17* misc/ruby-style.el (ruby-style-label-indent): for yacc rules.nobu
2007-04-26* misc/ruby-style.el: new file. C/C++ style for ruby source code.nobu
2007-03-11* misc/ruby-mode.el (ruby-block-end-re): Support for theknu
2007-03-10* misc/README, misc/rdebug.el: Add rdebug.el, Emacs ruby-debugknu
2007-01-24* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fixmatz
2006-12-05* lib/matrix.rb (Matrix::rank): use quo method to avoid integermatz
2006-09-13* misc/ruby-mode.el (ruby-parse-partial): better here-doc support.matz
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-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