summaryrefslogtreecommitdiff
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* * merged from trunk r25728:26678.nobu2010-02-161-3/+33
* * merged from trunk r20597:25704.nobu2009-11-101-45/+135
* * inits.c (rb_vm_call_inits): no longer passes current vm.nobu2008-12-171-2/+2
* * inits.c (rb_vm_call_inits): let all InitVM functions usenobu2008-11-301-2/+2
* * merged from trunk r19258:20281.nobu2008-11-191-384/+37
* * eval.c (ruby_vm_init): split from ruby_init.nobu2008-09-081-0/+10
* * merged from trunk r18286:18660.nobu2008-08-161-0/+1
* * merged from trunk r18097:18164.nobu2008-07-221-13/+11
* * include/ruby/public_object.h: moved global variables to VM specific data.nobu2008-07-061-30/+4
* * merged from trunk r17769:17785.nobu2008-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
* * variable.c (rb_class_path): need to adjust snprintf() len formatz2005-07-201-2/+4
* * error.c (syserr_initialize): add 1 byte for snprintf() size formatz2005-07-191-2/+2