| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * dir.c (glob_helper): C99(gcc)-ism. | usa | 2009-04-22 | 1 | -1/+1 |
* | * time.c (localtime_with_gmtoff): fixed cross function jump. | nobu | 2009-04-22 | 1 | -10/+14 |
* | add comment. | akr | 2009-04-21 | 1 | -0/+3 |
* | update rdoc. | akr | 2009-04-21 | 1 | -7/+6 |
* | * time.c (time_arg): use the year argument as-is. [ruby-dev:38194] | akr | 2009-04-21 | 1 | -16/+1 |
* | * time.c (find_time_t): constified. | nobu | 2009-04-21 | 1 | -3/+3 |
* | * time.c (leap_year_v_p): removed. | akr | 2009-04-21 | 1 | -7/+0 |
* | * time.c: remove time_t restriction from Time class. | akr | 2009-04-21 | 1 | -445/+1366 |
* | * time.c (time_cmp): negate the result of reverse comparison. | akr | 2009-03-26 | 1 | -1/+1 |
* | * time.c (time_timespec): use NUM2TIMET. | akr | 2009-03-23 | 1 | -4/+4 |
* | * time.c (time_mload): don't clear tm_mday. | akr | 2009-03-11 | 1 | -1/+1 |
* | * time.c (time_to_i, time_hash): time_t may be bigger than long | nobu | 2009-03-10 | 1 | -8/+19 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -79/+79 |
* | * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end), | mame | 2009-02-14 | 1 | -1/+1 |
* | * time.c (LOCALTIME): should call tzset() before localtime_r(). | matz | 2009-02-04 | 1 | -1/+1 |
* | * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM. | matz | 2008-09-05 | 1 | -2/+2 |
* | * strftime.c (rb_strftime): supported %s and %P. | shugo | 2008-08-28 | 1 | -0/+2 |
* | * time.c (time_asctime): workaround for MSVCRT's bug. | usa | 2008-08-26 | 1 | -0/+4 |
* | * configure.in (gmtime_r): check if reentrant versions are available. | nobu | 2008-08-22 | 1 | -17/+37 |
* | * strftime.c (rb_strftime): supported %F and %<precision>N. | shugo | 2008-08-21 | 1 | -1/+5 |
* | * configure.in: removed strftime from AC_REPLACE_FUNCS(). | shugo | 2008-08-20 | 1 | -21/+10 |
* | * strftime.c: new file. | shugo | 2008-08-20 | 1 | -5/+13 |
* | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu | 2008-08-16 | 1 | -0/+1 |
* | * object.c (rb_obj_untrusted): new method Object#untrusted?. | shugo | 2008-08-13 | 1 | -1/+1 |
* | * time.c (time_cmp): retry with right hand operand if its not a | matz | 2008-08-13 | 1 | -1/+11 |
* | * iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond), | nobu | 2008-07-01 | 1 | -2/+2 |
* | * time.c: fix rounding negative float. | akr | 2008-06-27 | 1 | -0/+4 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -0/+2 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -4/+4 |
* | * suppress warnings on cygwin, mingw and mswin. | nobu | 2008-06-01 | 1 | -2/+5 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -1/+1 |
* | * time.c (obj2nsec): fix string argument. | akr | 2008-05-04 | 1 | -1/+1 |
* | * time.c (time_timespec): raise TypeError for nil and other objects | akr | 2008-05-03 | 1 | -9/+15 |
* | * error.c (builtin_types), signal.c (siglist), st.c (primes), | nobu | 2008-04-26 | 1 | -1/+1 |
* | * time.c: should include <errno.h> to refer errno. | matz | 2008-04-21 | 1 | -0/+1 |
* | * time.c (rb_strftime): check errno to detect strftime(3)'s error. | usa | 2008-04-21 | 1 | -1/+2 |
* | fix doc. | akr | 2008-03-09 | 1 | -2/+2 |
* | * time.c (time_strftime): format should be ascii compatible. | matz | 2008-02-29 | 1 | -0/+4 |
* | * time.c (time_cmp): Time.<=> no longer supports comparison with | naruse | 2008-02-02 | 1 | -4/+1 |
* | * time.c (make_time_t): revert round trip test. [ruby-dev:33058] | akr | 2008-01-24 | 1 | -13/+16 |
* | * time.c (time_strftime): copy encoding from format. [ruby-dev:33303] | nobu | 2008-01-23 | 1 | -0/+2 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * time.c (time_arg): use converted object. [ruby-core:14759] | nobu | 2008-01-04 | 1 | -1/+1 |
* | * time.c: don't mention an obsolete library, ParseDate. | akr | 2008-01-03 | 1 | -1/+1 |
* | * include/ruby/encoding.h (rb_isascii): defined. | akr | 2008-01-01 | 1 | -1/+1 |
* | * time.c (make_time_t): verify mktime and timegm result. | akr | 2007-12-28 | 1 | -16/+13 |
* | * cosmetic: fixed a typo in RDoc comment | nahi | 2007-12-15 | 1 | -1/+1 |
* | * time.c (time_mload): ignore invalid digits in submicro. | akr | 2007-11-20 | 1 | -6/+10 |
* | update doc. | akr | 2007-11-20 | 1 | -7/+40 |
* | update doc. | akr | 2007-11-19 | 1 | -88/+130 |