aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ruby.c (proc_options): update according to the last API revert.matz2008-01-041-1/+1
* * include/ruby/encoding.h (rb_isascii): defined.akr2008-01-011-3/+3
* * ruby.c (process_options): rejects dummy encoding.nobu2007-12-311-0/+3
* * ruby.c (proc_options, process_options): delays finding encodingnobu2007-12-311-6/+9
* * encoding.c (Init_encoding): register Windows-31J and its alias.usa2007-12-291-1/+2
* unused variable removed.akr2007-12-281-1/+0
* * encoding.c (rb_locale_encoding): should check return value fromusa2007-12-281-18/+1
* * ruby.c (proc_options): encoding option in shbang and RUBYOPT did notnobu2007-12-251-8/+7
* * include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c,akr2007-12-221-2/+2
* * encoding.c (rb_ascii_encoding): renamed from previousmatz2007-12-211-2/+2
* * encoding.c (rb_enc_register): set encoding constant.nobu2007-12-211-4/+8
* fix previous locale_encoding change.akr2007-12-211-0/+1
* * encoding.c (rb_locale_charmap): return nil if no locale information.akr2007-12-211-1/+4
* * encoding.c: include locale.hakr2007-12-211-26/+8
* * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr2007-12-211-1/+1
* * re.c, regerror.c, string.c, parse.y, ruby.c, file.c:akr2007-12-121-1/+1
* * re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr2007-12-091-1/+1
* * ruby.c (proc_options): make rb_raise format as a string literal to akr2007-12-081-6/+6
* * ruby.c (process_options): reverted c flag.nobu2007-12-041-0/+5
* * encoding.c: rename primary_encoding -> default_external (encoding).matz2007-12-011-2/+2
* * ruby.c (usage): fix typo on --disable-gems option.akr2007-11-151-1/+1
* * common.mk (parse.c), ext/ripper/depend (ripper.c): process afternobu2007-11-131-3/+5
* * gem_prelude.rb: new file for gem libraries. currently empty.akr2007-11-101-0/+16
* * ruby.c (locale_encoding): guestimate encoding from environmentnobu2007-11-091-4/+35
* * ruby.c (set_arg0): fix breaking environ bugs.ko12007-11-091-6/+9
* * configure.in: --with-vendordir implemented.akr2007-11-031-0/+7