| Commit message (Expand) | Author | Age | Files | Lines |
* | * dir.c (dir_initialize): get rid of "unused return: argc = rb_scan_args()" | kosaki | 2012-06-19 | 1 | -1/+1 |
* | documentation for Dir.exist? | nobu | 2012-06-17 | 1 | -2/+18 |
* | Imports Ruby's port to NativeClient (a.k.a NaCl). | yugui | 2012-05-17 | 1 | -0/+4 |
* | * reduce UNREACHABLE. | nobu | 2012-04-15 | 1 | -6/+2 |
* | * variable.c (trace_ev): Removed "not reached" comment as this line is | drbrain | 2012-04-14 | 1 | -1/+2 |
* | * dir.c (dir_inspect), io.c (rb_io_inspect): keep encoding of path. | nobu | 2012-02-24 | 1 | -2/+6 |
* | * dir.c (dir_initialize): keep path in original encoding. | nobu | 2012-02-24 | 1 | -3/+5 |
* | * dir.c, file.c, io.c (rb_sys_fail_path): use rb_sys_fail_str. | nobu | 2012-02-24 | 1 | -1/+1 |
* | * dir.c, file.c, io.c: use rb_sys_fail_path. | nobu | 2012-02-24 | 1 | -5/+7 |
* | * dir.c (fnmatch): The * needs to be escaped to avoid formatting in | naruse | 2012-02-10 | 1 | -1/+1 |
* | * file.c (rb_enc_path_next, rb_enc_path_skip_prefix) | nobu | 2012-01-25 | 1 | -3/+8 |
* | * dir.c (dir_chdir, check_dirname): get rid of optimization-out. | nobu | 2012-01-21 | 1 | -10/+7 |
* | * bignum.c (big_rshift), compile.c (validate_label, | nobu | 2011-12-05 | 1 | -2/+1 |
* | * include/ruby/defines.h: remove NextStep, OpenStep, Rhapsody | kosaki | 2011-09-26 | 1 | -6/+1 |
* | * dir.c: Two small documentation fixes. [Bug #5302] | ayumin | 2011-09-10 | 1 | -2/+2 |
* | * dir.c: Make RDoc more precise about order of Dir.glob | marcandre | 2011-06-27 | 1 | -1/+2 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -2/+1 |
* | * win32/{win32.c,dir.h} (rb_w32_uopendir): new API to pass UTF-8 path. | usa | 2011-04-28 | 1 | -3/+17 |
* | update doc. | akr | 2011-01-13 | 1 | -0/+2 |
* | * dir.c: parenthesize macro arguments. | akr | 2010-12-08 | 1 | -15/+15 |
* | * 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 |