aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * eval.c (cvar_cbase): utility function to find innermost nonmatz2002-03-081-3/+10
* * intern.h: prototypes for new functions; rb_cstr_to_inum(),nobu2002-02-011-1/+1
* * time.c (time_timeval): wrong cast to time_t.matz2001-12-221-5/+5
* * parse.y (str_extend): make up "#$;" handling.matz2001-12-221-0/+2
* * time.c (time_plus): result should not be negative unlessmatz2001-12-211-22/+49
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-181-7/+9
* * time.c: new method `gmtoff', `gmt_offset' and `utc_offset'.akr2001-12-171-12/+128
* * time.c (time_new_internal): avoid loop to calculate negativematz2001-12-131-13/+28
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-6/+49
* * time.c (time_plus): must detect result overflow.matz2001-12-031-23/+39
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-6/+6
* * marshal.c (r_object): better allocation type check formatz2001-10-031-13/+1
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-021-1/+1
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-88/+162
* * eval.c (rb_yield_0): need argument adjustment for C definedmatz2001-05-241-89/+155
* * array.c (rb_ary_and): should not push frozen key string.matz2001-05-161-5/+18
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-24/+36
* * time.c (rb_strftime): check whether strftime returns empty string.eban2001-03-261-1/+1
* * gc.c (id2ref): sometimes confused symbol and reference.matz2001-03-211-0/+3
* * time.c (time_timeval): negative time interval shoule not bematz2001-02-271-15/+13