aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ruby.c (process_options): encoding set by command line option takesnobu2007-10-231-1/+8
* * ruby.c (proc_options): allow space after -E (encoding) option.matz2007-10-221-1/+2
* * ruby.c (process_options): set primary encoding from the parsernobu2007-10-191-9/+1
* * ruby.c (proc_options): fixed reversed condition. [ruby-core:12722]nobu2007-10-171-1/+1
* * encoding.c (rb_primary_encoding): added Encoding.primary_encoding.nobu2007-10-161-6/+35
* * ruby.c, debug.c: move debug enum and constants to debug.c.akr2007-10-161-46/+0
* * ruby.c (RUBY_ENCODING_SHIFT): added as enum.akr2007-10-161-0/+3
* * parse.y (parser_regx_options): check if regexp encoding optionnobu2007-10-161-4/+3
* * include/ruby/node.h: make node flags as VALUE type.akr2007-10-071-1/+6
* * include/ruby/ruby.h: enum ruby_value_flags removed.akr2007-10-071-1/+30
* * ruby.c (ruby_process_options): push frame with program name.nobu2007-10-031-10/+20
* * ruby.c (require_libraries): use require method instead of callingnobu2007-10-011-5/+4
* * eval.c (ruby_options), ruby.c (proc_options, process_options): notnobu2007-10-011-5/+5
* * main.c (main): use platform-independent per-process initialization.nobu2007-09-291-5/+37
* * ruby.c (origarg): commit miss.nobu2007-09-281-1/+1
* * ruby.c (struct cmdline_options): static variables packed.nobu2007-09-281-183/+199
* * io.c (rb_io_fdopen): create IO object from fd.nobu2007-09-281-21/+46
* * parse.y (parser_initialize): set default encoding. [ruby-dev:31787]nobu2007-09-151-7/+10
* * ruby.c (proc_options): -W should be allowed in RUBYOPTmatz2007-09-121-1/+1
* * encoding.c: provide basic features for M17N.matz2007-08-251-7/+10
* * dln.c (load_1, dln_find_1): constified.nobu2007-07-261-2/+2
* * dln.c (conv_to_posix_path): removed.nobu2007-07-261-92/+109
* * parse.y (rb_parser_append_print, rb_parser_while_loop): moved checknobu2007-07-181-2/+2
* * ruby.c: Qfalse is VALUE, not pointer.usa2007-07-051-1/+1
* * ruby.c (proc_options): moved do_print and do_loop optionsnobu2007-07-051-9/+9
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-051-53/+27
* * include/ruby/{node,ruby}.h, ruby.c: added enum constants for gdbnobu2007-07-051-0/+9
* * eval.c: remove ruby_current_node and change eval() prototype.ko12007-06-241-5/+0
* * eval_*.h: rename to eval_*.ci.ko12007-06-241-2/+0
* * include/ruby: moved public headers.nobu2007-06-101-4/+4
* * ruby.c (set_arg0): support RSTRING_LEN on HP-UX. a patch frommatz2007-05-221-10/+10
* * ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle givennobu2007-05-181-9/+13
* * Merge YARVko12006-12-311-118/+179