index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* file.c (rb_file_chown): integer conversion should be prior to
matz
2004-11-22
1
-1
/
+1
*
* dir.c (dir_seek): should retrieve dir_data after NUM2INT().
matz
2004-11-21
1
-2
/
+3
*
* dir.c (rb_push_glob): fix overrun. [ruby-dev:24886]
nobu
2004-11-17
1
-2
/
+7
*
* dir.c (rb_glob): should have called rb_glob_caller().
matz
2004-11-11
1
-1
/
+1
*
* dir.c (glob_helper): path is a string object now.
nobu
2004-11-10
1
-2
/
+2
*
* dir.c (rb_glob2): do not allocate buffer from heap to avoid
matz
2004-11-10
1
-66
/
+85
*
* io.c (read_all): block string buffer modification during
matz
2004-10-19
1
-13
/
+6
*
* enum.c (enum_sort_by): do not use qsort directly. use
matz
2004-09-21
1
-24
/
+27
*
* array.c (rb_ary_delete): element comparison might change array
matz
2004-09-17
1
-4
/
+18
*
* dir.c (free_dir): fix memory leak. reported by yamamoto
matz
2004-08-19
1
-1
/
+5
*
Roll in Austin Ziegler's patch
dave
2004-08-09
1
-6
/
+77
*
* dir.c (bracket): use NULL instead of 0.
knu
2004-07-17
1
-3
/
+3
*
* dir.c: RDOC for File::FNM_CASEFOLD was missed.
ocean
2004-06-12
1
-0
/
+3
*
* dir.c (rb_push_glob): simplified code (not change behavior)
ocean
2004-05-06
1
-6
/
+6
*
* dir.c: Updated RDocs.
ocean
2004-04-19
1
-1
/
+2
*
* dir.c: Updated RDocs.
ocean
2004-04-19
1
-25
/
+31
*
* dir.c (rb_push_glob): Dir.glob() should return nil if block is given.
ocean
2004-04-15
1
-71
/
+36
*
* dir.c (rb_glob2, rb_glob, push_globs, push_braces, rb_push_glob):
ocean
2004-04-12
1
-11
/
+22
*
* dir.c (has_magic, find_dirsep): incomplete '[' matches no character
ocean
2004-04-09
1
-20
/
+49
*
* pack.c (pack_pack): use NUM2INT() instead of num2i32().
matz
2004-04-07
1
-4
/
+4
*
* file.c (rb_get_path): get path string via "to_path" method if
matz
2004-04-07
1
-4
/
+4
*
* dir.c (fnmatch_helper): File.fnmatch('\.', '.') should return true.
ocean
2004-03-16
1
-23
/
+26
*
* dir.c (fnmatch):
ocean
2004-03-12
1
-106
/
+132
*
* dir.c (range): Cancel change for incomplete '['. More discussion
ocean
2004-03-08
1
-3
/
+3
*
* dir.c (range): treat incomplete '[' as ordinary character (like
ocean
2004-03-08
1
-30
/
+38
*
* dir.c (glob_helper): '**/' should not match leading period
ocean
2004-02-24
1
-1
/
+2
*
* dir.c (fnmatch): File.fnmatch with FNM_PATHNAME was broken
ocean
2004-02-24
1
-0
/
+1
*
* dir.c (CompareImpl): File.fnmatch and Dir.glob get better performance
ocean
2004-02-16
1
-36
/
+26
*
* dir.c (push_braces): remove wrong const.
ocean
2004-02-15
1
-2
/
+2
*
* ruby.h, dir.c (rb_glob): add const.
ocean
2004-02-15
1
-9
/
+9
*
* dir.c (glob_helper): Dir.glob('**/') did not work.
ocean
2004-02-08
1
-28
/
+31
*
Did some styles (no change to behavior)
ocean
2004-02-07
1
-34
/
+15
*
* dir.c (fnmatch):
ocean
2004-02-07
1
-2
/
+2
*
* dir.c (glob_helper): infinite loop bug in win32 code.
matz
2004-01-29
1
-1
/
+1
*
* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.
matz
2004-01-29
1
-199
/
+326
*
* defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX.
siena
2004-01-21
1
-2
/
+2
*
* dir.c (dir_inspect): new method, Dir#inspect. [ruby-dev:22562]
nobu
2004-01-10
1
-0
/
+24
*
* dir.c (glob_helper): should not recurse in exceptional status.
nobu
2004-01-08
1
-1
/
+1
*
* dir.c (glob_helper): fix memory leak.
nobu
2004-01-07
1
-7
/
+9
*
* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.
matz
2004-01-05
1
-14
/
+20
*
* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.
matz
2004-01-02
1
-242
/
+338
*
Document Class and Dir
dave
2003-12-19
1
-0
/
+305
*
* dir.c (fnmatch): unlike find_dirsep(), rb_path_next() never
nobu
2003-12-18
1
-4
/
+3
*
commit miss
nobu
2003-12-15
1
-1
/
+1
*
* dir.c (check_dirname): check string safety and remove extraneous
nobu
2003-12-15
1
-18
/
+19
*
* gc.c (Init_stack): stack region is far smaller than usual if
matz
2003-11-22
1
-1
/
+6
*
* dir.c (glob_helper): preserve raw order for **.
nobu
2003-08-18
1
-3
/
+4
*
* dir.c (find_dirsep): get rid of warnings.
nobu
2003-06-23
1
-3
/
+3
*
* dir.c (push_braces): do not push_braces() unless rbrace is found.
matz
2003-05-19
1
-1
/
+1
*
* io.c (rb_io_initialize): should check rb_secure(4).
matz
2003-03-25
1
-2
/
+6
[next]