| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (terminate_process): take String message. | nobu | 2005-08-17 | 1 | -10/+9 |
* | * eval.c (rb_add_method): preserve safe level in the environment | matz | 2005-08-16 | 1 | -24/+21 |
* | * eval.c (rb_mod_autoload_p, rb_f_autoload_p): added rdoc. | nobu | 2005-08-16 | 1 | -6/+21 |
* | * eval.c (rb_rescue2): reduce PUSH_TAG() as well as NODE_RESCUE. | nobu | 2005-08-14 | 1 | -21/+16 |
* | * eval.c (rb_block_pass): distinguish current block from others. | nobu | 2005-08-13 | 1 | -1/+3 |
* | * eval.c (formal_assign): let default values override | nobu | 2005-08-09 | 1 | -5/+11 |
* | * parse.y (f_block_arg), eval.c (rb_yield_0): deal with dynamic | nobu | 2005-08-08 | 1 | -7/+7 |
* | * eval.c (assign): deal with new block argument. | nobu | 2005-08-08 | 1 | -1/+8 |
* | * eval.c (return_jump): fix "can't across thread" error message | matz | 2005-08-05 | 1 | -1/+1 |
* | * eval.c (formal_assign): returns position of rest arguments variable. | nobu | 2005-08-04 | 1 | -7/+7 |
* | * enumerator.c (Init_Enumerator): provided features should have | nobu | 2005-08-04 | 1 | -12/+11 |
* | * eval.c (rb_yield_0): push yielded node instead of yielding. | nobu | 2005-07-29 | 1 | -0/+1 |
* | * eval.c (rb_call0): fix calling zsuper from a method with anonymous | nobu | 2005-07-29 | 1 | -2/+2 |
* | * parse.y (lambda): Perl6 style -> lambda expression. [NEW] | matz | 2005-07-27 | 1 | -70/+106 |
* | * eval.c (rb_fd_select): the all three fd_sets must be long enough for | nobu | 2005-07-23 | 1 | -3/+23 |
* | * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, | nobu | 2005-07-23 | 1 | -26/+14 |
* | * error.c (syserr_initialize): add 1 byte for snprintf() size for | matz | 2005-07-19 | 1 | -3/+3 |
* | * error.c (syserr_initialize): need to allocate an additional byte | matz | 2005-07-19 | 1 | -1/+1 |
* | * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec(). | matz | 2005-07-19 | 1 | -7/+12 |
* | * eval.c (rb_call0): make the pointer to NODE volatile | ocean | 2005-07-18 | 1 | -1/+1 |
* | * eval.c (rb_call0): make body volatile to avoid possible optimization | akr | 2005-07-18 | 1 | -1/+1 |
* | * eval.c, intern.h (rb_proc_call, rb_obj_method, rb_method_call): | nobu | 2005-07-11 | 1 | -11/+10 |
* | * eval.c (rb_thread_save_context): must not switch contexts during | nobu | 2005-07-05 | 1 | -1/+3 |
* | fix indent. | akr | 2005-07-02 | 1 | -1/+1 |
* | * defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64. | akr | 2005-07-02 | 1 | -0/+10 |
* | * configure.in: check select_large_fdset. | akr | 2005-07-02 | 1 | -0/+10 |
* | * eval.c (rb_eval): pre-evaluate argument for unambiguous | matz | 2005-06-30 | 1 | -3/+5 |
* | * dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unused | ocean | 2005-06-28 | 1 | -10/+5 |
* | * eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): DUMMY_SETJMP is replaced | akr | 2005-06-20 | 1 | -11/+29 |
* | * signal.c (sigexit): call rb_thread_signal_exit() instead of | matz | 2005-06-12 | 1 | -4/+35 |
* | * eval.c (rb_gc_mark_threads): curr_thread may not be part of the | akr | 2005-06-12 | 1 | -2/+2 |
* | * eval.c (unknown_node): show more information. [ruby-dev:26196] | akr | 2005-06-10 | 1 | -1/+9 |
* | * eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc. | akr | 2005-06-09 | 1 | -16/+43 |
* | * configure.in, eval.c, gc.c: use libunwind only on HP-UX. | akr | 2005-06-09 | 1 | -3/+3 |
* | * enum.c (enum_min_by, enum_max_by): return nil if no iteration. | nobu | 2005-06-07 | 1 | -5/+11 |
* | * intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE. | nobu | 2005-06-03 | 1 | -24/+148 |
* | * vms/vmsruby_private.c, vms/vmsruby_private.h: private routines | nobu | 2005-05-25 | 1 | -0/+6 |
* | * dir.c (glob_helper): get rid of using String. [ruby-dev:26180] | nobu | 2005-05-18 | 1 | -8/+0 |
* | * eval.c (unknown_node): add volatile directive to prototype. | nobu | 2005-05-13 | 1 | -1/+1 |
* | * eval.c (unknown_node): ignore broken NODE to get rid of accessing | nobu | 2005-05-11 | 1 | -2/+11 |
* | * eval.c (break_jump): break should not cross functions. | matz | 2005-05-11 | 1 | -0/+3 |
* | * eval.c (TMP_ALLOC): use macro NEW_NODE() to get rid of warnings on | nobu | 2005-05-10 | 1 | -2/+2 |
* | * eval.c (rb_eval), parse.y (arg): reduce fixnum range literal at | nobu | 2005-05-01 | 1 | -10/+0 |
* | * configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute. | nobu | 2005-04-30 | 1 | -3/+1 |
* | * eval.c (rb_provided): should check also path name to be loaded. | nobu | 2005-04-23 | 1 | -8/+18 |
* | * eval.c (search_required): deal with features with path too. | nobu | 2005-04-19 | 1 | -2/+2 |
* | * eval.c (search_required): handle static linked extensions. | nobu | 2005-04-18 | 1 | -0/+3 |
* | * eval.c (search_required, rb_require_safe): expand path in | nobu | 2005-04-18 | 1 | -17/+35 |
* | * eval.c (rb_attr): attribute name check added. | matz | 2005-04-18 | 1 | -3/+4 |
* | * eval.c (rb_call0): "return" event hook should be always executed | shugo | 2005-04-07 | 1 | -3/+1 |