ruby-changes:40079
From: kosaki <ko1@a...>
Date: Sun, 18 Oct 2015 10:17:55 +0900 (JST)
Subject: [ruby-changes:40079] kosaki:r52160 (trunk): * include/ruby/defines.h (DOSISH): add comments.
kosaki 2015-10-18 10:17:50 +0900 (Sun, 18 Oct 2015) New Revision: 52160 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52160 Log: * include/ruby/defines.h (DOSISH): add comments. Modified files: trunk/ChangeLog trunk/include/ruby/defines.h Index: include/ruby/defines.h =================================================================== --- include/ruby/defines.h (revision 52159) +++ include/ruby/defines.h (revision 52160) @@ -148,6 +148,11 @@ void xfree(void*); https://github.com/ruby/ruby/blob/trunk/include/ruby/defines.h#L148 #endif #if defined(_WIN32) || defined(__EMX__) +/* + DOSISH mean MS-Windows style filesystem. + But you should use more precise macros like DOSISH_DRIVE_LETTER, PATH_SEP, + ENV_IGNORECASE or CASEFOLD_FILESYSTEM. + */ #define DOSISH 1 # define DOSISH_DRIVE_LETTER #endif Index: ChangeLog =================================================================== --- ChangeLog (revision 52159) +++ ChangeLog (revision 52160) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Oct 18 08:50:15 2015 KOSAKI Motohiro <kosaki.motohiro@g...> + + * include/ruby/defines.h (DOSISH): add comments. + Sun Oct 18 08:26:51 2015 KOSAKI Motohiro <kosaki.motohiro@g...> * io.c (fptr_finalize): don't release gvl if fptr is not writable. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/