summaryrefslogtreecommitdiff
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 17833:17837:shyouhei2008-08-041-1/+1
* * eval.c (get_backtrace): check the result more.shyouhei2007-08-221-6/+6
* merge -r 12143:12147shyouhei2007-05-221-1/+1
* * ruby.h: export classes/modules to implement sandbox.matz2006-07-201-1/+1
* * variable.c (rb_class_path): need to adjust snprintf() len formatz2005-07-201-1/+3
* * 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
* * io.c (rb_io_inspect): replace sprintf() with "%s" format allmatz2005-07-191-2/+3
* * bignum.c (get2comp): calculate proper 2's complement formatz2005-06-081-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
* * exception error messages updated. [ruby-core:04497]matz2005-02-281-1/+1
* * error.c (syserr_initialize): use stringified object.nobu2004-11-101-1/+1
* * io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz2004-08-171-4/+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
* * class.c, error.c, eval.c, intern.h, object.c, variable.c:ocean2004-07-151-4/+4
* * version.c (ruby_show_copyright): obtain copyright year fromnobu2004-04-231-2/+3
* * eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz2004-03-151-0/+3
* * error.c (NameError::Message): new class for lazy evaluation ofusa2004-02-251-0/+105
* 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
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-2/+9
* * eval.c (eval): do not re-raise exception to avoid unnecessarymatz2003-11-151-1/+2
* * io.c (read_all): fptr->f may be NULL, if IO is closed in thematz2003-11-041-0/+1
* * time.c (time_load): restore instance variables (if any) beforematz2003-10-021-4/+5
* * error.c (rb_warn_m): should not warn if -W0 is specified.matz2003-09-241-0/+1
* * error.c (rb_bug): should not use other methods; this function isnobu2003-08-271-13/+17
* * configure.in (HUGE_ST_INO): check whether struct stat.st_inonobu2003-08-151-12/+12
* * gc.c (id2ref): recycle check should be done by klass == 0.matz2003-08-141-3/+4
* * error.c (rb_raise): snprintf() termination moved tonobu2003-07-301-1/+0
* * marshal.c (w_object): if object responds to 'marshal_dump',matz2003-07-291-0/+2
* * ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz2003-07-281-8/+8
* * io.c (io_close): missing prototype.aamine2003-06-231-1/+1
* * string.c (rb_str_upto): generate sequence according to "succ"matz2003-06-231-1/+1
* * array.c (push_values_at): Array#values_at should work withmatz2003-06-021-10/+28
* * error.c (rb_sys_fail): should not specify errno explicitly.matz2003-05-211-4/+3
* * error.c (syserr_initialize): prohibit specifying errno formatz2003-05-211-11/+18
* * error.c (syserr_initialize): use Errno constants as defaultnobu2003-05-201-1/+7
* * eval.c (rb_f_missing): create exception instance by ordinalnobu2003-05-201-33/+78
* * eval.c (error_pos): use $deferr for output instead of stderrmatz2003-05-131-7/+7
* * error.c (rb_raise): workaround for some implementation ofusa2003-04-181-0/+1
* * re.c (rb_reg_initialize_m): unfotunate serious typo.matz2003-02-031-0/+1
* * re.c (rb_memsearch): algolithm body of String#index.matz2003-02-031-2/+1
* * variable.c (rb_obj_classname): new function.matz2003-01-311-2/+2
* * parse.y (yylex): remove EXPR_CMDARG according to the RHG book.matz2003-01-311-1/+2
* * error.c (get_syserror): use snprintf() instead of sprintf(). pointedusa2003-01-261-1/+1