summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2002-10-26* array.c, class.c, eval.c, file.c, gc.c, node.h, numeric.c,knu
2002-09-25* eval.c (ruby_run): should set toplevel visibility again here.matz
2002-09-05* file.c (rb_path_check): nothing to check under DOSISH.nobu
2002-08-20* file.c (rb_file_s_expand_path): accept drive letter on Cygwin.eban
2002-05-29* time.c (time_arg): nil test against v[6] (usec).matz
2002-05-01* file.c (rb_find_file): load must be done from an abolute path ifmatz
2002-03-26* file.c (rb_file_s_expand_path): Do not free the pointer obtainedknu
2002-03-20* eval.c (is_defined): should check receiver only once.matz
2001-11-07* dir.c (my_getcwd): do not rely on MAXPATHLEN.matz
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-09-18small last minute changes (eval.c, file.c)matz
2001-09-06* file.c (rb_find_file_ext): add const qualifiers to ext.nobu
2001-09-03* io.c (rb_io_popen): accept integer flags as mode.matz
2001-08-23* eval.c (is_defined): should not dump core for "defined?(())".matz
2001-07-31* file.c (rb_file_s_expand_path): expanded path should not endnobu
2001-07-27* eval.c (rb_eval): add CHECK_INTS before next, redo, retry tomatz
2001-07-26* file.c (rb_find_file_noext, rb_find_file): fix tilde expansioneban
2001-07-24* eval.c (rb_provide_feature): should not tweak extension used formatz
2001-07-19back port from 1.7matz
2001-07-16* eval.c (proc_invoke): should preserve iter status for embeddedmatz
2001-07-06* eval.c (rb_f_require): move rb_file_s_expand_path frommatz
2001-06-19* eval.c (rb_f_require): searches ".rb" and ".so" at the samematz
2001-06-01* file.c (rb_file_s_unlink): should not allow if $SAFE >= 2.matz
2001-05-08* eval.c (is_defined): core dumped during instance_eval formatz
2001-04-16* regex.c (calculate_must_string): wrong length calculation.matz
2001-04-09* file.c (rb_file_lstat): stat_new_0 -> stat_newmatz
2001-04-09* file.c (rb_file_s_lstat): stat_new_0 -> stat_neweban
2001-04-09* file.c (Init_File): should redifine "new" class method.matz
2001-04-09* file.c (Init_File): should redifine "new" class method.matz
2001-04-06* variable.c (rb_const_get): no recursion to show full class pathmatz
2001-02-24* file.c (rb_file_s_rename): avoid Cygwin's bug.eban
2001-02-09* win32/win32.c (win32_stat): replace stat for enable when pathnameusa
2001-02-08* parse.y (parse_quotedwords): %w should allow parenthesis escape.matz
2001-01-09* file.c (path_check_1): should restore modified path.matz
2000-11-13matzmatz
2000-10-171.6.2 (to be)matz
2000-10-13matzmatz
2000-10-10matzmatz
2000-09-25matzmatz
2000-09-22ebaneban
2000-09-22matzmatz
2000-09-21matzmatz
2000-09-18matzmatz
2000-08-24matzmatz
2000-08-07matzmatz
2000-06-192000-06-19matz
2000-06-122000-06-12matz
2000-06-072000-06-08eban
2000-05-312000-05-31matz
2000-05-302000-05-30matz