| Commit message (Expand) | Author | Age | Files | Lines |
* | * ruby.c (ruby_init_gems), gem_prelude.rb: check if Gem is defined | nobu | 2008-05-12 | 1 | -3/+1 |
* | * dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions. | nobu | 2008-05-07 | 1 | -2/+3 |
* | * ruby.c (process_options, ruby_set_argv): set encoding of rb_argv | usa | 2008-05-07 | 1 | -5/+7 |
* | * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM. | nobu | 2008-04-30 | 1 | -5/+8 |
* | * ruby.c (ruby_set_argv): ARGV should be locale encoding. | naruse | 2008-04-26 | 1 | -0/+2 |
* | * ruby.c (process_options): set safe_level before loading script. | matz | 2008-04-24 | 1 | -1/+1 |
* | * ruby.c (process_options): preludes and parser need to run in safe | nobu | 2008-04-15 | 1 | -0/+4 |
* | * ruby.c (process_options): dln_find_file returns the pointer to a | nobu | 2008-04-15 | 1 | -8/+10 |
* | * include/ruby/intern.h (rb_argv): replaced with rb_get_argv(). | nobu | 2008-04-15 | 1 | -3/+0 |
* | * eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options): | nobu | 2008-04-12 | 1 | -8/+7 |
* | * ruby.c (proc_options): checks if the word is empty. | nobu | 2008-03-25 | 1 | -3/+3 |
* | * ruby.c (usage): remove some unimportant lines to fit -h message | matz | 2008-03-10 | 1 | -3/+0 |
* | * ruby.c (load_file): parse shebang in us-ascii. a patch from | nobu | 2008-03-02 | 1 | -0/+3 |
* | * io.c (struct argf): packed ARGF stuffs. | nobu | 2008-03-01 | 1 | -13/+14 |
* | * ruby.c (enable_option, disable_option): allow all for all known | nobu | 2008-02-23 | 1 | -14/+27 |
* | * debug.c (ruby_set_debug_option): separated ruby_each_words(). | nobu | 2008-02-23 | 1 | -8/+56 |
* | * ruby.c (proc_options): check if argument for -E exists. | nobu | 2008-02-23 | 1 | -13/+9 |
* | * ruby.c (process_options): set default_external before loading | naruse | 2008-02-15 | 1 | -2/+2 |
* | * ruby.c (load_file): enc must effect source encoding. | naruse | 2008-02-12 | 1 | -0/+1 |
* | * ruby.c (load_file): the encoding of DATA follows the source | naruse | 2008-02-11 | 1 | -1/+1 |
* | * parse.y (parser_initialize): set default script encoding as US-ASCII. | usa | 2008-01-25 | 1 | -24/+7 |
* | * ruby.c (load_file): set default to ASCII-8BIT explicitly if -K | nobu | 2008-01-25 | 1 | -4/+2 |
* | * ruby.c (process_options, load_file, rb_load_file): propagates script | nobu | 2008-01-25 | 1 | -1/+6 |
* | * ruby.c (process_options): set encoding of -e option from -E option | nobu | 2008-01-25 | 1 | -0/+3 |
* | * ruby.c (cmdline_arguments): split argc and argv from cmdline_options. | nobu | 2008-01-25 | 1 | -8/+15 |
* | * ruby.c (process_options): not set encoding of -e option from -E | nobu | 2008-01-25 | 1 | -2/+18 |
* | * ruby.c (proc_options, process_options, load_file): shouldn't effect | usa | 2008-01-25 | 1 | -17/+39 |
* | * ruby.c (proc_optionc): -Kn means ASCII-8BIT. | naruse | 2008-01-23 | 1 | -1/+1 |
* | * parse.y (parser_prepare): get encoding from the first line. | nobu | 2008-01-18 | 1 | -2/+9 |
* | * ruby.c (proc_options): encoding libraries cannot be loaded until | nobu | 2008-01-15 | 1 | -8/+7 |
* | * ruby.1: a patch to describe --encoding. a patch from Yugui | matz | 2008-01-14 | 1 | -0/+1 |
* | * ruby.c (load_file): local variable was not initialized when -x flag | nobu | 2008-01-13 | 1 | -2/+1 |
* | * ruby.c (load_file): script files should not be affected by locale. | nobu | 2008-01-13 | 1 | -2/+6 |
* | * ruby.c (proc_options): fixed typo. | nobu | 2008-01-13 | 1 | -1/+1 |
* | * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed. | naruse | 2008-01-13 | 1 | -2/+2 |
* | * ruby.c (process_options): -e'script' is locale encoding by default. | naruse | 2008-01-11 | 1 | -8/+8 |
* | * ruby.c (process_options): give priority command line encoding option | nobu | 2008-01-09 | 1 | -8/+25 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * ruby.c (proc_options): no need for intermediate object. | nobu | 2008-01-05 | 1 | -1/+1 |
* | * ruby.c (proc_options): update according to the last API revert. | matz | 2008-01-04 | 1 | -1/+1 |
* | * include/ruby/encoding.h (rb_isascii): defined. | akr | 2008-01-01 | 1 | -3/+3 |
* | * ruby.c (process_options): rejects dummy encoding. | nobu | 2007-12-31 | 1 | -0/+3 |
* | * ruby.c (proc_options, process_options): delays finding encoding | nobu | 2007-12-31 | 1 | -6/+9 |
* | * encoding.c (Init_encoding): register Windows-31J and its alias. | usa | 2007-12-29 | 1 | -1/+2 |
* | unused variable removed. | akr | 2007-12-28 | 1 | -1/+0 |
* | * encoding.c (rb_locale_encoding): should check return value from | usa | 2007-12-28 | 1 | -18/+1 |
* | * ruby.c (proc_options): encoding option in shbang and RUBYOPT did not | nobu | 2007-12-25 | 1 | -8/+7 |
* | * include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c, | akr | 2007-12-22 | 1 | -2/+2 |
* | * encoding.c (rb_ascii_encoding): renamed from previous | matz | 2007-12-21 | 1 | -2/+2 |
* | * encoding.c (rb_enc_register): set encoding constant. | nobu | 2007-12-21 | 1 | -4/+8 |