summaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * error.c (syserr_initialize): need to allocate an additional bytematz2005-07-191-1/+1
* * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec().matz2005-07-191-2/+3
* * bignum.c (bignorm): fixed a bug in normalizing negative numbersmatz2005-06-071-1/+0
* * error.c (exc_exception): reverted to call Exception#initializenobu2005-05-181-1/+1
* * error.c (exc_exception, {exit,name_err,syserr}_initialize): callnobu2005-05-141-4/+4
* * error.c: typo fix.eban2005-03-181-1/+1
* * error.c (errno_missing): add rdoc.nobu2005-03-151-1/+6
* * error.c (errno_missing): Errno.const_missing to allow referencesmatz2005-03-081-0/+10
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-1/+1
* * re.c (rb_reg_initialize_m): should raise exception instead ofmatz2004-11-171-1/+1
* * error.c (syserr_initialize): use stringified object.nobu2004-11-101-1/+1
* * hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]matz2004-09-221-0/+2
* * bignum.c (rb_big_and): protect parameters from GC.matz2004-08-281-1/+51
* * eval.c (rb_call0): should call rb_call_super() directly formatz2004-07-281-1/+1
* * gc.c (define_final): should not disclose NODE* to Ruby world.matz2004-07-231-2/+2
* * error.c (exit_initialize): use EXIT_SUCCESS instead of 0.nobu2004-07-161-9/+34
* * error.c (Init_Exception): remove Exception#to_str. [Ruby2]matz2004-04-051-4/+2
* * version.c (ruby_show_copyright): obtain copyright year fromnobu2004-03-251-2/+3
* * error.c (exc_initialize): calling 'to_str' each time just formatz2004-03-161-5/+2
* * eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz2004-03-151-0/+3
* * error.c (name_err_mesg_to_str): inverted condition for result ofnobu2004-01-191-1/+1
* * variable.c (rb_set_class_path): do not set path ifmatz2004-01-191-4/+4
* * error.c (NameError::message): internal use only.nobu2004-01-191-3/+3
* * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu2004-01-181-0/+4
* * error.c (NameError::Message): new class for lazy evaluation ofnobu2004-01-171-0/+101
* Add RDoc for kernel functions, and tidy updave2003-12-301-0/+2
* Add RDoc for Kernel global functions, tidy array and errordave2003-12-291-0/+85
* Add file.c comments (and necessary support in parse_c.rb)dave2003-12-211-0/+125
* * io.c (read_all): should return given string even if data read ismatz2003-12-101-2/+0