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
...
*
* parse.y (ripper_initialize): rollback obj_respond_to().
nobu
2005-10-09
2
-1
/
+15
*
* 2005-10-09
eban
2005-10-09
1
-3
/
+3
*
add testNIL2VTEMPTY.rb
suke
2005-10-09
2
-0
/
+30
*
* eval.c (Init_Binding): add Binding#dup method. [yarv-dev:666]
nobu
2005-10-08
2
-14
/
+13
*
* lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matched
nobu
2005-10-08
6
-69
/
+18
*
* io.c (rb_io_init_copy): clear PREP flag for copied IO.
nobu
2005-10-08
2
-1
/
+6
*
* 2005-10-08
nobu
2005-10-08
2
-4
/
+3
*
* ext/iconv/charset_alias.rb: parse config.charset_alias file directly.
nobu
2005-10-08
3
-13
/
+41
*
* parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on
nobu
2005-10-08
5
-20
/
+101
*
* ext/strscan/strscan.c (strscan_free): remove useless code. [ruby-dev:26368]...
aamine
2005-10-06
2
-1
/
+5
*
* 2005-10-06
eban
2005-10-05
1
-3
/
+3
*
* range.c (rb_range_beg_len): should return Qfalse for non-range
matz
2005-10-05
21
-215
/
+492
*
* 2005-10-05
eban
2005-10-05
1
-3
/
+3
*
* lib/xmlrpc/server.rb (XMLRPC::Server#initialize): should mount the
gotoyuzo
2005-10-04
2
-1
/
+6
*
* lib/xmlrpc/server.rb (XMLRPC::Server#serve): delete wrong call
gotoyuzo
2005-10-04
2
-1
/
+6
*
* 2005-10-04
eban
2005-10-03
1
-3
/
+3
*
* ext/tk/lib/tkextlib/tktable/tktable.rb: border_* instance methods
nagai
2005-10-03
3
-5
/
+10
*
* win32/win32.c (do_select, rb_w32_select): brush up.
usa
2005-10-01
2
-48
/
+75
*
* bignum.c (rb_big_rand): removed. [ruby-dev:25405]
akr
2005-10-01
3
-20
/
+4
*
* 2005-10-01
eban
2005-09-30
1
-4
/
+4
*
* lib/open-uri.rb (OpenURI.open_loop): prohibit multiple proxy
akr
2005-09-30
2
-5
/
+22
*
* ext/dl/cptr.c (rb_dlptr_s_to_ptr): abolish sizeof(FILE).
akr
2005-09-29
2
-1
/
+6
*
* lib/open-uri.rb (:proxy_http_basic_authentication): new option.
akr
2005-09-29
2
-12
/
+52
*
* evalc. (rb_f_send): underscores need to be escaped.
nobu
2005-09-28
2
-1
/
+6
*
* 2005-09-29
eban
2005-09-28
1
-3
/
+3
*
* eval.c (ev_const_get), variable.c (rb_const_get_0): retry only when
nobu
2005-09-28
4
-6
/
+14
*
* file.c (rb_stat_inspect): constified.
nobu
2005-09-28
2
-3
/
+7
*
* lib/webrick/cgi.rb (WEBrick::CGI#start): req.query_string should
gotoyuzo
2005-09-28
3
-2
/
+11
*
banish a warning.
akr
2005-09-28
1
-1
/
+1
*
* ext/tk/tcltklib.c: cannot compile with Tcl/Tk8.0.x
nagai
2005-09-28
2
-7
/
+11
*
* lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo.
nobu
2005-09-27
5
-41
/
+63
*
* 2005-09-27
usa
2005-09-27
1
-3
/
+3
*
* rubysig.h: fixed build problem with --enable-pthread on platforms
usa
2005-09-27
2
-1
/
+6
*
* 2005-09-27
eban
2005-09-27
1
-3
/
+3
*
* io.c: fixed rdoc. [ruby-Bugs:2523]
ocean
2005-09-27
1
-2
/
+2
*
*** empty log message ***
nobu
2005-09-26
2
-15
/
+14
*
* parse.y: changed to ANSI function style.
ocean
2005-09-26
2
-442
/
+166
*
* 2005-09-26
eban
2005-09-26
1
-3
/
+3
*
* lib/optparse.rb (RequiredArgument#parse): not consume unmatched
nobu
2005-09-25
2
-15
/
+16
*
typo fixed
seki
2005-09-25
2
-1
/
+5
*
(Rinda::TemplateEntry::initialize): pull up method. Tabs converted to spaces.
seki
2005-09-25
2
-108
/
+105
*
* parse.y: replaced `foo _((boo))' with `foo(boo)'.
ocean
2005-09-25
2
-85
/
+89
*
banish a warning.
akr
2005-09-24
1
-0
/
+1
*
* test/rss/test_content.rb, test/rss/test_syndication.rb: use fcall
nobu
2005-09-24
3
-8
/
+13
*
banish a warning.
akr
2005-09-24
1
-5
/
+5
*
banish some ripper warnings.
akr
2005-09-24
1
-5
/
+5
*
* misc/ruby-mode.el (ruby-calculate-indent): arrange deep-indent
nobu
2005-09-24
2
-2
/
+11
*
* process.c (proc_setrlimit): make the third argument (rlim_max)
akr
2005-09-24
2
-12
/
+29
*
* 2005-09-25
eban
2005-09-24
1
-3
/
+3
*
* misc/ruby-mode.el (ruby-expr-beg): deal with heredoc separately.
nobu
2005-09-24
2
-6
/
+15
[prev]
[next]