index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* misc/ruby-mode.el: added comment to mention newer version
matz
2008-12-23
1
-6
/
+47
*
* misc/ruby-style.el (ruby-style-c-mode): buffer may not have file
nobu
2008-10-09
1
-1
/
+9
*
* misc/ruby-mode.el: safe custimizable variables.
nobu
2008-09-26
1
-0
/
+4
*
* misc/ruby-mode.el (ruby-keyword-end-re): emacs21 support. a
matz
2008-09-22
1
-15
/
+41
*
* misc/emacs-mode.el: don't set case-fold-search globally to nil;
matz
2008-09-06
1
-4
/
+5
*
* misc/ruby-mode.el: fix a variable-name error.
matz
2008-09-06
1
-1
/
+1
*
* misc/*.el: untabify, for interal consistency and consistency
matz
2008-09-06
4
-857
/
+857
*
* misc/ruby-mode.el, misc/ruby-electric.el: use regexp-opt where
matz
2008-09-06
2
-18
/
+33
*
* misc/ruby-mode.el: don't highlight keywords when they're the
matz
2008-09-06
1
-5
/
+4
*
* misc/ruby-mode.el: don't crash the whole mode if the Subversion
matz
2008-09-06
1
-3
/
+2
*
* misc/*.el: merged the following patches from Nathan Weizenbaum
matz
2008-09-06
2
-20
/
+20
*
* misc/ruby-mode.el (ruby-imenu-create-index-in-block): Fix the
knu
2008-08-07
1
-1
/
+1
*
* misc/ruby-mode.el: fix here-doc strings with inner quotes. patches
nobu
2008-07-22
1
-46
/
+96
*
* 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
[next]