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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
re-indented.
nobu
2003-02-07
1
-1
/
+1
*
* intern.h, re.c (rb_memsearch): returns long.
nobu
2003-02-07
4
-3
/
+13
*
* eval.c (proc_invoke): should propagate self to super
nobu
2003-02-07
2
-0
/
+6
*
* re.c (rb_reg_initialize_m): shoule not preset "kcode" unless
matz
2003-02-06
2
-15
/
+22
*
* lib/fileutils.rb: new method FileUtils.pwd.
aamine
2003-02-06
2
-62
/
+59
*
* lib/complex.rb (Complex#==): should not raise error by type
matz
2003-02-06
3
-9
/
+29
*
2003-02-06
eban
2003-02-06
1
-3
/
+3
*
* re.c (rb_reg_initialize_m): 3rd argument was ignored.
matz
2003-02-06
3
-3
/
+12
*
* lib/open-uri.rb: dispatch code restructured to make it openable
akr
2003-02-05
2
-46
/
+43
*
* lib/open-uri.rb: Location: field may has a relative URI.
akr
2003-02-05
2
-1
/
+12
*
2003-02-05
eban
2003-02-05
1
-3
/
+3
*
* parse.y (yylex): no .<digit> floating literal anymore.
matz
2003-02-05
2
-10
/
+8
*
typo
nobu
2003-02-04
1
-1
/
+1
*
2003-02-04
eban
2003-02-04
1
-3
/
+3
*
* array.c (rb_ary_equal): a == b is true when b is non T_ARRAY
matz
2003-02-04
6
-7
/
+38
*
Added RDoc comments. See comments at EOF for remaining issues.
gsinclair
2003-02-04
1
-37
/
+148
*
Added RDoc comments.
gsinclair
2003-02-03
1
-3
/
+147
*
* re.c (rb_reg_initialize_m): unfotunate serious typo.
matz
2003-02-03
2
-1
/
+2
*
* object.c (Init_Object): default Object#=== now calls "=="
matz
2003-02-03
6
-41
/
+65
*
* re.c (rb_memsearch): a little improvement.
nobu
2003-02-03
2
-12
/
+17
*
typo
nobu
2003-02-03
1
-3
/
+3
*
2003-02-03
eban
2003-02-03
1
-4
/
+4
*
* re.c (rb_memsearch): algolithm body of String#index.
matz
2003-02-03
9
-63
/
+108
*
Added RDoc comments. See comments at EOF for remaining issues.
gsinclair
2003-01-31
1
-22
/
+230
*
* string.c (rb_str_index): search using Karp-Rabin algolithm.
matz
2003-01-31
2
-2
/
+28
*
* variable.c (rb_obj_classname): wrong tail recursion.
nobu
2003-01-31
1
-1
/
+1
*
* variable.c (rb_obj_classname): new function.
matz
2003-01-31
19
-64
/
+92
*
* random.c (rb_f_rand): type fix.
eban
2003-01-31
2
-4
/
+4
*
* parse.y (yylex): remove EXPR_CMDARG according to the RHG book.
matz
2003-01-31
5
-27
/
+31
*
* lib/optparse.rb (OptionParser::make_switch): NoArgument doesn't
nobu
2003-01-31
2
-5
/
+16
*
* lib/optparse.rb (OptionParser::List::accept): default
nobu
2003-01-30
2
-1
/
+6
*
2003-01-30
eban
2003-01-30
1
-3
/
+3
*
* lib/optparse.rb (OptionParser::Switch::PlacedArgument): added.
nobu
2003-01-30
2
-24
/
+52
*
* file.c (rb_file_s_expand_path): removed a sludge.
nobu
2003-01-29
2
-2
/
+9
*
* instruby.rb (parse_args), ext/extmk.rb (parse_args): Prepend a
knu
2003-01-27
3
-33
/
+23
*
2003-01-27
eban
2003-01-27
1
-3
/
+3
*
* error.c (get_syserror): use snprintf() instead of sprintf(). pointed
usa
2003-01-26
2
-3
/
+9
*
* error.c (get_syserror): some Windows' errno have 5 digits.
usa
2003-01-26
2
-2
/
+6
*
Update.
knu
2003-01-26
1
-0
/
+9
*
* instruby.rb ($mflags.set?): Check $make instead of $nmake, sinse
usa
2003-01-26
3
-1
/
+11
*
* lib/shellwords.rb: Embed rdoc style comments.
knu
2003-01-26
1
-24
/
+36
*
* instruby.rb (parse_args), ext/extmk.rb (parse_args): Detect -n
knu
2003-01-26
3
-13
/
+38
*
* instruby.rb (makedirs): make same directory only once even if
nobu
2003-01-25
2
-3
/
+17
*
* instruby.rb: re-define individual methods verbosely rather than
nobu
2003-01-25
1
-0
/
+9
*
*** empty log message ***
nobu
2003-01-25
2
-19
/
+23
*
* instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub,
knu
2003-01-25
6
-58
/
+122
*
Converted RD to RDoc and improved documentation. See comments at EOF.
gsinclair
2003-01-24
1
-261
/
+321
*
2003-01-24
eban
2003-01-24
1
-3
/
+3
*
* parse.y: tMINUS should have lower precedence than tPOW.
matz
2003-01-24
3
-5
/
+8
*
* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): deal
nobu
2003-01-23
2
-16
/
+13
[prev]
[next]