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
*
* parse.y (rb_parser_append_print, rb_parser_while_loop): body node
nobu
2004-10-29
1
-0
/
+5
*
* eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,
matz
2004-10-29
1
-0
/
+5
*
* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.
matz
2004-10-27
1
-0
/
+35
*
* string.c (str_gsub): use a string object for exception safeness.
nobu
2004-10-27
1
-1
/
+6
*
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
-0
/
+5
*
* ext/zlib/zlib.c (zstream_append_input): clear klass for z->input
matz
2004-10-23
1
-0
/
+3
*
* 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
/
+11
*
* 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
*
* io.c (pipe_open): variable name "fpw" is conflicted.
eban
2004-10-21
1
-0
/
+4
*
* parse.y (lex_getline): should not touch ruby_debug_lines if
matz
2004-10-20
1
-0
/
+9
*
commit miss
nobu
2004-10-20
1
-0
/
+5
*
* parse.y (lex_getline): should update ruby_debug_lines.
matz
2004-10-20
1
-0
/
+4
*
* ext/dbm/dbm.c (fdbm_delete_if): should check if deleting element
matz
2004-10-19
1
-0
/
+7
*
* array.c (rb_ary_times): Array#* should return an instance of
matz
2004-10-19
1
-0
/
+13
*
* eval.c (search_required): required name must not be changed before
nobu
2004-10-19
1
-0
/
+5
*
* eval.c (rb_require_safe): provide the feature after loaded.
nobu
2004-10-19
1
-1
/
+6
*
RDoc can now deal with "attr" used as a variable
dave
2004-10-19
1
-0
/
+6
*
* ext/win32ole.c(ole_invoke): retrieve the result value when
suke
2004-10-19
1
-0
/
+5
*
* io.c (read_all): block string buffer modification during
matz
2004-10-19
1
-0
/
+46
*
* string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]
nobu
2004-10-18
1
-0
/
+6
*
* marshal.c (r_object0): check inheritance by the internal function.
nobu
2004-10-18
1
-0
/
+5
*
* io.c (rb_io_flags_mode, rb_io_mode_flags): distinguish whether file
nobu
2004-10-18
1
-0
/
+5
*
* file.c (rb_file_truncate): discard read buffer before truncation.
nobu
2004-10-17
1
-1
/
+6
*
* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#initialize):
gotoyuzo
2004-10-17
1
-0
/
+5
*
* 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
*
* lib/mkmf.rb (create_makefile): install-rb is needed for statically
nobu
2004-10-16
1
-1
/
+6
*
* ext/openssl/ossl_x509store.c
gotoyuzo
2004-10-15
1
-0
/
+10
*
* 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
*
* added link to Tutorial.
kou
2004-10-14
1
-0
/
+4
*
* lib/webrick/config.rb:
gotoyuzo
2004-10-12
1
-0
/
+29
*
* io.c (MODE_BINMODE, MODE_BINARY): fixed reversed condition.
eban
2004-10-12
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
*
* ext/ripper/lib/ripper/filter.rb: require ripper/tokenizer.
aamine
2004-10-09
1
-0
/
+6
*
* parse.y [ripper]: \n between two comments disappeared.
aamine
2004-10-09
1
-0
/
+4
*
* 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
*
* lib/fileutils.rb (fu_traverse): return value of Dir.entries is reliable. (p...
aamine
2004-10-08
1
-0
/
+8
[next]