aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * variable.c (rb_obj_classname): new function.matz2003-01-311-1/+1
* * time.c (time_arg): was accessing garbage argv value.matz2003-01-231-1/+1
* * parse.y (arg): syntaxify tPOW negative number hack.matz2003-01-231-19/+32
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa2002-12-211-0/+1
* * parse.y (do_block): split "do" block and tLBRACE_ARG block.matz2002-12-201-1/+1
* * sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz2002-12-101-3/+3
* * file.c (rb_find_file_ext): should not terminate searching withmatz2002-11-221-18/+5
* move struct timeval to missing.hmichal2002-09-171-12/+1
* * time.c (time_free): prototype; struct time_object -> void *.eban2002-09-081-2/+2
* * time.c: prototype; time_free() to avoid VC++ warnings.usa2002-09-081-0/+2
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-9/+11
* Int vs Long cleanup #3 (ruby-core:352)michal2002-08-281-2/+2
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-271-33/+34
* *.c: Int vs Long cleanupmichal2002-08-211-5/+4
* * array.c (sort_2): *a - *b may overflow.matz2002-08-191-10/+2
* * eval.c (rb_undef): undef should be done for klass, not ruby_class.matz2002-07-311-3/+4
* * range.c (range_step): iteration done using "+" if elements arematz2002-05-301-12/+0
* * time.c (tmcmp, search_time_t): activate unless HAVE_TIMEGM.eban2002-05-291-0/+2
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-291-1/+13
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-1/+3
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-4/+3
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-221-1/+1