| Commit message (Expand) | Author | Age | Files | Lines |
* | * transcode.c: add "Error" suffix for Encoding exception classes. | matz | 2008-09-18 | 1 | -2/+2 |
* | * error.c (rb_eEncCompatError): add Exception. | naruse | 2008-08-12 | 1 | -0/+2 |
* | * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect), | nobu | 2008-07-22 | 1 | -13/+11 |
* | * Add coverage measurement constant COVERAGE__. This constant is not | mame | 2008-07-01 | 1 | -1/+1 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -5/+8 |
* | * error.c (exc_equal): == operator should be transitional. | matz | 2008-05-24 | 1 | -9/+7 |
* | * error.c (builtin_types), gc.c (count_objects): added Complex and | nobu | 2008-04-26 | 1 | -0/+2 |
* | * error.c (rb_eNOERROR): renamed. | nobu | 2008-04-26 | 1 | -3/+3 |
* | * error.c (builtin_types), signal.c (siglist), st.c (primes), | nobu | 2008-04-26 | 1 | -4/+5 |
* | fix doc. | akr | 2008-03-09 | 1 | -1/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | fix typos. | akr | 2007-12-31 | 1 | -2/+2 |
* | * error.c (ruby_description): fixed type. | nobu | 2007-12-25 | 1 | -1/+1 |
* | * error.c (report_bug): uses ruby_description. | nobu | 2007-12-25 | 1 | -4/+3 |
* | * error.c (Init_Exception): make NameError to be subclass of | matz | 2007-11-02 | 1 | -2/+2 |
* | * include/ruby/intern.h: export rb_ivar_foreach. | akr | 2007-09-28 | 1 | -1/+1 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * 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 |