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_check_initialized): new function to check uninitialized
nobu
2004-10-29
4
-2
/
+19
*
* CR stripped.
nobu
2004-10-29
1
-25
/
+25
*
* eval.c (rb_thread_start_0): forget to free some memory chunks.
matz
2004-10-29
2
-7
/
+5
*
* 2004-10-29
eban
2004-10-29
1
-3
/
+3
*
* eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,
matz
2004-10-29
3
-2
/
+7
*
* ext/zlib/zlib.c (zstream_detach_input): resets klass of z->input if
akira
2004-10-28
2
-1
/
+12
*
* ext/extmk.rb: prefer relative path. [ruby-talk:93037]
nobu
2004-10-28
2
-2
/
+22
*
* 2004-10-28
eban
2004-10-27
1
-3
/
+3
*
* string.c (str_gsub): use STR_NOCAPA.
nobu
2004-10-27
1
-1
/
+1
*
* gc.c: prototype; rb_io_fptr_finalize() doesn't return any value
usa
2004-10-27
2
-1
/
+6
*
* gc.c (gc_sweep): recover ruby_in_compile variable.
matz
2004-10-27
4
-6
/
+36
*
* string.c (RESIZE_CAPA): check string attribute before modifying
matz
2004-10-27
13
-56
/
+141
*
* 2004-10-27
nobu
2004-10-27
1
-3
/
+3
*
* string.c (str_gsub): use a string object for exception safeness.
nobu
2004-10-27
2
-28
/
+35
*
2004-10-26
nobu
2004-10-26
1
-3
/
+3
*
* io.c (rb_io_getline): rs modification check should not interfere in the loop.
nobu
2004-10-26
2
-2
/
+6
*
Restore correct :nodoc: behavior with nested classes
dave
2004-10-26
2
-1
/
+7
*
* win32/win32.c (isUNCRoot): should check NUL after '.'.
eban
2004-10-25
2
-2
/
+9
*
2004-10-25
nobu
2004-10-25
1
-3
/
+3
*
* eval.c (get_backtrace): ignore illegal backtrace. [ruby-dev:24587]
nobu
2004-10-24
2
-1
/
+5
*
* ext/tk/sample/tkextlib/bwidget/tree.rb: bug fix
nagai
2004-10-24
2
-1
/
+5
*
* 2004-10-24
eban
2004-10-23
1
-3
/
+3
*
* eval.c (rb_load, search_required, rb_require_safe, rb_require): use
nobu
2004-10-23
3
-4
/
+21
*
* 2004-10-23
eban
2004-10-23
1
-3
/
+3
*
Use NUM2INT to convert short values.
ttate
2004-10-23
1
-2
/
+2
*
* 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
2
-4
/
+11
*
* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#meta_vars):
gotoyuzo
2004-10-22
2
-1
/
+6
*
* ext/zlib/zlib.c (zstream_shift_buffer): should restore class
matz
2004-10-21
3
-1
/
+21
*
* 2004-10-22
eban
2004-10-21
1
-3
/
+3
*
* string.c (rb_str_include): should not treat char as negative value.
nobu
2004-10-21
2
-9
/
+7
*
* lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):
gotoyuzo
2004-10-21
2
-16
/
+24
*
* string.c (str_gsub): reentrant check. [ruby-dev:24432]
matz
2004-10-20
12
-109
/
+271
*
*** empty log message ***
nobu
2004-10-20
2
-6
/
+2
*
* lib/xsd/charset.rb (Charset.charset_str): reverted. Hash#key does not exist...
eban
2004-10-20
1
-1
/
+1
*
* 2004-10-20
eban
2004-10-20
1
-3
/
+3
*
* MANIFEST: add ext/.document.
eban
2004-10-20
1
-0
/
+1
*
Added .document file for ext/
dave
2004-10-19
0
-0
/
+0
*
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
(no author)
2004-10-19
1
-0
/
+5
*
RDoc can now deal with "attr" used as a variable
dave
2004-10-19
2
-1
/
+7
*
* ext/win32ole.c(ole_invoke): retrieve the result value when
suke
2004-10-19
2
-3
/
+10
*
* io.c (read_all): block string buffer modification during
matz
2004-10-19
19
-131
/
+131
*
* ext/tk/tkutil.c: backport from CVS HEAD
nagai
2004-10-19
2
-13
/
+34
*
2004-10-19
nobu
2004-10-19
1
-3
/
+3
*
* intern.h, object.c (rb_class_inherited_p): export.
nobu
2004-10-18
3
-6
/
+11
*
* indent and tabify
nobu
2004-10-18
2
-78
/
+78
*
* string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]
nobu
2004-10-18
2
-0
/
+5
*
* marshal.c (r_object0): check inheritance by the internal function.
nobu
2004-10-18
2
-1
/
+6
*
* ChangeLog: remove a conflict tag
nagai
2004-10-18
1
-1
/
+0
*
* range.c (range_step, range_each): need cast.
usa
2004-10-18
2
-2
/
+8
[next]