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
...
*
* 2004-10-12
eban
2004-10-12
1
-3
/
+3
*
* io.c (MODE_BINMODE, MODE_BINARY): fixed reversed condition.
eban
2004-10-12
2
-2
/
+6
*
* 2004-10-11
eban
2004-10-11
1
-3
/
+3
*
* ext/tk/lib/tk/*: untabify
nagai
2004-10-11
296
-13878
/
+13911
*
* 2004-10-10
eban
2004-10-10
1
-3
/
+3
*
Support "require" as variable name in RDoc
dave
2004-10-10
3
-1
/
+13
*
* test/ripper/test_scanner_events.rb: test location information.
aamine
2004-10-09
1
-14
/
+40
*
* ext/ripper/lib/ripper/filter.rb: require ripper/tokenizer.
aamine
2004-10-09
2
-2
/
+8
*
* parse.y [ripper]: \n between two comments disappeared.
aamine
2004-10-09
2
-0
/
+5
*
* lib/rss/converter.rb: changed to try to use Iconv for default
kou
2004-10-09
3
-8
/
+16
*
* 2004-10-09
eban
2004-10-09
1
-3
/
+3
*
add test for [ruby-dev:24460]
akr
2004-10-09
2
-0
/
+12
*
* io.c (rb_io_getline): should not treat char as negative value.
nobu
2004-10-09
2
-3
/
+8
*
* lib/fileutils.rb (fu_traverse): return value of Dir.entries is reliable. (p...
aamine
2004-10-08
2
-3
/
+11
*
* 2004-10-08
eban
2004-10-08
1
-3
/
+3
*
* pack.c (pack_pack): pointer modification check before each
matz
2004-10-08
2
-0
/
+8
*
* ext/tk/lib/tk/optiondb.rb: make it more secure
nagai
2004-10-07
2
-21
/
+38
*
* ext/tk/lib/tk/scrollbar.rb: When 'set' operation, a scrollbar cannot
nagai
2004-10-07
2
-2
/
+17
*
* ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returns
nagai
2004-10-07
2
-1
/
+15
*
* io.c (io_read): should freeze buffer before thread context
matz
2004-10-07
2
-1
/
+4
*
* pack.c (pack_unpack): string conversion should at the top of the
matz
2004-10-07
3
-2
/
+10
*
fix typo in document.
akr
2004-10-07
1
-2
/
+2
*
* ext/stringio/stringio.c: use FMODE_APPEND.
nobu
2004-10-06
2
-5
/
+8
*
* 2004-10-07
eban
2004-10-06
1
-3
/
+3
*
* ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCode
nagai
2004-10-06
5
-2
/
+22
*
* io.c (rb_io_s_sysopen): preserve path in the buffer allocated by
matz
2004-10-06
2
-6
/
+13
*
* 2004-10-06
eban
2004-10-06
1
-3
/
+3
*
* io.c (rb_io_modenum_mode): typo fix again.
eban
2004-10-06
1
-1
/
+1
*
* io.c (rb_io_mode_flags): preserve append mode flag.
matz
2004-10-06
13
-89
/
+90
*
* io.c (rb_io_flags_mode): typo fix.
eban
2004-10-05
1
-1
/
+1
*
2004-10-05
eban
2004-10-05
1
-3
/
+3
*
* io.c (rb_fopen): mode string copy at the lowest level.
matz
2004-10-05
7
-87
/
+133
*
* io.c (rb_file_open_internal, rb_io_reopen): fname might be altered
nobu
2004-10-04
2
-9
/
+17
*
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
1
-0
/
+19
*
* parse.y (local_vars): moved to struct parser_params.
nobu
2004-10-02
3
-55
/
+106
*
* string.c (rb_str_sum): should use bignums when bits is greater
matz
2004-10-02
3
-2
/
+8
*
* string.c (rb_str_sum): wrong cast caused wrong result.
matz
2004-10-02
3
-16
/
+24
*
* string.c (rb_str_sum): check was done with false pointer.
matz
2004-10-02
2
-4
/
+7
*
2004-10-02
eban
2004-10-01
1
-4
/
+4
*
* string.c (rb_str_sum): string may be altered. [ruby-dev:24381]
matz
2004-10-01
9
-39
/
+84
*
* 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
*
* array.c (rb_ary_delete): comparison may change the capacity.
matz
2004-09-29
8
-76
/
+132
[prev]
[next]