Age | Commit message (Expand) | Author |
2002-10-25 | * eval.c, gc.c: adopt a common set of alloca() #ifdef's. This | knu |
2002-10-23 | * eval.c (rb_eval): added NODE_DSYM, symbol literal with | nobu |
2002-10-17 | * hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ on | knu |
2002-10-05 | * eval.c (rb_load): should not pass block to the loaded file. | aamine |
2002-10-04 | * eval.c (rb_thread_interrupt, rb_thread_signal_raise): no need to | nobu |
2002-10-03 | * bcc32/mkexports.rb: to work on cygwin via telnet. | nobu |
2002-09-27 | * eval.c (rb_thread_deadlock, rb_thread_schedule, rb_thread_join): more verbo... | nobu |
2002-09-27 | * eval.c (rb_eval): Class#inherited should be called after the | matz |
2002-09-26 | * regex.c (re_match): p1 may exceed pend limit. | matz |
2002-09-25 | * io.c (appendline): forget to terminate with nul. | matz |
2002-09-23 | * eval.c (rb_call0): must not clear ruby_current_node, or | nobu |
2002-09-22 | * eval.c (call_trace_func): should not call trace function while | nobu |
2002-09-21 | * eval.c (rb_thread_raise): no need to save dead thread context. | nobu |
2002-09-17 | move struct timeval to missing.h | michal |
2002-09-17 | * eval.c (rb_thread_die): put thread dead state. | nobu |
2002-09-17 | * eval.c (rb_mod_nesting): load wrapping module should appear in | matz |
2002-09-13 | * eval.c (rb_eval): avoid uninitialized global/class variable | nobu |
2002-09-11 | * eval.c (rb_trap_eval): preserve thread status and so on. | nobu |
2002-09-11 | * eval.c (proc_to_s): refined format. [ruby-dev:18215] | nobu |
2002-09-10 | * eval.c (rb_mod_define_method): initialize orig_func too. | nobu |
2002-09-05 | * eval.c (rb_eval): overriding false constant with class/module | nobu |
2002-08-29 | * array.c (rb_ary_become): should not free ptr if it's shared. | matz |
2002-08-28 | Int vs Long cleanup #3 (ruby-core:352) | michal |
2002-08-27 | * file.c (rb_find_file): $LOAD_PATH must not be empty. | matz |
2002-08-24 | * eval.c (call_trace_func): restore source file/line, as trace | nobu |
2002-08-23 | * eval.c (method_call): check receiver is defined. | nobu |
2002-08-21 | *.c: Int vs Long cleanup | michal |
2002-08-21 | * eval.c (rb_thread_cleanup): should not modify the global | matz |
2002-08-19 | particular symbol for win32_exception_list. | nobu |
2002-08-19 | * eval.c (win32_get_exception_list, win32_set_exception_list): Cygwin fix. | eban |
2002-08-19 | * eval.c (rb_thread_save_context, rb_thread_restore_context): | nobu |
2002-08-15 | * eval.c (compile_error): must not clear ruby_sourcefile here. | nobu |
2002-08-15 | * eval.c (ruby_current_node) : added to set sourceline on demand. | nobu |
2002-08-12 | * bignum.c (rb_big_cmp): use dbl2big() for Floats, instead of | matz |
2002-08-11 | * eval.c (rb_eval): set line number from all nodes. | nobu |
2002-08-03 | * eval.c (rb_eval): set constant in cbase scope. | nobu |
2002-07-31 | * eval.c (rb_undef): undef should be done for klass, not ruby_class. | matz |
2002-07-30 | * eval.c (rb_thread_join_m): add parameter type declaration. | aamine |
2002-07-29 | * eval.c (localjump_error): add parameter type declaration. | aamine |
2002-07-26 | * eval.c (rb_eval): no need to convert to string twice. | nobu |
2002-07-26 | * random.c: replace with Mersenne Twister RNG. | matz |
2002-06-24 | * eval.c (rb_eval): NODE_EVSTR is no longer used. | nobu |
2002-06-13 | * eval.c (svalue_to_avalue): v may be Qundef. This fix was | matz |
2002-06-11 | * eval.c (rb_eval): ruby_frame->last_func may be null, if it's | matz |
2002-06-04 | * string.c (rb_str_aset): should raise error if an indexing string | matz |
2002-05-30 | * range.c (range_step): iteration done using "+" if elements are | matz |
2002-05-29 | * parse.y: yyparse #defines moved from intern.h | matz |
2002-05-28 | * array.c: fixed format string for 'long' args (%d -> %ld). | michal |
2002-05-28 | * eval.c (scope_node): trick to keep the node has a scope. | nobu |
2002-05-21 | * object.c (Init_Object): should do exact match for Module#==. | matz |