summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
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
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 formatz
2001-09-19* string.c (rb_str_init): String.new() => ""matz
2001-09-08* eval.c (rb_thread_restore_context): save current value ofmatz
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_VERSIONmatz
2001-07-30* file.c (rb_file_s_expand_path): scans per path element not pernobu
2001-07-27* eval.c (rb_provided): extension should be guessed usingmatz
2001-07-26* file.c (rb_find_file_noext, rb_find_file): fix tilde expansioneban
2001-07-24* file.c (strrdirsep): multi-byte pathname and DOSish separaternobu
2001-07-24* eval.c (rb_provide_feature): should not tweak extension used formatz
2001-07-18* regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz
2001-07-16* file.c (file_load_ok): fix typo.usa
2001-07-14* regex.c (re_search): should consider reverse search.matz
2001-06-19* eval.c (rb_f_require): searches ".rb" and ".so" at the samematz
2001-06-01* parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntaxmatz
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-11* bignum.c (bigdivrem): access boundary bug.matz
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-03-28* object.c (rb_str2cstr): warn if string contains \0 and lengthmatz
2001-03-26* eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz
2001-03-21* ruby.h: rb_sys_stat -> statmatz
2001-03-21* gc.c (id2ref): sometimes confused symbol and reference.matz
2001-03-19* dir.c (glob_helper): replace lstat() by stat() to follow symlinkmatz
2001-02-24* file.c (rb_file_s_rename): avoid Cygwin's bug.eban
2001-02-16* io.c (set_outfile): f should be the FILE* from the assigning value.matz
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