summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2003-01-06* file.c: improve DOSISH drive letter support.usa
2003-01-04* file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32.usa
2003-01-03* file.c (rb_file_s_lchmod): get rid of gcc-3 -O3 warning.nobu
2002-12-31* array.c (rb_ary_transpose): Properly declare ary as a VALUE.knu
2002-12-29* file.c (rb_file_s_chmod): get rid of gcc-3 -O3 warning.nobu
2002-12-21* array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa
2002-12-20* parse.y (do_block): split "do" block and tLBRACE_ARG block.matz
2002-12-19* numeric.c (num_step): use DBL_EPSILON.matz
2002-12-16* file.c (utimbuf): need to define for VC++.usa
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
2002-12-10* sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz
2002-12-02WinCE patch mergedmatz
2002-11-22* file.c (rb_find_file_ext): should not terminate searching withmatz
2002-10-29* eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu
2002-09-06* gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequentmatz
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 instancematz
2002-09-02fix 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-28file.c: fix mem leak in rb_stat_initmichal
2002-08-28Int 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 cleanupmichal
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 ofmatz
2002-06-11new platform [bccwin32] merged.H_Konishi
2002-05-29* parse.y: yyparse #defines moved from intern.hmatz
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-05-01* numeric.c (num_step): better iteration condition for floatmatz
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 inmatz
2002-04-10* variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz
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-19file.c (path_check_1): typomatz
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 linkmatz
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 untermitatedmatz
2001-11-13* signal.c (sighandle): should not re-register sighandler ifmatz
2001-11-08* file.c (path_check_1): forgot to initialize 'p'.matz