summaryrefslogtreecommitdiff
path: root/time.c
AgeCommit message (Expand)Author
2007-12-15 * cosmetic: fixed a typo in RDoc commentnahi
2007-11-20* time.c (time_mload): ignore invalid digits in submicro.akr
2007-11-20update doc.akr
2007-11-19update doc.akr
2007-11-19* configure.in: check struct timespec, clock_gettime, utimensat,akr
2007-11-18* time.c (time_minus): fix Time.at(2**60+1) - Time.at(2**60).akr
2007-11-18* time.c (time_arg): show actual year in 2-3 digits year warning.akr
2007-11-13* include/ruby/ruby.h: introduce 2 macros:ko1
2007-10-05* time.c (time_to_s): Fix documentation. Time format changed.knu
2007-10-04* time.c (Init_Time): remove obsolete Time::times.matz
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-07-17* time.c (time_succ): Time#succ should return a time object in thematz
2007-06-10* include/ruby: moved public headers.nobu
2007-04-16* time.c (time_arg): should allow to specify 24:00.matz
2006-12-31 * Merge YARVko1
2006-10-31* time.c (time_dup): duplicate the class of original time.matz
2006-09-07* time.c (time_to_s): adopt new date format using digitsmatz
2006-09-04* time.c (time_to_s): variable declaration after an executionnobu
2006-09-04* time.c (time_to_s): make it conform to RFC2822 date format.matz
2006-09-04* time.c (time_strftime): include nul character. fixed: [ruby-dev:29422]nobu
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-07-28* time.c (time_to_s): fixed typo. [ruby-dev:29162]matz
2006-07-27* time.c (time_to_s): fixed format mismatch.nobu
2006-07-27* time.c: need to declare time_utc_offset.eban
2006-07-27* ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz
2006-07-27* time.c (time_to_s): generate RFC822 style date string.matz
2006-07-10* eval.c (proc_invoke): should not overwrite block information inmatz
2006-07-03* bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
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, andnobu
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-24banish 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() bymatz
2004-06-23Fix indentation in time.cmichal
2004-05-14* range.c (range_each_func): terminates loop if generating valuematz
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 isakr
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.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-18retry committing ChangeLog and time.csiena
2003-12-30Add RDoc for kernel functions, and tidy updave