Age | Commit message (Expand) | Author |
2008-07-22 | * misc/ruby-mode.el: fix here-doc strings with inner quotes. patches | nobu |
2008-05-26 | * misc/ruby-mode.el (ruby-mode): use run-hooks if run-mode-hook is | matz |
2008-05-02 | * misc/ruby-mode.el: move fontifying code from hook. | matz |
2008-04-22 | * misc/ruby-style.el (ruby-style-{case,label}-indent): up list from | nobu |
2008-04-15 | * misc/ruby-mode.el (ruby-encoding-map): added shift-jis for older | nobu |
2008-04-10 | * misc/rdebug.el, misc/README: Remove rdebug.el as per request | knu |
2008-04-10 | Mention the ruby-debug project at RubyForge. | knu |
2008-03-17 | * misc/ruby-mode.el (ruby-mode): should use `run-mode-hooks' instead | nobu |
2008-03-14 | * misc/ruby-mode.el (ruby-encoding-map, ruby-use-encoding-map): added | nobu |
2008-03-12 | * misc/ruby-mode.el (ruby-mode-set-encoding): special treat for | nobu |
2008-03-06 | * misc/ruby-mode.el (ruby-add-log-current-method): use ruby style | nobu |
2008-02-26 | * misc/ruby-mode.el (ruby-calculate-indent): should distinguish | matz |
2008-02-23 | * misc/ruby-style.el (ruby-style-label-indent): fix for labels inside | nobu |
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 buffer | nobu |
2008-01-27 | * misc/ruby-mode.el (ruby-mode-set-encoding): automatically insert | nobu |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |
2007-11-12 | * misc/ruby-mode.el (ruby-parse-partial): handle stringified | matz |
2007-10-26 | * misc/ruby-style.el (ruby-style-{case,label}-indent): adjust for | nobu |
2007-10-25 | * parse.y (parser_yylex): dot at the head of the line denote line | matz |
2007-09-20 | * misc/ruby-style.el (ruby-style-label-indent): fix for function top | nobu |
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 the | knu |
2007-03-10 | * misc/README, misc/rdebug.el: Add rdebug.el, Emacs ruby-debug | knu |
2007-01-24 | * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fix | matz |
2006-12-05 | * lib/matrix.rb (Matrix::rank): use quo method to avoid integer | matz |
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 of | matz |
2005-09-24 | * misc/ruby-mode.el (ruby-calculate-indent): arrange deep-indent | nobu |
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 of | matz |
2005-06-07 | * parse.y (parser_yylex): allow ';;' to be block terminator in | matz |
2005-05-23 | * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): string | nobu |
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-06 | add ruby-electric.el | zsombor |
2005-03-04 | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz |
2004-11-22 | * file.c (rb_file_chown): integer conversion should be prior to | matz |
2004-11-15 | * misc/ruby-mode.el (ruby-special-char-p, ruby-parse-partial): handle | nobu |
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. pointed | matz |
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 variable | matz |
2004-05-07 | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz |
2004-04-01 | * ext/socket/socket.c (make_hostent): fix memory leak, based on | matz |
2004-03-03 | * eval.c (method_hash): new method. [ruby-talk:93968] | matz |
2004-02-26 | * eval.c (localjump_destination): lambda should not interfere | matz |
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 delimited | matz |