summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2003-06-23* string.c (rb_str_upto): generate sequence according to "succ"matz
2003-06-20* parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz
2003-05-19* object.c (init_copy): rename copy_object as initialize_copy,matz
2003-05-01* regex.c (re_match_exec): $ _always_ matches at the end of string.matz
2003-04-14* file.c (file_expand_path): root must follow buf whennobu
2003-04-14* rubyio.h (struct OpenFile): add error raise flag to finalizer.matz
2003-04-11* file.c (rb_stat): dereference using StringValuePtr().matz
2003-03-10* file.c (rb_find_file): need world writable directory check formatz
2003-02-20* file.c (file_expand_path): fix wrong behavior for root file.nobu
2003-02-20* file.c (file_expand_path): should not upward beyond share name.nobu
2003-02-17*** empty log message ***nobu
2003-02-16* file.c (file_expand_path): buffer might be reallocated whilenobu
2003-02-14* file.c (file_expand_path): fix surplus path separators whilenobu
2003-02-13*** empty log message ***nobu
2003-02-13* range.c (range_step): step might be float 0 < x < 1.matz
2003-02-12* file.c (rb_file_s_dirname): append "." if drive only.nobu
2003-02-12* file.c (strrdirsep): ignore trailing directory separators.nobu
2003-01-31* variable.c (rb_obj_classname): new function.matz
2003-01-29* file.c (rb_file_s_expand_path): removed a sludge.nobu
2003-01-19* file.c (eaccess): under windows, make eaccess() just callusa
2003-01-16Updated Copyrights of Matz to 2003.michal
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