index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* dir.c (glob_helper): must not closedir() when exception raised
nobu
2002-09-25
1
-3
/
+3
*
* dir.c (glob_func_caller): add prototype to get rid of warning.
nobu
2002-09-13
1
-2
/
+5
*
* dir.c (glob_helper): should pass matched path. (ruby-bugs-ja:PR#333)
nobu
2002-09-12
1
-1
/
+1
*
* dir.c (glob_helper): fixed freeing buffer. (ruby-bugs-ja:PR#332)
nobu
2002-09-12
1
-0
/
+2
*
* dir.c (glob_helper): prevent memory leak using rb_protect().
matz
2002-09-12
1
-21
/
+65
*
* dir.c (glob_helper): Use lstat() instead of stat() so it catches
knu
2002-06-15
1
-1
/
+1
*
* dir.c (glob_helper): remove escaping backslashes.
nobu
2002-05-11
1
-2
/
+4
*
Back out the previous commit which was incorrect. I misread the
knu
2002-05-04
1
-1
/
+1
*
* dir.c (fnmatch): Make PERIOD() independent of FNM_PATHNAME.
knu
2002-05-03
1
-1
/
+1
*
* re.c (rb_reg_expr_str): should treat backslash specially in
matz
2002-04-18
1
-3
/
+3
*
* dir.c (glob_helper): should have proceed link when link->path
matz
2002-04-10
1
-4
/
+4
*
* regex.c (mbc_startpos_func): VC6 seems to be unable to
nobu
2002-03-25
1
-2
/
+2
*
* dir.c (rb_push_glob): local variable 'maxnest' was
nobu
2002-03-25
1
-1
/
+1
*
* ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not be
matz
2002-03-25
1
-1
/
+3
*
* dir.c (rb_push_glob): avoid SEGV when no block given.
nobu
2002-03-13
1
-1
/
+1
*
* dir.c: FNM_PERIOD is obsoleted and FNM_DOTMATCH is introduced
knu
2002-03-13
1
-33
/
+69
*
* parse.y (expr_value, arg_value, primary_value): value_expr()
matz
2002-02-18
1
-13
/
+6
*
* parse.y (stmt): local variable declaration order was changed
matz
2002-02-13
1
-3
/
+0
*
* class.c (rb_include_module): detect cyclic module inclusion.
matz
2002-01-25
1
-2
/
+2
*
* eval.c (ruby_stop): should not trace error handler.
matz
2002-01-21
1
-2
/
+10
*
* io.c (rb_io_s_new): block check moved from initialize to this
matz
2002-01-18
1
-4
/
+7
*
* process.c (security): always give warning for insecure PATH.
matz
2001-11-08
1
-13
/
+9
*
* marshal.c (r_object): better allocation type check for
matz
2001-10-03
1
-5
/
+2
*
* string.c (rb_str_init): String.new() => ""
matz
2001-09-19
1
-31
/
+55
*
* eval.c (rb_thread_restore_context): save current value of
matz
2001-09-08
1
-1
/
+8
*
* dir.c (dir_s_chdir): raise if environment variable HOME/LOGDIR
nobu
2001-09-06
1
-11
/
+15
*
* regex.c (re_search): should consider reverse search.
matz
2001-07-14
1
-4
/
+11
*
* error.c (exc_exception): clone the receiver exception instead of
matz
2001-07-02
1
-3
/
+5
*
* dir.c (Init_Dir): add a new method File::fnmatch? along with
knu
2001-06-13
1
-4
/
+36
*
* dir.c (glob_helper): teach has_magic() to handle flags and get
knu
2001-05-27
1
-17
/
+22
*
* array.c (rb_ary_and): should not push frozen key string.
matz
2001-05-16
1
-2
/
+1
*
* bignum.c (bigdivrem): access boundary bug.
matz
2001-05-11
1
-3
/
+3
*
forgot some checkins.
matz
2001-05-06
1
-2
/
+4
*
* dir.c (rb_glob, rb_globi): remove unnecessary FNM_PATHNAME.
eban
2001-05-02
1
-2
/
+2
*
* eval.c (block_pass): should not downgrade safe level.
matz
2001-05-02
1
-7
/
+8
*
* win32/win32.c: use ruby's opendir on mingw32.
eban
2001-04-01
1
-3
/
+3
*
* object.c (rb_str2cstr): warn if string contains \0 and length
matz
2001-03-28
1
-6
/
+6
*
* ruby.h: rb_sys_stat -> stat
matz
2001-03-21
1
-4
/
+4
*
* gc.c (id2ref): sometimes confused symbol and reference.
matz
2001-03-21
1
-28
/
+32
*
* win32/win32.c (win32_stat): UNC support.
eban
2001-03-20
1
-1
/
+1
*
* dir.c (glob_helper): replace lstat() by stat() to follow symlink
matz
2001-03-19
1
-21
/
+22
*
* dir.c (dir_s_chdir): block form of Dir.chdir. (RCR#U016).
matz
2001-03-16
1
-10
/
+39
*
* dir.c (rb_glob_helper): fix drive letter handling on DOSISH.
eban
2001-03-13
1
-1
/
+9
*
* string.c (rb_str_delete_bang): delete! should take at least 1
matz
2001-02-28
1
-1
/
+1
*
* time.c (time_timeval): negative time interval shoule not be
matz
2001-02-27
1
-2
/
+1
*
* string.c (rb_str_substr): "a"[1,2] should return ""; need
matz
2001-02-19
1
-24
/
+43
*
* process.c (proc_waitall): new method based on a patch from Brian
matz
2001-02-15
1
-2
/
+2
*
* dir.c (dir_s_glob): supprt backslash escape of metacharacters
matz
2001-02-14
1
-12
/
+36
*
* dir.c (lstat): should use rb_sys_stat if lstat(2) is not
eban
2001-02-13
1
-0
/
+4
*
* io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2
matz
2001-02-13
1
-5
/
+16
[next]