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
/
file.c
Age
Commit message (
Expand
)
Author
2002-09-06
* gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequent
matz
2002-09-05
* file.c (rb_path_check): nothing to check under DOSISH.
nobu
2002-09-03
* variable.c (rb_copy_generic_ivar): remove old generic instance
matz
2002-09-02
fix mem leak in rb_file_s_readlink() (ruby-core:394)
michal
2002-08-29
* array.c (rb_ary_become): should not free ptr if it's shared.
matz
2002-08-28
file.c: fix mem leak in rb_stat_init
michal
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-20
* file.c (rb_file_s_expand_path): accept drive letter on Cygwin.
eban
2002-08-12
* bignum.c (rb_big_cmp): use dbl2big() for Floats, instead of
matz
2002-06-11
new platform [bccwin32] merged.
H_Konishi
2002-05-29
* parse.y: yyparse #defines moved from intern.h
matz
2002-05-14
* eval.c (rb_clear_cache_by_class): new function.
matz
2002-05-01
* numeric.c (num_step): better iteration condition for float
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-04-10
* variable.c (rb_obj_remove_instance_variable): raise NameError if
matz
2002-03-20
* eval.c (is_defined): should check receiver only once.
matz
2002-03-14
* re.c (rb_reg_match): should clear $~ if operand is nil.
matz
2002-02-22
* bignum.c (get2comp): need to specify to carry or not.
matz
2002-02-19
* file.c (path_check_1): do not fail on world writable *parent*
nobu
2002-02-19
* file.c (path_check_1): do not warn on world writable *parent*
matz
2002-02-19
file.c (path_check_1): typo
matz
2002-02-19
* file.c (path_check_1): should check directory sticky bits.
matz
2002-02-05
* io.c (fptr_finalize): should raise error when fclose fails.
matz
2002-02-04
* file.c (rb_file_s_expand_path): should terminate.
nobu
2002-02-04
* object.c (rb_class_real): should not follow ICLASS link
matz
2002-02-01
* file.c (rb_stat_inspect): print dev, rdev in hexadecimal.
matz
2002-01-29
* file.c: `major' and `minor' macro needs sys/mkdev.h on SunOS 5.x.
akr
2002-01-29
* file.c (rb_stat_rdev_major): added. [new]
matz
2002-01-23
* array.c (Init_Array): remove Array#filter.
matz
2001-12-18
* string.c (rb_str_replace): swap arguments of OBJ_INFECT.
matz
2001-11-19
* parse.y (parse_regx): should raise error on untermitated
matz
2001-11-13
* signal.c (sighandle): should not re-register sighandler if
matz
2001-11-08
* file.c (path_check_1): forgot to initialize 'p'.
matz
2001-11-08
* process.c (security): always give warning for insecure PATH.
matz
2001-10-29
* parse.y (str_extend): shuould allow interpolation of $-x.
matz
2001-10-10
* file.c (rb_stat_clone): should copy internal data too.
matz
2001-10-03
* marshal.c (r_object): better allocation type check for
matz
2001-09-19
* string.c (rb_str_init): String.new() => ""
matz
2001-09-08
* eval.c (rb_thread_restore_context): save current value of
matz
2001-09-05
* file.c (rb_find_file_ext): add const qualifiers to ext.
nobu
2001-09-03
* ruby.c (proc_options): should not alter origargv[].
matz
2001-08-23
* eval.c (is_defined): should not dump core for "defined?(())".
matz
2001-08-01
* file.c (strrdirsep): removed meaningless code.
nobu
2001-07-31
* marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSION
matz
2001-07-30
* file.c (rb_file_s_expand_path): scans per path element not per
nobu
2001-07-27
* eval.c (rb_provided): extension should be guessed using
matz
2001-07-26
* file.c (rb_find_file_noext, rb_find_file): fix tilde expansion
eban
[next]