summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
2008-07-01 * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei
2008-06-26* ruby.c (set_arg0, ruby_prog_init): freeze $0. a patch from Keitanobu
2008-06-18* ruby.c (verbose_setter, opt_W_getter): fixed prototypes.nobu
2008-06-18 * ruby.c (opt_W_getter): use ruby_verbose directly instead of parameterusa
2008-06-17* ruby.c (opt_W_getter): made a hooked variable.nobu
2008-06-10* ruby.c (rb_argv0): revised for ext/tk.nobu
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-09* ruby.c (require_libraries): req_list may be NULL. [ruby-dev:35008]matz
2008-06-09* vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, andnobu
2008-06-09* vm_core.h (struct rb_vm_struct): moved src_encoding_index.nobu
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-01* ruby.c (set_arg0): reverted used variable definition.nobu
2008-06-01* rational.c (string_to_r_internal): use rb_isdigit.naruse
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-20* ruby.c (process_options): --dump option exit immediately.nobu
2008-05-20* ruby.c (proc_options, process_options): --dump option.nobu
2008-05-12* ruby.c (ruby_init_gems), gem_prelude.rb: check if Gem is definednobu
2008-05-07* dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions.nobu
2008-05-07 * ruby.c (process_options, ruby_set_argv): set encoding of rb_argvusa
2008-04-30* load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu
2008-04-26* ruby.c (ruby_set_argv): ARGV should be locale encoding.naruse
2008-04-24* ruby.c (process_options): set safe_level before loading script.matz
2008-04-15* ruby.c (process_options): preludes and parser need to run in safenobu
2008-04-15* ruby.c (process_options): dln_find_file returns the pointer to anobu
2008-04-15* include/ruby/intern.h (rb_argv): replaced with rb_get_argv().nobu
2008-04-12* eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options):nobu
2008-03-25* ruby.c (proc_options): checks if the word is empty.nobu
2008-03-10* ruby.c (usage): remove some unimportant lines to fit -h messagematz
2008-03-02* ruby.c (load_file): parse shebang in us-ascii. a patch fromnobu
2008-03-01* io.c (struct argf): packed ARGF stuffs.nobu
2008-02-23* ruby.c (enable_option, disable_option): allow all for all knownnobu
2008-02-23* debug.c (ruby_set_debug_option): separated ruby_each_words().nobu
2008-02-23* ruby.c (proc_options): check if argument for -E exists.nobu
2008-02-15* ruby.c (process_options): set default_external before loadingnaruse
2008-02-12* ruby.c (load_file): enc must effect source encoding.naruse
2008-02-11* ruby.c (load_file): the encoding of DATA follows the sourcenaruse
2008-01-25 * parse.y (parser_initialize): set default script encoding as US-ASCII.usa
2008-01-25* ruby.c (load_file): set default to ASCII-8BIT explicitly if -Knobu
2008-01-25* ruby.c (process_options, load_file, rb_load_file): propagates scriptnobu
2008-01-25* ruby.c (process_options): set encoding of -e option from -E optionnobu
2008-01-25* ruby.c (cmdline_arguments): split argc and argv from cmdline_options.nobu
2008-01-25* ruby.c (process_options): not set encoding of -e option from -Enobu
2008-01-25 * ruby.c (proc_options, process_options, load_file): shouldn't effectusa
2008-01-23* ruby.c (proc_optionc): -Kn means ASCII-8BIT.naruse
2008-01-18* parse.y (parser_prepare): get encoding from the first line.nobu
2008-01-15* ruby.c (proc_options): encoding libraries cannot be loaded untilnobu
2008-01-14* ruby.1: a patch to describe --encoding. a patch from Yuguimatz
2008-01-13* ruby.c (load_file): local variable was not initialized when -x flagnobu
2008-01-13* ruby.c (load_file): script files should not be affected by locale.nobu
2008-01-13* ruby.c (proc_options): fixed typo.nobu