summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2003-05-02* string.c (rb_str_ljust): now takes optional argument to specifymatz
2003-04-25* eval.c (splat_value): split splat_value() and avalue_splat().matz
2003-04-25* eval.c (proc_invoke): Proc#yield should pass through retry andmatz
2003-04-10* variable.c (rb_mod_name): always return empty string formatz
2003-04-09* eval.c (rb_obj_is_method): indefinite return value.nobu
2003-04-09* variable.c (rb_obj_remove_instance_variable): better message.matz
2003-04-09* bignum.c (BIGZEROP): macro to determine if x is a bignum zero.matz
2003-04-08* eval.c (Init_Proc): make Method and UnboundMethod independent.matz
2003-04-07* ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove structmatz
2003-04-04* eval.c (assign): should prepare mrhs by svalue_to_mrhs().matz
2003-04-03* eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.matz
2003-03-29* eval.c (avalue_to_svalue): use rb_check_array_type() again.matz
2003-03-26* eval.c (avalue_splat): new function to do unary * (splat)matz
2003-03-25* eval.c (rb_yield_0): call avalue_to_mrhs() to assign blockmatz
2003-03-25* io.c (rb_io_initialize): should check rb_secure(4).matz
2003-03-24security enhancement of dl library (need test).matz
2003-03-21* regex.c (re_compile_pattern): give warning for unescaped squarematz
2003-03-21* eval.c (bmcall): missing type.nobu
2003-03-20* eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz
2003-03-20* eval.c (bmcall): add volatile to avoid GC problem.akr
2003-03-10* eval.c (massign): remove unnecessary array unpacking; it shouldmatz
2003-03-10* file.c (rb_find_file): need world writable directory check formatz
2003-03-08* eval.c (massign): fix a bug not to expand in assigment to solenobu
2003-03-07* parse.y (dsym): :"symbol string" style should not contain `\0'.matz
2003-02-27* string.c (str_new): need no MEMZERO().matz
2003-02-21* eval.c (rb_f_require): do not need to abort if a DLEXT fileeban
2003-02-21* eval.c (rb_thread_remove): back outt changes.matz
2003-02-20* eval.c (rb_thread_remove): thread may die in the process ofmatz
2003-02-20*** empty log message ***nobu
2003-02-20* parse.y (clhs): allow "Foo::Bar = x".matz
2003-02-19* eval.c (rb_thread_restore_context): inhibit interrupts innobu
2003-02-19* node.h (nd_cpath): nested class/module declaration.nobu
2003-02-18* eval.c (rb_call0): should not report uninitialized warning bymatz
2003-02-13*** empty log message ***nobu
2003-02-13* range.c (range_step): step might be float 0 < x < 1.matz
2003-02-12* eval.c (rb_thread_schedule): current thread may be dead whennobu
2003-02-10* array.c (rb_ary_to_a): return value should be an Array if thematz
2003-02-07* eval.c (proc_invoke): should propagate self to supernobu
2003-02-03* re.c (rb_memsearch): algolithm body of String#index.matz
2003-01-31* variable.c (rb_obj_classname): new function.matz
2003-01-23* eval.c (rb_eval): do not warn discarding already undefinedmatz
2003-01-21Exchange do { } while (0) for ((void)0)michal
2003-01-20* eval.c (rb_f_require): purge too many goto's.nobu
2003-01-16-Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal
2003-01-16Updated Copyrights of Matz to 2003.michal
2003-01-15* enum.c (enum_all): now works without block.matz
2003-01-14* eval.c (rb_f_require): do not search adding .rb/.so suffixes ifnobu
2003-01-14* parse.y (list_append): avoid O(n) search using node->nd_next->nd_end.matz
2003-01-09* eval.c (rb_eval): should not discard nested NODE_BLOCK.matz
2003-01-09* parse.y (stmt): NODE_NOT elimitation for if/unless/while/until node.matz