| Commit message (Expand) | Author | Age | Files | Lines |
* | * ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, r... | ksaito | 2004-11-04 | 1 | -15/+31 |
* | * parse.y [ripper]: emit lexer-event values to the parser. | aamine | 2004-10-31 | 1 | -60/+48 |
* | * eval.c (rb_eval): NODE_XSTR should pass copy of literal string. | matz | 2004-10-30 | 1 | -3/+14 |
* | * parse.y (ripper_s_allocate): add prototype for Microsoft compiler. | usa | 2004-10-29 | 1 | -0/+1 |
* | * parse.y (rb_parser_append_print, rb_parser_while_loop): body node | nobu | 2004-10-29 | 1 | -4/+6 |
* | * parse.y (lex_getline): should not touch ruby_debug_lines if | matz | 2004-10-20 | 1 | -0/+2 |
* | * parse.y (lex_getline): should update ruby_debug_lines. | matz | 2004-10-20 | 1 | -3/+6 |
* | rdoc | nobu | 2004-10-20 | 1 | -0/+3 |
* | * parse.y [ripper]: \n between two comments disappeared. | aamine | 2004-10-09 | 1 | -0/+1 |
* | * io.c (rb_io_mode_flags): preserve append mode flag. | matz | 2004-10-06 | 1 | -1/+1 |
* | * parse.y (local_vars): moved to struct parser_params. | nobu | 2004-10-02 | 1 | -53/+95 |
* | * parse.y [ripper]: missing ';'. | aamine | 2004-09-27 | 1 | -1/+1 |
* | * parse.y (rb_parser_append_print): should handle prelude. | matz | 2004-09-24 | 1 | -22/+26 |
* | * parse.y [ripper]: on__scan event removed. | aamine | 2004-09-22 | 1 | -8/+2 |
* | * parse.y: remove global variables ruby_eval_tree and | matz | 2004-09-22 | 1 | -35/+40 |
* | * parse.y [ripper]: do not delay dispatching. | aamine | 2004-09-20 | 1 | -54/+34 |
* | * parse.y [ripper]: delayed heredocument events should be dispatched after EOF. | aamine | 2004-09-20 | 1 | -4/+3 |
* | * parse.y [ripper]: adjust lineno and columns for multi-line strings. | aamine | 2004-09-20 | 1 | -36/+72 |
* | * parse.y [ripper]: remove Ripper#pos. | aamine | 2004-09-20 | 1 | -26/+1 |
* | * parse.y [ripper]: unify old_lex_p and token_head. | aamine | 2004-09-20 | 1 | -126/+72 |
* | * parse.y [ripper]: adjust line number for heredoc. [ruby-dev:24272] | aamine | 2004-09-20 | 1 | -1/+16 |
* | * parse.y [ripper]: spaces before heredoc marker was lost. | aamine | 2004-09-19 | 1 | -0/+1 |
* | * parse.y: add prototypes for Microsoft compiler. | usa | 2004-09-17 | 1 | -0/+3 |
* | * array.c (rb_ary_delete): element comparison might change array | matz | 2004-09-17 | 1 | -543/+452 |
* | * parse.y [ripper]: Add rdoc. | aamine | 2004-09-14 | 1 | -0/+51 |
* | * parse.y [ripper]: space event is on__sp, not on__lwsp. [ruby-dev:24257] | aamine | 2004-09-14 | 1 | -2/+2 |
* | * parse.y: fix file header. | aamine | 2004-09-12 | 1 | -3/+3 |
* | * parse.y: ripper merged. | aamine | 2004-09-12 | 1 | -110/+2703 |
* | * bignum.c (rb_big_and): protect parameters from GC. | matz | 2004-08-28 | 1 | -1/+1 |
* | * parse.y (stmt): not to show same error messages twice. | nobu | 2004-07-17 | 1 | -1/+0 |
* | * enum.c (enum_min_by): new method Enum#min_by. added Enum#max_by | matz | 2004-07-14 | 1 | -5/+4 |
* | * parse.y (primary): should not be NULL. [ruby-core:03098] | nobu | 2004-06-30 | 1 | -1/+4 |
* | * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a block | nobu | 2004-05-25 | 1 | -3/+72 |
* | * node.h (NEW_DSTR): adjust list length. | nobu | 2004-05-18 | 1 | -0/+1 |
* | parse.y: typo fix(tWORD_BEG -> tWORDS_BEG). | eban | 2004-05-17 | 1 | -1/+1 |
* | * ext/socket/socket.c (setup_domain_and_type): honor duck typing. | matz | 2004-05-17 | 1 | -1/+1 |
* | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz | 2004-05-07 | 1 | -4/+11 |
* | * parse.y (stmt, arg, aref_args): should not make sole splat into | nobu | 2004-04-23 | 1 | -2/+6 |
* | * parse.y (aref_args): should pass expanded list. [ruby-core:02793] | nobu | 2004-04-21 | 1 | -1/+1 |
* | * parse.y (assoc_list): {a: 1, b: 2} should be allowed. [ruby-dev:23328] | aamine | 2004-04-05 | 1 | -3/+14 |
* | * eval.c (rb_require_safe): preserve old ruby_errinfo. | matz | 2004-03-20 | 1 | -15/+30 |
* | * eval.c (method_hash): new method. [ruby-talk:93968] | matz | 2004-03-03 | 1 | -1/+4 |
* | * parse.y (rparen): ignore preceding newlines to right parentheses. | nobu | 2004-02-12 | 1 | -14/+17 |
* | * parse.y (reduce_nodes): remove tail returns. [ruby-talk:90934] | nobu | 2004-02-03 | 1 | -16/+76 |
* | * parse.y (block_append, new_evstr, void_expr0): remove no longer used | nobu | 2004-02-02 | 1 | -4/+0 |
* | * parse.y (opt_rescue): use NODE_ERRINFO() instead of | matz | 2004-01-22 | 1 | -2/+2 |
* | * parse.y (string_content): reset lexical states at the beginning of | nobu | 2004-01-22 | 1 | -0/+4 |
* | * parse.y (newline_node): do not use NODE_NEWLINE node anymore, | matz | 2004-01-21 | 1 | -58/+11 |
* | * parse.y (primary): allow no "when" case. [ruby-dev:22578] | matz | 2004-01-13 | 1 | -0/+4 |
* | * parse.y (primary): fix position after FCALL. [ruby-dev:22574] | nobu | 2004-01-12 | 1 | -0/+2 |