aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-1/+1
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-192/+56
* * parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz2005-07-271-1/+1
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-231-6/+2
* * variable.c (rb_class_path): need to adjust snprintf() len formatz2005-07-201-2/+4
* * error.c (syserr_initialize): add 1 byte for snprintf() size formatz2005-07-191-2/+2
* * error.c (syserr_initialize): need to allocate an additional bytematz2005-07-191-1/+1
* * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec().matz2005-07-191-2/+3
* * bignum.c (bignorm): fixed a bug in normalizing negative numbersmatz2005-06-071-1/+0
* * error.c (exc_exception): reverted to call Exception#initializenobu2005-05-181-1/+1
* * error.c (exc_exception, {exit,name_err,syserr}_initialize): callnobu2005-05-141-4/+4
* * 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