| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * ruby.c (load_file): local variable was not initialized when -x flag | nobu | 2008-01-13 | 1 | -2/+1 |
* | * ruby.c (load_file): script files should not be affected by locale. | nobu | 2008-01-13 | 1 | -2/+6 |
* | * ruby.c (proc_options): fixed typo. | nobu | 2008-01-13 | 1 | -1/+1 |
* | * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed. | naruse | 2008-01-13 | 1 | -2/+2 |
* | * ruby.c (process_options): -e'script' is locale encoding by default. | naruse | 2008-01-11 | 1 | -8/+8 |
* | * ruby.c (process_options): give priority command line encoding option | nobu | 2008-01-09 | 1 | -8/+25 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * ruby.c (proc_options): no need for intermediate object. | nobu | 2008-01-05 | 1 | -1/+1 |
* | * ruby.c (proc_options): update according to the last API revert. | matz | 2008-01-04 | 1 | -1/+1 |
* | * include/ruby/encoding.h (rb_isascii): defined. | akr | 2008-01-01 | 1 | -3/+3 |
* | * ruby.c (process_options): rejects dummy encoding. | nobu | 2007-12-31 | 1 | -0/+3 |
* | * ruby.c (proc_options, process_options): delays finding encoding | nobu | 2007-12-31 | 1 | -6/+9 |
* | * encoding.c (Init_encoding): register Windows-31J and its alias. | usa | 2007-12-29 | 1 | -1/+2 |
* | unused variable removed. | akr | 2007-12-28 | 1 | -1/+0 |
* | * encoding.c (rb_locale_encoding): should check return value from | usa | 2007-12-28 | 1 | -18/+1 |
* | * ruby.c (proc_options): encoding option in shbang and RUBYOPT did not | nobu | 2007-12-25 | 1 | -8/+7 |
* | * include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c, | akr | 2007-12-22 | 1 | -2/+2 |
* | * encoding.c (rb_ascii_encoding): renamed from previous | matz | 2007-12-21 | 1 | -2/+2 |
* | * encoding.c (rb_enc_register): set encoding constant. | nobu | 2007-12-21 | 1 | -4/+8 |
* | fix previous locale_encoding change. | akr | 2007-12-21 | 1 | -0/+1 |
* | * encoding.c (rb_locale_charmap): return nil if no locale information. | akr | 2007-12-21 | 1 | -1/+4 |
* | * encoding.c: include locale.h | akr | 2007-12-21 | 1 | -26/+8 |
* | * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb, | akr | 2007-12-21 | 1 | -1/+1 |
* | * re.c, regerror.c, string.c, parse.y, ruby.c, file.c: | akr | 2007-12-12 | 1 | -1/+1 |
* | * re.c (rb_reg_expr_str): use \xHH instead of \OOO. | akr | 2007-12-09 | 1 | -1/+1 |
* | * ruby.c (proc_options): make rb_raise format as a string literal to | akr | 2007-12-08 | 1 | -6/+6 |
* | * ruby.c (process_options): reverted c flag. | nobu | 2007-12-04 | 1 | -0/+5 |
* | * encoding.c: rename primary_encoding -> default_external (encoding). | matz | 2007-12-01 | 1 | -2/+2 |
* | * ruby.c (usage): fix typo on --disable-gems option. | akr | 2007-11-15 | 1 | -1/+1 |
* | * common.mk (parse.c), ext/ripper/depend (ripper.c): process after | nobu | 2007-11-13 | 1 | -3/+5 |
* | * gem_prelude.rb: new file for gem libraries. currently empty. | akr | 2007-11-10 | 1 | -0/+16 |
* | * ruby.c (locale_encoding): guestimate encoding from environment | nobu | 2007-11-09 | 1 | -4/+35 |
* | * ruby.c (set_arg0): fix breaking environ bugs. | ko1 | 2007-11-09 | 1 | -6/+9 |
* | * configure.in: --with-vendordir implemented. | akr | 2007-11-03 | 1 | -0/+7 |
* | * ruby.c (process_options): encoding set by command line option takes | nobu | 2007-10-23 | 1 | -1/+8 |
* | * ruby.c (proc_options): allow space after -E (encoding) option. | matz | 2007-10-22 | 1 | -1/+2 |
* | * ruby.c (process_options): set primary encoding from the parser | nobu | 2007-10-19 | 1 | -9/+1 |
* | * ruby.c (proc_options): fixed reversed condition. [ruby-core:12722] | nobu | 2007-10-17 | 1 | -1/+1 |
* | * encoding.c (rb_primary_encoding): added Encoding.primary_encoding. | nobu | 2007-10-16 | 1 | -6/+35 |
* | * ruby.c, debug.c: move debug enum and constants to debug.c. | akr | 2007-10-16 | 1 | -46/+0 |
* | * ruby.c (RUBY_ENCODING_SHIFT): added as enum. | akr | 2007-10-16 | 1 | -0/+3 |
* | * parse.y (parser_regx_options): check if regexp encoding option | nobu | 2007-10-16 | 1 | -4/+3 |
* | * include/ruby/node.h: make node flags as VALUE type. | akr | 2007-10-07 | 1 | -1/+6 |
* | * include/ruby/ruby.h: enum ruby_value_flags removed. | akr | 2007-10-07 | 1 | -1/+30 |
* | * ruby.c (ruby_process_options): push frame with program name. | nobu | 2007-10-03 | 1 | -10/+20 |
* | * ruby.c (require_libraries): use require method instead of calling | nobu | 2007-10-01 | 1 | -5/+4 |
* | * eval.c (ruby_options), ruby.c (proc_options, process_options): not | nobu | 2007-10-01 | 1 | -5/+5 |
* | * main.c (main): use platform-independent per-process initialization. | nobu | 2007-09-29 | 1 | -5/+37 |
* | * ruby.c (origarg): commit miss. | nobu | 2007-09-28 | 1 | -1/+1 |
* | * ruby.c (struct cmdline_options): static variables packed. | nobu | 2007-09-28 | 1 | -183/+199 |