aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ruby/csv] Enhanced RDoc for CSV::Table (#165)Burdette Lamar2020-11-241-18/+101
* [ruby/csv] Enhanced RDoc for values_at, <<, and push (#164)Burdette Lamar2020-11-241-15/+74
* [ruby/csv] Enhanced RDoc for Table#[] (#162)Burdette Lamar2020-11-241-8/+85
* [ruby/csv] Bump versionSutou Kouhei2020-11-241-1/+1
* [ruby/csv] Disable stringio >= 0.1.3 dependencySutou Kouhei2020-11-241-1/+1
* * 2020-11-24 [ci skip]git2020-11-241-1/+1
* Ignore static-ruby [ci skip]Nobuyoshi Nakada2020-11-241-0/+1
* zlib: patches for mswin64Nobuyoshi Nakada2020-11-243-1/+101
* zlib: extlibs to download zlib-1.2.11Nobuyoshi Nakada2020-11-241-0/+7
* Suppress a format-overflow warningNobuyoshi Nakada2020-11-231-2/+5
* Check if _FORTIFY_SOURCE really worksNobuyoshi Nakada2020-11-231-1/+2
* Increase the # of downloader.rb's retry attemptsTakashi Kokubun2020-11-231-1/+1
* Clarify the intention of `false &&`Takashi Kokubun2020-11-221-1/+2
* ruby/internal/config.h needs to be included firstTakashi Kokubun2020-11-223-3/+4
* Make --disable-jit-support compileTakashi Kokubun2020-11-223-3/+3
* Remove obsoleted internal/mjit.h inclusionTakashi Kokubun2020-11-225-5/+1
* Remove obsoleted internal/mjit.hTakashi Kokubun2020-11-221-29/+0
* Combine mjit.h and internal/mjit.hTakashi Kokubun2020-11-222-17/+25
* Initialize UTF-8 encoding first as it is used always nowNobuyoshi Nakada2020-11-231-3/+3
* * 2020-11-23 [ci skip]git2020-11-231-1/+1
* Stop leaving .c files for JIT compaction in /tmp (#3802)Takashi Kokubun2020-11-222-58/+52
* NEWS for [Feature #16233] [ci skip]Nobuyoshi Nakada2020-11-221-0/+7
* Use hex-encoded binaries instead of UTF-8Nobuyoshi Nakada2020-11-221-2/+2
* Add string encoding IBM720 alias CP720 (#3803)Lars Kanis2020-11-226-1/+154
* [ruby/irb] Stop using bang version for #inspect of resultaycabta2020-11-221-1/+1
* [ruby/irb] Add a fallback for check_code_block that does not depend on implem...Benoit Daloze2020-11-221-2/+7
* [ruby/irb] support more body argument for oneliner method definitionNobuhiro IMAI2020-11-222-9/+5
* Suppress a unused-variable warningNobuyoshi Nakada2020-11-221-0/+2
* rubyspec-capiext: Use plain DLDFLAGS without flags for librubyNobuyoshi Nakada2020-11-222-3/+5
* Clarify the intention of the include guardTakashi Kokubun2020-11-211-2/+2
* Make c_file / so_file construction consistentTakashi Kokubun2020-11-211-23/+9
* Make sure all threads are scanned on unload_unitsTakashi Kokubun2020-11-213-14/+17
* dist: added DISTOPTS and PKGSDIRNobuyoshi Nakada2020-11-221-1/+2
* make-snapshot: don't store symlinks by 7z for reproduceable pacakgesNobuyoshi Nakada2020-11-221-1/+1
* make-snapshot: measure archiving timesNobuyoshi Nakada2020-11-221-3/+13
* make-snapshot: suppress messages copying cached files unless verboseNobuyoshi Nakada2020-11-221-1/+1
* make-snapshot: clean autoconf caches for reproduceable packagesNobuyoshi Nakada2020-11-221-0/+1
* * 2020-11-22 [ci skip]git2020-11-221-1/+1
* [Bug #17021] Make host_* values consistent with target_*Nobuyoshi Nakada2020-11-211-1/+6
* Added rubyspec-capiext targetNobuyoshi Nakada2020-11-211-0/+10
* Remove the unused o_file definitionTakashi Kokubun2020-11-211-9/+0
* Fix wrong #ifdef usages with #ifTakashi Kokubun2020-11-202-8/+8
* Unify some confusing macro usagesTakashi Kokubun2020-11-202-21/+21
* Minor fixes to NEWS for String subclass method change [ci skip]Jeremy Evans2020-11-201-3/+5
* Shrink the blocking region for compile_compact_jit_codeTakashi Kokubun2020-11-201-4/+3
* Remove obsoleted str_new_emptyTakashi Kokubun2020-11-201-8/+0
* Eliminate IVC sync between JIT and Ruby threads (#3799)Takashi Kokubun2020-11-203-122/+15
* Update NEWS for String subclass method change [ci skip]Jeremy Evans2020-11-201-0/+41
* Make String methods return String instances when called on a subclass instanceJeremy Evans2020-11-2028-211/+591
* [DOC] Ripper.{lex,tokenize} now always return full tokens. [ci skip]Nobuhiro IMAI2020-11-201-4/+2