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
*
* configure.in (ac_cv_sizeof_rlim_t): set 8 for BSD/OS.
akr
2004-12-17
2
-0
/
+7
*
* ext/tk/lib/tk.rb: fix bug on setting up system encoding
nagai
2004-12-17
10
-39
/
+188
*
* lib/cgi/session.rb (CGI::Session#initialize): control adding
nobu
2004-12-17
2
-6
/
+10
*
* 2004-12-17
eban
2004-12-17
1
-3
/
+3
*
* eval.c (rb_proc_arity, rb_node_arity, rb_mod_method_arity,
nobu
2004-12-16
1
-0
/
+6
*
* eval.c (rb_proc_arity, rb_node_arity, rb_mod_method_arity,
nobu
2004-12-16
3
-59
/
+103
*
* lib/mkmf.rb (create_makefile): create RUBYARCHDIR also when no extension
nobu
2004-12-16
2
-2
/
+8
*
adjust and reduce sleep
seki
2004-12-16
2
-4
/
+5
*
* ext/openssl/ossl.c (ossl_raise): refine message format.
gotoyuzo
2004-12-16
2
-1
/
+6
*
* ext/tk/sample/demos-en/widget: modify version check for supporting features
nagai
2004-12-16
2
-4
/
+9
*
* ChangeLog: forgot to commit
nagai
2004-12-16
1
-0
/
+30
*
* ext/tk/lib/tk/bindtag.rb: bug fix [ruby-talk: 123667]
nagai
2004-12-16
24
-100
/
+187
*
* 2004-12-16
usa
2004-12-16
1
-3
/
+3
*
* ext/ripper/extconf.rb: bison is not needed if ripper.c exists. [ruby-dev:25...
aamine
2004-12-15
2
-2
/
+9
*
* lib/net/http.rb: remove junk.
aamine
2004-12-15
2
-1
/
+5
*
* ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]
matz
2004-12-15
4
-7
/
+25
*
changed default binded address family to use an available address family of h...
seki
2004-12-15
3
-4
/
+37
*
* lib/webrick/server.rb (WEBrick::GenericServer#start_thread):
gotoyuzo
2004-12-15
5
-13
/
+47
*
* lib/set.rb (Set#==): [ruby-dev:25206]
matz
2004-12-15
23
-146
/
+184
*
* 2004-12-15
usa
2004-12-15
1
-3
/
+3
*
* win32/win32.c (rb_w32_fdisset): check whether the handle is valid.
usa
2004-12-15
2
-1
/
+10
*
* utf8.c (utf8_is_mbc_ambiguous): [ruby-talk:123561]
matz
2004-12-14
1
-0
/
+11
*
devided DL::Types#encode_type into three methods.
ttate
2004-12-14
3
-48
/
+56
*
* win32/win32.c (rb_w32_close): need to reset osfhnd().
usa
2004-12-14
2
-0
/
+5
*
* ext/openssl/ossl.c (ossl_raise): avoid buffer overrun. [ruby-dev:25187]
gotoyuzo
2004-12-14
2
-3
/
+8
*
* 2004-12-14
eban
2004-12-14
1
-3
/
+3
*
* eval.c (Init_eval): should mark ruby_eval_tree. [ruby-dev:25189]
matz
2004-12-13
3
-55
/
+16
*
Merged in the changes from BSD bug report. shift-jis is now shift_jis, in
ser
2004-12-13
2
-5
/
+5
*
* gc.c (set_stack_end): new function to obtain stack end address.
akr
2004-12-13
2
-10
/
+22
*
* 2004-12-13
eban
2004-12-13
1
-3
/
+3
*
* ext/curses/curses.c (window_subwin): call NUM2INT() before
shugo
2004-12-12
2
-6
/
+15
*
* lib/pathname.rb (cleanpath_aggressive): make it private.
akr
2004-12-12
2
-2
/
+10
*
* 2004-12-12
eban
2004-12-12
1
-3
/
+3
*
* test/ruby/test_super.rb (TestSuper#test_define_method): now methods
nobu
2004-12-12
2
-1
/
+6
*
Don't show r/w accessot flags if none were specified for custom attributes
dave
2004-12-12
2
-0
/
+10
*
Never exclude files given on command line
dave
2004-12-12
2
-4
/
+10
*
add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]
seki
2004-12-11
4
-4
/
+48
*
* 2004-12-11
usa
2004-12-11
1
-3
/
+3
*
* sample/optparse/subcommand.rb: a sample for sub commands like
nobu
2004-12-11
2
-0
/
+24
*
* 2004-12-10
usa
2004-12-10
1
-3
/
+3
*
* ext/socket/socket.c (sock_listen): get OpenFile just before calling
nobu
2004-12-09
3
-1
/
+22
*
* ext/sdbm/init.c (GetDBM): typo.
usa
2004-12-09
2
-1
/
+5
*
* lib/webrick/cgi.rb (WEBrick::CGI#setup_header): avoid
gotoyuzo
2004-12-09
3
-10
/
+24
*
* string.c (rb_str_inspect): escape # which starts an expression
nobu
2004-12-09
2
-3
/
+16
*
* io.c (pipe_open): should set prog if argc != 0.
eban
2004-12-09
2
-1
/
+6
*
* ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132]
matz
2004-12-09
5
-160
/
+140
*
* test/socket/test_socket.rb (test_setsockopt): use SO_LINGER instead
nobu
2004-12-09
3
-11
/
+59
*
* 2004-12-09
usa
2004-12-09
1
-3
/
+3
*
* ext/tk/ChangeLog.tkextlib: forgot to commit
nagai
2004-12-08
1
-0
/
+22
*
* ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" when
nagai
2004-12-08
25
-119
/
+689
[next]