aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * parse.y (arg): syntaxify tPOW negative number hack.matz2003-01-231-1/+4
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-1/+1
* WinCE patch mergedmatz2002-12-021-1/+1
* * error.c (exit_initialize): add SystemExit#initialize to setnobu2002-11-261-1/+19
* * file.c (rb_find_file_ext): should not terminate searching withmatz2002-11-221-3/+2
* * object.c (Init_Object): added Object#object_id, new name formatz2002-11-031-150/+24
* * error.c(rb_sys_fail): remove case EPIPE on bcc32 .H_Konishi2002-09-141-3/+0
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-0/+7
* Int vs Long cleanup #3 (ruby-core:352)michal2002-08-281-2/+2
* *.c: Int vs Long cleanupmichal2002-08-211-1/+1
* * eval.c (ruby_current_node) : added to set sourceline on demand.nobu2002-08-151-0/+1