Age | Commit message (Expand) | Author |
2006-06-09 | * sprintf.c (rb_str_format): allow %c to print one character | matz |
2006-03-01 | * dir.c: supress warning "/* within comment" | ocean |
2006-02-14 | * time.c (search_time_t): support non 32bit time_t environments. | usa |
2005-10-27 | * string.c (scan_once): wrong condition to use mbclen2(). | matz |
2005-10-22 | * time.c (rb_strftime): removed meaningless volatile modifiers, and | nobu |
2005-10-21 | * time.c: should use LONG_LONG instead of `long long'. | ocean |
2005-10-18 | * enumerator.c, eval.c, gc.c, parse.y, regparse.c, sjis.c, time.c: | nobu |
2005-09-24 | banish a warning. | akr |
2005-09-14 | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean |
2005-09-12 | * array.c: moved to ANSI function style from K&R function style. | ocean |
2005-03-04 | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz |
2004-06-23 | Fix indentation in time.c | michal |
2004-05-14 | * range.c (range_each_func): terminates loop if generating value | matz |
2004-04-30 | * time.c (SIZEOF_TIME_T): support SIZEOF_TIME_T == SIZEOF_INT. | eban |
2004-04-06 | * configure.in: check the size of time_t. | akr |
2004-03-31 | * time.c (year_leap_p): new function. | akr |
2004-03-30 | * time.c (search_time_t): limit guess range by mktime if it is | akr |
2004-03-29 | * exception message clean-up by Ian Macdonald <[email protected]>. | matz |
2004-01-18 | * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c, | nobu |
2004-01-18 | * time.c (time_overflow_p): should return results. [ruby-dev:22614] | nobu |
2004-01-18 | retry committing ChangeLog and time.c | siena |
2003-12-30 | Add RDoc for kernel functions, and tidy up | dave |
2003-12-27 | Add RDoc comments for Time | dave |
2003-11-28 | * gc.c (gc_mark): explicitly check mark recursion levels, instead | matz |
2003-10-09 | * marshal.c (r_object0): remove unnecessary iv restoration for | matz |
2003-10-09 | * pack.c (uv_to_utf8): change message to "out of range", since | matz |
2003-10-02 | * time.c (Init_Time): define initialize. [ruby-dev:21469] | nobu |
2003-10-02 | * time.c (time_load): restore instance variables (if any) before | matz |
2003-08-16 | * marshal.c (w_symbol, w_object): get rid of warnings. | nobu |
2003-07-24 | * gcc -Wall clean-up. | matz |
2003-06-23 | * time.c (time_arg): initialize v[6] even when argc is 10 to | akr |
2003-05-19 | * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value) | matz |
2003-05-19 | * object.c (init_copy): rename copy_object as initialize_copy, | matz |
2003-05-16 | * eval.c (block_pass): chain previous block to the pushing block. | matz |
2003-04-09 | * time.c (time_strftime): RSTRING(format)->ptr might become NULL. | nobu |
2003-03-22 | * time.c (make_time_t): try search_time_t if mktime/timegm is failed. | akr |
2003-01-31 | * variable.c (rb_obj_classname): new function. | matz |
2003-01-23 | * time.c (time_arg): was accessing garbage argv value. | matz |
2003-01-23 | * parse.y (arg): syntaxify tPOW negative number hack. | matz |
2003-01-16 | Updated Copyrights of Matz to 2003. | michal |
2002-12-21 | * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc), | usa |
2002-12-20 | * parse.y (do_block): split "do" block and tLBRACE_ARG block. | matz |
2002-12-10 | * sprintf.c (rb_f_sprintf): preceding ".." for negative numbers | matz |
2002-11-22 | * file.c (rb_find_file_ext): should not terminate searching with | matz |
2002-09-17 | move struct timeval to missing.h | michal |
2002-09-08 | * time.c (time_free): prototype; struct time_object -> void *. | eban |
2002-09-08 | * time.c: prototype; time_free() to avoid VC++ warnings. | usa |
2002-09-03 | * variable.c (rb_copy_generic_ivar): remove old generic instance | matz |
2002-08-28 | Int vs Long cleanup #3 (ruby-core:352) | michal |
2002-08-27 | * file.c (rb_find_file): $LOAD_PATH must not be empty. | matz |