index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Import RubyGems trunk revision 1493.
drbrain
2007-11-10
1
-0
/
+12
*
Don't override Enumerable#inject for 1.9
drbrain
2007-11-10
1
-0
/
+4
*
* parse.y: use ASCII encoding for string literals that are
davidflanagan
2007-11-10
1
-0
/
+5
*
* {bcc32,win32}/Makefile.sub: vendor_ruby support.
nobu
2007-11-10
1
-0
/
+4
*
* parse.y (parser_nextc): added single line read forward buffer.
nobu
2007-11-09
1
-0
/
+6
*
* vm.h (FRAME_MAGIC_MASK_BITS): bits of FRAME_MAGIC_MASK.
nobu
2007-11-09
1
-0
/
+6
*
* eval.c (eval): should be volatile value for GC.
ko1
2007-11-09
1
-0
/
+4
*
* ruby.c (locale_encoding): guestimate encoding from environment
nobu
2007-11-09
1
-0
/
+7
*
* variable.c (rb_cvar_set): cvar assignment obey same rule to cvar
matz
2007-11-09
1
-0
/
+3
*
* io.c (rb_io_each_byte): should update rbuf_off and rbuf_len for
matz
2007-11-09
1
-0
/
+5
*
* encoding.c (enc_check_encoding, rb_set_primary_encoding): ENCODING
nobu
2007-11-09
1
-0
/
+5
*
* string.c (rb_str_squeeze_bang): initialize squeezing table if no
nobu
2007-11-09
1
-0
/
+5
*
* enum.c (each_with_index_i): use rb_yield_values() for
matz
2007-11-09
1
-0
/
+6
*
* test/ruby/test_iterator.rb (TestIterator::IterTest::each):
matz
2007-11-09
1
-0
/
+8
*
* test/ruby/test_basicinstructions.rb: updated for new class
matz
2007-11-09
1
-0
/
+16
*
* eval_load.c (loaded_feature_path): check with type of given feature.
nobu
2007-11-09
1
-0
/
+4
*
* eval.c (send_internal): use self in the previous frame to check for
nobu
2007-11-09
1
-0
/
+7
*
* marshal.c (w_object): should be SPECIAL_CONST_P() instead of
ko1
2007-11-09
1
-0
/
+5
*
* eval.c (rb_invoke_method): check if invoked in function style.
nobu
2007-11-09
1
-0
/
+16
*
* cont.c: add rb_context_t#type.
ko1
2007-11-09
1
-0
/
+4
*
* ruby.c (set_arg0): fix breaking environ bugs.
ko1
2007-11-09
1
-0
/
+4
*
* random.c: update MT URL.[ruby-core:13305].
matz
2007-11-08
1
-2
/
+5
*
* object.c: improve docs for Object.tap
davidflanagan
2007-11-08
1
-6
/
+12
*
* parse.y: fix segfault with \x escapes in regexps
davidflanagan
2007-11-08
1
-0
/
+4
*
* parse.y (parser_read_escape): remove C99/gcc-ism.
usa
2007-11-08
1
-2
/
+8
*
* parse.y: patch, based on Nobu's, work to support \u escapes
davidflanagan
2007-11-07
1
-0
/
+6
*
* parse.y (rb_intern3): commented out broken code that prevented
davidflanagan
2007-11-07
1
-0
/
+5
*
* string.c (tr_setup_table, tr_trans): fix test failures in test/ruby/test_st...
davidflanagan
2007-11-07
1
-1
/
+5
*
* enum.c (enum_each_with_index): make different arrays at each
nobu
2007-11-07
1
-0
/
+5
*
* eval.c: fix typo in invoke_method documentation
davidflanagan
2007-11-06
1
-0
/
+4
*
* array.c (rb_ary_product): core dumped with non array arguments.
matz
2007-11-06
1
-0
/
+5
*
* array.c (rb_ary_each_index): should return meaningful value.
matz
2007-11-06
1
-0
/
+4
*
* lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x for
matz
2007-11-06
1
-0
/
+6
*
* eval_load.c (loaded_feature_path): need to expand relative paths.
nobu
2007-11-06
1
-1
/
+3
*
* eval_load.c (rb_feature_p): check if the feature is loading with
nobu
2007-11-06
1
-0
/
+11
*
* eval.c (Init_eval): move #send to Kernel module from BasicObject.
matz
2007-11-05
1
-0
/
+4
*
* eval.c (rb_f_send): allow send/__send__ to call methods of all
matz
2007-11-04
1
-0
/
+9
*
* lib/optparse.rb (OptionParser::Switch::summarize): fix for long form
nobu
2007-11-04
1
-0
/
+6
*
* parse.y (call_args): remove "parenthesize argument(s) for future
matz
2007-11-04
1
-0
/
+7
*
* lib/net/http.rb (HTTPHeader#initialize): provide default User-Agent to fix ...
aamine
2007-11-04
1
-0
/
+6
*
* win32/Makefile.sub: vendor_ruby support.
usa
2007-11-04
1
-0
/
+6
*
* re.c (rb_reg_quote): quote \v as well.
akr
2007-11-04
1
-0
/
+4
*
* re.c (rb_reg_initialize_m): use StringValuePtr instead of
akr
2007-11-04
1
-0
/
+5
*
* gc.c (count_objects): count TOTAL.
akr
2007-11-03
1
-0
/
+4
*
* string.c (tr_setup_table): use C array for characters that fit
matz
2007-11-03
1
-0
/
+13
*
add ML ref.
akr
2007-11-03
1
-0
/
+1
*
* gc.c (count_objects): ObjectSpace.count_objects implemented.
akr
2007-11-03
1
-0
/
+4
*
* hash.c (rb_hash_each_pair): make Hash#each to be alias to
matz
2007-11-03
1
-0
/
+7
*
* README.EXT: explain --vendor option for extconf.rb
akr
2007-11-03
1
-1
/
+5
*
* configure.in: --with-vendor-hdrdir implemented.
akr
2007-11-03
1
-0
/
+6
[next]