aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* update doc.akr2011-01-131-0/+2
* * dir.c: parenthesize macro arguments.akr2010-12-081-15/+15
* * dir.c (dir_initialize): remove useless intermediate variable.nobu2010-10-211-5/+1
* * dir.c (bracket): get rid of scanning at the end of the patternnobu2010-09-201-0/+2
* * class.c (rb_scan_args): Add support for optional keywordknu2010-09-101-2/+1
* * dir.c (sys_warning_1): show error message.nobu2010-08-081-1/+1
* * dir.c (glob_make_pattern): fold continuous PLAINs to get rid ofnobu2010-08-051-14/+20
* * class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c:naruse2010-07-271-2/+2
* * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu2010-07-181-1/+1
* Clarification of what '*' matches. Patch by John Wells <john.wells at greatw...drbrain2010-06-041-1/+4
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-33/+33
* * array.c: Harmonize documentation, in particular regarding:marcandre2010-05-131-0/+6
* * merge some patches from win32-uncode-test branch.usa2010-04-301-0/+20
* * dir.c (push_glob): clear up the previous commit (RB_GC_GUARD canmame2010-04-091-4/+2
* * dir.c (push_glob): add RB_GC_GUARD to prevent str being free'ed.mame2010-04-091-2/+5
* * dir.c (dir_s_glob): get rid of comment starter.nobu2010-01-231-2/+2
* * dir.c (dir_s_glob): add rdoc by Roger Pack. [ruby-core:27669]naruse2010-01-231-0/+3
* * prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr2010-01-121-10/+16
* * dir.c (dir_check): moved other checks from GetDIR.nobu2009-11-031-6/+6
* * dir.c (GetDIR): fixed a variable name.nobu2009-11-031-1/+1
* * dir.c (GlobPathValue), file.c (rb_get_path_check): path namesnobu2009-09-191-1/+4
* * dir.c (GlobPathValue): adjust return types. based on a patchnobu2009-09-181-1/+1
* * dir.c (GlobPathValue): glob allows null bytes as separators.nobu2009-09-181-3/+9
* * dir.c (push_glob): str should be a string always.nobu2009-09-171-3/+3
* * dir.c (dir_data_type): typed.nobu2009-09-091-13/+23
* * dir.c (Init_Dir): alias Dir#path to Dir#to_path. [ruby-core:25326]matz2009-09-031-0/+1
* * dir.c (DEFINE_STRUCT_DIRENT): use union to allocate sufficientmatz2009-08-191-6/+39
* * suppressed shorten-64-to-32 warnings.nobu2009-07-181-2/+2
* * dir.c (push_glob): re-fix GC problem.ko12009-07-151-2/+1
* * dir.c (push_glob): fix GC problem.ko12009-07-151-0/+1
* * io.c: remove __CHECKER__ test.akr2009-06-221-1/+1
* * dir.c (dir_s_getwd): directory path's encoding should be filesystem'susa2009-06-101-0/+1
* * dir.c (dir_s_glob): fixed rdoc. a patch from Joseph Pecoraro atnobu2009-06-091-1/+1
* * dir.c (sys_warning): get rid of type-punning function cast.nobu2009-06-091-6/+7
* * dir.c (glob_helper): C99(gcc)-ism.usa2009-04-221-1/+2
* * dir.c (dir_path, dir_each, glob_helper): use readdir_r() ifnobu2009-04-211-10/+19
* * node.h (rb_notimplement_body_p): declared.akr2009-04-161-10/+9
* * dir.c (bracket): fix escape handling for range character in bracketmame2009-04-161-1/+1
* * dir.c (fnmatch_helper): use rb_enc_precise_mbclen andnaruse2009-04-151-1/+3
* * dir.c (bracket): if same in bytes, path is matching.nobu2009-04-141-2/+5
* * dir.c (bracket, fnmatch_helper): compare bytewise first, to getnobu2009-04-121-31/+42
* * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu2009-03-171-2/+3
* * dir.c (dir_seek): use long for seekdir().nobu2009-03-111-1/+1
* * dir.c (dir_read): don't disable rdoc.akr2009-02-061-3/+4
* * win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function tousa2009-02-061-2/+7
* * dir.c (dir_s_home): new method. [ruby-core:21454]nobu2009-02-021-0/+25
* * dir.c (join_path): use strlcat() to force link.nobu2009-01-251-6/+8
* * dir.c (dir_globs): need taint check. reported by stevematz2008-10-311-1/+1
* * string.c (rb_external_str_new): a new function to convert frommatz2008-10-181-13/+3
* * include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.naruse2008-09-111-1/+1