| Commit message (Expand) | Author | Age | Files | Lines |
* | * debug.c, parse.y: fixed types. | nobu | 2009-09-14 | 1 | -74/+70 |
* | * parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay. | naruse | 2009-09-10 | 1 | -2/+7 |
* | Only 1 kcode effects options [ruby-core:25411] | naruse | 2009-09-09 | 1 | -1/+3 |
* | * include/ruby/ruby.h (rb_data_type_struct): constified dsize. | nobu | 2009-09-09 | 1 | -1/+1 |
* | * parse.y (literal_concat_gen): concat body from dstr instead of | nobu | 2009-09-03 | 1 | -1/+3 |
* | * parse.y (fname): removed duplication. | nobu | 2009-09-03 | 1 | -4/+0 |
* | *regparse.c (CC_DUP_WARN): use rb_compile_warn if ScanEnv has source | naruse | 2009-08-30 | 1 | -2/+2 |
* | * parse.y (rb_enc_symname2_p): not depend on nul terminator. | nobu | 2009-08-30 | 1 | -1/+1 |
* | * parse.y (reduce_nodes_gen): preserve NODE_FL_NEWLINE flag during | mame | 2009-08-20 | 1 | -0/+4 |
* | * parse.y (ENABLE_SELECTOR_NAMESPACE): defaulted to 0. | nobu | 2009-08-20 | 1 | -0/+4 |
* | * parse.y (ivar2_hash_type): disabled for now. | nobu | 2009-08-20 | 1 | -0/+6 |
* | * parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string): | nobu | 2009-08-17 | 1 | -15/+36 |
* | * parse.y (yylex): should dispatch scan-event even when follows | nobu | 2009-08-16 | 1 | -1/+0 |
* | * parse.y (fname, string_dvar, sym, dsym, f_arglist): removed | nobu | 2009-08-15 | 1 | -13/+7 |
* | * parse.y (literal_concat0): tail can be nil. [ruby-dev:38980] | nobu | 2009-08-02 | 1 | -0/+1 |
* | * parse.y (literal_concat_gen): reduced unnecessary node at string | nobu | 2009-07-31 | 1 | -1/+7 |
* | * parse.y (literal_concat_gen): NODE_DSTR was incorrectly handled as | mame | 2009-07-30 | 1 | -3/+1 |
* | * parse.y (regexp): regexp literal at the top of dstr is still needed even if... | naruse | 2009-07-28 | 1 | -1/+1 |
* | * vm_core.h (struct rb_iseq_t): add a new field line_no. This field | mame | 2009-07-22 | 1 | -4/+0 |
* | * compile.c (compile_dstr_fragments): reduced needless literal. | nobu | 2009-07-20 | 1 | -6/+6 |
* | * id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longer | nobu | 2009-07-16 | 1 | -1/+0 |
* | * parse.y (parser_data_type): typed. | nobu | 2009-07-09 | 1 | -16/+46 |
* | * parse.y (parser_yylex): fixed wrong variable. | nobu | 2009-07-01 | 1 | -1/+1 |
* | * parse.y (parser_set_encode): show the erred file name instead of | nobu | 2009-06-24 | 1 | -2/+12 |
* | Tue Jun 16 16:09:59 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk> | takano32 | 2009-06-16 | 1 | -2/+2 |
* | * parse.y (struct parser_params): lex_gets_ptr should be long. | nobu | 2009-05-27 | 1 | -13/+8 |
* | * parse.y (parser_yyerror): get rid of possible overflow. | nobu | 2009-05-26 | 1 | -2/+3 |
* | * compile.c (rb_parse_in_eval): returns true in true eval, not in | nobu | 2009-05-17 | 1 | -3/+4 |
* | * parse.y (magic_comment_encoding): ignores unused emacs-style | nobu | 2009-05-16 | 1 | -2/+0 |
* | * defs/keywords (reserved_word): made inline function static. | nobu | 2009-05-16 | 1 | -0/+8 |
* | * parse.y (magic_comment_encoding): use rb_compile_warning() to | nobu | 2009-05-16 | 1 | -2/+2 |
* | * parse.y: add semicolons to some grammar rules not terminated | matz | 2009-05-11 | 1 | -0/+11 |
* | * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c, | nobu | 2009-03-17 | 1 | -7/+7 |
* | * util.c (ruby_scan_oct, ruby_scan_hex): use size_t. | nobu | 2009-03-14 | 1 | -12/+8 |
* | * parse.y (stack_type): uses VALUE which is able to be stored | nobu | 2009-03-11 | 1 | -7/+3 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -1/+1 |
* | * parse.y (debug_lines): calls rb_intern() once. | nobu | 2009-01-21 | 1 | -2/+4 |
* | * parse.y (rb_parse_in_main): fixed typo. | nobu | 2009-01-16 | 1 | -1/+1 |
* | * ruby.c (process_options): decrement parse_in_eval to recognize | ko1 | 2009-01-15 | 1 | -1/+2 |
* | * parse.y (command): moved return/break/next from command_call for | matz | 2009-01-15 | 1 | -24/+25 |
* | * parse.y (stmt): explicit error for "Object::Far += foo 1" just | matz | 2009-01-15 | 1 | -0/+5 |
* | * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first. | ko1 | 2008-12-27 | 1 | -0/+1 |
* | * string.c (rb_external_str_new_with_enc): set ASCII-8BIT if | matz | 2008-12-23 | 1 | -7/+2 |
* | * parse.y (gettable_gen): the encoding of __FILE__ should be | matz | 2008-12-22 | 1 | -1/+7 |
* | * parse.y (stmt): returns dispatched result. | nobu | 2008-12-16 | 1 | -1/+1 |
* | * parse.y (primary): also in ripper, saves in_def before restoring. | nobu | 2008-12-16 | 1 | -16/+5 |
* | * parse.y (block_call): block should not be given to yield. | matz | 2008-12-16 | 1 | -1/+6 |
* | must be typos. | tadf | 2008-12-12 | 1 | -5/+5 |
* | * parse.y (yycompile0): ruby_eval_tree_begin is always 0 when | nobu | 2008-12-12 | 1 | -10/+2 |
* | * compile.c (iseq_compile_each), gc.c (assign_heap_slot), | nobu | 2008-12-09 | 1 | -4/+4 |