| Commit message (Expand) | Author | Age | Files | Lines |
* | * parse.y (yycompile0): remove setting parser->enc because it is set | usa | 2008-01-09 | 1 | -1/+0 |
* | * parse.y (parser_prepare): set parser->enc from lex_input for ripper. | usa | 2008-01-09 | 1 | -0/+1 |
* | * encoding.c (rb_enc_internal_get_index): extracted from | akr | 2008-01-07 | 1 | -1/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * include/ruby/ruby.h (rb_intern): memorize interned ID for constant | akr | 2008-01-04 | 1 | -0/+1 |
* | * parse.y (parser_magic_comment): use STRNCASECMP. | akr | 2008-01-03 | 1 | -2/+2 |
* | * parse.y (program, yycompile0): too early to drop lex_lastline in | nobu | 2007-12-30 | 1 | -2/+2 |
* | * parse.y (program): clear input strings after all process. | nobu | 2007-12-30 | 1 | -6/+9 |
* | * parse.y, transcode_data.h, transcode.c: change "illegal" to | akr | 2007-12-27 | 1 | -1/+1 |
* | * parse.y (struct parser_params): make parser_ruby_sourcefile common | akr | 2007-12-25 | 1 | -9/+22 |
* | * parse.y (rb_id2str): fill klass of returned string as rb_cString. | akr | 2007-12-24 | 1 | -4/+12 |
* | * include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c, | akr | 2007-12-22 | 1 | -3/+3 |
* | * parse.y (reg_named_capture_assign_iter): allows non-ascii names and | nobu | 2007-12-22 | 1 | -2/+2 |
* | * parse.y (reg_named_capture_assign_iter): just ignore the | matz | 2007-12-22 | 1 | -2/+0 |
* | * parse.y (reg_named_capture_assign_iter): captured name should | matz | 2007-12-22 | 1 | -1/+2 |
* | * parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed. | usa | 2007-12-21 | 1 | -3/+3 |
* | * parse.y (command): block from cmd_brace_block was ignored. | matz | 2007-12-21 | 1 | -3/+6 |
* | * encoding.c (rb_enc_init): use enc_register_at() directly. | nobu | 2007-12-21 | 1 | -1/+1 |
* | * keywords, parse.y (__ENCODING__): represent script encoding. | nobu | 2007-12-21 | 1 | -1/+7 |
* | * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb, | akr | 2007-12-21 | 1 | -2/+2 |
* | * parse.y (reg_named_capture_assign_iter): get rid of creating | nobu | 2007-12-19 | 1 | -5/+15 |
* | * parse.y (reg_named_capture_assign_iter): remove C99 dependency. | nobu | 2007-12-19 | 1 | -1/+2 |
* | * parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexp | akr | 2007-12-18 | 1 | -0/+82 |
* | * parse.y (op_tbl): remove duplication to avoid symbol aliases. | matz | 2007-12-18 | 1 | -6/+0 |
* | * parse.y (parser_encode_length): chomp eol style modifiers. | nobu | 2007-12-17 | 1 | -4/+28 |
* | * re.c, regerror.c, string.c, parse.y, ruby.c, file.c: | akr | 2007-12-12 | 1 | -1/+1 |
* | * parse.y (expr): 'not' and '!' should act as conditional | matz | 2007-12-12 | 1 | -3/+3 |
* | * parse.y (shadowing_lvar_gen): no duplicate error for "_". | matz | 2007-12-10 | 1 | -14/+18 |
* | * parse.y (parser_yylex): wrong token was generated. [ruby-dev:32498] | matz | 2007-12-09 | 1 | -2/+2 |
* | * re.c (rb_reg_expr_str): use \xHH instead of \OOO. | akr | 2007-12-09 | 1 | -1/+1 |
* | * parse.y (expr): redefinable not (!) operator. | matz | 2007-12-09 | 1 | -71/+27 |
* | * parse.y (parser_magic_comment): delimits with a semicolon. | nobu | 2007-12-09 | 1 | -1/+1 |
* | * re.c (rb_reg_check_preprocess): new function for validating regexp | akr | 2007-12-08 | 1 | -2/+18 |
* | * encoding.c (rb_enc_mbclen): make it never fail. | akr | 2007-12-08 | 1 | -10/+12 |
* | * parse.y (arg): typo fixed ("!" -> "|") in the ripper code. | matz | 2007-12-07 | 1 | -1/+1 |
* | * parse.y (arg): tUPLUS no longer works as identity operation any | matz | 2007-12-07 | 1 | -6/+1 |
* | * parse.y (rb_intern3): fix to changing encoding to default, and | nobu | 2007-12-05 | 1 | -18/+6 |
* | * parse.y (yycompile): get rid of tracing while parsing. | nobu | 2007-12-05 | 1 | -13/+20 |
* | * parse.y (parser_tokadd_mbchar): fix for ASCII chars. [ruby-dev:32432] | nobu | 2007-12-02 | 1 | -5/+10 |
* | * parse.y (parser_tokadd_mbchar): check insufficient multibyte char. | nobu | 2007-12-02 | 1 | -9/+12 |
* | * parse.y (regexp): fix /#{}\xa1\xa2/e to be EUC-JP. | akr | 2007-12-02 | 1 | -3/+19 |
* | * include/ruby/intern.h (rb_uv_to_utf8): declared. | akr | 2007-12-01 | 1 | -116/+93 |
* | * encoding.c: rename primary_encoding -> default_external (encoding). | matz | 2007-12-01 | 1 | -1/+1 |
* | * parse.y (newline_node): always remove NODE_BEGIN. | nobu | 2007-11-30 | 1 | -2/+3 |
* | * parse.y (stmt): remove unnecessary NODE_BEGIN. [ruby-core:13814] | nobu | 2007-11-29 | 1 | -7/+8 |
* | * include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: | akr | 2007-11-27 | 1 | -9/+9 |
* | * re.c (REG_CASESTATE): unused macro removed. | akr | 2007-11-23 | 1 | -1/+1 |
* | * include/ruby/ruby.h: rename RFloat#double_value -> float_value. | ko1 | 2007-11-20 | 1 | -1/+1 |
* | * parse.y (parser_read_escape): has8bit flag may be set with control | nobu | 2007-11-20 | 1 | -1/+1 |
* | * parse.y (parser_prepare): set begging after BOM if exists. | nobu | 2007-11-20 | 1 | -0/+1 |