| Commit message (Expand) | Author | Age | Files | Lines |
* | * win32/win32.c (has_redirection): should use shell (cmd.exe) when | usa | 2012-10-25 | 1 | -0/+1 |
* | * gc.c: Use the non-recursive marking instead of recursion. The | nari | 2012-10-03 | 1 | -1/+0 |
* | win32/file.c: simplify | nobu | 2012-09-05 | 1 | -2/+2 |
* | win32/file.c: prototype and cosmetic changes | nobu | 2012-09-05 | 1 | -22/+25 |
* | * win32/Makefile.sub (Makefile): make to depend on common.mk, to | usa | 2012-08-28 | 1 | -1/+1 |
* | Remove incorrectly committed timestamp file | luislavena | 2012-08-24 | 1 | -0/+0 |
* | Improve require/File.expand_path performance on Windows | luislavena | 2012-08-24 | 3 | -1/+630 |
* | * win32/Makefile.sub: refactoring. remove unused rules, and update | usa | 2012-08-23 | 1 | -10/+4 |
* | * win32/configure.bat: added help message of --with(out)?-ext. | usa | 2012-08-23 | 1 | -0/+2 |
* | * win32/configure.bat: support --with(out)?-ext(ensions) options. | usa | 2012-08-23 | 1 | -4/+12 |
* | * win32/Makefile.sub (scriptbin.mk): no need to include twice. | usa | 2012-08-21 | 1 | -2/+0 |
* | * win32/win32.c (check_valid_dir): reject "..." as directory name. | usa | 2012-08-14 | 1 | -1/+8 |
* | Optimize winnt_stat | shirosaki | 2012-08-09 | 1 | -16/+38 |
* | win32.c: rb_w32_inet_ntop should be const | nobu | 2012-07-29 | 1 | -1/+1 |
* | win32/win32.c: suppress warning redeclared | shirosaki | 2012-07-28 | 1 | -6/+4 |
* | win32/win32.c: fix localtime_r() on x64-mingw | shirosaki | 2012-07-28 | 1 | -3/+14 |
* | * win32/mkexports.rb: should not export DllMain(). | usa | 2012-07-27 | 1 | -2/+2 |
* | * win32/win32.c (rb_w32_socket, rb_w32_socketpair): remember the family | usa | 2012-07-24 | 1 | -11/+33 |
* | enc/Makefile.in: TARGET_NAME TARGET_ENTRY | nobu | 2012-07-23 | 1 | -0/+1 |
* | * win32/win32.c (win95_stat): remove unnecessary macro. | usa | 2012-07-09 | 1 | -1/+0 |
* | * win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omit Win9x | usa | 2012-07-09 | 5 | -151/+10 |
* | make runnable | nobu | 2012-07-03 | 1 | -0/+2 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_wrap_io_handle): new API. | usa | 2012-06-06 | 1 | -0/+38 |
* | * win32/win32.c (rb_w32_close): of course, console handle is not socket. | usa | 2012-06-06 | 1 | -1/+9 |
* | no windows dialog | nobu | 2012-06-04 | 1 | -0/+2 |
* | win32: VT100 escape | nobu | 2012-06-04 | 1 | -6/+372 |
* | * win32/win32.c (finish_overlapped_socket, overlapped_socket_io): | usa | 2012-05-23 | 1 | -8/+21 |
* | Bug #6462: EXTSOLIBS | nobu | 2012-05-20 | 1 | -0/+3 |
* | Imports Ruby's port to NativeClient (a.k.a NaCl). | yugui | 2012-05-17 | 1 | -0/+1 |
* | * include/ruby/win32.h (FD_SET): change function to macro. | shirosaki | 2012-05-08 | 1 | -22/+12 |
* | distclean verconf.h | nobu | 2012-05-03 | 1 | -1/+1 |
* | * win32/win32.c (waitpid): need to check the return value of | usa | 2012-04-24 | 1 | -1/+7 |
* | * win32/win32.c (szInternalCmds, internal_match, internal_cmd_match): | usa | 2012-04-23 | 1 | -51/+51 |
* | * win32/file.c (INVALID_FILE_ATTRIBUTES): commit miss of r35384. | usa | 2012-04-18 | 1 | -0/+4 |
* | * win32/win32.c (gmtime_r, localtime_r): POSIX compliant reentrant | nobu | 2012-04-16 | 2 | -0/+106 |
* | * configure.in (RUBY_MSVCRT_VERSION): define on mingw too. | nobu | 2012-04-16 | 2 | -6/+6 |
* | * reduce UNREACHABLE. | nobu | 2012-04-15 | 1 | -6/+2 |
* | * configure.in (UNREACHABLE): gcc 4.4 eliminates unreachable code | nobu | 2012-04-14 | 1 | -1/+1 |
* | * variable.c (trace_ev): Removed "not reached" comment as this line is | drbrain | 2012-04-14 | 1 | -2/+2 |
* | * win32/win32.c (isUNCRoot, winnt_stat): support long UNC. | nobu | 2012-04-09 | 1 | -3/+8 |
* | * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration of | shirosaki | 2012-04-07 | 1 | -7/+12 |
* | * test/ruby/test_thread.rb | shirosaki | 2012-04-07 | 1 | -1/+1 |
* | * configure.in (verconf.h): separate load path specific stuff from | nobu | 2012-03-27 | 1 | -4/+7 |
* | * win32/Makefile.sub: fix config.h path to include. | nobu | 2012-03-27 | 1 | -2/+2 |
* | * win32/win32.c (check_if_dir): fix memory leak. | kazu | 2012-03-27 | 1 | -16/+10 |
* | * win32/Makefile.sub (newline.c, miniprelude.c): search from source | nobu | 2012-03-26 | 1 | -0/+11 |
* | * win32/win32.c (check_if_dir, check_if_wdir): fix for Visual C++ | nobu | 2012-03-26 | 1 | -4/+16 |
* | * win32/win32.c (rb_w32_open, rb_w32_wopen): check if the file is a | nobu | 2012-03-26 | 1 | -4/+33 |
* | * win32/win32.c (rb_w32_fstat, rb_w32_fstati64): convert FILETIME | nobu | 2012-03-22 | 1 | -25/+24 |
* | * win32/Makefile.sub: put an empty line between stub and script. | nobu | 2012-03-18 | 1 | -5/+8 |