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
...
*
* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.
matz
2004-10-27
18
-80
/
+149
*
* 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
-29
/
+36
*
* 2004-10-26
eban
2004-10-26
1
-3
/
+3
*
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
-3
/
+20
*
* ext/zlib/zlib.c (zstream_append_input): clear klass for z->input
matz
2004-10-23
3
-12
/
+26
*
* 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
2
-9
/
+8
*
* 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
4
-1
/
+20
*
* 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
*
remove ext/win32ole/.document.
suke
2004-10-21
5
-2
/
+17
*
* lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):
gotoyuzo
2004-10-21
2
-16
/
+24
*
* io.c (pipe_open): variable name "fpw" is conflicted.
eban
2004-10-21
2
-3
/
+7
*
* 2004-10-21
eban
2004-10-20
1
-3
/
+3
*
* parse.y (lex_getline): should not touch ruby_debug_lines if
matz
2004-10-20
4
-0
/
+17
*
commit miss
nobu
2004-10-20
1
-0
/
+5
*
* parse.y (lex_getline): should update ruby_debug_lines.
matz
2004-10-20
4
-4
/
+13
*
* io.c (rb_io_getline): rs modification check should not interfere in the loop.
nobu
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
*
rdoc
nobu
2004-10-20
3
-0
/
+13
*
rdoc
nobu
2004-10-20
1
-0
/
+16
*
* ext/dbm/dbm.c (fdbm_delete_if): should check if deleting element
matz
2004-10-19
3
-0
/
+9
*
* array.c (rb_ary_times): Array#* should return an instance of
matz
2004-10-19
6
-21
/
+78
*
Commit missed file.. Sorry folks
dave
2004-10-19
1
-0
/
+5
*
* eval.c (search_required): required name must not be changed before
nobu
2004-10-19
2
-5
/
+6
*
* eval.c (rb_require_safe): provide the feature after loaded.
nobu
2004-10-19
2
-8
/
+13
*
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
-6
/
+13
*
* io.c (read_all): block string buffer modification during
matz
2004-10-19
19
-124
/
+126
*
2004-10-19
nobu
2004-10-19
1
-3
/
+3
*
* indent and tabify
nobu
2004-10-19
1
-38
/
+38
*
* string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]
nobu
2004-10-18
3
-56
/
+64
*
* marshal.c (r_object0): check inheritance by the internal function.
nobu
2004-10-18
2
-1
/
+6
*
* ext/tk/MANIFEST: add lib/tkextlib/tcllib/ico.rb.
eban
2004-10-18
1
-0
/
+1
*
* io.c (rb_io_flags_mode, rb_io_mode_flags): distinguish whether file
nobu
2004-10-18
3
-2
/
+11
*
2004-10-18
nobu
2004-10-17
1
-3
/
+3
*
* file.c (rb_file_truncate): discard read buffer before truncation.
nobu
2004-10-17
2
-1
/
+10
*
* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#initialize):
gotoyuzo
2004-10-17
2
-2
/
+9
*
* ext/tk/lib/tk/timer.rb: TkTimer#start and restart accept a block
nagai
2004-10-17
2
-5
/
+15
[prev]
[next]