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-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
*
* misc/ruby-mode.el (ruby-calculate-indent): proper indentation
matz
2003-12-19
1
-45
/
+45
*
* time.c (time_load): restore instance variables (if any) before
matz
2003-10-02
1
-5
/
+8
*
* misc/ruby-mode.el (ruby-font-lock-maybe-here-docs): should not
nobu
2003-09-05
1
-2
/
+2
*
* misc/ruby-mode.el (ruby-here-doc-beg-re): underscore also is
nobu
2003-09-04
1
-17
/
+13
*
* eval.c (rb_yield_splat): should check if "values" is array.
matz
2003-08-23
1
-1
/
+58
*
* misc/ruby-mode.el (ruby-special-char-p): should test at the
nobu
2003-04-15
1
-1
/
+1
*
* misc/ruby-mode.el (ruby-forward-sexp): missed argument for forward-word.
nobu
2003-04-12
1
-1
/
+1
*
* misc/ruby-mode.el (ruby-beginning-of-arg): substitute
nobu
2003-04-12
1
-128
/
+152
*
* misc/ruby-mode.el (ruby-expr-beg): escaped char syntax.
nobu
2003-03-02
1
-24
/
+63
*
* misc/ruby-mode.el (ruby-comment-column): customize comment
nobu
2003-02-17
1
-45
/
+176
*
* misc/ruby-mode.el (ruby-forward-string): fixed void variable
nobu
2003-02-08
1
-4
/
+4
*
* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): deal
nobu
2003-01-23
1
-16
/
+6
*
* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): syntax
nobu
2003-01-09
1
-4
/
+4
*
* misc/ruby-mode.el (ruby-parse-partial): keywords must not be
nobu
2002-12-20
1
-0
/
+2
*
* sprintf.c (rb_f_sprintf): preceding ".." for negative numbers
matz
2002-12-10
1
-0
/
+1
*
* object.c (Init_Object): added Object#object_id, new name for
matz
2002-11-03
1
-3
/
+4
*
* misc/inf-ruby.el (inferior-ruby-error-regexp-alist): regexp
nobu
2002-09-07
1
-15
/
+37
*
* misc/inf-ruby.el (inf-ruby-keys): ruby-send-definition
nobu
2002-08-19
1
-7
/
+58
*
sorry, ditto
nobu
2002-07-30
1
-2
/
+2
*
* misc/ruby-mode.el (ruby-accurate-end-of-block): restrict search
nobu
2002-07-30
1
-3
/
+4
[next]