| Commit message (Expand) | Author | Age | Files | Lines |
* | * dir.c (dir_initialize): remove useless intermediate variable. | nobu | 2010-10-21 | 1 | -5/+1 |
* | * dir.c (bracket): get rid of scanning at the end of the pattern | nobu | 2010-09-20 | 1 | -0/+2 |
* | * class.c (rb_scan_args): Add support for optional keyword | knu | 2010-09-10 | 1 | -2/+1 |
* | * dir.c (sys_warning_1): show error message. | nobu | 2010-08-08 | 1 | -1/+1 |
* | * dir.c (glob_make_pattern): fold continuous PLAINs to get rid of | nobu | 2010-08-05 | 1 | -14/+20 |
* | * class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c: | naruse | 2010-07-27 | 1 | -2/+2 |
* | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu | 2010-07-18 | 1 | -1/+1 |
* | Clarification of what '*' matches. Patch by John Wells <john.wells at greatw... | drbrain | 2010-06-04 | 1 | -1/+4 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -33/+33 |
* | * array.c: Harmonize documentation, in particular regarding: | marcandre | 2010-05-13 | 1 | -0/+6 |
* | * merge some patches from win32-uncode-test branch. | usa | 2010-04-30 | 1 | -0/+20 |
* | * dir.c (push_glob): clear up the previous commit (RB_GC_GUARD can | mame | 2010-04-09 | 1 | -4/+2 |
* | * dir.c (push_glob): add RB_GC_GUARD to prevent str being free'ed. | mame | 2010-04-09 | 1 | -2/+5 |
* | * dir.c (dir_s_glob): get rid of comment starter. | nobu | 2010-01-23 | 1 | -2/+2 |
* | * dir.c (dir_s_glob): add rdoc by Roger Pack. [ruby-core:27669] | naruse | 2010-01-23 | 1 | -0/+3 |
* | * prelude.rb (require_relative): use File.realpath. [ruby-dev:40040] | akr | 2010-01-12 | 1 | -10/+16 |
* | * dir.c (dir_check): moved other checks from GetDIR. | nobu | 2009-11-03 | 1 | -6/+6 |
* | * dir.c (GetDIR): fixed a variable name. | nobu | 2009-11-03 | 1 | -1/+1 |
* | * dir.c (GlobPathValue), file.c (rb_get_path_check): path names | nobu | 2009-09-19 | 1 | -1/+4 |
* | * dir.c (GlobPathValue): adjust return types. based on a patch | nobu | 2009-09-18 | 1 | -1/+1 |
* | * dir.c (GlobPathValue): glob allows null bytes as separators. | nobu | 2009-09-18 | 1 | -3/+9 |
* | * dir.c (push_glob): str should be a string always. | nobu | 2009-09-17 | 1 | -3/+3 |
* | * dir.c (dir_data_type): typed. | nobu | 2009-09-09 | 1 | -13/+23 |
* | * dir.c (Init_Dir): alias Dir#path to Dir#to_path. [ruby-core:25326] | matz | 2009-09-03 | 1 | -0/+1 |
* | * dir.c (DEFINE_STRUCT_DIRENT): use union to allocate sufficient | matz | 2009-08-19 | 1 | -6/+39 |
* | * suppressed shorten-64-to-32 warnings. | nobu | 2009-07-18 | 1 | -2/+2 |
* | * dir.c (push_glob): re-fix GC problem. | ko1 | 2009-07-15 | 1 | -2/+1 |
* | * dir.c (push_glob): fix GC problem. | ko1 | 2009-07-15 | 1 | -0/+1 |
* | * io.c: remove __CHECKER__ test. | akr | 2009-06-22 | 1 | -1/+1 |
* | * dir.c (dir_s_getwd): directory path's encoding should be filesystem's | usa | 2009-06-10 | 1 | -0/+1 |
* | * dir.c (dir_s_glob): fixed rdoc. a patch from Joseph Pecoraro at | nobu | 2009-06-09 | 1 | -1/+1 |
* | * dir.c (sys_warning): get rid of type-punning function cast. | nobu | 2009-06-09 | 1 | -6/+7 |
* | * dir.c (glob_helper): C99(gcc)-ism. | usa | 2009-04-22 | 1 | -1/+2 |
* | * dir.c (dir_path, dir_each, glob_helper): use readdir_r() if | nobu | 2009-04-21 | 1 | -10/+19 |
* | * node.h (rb_notimplement_body_p): declared. | akr | 2009-04-16 | 1 | -10/+9 |
* | * dir.c (bracket): fix escape handling for range character in bracket | mame | 2009-04-16 | 1 | -1/+1 |
* | * dir.c (fnmatch_helper): use rb_enc_precise_mbclen and | naruse | 2009-04-15 | 1 | -1/+3 |
* | * dir.c (bracket): if same in bytes, path is matching. | nobu | 2009-04-14 | 1 | -2/+5 |
* | * dir.c (bracket, fnmatch_helper): compare bytewise first, to get | nobu | 2009-04-12 | 1 | -31/+42 |
* | * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c, | nobu | 2009-03-17 | 1 | -2/+3 |
* | * dir.c (dir_seek): use long for seekdir(). | nobu | 2009-03-11 | 1 | -1/+1 |
* | * dir.c (dir_read): don't disable rdoc. | akr | 2009-02-06 | 1 | -3/+4 |
* | * win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function to | usa | 2009-02-06 | 1 | -2/+7 |
* | * dir.c (dir_s_home): new method. [ruby-core:21454] | nobu | 2009-02-02 | 1 | -0/+25 |
* | * dir.c (join_path): use strlcat() to force link. | nobu | 2009-01-25 | 1 | -6/+8 |
* | * dir.c (dir_globs): need taint check. reported by steve | matz | 2008-10-31 | 1 | -1/+1 |
* | * string.c (rb_external_str_new): a new function to convert from | matz | 2008-10-18 | 1 | -13/+3 |
* | * include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int. | naruse | 2008-09-11 | 1 | -1/+1 |
* | * dir.c (dir_initialize): rename option name of Dir.open | naruse | 2008-09-08 | 1 | -15/+15 |
* | * dir.c (dir_enc_str_new): set US-ASCII to the path | naruse | 2008-08-22 | 1 | -0/+4 |