Age | Commit message (Expand) | Author |
2008-10-04 | * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp. | yugui |
2008-10-04 | * x68/_dtos18.c: removed. Ruby no longer supports human68k. | yugui |
2008-09-23 | * include/ruby/node.h, node.h: move node.h from include path. | ko1 |
2008-09-23 | * include/ruby/node.h, vm_core.h: move definition of | ko1 |
2008-09-15 | * gc.c, include/ruby/ruby.h: rename rb_register_mark_object() | ko1 |
2008-09-14 | * ruby.c (process_options): associates the locale encoding with $0 as | nobu |
2008-08-25 | * include/ruby/intern.h (rb_io_ungetbyte): added prototype. | nobu |
2008-08-13 | * object.c (rb_obj_untrusted): new method Object#untrusted?. | shugo |
2008-07-01 | forgot to commit | shyouhei |
2008-07-01 | * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbids | shyouhei |
2008-06-26 | * ruby.c (set_arg0, ruby_prog_init): freeze $0. a patch from Keita | nobu |
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 parameter | usa |
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, and | nobu |
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 defined | nobu |
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_argv | usa |
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 safe | nobu |
2008-04-15 | * ruby.c (process_options): dln_find_file returns the pointer to a | nobu |
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 message | matz |
2008-03-02 | * ruby.c (load_file): parse shebang in us-ascii. a patch from | nobu |
2008-03-01 | * io.c (struct argf): packed ARGF stuffs. | nobu |
2008-02-23 | * ruby.c (enable_option, disable_option): allow all for all known | nobu |
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 loading | naruse |
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 source | naruse |
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 -K | nobu |
2008-01-25 | * ruby.c (process_options, load_file, rb_load_file): propagates script | nobu |
2008-01-25 | * ruby.c (process_options): set encoding of -e option from -E option | nobu |
2008-01-25 | * ruby.c (cmdline_arguments): split argc and argv from cmdline_options. | nobu |