aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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
* * error.c (get_syserror): some Windows' errno have 5 digits.usa2003-01-261-2/+2