summaryrefslogtreecommitdiff
path: root/error.c
AgeCommit message (Expand)Author
2005-07-20* variable.c (rb_class_path): need to adjust snprintf() len formatz
2005-07-19* error.c (syserr_initialize): add 1 byte for snprintf() size formatz
2005-07-19* error.c (syserr_initialize): need to allocate an additional bytematz
2005-07-19* io.c (rb_io_inspect): replace sprintf() with "%s" format allmatz
2005-06-08* bignum.c (get2comp): calculate proper 2's complement formatz
2005-05-18* error.c (exc_exception): reverted to call Exception#initializenobu
2005-05-14* error.c (exc_exception, {exit,name_err,syserr}_initialize): callnobu
2005-03-18* error.c: typo fix.eban
2005-02-28* exception error messages updated. [ruby-core:04497]matz
2004-11-10* error.c (syserr_initialize): use stringified object.nobu
2004-08-17* io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz
2004-07-23* gc.c (define_final): should not disclose NODE* to Ruby world.matz
2004-07-16* error.c (exit_initialize): use EXIT_SUCCESS instead of 0.nobu
2004-07-15* class.c, error.c, eval.c, intern.h, object.c, variable.c:ocean
2004-04-23* version.c (ruby_show_copyright): obtain copyright year fromnobu
2004-03-15* eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz
2004-02-25* error.c (NameError::Message): new class for lazy evaluation ofusa
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