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
*
Change version numbering of RDoc and ri
dave
2004-11-08
1
-0
/
+4
*
add DRb::ExtServManager#uri=.
seki
2004-11-08
1
-0
/
+6
*
Fix bug where parent class wasn't being detected if the
dave
2004-11-08
1
-0
/
+6
*
* configure.in: add setup for mignw32 cross compiling.
eban
2004-11-07
1
-0
/
+5
*
* ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments.
nagai
2004-11-07
1
-0
/
+15
*
* lib/webrick/server.rb (WEBrick::HTTPServer#start): remove
gotoyuzo
2004-11-06
1
-1
/
+7
*
checks whether zone was given.
tadf
2004-11-06
1
-0
/
+4
*
* string.c (rb_str_locktmp): check STR_TMPLOCK flag before
matz
2004-11-05
1
-0
/
+19
*
* ext/tk/lib/tk/scrollable.rb: divide Scrollable module into X_Scrollable
nagai
2004-11-05
1
-0
/
+10
*
* ext/tk/lib/tk.rb: TkComm._at() supprts both of "@x,y" and "@x"
nagai
2004-11-05
1
-0
/
+4
*
* ext/tk/lib/tk/text.rb: sorry. bug fix again.
nagai
2004-11-05
1
-0
/
+4
*
* ext/tk/lib/tk/text.rb: bug fix
nagai
2004-11-05
1
-0
/
+4
*
* io.c (rb_f_open): fix typo.
usa
2004-11-04
1
-0
/
+4
*
* ext/tk/lib/tk/variable.rb: forget to initialize instance_variables
nagai
2004-11-04
1
-0
/
+5
*
* gc.c (gc_mark): enable GC stack checking.
matz
2004-11-04
1
-0
/
+25
*
* process.c: On NetBSD don't use setruid() and setrgid().
naruse
2004-11-03
1
-0
/
+4
*
* lib/webrick/httpauth/digestauth.rb: use Base64.encode64 to
gotoyuzo
2004-11-03
1
-0
/
+5
*
* io.c (pipe_open): fix compile error
nagai
2004-11-03
1
-0
/
+4
*
* ext/tk/lib/tk.rb: support to use different Tcl commands between
nagai
2004-11-03
1
-0
/
+16
*
* ext/nkf: follow nkf 2.0.4
naruse
2004-11-03
1
-0
/
+4
*
* test/rss/test_maker_*.rb: added tests for RSS Maker.
kou
2004-11-03
1
-0
/
+8
*
* process.c (rb_f_fork): need to flush stdout and stderr before
matz
2004-11-02
1
-0
/
+5
*
* eval.c (proc_invoke): nail down dyna_var node when Proc object
matz
2004-11-01
1
-0
/
+9
*
* README.EXT, README.EXT.ja: remove MANIFEST stuff.
eban
2004-11-01
1
-0
/
+2
*
* MANIFEST, ext/**/MANIFEST: removed.
eban
2004-11-01
1
-0
/
+2
*
* ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead.
eban
2004-11-01
1
-0
/
+7
*
* main.c (_stklen): move to gc.c.
eban
2004-10-31
1
-0
/
+4
*
* string.c (rb_str_locktmp): lock string temporarily.
matz
2004-10-30
1
-0
/
+22
*
* io.c (rb_io_check_initialized): new function to check uninitialized
nobu
2004-10-29
1
-0
/
+7
*
* eval.c (rb_thread_start_0): forget to free some memory chunks.
matz
2004-10-29
1
-0
/
+3
*
* eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,
matz
2004-10-29
1
-0
/
+5
*
* ext/zlib/zlib.c (zstream_detach_input): resets klass of z->input if
akira
2004-10-28
1
-0
/
+5
*
* ext/extmk.rb: prefer relative path. [ruby-talk:93037]
nobu
2004-10-28
1
-0
/
+4
*
* gc.c: prototype; rb_io_fptr_finalize() doesn't return any value
usa
2004-10-27
1
-0
/
+5
*
* gc.c (gc_sweep): recover ruby_in_compile variable.
matz
2004-10-27
1
-0
/
+4
*
* string.c (RESIZE_CAPA): check string attribute before modifying
matz
2004-10-27
1
-0
/
+33
*
* string.c (str_gsub): use a string object for exception safeness.
nobu
2004-10-27
1
-0
/
+5
*
* io.c (rb_io_getline): rs modification check should not interfere in the loop.
nobu
2004-10-26
1
-1
/
+5
*
Restore correct :nodoc: behavior with nested classes
dave
2004-10-26
1
-0
/
+5
*
* win32/win32.c (isUNCRoot): should check NUL after '.'.
eban
2004-10-25
1
-0
/
+7
*
* eval.c (get_backtrace): ignore illegal backtrace. [ruby-dev:24587]
nobu
2004-10-24
1
-0
/
+4
*
* eval.c (rb_load, search_required, rb_require_safe, rb_require): use
nobu
2004-10-23
1
-1
/
+6
*
* ext/zlib/zlib.c (zstream_run): always use zstream_append_input()
matz
2004-10-22
1
-0
/
+5
*
* eval.c (rb_alias): was warning for wrong condition.
matz
2004-10-22
1
-0
/
+5
*
* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#meta_vars):
gotoyuzo
2004-10-22
1
-0
/
+5
*
* ext/zlib/zlib.c (zstream_shift_buffer): should restore class
matz
2004-10-21
1
-0
/
+13
*
* string.c (rb_str_include): should not treat char as negative value.
nobu
2004-10-21
1
-0
/
+5
*
* lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):
gotoyuzo
2004-10-21
1
-0
/
+5
*
* string.c (str_gsub): reentrant check. [ruby-dev:24432]
matz
2004-10-20
1
-0
/
+76
*
*** empty log message ***
nobu
2004-10-20
1
-1
/
+1
[next]