summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* What's Here for class Dir (#4472)Burdette Lamar2021-05-073-1/+78
* * 2021-05-08 [ci skip]git2021-05-081-1/+1
* What's Here for class File (#4460)Burdette Lamar2021-05-071-0/+132
* Fixed shorten-64-to-32 errors when USE_COMBINATION_EXPLOSION_CHECKNobuyoshi Nakada2021-05-072-6/+4
* compile.c: Pass node instead of nd_line(node) to ADD_INSN* functionsYusuke Endoh2021-05-074-818/+916
* lldb: convert heap_page_obj_limit from a float to intPeter Zhu2021-05-061-5/+2
* * 2021-05-07 [ci skip]git2021-05-071-1/+1
* Protoized old pre-ANSI K&R style declarations and definitionsNobuyoshi Nakada2021-05-0710-20/+22
* Conditionally used functionsNobuyoshi Nakada2021-05-061-7/+18
* lldb: teach rp about T_PAYLOADMatt Valentine-House2021-05-061-0/+3
* Store rb_classext_t next to RClass slots on the heapMatt Valentine-House2021-05-061-1/+14
* Allow newobj_of0 and newobj_slowpath to allocate into multiple heap slotsMatt Valentine-House2021-05-065-56/+435
* net-http no longer requires stringioNobuyoshi Nakada2021-05-064-0/+5
* Use assert_ractor for separating test processesHiroshi SHIBATA2021-05-061-5/+4
* [ruby/timeout] Only run timeout_after hook on fiber scheduler if scheduler ex...Jeremy Evans2021-05-061-1/+1
* [ruby/timeout] Avoid unnecessary object allocationJeremy Evans2021-05-061-3/+2
* [ruby/timeout] Make Timeout::Error#exception with multiple arguments not igno...Jeremy Evans2021-05-062-3/+14
* [ruby/strscan] Replace "iff" with "if and only if" (#18)Gannon McGibbon2021-05-061-3/+3
* [ruby/strscan] Fix segmentation fault of `StringScanner#charpos` when `String...Kenichi Kamiya2021-05-062-4/+18
* Import from https://github.com/ruby/strscan/pull/19Hiroshi SHIBATA2021-05-062-5/+1
* [ruby/net-http] Do not require stringioKazuki Yamaguchi2021-05-062-2/+0
* Fixed the file path for net-imap.gemspecHiroshi SHIBATA2021-05-061-1/+1
* Move net-imap.gemspec to under the lib/net/imap directory.Hiroshi SHIBATA2021-05-062-2/+3
* [ruby/net-imap] Many documentation improvementsnicholas a. evans2021-05-063-84/+163
* [ruby/net-imap] Move send_*_data into net/imap/command_datanicholas a. evans2021-05-062-108/+109
* [ruby/net-imap] Move flags to net/imap/flagsnicholas a. evans2021-05-062-48/+57
* [ruby/net-imap] Move UTF7 & datetime formatting to net/imap/data_encodingnicholas a. evans2021-05-064-78/+94
* [ruby/net-imap] move command data formatters to net/imap/command_datanicholas a. evans2021-05-062-184/+193
* [ruby/net-imap] move response data structs to net/imap/response_datanicholas a. evans2021-05-062-502/+510
* [ruby/net-imap] move ResponseParser to lib/net/imap/response_parsernicholas a. evans2021-05-062-1522/+1532
* [ruby/net-imap] Clean up authenticators rdocnicholas a. evans2021-05-065-18/+36
* [ruby/net-imap] Update AUTH=PLAIN to be a little closer to RFC4616nicholas a. evans2021-05-062-3/+41
* [ruby/net-imap] Move each authenticator to its own filenicholas a. evans2021-05-066-204/+257
* [ruby/erb] Document that `<% #` doesn't workTakashi Kokubun2021-05-051-1/+1
* Reuse sysconf resultNobuyoshi Nakada2021-05-061-12/+12
* Revised PAGE_MAX_SIZE caseNobuyoshi Nakada2021-05-061-1/+4
* Check only whether PAGE_SIZE is compile-time constNobuyoshi Nakada2021-05-061-14/+8
* Get rid of including sys/user.h on macOSNobuyoshi Nakada2021-05-061-1/+4
* Fall back to sysconf to determine page size during runtimePeter Zhu2021-05-051-2/+14
* Fix PAGE_SIZE macro detection in autoconfPeter Zhu2021-05-052-27/+29
* PAGE_SIZE is used only when mmap is availableNobuyoshi Nakada2021-05-061-0/+4
* * 2021-05-06 [ci skip]git2021-05-061-1/+1
* Fix compilation on M1 MacNobuyoshi Nakada2021-05-052-47/+89
* configure.ac: check if __builtin_expect is available or notYusuke Endoh2021-05-051-0/+1
* Workaround for gcc-4 bugNobuyoshi Nakada2021-05-051-1/+12
* `_MSC_VER` may not be definedxtkoba2021-05-041-1/+1
* Fix compilation error in thread_win32.cPeter Zhu2021-05-041-5/+5
* Fix compilation errors in FreeBSDPeter Zhu2021-05-041-2/+2
* Fix compilation error in mingwPeter Zhu2021-05-041-2/+9
* Fix compilation errors for c99Peter Zhu2021-05-041-1/+1