summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
2008-11-11ruby.c (set_internal_encoding_once): fix typo in error stringdavidflanagan
2008-10-30* ruby.c (process_options): delays setting safe level.nobu
2008-10-30* ruby.c (load_file_internal): should not set script encoding tomatz
2008-10-30* ruby.c (moreswitches): splits option string and passes arguments.nobu
2008-10-29* ruby.c (load_file_internal): use ASCII-8BIT to prevent conversion.nobu
2008-10-29* ruby.c (load_file_internal): cache common interned IDs.nobu
2008-10-27* ruby.c (load_file): preserves $.. [ruby-dev:36937]nobu
2008-10-25* ruby.c (usage): updated the description of -E option.yugui
2008-10-18* string.c (rb_external_str_new): a new function to convert frommatz
2008-10-16* ruby.c (proc_options): no warning when default_external alreadymatz
2008-10-15* ruby.c (process_options): -U should be allowed in RUBYOPTmatz
2008-10-14* ruby.c (proc_options): -U can be followed by other options.nobu
2008-10-14* ruby.c (set_internal_encoding_once): check double contradictedmatz
2008-10-12* ruby.c (proc_options): add -U command line option to specifymatz
2008-10-07* encoding.c (rb_default_internal_encoding): merged a patch frommatz
2008-10-04* dln.c: Ruby no longer supports VMS.yugui
2008-10-04* dln.c: Ruby no longer supports Windows CE.yugui
2008-10-04* dln.c: Ruby no longer supports MacOS 9 or before.yugui
2008-10-04* dln.c: Ruby no longer supports MS-DOS.yugui
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 ofko1
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 asnobu
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-01forgot to commitshyouhei
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