summaryrefslogtreecommitdiff
path: root/error.c
AgeCommit message (Expand)Author
2004-04-05* error.c (Init_Exception): remove Exception#to_str. [Ruby2]matz
2004-03-25* version.c (ruby_show_copyright): obtain copyright year fromnobu
2004-03-16* error.c (exc_initialize): calling 'to_str' each time just formatz
2004-03-15* eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz
2004-01-19* error.c (name_err_mesg_to_str): inverted condition for result ofnobu
2004-01-19* variable.c (rb_set_class_path): do not set path ifmatz
2004-01-19* error.c (NameError::message): internal use only.nobu
2004-01-18* class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu
2004-01-17* error.c (NameError::Message): new class for lazy evaluation ofnobu
2003-12-30Add RDoc for kernel functions, and tidy updave
2003-12-29Add RDoc for Kernel global functions, tidy array and errordave
2003-12-21Add file.c comments (and necessary support in parse_c.rb)dave
2003-12-10* io.c (read_all): should return given string even if data read ismatz
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-11-15* eval.c (eval): do not re-raise exception to avoid unnecessarymatz
2003-11-04* io.c (read_all): fptr->f may be NULL, if IO is closed in thematz
2003-10-02* time.c (time_load): restore instance variables (if any) beforematz
2003-09-24* error.c (rb_warn_m): should not warn if -W0 is specified.matz
2003-08-27* error.c (rb_bug): should not use other methods; this function isnobu
2003-08-15* configure.in (HUGE_ST_INO): check whether struct stat.st_inonobu
2003-08-14* gc.c (id2ref): recycle check should be done by klass == 0.matz
2003-07-30* error.c (rb_raise): snprintf() termination moved tonobu
2003-07-29* marshal.c (w_object): if object responds to 'marshal_dump',matz
2003-07-28* ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz
2003-06-23* io.c (io_close): missing prototype.aamine
2003-06-23* string.c (rb_str_upto): generate sequence according to "succ"matz
2003-06-02* array.c (push_values_at): Array#values_at should work withmatz
2003-05-21* error.c (rb_sys_fail): should not specify errno explicitly.matz
2003-05-21* error.c (syserr_initialize): prohibit specifying errno formatz
2003-05-20* error.c (syserr_initialize): use Errno constants as defaultnobu
2003-05-20* eval.c (rb_f_missing): create exception instance by ordinalnobu
2003-05-13* eval.c (error_pos): use $deferr for output instead of stderrmatz
2003-04-18* error.c (rb_raise): workaround for some implementation ofusa
2003-02-03* re.c (rb_reg_initialize_m): unfotunate serious typo.matz
2003-02-03* re.c (rb_memsearch): algolithm body of String#index.matz
2003-01-31* variable.c (rb_obj_classname): new function.matz
2003-01-31* parse.y (yylex): remove EXPR_CMDARG according to the RHG book.matz
2003-01-26* error.c (get_syserror): use snprintf() instead of sprintf(). pointedusa
2003-01-26* error.c (get_syserror): some Windows' errno have 5 digits.usa
2003-01-23* parse.y (arg): syntaxify tPOW negative number hack.matz
2003-01-16Updated Copyrights of Matz to 2003.michal
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
2002-12-02WinCE patch mergedmatz
2002-11-26* error.c (exit_initialize): add SystemExit#initialize to setnobu
2002-11-22* file.c (rb_find_file_ext): should not terminate searching withmatz
2002-11-03* object.c (Init_Object): added Object#object_id, new name formatz
2002-09-14* error.c(rb_sys_fail): remove case EPIPE on bcc32 .H_Konishi
2002-09-03 * variable.c (rb_copy_generic_ivar): remove old generic instancematz
2002-08-28Int vs Long cleanup #3 (ruby-core:352)michal
2002-08-21*.c: Int vs Long cleanupmichal