summaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* * error.c, vm_dump.c: change message by rb_bug().ko12008-12-241-0/+7
* * error.c (exc_equal): == method should not raise Exception.ko12008-12-241-2/+13
* * error.c (exc_equal): duck typing equal to make it transitive.matz2008-12-181-4/+11
* * error.c (Init_syserr): moved function definition itself fromnobu2008-11-181-0/+4
* * error.c (exc_equal): should not compare recursively.matz2008-10-201-1/+1
* * dln.c: Ruby no longer supports VMS.yugui2008-10-041-1/+1
* * error.c (Init_syserr): moved to the template.yugui2008-09-261-384/+1
* * error.c (Init_Exception): introduce EncodingError which is amatz2008-09-261-1/+3
* * transcode.c: add "Error" suffix for Encoding exception classes.matz2008-09-181-2/+2
* * error.c (rb_eEncCompatError): add Exception.naruse2008-08-121-0/+2
* * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect),nobu2008-07-221-13/+11
* * Add coverage measurement constant COVERAGE__. This constant is notmame2008-07-011-1/+1
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-5/+8
* * error.c (exc_equal): == operator should be transitional. matz2008-05-241-9/+7
* * error.c (builtin_types), gc.c (count_objects): added Complex andnobu2008-04-261-0/+2
* * error.c (rb_eNOERROR): renamed.nobu2008-04-261-3/+3
* * error.c (builtin_types), signal.c (siglist), st.c (primes),nobu2008-04-261-4/+5
* fix doc.akr2008-03-091-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* fix typos.akr2007-12-311-2/+2
* * error.c (ruby_description): fixed type.nobu2007-12-251-1/+1
* * error.c (report_bug): uses ruby_description.nobu2007-12-251-4/+3
* * error.c (Init_Exception): make NameError to be subclass ofmatz2007-11-021-2/+2
* * include/ruby/intern.h: export rb_ivar_foreach.akr2007-09-281-1/+1
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * eval_error.ci (get_backtrace): check the result more.nobu2007-07-191-6/+6
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-3/+3
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-051-28/+46
* * eval.c: remove ruby_current_node and change eval() prototype.ko12007-06-241-4/+1
* * eval_*.h: rename to eval_*.ci.ko12007-06-241-1/+0
* * include/ruby: moved public headers.nobu2007-06-101-2/+2
* * error.c, parse.y, ruby.h (rb_compile_warn, rb_compile_warning): warnnobu2007-05-011-27/+88
* * error.c (rb_notimplement), io.c (pipe_open): removed definitenobu2007-04-041-16/+16
* * error.c (rb_notimplement): should show the name of this func,usa2007-04-041-1/+1
* * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz2007-03-191-3/+3
* * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko12007-02-081-1/+1
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-1/+1
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-1/+1
* * Merge YARVko12006-12-311-28/+29
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-2/+2
* * ruby.h (struct RString): embed small strings.matz2006-08-311-6/+6
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-4/+4
* * parse.y (parser_parse_string): mention "regexp" in a errormatz2006-02-131-6/+7
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-1/+1
* banish a warning.akr2005-09-281-1/+1
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-1/+1
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-192/+56
* * parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz2005-07-271-1/+1
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-231-6/+2