aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Promote readline to default gems named readline-extHiroshi SHIBATA2019-11-091-0/+21
* Suppress unused variable warningNobuyoshi Nakada2019-11-071-1/+1
* Adjust a fucntion signatureNobuyoshi Nakada2019-11-051-2/+8
* Clean up implementation of SOCKSSocket, its confusing and undocumentedJustin McNally2019-11-011-4/+10
* Prefer libsocksd over libsocksJustin McNally2019-11-011-1/+1
* Support libsocksd socks library for SOCKSSocketJustin McNally2019-11-011-1/+1
* [ruby/date] Added update-zonetab targetNobuyoshi Nakada2019-11-012-0/+39
* [ruby/date] Add more timezone abbreviationsJeremy Evans2019-11-012-689/+1460
* [ruby/zlib] Removed no longer used variablesNobuyoshi Nakada2019-10-311-2/+1
* [ruby/zlib] Fix setting mtime to zero in GzipWriterAlan Wu2019-10-311-1/+3
* [ruby/stringio] Remove taint supportJeremy Evans2019-10-311-4/+0
* [ruby/date] Revert "Simplify #inspect"Jeremy Evans2019-10-311-2/+5
* [ruby/date] introduce Date::Error, raise Date::Error for everyglaszig2019-10-311-30/+32
* [ruby/gdbm] Use Gemfile instead of Gem::Specification#add_development_depende...Hiroshi SHIBATA2019-10-311-5/+0
* [ruby/gdbm] Remove taint supportJeremy Evans2019-10-311-3/+0
* [ruby/zlib] Remove taint supportJeremy Evans2019-10-311-35/+1
* Update the latest versions from upstream repository of raccHiroshi SHIBATA2019-10-301-1/+1
* Update StringIO docs:zverok2019-10-261-41/+56
* [ruby/dbm] Remove taint supportJeremy Evans2019-10-261-22/+21
* Fix typo causing Date.new(year, month) to failJeremy Evans2019-10-241-1/+1
* Revert "[ruby/fiddle] Use ffi_closure_free by default. (#20)"Hiroshi SHIBATA2019-10-242-6/+42
* [ruby/fiddle] Remove taint support (#21)Jeremy Evans2019-10-243-21/+8
* [ruby/fiddle] Use ffi_closure_free by default. (#20)Vít Ondruch2019-10-242-42/+6
* [ruby/fiddle] Fiddle::Function must maintain a reference to the closureAaron Patterson2019-10-241-0/+2
* [ruby/date] Use Gemfile instead of Gem::Specification#add_development_depende...Hiroshi SHIBATA2019-10-241-2/+0
* [ruby/date] Update docszverok2019-10-241-2/+2
* [ruby/date] Simplify #inspectzverok2019-10-241-5/+2
* [ruby/date] Remove taint supportJeremy Evans2019-10-241-7/+0
* [ruby/date] Support -Float::INFINITY...date rangesJeremy Evans2019-10-241-0/+4
* [ruby/date] Check for numeric arguments in constructorsJeremy Evans2019-10-241-0/+49
* [ruby/date] Make julian dates roundtrip through to_time.to_dateJeremy Evans2019-10-241-5/+12
* * expand tabs. [ci skip]git2019-10-211-155/+155
* Look up event ID offsets by token as indexNobuyoshi Nakada2019-10-211-168/+164
* Also BDOT2 and BDOT3 are operatorsNobuyoshi Nakada2019-10-201-0/+2
* Native MonitorMixin::ConditionVariable#waitKoichi Sasada2019-10-202-22/+43
* delegate synchronize methodKoichi Sasada2019-10-201-6/+1
* make monitor.so for performance. (#2576)Koichi Sasada2019-10-204-0/+491
* Extend Ripper DSL to set to pseudo variables other than `$$`Nobuyoshi Nakada2019-10-191-4/+6
* Remove unused constant.Aaron Patterson2019-10-171-2/+1
* Look up constant instead of caching in a globalAaron Patterson2019-10-171-6/+3
* [flori/json] Add ascii_only option to JSON::Ext::Generator::State.new.Sho Hashimoto2019-10-141-0/+2
* [flori/json] Add shortcut converting to StringWatson2019-10-141-2/+9
* [flori/json] Convert Hash object using rb_hash_foreach()Watson2019-10-141-22/+55
* [flori/json] Fixed unexpected illegal/malformed utf-8 errorNobuyoshi Nakada2019-10-141-1/+10
* [flori/json] Convert string encoding to UTF-8 only when neededWatson2019-10-141-1/+3
* [flori/json] Convert String encoding using `rb_str_encode()`Watson2019-10-141-1/+1
* [flori/json] Does not check whether illegal utf-8 if string has ascii only.Watson2019-10-141-8/+12
* [flori/json] Pass args all #to_json in json/add/*.Sho Hashimoto2019-10-144-8/+8
* [flori/json] Only attempt to resize strings not other objectsFlorian Frank2019-10-142-16/+12
* Fixed overflow at onig_region_setNobuyoshi Nakada2019-10-141-3/+7