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