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
*
* lib/delegate.rb (Delegator.delegating_block): should not refer
matz
2008-11-10
2
-1
/
+7
*
* win32/win32.c (ifs_open_socket): should retry without proto_buffer
usa
2008-11-10
2
-0
/
+8
*
* 2008-11-10
svn
2008-11-10
1
-3
/
+3
*
* struct.c (rb_struct_initialize_m): avoid unnecessary array
matz
2008-11-10
2
-8
/
+18
*
* test/cgi/test_cgi_session.rb: properties.
nobu
2008-11-08
0
-0
/
+0
*
* vm_dump.c (control_frame_dump): suppresses finished method name.
nobu
2008-11-08
2
-8
/
+15
*
fix test for 1.8
xibbar
2008-11-08
3
-10
/
+57
*
* thread_pthread.c (thread_timer): checks working flags again.
nobu
2008-11-08
4
-7
/
+25
*
* 2008-11-09
svn
2008-11-08
1
-3
/
+3
*
* lib/cgi/session/pstore.rb: fix indentation.
xibbar
2008-11-08
2
-25
/
+29
*
fix debug code
xibbar
2008-11-08
1
-5
/
+1
*
* lib/cgi/session.rb (FileStore): use marshalized data.
xibbar
2008-11-08
3
-2
/
+69
*
* lib/cgi/session.rb: remove debug code.
xibbar
2008-11-08
2
-2
/
+4
*
* lib/cgi/session.rb: fix indentation.
xibbar
2008-11-08
2
-64
/
+70
*
merges r20050 from ruby_1_9_1 into trunk.
yugui
2008-11-08
1
-6
/
+8
*
* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT):
matz
2008-11-08
10
-26
/
+37
*
* ext/stringio/stringio.c (strio_ungetc): ungetc position should
matz
2008-11-08
2
-1
/
+6
*
* lib/optparse.rb (OptionParser#make_switch): 1.9 Symbols respond
matz
2008-11-08
2
-1
/
+7
*
* ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash.
matz
2008-11-08
5
-9
/
+25
*
* configure.in: detect stdio buffer pointers for uClibc. a patch
matz
2008-11-07
2
-0
/
+8
*
* ext/dbm/dbm.c (fdbm_index): make #index warn like Hash.
matz
2008-11-07
4
-8
/
+32
*
* ext/curses/curses.c: curses encoding should obey locale.
matz
2008-11-07
5
-17
/
+77
*
* include/ruby/io.h (rb_io_t): added write_lock to serialize.
nobu
2008-11-07
4
-21
/
+89
*
* safe.c (safe_setter): add warning for $SAFE=3.
matz
2008-11-07
2
-0
/
+7
*
* thread_pthread.c (rb_thread_create_timer_thread): do not wait never
nobu
2008-11-07
2
-3
/
+7
*
* thread_pthread.c (native_cond_timedwait): returns error code.
nobu
2008-11-07
2
-4
/
+10
*
* 2008-11-08
svn
2008-11-07
1
-3
/
+3
*
* thread_pthread.c (thread_timer, rb_thread_create_timer_thread):
nobu
2008-11-07
2
-9
/
+32
*
* inits.c (rb_call_inits): do not repeat.
nobu
2008-11-07
2
-87
/
+50
*
* thread_pthread.c (thread_timer): fixed typo.
nobu
2008-11-07
2
-2
/
+2
*
* thread_pthread.c (thread_timer): initializes mutex each time.
nobu
2008-11-07
2
-1
/
+6
*
* thread_win32.c (thread_start_func_1): use already gotten stack info.
nobu
2008-11-07
2
-18
/
+5
*
* lib/irb.rb (IRB::Irb#eval_input): remove extra @context.prompt_i.
matz
2008-11-07
2
-1
/
+6
*
* nkf.c: update to r1.188. fixes for 16bit environment.
naruse
2008-11-07
4
-25
/
+75
*
* thread.c (thread_timer): pthread_cond_timedwait returns ETIMEDOUT
nobu
2008-11-06
2
-1
/
+6
*
* lib/yaml/rubytypes.rb: support Rational and Complex as 1.8
matz
2008-11-06
3
-0
/
+67
*
* string.c (Init_String): remove Symbol#===. [ruby-dev:37026]
matz
2008-11-06
2
-8
/
+4
*
* thread_pthread.c (thread_timer): uses pthread_cond_timedwait always
nobu
2008-11-06
2
-27
/
+5
*
* thread.c (thread_timer): uses timedwait on cygwin.
nobu
2008-11-06
2
-4
/
+46
*
* lib/rexml/entity.rb (unnormalized): do not call
shugo
2008-11-06
3
-2
/
+12
*
* 2008-11-07
svn
2008-11-06
1
-3
/
+3
*
* tool/make-snapshot: binary encoding spec is no longer needed in 1.9.
nobu
2008-11-06
2
-2
/
+6
*
* thread.c (rb_thread_stop_timer_thread): terminates timer thread
nobu
2008-11-06
4
-24
/
+56
*
* 2008-11-06
svn
2008-11-06
1
-3
/
+3
*
* ext/win32ole/win32ole.c (fole_s_connect, fole_initialize,
suke
2008-11-06
5
-1
/
+62
*
* lib/test/unit.rb: sorry, removed debug code.
usa
2008-11-04
1
-1
/
+0
*
* lib/test/unit.rb (Test::Unit.setup_argv): now can specify ``-xname''
usa
2008-11-04
2
-5
/
+11
*
* test/zlib/test_zlib.rb(test_readchar): compare in same type.
takano32
2008-11-03
2
-1
/
+5
*
* array.c (rb_ary_join): do not repeat self in a recursive array.
nobu
2008-11-03
2
-1
/
+9
*
* include/ruby/intern.h (rb_mutex_synchronize): fixed prototype.
nobu
2008-11-03
4
-5
/
+11
[next]