summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2003-07-28* ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz
2003-07-26* variable.c (rb_mod_const_missing): "const_missing" should notmatz
2003-07-25* ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz
2003-07-24* gcc -Wall clean-up.matz
2003-07-24* configure.in (AC_C_VOLATILE): check if volatile works.nobu
2003-07-24* eval.c (thgroup_add): no warning for terminated threads.matz
2003-07-22* variable.c (rb_mod_const_missing): new method. [ruby-core:00441]matz
2003-07-19* lib/xmlrpc: import.matz
2003-07-19* eval.c (thgroup_add): typo again. sorry.matz
2003-07-19* eval.c (thgroup_add): typo.matz
2003-07-19* eval.c (thgroup_add): do not raise ThreadError on terminatedmatz
2003-07-18* eval.c (rb_attr): extra calls of method_added. [ruby-talk:76361]nobu
2003-07-18* eval.c (rb_f_missing): VCALL is called only for LOCAL_ID. nomatz
2003-07-17* eval.c (rb_clear_cache_by_class): check both klass and origin.matz
2003-07-17* eval.c (ruby_init): set ruby_running to true aftermatz
2003-07-16* eval.c (rb_proc_new): call svalue_to_avalue for yield argument.matz
2003-07-16* eval.c (rb_disable_super, rb_enable_super): deprecate.matz
2003-07-15* eval.c (rb_add_method, rb_alias): need to clear cache bynobu
2003-07-11*** empty log message ***nobu
2003-07-11* eval.c (avalue_to_svalue): typo.nobu
2003-07-10* eval.c (rb_thread_schedule): parse error.eban
2003-07-09* eval.c (rb_load): put rb_load_file() in a thread criticalmatz
2003-07-07* eval.c (rb_call_super): k->super maybe NULL if klass is Kernel.matz
2003-07-04* node.h (NEW_NODE): cast arguments to rb_node_newnode().matz
2003-07-03* array.c (rb_values_at): extract common procedure frommatz
2003-07-02* string.c (rb_str_shared_replace): clear flags before copy.matz
2003-06-30* eval.c (mnew): ignore metaclasses have no influence, for rklass.nobu
2003-06-28* configure.in (rb_cv_stack_grow_dir): check stack growing direction.nobu
2003-06-24* eval.c (rb_yield_0): show yielded block position not only yieldingnobu
2003-06-23* dir.c (find_dirsep): get rid of warnings.nobu
2003-06-23* string.c (rb_str_upto): generate sequence according to "succ"matz
2003-06-21* eval.c (proc_invoke): forgot "break";matz
2003-06-21* eval.c (proc_invoke): should not propagate distination tag ifmatz
2003-06-20* eval.c (proc_invoke): should not propagate TAG_BREAK andmatz
2003-06-20* parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz
2003-06-17* eval.c: remove rb_cBlock.matz
2003-06-16* eval.c (proc_invoke): format the message for localjump_error().nobu
2003-06-16* eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz
2003-06-14* eval.c (method_arity): should handle NODE_BMETHOD andmatz
2003-06-07* parse.y (value_expr0): class and module statements should not bematz
2003-06-06* eval.c (error_print): needs to be exception proof.nobu
2003-06-06* gc.c (define_final): eliminate rb_f_lambda() call.matz
2003-06-06* eval.c (ruby_cleanup): $SAFE is turned off in the finalization.matz
2003-06-05* math.c (math_erf,math_erfc): new function. [ruby-list:37753]matz
2003-06-03* eval.c (rb_call_super): should search superclass method based onmatz
2003-06-03* eval.c (rb_call): typo.matz
2003-06-03* eval.c (rb_call_super): inheritance line adjustment moved frommatz
2003-06-02* array.c (push_values_at): Array#values_at should work withmatz
2003-05-30* io.c (rb_f_syscall): type dispatch should be based onmatz
2003-05-30* eval.c (rb_Array): exclude Kernel#to_a instead of Object#to_a.nobu