| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -1/+1 |
* | * time.c (time_arg): should allow to specify 24:00. | matz | 2007-04-16 | 1 | -1/+2 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -1/+7 |
* | * time.c (time_dup): duplicate the class of original time. | matz | 2006-10-31 | 1 | -1/+1 |
* | * time.c (time_to_s): adopt new date format using digits | matz | 2006-09-07 | 1 | -15/+17 |
* | * time.c (time_to_s): variable declaration after an execution | nobu | 2006-09-04 | 1 | -1/+4 |
* | * time.c (time_to_s): make it conform to RFC2822 date format. | matz | 2006-09-04 | 1 | -17/+12 |
* | * time.c (time_strftime): include nul character. fixed: [ruby-dev:29422] | nobu | 2006-09-04 | 1 | -1/+1 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -8/+8 |
* | * time.c (time_to_s): fixed typo. [ruby-dev:29162] | matz | 2006-07-28 | 1 | -1/+1 |
* | * time.c (time_to_s): fixed format mismatch. | nobu | 2006-07-27 | 1 | -1/+1 |
* | * time.c: need to declare time_utc_offset. | eban | 2006-07-27 | 1 | -0/+1 |
* | * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut up | matz | 2006-07-27 | 1 | -1/+1 |
* | * time.c (time_to_s): generate RFC822 style date string. | matz | 2006-07-27 | 1 | -2/+17 |
* | * eval.c (proc_invoke): should not overwrite block information in | matz | 2006-07-10 | 1 | -1/+1 |
* | * bignum.c: ruby 1.9 HEAD 64 bit warnings clean up from | matz | 2006-07-03 | 1 | -4/+4 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -3/+3 |
* | * dir.c: supress warning "/* within comment" | ocean | 2006-03-01 | 1 | -4/+2 |
* | * time.c (search_time_t): support non 32bit time_t environments. | usa | 2006-02-14 | 1 | -12/+12 |
* | * string.c (scan_once): wrong condition to use mbclen2(). | matz | 2005-10-27 | 1 | -0/+111 |
* | * time.c (rb_strftime): removed meaningless volatile modifiers, and | nobu | 2005-10-22 | 1 | -10/+9 |
* | * time.c: should use LONG_LONG instead of `long long'. | ocean | 2005-10-21 | 1 | -5/+4 |
* | * enumerator.c, eval.c, gc.c, parse.y, regparse.c, sjis.c, time.c: | nobu | 2005-10-18 | 1 | -1/+1 |
* | banish a warning. | akr | 2005-09-24 | 1 | -0/+1 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -3/+3 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -148/+64 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -0/+1 |
* | Fix indentation in time.c | michal | 2004-06-23 | 1 | -264/+266 |
* | * range.c (range_each_func): terminates loop if generating value | matz | 2004-05-14 | 1 | -12/+9 |
* | * time.c (SIZEOF_TIME_T): support SIZEOF_TIME_T == SIZEOF_INT. | eban | 2004-04-30 | 1 | -0/+2 |
* | * configure.in: check the size of time_t. | akr | 2004-04-06 | 1 | -62/+54 |
* | * time.c (year_leap_p): new function. | akr | 2004-03-31 | 1 | -7/+87 |
* | * time.c (search_time_t): limit guess range by mktime if it is | akr | 2004-03-30 | 1 | -0/+9 |
* | * exception message clean-up by Ian Macdonald <ian@caliban.org>. | matz | 2004-03-29 | 1 | -1/+1 |
* | * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c, | nobu | 2004-01-18 | 1 | -0/+1 |
* | * time.c (time_overflow_p): should return results. [ruby-dev:22614] | nobu | 2004-01-18 | 1 | -10/+11 |
* | retry committing ChangeLog and time.c | siena | 2004-01-18 | 1 | -8/+14 |
* | Add RDoc for kernel functions, and tidy up | dave | 2003-12-30 | 1 | -0/+29 |
* | Add RDoc comments for Time | dave | 2003-12-27 | 1 | -0/+481 |
* | * gc.c (gc_mark): explicitly check mark recursion levels, instead | matz | 2003-11-28 | 1 | -0/+11 |
* | * marshal.c (r_object0): remove unnecessary iv restoration for | matz | 2003-10-09 | 1 | -11/+10 |
* | * pack.c (uv_to_utf8): change message to "out of range", since | matz | 2003-10-09 | 1 | -1/+8 |
* | * time.c (Init_Time): define initialize. [ruby-dev:21469] | nobu | 2003-10-02 | 1 | -0/+1 |
* | * time.c (time_load): restore instance variables (if any) before | matz | 2003-10-02 | 1 | -44/+96 |
* | * marshal.c (w_symbol, w_object): get rid of warnings. | nobu | 2003-08-16 | 1 | -1/+1 |
* | * gcc -Wall clean-up. | matz | 2003-07-24 | 1 | -1/+0 |
* | * time.c (time_arg): initialize v[6] even when argc is 10 to | akr | 2003-06-23 | 1 | -0/+1 |
* | * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value) | matz | 2003-05-19 | 1 | -22/+6 |
* | * object.c (init_copy): rename copy_object as initialize_copy, | matz | 2003-05-19 | 1 | -3/+3 |
* | * eval.c (block_pass): chain previous block to the pushing block. | matz | 2003-05-16 | 1 | -16/+11 |