aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-306/+119
* * parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz2005-07-271-1/+1
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-231-5/+1
* * variable.c (rb_class_path): need to adjust snprintf() len formatz2005-07-201-1/+1
* * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec().matz2005-07-191-2/+4
* * variable.c (generic_ivar_get): rb_attr_get should not warn.ocean2005-05-131-6/+7
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-2/+1
* * variable.c (rb_autoload): hide internal data from ruby level.nobu2005-01-101-0/+1
* * eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz2004-10-301-1/+1
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-271-0/+1
* * io.c (rb_io_mode_flags): preserve append mode flag.matz2004-10-061-10/+0
* * array.c (rb_ary_delete): comparison may change the capacity.matz2004-09-291-11/+11
* * variable.c (rb_mod_class_variables): class variables are no longernobu2004-06-261-9/+4
* * range.c (range_each_func): terminates loop if generating valuematz2004-05-141-0/+2
* * variable.c (rb_cvar_set): class variables become private to thematz2004-03-191-60/+4
* * variable.c (rb_set_class_path): do not set path ifmatz2004-01-191-3/+9
* Add RDoc for Kernel global functions, tidy array and errordave2003-12-291-0/+42
* Add RDoc documentation for stuff in object.cdave2003-12-281-0/+130
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-1/+8
* * eval.c (rb_feature_p): match by classified suffix.nobu2003-10-131-11/+16
* * marshal.c (r_object0): remove unnecessary iv restoration formatz2003-10-091-0/+1
* * variable.c (rb_const_defined_0): look up constants in Object asnobu2003-10-021-6/+8
* * variable.c (rb_const_defined_at): should exclude constants frommatz2003-10-011-7/+7
* * bignum.c (rb_big_and): convert argument using 'to_int'.matz2003-09-121-2/+1
* * eval.c (struct BLOCK): remove BLOCKTAG, use scope instead.matz2003-08-301-41/+27
* * variable.c (rb_const_get_0): should check constants defined inmatz2003-08-281-20/+13
* * variable.c (classname): find regular class name if not set.nobu2003-08-021-20/+15
* * variable.c (rb_mod_const_missing): "const_missing" should notmatz2003-07-261-0/+1
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-251-10/+10
* * gcc -Wall clean-up.matz2003-07-241-3/+1
* * eval.c (thgroup_add): no warning for terminated threads.matz2003-07-241-0/+3
* * variable.c (rb_mod_const_missing): new method. [ruby-core:00441]matz2003-07-221-23/+18
* * eval.c (rb_load): put rb_load_file() in a thread criticalmatz2003-07-091-4/+4
* * array.c (rb_values_at): extract common procedure frommatz2003-07-031-3/+5
* * class.c (rb_define_class, rb_define_module): also set constant undernobu2003-07-011-27/+1
* * variable.c (autoload_delete): should delete Qundef from iv_tbl.matz2003-06-251-1/+2
* * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz2003-06-201-2/+44
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-161-1/+1
* * gc.c (define_final): eliminate rb_f_lambda() call.matz2003-06-061-1/+1
* * variable.c (rb_autoload_load): autoloaded constants under a modulenobu2003-06-011-10/+0
* * variable.c (rb_autoload_load): should delete autoloadednobu2003-05-291-2/+15
* * eval.c (ev_const_defined, ev_const_get), variable.cnobu2003-05-291-127/+191
* * io.c (set_stdio): $stdin, $stdout, $stderr now became read-only.matz2003-05-151-1/+1
* * variable.c (rb_mod_name): always return empty string formatz2003-04-101-29/+27
* * variable.c (rb_mod_name): search module path if classname is notmatz2003-04-091-3/+3
* * variable.c (rb_class_path): hold temporary class path in anobu2003-03-281-1/+10
* * eval.c (rb_call0): should not report uninitialized warning bymatz2003-02-181-3/+22
* * variable.c (rb_obj_classname): wrong tail recursion.nobu2003-01-311-1/+1
* * variable.c (rb_obj_classname): new function.matz2003-01-311-0/+7
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1