aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
* * time.c (time_cmp): Time.<=> no longer supports comparison withnaruse2008-02-021-4/+1
* * time.c (make_time_t): revert round trip test. [ruby-dev:33058]akr2008-01-241-13/+16
* * time.c (time_strftime): copy encoding from format. [ruby-dev:33303]nobu2008-01-231-0/+2
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * time.c (time_arg): use converted object. [ruby-core:14759]nobu2008-01-041-1/+1
* * time.c: don't mention an obsolete library, ParseDate.akr2008-01-031-1/+1
* * include/ruby/encoding.h (rb_isascii): defined.akr2008-01-011-1/+1
* * time.c (make_time_t): verify mktime and timegm result.akr2007-12-281-16/+13
* * cosmetic: fixed a typo in RDoc commentnahi2007-12-151-1/+1
* * time.c (time_mload): ignore invalid digits in submicro.akr2007-11-201-6/+10
* update doc.akr2007-11-201-7/+40
* update doc.akr2007-11-191-88/+130
* * configure.in: check struct timespec, clock_gettime, utimensat,akr2007-11-191-103/+275
* * time.c (time_minus): fix Time.at(2**60+1) - Time.at(2**60).akr2007-11-181-2/+4
* * time.c (time_arg): show actual year in 2-3 digits year warning.akr2007-11-181-3/+3
* * include/ruby/ruby.h: introduce 2 macros:ko12007-11-131-5/+5
* * time.c (time_to_s): Fix documentation. Time format changed.knu2007-10-051-4/+7
* * time.c (Init_Time): remove obsolete Time::times.matz2007-10-041-16/+0
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * time.c (time_succ): Time#succ should return a time object in thematz2007-07-171-1/+6
* * include/ruby: moved public headers.nobu2007-06-101-1/+1
* * time.c (time_arg): should allow to specify 24:00.matz2007-04-161-1/+2
* * Merge YARVko12006-12-311-1/+7
* * time.c (time_dup): duplicate the class of original time.matz2006-10-311-1/+1
* * time.c (time_to_s): adopt new date format using digitsmatz2006-09-071-15/+17
* * time.c (time_to_s): variable declaration after an executionnobu2006-09-041-1/+4
* * time.c (time_to_s): make it conform to RFC2822 date format.matz2006-09-041-17/+12
* * time.c (time_strftime): include nul character. fixed: [ruby-dev:29422]nobu2006-09-041-1/+1
* * ruby.h (struct RString): embed small strings.matz2006-08-311-8/+8
* * time.c (time_to_s): fixed typo. [ruby-dev:29162]matz2006-07-281-1/+1
* * time.c (time_to_s): fixed format mismatch.nobu2006-07-271-1/+1
* * time.c: need to declare time_utc_offset.eban2006-07-271-0/+1
* * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz2006-07-271-1/+1
* * time.c (time_to_s): generate RFC822 style date string.matz2006-07-271-2/+17
* * eval.c (proc_invoke): should not overwrite block information inmatz2006-07-101-1/+1
* * bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz2006-07-031-4/+4
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-3/+3
* * dir.c: supress warning "/* within comment"ocean2006-03-011-4/+2
* * time.c (search_time_t): support non 32bit time_t environments.usa2006-02-141-12/+12
* * string.c (scan_once): wrong condition to use mbclen2().matz2005-10-271-0/+111
* * time.c (rb_strftime): removed meaningless volatile modifiers, andnobu2005-10-221-10/+9
* * time.c: should use LONG_LONG instead of `long long'.ocean2005-10-211-5/+4
* * enumerator.c, eval.c, gc.c, parse.y, regparse.c, sjis.c, time.c:nobu2005-10-181-1/+1
* banish a warning.akr2005-09-241-0/+1
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-3/+3
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-148/+64
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-0/+1
* Fix indentation in time.cmichal2004-06-231-264/+266
* * range.c (range_each_func): terminates loop if generating valuematz2004-05-141-12/+9
* * time.c (SIZEOF_TIME_T): support SIZEOF_TIME_T == SIZEOF_INT.eban2004-04-301-0/+2