aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * configure.in: check the size of time_t.akr2004-04-061-62/+54
* * time.c (year_leap_p): new function.akr2004-03-311-7/+87
* * time.c (search_time_t): limit guess range by mktime if it isakr2004-03-301-0/+9
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-1/+1
* * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu2004-01-181-0/+1
* * time.c (time_overflow_p): should return results. [ruby-dev:22614]nobu2004-01-181-10/+11
* retry committing ChangeLog and time.csiena2004-01-181-8/+14
* Add RDoc for kernel functions, and tidy updave2003-12-301-0/+29
* Add RDoc comments for Timedave2003-12-271-0/+481
* * gc.c (gc_mark): explicitly check mark recursion levels, insteadmatz2003-11-281-0/+11
* * marshal.c (r_object0): remove unnecessary iv restoration formatz2003-10-091-11/+10
* * pack.c (uv_to_utf8): change message to "out of range", sincematz2003-10-091-1/+8
* * time.c (Init_Time): define initialize. [ruby-dev:21469]nobu2003-10-021-0/+1
* * time.c (time_load): restore instance variables (if any) beforematz2003-10-021-44/+96
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-161-1/+1
* * gcc -Wall clean-up.matz2003-07-241-1/+0
* * time.c (time_arg): initialize v[6] even when argc is 10 toakr2003-06-231-0/+1
* * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz2003-05-191-22/+6
* * object.c (init_copy): rename copy_object as initialize_copy,matz2003-05-191-3/+3
* * eval.c (block_pass): chain previous block to the pushing block.matz2003-05-161-16/+11
* * time.c (time_strftime): RSTRING(format)->ptr might become NULL.nobu2003-04-091-2/+4
* * time.c (make_time_t): try search_time_t if mktime/timegm is failed.akr2003-03-221-29/+22