aboutsummaryrefslogtreecommitdiffstats
path: root/sample
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded exec bits from some filesDavid Rodríguez2019-11-091-0/+0
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2019-11-011-1/+1
* Fix sample/drb/http0serv.rbJeremy Evans2019-08-251-3/+5
* Drop duplicated sample code (#2389) [ci skip]Kenichi Kamiya2019-08-194-28/+1
* Remove unused variable to suppress warning (#2388) [ci skip]Kenichi Kamiya2019-08-191-1/+1
* Update a sample code (#2387)Kenichi Kamiya2019-08-191-1/+1
* Accurate a sample to show having some ext (#2385)Kenichi Kamiya2019-08-191-1/+1
* Clean sample code biorhythm (#2375)Kenichi Kamiya2019-08-171-5/+4
* Simplify a sample code (#2374)Kenichi Kamiya2019-08-171-2/+2
* For this may be a syntax error (instead of LocalJumpError) in Ruby 2.7ko12019-02-041-1/+1
* sample/fib.py: Fix syntax error in Python 3 [ci skip]kazu2018-12-181-1/+1
* Fix typo in trick2018/README [ci skip]mame2018-12-031-1/+1
* sample/trick2013/mame/music-box.mp4: removedmame2018-12-031-0/+0
* sample/trick2018/03-tompng: merge upstream fixesmame2018-10-173-6/+4
* Fix a typo [ci skip]kazu2018-07-231-1/+1
* * append newline at EOF.svn2018-07-211-1/+1
* sample/trick2018/: adds the top-five entries of TRICK 2018mame2018-07-2121-0/+372
* sample/timeout.rb: Remove unnecessary increment [ci skip]kazu2018-03-221-1/+1
* sample/timeout.rb: fix warningskazu2018-03-161-8/+8
* erb.rb: deprecate safe_level of ERB.newk0kubun2018-02-221-1/+5
* sample/iseq_loader: use File.open instead of Kernel#opennormal2018-01-121-2/+2
* sample/iseq_loader.rb: spelling fixnormal2018-01-121-1/+1
* Fixed typos.hsbt2018-01-122-2/+2
* Remove unnecessary `require 'thread'`kazu2017-10-0812-14/+0
* Update trick2013/yhara for Ruby 2.4nobu2017-09-221-1/+1
* Fix NoMethodError [ci skip]kazu2017-05-031-1/+1
* Use `\A` and `\z` instead of `^` and `$` [ci skip]kazu2017-05-021-1/+1
* pty/shl.rb: update [ci skip]nobu2017-02-051-12/+12
* pty/shl.rb: update [ci skip]nobu2017-02-041-8/+6
* pty/shl.rb: update [ci skip]nobu2017-02-041-2/+3
* pty/shl.rb: update [ci skip]nobu2017-02-041-1/+2
* sample/pty/shl.rb: update samplekazu2017-02-041-3/+4
* sample/pty/script.rb: Specify frozen_string_literal: true.kazu2017-02-041-1/+1
* sample/pty/expect_sample.rb: Update samplekazu2017-02-041-2/+12
* get rid of ambiguous parentheses warningsnobu2016-11-291-3/+3
* fix typos [ci skip]kazu2016-10-271-1/+1
* * basictest/test.rb: Adjust spaces in class declarationshsbt2016-10-072-2/+2
* Use qualified namesnobu2016-08-306-8/+8
* import Ruby/OpenSSL 2.0.0.beta.1rhe2016-08-291-2/+2
* * common.mk: test-sample was changed to test-basic.hsbt2016-01-161-2369/+2
* Revert r53539 and r53540nobu2016-01-151-1/+1
* Revert "* common.mk: test-sample was changed to test-basic."naruse2016-01-151-0/+2369
* * common.mk: test-sample was changed to test-basic.hsbt2016-01-151-2369/+0
* * properties.svn2015-12-111-26/+26
* * append newline at EOF.svn2015-12-112-2/+2
* * sample/trick2015/: added the award-winning entries of TRICK 2015.mame2015-12-1122-0/+876
* * iseq.c: rename methodsko12015-12-091-4/+4
* * compile.c (iseq_ibf_dump): dump extra data just string length.ko12015-12-081-1/+4
* * remove trailing spaces.svn2015-12-081-1/+1
* * introduce new ISeq binary format serializer/de-serializerko12015-12-081-0/+240