| Commit message (Expand) | Author | Age | Files | Lines |
* | * misc/ruby-mode.el (ruby-mode): use run-hooks if run-mode-hook is | matz | 2008-05-26 | 1 | -1/+3 |
* | * misc/ruby-mode.el: move fontifying code from hook. | matz | 2008-05-02 | 1 | -18/+12 |
* | * misc/ruby-style.el (ruby-style-{case,label}-indent): up list from | nobu | 2008-04-22 | 1 | -0/+2 |
* | * misc/ruby-mode.el (ruby-encoding-map): added shift-jis for older | nobu | 2008-04-15 | 1 | -12/+20 |
* | * misc/rdebug.el, misc/README: Remove rdebug.el as per request | knu | 2008-04-10 | 1 | -136/+0 |
* | Mention the ruby-debug project at RubyForge. | knu | 2008-04-10 | 1 | -1/+2 |
* | * misc/ruby-mode.el (ruby-mode): should use `run-mode-hooks' instead | nobu | 2008-03-17 | 1 | -1/+1 |
* | * misc/ruby-mode.el (ruby-encoding-map, ruby-use-encoding-map): added | nobu | 2008-03-14 | 1 | -4/+12 |
* | * misc/ruby-mode.el (ruby-mode-set-encoding): special treat for | nobu | 2008-03-12 | 1 | -0/+3 |
* | * misc/ruby-mode.el (ruby-add-log-current-method): use ruby style | nobu | 2008-03-06 | 1 | -8/+33 |
* | * misc/ruby-mode.el (ruby-calculate-indent): should distinguish | matz | 2008-02-26 | 1 | -1/+1 |
* | * misc/ruby-style.el (ruby-style-label-indent): fix for labels inside | nobu | 2008-02-23 | 1 | -1/+1 |
* | * misc/ruby-mode.el (ruby-mode-set-encoding): updates magic comment. | nobu | 2008-01-28 | 1 | -9/+22 |
* | * misc/ruby-mode.el (ruby-mode): set ruby-mode-set-encoding to buffer | nobu | 2008-01-27 | 1 | -0/+1 |
* | * misc/ruby-mode.el (ruby-mode-set-encoding): automatically insert | nobu | 2008-01-27 | 1 | -10/+30 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 3 | -3/+0 |
* | * misc/ruby-mode.el (ruby-parse-partial): handle stringified | matz | 2007-11-12 | 1 | -2/+3 |
* | * misc/ruby-style.el (ruby-style-{case,label}-indent): adjust for | nobu | 2007-10-26 | 1 | -9/+13 |
* | * parse.y (parser_yylex): dot at the head of the line denote line | matz | 2007-10-25 | 1 | -6/+10 |
* | * misc/ruby-style.el (ruby-style-label-indent): fix for function top | nobu | 2007-09-20 | 1 | -3/+23 |
* | * misc/ruby-style.el (ruby-style-label-indent): for yacc rules. | nobu | 2007-05-17 | 1 | -4/+11 |
* | * misc/ruby-style.el: new file. C/C++ style for ruby source code. | nobu | 2007-04-26 | 1 | -0/+36 |
* | * misc/ruby-mode.el (ruby-block-end-re): Support for the | knu | 2007-03-11 | 1 | -1/+1 |
* | * misc/README, misc/rdebug.el: Add rdebug.el, Emacs ruby-debug | knu | 2007-03-10 | 2 | -6/+143 |
* | * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fix | matz | 2007-01-24 | 1 | -1/+1 |
* | * lib/matrix.rb (Matrix::rank): use quo method to avoid integer | matz | 2006-12-05 | 1 | -0/+2 |
* | * misc/ruby-mode.el (ruby-parse-partial): better here-doc support. | matz | 2006-09-13 | 1 | -1/+1 |
* | * misc/ruby-mode.el (ruby-expr-beg): support $! at the end of | matz | 2005-11-30 | 1 | -1/+1 |
* | * misc/ruby-mode.el (ruby-calculate-indent): arrange deep-indent | nobu | 2005-09-24 | 1 | -2/+6 |
* | * misc/ruby-mode.el (ruby-expr-beg): deal with heredoc separately. | nobu | 2005-09-24 | 1 | -6/+6 |
* | * signal.c (sigexit): call rb_thread_signal_exit() instead of | matz | 2005-06-12 | 1 | -7/+7 |
* | * parse.y (parser_yylex): allow ';;' to be block terminator in | matz | 2005-06-07 | 1 | -7/+8 |
* | * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): string | nobu | 2005-05-23 | 1 | -1/+1 |
* | * eval.c (rb_attr): attribute name check added. | matz | 2005-04-18 | 1 | -1/+1 |
* | * misc/ruby-mode.el (ruby-expr-beg): returned true always. | nobu | 2005-03-19 | 1 | -2/+1 |
* | add ruby-electric.el | zsombor | 2005-03-06 | 2 | -0/+201 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -2/+4 |
* | * file.c (rb_file_chown): integer conversion should be prior to | matz | 2004-11-22 | 1 | -1/+1 |
* | * misc/ruby-mode.el (ruby-special-char-p, ruby-parse-partial): handle | nobu | 2004-11-15 | 1 | -4/+9 |
* | * eval.c (rb_thread_start_0): forget to free some memory chunks. | matz | 2004-10-29 | 1 | -4/+17 |
* | * io.c (rb_io_reopen): should clear allocated OpenFile. pointed | matz | 2004-08-17 | 1 | -1/+1 |
* | * misc/ruby-mode.el (ruby-expr-beg, ruby-parse-partial, | nobu | 2004-07-31 | 1 | -11/+11 |
* | * eval.c (rb_eval): copy on write for argument local variable | matz | 2004-07-27 | 1 | -4/+16 |
* | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz | 2004-05-07 | 1 | -1/+1 |
* | * ext/socket/socket.c (make_hostent): fix memory leak, based on | matz | 2004-04-01 | 1 | -172/+142 |
* | * eval.c (method_hash): new method. [ruby-talk:93968] | matz | 2004-03-03 | 1 | -2/+9 |
* | * eval.c (localjump_destination): lambda should not interfere | matz | 2004-02-26 | 1 | -5/+3 |
* | * re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int). | matz | 2004-02-13 | 1 | -4/+6 |
* | * misc/ruby-mode.el: better support for general delimited | matz | 2004-01-27 | 1 | -5/+3 |
* | * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>. | matz | 2004-01-05 | 1 | -1/+4 |