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
*
* numeric.c (num_to_int): default to_int implementaion for every
matz
2002-07-29
7
-19
/
+31
*
* mkconfig.rb: unexpected `"ruby".sub("$","17") == "ruby"'
gotoken
2002-07-29
1
-1
/
+1
*
* eval.c (rb_eval): no need to convert to string twice.
nobu
2002-07-26
2
-2
/
+6
*
* misc/ruby-mode.el (ruby-expr-beg): wrong indent at modifiers
nobu
2002-07-26
2
-3
/
+10
*
* sample/mkproto.rb: ditto and fix bug.
eban
2002-07-26
2
-2
/
+4
*
* ext/extmk.rb.in (create_makefile): use Regexp in gsub.
eban
2002-07-26
2
-1
/
+5
*
* random.c (N, M): undef for <winnt.h> on MinGW.
eban
2002-07-26
1
-0
/
+3
*
* random.c: replace with Mersenne Twister RNG.
matz
2002-07-26
1
-10
/
+25
*
* random.c: replace with Mersenne Twister RNG.
matz
2002-07-26
14
-207
/
+462
*
2002-07-26
nobu
2002-07-26
1
-2
/
+2
*
* parse.y (yylex): modify to accept a code like "m (a){...}".
aamine
2002-07-26
2
-6
/
+10
*
* misc/ruby-mode.el (ruby-delimiter): include here document.
nobu
2002-07-25
2
-247
/
+308
*
optparse imported
nobu
2002-07-23
1
-0
/
+4
*
* lib/net/ftp.rb (set_socket): new method.
shugo
2002-07-18
2
-1
/
+14
*
* parse.y (yylex): fix typo.
aamine
2002-07-17
2
-2
/
+6
*
* parse.y (heredoc_identifier): modify typo.
aamine
2002-07-15
2
-3
/
+7
*
OptionParser
nobu
2002-07-14
1
-0
/
+4
*
2002-07-13
nobu
2002-07-13
1
-2
/
+2
*
* parse.y (literal_concat_string): wrong optimization.
nobu
2002-07-13
2
-2
/
+5
*
import
nobu
2002-07-12
3
-0
/
+31
*
* lib/resolv.rb (Resolv::DNS::open, close): new.
nobu
2002-07-12
3
-17
/
+1652
*
* doc/net/smtp.rd.ja: add note for RubyMail/TMail.
aamine
2002-07-11
1
-0
/
+205
*
* lib/net/http.rb: rename HTTP.get_uri get_response.
aamine
2002-07-11
3
-24
/
+565
*
* NEWS: add note for net/http's incompatibility.
aamine
2002-07-11
1
-0
/
+5
*
* string.c (rb_str_match): fix for string match.
nobu
2002-07-11
2
-2
/
+5
*
2002-07-11
nobu
2002-07-11
1
-2
/
+2
*
* ext/stringio/stringio.c (strio_gets_internal): fixed for record
nobu
2002-07-11
2
-2
/
+7
*
* string.c (rb_str_slice_bang): if there's no corresponding
matz
2002-07-11
14
-75
/
+141
*
* lib/resolv.rb: untaint strings read from /etc/hosts and
shugo
2002-07-11
2
-0
/
+11
*
* bit changed.
keiju
2002-07-10
1
-11
/
+5
*
* irb 0.9(doc)
keiju
2002-07-09
2
-34
/
+75
*
* irb 0.9
keiju
2002-07-09
36
-482
/
+1271
*
2002-07-05
nobu
2002-07-05
1
-2
/
+2
*
enum.c: Fix bug in enum_sort_by and some code indents
michal
2002-07-05
2
-52
/
+60
*
* lib/cgi.rb (CGI#initialize): improvement for mod_ruby.
wakou
2002-07-05
2
-1
/
+10
*
* parse.y: remove useless function str_extend_p().
aamine
2002-07-04
2
-18
/
+4
*
* lib/net/ftp.rb (get): new method.
shugo
2002-07-03
2
-6
/
+35
*
* lib/net/ftp.rb (getbinaryfile): the second argument (localfile)
shugo
2002-07-03
2
-2
/
+9
*
* lib/net/ftp.rb: use &block and yield for speed.
shugo
2002-07-03
2
-49
/
+20
*
expand TABs.
akr
2002-07-03
1
-130
/
+130
*
* lib/cgi.rb (CGI#initialize): improvement for mod_ruby.
wakou
2002-07-03
2
-0
/
+5
*
* lib/cgi.rb (CGI#header): accept any type as value.
wakou
2002-07-02
2
-1
/
+5
*
2002-07-02
nobu
2002-07-02
1
-2
/
+2
*
object.c: rb_Integer reformat, nil#to_f added to rb_define_method.
michal
2002-07-02
3
-20
/
+8
*
* configure.in (seekdir, telldir): add ac_cv_func_telldir=yes,
eban
2002-06-30
3
-2
/
+9
*
made object address test to compare inspect's result.
akr
2002-06-30
1
-2
/
+1
*
fix object address test.
akr
2002-06-29
1
-1
/
+1
*
* io.c (pipe_finalize, pipe_popen): two-way pipe support for win32.
usa
2002-06-28
5
-139
/
+214
*
* pack.c (pack_unpack): change names of local variables because their
usa
2002-06-28
3
-18
/
+23
*
* re.c (rb_reg_expr_str): need to process backslashes properly.
matz
2002-06-28
14
-63
/
+117
[next]