summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
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
2008-01-13* encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed.naruse
2008-01-11* ruby.c (process_options): -e'script' is locale encoding by default.naruse
2008-01-09* ruby.c (process_options): give priority command line encoding optionnobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2008-01-05* ruby.c (proc_options): no need for intermediate object.nobu
2008-01-04* ruby.c (proc_options): update according to the last API revert.matz
2008-01-01* include/ruby/encoding.h (rb_isascii): defined.akr
2007-12-31* ruby.c (process_options): rejects dummy encoding.nobu
2007-12-31* ruby.c (proc_options, process_options): delays finding encodingnobu
2007-12-29 * encoding.c (Init_encoding): register Windows-31J and its alias.usa
2007-12-28unused variable removed.akr
2007-12-28 * encoding.c (rb_locale_encoding): should check return value fromusa
2007-12-25* ruby.c (proc_options): encoding option in shbang and RUBYOPT did notnobu
2007-12-22* include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c,akr
2007-12-21* encoding.c (rb_ascii_encoding): renamed from previousmatz
2007-12-21* encoding.c (rb_enc_register): set encoding constant.nobu
2007-12-21fix previous locale_encoding change.akr
2007-12-21* encoding.c (rb_locale_charmap): return nil if no locale information.akr
2007-12-21* encoding.c: include locale.hakr
2007-12-21* regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr
2007-12-12* re.c, regerror.c, string.c, parse.y, ruby.c, file.c:akr
2007-12-09* re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr
2007-12-08* ruby.c (proc_options): make rb_raise format as a string literal to akr
2007-12-04* ruby.c (process_options): reverted c flag.nobu
2007-12-01* encoding.c: rename primary_encoding -> default_external (encoding).matz
2007-11-15* ruby.c (usage): fix typo on --disable-gems option.akr
2007-11-13* common.mk (parse.c), ext/ripper/depend (ripper.c): process afternobu
2007-11-10* gem_prelude.rb: new file for gem libraries. currently empty.akr
2007-11-09* ruby.c (locale_encoding): guestimate encoding from environmentnobu
2007-11-09* ruby.c (set_arg0): fix breaking environ bugs.ko1