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
*
* io.c (rb_io_s_sysopen): preserve path in the buffer allocated by
matz
2004-10-06
10
-168
/
+219
*
* io.c (rb_file_open_internal, rb_io_reopen): fname might be altered
nobu
2004-10-04
2
-8
/
+16
*
2004-10-04
eban
2004-10-04
1
-3
/
+3
*
* ext/tk/lib/tk/image.rb: bug fix
nagai
2004-10-04
6
-1
/
+90
*
* lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the german
shugo
2004-10-03
2
-3
/
+12
*
2004-10-03
eban
2004-10-03
1
-3
/
+3
*
MANIFEST: add test/ruby/test_string.rb.
eban
2004-10-03
1
-0
/
+1
*
test String#sum for bits=0..7.
akr
2004-10-03
1
-1
/
+1
*
add test for String#sum.
akr
2004-10-03
0
-0
/
+0
*
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
(no author)
2004-10-03
1
-0
/
+19
*
* node.h (NEW_DVAR): extra semicolon.
nobu
2004-10-02
2
-2
/
+6
*
2004-10-02
eban
2004-10-02
1
-4
/
+4
*
* string.c (rb_str_sum): check was done with false pointer.
matz
2004-10-02
16
-160
/
+328
*
* ext/tk/lib/tk/grid.rb: revive TkGrid.grid
nagai
2004-10-01
4
-3
/
+14
*
2004-09-30
eban
2004-09-30
1
-3
/
+3
*
* ext/tcltklib/tcltklib.c (ip_init): bug fix
nagai
2004-09-29
8
-10
/
+133
*
2004-09-29
eban
2004-09-29
1
-3
/
+3
*
* enum.c (sort_by_i): internally used object must not be changed
nobu
2004-09-29
2
-3
/
+9
*
2004-09-28
eban
2004-09-28
1
-3
/
+3
*
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
[next]