index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
time.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* time.c (time_arg): initialize v[6] even when argc is 10 to
akr
2003-06-23
1
-0
/
+1
*
* ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)
matz
2003-05-19
1
-22
/
+6
*
* object.c (init_copy): rename copy_object as initialize_copy,
matz
2003-05-19
1
-3
/
+3
*
* eval.c (block_pass): chain previous block to the pushing block.
matz
2003-05-16
1
-16
/
+11
*
* time.c (time_strftime): RSTRING(format)->ptr might become NULL.
nobu
2003-04-09
1
-2
/
+4
*
* time.c (make_time_t): try search_time_t if mktime/timegm is failed.
akr
2003-03-22
1
-29
/
+22
*
* variable.c (rb_obj_classname): new function.
matz
2003-01-31
1
-1
/
+1
*
* time.c (time_arg): was accessing garbage argv value.
matz
2003-01-23
1
-1
/
+1
*
* parse.y (arg): syntaxify tPOW negative number hack.
matz
2003-01-23
1
-19
/
+32
*
Updated Copyrights of Matz to 2003.
michal
2003-01-16
1
-1
/
+1
*
* array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),
usa
2002-12-21
1
-0
/
+1
*
* parse.y (do_block): split "do" block and tLBRACE_ARG block.
matz
2002-12-20
1
-1
/
+1
*
* sprintf.c (rb_f_sprintf): preceding ".." for negative numbers
matz
2002-12-10
1
-3
/
+3
*
* file.c (rb_find_file_ext): should not terminate searching with
matz
2002-11-22
1
-18
/
+5
*
move struct timeval to missing.h
michal
2002-09-17
1
-12
/
+1
*
* time.c (time_free): prototype; struct time_object -> void *.
eban
2002-09-08
1
-2
/
+2
*
* time.c: prototype; time_free() to avoid VC++ warnings.
usa
2002-09-08
1
-0
/
+2
*
* variable.c (rb_copy_generic_ivar): remove old generic instance
matz
2002-09-03
1
-9
/
+11
*
Int vs Long cleanup #3 (ruby-core:352)
michal
2002-08-28
1
-2
/
+2
*
* file.c (rb_find_file): $LOAD_PATH must not be empty.
matz
2002-08-27
1
-33
/
+34
*
*.c: Int vs Long cleanup
michal
2002-08-21
1
-5
/
+4
*
* array.c (sort_2): *a - *b may overflow.
matz
2002-08-19
1
-10
/
+2
*
* eval.c (rb_undef): undef should be done for klass, not ruby_class.
matz
2002-07-31
1
-3
/
+4
*
* range.c (range_step): iteration done using "+" if elements are
matz
2002-05-30
1
-12
/
+0
*
* time.c (tmcmp, search_time_t): activate unless HAVE_TIMEGM.
eban
2002-05-29
1
-0
/
+2
*
* parse.y: yyparse #defines moved from intern.h
matz
2002-05-29
1
-1
/
+13
*
* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.
matz
2002-04-24
1
-1
/
+3
*
* re.c (rb_reg_expr_str): should treat backslash specially in
matz
2002-04-18
1
-4
/
+3
*
* the VMS support patch submitted by Akiyoshi, Masamichi
matz
2002-03-22
1
-1
/
+1
*
* eval.c (cvar_cbase): utility function to find innermost non
matz
2002-03-08
1
-3
/
+10
*
* intern.h: prototypes for new functions; rb_cstr_to_inum(),
nobu
2002-02-01
1
-1
/
+1
*
* time.c (time_timeval): wrong cast to time_t.
matz
2001-12-22
1
-5
/
+5
*
* parse.y (str_extend): make up "#$;" handling.
matz
2001-12-22
1
-0
/
+2
*
* time.c (time_plus): result should not be negative unless
matz
2001-12-21
1
-22
/
+49
*
* string.c (rb_str_replace): swap arguments of OBJ_INFECT.
matz
2001-12-18
1
-7
/
+9
*
* time.c: new method `gmtoff', `gmt_offset' and `utc_offset'.
akr
2001-12-17
1
-12
/
+128
*
* time.c (time_new_internal): avoid loop to calculate negative
matz
2001-12-13
1
-13
/
+28
*
* array.c (rb_ary_modify): should copy the internal buffer if the
matz
2001-12-10
1
-6
/
+49
*
* time.c (time_plus): must detect result overflow.
matz
2001-12-03
1
-23
/
+39
*
* parse.y (str_extend): shuould allow interpolation of $-x.
matz
2001-10-29
1
-6
/
+6
*
* marshal.c (r_object): better allocation type check for
matz
2001-10-03
1
-13
/
+1
*
* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.
matz
2001-10-02
1
-1
/
+1
*
* ruby.c (proc_options): unexpected SecurityError happens when -T4.
matz
2001-05-30
1
-88
/
+162
*
* eval.c (rb_yield_0): need argument adjustment for C defined
matz
2001-05-24
1
-89
/
+155
*
* array.c (rb_ary_and): should not push frozen key string.
matz
2001-05-16
1
-5
/
+18
*
* eval.c (block_pass): should not downgrade safe level.
matz
2001-05-02
1
-24
/
+36
*
* time.c (rb_strftime): check whether strftime returns empty string.
eban
2001-03-26
1
-1
/
+1
*
* gc.c (id2ref): sometimes confused symbol and reference.
matz
2001-03-21
1
-0
/
+3
*
* time.c (time_timeval): negative time interval shoule not be
matz
2001-02-27
1
-15
/
+13
*
* configure.in: add check for negative time_t for gmtime(3).
matz
2001-02-20
1
-0
/
+8
[next]