| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Makefile.in, ext/extmk.rb, bcc32/Makefile.sub, | knu | 2002-11-03 | 1 | -4/+4 |
* | * instruby.rb: add dryrun mode. | nobu | 2002-10-22 | 1 | -4/+4 |
* | * configure.in (XCFLAGS): CFLAGS to comile ruby itself. | nobu | 2002-10-21 | 2 | -83/+138 |
* | * win32/win32.c (rb_w32_putc): wrong condition to fill or flush on | nobu | 2002-10-12 | 1 | -3/+8 |
* | * win32/win32.c (rb_w32_fclose, rb_w32_close): use closesocket() | nobu | 2002-10-10 | 2 | -29/+71 |
* | * ext/socket/socket.c (init_sock): no need for special finalizer, | nobu | 2002-10-01 | 2 | -24/+0 |
* | * win32/win32.c (rb_w32_open_osfhandle): adjust | nobu | 2002-09-29 | 2 | -137/+126 |
* | * win32/win32.c (is_socket, rb_w32_select, rb_w32_accept, rb_w32_bind, | usa | 2002-09-28 | 1 | -85/+131 |
* | * win32/win32.c (rb_w32_opendir): Corresponds to the unjust path containing ". | H_Konishi | 2002-09-15 | 1 | -18/+25 |
* | * configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb. | eban | 2002-09-15 | 1 | -0/+2 |
* | * win32/win32.c, win32/win32.h (rb_w32_getpid): negate pid under Win9x. | usa | 2002-09-11 | 2 | -1/+12 |
* | * bcc32/Makefile.sub: remove unnecessary `.dll' from filename of | usa | 2002-09-11 | 2 | -7/+7 |
* | * win32/Makefile.sub (ext): make directory `ext' on compile dir. | usa | 2002-09-11 | 1 | -2/+4 |
* | * win32/configure.bat: add CR to end of line. | usa | 2002-09-11 | 1 | -32/+32 |
* | * win32/Makefile.sub (miniruby): shouldn't link $(EXTOBJS). | usa | 2002-09-10 | 4 | -59/+96 |
* | * win32/win32.h (S_I?USR): define only if not mingw32. | eban | 2002-09-09 | 1 | -3/+3 |
* | * time.c: prototype; time_free() to avoid VC++ warnings. | usa | 2002-09-08 | 2 | -2/+38 |
* | * configure.in: modify program_prefix only if specified | eban | 2002-09-08 | 1 | -12/+12 |
* | * win32/win32.c (kill): negate pid under Win9x. | nobu | 2002-08-28 | 1 | -9/+18 |
* | * win32/win32.h: define SIGINT and SIGKILL if not defined. | usa | 2002-08-28 | 2 | -7/+9 |
* | * configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32. | eban | 2002-08-23 | 2 | -2/+5 |
* | * replace of check EPIPE error(in getc()) rutine on bcc32. | H_Konishi | 2002-08-20 | 1 | -0/+6 |
* | * ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returns | eban | 2002-07-30 | 1 | -0/+3 |
* | * io.c (pipe_finalize, pipe_popen): two-way pipe support for win32. | usa | 2002-06-28 | 2 | -134/+163 |
* | * win32/win32.c (rb_w32_stat): fix buffer overflow. (ruby-bugs:PR#329) | usa | 2002-06-27 | 1 | -1/+1 |
* | * win32/mkexports.rb: remove unnecessary exports. (ruby-dev:17418) | usa | 2002-06-18 | 1 | -1/+1 |
* | *bcc32 fix for win9x. | H_Konishi | 2002-06-14 | 1 | -28/+11 |
* | * bcc32/Makefile.sub: set PROCESSOR_LEVEL to 6 if it's too big value. | usa | 2002-06-11 | 1 | -0/+3 |
* | new platform [bccwin32] merged. | H_Konishi | 2002-06-11 | 4 | -25/+134 |
* | * win32/Makefile.sub (config.status): use sub! instead of []= because | usa | 2002-06-06 | 1 | -1/+1 |
* | Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org> | H_Konishi | 2002-05-29 | 3 | -156/+164 |
* | * win32/Makefile.sub (config.h): add VC++4/5 support about noreturn | usa | 2002-05-18 | 1 | -0/+4 |
* | * win32/Makefile.sub: config.h inlined. and catch up with the | nobu | 2002-05-14 | 2 | -144/+233 |
* | * win32/config.h.in: define HAVE_DECL_SYS_NERR. | eban | 2002-05-03 | 1 | -0/+2 |
* | * win32/win32.c (insert): fix prototype for ANSI C. | eban | 2002-04-28 | 1 | -2/+3 |
* | * win32/Makefile.sub: add -DNT to $CFLAGS instead of $CPPFLAGS. | usa | 2002-04-19 | 2 | -4/+4 |
* | * win32/win32.c: include <mswsock.h> on __MINGW32__. | eban | 2002-04-19 | 1 | -0/+3 |
* | * win32/Makefile.sub: use missing/acosh.c. | usa | 2002-04-12 | 2 | -2/+6 |
* | * win32/README.win32: follow recent changes. | usa | 2002-03-29 | 1 | -4/+5 |
* | * win32/Makefile.sub (config.status): reflect user defined $CC in | usa | 2002-03-28 | 1 | -1/+1 |
* | * win32/mkexports.rb: support VC++.NET. | usa | 2002-03-26 | 1 | -1/+1 |
* | * win32/Makefile.sub (config.status): fix install path (prefix). | usa | 2002-03-20 | 1 | -1/+1 |
* | * win32/config.status.in: no longer used. | nobu | 2002-03-20 | 1 | -67/+0 |
* | * win32/Makefile.sub (config.status): and use recent autoconf format. | nobu | 2002-03-20 | 1 | -80/+80 |
* | * win32/Makefile.sub: made variables configurable. | nobu | 2002-03-20 | 3 | -15/+161 |
* | * win32/win32.c (StartSockets): remove duplicated lines. | nobu | 2002-03-15 | 1 | -3/+0 |
* | * win32/config.status.in: set LIBRUBY_SO. | usa | 2002-02-22 | 1 | -1/+1 |
* | * win32/resource.rb: Modify copyright in resource script. | usa | 2002-01-10 | 1 | -1/+1 |
* | * win32/win32.c (mypopen): fixed that mypclose() didn't really close | usa | 2001-11-26 | 1 | -26/+74 |
* | * hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it's | usa | 2001-11-14 | 2 | -305/+39 |