| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval_error.ci (get_backtrace): check the result more. | nobu | 2007-07-19 | 1 | -6/+6 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -3/+3 |
* | * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c, | nobu | 2007-07-05 | 1 | -28/+46 |
* | * eval.c: remove ruby_current_node and change eval() prototype. | ko1 | 2007-06-24 | 1 | -4/+1 |
* | * eval_*.h: rename to eval_*.ci. | ko1 | 2007-06-24 | 1 | -1/+0 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -2/+2 |
* | * error.c, parse.y, ruby.h (rb_compile_warn, rb_compile_warning): warn | nobu | 2007-05-01 | 1 | -27/+88 |
* | * error.c (rb_notimplement), io.c (pipe_open): removed definite | nobu | 2007-04-04 | 1 | -16/+16 |
* | * error.c (rb_notimplement): should show the name of this func, | usa | 2007-04-04 | 1 | -1/+1 |
* | * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan | matz | 2007-03-19 | 1 | -3/+3 |
* | * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h, | ko1 | 2007-02-08 | 1 | -1/+1 |
* | * this commit is a result of refactoring. only renaming functions, | ko1 | 2007-02-07 | 1 | -1/+1 |
* | * blockinlining.c, compile.c, compile.h, error.c, eval.c, | ko1 | 2007-02-06 | 1 | -1/+1 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -28/+29 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -2/+2 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -6/+6 |
* | * object.c (rb_mod_attr): make Module#attr to be an alias to | matz | 2006-07-20 | 1 | -1/+1 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -4/+4 |
* | * parse.y (parser_parse_string): mention "regexp" in a error | matz | 2006-02-13 | 1 | -6/+7 |
* | * eval.c: unify ruby_class (for method definition) and ruby_cbase | matz | 2006-02-03 | 1 | -1/+1 |
* | banish a warning. | akr | 2005-09-28 | 1 | -1/+1 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -1/+1 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -192/+56 |
* | * parse.y (lambda): Perl6 style -> lambda expression. [NEW] | matz | 2005-07-27 | 1 | -1/+1 |
* | * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, | nobu | 2005-07-23 | 1 | -6/+2 |
* | * variable.c (rb_class_path): need to adjust snprintf() len for | matz | 2005-07-20 | 1 | -2/+4 |
* | * error.c (syserr_initialize): add 1 byte for snprintf() size for | matz | 2005-07-19 | 1 | -2/+2 |
* | * 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 | -2/+3 |
* | * bignum.c (bignorm): fixed a bug in normalizing negative numbers | matz | 2005-06-07 | 1 | -1/+0 |
* | * error.c (exc_exception): reverted to call Exception#initialize | nobu | 2005-05-18 | 1 | -1/+1 |
* | * error.c (exc_exception, {exit,name_err,syserr}_initialize): call | nobu | 2005-05-14 | 1 | -4/+4 |
* | * error.c: typo fix. | eban | 2005-03-18 | 1 | -1/+1 |
* | * error.c (errno_missing): add rdoc. | nobu | 2005-03-15 | 1 | -1/+6 |
* | * error.c (errno_missing): Errno.const_missing to allow references | matz | 2005-03-08 | 1 | -0/+10 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -1/+1 |
* | * re.c (rb_reg_initialize_m): should raise exception instead of | matz | 2004-11-17 | 1 | -1/+1 |
* | * error.c (syserr_initialize): use stringified object. | nobu | 2004-11-10 | 1 | -1/+1 |
* | * hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301] | matz | 2004-09-22 | 1 | -0/+2 |
* | * bignum.c (rb_big_and): protect parameters from GC. | matz | 2004-08-28 | 1 | -1/+51 |
* | * eval.c (rb_call0): should call rb_call_super() directly for | matz | 2004-07-28 | 1 | -1/+1 |
* | * gc.c (define_final): should not disclose NODE* to Ruby world. | matz | 2004-07-23 | 1 | -2/+2 |
* | * error.c (exit_initialize): use EXIT_SUCCESS instead of 0. | nobu | 2004-07-16 | 1 | -9/+34 |
* | * error.c (Init_Exception): remove Exception#to_str. [Ruby2] | matz | 2004-04-05 | 1 | -4/+2 |
* | * version.c (ruby_show_copyright): obtain copyright year from | nobu | 2004-03-25 | 1 | -2/+3 |
* | * error.c (exc_initialize): calling 'to_str' each time just for | matz | 2004-03-16 | 1 | -5/+2 |
* | * eval.c (rb_yield_0): should not re-submit TAG_BREAK if this | matz | 2004-03-15 | 1 | -0/+3 |
* | * error.c (name_err_mesg_to_str): inverted condition for result of | nobu | 2004-01-19 | 1 | -1/+1 |
* | * variable.c (rb_set_class_path): do not set path if | matz | 2004-01-19 | 1 | -4/+4 |
* | * error.c (NameError::message): internal use only. | nobu | 2004-01-19 | 1 | -3/+3 |