aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * st.h, st.c: Introduce new conventional typedef's, st_data_t,knu2003-01-061-28/+28
* * numeric.c (num_step): use DBL_EPSILON.matz2002-12-191-4/+8
* README.EXT: grammer updates by Simon Cozens.matz2002-10-231-1/+1
* * variable.c (rb_global_entry): not add global entry untilnobu2002-10-161-2/+2
* * regex.c (re_match): p1 may exceed pend limit.matz2002-09-261-3/+0
* * eval.c (rb_mod_nesting): load wrapping module should appear inmatz2002-09-171-0/+1
* * variable.c (rb_path2class): should not use rb_eval_string().matz2002-09-051-8/+29
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-1/+9
* * variable.c (rb_const_assign): st_delete() takes pointer to key.nobu2002-08-301-1/+1
* variable.c: Get rid of fix len buffer in rb_class_path (ruby-core:381)michal2002-08-281-5/+10
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-4/+1
* * eval.c (assign): ruby_verbose should be surrounded by RTEST().matz2002-04-111-9/+7
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-101-13/+18
* * variable.c (rb_const_list): a temporary table must be freed.nobu2002-03-201-0/+1
* * marshal.c (w_object): module inclusion using extend() shouldmatz2002-03-111-0/+1
* * eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set().matz2002-02-151-31/+5
* * parse.y (stmt): local variable declaration order was changedmatz2002-02-131-18/+0
* * object.c (rb_class_real): should not follow ICLASS linkmatz2002-02-041-2/+6
* * st.c: primes should be primes.matz2002-01-161-1/+1
* * time.c (time_plus): result should not be negative unlessmatz2001-12-211-9/+9
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-181-0/+3
* * string.c (rb_str_match_m): should convert an argument intomatz2001-12-111-3/+2