| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * configure.in: check struct timespec, clock_gettime, utimensat, | akr | 2007-11-19 | 1 | -103/+275 |
* | * time.c (time_minus): fix Time.at(2**60+1) - Time.at(2**60). | akr | 2007-11-18 | 1 | -2/+4 |
* | * time.c (time_arg): show actual year in 2-3 digits year warning. | akr | 2007-11-18 | 1 | -3/+3 |
* | * include/ruby/ruby.h: introduce 2 macros: | ko1 | 2007-11-13 | 1 | -5/+5 |
* | * time.c (time_to_s): Fix documentation. Time format changed. | knu | 2007-10-05 | 1 | -4/+7 |
* | * time.c (Init_Time): remove obsolete Time::times. | matz | 2007-10-04 | 1 | -16/+0 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * time.c (time_succ): Time#succ should return a time object in the | matz | 2007-07-17 | 1 | -1/+6 |
* | * 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 |