aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* * ruby.c (rb_argv0): revised for ext/tk.nobu2008-06-101-0/+3
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-1/+2
* * ruby.c (require_libraries): req_list may be NULL. [ruby-dev:35008]matz2008-06-091-1/+1
* * vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, andnobu2008-06-091-7/+1
* * vm_core.h (struct rb_vm_struct): moved src_encoding_index.nobu2008-06-091-52/+49
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-2/+2
* * ruby.c (set_arg0): reverted used variable definition.nobu2008-06-011-0/+1
* * rational.c (string_to_r_internal): use rb_isdigit.naruse2008-06-011-6/+5
* * suppress warnings with -Wwrite-string.nobu2008-05-311-1/+1
* * ruby.c (process_options): --dump option exit immediately.nobu2008-05-201-0/+2
* * ruby.c (proc_options, process_options): --dump option.nobu2008-05-201-1/+26
* * ruby.c (ruby_init_gems), gem_prelude.rb: check if Gem is definednobu2008-05-121-3/+1
* * dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions.nobu2008-05-071-2/+3
* * ruby.c (process_options, ruby_set_argv): set encoding of rb_argvusa2008-05-071-5/+7
* * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu2008-04-301-5/+8
* * ruby.c (ruby_set_argv): ARGV should be locale encoding.naruse2008-04-261-0/+2
* * ruby.c (process_options): set safe_level before loading script.matz2008-04-241-1/+1
* * ruby.c (process_options): preludes and parser need to run in safenobu2008-04-151-0/+4
* * ruby.c (process_options): dln_find_file returns the pointer to anobu2008-04-151-8/+10
* * include/ruby/intern.h (rb_argv): replaced with rb_get_argv().nobu2008-04-151-3/+0
* * eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options):nobu2008-04-121-8/+7
* * ruby.c (proc_options): checks if the word is empty.nobu2008-03-251-3/+3
* * ruby.c (usage): remove some unimportant lines to fit -h messagematz2008-03-101-3/+0
* * ruby.c (load_file): parse shebang in us-ascii. a patch fromnobu2008-03-021-0/+3
* * io.c (struct argf): packed ARGF stuffs.nobu2008-03-011-13/+14
* * ruby.c (enable_option, disable_option): allow all for all knownnobu2008-02-231-14/+27
* * debug.c (ruby_set_debug_option): separated ruby_each_words().nobu2008-02-231-8/+56
* * ruby.c (proc_options): check if argument for -E exists.nobu2008-02-231-13/+9
* * ruby.c (process_options): set default_external before loadingnaruse2008-02-151-2/+2
* * ruby.c (load_file): enc must effect source encoding.naruse2008-02-121-0/+1
* * ruby.c (load_file): the encoding of DATA follows the sourcenaruse2008-02-111-1/+1
* * parse.y (parser_initialize): set default script encoding as US-ASCII.usa2008-01-251-24/+7
* * ruby.c (load_file): set default to ASCII-8BIT explicitly if -Knobu2008-01-251-4/+2
* * ruby.c (process_options, load_file, rb_load_file): propagates scriptnobu2008-01-251-1/+6
* * ruby.c (process_options): set encoding of -e option from -E optionnobu2008-01-251-0/+3
* * ruby.c (cmdline_arguments): split argc and argv from cmdline_options.nobu2008-01-251-8/+15
* * ruby.c (process_options): not set encoding of -e option from -Enobu2008-01-251-2/+18
* * ruby.c (proc_options, process_options, load_file): shouldn't effectusa2008-01-251-17/+39
* * ruby.c (proc_optionc): -Kn means ASCII-8BIT.naruse2008-01-231-1/+1
* * parse.y (parser_prepare): get encoding from the first line.nobu2008-01-181-2/+9
* * ruby.c (proc_options): encoding libraries cannot be loaded untilnobu2008-01-151-8/+7
* * ruby.1: a patch to describe --encoding. a patch from Yuguimatz2008-01-141-0/+1
* * ruby.c (load_file): local variable was not initialized when -x flagnobu2008-01-131-2/+1
* * ruby.c (load_file): script files should not be affected by locale.nobu2008-01-131-2/+6
* * ruby.c (proc_options): fixed typo.nobu2008-01-131-1/+1
* * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed.naruse2008-01-131-2/+2
* * ruby.c (process_options): -e'script' is locale encoding by default.naruse2008-01-111-8/+8
* * ruby.c (process_options): give priority command line encoding optionnobu2008-01-091-8/+25
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * ruby.c (proc_options): no need for intermediate object.nobu2008-01-051-1/+1