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
/
object.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* variable.c (rb_cvar_set): remove warn argument.
matz
2007-02-02
1
-1
/
+1
*
* Merge YARV
ko1
2006-12-31
1
-8
/
+8
*
* lib/cgi.rb (CGI::Cookie::initialize): use Array() again.
matz
2006-12-28
1
-2
/
+5
*
* intern.h, object.c, variable.c (rb_mod_constants): added an optional
nobu
2006-12-04
1
-1
/
+1
*
* object.c (rb_obj_tap): a new method. [ruby-talk:224013]
matz
2006-11-22
1
-0
/
+18
*
* eval.c (svalue_to_avalue): need to splat but no error.
matz
2006-11-06
1
-0
/
+13
*
* object.c: Class#inherited RDoc added. a patch from Daniel
matz
2006-10-13
1
-1
/
+28
*
* object.c (rb_mod_cvar_defined): wrong id check. a patch from
matz
2006-10-12
1
-4
/
+4
*
* object.c (rb_mod_initialize): since module_eval no longer passes
nobu
2006-10-07
1
-1
/
+1
*
* hash.c (rb_hash_eql): new method to be used by Hash.
matz
2006-09-22
1
-7
/
+7
*
* object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,
nobu
2006-09-18
1
-5
/
+58
*
* dir.c (dir_s_glob): remove unused variable.
matz
2006-09-18
1
-2
/
+2
*
* object.c (nil_to_s): returns the empty string again.
matz
2006-09-07
1
-3
/
+3
*
* object.c (Init_Object): move symbol related code to string.c
matz
2006-09-02
1
-198
/
+0
*
* ruby.h (struct RArray): embed small arrays.
matz
2006-09-02
1
-4
/
+4
*
* eval.c (search_required): use RSTRING_PTR and RSTRING_STR.
usa
2006-08-31
1
-1
/
+1
*
* ruby.h (struct RString): embed small strings.
matz
2006-08-31
1
-15
/
+15
*
* object.c (rb_Integer): Integer(nil) should raise TypeError.
matz
2006-08-30
1
-5
/
+7
*
* object.c (sym_call): check if the receiver is given.
nobu
2006-08-25
1
-1
/
+5
*
ansificated.
akr
2006-08-13
1
-2
/
+1
*
* object.c (rb_cstr_to_dbl): "9_e8" should consider "_e8" as
matz
2006-07-21
1
-3
/
+3
*
* object.c (rb_mod_attr): make Module#attr to be an alias to
matz
2006-07-20
1
-41
/
+19
*
* object.c (rb_cstr_to_dbl): limit out-of-range message.
nobu
2006-07-18
1
-4
/
+10
*
* object.c (rb_cstr_to_dbl): underscores should appear only
matz
2006-06-28
1
-7
/
+4
*
* object.c (rb_cstr_to_dbl): should not skip '_' at the beginning
matz
2006-06-27
1
-6
/
+1
*
* object.c (sym_call): disallow to call private methods.
nobu
2006-06-11
1
-4
/
+4
*
* object.c (sym_to_proc): imported Symbol#to_proc from ActiveSupprot.
nobu
2006-06-10
1
-1
/
+27
*
* sprintf.c (rb_str_format): allow %c to print one character
matz
2006-06-09
1
-18
/
+27
*
* gc.c: align VALUE with sizeof(RVALUE) globally.
akr
2006-03-02
1
-42
/
+0
*
* object.c (rb_mod_const_get, rb_mod_const_defined): added optional
nobu
2006-01-17
1
-11
/
+34
*
precedes registering global VALUE variables before initializing it.
akr
2005-12-12
1
-1
/
+1
*
* object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): check
nobu
2005-10-22
1
-1
/
+1
*
* bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337]
matz
2005-10-21
1
-6
/
+18
*
* range.c (rb_range_beg_len): should return Qfalse for non-range
matz
2005-10-05
1
-16
/
+0
*
* array.c: moved to ANSI function style from K&R function style.
ocean
2005-09-12
1
-233
/
+98
*
* missing/strchr.c (strrchr): fixed a bug for detecting NUL in a
matz
2005-09-08
1
-4
/
+4
*
* intern.h (rb_check_to_integer): add declaration.
nobu
2005-08-14
1
-2
/
+2
*
* numeric.c (fix_div): should not convert the result into
matz
2005-08-04
1
-0
/
+12
*
* parse.y (lambda): Perl6 style -> lambda expression. [NEW]
matz
2005-07-27
1
-2
/
+2
*
* sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,
nobu
2005-07-23
1
-10
/
+2
*
* variable.c (rb_class_path): need to adjust snprintf() len for
matz
2005-07-20
1
-6
/
+6
*
* signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec().
matz
2005-07-19
1
-4
/
+8
*
* object.c (rb_obj_pattern_match): now returns nil.
matz
2005-07-06
1
-2
/
+2
*
* eval.c (break_jump): break should not cross functions.
matz
2005-05-11
1
-1
/
+1
*
* eval.c (rb_call0): reorganize "return" event post.
matz
2005-03-16
1
-0
/
+3
*
* object.c (inspect_obj): unintended space removal.
matz
2005-03-07
1
-1
/
+1
*
* array.c: replace rb_protect_inspect() and rb_inspecting_p() by
matz
2005-03-04
1
-59
/
+20
*
* object.c (rb_class_superclass): superclass of singleton class also
nobu
2005-01-11
1
-0
/
+3
*
* ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]
matz
2004-12-15
1
-1
/
+1
*
* eval.c (proc_invoke): prepare to pass a block from "call" method
matz
2004-12-03
1
-4
/
+4
[next]