aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/resolv.rb: fall back if canonicalization fails.tenderlove2014-11-213-0/+25
* get rid of inadvertent ID creationnobu2014-11-216-52/+96
* * 2014-11-22svn2014-11-211-2/+2
* common.mk: use PWD with nmakenobu2014-11-212-1/+2
* * common.mk (ext/ripper/ripper.c): revert about srcdir and top_srcdir.naruse2014-11-212-2/+9
* fix a typo [ci skip]kazu2014-11-211-1/+1
* * tool/update-deps: Refactored.akr2014-11-212-84/+93
* * win32/Makefile.sub (top_srcdir): added because lacking this macro causesusa2014-11-212-0/+6
* Update dependency.akr2014-11-2132-690/+1244
* Forgot to commit.akr2014-11-211-0/+7
* * tool/update-deps (in_makefile): Use FILES_NEED_VPATH andakr2014-11-212-14/+35
* common.mk: fix dependenciesnobu2014-11-212-1/+7
* * common.mk (ext/ripper/ripper.c): id.h in VPATH may exist in the buildnaruse2014-11-202-1/+8
* * ext/openssl/lib/openssl/x509.rbusa2014-11-202-1/+7
* * ChangeLog: missed at r48518.usa2014-11-201-0/+5
* * ChangeLog: missed at r48516.usa2014-11-201-0/+4
* * lib/net/imap.rb (Net::IMAP::ResponseParser::BEG_REGEXP): no need to use embbedusa2014-11-201-3/+3
* * 2014-11-21svn2014-11-201-2/+2
* * lib/uri/mailto.rb (URI::MailTo::EMAIL_REGEXP): should escape `#`.usa2014-11-201-1/+1
* Fix a variable name.akr2014-11-201-1/+1
* * tool/update-deps: Insert all dependencies found by compiler.akr2014-11-202-118/+172
* fix typos [ci skip]kazu2014-11-201-2/+2
* * test/psych/json/test_stream.rb (Psych::JSON::TestStream::test_list_to_json):usa2014-11-202-2/+2
* * test/ripper/test_files.rb: set filename.usa2014-11-201-1/+1
* * ext/nkf/depend (nkf.o): add nkf.c as dependency.naruse2014-11-202-0/+6
* test_vector.rb: fix exception classnobu2014-11-191-1/+1
* parse.y: shrink parser_paramsnobu2014-11-192-20/+28
* ChangeLog: add issue refnobu2014-11-191-1/+1
* * lib/matrix.rb: Vector#independent? and associated class methodmarcandre2014-11-194-1/+65
* * lib/matrix.rb: Add Vector#angle_withmarcandre2014-11-194-0/+32
* parse.y: regexp error in rippernobu2014-11-193-9/+68
* parse.y: ripper_new_yylvalnobu2014-11-192-4/+23
* parse.y: predefined IDnobu2014-11-192-3/+7
* * internal.h (ruby_init_setproctitle): Declare here.akr2014-11-193-4/+10
* parse.y: append directly to delayed contentnobu2014-11-192-3/+19
* common.mk: fix build errornobu2014-11-192-2/+2
* * 2014-11-20svn2014-11-191-2/+2
* common.mk: ims=nil optionnobu2014-11-192-6/+8
* * common.mk (ext/json/parser/parser.c): don't touch parse.c,naruse2014-11-192-6/+6
* * common.mk (ext/ripper/ripper.c): use $(PWD) to getnaruse2014-11-192-2/+7
* * tool/downloader.rb (RubyGems.download): Don't download gem if thenaruse2014-11-192-0/+10
* * common.mk (ext/ripper/ripper.c): pass build directory as VPATH.naruse2014-11-193-3/+10
* Add comments.akr2014-11-191-11/+11
* prelude.c.tmpl: strip prefixnobu2014-11-193-1/+12
* * win32/win32.c (rb_w32_write): should set the error ofusa2014-11-182-1/+7
* * gc.c (gc_record): add information for debug print.ko12014-11-182-4/+10
* * common.mk: revert r48486 because it breaks mswin build. start over.usa2014-11-181-2/+2
* common.mk: remove srcdir prefixnobu2014-11-181-2/+2
* * debug.c (set_debug_option): need the declaration.usa2014-11-182-1/+11
* parse.y: fix literal symbol list node typenobu2014-11-183-1/+22