index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
time.c
Age
Commit message (
Expand
)
Author
2002-09-17
move struct timeval to missing.h
michal
2002-09-08
* time.c (time_free): prototype; struct time_object -> void *.
eban
2002-09-08
* time.c: prototype; time_free() to avoid VC++ warnings.
usa
2002-09-03
* variable.c (rb_copy_generic_ivar): remove old generic instance
matz
2002-08-28
Int vs Long cleanup #3 (ruby-core:352)
michal
2002-08-27
* file.c (rb_find_file): $LOAD_PATH must not be empty.
matz
2002-08-21
*.c: Int vs Long cleanup
michal
2002-08-19
* array.c (sort_2): *a - *b may overflow.
matz
2002-07-31
* eval.c (rb_undef): undef should be done for klass, not ruby_class.
matz
2002-05-30
* range.c (range_step): iteration done using "+" if elements are
matz
2002-05-29
* time.c (tmcmp, search_time_t): activate unless HAVE_TIMEGM.
eban
2002-05-29
* parse.y: yyparse #defines moved from intern.h
matz
2002-04-24
* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.
matz
2002-04-18
* re.c (rb_reg_expr_str): should treat backslash specially in
matz
2002-03-22
* the VMS support patch submitted by Akiyoshi, Masamichi
matz
2002-03-08
* eval.c (cvar_cbase): utility function to find innermost non
matz
2002-02-01
* intern.h: prototypes for new functions; rb_cstr_to_inum(),
nobu
2001-12-22
* time.c (time_timeval): wrong cast to time_t.
matz
2001-12-22
* parse.y (str_extend): make up "#$;" handling.
matz
2001-12-21
* time.c (time_plus): result should not be negative unless
matz
2001-12-18
* string.c (rb_str_replace): swap arguments of OBJ_INFECT.
matz
2001-12-17
* time.c: new method `gmtoff', `gmt_offset' and `utc_offset'.
akr
2001-12-13
* time.c (time_new_internal): avoid loop to calculate negative
matz
2001-12-10
* array.c (rb_ary_modify): should copy the internal buffer if the
matz
2001-12-03
* time.c (time_plus): must detect result overflow.
matz
2001-10-29
* parse.y (str_extend): shuould allow interpolation of $-x.
matz
2001-10-03
* marshal.c (r_object): better allocation type check for
matz
2001-10-02
* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.
matz
2001-05-30
* ruby.c (proc_options): unexpected SecurityError happens when -T4.
matz
2001-05-24
* eval.c (rb_yield_0): need argument adjustment for C defined
matz
2001-05-16
* array.c (rb_ary_and): should not push frozen key string.
matz
2001-05-02
* eval.c (block_pass): should not downgrade safe level.
matz
2001-03-26
* time.c (rb_strftime): check whether strftime returns empty string.
eban
2001-03-21
* gc.c (id2ref): sometimes confused symbol and reference.
matz
2001-02-27
* time.c (time_timeval): negative time interval shoule not be
matz
2001-02-20
* configure.in: add check for negative time_t for gmtime(3).
matz
2001-02-16
* io.c (set_outfile): f should be the FILE* from the assigning value.
matz
2001-02-14
* dir.c (dir_s_glob): supprt backslash escape of metacharacters
matz
2000-12-22
matz
matz
2000-12-18
matz
matz
2000-12-12
matz
matz
2000-11-08
matz
matz
2000-10-17
1.6.2 (to be)
matz
2000-09-07
matz
matz
2000-08-31
matz
matz
2000-08-24
matz
matz
2000-08-15
matz
matz
2000-07-07
matz
matz
2000-07-06
matz
matz
2000-06-22
2000-06-22
matz
[next]