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
*
move method DRbObject#reinit to DRbObject.new_with.
seki
2005-03-28
1
-0
/
+9
*
* ext/syck/rubyext.c: get rid of warnings caused by a bug of VC.
nobu
2005-03-28
1
-0
/
+4
*
* ext/tk/lib/tkextlib/iwidgets/notebook.rb: fixed typo.
ocean
2005-03-28
1
-2
/
+6
*
* ext/iconv/iconv.c (iconv_create): Iconv::Failure requires 3
nobu
2005-03-27
1
-5
/
+10
*
* ext/tk/lib/tk.rb (_callback_entry_class?): add for checking whether
nagai
2005-03-26
1
-0
/
+43
*
* ChangeLog: add a ML tag.
eban
2005-03-25
1
-1
/
+1
*
* configure.in (WIN32_LEAN_AND_MEAN): removed because a lot of
eban
2005-03-25
1
-0
/
+5
*
* lib/mkmf.rb (macro_defined?): try to compile for an old compiler
nobu
2005-03-24
1
-0
/
+7
*
* lib/webrick/utils.rb (WEBrick::Utils.create_listeners):
gotoyuzo
2005-03-23
1
-0
/
+11
*
* test/ruby/test_settracefunc.rb (test_event): added tests for
shugo
2005-03-22
1
-0
/
+5
*
* eval.c (rb_call0): check event_hooks instead of trace_func.
shugo
2005-03-22
1
-0
/
+4
*
* eval.c (rb_add_event_hook): new function to add a hook function for
shugo
2005-03-22
1
-0
/
+5
*
* lib/mkmf.rb (mkmf_failed): check if Makefile is created without
nobu
2005-03-20
1
-0
/
+5
*
* misc/ruby-mode.el (ruby-expr-beg): returned true always.
nobu
2005-03-19
1
-3
/
+9
*
* ext/tk/lib/tk/font.rb: add some TkFont class methods to get font
nagai
2005-03-18
1
-0
/
+8
*
* struct.c (make_struct): allow non local-id field
matz
2005-03-17
1
-0
/
+7
*
* eval.c (rb_call0): call_cfunc() should be protected.
shugo
2005-03-16
1
-0
/
+6
*
* object.c (str_to_id): fixed typo.
ocean
2005-03-16
1
-0
/
+4
*
* eval.c (rb_call0): reorganize "return" event post.
matz
2005-03-16
1
-0
/
+13
*
* ext/iconv/iconv.c (Init_iconv): InvalidEncoding also should include
nobu
2005-03-15
1
-9
/
+14
*
* ext/tk/tkutil.c (ary2list): give wrong arguments to hash2kv()
nagai
2005-03-15
1
-0
/
+4
*
* ext/tk/lib/tk/timer.rb (TkTimer): forgot to clear @return_value
nagai
2005-03-14
1
-0
/
+7
*
* ext/tk/lib/tk/timer.rb (TkRTTimer): forgot to reset the callback
nagai
2005-03-14
1
-0
/
+5
*
* ext/tk/lib/tk/timer.rb (TkRTTimer): correct calculation of offset
nagai
2005-03-13
1
-0
/
+18
*
remove test_gc
seki
2005-03-13
1
-0
/
+4
*
* ext/tcltklib/tcltklib.c (lib_eventloop_ensure): mis-delete a timer
nagai
2005-03-10
1
-0
/
+19
*
* ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_write): call
gotoyuzo
2005-03-09
1
-0
/
+7
*
* lib/webrick/server.rb (WEBrick::GenericServer#start): should
gotoyuzo
2005-03-09
1
-4
/
+6
*
* ext/tk/sample/tktextio.rb: fix bug of handling 'end' position.
nagai
2005-03-09
1
-0
/
+5
*
* ext/socket/socket.c: document from Sam Roberts
matz
2005-03-08
1
-0
/
+11
*
* ext/tk/sample/tktextio.rb: New sample script. TkTextIO class in this
nagai
2005-03-08
1
-0
/
+6
*
fixed weekdays
ocean
2005-03-08
1
-10
/
+10
*
* ext/socket/socket.rb: workaround for some of 4.4BSD-Lite derived OSs.
usa
2005-03-08
1
-0
/
+4
*
* ext/nkf/nkf-utf8/nkf.c: follow nkf 1.66
naruse
2005-03-07
1
-0
/
+5
*
* lib/webrick/server.rb (WEBrick::GenericServer#start): should
gotoyuzo
2005-03-07
1
-0
/
+9
*
* ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_read,
gotoyuzo
2005-03-07
1
-3
/
+38
*
* lib/un.rb: should use OptionParser. (backported form HEAD)
eban
2005-03-07
1
-0
/
+4
*
* string.c (rb_str_cmp_m): should not return false but nil.
matz
2005-03-07
1
-0
/
+10
*
* ext/tk/tkutil.c: remove the some codes which depend on the
nagai
2005-03-06
1
-0
/
+6
*
* ext/tcltklib/tcltklib.c: fail to call TclTkLib.mainloop when $SAFE==4
nagai
2005-03-06
1
-0
/
+4
*
* lib/net/http.rb: HTTPHeader holds its header fields as an array (backport f...
aamine
2005-03-06
1
-0
/
+7
*
* lib/pp.rb: rdoced by by Sam Roberts. [ruby-core:4490]
akr
2005-03-06
1
-0
/
+4
*
* lib/pp.rb (File::Stat#pretty_print): Etc.getpwuid and Etc.getgrgid
akr
2005-03-06
1
-0
/
+6
*
* dir.c (fnmatch): removed unnecessary code. (ruby_1_8 didn't have
ocean
2005-03-05
1
-4
/
+7
*
* ext/tk/lib/multi-tk.rb: freeze callback-entry objects
nagai
2005-03-05
1
-0
/
+6
*
* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replace
nobu
2005-03-04
1
-3
/
+12
*
* lib/set.rb (SortedSet::setup): a hack to shut up warning.
matz
2005-03-04
1
-0
/
+5
*
* ext/tcltklib/tcltklib.c (ip_rbUpdateCommand, ip_rb_threadUpdateCommand):
nagai
2005-03-04
1
-0
/
+7
*
* ext/nkf/nkf-utf8/nkf.c: follow nkf 1.63
naruse
2005-03-03
1
-0
/
+4
*
* ext/nkf/nkf-utf8/nkf.c: follow nkf 1.62
naruse
2005-03-03
1
-0
/
+4
[next]