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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* ext/tk/lib/tk/timer.rb: TkTimer#start and restart accept a block
nagai
2004-10-17
1
-0
/
+4
*
* ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch.
suke
2004-10-17
1
-0
/
+8
*
* lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage.
kou
2004-10-16
1
-0
/
+4
*
* lib/rss/: untabified.
kou
2004-10-16
1
-0
/
+6
*
* lib/rss: supported prety print.
kou
2004-10-16
1
-0
/
+5
*
* ext/tk/lib/tk/timer.rb: TkTimer.new(interval, loop){ ... } is acceptable.
nagai
2004-10-15
1
-0
/
+5
*
eval.c (Init_stack): make prototype declaration consistent with the definitio...
akr
2004-10-15
1
-0
/
+5
*
* io.c (MODE_BINMODE, MODE_BINARY): fixed reversed condition.
eban
2004-10-14
1
-0
/
+4
*
* lib/rss/rss.rb: added link to Tutorial.
kou
2004-10-14
1
-0
/
+4
*
* ext/tk/lib/tk/*: untabify
nagai
2004-10-11
1
-0
/
+4
*
Support "require" as variable name in RDoc
dave
2004-10-10
1
-0
/
+5
*
* lib/rss/converter.rb: changed to try to use Iconv for default
kou
2004-10-09
1
-0
/
+7
*
* io.c (rb_io_getline): should not treat char as negative value.
nobu
2004-10-09
1
-2
/
+7
*
* pack.c (pack_pack): pointer modification check before each
matz
2004-10-08
1
-0
/
+5
*
* ext/tk/lib/tk/optiondb.rb: make it more secure
nagai
2004-10-07
1
-0
/
+4
*
* ext/tk/lib/tk/scrollbar.rb: When 'set' operation, a scrollbar cannot
nagai
2004-10-07
1
-0
/
+6
*
* ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returns
nagai
2004-10-07
1
-0
/
+5
*
* io.c (io_read): should freeze buffer before thread context
matz
2004-10-07
1
-0
/
+3
*
* pack.c (pack_unpack): string conversion should at the top of the
matz
2004-10-07
1
-0
/
+8
*
* ext/stringio/stringio.c: use FMODE_APPEND.
nobu
2004-10-06
1
-0
/
+4
*
* ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCode
nagai
2004-10-06
1
-0
/
+4
*
* io.c (rb_io_s_sysopen): preserve path in the buffer allocated by
matz
2004-10-06
1
-0
/
+52
*
* io.c (rb_file_open_internal, rb_io_reopen): fname might be altered
nobu
2004-10-04
1
-0
/
+5
*
* ext/tk/lib/tk/image.rb: bug fix
nagai
2004-10-04
1
-0
/
+7
*
* lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the german
shugo
2004-10-03
1
-0
/
+9
*
* node.h (NEW_DVAR): extra semicolon.
nobu
2004-10-02
1
-1
/
+5
*
* string.c (rb_str_sum): check was done with false pointer.
matz
2004-10-02
1
-0
/
+57
*
* ext/tk/lib/tk/grid.rb: revive TkGrid.grid
nagai
2004-10-01
1
-0
/
+8
*
* ext/tcltklib/tcltklib.c (ip_init): bug fix
nagai
2004-09-29
1
-0
/
+11
*
* enum.c (sort_by_i): internally used object must not be changed
nobu
2004-09-29
1
-3
/
+8
*
* hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]
matz
2004-09-22
1
-0
/
+15
*
* win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C.
usa
2004-09-22
1
-0
/
+5
*
Add documentation to fork()
dave
2004-09-21
1
-0
/
+4
*
* array.c (rb_ary_equal): merge miss.
matz
2004-09-21
1
-0
/
+2
*
* array.c (rb_ary_uniq_bang): element size might change during
matz
2004-09-21
1
-0
/
+23
*
* array.c (rb_ary_equal): element size might change during
matz
2004-09-18
1
-0
/
+45
*
* lib/fileutils.rb (mkdir_p): backport from CVS HEAD 1.45. [ruby-core:03420]
aamine
2004-09-17
1
-0
/
+4
*
* ext/tk/lib/multi-tk.rb: improve exit operation
nagai
2004-09-17
1
-0
/
+4
*
* ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwait
nagai
2004-09-17
1
-0
/
+17
*
* lib/webrick/cgi.rb (WEBrick::CGI#start): should set REMOTE_USER
gotoyuzo
2004-09-16
1
-0
/
+9
*
* ext/tk/lib/tkoptdb-safeTk.rb: fix a bug depend on the changes of MultiTkIp
nagai
2004-09-15
1
-0
/
+5
*
* ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string was en-bugged by the
nagai
2004-09-14
1
-0
/
+5
*
Add simple formatter to ri
dave
2004-09-14
1
-0
/
+6
*
* ext/tcltklib/tcltklib.c: fix SEGV
nagai
2004-09-14
1
-0
/
+10
*
* ext/zlib/zlib.c: backported from HEAD.
eban
2004-09-13
1
-0
/
+4
*
* eval.c (blk_copy_prev): need frame_dup(). [ruby-dev:24103]
eban
2004-09-13
1
-0
/
+4
*
* ext/tk/lib/multi-tk.rb: MultiTkIp.new_master and new_slave accept
nagai
2004-09-13
1
-0
/
+5
*
* object.c (nil_inspect): fix typo.
usa
2004-09-13
1
-0
/
+4
*
* ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkip
nagai
2004-09-12
1
-0
/
+8
*
* util.c (ruby_strdup): remove unnecessary code. (xmalloc never
ocean
2004-09-12
1
-0
/
+7
[prev]
[next]