| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * thread_win32.c (ubf_handle): cancel blocking IO if it can (only | usa | 2008-07-15 | 1 | -0/+1 |
* | * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): typo. | usa | 2008-07-12 | 1 | -0/+8 |
* | * win32/Makefile.sub (LIBRUBY_DLDFLAGS): import library which created | usa | 2008-07-12 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_select): shoudn't pass non-socket handle to | usa | 2008-07-11 | 1 | -0/+4 |
* | * win32/setup.rb, win32/Makefile.sub (PLATFORM): use $(PLATFORM) | usa | 2008-07-11 | 2 | -17/+17 |
* | * win32/win32.c (rb_w32_accept, rb_w32_socket, rb_w32_socketpair): | usa | 2008-07-11 | 1 | -4/+4 |
* | * win32/win32.c (CreateChild): the measures for Vista is no longer | usa | 2008-07-11 | 1 | -1/+1 |
* | * win32/win32.c (insert): follow recent changes of globbing. | usa | 2008-07-10 | 1 | -1/+1 |
* | * include/ruby/win32.h, win32/win32.c (rb_w32_getppid): now support | usa | 2008-06-24 | 1 | -0/+34 |
* | * win32/win32.c (rb_w32_osid, rb_w32_osver, CreateChild): XP is | usa | 2008-06-21 | 1 | -3/+15 |
* | * win32/win32.c (rb_w32_spawn): no longer support P_WAIT. | usa | 2008-06-21 | 1 | -4/+0 |
* | * win32/win32.c (errmap): add some pipe errors. | usa | 2008-06-18 | 1 | -2/+14 |
* | * win32/win32.c (poll_child_status): set EINVAL to errno when | usa | 2008-06-18 | 1 | -5/+9 |
* | * win32/win32.c (CreateChild): no need to inherit handles here because | usa | 2008-06-17 | 1 | -1/+1 |
* | * win32/Makefile.sub (COMMON_HEADERS): include ws2tcpip.h. | usa | 2008-06-06 | 1 | -1/+1 |
* | * win32/Makefile.sub (miniruby$(EXEEXT)): miniruby cannot be | nobu | 2008-06-03 | 1 | -1/+1 |
* | * lib/un.rb (wait_writable): wait until target files can be | nobu | 2008-06-02 | 1 | -1/+6 |
* | * suppress warnings on cygwin, mingw and mswin. | nobu | 2008-06-01 | 1 | -23/+5 |
* | * win32/mkexports.rb (Exports#objdump, Exports#each_line): extracted. | nobu | 2008-05-28 | 1 | -22/+38 |
* | * Makefile.in (MKPREP): appended $(RBCONFIG). | nobu | 2008-05-28 | 1 | -8/+0 |
* | * win32/mkexports.rb (Exports::Mswin#each_export): speed up. | usa | 2008-05-28 | 1 | -0/+1 |
* | * Makefile.in (MKPREP), common.mk, win32/Makefile.sub (prelude.c): get | nobu | 2008-05-27 | 1 | -0/+8 |
* | * process.c, include/ruby/intern.h (rb_run_exec_options): externed. | usa | 2008-05-12 | 1 | -3/+2 |
* | * Makefile.in, common.mk, configure.in, {win32,bcc32}/Makefile.sub | nobu | 2008-04-03 | 1 | -1/+1 |
* | * {bcc,win}32/Makefile (config.h): need to define RUBY_SETJMP, etc. | usa | 2008-04-01 | 1 | -1/+4 |
* | * {bcc,win}32/Makefile.sub (config.h): define ssize_t. | usa | 2008-03-31 | 1 | -0/+6 |
* | * {bcc,win}32/Makefile.sub: follow below changes. | usa | 2008-03-14 | 1 | -9/+0 |
* | * configure.in (int8_t, uint8_t, int16_t, uint16_t int32_t, | naruse | 2008-03-14 | 1 | -0/+25 |
* | * {bcc,win}32/Makefile.sub (config.h): define uint32_t. | usa | 2008-03-13 | 1 | -0/+1 |
* | * common.mk (clean-local): WINMAINOBJ is Windows specific. | nobu | 2008-03-11 | 1 | -1/+1 |
* | * {bcc32,win32}/Makefile.sub (RUNRUBY): use $(PROGRAM) instead of | usa | 2008-03-06 | 1 | -1/+1 |
* | * common.mk, {bcc,win}32/Makefile.sub (clean-local): remove | nobu | 2008-02-24 | 1 | -2/+1 |
* | * win32/win32.c (rb_w32_map_errno): exported. | nobu | 2008-02-20 | 1 | -2/+4 |
* | * win32/resource.rb: made version infos confirm to OS spec. | usa | 2008-02-16 | 2 | -13/+12 |
* | * {win,bcc}32/Makefile.sub (config.h): added HAVE_FTRUNCATE. | nobu | 2008-02-15 | 1 | -0/+1 |
* | * {bcc32,win32,wince}/Makefile.sub (MISSING): added cbrt.obj. | nobu | 2008-02-10 | 1 | -1/+1 |
* | * missing/lgamma_r.c (lgamma_r): some compilers don't permit dividing | usa | 2008-02-07 | 1 | -2/+2 |
* | * {bcc32,win32}/Makefile.sub (MINIOBJS): add dmytranscode.$(OBJEXT). | usa | 2008-01-29 | 1 | -1/+1 |
* | * common.mk (revision.h): extracts revision number with ``svn info''. | nobu | 2008-01-25 | 2 | -16/+36 |
* | * win32/setup.mak (BASERUBY): nmake cannot execute ruby collectly | usa | 2008-01-18 | 1 | -9/+9 |
* | * win32/Makefile.sub (MKFILES): add dependecies. | usa | 2008-01-15 | 1 | -1/+2 |
* | * win32/setup.mak: strip out empty lines from CPP output. | nobu | 2008-01-15 | 1 | -2/+4 |
* | * {win,bcc}32/setup.mak (-basic-vars-): expand BASERUBY to full path | nobu | 2008-01-15 | 2 | -3/+6 |
* | * {bcc32,win32}/Makefile.sub (RUNRUBY): need to set archdir when | usa | 2008-01-15 | 1 | -1/+1 |
* | * common.mk (OBJS): moved encoding.o from COMMONOBJS. | nobu | 2008-01-14 | 1 | -1/+1 |
* | * win32/enc-setup.mak (BUILTIN_ENCOBJS): depends on enc/Makefile.in. | usa | 2008-01-14 | 1 | -1/+1 |
* | * {bcc,win}32/Makefile.sub (MV): use move instead of ren. [ruby-Bugs-17019] | nobu | 2008-01-13 | 1 | -1/+1 |
* | * win{32,ce}/Makefile.sub: merged. | nobu | 2008-01-08 | 1 | -18/+153 |
* | * common.mk, Makefile.in, */Makefile.sub (distclean-local): move | usa | 2008-01-07 | 1 | -0/+1 |
* | * trunk/common.mk: not use -I$(srcdir)/lib with $(MINIRUBY) for cross | nobu | 2007-12-30 | 1 | -1/+1 |