aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz2004-10-301-4/+5
* * eval.c (rb_thread_start_0): forget to free some memory chunks.matz2004-10-291-0/+4
* * eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz2004-10-291-1/+1
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-271-5/+13
* * eval.c (get_backtrace): ignore illegal backtrace. [ruby-dev:24587]nobu2004-10-241-1/+1
* * eval.c (rb_load, search_required, rb_require_safe, rb_require): usenobu2004-10-231-2/+8
* * eval.c (rb_alias): was warning for wrong condition.matz2004-10-221-4/+6
* * ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz2004-10-211-0/+3
* * parse.y (lex_getline): should update ruby_debug_lines.matz2004-10-201-1/+2
* rdocnobu2004-10-201-0/+16
* * array.c (rb_ary_times): Array#* should return an instance ofmatz2004-10-191-12/+45
* * eval.c (search_required): required name must not be changed beforenobu2004-10-191-5/+1
* * eval.c (rb_require_safe): provide the feature after loaded.nobu2004-10-191-7/+7
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-3/+3
* * string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]nobu2004-10-181-47/+48
* eval.c (Init_stack): make prototype declaration consistent with the definitio...akr2004-10-151-1/+1
* * io.c (rb_io_mode_flags): preserve append mode flag.matz2004-10-061-5/+1
* * string.c (rb_str_sum): should use bignums when bits is greatermatz2004-10-021-1/+1
* * string.c (rb_str_sum): string may be altered. [ruby-dev:24381]matz2004-10-011-1/+2
* * eval.c (rb_call0): invoke finalizers periodically.nobu2004-09-271-0/+1
* * struct.c (rb_struct_s_members): wrong call of struct_members.matz2004-09-241-2/+10
* * parse.y (rb_parser_append_print): should handle prelude.matz2004-09-241-4/+0
* * eval.c: remove debug print.matz2004-09-231-1/+0
* * eval.c: remove debug print.matz2004-09-231-3/+0
* * hash.c (rb_hash_rehash): replace st_foreach() by its deepmatz2004-09-231-3/+15
* * parse.y: remove global variables ruby_eval_tree andmatz2004-09-221-11/+7
* * enum.c (enum_sort_by): do not use qsort directly. usematz2004-09-211-7/+28
* * eval.c (blk_copy_prev): need frame_dup(). [ruby-dev:24103]eban2004-09-131-17/+18
* * eval.c (cvar_cbase): singletons should refer outer cvar scope.matz2004-09-061-2/+2
* * eval.c (cvar_cbase): class variables cause SEGV inmatz2004-09-031-0/+3
* * struct.c (make_struct): remove redefining constant whenmatz2004-09-031-32/+2
* * bignum.c (rb_big_and): protect parameters from GC.matz2004-08-281-2/+3
* Must learn how to transpose words in Emacs. Sorry...dave2004-08-251-1/+1
* Minor fix to error messagedave2004-08-251-1/+1
* * eval.c (rb_longjmp): Exception#to_str is no longer defined.nobu2004-08-251-1/+1
* * dir.c (free_dir): fix memory leak. reported by yamamotomatz2004-08-191-1/+25
* * eval.c (rb_obj_instance_eval): evaluates under special singletonnobu2004-08-181-8/+1
* * eval.c (blk_free): fixed serious memory leak. [ruby-dev:24013]matz2004-08-021-1/+14
* * eval.c (is_defined): stupid mistakes fixed. [ruby-dev:24006]matz2004-07-311-2/+3
* * eval.c (is_defined): avoid unnecessary method invocations.matz2004-07-311-9/+11
* * eval.c (is_defined): call is_defined() before invokingmatz2004-07-301-5/+10
* * eval.c (rb_call0): should call rb_call_super() directly formatz2004-07-281-2/+2
* * env.h: remove argv from ruby_frame.matz2004-07-281-80/+21
* * eval.c (rb_call0): update ruby_frame->argv with the defaultmatz2004-07-271-1/+1
* * eval.c (rb_eval): copy on write for argument local variablematz2004-07-271-3/+3
* * gc.c (define_final): should not disclose NODE* to Ruby world.matz2004-07-231-0/+3
* * eval.c (THREAD_ALLOC): th->thread should be initialized to NULL.matz2004-07-171-0/+1
* * eval.c (rb_thread_raise): accept third argument as well asnobu2004-07-091-11/+26
* * eval.c (rb_thread_yield, rb_f_catch): 4th argument to rb_yield_0()nobu2004-07-051-2/+2
* * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level.nobu2004-06-291-13/+22