summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2003-08-18* dir.c (glob_helper): preserve raw order for **.nobu
2003-06-23* dir.c (find_dirsep): get rid of warnings.nobu
2003-05-19* dir.c (push_braces): do not push_braces() unless rbrace is found.matz
2003-03-25* io.c (rb_io_initialize): should check rb_secure(4).matz
2003-03-04* io.c (rb_io_popen): do not call rb_io_close() directly, callmatz
2003-01-16Updated Copyrights of Matz to 2003.michal
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-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
2002-12-02WinCE patch mergedmatz
2002-11-22* file.c (rb_find_file_ext): should not terminate searching withmatz
2002-09-25* dir.c (glob_helper): must not closedir() when exception raisednobu
2002-09-13* dir.c (glob_func_caller): add prototype to get rid of warning.nobu
2002-09-12* dir.c (glob_helper): should pass matched path. (ruby-bugs-ja:PR#333)nobu
2002-09-12* dir.c (glob_helper): fixed freeing buffer. (ruby-bugs-ja:PR#332)nobu
2002-09-12* dir.c (glob_helper): prevent memory leak using rb_protect().matz
2002-06-15* dir.c (glob_helper): Use lstat() instead of stat() so it catchesknu
2002-05-11* dir.c (glob_helper): remove escaping backslashes.nobu
2002-05-04Back out the previous commit which was incorrect. I misread theknu
2002-05-03* dir.c (fnmatch): Make PERIOD() independent of FNM_PATHNAME.knu
2002-04-18* re.c (rb_reg_expr_str): should treat backslash specially inmatz
2002-04-10* dir.c (glob_helper): should have proceed link when link->pathmatz
2002-03-25* regex.c (mbc_startpos_func): VC6 seems to be unable tonobu
2002-03-25* dir.c (rb_push_glob): local variable 'maxnest' wasnobu
2002-03-25* ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz
2002-03-13* dir.c (rb_push_glob): avoid SEGV when no block given.nobu
2002-03-13* dir.c: FNM_PERIOD is obsoleted and FNM_DOTMATCH is introducedknu
2002-02-18* parse.y (expr_value, arg_value, primary_value): value_expr()matz
2002-02-13* parse.y (stmt): local variable declaration order was changedmatz
2002-01-25* class.c (rb_include_module): detect cyclic module inclusion.matz
2002-01-21* eval.c (ruby_stop): should not trace error handler.matz
2002-01-18* io.c (rb_io_s_new): block check moved from initialize to thismatz
2001-11-08* process.c (security): always give warning for insecure PATH.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-06* dir.c (dir_s_chdir): raise if environment variable HOME/LOGDIRnobu
2001-07-14* regex.c (re_search): should consider reverse search.matz
2001-07-02* error.c (exc_exception): clone the receiver exception instead ofmatz
2001-06-13* dir.c (Init_Dir): add a new method File::fnmatch? along withknu
2001-05-27* dir.c (glob_helper): teach has_magic() to handle flags and getknu
2001-05-16* array.c (rb_ary_and): should not push frozen key string.matz
2001-05-11* bignum.c (bigdivrem): access boundary bug.matz
2001-05-06forgot some checkins.matz
2001-05-02* dir.c (rb_glob, rb_globi): remove unnecessary FNM_PATHNAME.eban
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-04-01* win32/win32.c: use ruby's opendir on mingw32.eban
2001-03-28* object.c (rb_str2cstr): warn if string contains \0 and lengthmatz
2001-03-21* ruby.h: rb_sys_stat -> statmatz
2001-03-21* gc.c (id2ref): sometimes confused symbol and reference.matz