summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2007-05-15 * win32/win32.c (init_stdhandle): stderr should be without buffering,usa
2007-04-25 * win32/win32.c (NtInitialize, exit_handler): add initializing andusa
2007-04-11 * win32/win32.[ch] (rb_w32_enter_critical, rb_w32_leave_critical): nousa
2007-04-10 * win32/win32.c (rb_w32_fclose, rb_w32_close): need to save errnousa
2007-04-09 * thread.c (do_select): use ubf_select() as UBF on windows.usa
2007-03-30 * win32/win32.c (rb_w32_cmdvector): fixed buffer size. reported byusa
2007-03-23 * win32/win32.c (init_env, insert, cmdglob, rb_w32_cmdvector,usa
2007-03-22 * win32/Makefile.sub (LIBS): remove an unnecessary library.usa
2007-03-19* missing/{strlcat,strlcpy}.c, missing.h: new functions.usa
2007-03-17* win32/dir.h, win32/win32.c (rb_w32_opendir, rb_w32_readdir,usa
2007-03-04* parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixednobu
2007-02-28* Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): systemnobu
2007-02-25* win32/Makefile.sub: enable -Zi (debug) option.ko1
2007-02-24* file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu
2007-02-24* file.c (rb_thread_flock, rb_file_flock): use UBF feature.nobu
2007-02-24* process.c (rb_waitpid_blocking, rb_waitpid): use UBF feature.nobu
2007-02-24* win32/win32.c (StartSocket): remove unnecessary code.usa
2007-02-23* thread.c (rb_thread_polling): check interrupts here.usa
2007-02-23* win32/win32.c (set_pioinfo_extra): simplified.usa
2007-02-18* configure.in (pid_t, uid_t, gid_t): check if defined.nobu
2007-02-15* win32/win32.c (get_pioinfo_extra): new function for VC++8 SP1usa
2007-02-14* configure.in: change stack limit to 2MB from 32MB.ko1
2007-02-05* intern.h: prepare rb_last_status_get() and rb_last_status_set().ko1
2007-02-02* Makefile.in, */Makefile.sub, common.mk (vmasm): generalized.nobu
2007-01-23* Makefile.in, common.mk, configure.in, */{Makefile.sub, configure.bat,usa
2006-12-31 * Merge YARVko1
2006-12-21* instruby.rb, mkconfig.rb, rubytest.rb, bcc32/mkexports.rb, win32/{resource,...nobu
2006-12-14* win32/Makefile.sub (COMPILE_RULES): latter rule has higher priority.nobu
2006-12-06* win32/win32.c (init_stdhandle): redirect unopened IOs to NUL.nobu
2006-10-30* dir.c (glob_helper): get rid of possible memory leak.nobu
2006-10-24* win32/mkexports.rb, win32/resource.rb: use unique variable names.nobu
2006-10-18* win32/win32.c (rb_w32_utime): allow NULL to set the current time.nobu
2006-10-15* mkconfig.rb: *OBJS are not needed for extension libraries.nobu
2006-10-06* {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't useusa
2006-10-01* Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu
2006-09-26* win32/Makefile.sub (CPP): check predefined value.usa
2006-09-20* {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to defineusa
2006-09-08* Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu
2006-09-08* ext/extmk.rb (extmake): follow Array#to_s.usa
2006-09-08* win32/Makefile.sub, win32/configure.bat win32/setup.mak: programnobu
2006-08-31* ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR andusa
2006-08-12* configure.in, bcc32/Makefile.sub, win32/Makefile.sub, win32/dir.h,nobu
2006-07-31* win32/win32.c (exit_handler): new function; release winsock andusa
2006-07-18* win32/win32.c (open_ifs_socket): should not use plain malloc.usa
2006-07-07* win32/Makefile.sub (config.h): define FUNC_STDCALL/FUNC_CDECL.usa
2006-06-27* win32/win32.h: define isascii on MinGW for msvcrt compatibility.eban
2006-06-11* win32/win32.h (write): not need to define on bcc.usa
2006-06-08* win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions.usa
2006-06-07* win32/win32.c (errmap): add some winsock errors.usa
2006-06-01* win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotesnobu