aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * remove trailing spaces.svn2015-12-142-2/+2
* * enc/ebcdic.h: new dummy encoding EBCDIC-USduerst2015-12-145-2/+307
* * ext/socket/lib/socket.rb: use safe navigation operator.hsbt2015-12-147-8/+17
* * bootstraptest/runner.rb: use safe navigation operator.hsbt2015-12-146-6/+15
* test: use String#b instead of dup.force_encodingnobu2015-12-148-23/+17
* ytab.sed: for bison 2nobu2015-12-142-0/+9
* * lib/xmlrpc.rb: added documentation for parser details.hsbt2015-12-142-1/+16
* parse.y: suppress warningsnobu2015-12-141-4/+2
* * enum.c: fix a typo in documentation.hsbt2015-12-148-8/+19
* * lib/cgi.rb: fix a typo in documentation.hsbt2015-12-142-1/+6
* * compile.c: fix typos.hsbt2015-12-149-9/+21
* * enc/iso_2022_jp.h: fix typos.hsbt2015-12-144-3/+10
* * benchmark/bm_app_aobench.rb: fix typos.hsbt2015-12-143-2/+8
* ytab.sed: replace argumentnobu2015-12-132-17/+4
* ytab.sed: work aroundnobu2015-12-132-0/+11
* * 2015-12-14svn2015-12-131-2/+2
* parse.y: reset buffernobu2015-12-131-0/+1
* remove duplicated log by mistakenobu2015-12-131-10/+0
* parse.y: lex_state trace by yydebugnobu2015-12-135-31/+83
* parse.y: lex_state bitsnobu2015-12-132-21/+52
* * test/ruby/test_syntax.rb: fix typo in testyugui2015-12-132-1/+5
* * parse.y (parse_percent): Allow %-literals in labeled arg asyugui2015-12-133-1/+13
* * ChangeLog: fix a typohsbt2015-12-131-1/+5
* function.c: fix typonobu2015-12-131-3/+3
* * test/lib/envutil.rb: move enutil's assertions under Test::Unit::Assertion.hsbt2015-12-133-341/+339
* * parse.y (lex_state_name): Make it return the correct names.yugui2015-12-132-1/+8
* * parse.y: debug output of lex_state transition if PARSER_DEBUGyugui2015-12-132-92/+103
* * ext/fiddle/function.c: fix build error introduced at r53082.usa2015-12-131-1/+1
* io.c: encoding in warningsnobu2015-12-134-15/+27
* io.c: BOM with non-UTFnobu2015-12-133-26/+42
* io.c: fix stack smashingnobu2015-12-133-3/+22
* function.c: check argumentsnobu2015-12-132-17/+38
* conversions.h: PTR2NUMnobu2015-12-132-2/+7
* pack.c: check index rangenobu2015-12-133-5/+30
* psych_emitter.c: check tags rangenobu2015-12-133-3/+23
* psych_emitter.c: check stringnobu2015-12-133-2/+10
* tkutil.c: check argnobu2015-12-132-1/+5
* tkutil.c: array lengthnobu2015-12-132-9/+9
* tkutil.c: check argsnobu2015-12-132-9/+24
* win32ole.c: check argument typenobu2015-12-133-0/+14
* configure.in: make BASERUBY fullpathnobu2015-12-132-2/+6
* configure.in: make BOOTSTRAPRUBY MINIRUBYnobu2015-12-132-3/+5
* * test/test_shellwords.rb (TestShellwords): Add many more testsknu2015-12-132-6/+54
* * lib/shellwords.rb (Shellwords#shellsplit): Document that thisknu2015-12-133-8/+20
* ChangeLog: r53068 entry [ci skip]normal2015-12-131-0/+5
* lib/shellwords.rb: do not change API with frozen-string-literalnormal2015-12-132-3/+12
* * object.c (rb_inspect): check the default internal encoding asshugo2015-12-133-6/+26
* * lib/shellwords.rb: Turn on frozen-string-literal after fixingknu2015-12-132-3/+8
* KNOWNBUGS.rb: Fixed typo, made more explicit [ci skip]duerst2015-12-132-2/+8
* * ext/openssl/ossl_ssl.c (ssl_npn_select_cb_common): fix parsingnaruse2015-12-132-10/+14