aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tool/downloader.rb: Fixing raise after return.duerst2014-09-242-1/+5
* tool/downloader.rb: Made Unicode data file location availableduerst2014-09-242-0/+11
* tool/downloader.rb: Small fix to documentation comment.duerst2014-09-242-1/+5
* * 2014-09-24svn2014-09-231-2/+2
* * ChangeLog: remove a duplicated entry.nagachika2014-09-231-5/+0
* parse.y: label cannot be followed by a modifiernobu2014-09-233-1/+25
* common.mk: update-gemsnobu2014-09-231-0/+8
* downloader.rb: shorthands for usual URInobu2014-09-233-7/+28
* downloader.rb: integrate with download_if_modified_sincenobu2014-09-231-18/+47
* * remove trailing spaces.svn2014-09-231-1/+1
* tool/downloader.rb: added Downloader.download_if_modified_sinceduerst2014-09-232-0/+28
* * .travis.yml: added rubyspec into travis tasks and eliminate to stdout.hsbt2014-09-232-2/+8
* doc: remove trailing spacesnobu2014-09-237-21/+21
* * 2014-09-23svn2014-09-221-2/+2
* Fix a typo.akr2014-09-221-1/+1
* test/win32ole/test_win32ole_variant.rbsuke2014-09-222-4/+24
* * doc/syntax/methods.rdoc: [DOC] [] and []= methods by @processzzak2014-09-222-0/+24
* * .travis.yml: Only osx build is enabled. linux builds is random failurehsbt2014-09-222-1/+6
* array.c: GC guardnobu2014-09-221-0/+1
* test_thread.rb: thread for Queuenobu2014-09-221-0/+1
* tmpdir.rb: explicit conversion to stringnobu2014-09-221-0/+4
* * test/ruby/test_time_tz.rb: Fix test error with tzdata-2014g.akr2014-09-222-27/+77
* ext/socket/*.c: trivial struct packing for 64-bitnormal2014-09-224-4/+11
* * lib/drb/drb.rb: Support graceful shutdown.akr2014-09-214-7/+62
* * 2014-09-22svn2014-09-211-2/+2
* * time.c: raise exception when minutes of utc_offset is out of 00-59.glass2014-09-213-0/+11
* * st.c (do_hash_bin): unused macro.nari2014-09-212-1/+4
* * parse.y (parser_class_nest): unused variable after YARVnari2014-09-212-3/+5
* * st.c (numberof): unused. internal.h has same macro.nari2014-09-213-5/+6
* fix spaces [ci skip]kazu2014-09-211-4/+4
* fix capital [ci skip]kazu2014-09-211-1/+1
* * thread_pthread.c (native_set_thread_name): New function toakr2014-09-214-11/+72
* signal.c: SIGEXIT is not a system signalnobu2014-09-212-2/+15
* (test_main_thread_status_at_exit) wait until the thread enter the begin clause. akr2014-09-211-0/+3
* wait until the thread is stopped.akr2014-09-211-1/+1
* iseq.c (rb_iseq_defined_string): trim redundant semi-colonnormal2014-09-212-1/+5
* test_signal.rb: remove stale testnobu2014-09-211-25/+0
* file.c: clear tmp buffer on failuresnormal2014-09-212-0/+7
* * lib/csv.rb: avoid unnecessary object allocations.glass2014-09-212-2/+7
* * lib/rexml/**/*.rb: removed commented-out code.hsbt2014-09-218-178/+4
* ChangeLog: adjust indentnobu2014-09-211-2/+2
* signal.c: raise SystemCallError for all failuresnobu2014-09-211-9/+10
* * array.c: use rb_equal_opt() for performance improvement.glass2014-09-212-1/+12
* ext/win32ole/win32ole.c (rbtime2vtdate, vtdate2rbtime): fixsuke2014-09-213-11/+28
* signal.c: EINVAL is a failurenobu2014-09-213-9/+33
* tempfile.rb: fix r47655nobu2014-09-213-16/+8
* * lib/tempfile.rb: define parameters appropriately and someglass2014-09-203-41/+24
* * 2014-09-21svn2014-09-201-2/+2
* * enum.c (enum_chunk): Deprecate the state management.akr2014-09-203-4/+19
* * enum.c (enum_slice_when): New method: Enumerable#slice_when.akr2014-09-206-0/+202