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
*
merged from HEAD.
ttate
2004-09-27
2
-11
/
+8
*
* hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]
matz
2004-09-22
5
-17
/
+61
*
fix typo(?).
usa
2004-09-22
1
-1
/
+0
*
* win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C.
usa
2004-09-22
2
-1
/
+6
*
2004-09-22
usa
2004-09-22
1
-3
/
+3
*
Add documentation to fork()
dave
2004-09-21
2
-2
/
+18
*
* array.c (rb_ary_equal): merge miss.
matz
2004-09-21
2
-10
/
+9
*
* array.c (rb_ary_uniq_bang): element size might change during
matz
2004-09-21
8
-61
/
+124
*
* array.c (rb_ary_equal): element size might change during
matz
2004-09-18
7
-62
/
+132
*
* lib/fileutils.rb (mkdir_p): backport from CVS HEAD 1.45. [ruby-core:03420]
aamine
2004-09-17
2
-1
/
+5
*
* ext/tk/lib/multi-tk.rb: improve exit operation
nagai
2004-09-17
2
-55
/
+71
*
2004-09-17
eban
2004-09-17
1
-3
/
+3
*
* ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwait
nagai
2004-09-17
7
-208
/
+587
*
2004-09-16
eban
2004-09-16
1
-3
/
+3
*
* lib/webrick/cgi.rb (WEBrick::CGI#start): should set REMOTE_USER
gotoyuzo
2004-09-16
3
-1
/
+11
*
2004-09-15
ocean
2004-09-15
1
-3
/
+3
*
* ext/tk/lib/tkoptdb-safeTk.rb: fix a bug depend on the changes of MultiTkIp
nagai
2004-09-15
2
-3
/
+8
*
* ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string was en-bugged by the
nagai
2004-09-14
3
-16
/
+49
*
Add simple formatter to ri
dave
2004-09-14
3
-15
/
+76
*
* ext/tcltklib/tcltklib.c: fix SEGV
nagai
2004-09-14
6
-116
/
+262
*
2004-09-14
eban
2004-09-13
1
-3
/
+3
*
* ext/zlib/zlib.c: backported from HEAD.
eban
2004-09-13
2
-20
/
+37
*
* eval.c (blk_copy_prev): need frame_dup(). [ruby-dev:24103]
eban
2004-09-13
2
-24
/
+29
*
* ext/tk/lib/multi-tk.rb: MultiTkIp.new_master and new_slave accept
nagai
2004-09-13
3
-21
/
+81
*
* object.c (nil_inspect): fix typo.
usa
2004-09-13
2
-1
/
+5
*
2004-09-13
usa
2004-09-13
1
-3
/
+3
*
* ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkip
nagai
2004-09-12
3
-44
/
+216
*
* util.c (ruby_strdup): remove unnecessary code. (xmalloc never
ocean
2004-09-12
2
-2
/
+12
*
2004-09-12
eban
2004-09-12
1
-3
/
+3
*
* ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit=
nagai
2004-09-11
8
-181
/
+1018
*
2004-09-11
eban
2004-09-11
1
-3
/
+3
*
Fix up cross-file class merging
dave
2004-09-11
3
-1
/
+11
*
* ext/tcltklib/tcltklib.c (lib_merge_tklist): fix suspicious
ocean
2004-09-10
2
-1
/
+6
*
2004-09-10
eban
2004-09-10
1
-3
/
+3
*
James Buck's patch for call-seq
dave
2004-09-09
2
-1
/
+11
*
* ext/tcltklib/tcltklib.c (ip_init): change flag value for setting 'argv' and...
nagai
2004-09-09
3
-2
/
+43
*
2004-09-09
eban
2004-09-09
1
-3
/
+3
*
Allow spaces around parameter to define_method_under
dave
2004-09-09
2
-2
/
+7
*
* ext/stringio/stringio.c (strio_write): zero fill a gap if exsts.
nobu
2004-09-08
3
-8
/
+15
*
2004-09-08
eban
2004-09-08
1
-3
/
+3
*
* ext/tcltklib/tcltklib.c (ip_init): cannot create a IP at level 4
nagai
2004-09-08
5
-65
/
+277
*
don't modify $/
akr
2004-09-07
1
-12
/
+6
*
test_ungetc_paragraph: restore $/.
akr
2004-09-07
1
-7
/
+12
*
add test/zlib/test_zlib.rb.
akr
2004-09-07
1
-0
/
+1
*
copy test/zlib/test_zlib.rb from trunk.
akr
2004-09-07
4
-0
/
+77
*
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
(no author)
2004-09-07
2
-0
/
+130
*
* ext/tk/lib/tk/menu.rb(TkOptionMenubutton#insert): call correct method
ocean
2004-09-06
2
-1
/
+5
*
2004-09-06
usa
2004-09-06
1
-3
/
+3
*
* eval.c (cvar_cbase): singletons should refer outer cvar scope.
matz
2004-09-06
2
-2
/
+10
*
2004-09-04
eban
2004-09-04
1
-3
/
+3
[next]