summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* .editorconfig: Use spaces instead of tab except Makefileskazu2018-01-251-4/+4
* optparse.rb: literal newlinenobu2018-01-241-1/+1
* vm.c: remove unnecessary branchnormal2018-01-241-3/+1
* load.c: use fstring instead of OBJ_FREEZEnormal2018-01-241-5/+3
* ruby/ruby.h: remove unnecessary exports from C-APInormal2018-01-246-20/+10
* * 2018-01-25svn2018-01-241-1/+1
* ruby.c (open_load_file): avoid shadowing variable for errnonormal2018-01-241-1/+1
* system_spec.rb: add RubySpec for r62025k0kubun2018-01-242-0/+12
* process.c: add :exception option to Kernel.#systemk0kubun2018-01-245-17/+62
* mkmf.rb: werror on mswinnobu2018-01-241-0/+1
* dir.c: Dir#each_childnobu2018-01-243-0/+18
* NEWS: [Feature #14223] [ci skip]nobu2018-01-241-0/+2
* vm_args.c: to_proc refinementsnobu2018-01-242-1/+126
* Fix a typoyui-knk2018-01-241-1/+1
* Add documentation for the Kernel#warn :uplevel keywordkazu2018-01-241-0/+19
* init.c: encode socket error messagenobu2018-01-232-0/+20
* * 2018-01-24svn2018-01-231-1/+1
* getaddrinfo.c: ai_errlistnobu2018-01-231-0/+2
* parse.y: fix yytokentype function declarationsnobu2018-01-231-2/+2
* parse.y: added implicit parser_params argumentnobu2018-01-231-65/+65
* parse.y: added new_strterm wrappernobu2018-01-231-6/+11
* parse.y: concat dedented heredocnobu2018-01-231-3/+23
* * 2018-01-23svn2018-01-231-1/+1
* parse.y: removed implicit parser_params macrosnobu2018-01-231-414/+396
* use predefined IDskazu2018-01-227-12/+14
* mkmf.rb: ignore linker warningsnobu2018-01-221-1/+1
* time.c (num_exact): use predefined IDsnormal2018-01-221-2/+2
* time.c: constify compat_* tablesnormal2018-01-221-2/+2
* * 2018-01-22svn2018-01-211-1/+1
* parse.y: expand tokp macronobu2018-01-211-33/+31
* parse.y: add EXPR_NONEnobu2018-01-211-1/+2
* keywords: shrink struct kwtablenobu2018-01-213-3/+3
* parse.y: fix state after left bracenobu2018-01-211-1/+1
* parse.y: revert trace message to lex_statenobu2018-01-211-1/+1
* parse.y: use enum yytokentypenobu2018-01-211-1/+1
* parse.y: parser_token_value_print for yydebugnobu2018-01-211-0/+45
* Fix missing m4_include at r61982kazu2018-01-211-0/+2
* load.c: use rb_warning directlynormal2018-01-201-3/+1
* ext/ripper/tools/dsl.rb: Use String#sub instead of delete_suffixmame2018-01-201-1/+1
* parse.y: Remove unneeded macro nd_set_linemame2018-01-201-3/+0
* parse.y: Remove double meaning of new_qcall/new_command_qcallmame2018-01-202-36/+63
* ext/ripper/tools/dsl.rb: Serialize dispatch callsmame2018-01-201-4/+22
* parse.y: rewrite excessed_comma processmame2018-01-201-8/+4
* parse.y: Remove macros that are no longer usedmame2018-01-201-7/+0
* parse.y: Remove double meaning of new_op_assign, etc.mame2018-01-201-20/+31
* parse.y: Remove double meaning of new_xstring/new_string1mame2018-01-201-11/+5
* parse.y: remove double meaning of new_brace_body/new_do_bodymame2018-01-201-10/+10
* * 2018-01-21svn2018-01-201-1/+1
* parse.y: remove double meaning of const_path_field/top_const_fieldmame2018-01-201-16/+26
* Emacs friendliness [ci skip]shyouhei2018-01-2034-0/+34