summaryrefslogtreecommitdiff
path: root/error.c
AgeCommit message (Expand)Author
2010-05-29* removed trailing spaces.nobu
2010-05-27* error.c (rb_bug): suppress the error report dialog if report_bug() tarui
2010-05-24* error.c: fix wrong exception class name in rdoc.akr
2010-05-17* hash.c: Documentation: change => in call-seq to ->.marcandre
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-05-16* error.c (rb_loaderror): use locale string, not ascii-8bit.nobu
2010-05-13* array.c: Harmonize documentation, in particular regarding:marcandre
2010-05-08* error.c: RDoc for subclasses of Exception. [ruby-core:28394]marcandre
2010-05-04* error.c (name_err_mesg_to_str): preserve encoding of inspection.nobu
2009-11-24* error.c: include errno.h at beginning.akr
2009-11-24* include/ruby/ruby.h (rb_bug_errno): declared.akr
2009-11-24* error.c (rb_strerrno): constified.nobu
2009-11-24* error.c (rb_strerrno): return "UNKNOWNERROR" for non-zero unknownakr
2009-11-24* include/ruby/intern.h (rb_strerrno): declared.akr
2009-10-29* array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz
2009-09-09* error.c (name_err_mesg_data_type): typed.nobu
2009-07-09* error.c (compile_warn_print, warn_print): fixed false warnings.nobu
2009-07-08* error.c (rb_check_type): rejects typed data.nobu
2009-07-07* include/ruby/ruby.h:ko1
2009-07-07* error.c (rb_typed_struct_is_kind_of): new function to see if thenobu
2009-07-07* error.c (rb_check_typed_struct): new function to check typednobu
2009-06-01* include/ruby/intern.h (rb_exc_new2): optimization for literal.nobu
2009-05-24* error.c (syserr_initialize): errno is int.nobu
2009-03-19* io.c (rb_mWaitReadable): defined.akr
2009-03-18* error.c (report_bug): rb_bug can be caused by extensionnobu
2009-03-12* array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu
2009-03-06* error.c (report_bug): message updated to better English.matz
2009-02-22stripped trailing spaces.nobu
2008-12-24* error.c, vm_dump.c: change message by rb_bug().ko1
2008-12-24* error.c (exc_equal): == method should not raise Exception.ko1
2008-12-18* error.c (exc_equal): duck typing equal to make it transitive.matz
2008-11-18* error.c (Init_syserr): moved function definition itself fromnobu
2008-10-20* error.c (exc_equal): should not compare recursively.matz
2008-10-04* dln.c: Ruby no longer supports VMS.yugui
2008-09-26* error.c (Init_syserr): moved to the template.yugui
2008-09-26* error.c (Init_Exception): introduce EncodingError which is amatz
2008-09-18* transcode.c: add "Error" suffix for Encoding exception classes.matz
2008-08-12* error.c (rb_eEncCompatError): add Exception.naruse
2008-07-22* compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect),nobu
2008-07-01* Add coverage measurement constant COVERAGE__. This constant is notmame
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-05-24* error.c (exc_equal): == operator should be transitional. matz
2008-04-26* error.c (builtin_types), gc.c (count_objects): added Complex andnobu
2008-04-26* error.c (rb_eNOERROR): renamed.nobu
2008-04-26* error.c (builtin_types), signal.c (siglist), st.c (primes),nobu
2008-03-09fix doc.akr
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-31fix typos.akr
2007-12-25* error.c (ruby_description): fixed type.nobu
2007-12-25* error.c (report_bug): uses ruby_description.nobu