summaryrefslogtreecommitdiff
path: root/.cvsignore
AgeCommit message (Expand)Author
2006-09-21* .cvsignore: ignore timestamp files and installed list file.nobu
2006-09-13* string.c (rb_str_intern): prohibit interning tainted string.matz
2006-07-26* configure.in: add support for as and ASFLAGS. [ruby-dev:29138]matz
2005-05-11* struct.c (make_struct): allow const_id for accessor names.matz
2003-10-30031031matz
2002-12-04* object.c (copy_object): copy finalizers as well if any.matz
2002-03-26.cvsignore: add autom4te*.cache.eban
2001-07-12Let cvs ignore libruby.so.*.knu
2001-03-19* dir.c (glob_helper): replace lstat() by stat() to follow symlinkmatz
2001-01-09Ignore configure and rbconfig.rb too.knu
2000-12-28changes from personal modifies -- matzmatz
2000-05-16mswin32 DLEXT2eban
2000-05-13escape `/'.eban
1998-01-16Initial revisionmatz
d8c77c74c62d4b642ef492659'>Move some function declaration to internal/io.hS-H-GAMELINKS 2021-09-15Refactor and Using RBOOL macroS.H 2021-09-11Using RB_BIGNUM_TYPE_P macroS-H-GAMELINKS 2021-08-03Fix potential hang when joining threads.Samuel Williams 2021-08-02Using RBOOL macroS.H 2021-07-28Revert "Fix potential hang when joining threads."Yusuke Endoh 2021-07-27Predefine recursive key IDNobuyoshi Nakada 2021-07-27Fix potential hang when joining threads.Samuel Williams 2021-07-25Distinguish signal and timeout [Bug #16608]Nobuyoshi Nakada 2021-07-01Replace copy coroutine with pthread implementation.Samuel Williams 2021-06-29Prefer qualified names under ThreadNobuyoshi Nakada 2021-06-24Reduce repeated same codeNobuyoshi Nakada 2021-06-22Deprecate and rework old (fd) centric functions.Samuel Williams 2021-06-17Adjust styles [ci skip]Nobuyoshi Nakada 2021-06-14Wake up join list within thread EC context. (#4471)Samuel Williams 2021-06-03Suppress clobbered warnings on Travis-CI ppc64le-linuxNobuyoshi Nakada 2021-06-01Make `Thread#native_thread_id` not-implemented if unsupportedNobuyoshi Nakada 2021-05-26Add Thread#native_thread_id [Feature #17853]NARUSE, Yui 2021-04-08Document how to handle kill/terminate interrupts in Thread.handle_interruptJeremy Evans 2021-03-09Destroy VM-wise locks before freeing [Bug #15852]Nobuyoshi Nakada 2021-03-07Make Ractor stdio belonging to the Ractor [Bug #17672]Nobuyoshi Nakada 2021-02-10Don't document that Thread#group can return nilJeremy Evans 2021-02-09Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams 2021-02-05unblock thread is only for main ractor.Koichi Sasada 2021-02-03only main thread can modify vm->ubf_async_safeKoichi Sasada 2021-01-19Replace "iff" with "if and only if"Gannon McGibbon