Age | Commit message (Expand) | Author |
2007-12-21 | * encoding.c: include locale.h | akr |
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 after | nobu |
2007-11-10 | * gem_prelude.rb: new file for gem libraries. currently empty. | akr |
2007-11-09 | * ruby.c (locale_encoding): guestimate encoding from environment | nobu |
2007-11-09 | * ruby.c (set_arg0): fix breaking environ bugs. | ko1 |
2007-11-03 | * configure.in: --with-vendordir implemented. | akr |
2007-10-23 | * ruby.c (process_options): encoding set by command line option takes | nobu |
2007-10-22 | * ruby.c (proc_options): allow space after -E (encoding) option. | matz |
2007-10-19 | * ruby.c (process_options): set primary encoding from the parser | nobu |
2007-10-17 | * ruby.c (proc_options): fixed reversed condition. [ruby-core:12722] | nobu |
2007-10-16 | * encoding.c (rb_primary_encoding): added Encoding.primary_encoding. | nobu |
2007-10-16 | * ruby.c, debug.c: move debug enum and constants to debug.c. | akr |
2007-10-16 | * ruby.c (RUBY_ENCODING_SHIFT): added as enum. | akr |
2007-10-16 | * parse.y (parser_regx_options): check if regexp encoding option | nobu |
2007-10-07 | * include/ruby/node.h: make node flags as VALUE type. | akr |
2007-10-07 | * include/ruby/ruby.h: enum ruby_value_flags removed. | akr |
2007-10-03 | * ruby.c (ruby_process_options): push frame with program name. | nobu |
2007-10-01 | * ruby.c (require_libraries): use require method instead of calling | nobu |
2007-10-01 | * eval.c (ruby_options), ruby.c (proc_options, process_options): not | nobu |
2007-09-29 | * main.c (main): use platform-independent per-process initialization. | nobu |
2007-09-28 | * ruby.c (origarg): commit miss. | nobu |
2007-09-28 | * ruby.c (struct cmdline_options): static variables packed. | nobu |
2007-09-28 | * io.c (rb_io_fdopen): create IO object from fd. | nobu |
2007-09-15 | * parse.y (parser_initialize): set default encoding. [ruby-dev:31787] | nobu |
2007-09-12 | * ruby.c (proc_options): -W should be allowed in RUBYOPT | matz |
2007-08-25 | * encoding.c: provide basic features for M17N. | matz |
2007-07-26 | * dln.c (load_1, dln_find_1): constified. | nobu |
2007-07-26 | * dln.c (conv_to_posix_path): removed. | nobu |
2007-07-18 | * parse.y (rb_parser_append_print, rb_parser_while_loop): moved check | nobu |
2007-07-05 | * ruby.c: Qfalse is VALUE, not pointer. | usa |
2007-07-05 | * ruby.c (proc_options): moved do_print and do_loop options | nobu |
2007-07-05 | * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c, | nobu |
2007-07-05 | * include/ruby/{node,ruby}.h, ruby.c: added enum constants for gdb | nobu |
2007-06-24 | * eval.c: remove ruby_current_node and change eval() prototype. | ko1 |
2007-06-24 | * eval_*.h: rename to eval_*.ci. | ko1 |
2007-06-10 | * include/ruby: moved public headers. | nobu |
2007-05-22 | * ruby.c (set_arg0): support RSTRING_LEN on HP-UX. a patch from | matz |
2007-05-18 | * ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle given | nobu |
2006-12-31 | * Merge YARV | ko1 |
2006-09-02 | * ruby.h (struct RArray): embed small arrays. | matz |
2006-08-31 | * ruby.h (struct RString): embed small strings. | matz |
2006-08-16 | * ruby.c (set_arg0): fill argv other than the first with an empty | nobu |
2006-07-21 | * ruby.c (proc_options): script is never used while recursing. | nobu |