aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* * node.h (ast_t): renamed to `rb_ast_t`.ko12017-10-291-5/+5
* Revert "Revert "Manage AST NODEs out of GC""mame2017-10-271-14/+21
* Revert "Manage AST NODEs out of GC"mame2017-10-271-21/+14
* Manage AST NODEs out of GCmame2017-10-271-14/+21
* ruby.c: fix r60393nobu2017-10-241-1/+4
* parse.y: rb_parser_set_optionsnobu2017-10-241-9/+4
* The encoding of __FILE__ and __dir__ should be sameusa2017-10-211-0/+5
* ruby.c: reject NUL in $0nobu2017-10-191-4/+10
* ruby.c: show help messages of --dumpsonots2017-09-201-6/+17
* ruby.c: paragraph mode by -00nobu2017-09-201-1/+1
* ruby.c: ignore non-option in shebang linenobu2017-08-101-3/+3
* ruby.c: origargnobu2017-08-091-15/+26
* RUBY_DEVEL flagnobu2017-06-211-0/+2
* ruby.c: debug options in command linenobu2017-06-211-0/+4
* ruby.c: script name in UTF-8nobu2017-06-081-6/+9
* ruby.c: dladdr_path is not used on cygwinnobu2017-06-031-1/+1
* improve English for a warning messageduerst2017-06-011-1/+1
* ruby.c: file in load_file argumentnobu2017-05-281-14/+14
* ruby.c: shrink ruby_cmdline_options_tnobu2017-05-281-9/+11
* ruby.c: encode script namenobu2017-05-171-8/+10
* ruby.c: defining DATAnobu2017-01-311-20/+18
* ruby.c: forbid optionsnobu2017-01-311-8/+6
* declare `rb_w32_sysinit` in header.usa2016-12-131-1/+0
* ruby.c: dump optionnobu2016-12-071-9/+19
* ruby.c: retry loading with GCnobu2016-10-211-1/+7
* * ruby.c (open_load_file): revert r56385. it introduced incompatibilityusa2016-10-121-9/+6
* ruby.c: fix macrosnobu2016-10-121-2/+2
* ruby.c: bind fd before waitingnobu2016-10-101-13/+11
* ruby.c: compare with EXEEXTnobu2016-10-101-3/+7
* ruby.c: open in binary mode to loadnobu2016-10-101-6/+9
* ruby_cmdline_options_tnobu2016-08-191-18/+20
* rb_funcallvnobu2016-07-291-1/+1
* * vm_core.h: revisit the structure of frame, block and env.ko12016-07-281-7/+4
* ruby.c: refix r55260nobu2016-06-031-1/+3
* * ruby.c (process_options): need to duplicate path before passing it tousa2016-06-031-1/+1
* ruby.c: no MAXPATHLEN for loadpathnobu2016-06-021-6/+35
* Fix -e script encodingnobu2016-04-261-2/+19
* Revert r54742nobu2016-04-241-13/+3
* Fix compile error other than gccnobu2016-04-241-3/+13
* ruby.c: fix command line encoding on cygwinnobu2016-04-231-0/+2
* remove rb_thread_t::parse_in_evalnobu2016-03-281-31/+19
* SyntaxError message at iseq compilenobu2016-03-191-0/+8
* ruby.c: reduce fstatnobu2016-03-141-11/+4
* Revert r54082 "ruby.c: load in binary mode"nobu2016-03-111-5/+2
* ruby.c: load in binary modenobu2016-03-111-2/+5
* ruby.c: extra commanobu2016-03-081-20/+32
* test_rubyoptions.rb: fix testnobu2016-03-071-4/+2
* * ruby.c (warn_cr_in_shebang): meaningless check on DOSISH platforms.usa2016-03-071-0/+6
* ruby.c: warn_cr_in_shebangnobu2016-03-041-0/+10
* ruby.c: simplifynobu2016-03-041-9/+10