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
...
*
* test/ruby/test_basicinstructions.rb: updated for new class
matz
2007-11-09
4
-14
/
+30
*
* eval_load.c (loaded_feature_path): check with type of given feature.
nobu
2007-11-09
2
-8
/
+28
*
* eval.c (send_internal): use self in the previous frame to check for
nobu
2007-11-09
3
-5
/
+18
*
* marshal.c (w_object): should be SPECIAL_CONST_P() instead of
ko1
2007-11-09
2
-1
/
+6
*
* eval.c (rb_invoke_method): check if invoked in function style.
nobu
2007-11-09
4
-7
/
+40
*
* cont.c: add rb_context_t#type.
ko1
2007-11-09
2
-22
/
+43
*
* ruby.c (set_arg0): fix breaking environ bugs.
ko1
2007-11-09
2
-6
/
+13
*
* random.c: update MT URL.[ruby-core:13305].
matz
2007-11-08
3
-6
/
+9
*
* object.c: improve docs for Object.tap
davidflanagan
2007-11-08
2
-9
/
+21
*
* parse.y: fix segfault with \x escapes in regexps
davidflanagan
2007-11-08
2
-58
/
+4
*
* parse.y (parser_read_escape): remove C99/gcc-ism.
usa
2007-11-08
3
-6
/
+12
*
* parse.y: patch, based on Nobu's, work to support \u escapes
davidflanagan
2007-11-07
4
-81
/
+602
*
* parse.y (rb_intern3): commented out broken code that prevented
davidflanagan
2007-11-07
2
-0
/
+21
*
* string.c (tr_setup_table, tr_trans): fix test failures in test/ruby/test_st...
davidflanagan
2007-11-07
2
-19
/
+25
*
* enum.c (enum_each_with_index): make different arrays at each
nobu
2007-11-07
2
-13
/
+11
*
* eval.c: fix typo in invoke_method documentation
davidflanagan
2007-11-06
2
-1
/
+5
*
* array.c (rb_ary_product): core dumped with non array arguments.
matz
2007-11-06
2
-1
/
+6
*
* array.c (rb_ary_each_index): should return meaningful value.
matz
2007-11-06
2
-0
/
+5
*
* lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x for
matz
2007-11-06
3
-5
/
+11
*
* eval_load.c (loaded_feature_path): need to expand relative paths.
nobu
2007-11-06
2
-7
/
+26
*
* eval_load.c (rb_feature_p): check if the feature is loading with
nobu
2007-11-06
4
-34
/
+103
*
* eval.c (Init_eval): move #send to Kernel module from BasicObject.
matz
2007-11-05
2
-1
/
+5
*
* eval.c (rb_f_send): allow send/__send__ to call methods of all
matz
2007-11-04
28
-99
/
+90
*
* lib/optparse.rb (OptionParser::Switch::summarize): fix for long form
nobu
2007-11-04
2
-1
/
+7
*
* parse.y (call_args): remove "parenthesize argument(s) for future
matz
2007-11-04
3
-8
/
+14
*
* lib/net/http.rb (HTTPHeader#initialize): provide default User-Agent to fix ...
aamine
2007-11-04
2
-0
/
+7
*
* win32/Makefile.sub: vendor_ruby support.
usa
2007-11-04
4
-4
/
+14
*
* re.c (rb_reg_quote): quote \v as well.
akr
2007-11-04
2
-1
/
+9
*
* re.c (rb_reg_initialize_m): use StringValuePtr instead of
akr
2007-11-04
2
-1
/
+6
*
Fixes ticket:110 (more UTF-16 problems)
ser
2007-11-04
4
-6
/
+18
*
add test for Regexp.new("\0").
akr
2007-11-04
1
-0
/
+4
*
* gc.c (count_objects): count TOTAL.
akr
2007-11-03
2
-1
/
+9
*
* string.c (tr_setup_table): use C array for characters that fit
matz
2007-11-03
4
-41
/
+123
*
add ML ref.
akr
2007-11-03
1
-0
/
+1
*
* gc.c (count_objects): ObjectSpace.count_objects implemented.
akr
2007-11-03
2
-0
/
+95
*
* hash.c (rb_hash_each_pair): make Hash#each to be alias to
matz
2007-11-03
3
-63
/
+20
*
* README.EXT: explain --vendor option for extconf.rb
akr
2007-11-03
3
-1
/
+16
*
* configure.in: --with-vendor-hdrdir implemented.
akr
2007-11-03
3
-0
/
+27
*
* configure.in: --with-vendordir implemented.
akr
2007-11-03
5
-2
/
+45
*
* lib/rss/content.rb, lib/rss/content/, lib/rss/maker/content.rb,
kou
2007-11-02
9
-49
/
+103
*
* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.
kou
2007-11-02
3
-2
/
+6
*
* error.c (Init_Exception): make NameError to be subclass of
matz
2007-11-02
4
-12
/
+20
*
* enum.c (take_while_i, drop_while_i) add RTEST to handle nil return
davidflanagan
2007-11-01
2
-2
/
+5
*
* common.mk (prereq): update the path of prelude.c.
usa
2007-10-31
2
-2
/
+9
*
* enum.c (enum_drop): fix typo.
usa
2007-10-31
2
-1
/
+5
*
* vm_core.h (ruby_current_thread): RUBY_EXTERN'ed for probeprofiler.
usa
2007-10-31
2
-1
/
+5
*
* win32/setup.mak: commit miss.
usa
2007-10-31
1
-1
/
+0
*
* win32/configure.bat, setup.mak: now can recognize OS even if
usa
2007-10-31
5
-22
/
+51
*
* enum.c (enum_take_while): separate with-block form.
matz
2007-10-30
3
-92
/
+84
*
* enum.c (enum_butfirst): add a new method to iterates over
matz
2007-10-30
4
-7
/
+50
[prev]
[next]