summaryrefslogtreecommitdiff
path: root/thread_win32.h
AgeCommit message (Expand)Author
2014-05-14* ext/openssl/depend: remove dependency from internal headers.ko1
2013-07-23* thread_(pthread|win32).h: rename rb_thread_cond_t toko1
2013-07-23* thread_pthread.h, thread_win32.h: rename rb_thread_id_t toko1
2013-07-23* thread_native.h: added.ko1
2012-06-17thread_win32.h: rb_thread_lock_t for USE_WIN32_MUTEXnobu
2011-05-07fix win32 native_cond_timedwait() makes SIGSEGV.kosaki
2010-11-27* thread.c, vm_core.h: make gvl_acquire/release/init/destructko1
2008-07-28 * thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct): revertedusa
2008-07-28 * thread_win32.[ch]: moved definitions of cond_every_entry andusa
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-25* thread_pthread.c, thread_pthread.h, thread_win32.c,ko1
2007-11-13* blockinlining.c, compile.c, compile.h, debug.c, debug.h,ko1
2007-08-27* thread.c: fix Mutex to be interruptable lock.ko1
2007-02-07* thread_win32.h: undefine _WIN32 on cygwin. [ruby-dev:30303]nobu
2007-02-06* blockinlining.c, compile.c, compile.h, error.c, eval.c,ko1
2006-12-31 * Merge YARVko1
&id=46970b2d1d716c21784987f3a6daae181cb10b6a'>* regenc.h (PosixBracketEntryType): constified.nobu 2009-08-13* regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): fixednobu 2009-06-30* include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c,nobu 2009-02-22stripped trailing spaces.nobu 2008-09-18* grapheme cluster implementation reverted. [ruby-dev:36375]akr 2008-09-16* include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr 2008-09-13* include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument forakr 2008-09-13* include/ruby/oniguruma.h (ONIGENC_STEP_BACK): add end argument.akr 2008-09-13* include/ruby/oniguruma.h (onigenc_get_prev_char_head): add endakr 2008-09-13* include/ruby/oniguruma.hakr 2008-09-13* include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): addakr 2008-09-12* regenc.c (onigenc_single_byte_code_to_mbc): follow OnigEncodingakr 2008-08-06* regenc.c (code_to_mbc): raise RangeError Integer#chrnaruse 2008-07-01* regexec.c (stack_double): use MatchStackLimitSize atomically.nobu 2008-01-27* include/ruby/oniguruma.h: precise mbclen API redesigned to avoidakr 2008-01-19* enc/koi8_u.c: added.naruse 2008-01-13* include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding*naruse 2008-01-08* regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): suppressednobu 2008-01-03* include/ruby/oniguruma.h: Oniguruma 1.9.1 merged.matz 2007-12-22* regenc.c (onigenc_ascii_is_code_ctype): moved from enc/ascii.c.akr 2007-10-10* include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncodingmatz 2007-09-07* regenc.c, regenc.h (onigenc_single_byte_mbc_enc_len): should takeusa