aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * configure.in: add check for negative time_t for gmtime(3).matz2001-02-201-0/+8
* * io.c (set_outfile): f should be the FILE* from the assigning value.matz2001-02-161-30/+2
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* matzmatz2000-12-221-0/+4
* matzmatz2000-12-181-0/+4
* matzmatz2000-12-121-4/+4
* matzmatz2000-11-081-5/+0
* 1.6.2 (to be)matz2000-10-171-0/+1
* matzmatz2000-09-071-5/+2
* matzmatz2000-08-311-5/+14
* matzmatz2000-08-241-1/+5
* matzmatz2000-08-151-13/+0
* matzmatz2000-07-071-0/+11
* matzmatz2000-07-061-9/+14
* 2000-06-22matz2000-06-221-3/+7
* 2000-06-19matz2000-06-191-2/+9
* 2000-06-16matz2000-06-161-6/+10
* 2000-06-14matz2000-06-141-1/+1
* 2000-06-14eban2000-06-141-5/+0
* subtle daylight bugmatz2000-06-131-5/+7
* 2000-06-12eban2000-06-121-5/+7
* 2000-06-12matz2000-06-121-21/+68
* 2000-05-12matz2000-05-121-6/+0
* 2000-05-01matz2000-05-011-2/+2
* 2000-03-07matz2000-03-071-8/+1
* 2000-02-29matz2000-02-291-1/+19
* 2000-02-17matz2000-02-171-4/+4