summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2007-12-01* include/ruby/intern.h (rb_uv_to_utf8): declared.akr
2007-12-01* encoding.c: rename primary_encoding -> default_external (encoding).matz
2007-11-30* parse.y (newline_node): always remove NODE_BEGIN.nobu
2007-11-29* parse.y (stmt): remove unnecessary NODE_BEGIN. [ruby-core:13814]nobu
2007-11-27* include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: akr
2007-11-23* re.c (REG_CASESTATE): unused macro removed.akr
2007-11-20* include/ruby/ruby.h: rename RFloat#double_value -> float_value.ko1
2007-11-20* parse.y (parser_read_escape): has8bit flag may be set with controlnobu
2007-11-20* parse.y (parser_prepare): set begging after BOM if exists.nobu
2007-11-19* parse.y (parser_yylex): should clear parser->tokp as well.matz
2007-11-18* parse.y (parser_read_escape): disallow control and meta modifiersnobu
2007-11-13* include/ruby/ruby.h: introduce 2 macros:ko1
2007-11-13* common.mk (parse.c), ext/ripper/depend (ripper.c): process afternobu
2007-11-10* parse.y: use ASCII encoding for string literals that aredavidflanagan
2007-11-09* parse.y (parser_nextc): added single line read forward buffer.nobu
2007-11-08* parse.y: fix segfault with \x escapes in regexpsdavidflanagan
2007-11-08 * parse.y (parser_read_escape): remove C99/gcc-ism.usa
2007-11-07* parse.y: patch, based on Nobu's, work to support \u escapesdavidflanagan
2007-11-07* parse.y (rb_intern3): commented out broken code that preventeddavidflanagan
2007-11-04* parse.y (call_args): remove "parenthesize argument(s) for futurematz
2007-10-29* parse.y (bvar): block-local variable can shadow outer variable.nobu
2007-10-26* misc/ruby-style.el (ruby-style-{case,label}-indent): adjust fornobu
2007-10-25* parse.y (parser_yylex): dot at the head of the line denote linematz
2007-10-25* parse.y (parser_tokspace): increment tokidxdavidflanagan
2007-10-24* parse.y (parser_tokspace): make space in token buffer.nobu
2007-10-23* parse.y (call_args2): nd_head of NODE_BLOCK_PASS should be a list.nobu
2007-10-19* parse.y (parser_regx_options, reg_compile_gen): relaxened encodingnobu
2007-10-16* encoding.c (rb_primary_encoding): added Encoding.primary_encoding.nobu
2007-10-16* parse.y (parser_regx_options): check if regexp encoding optionnobu
2007-10-13* parse.y (set_file_encoding): case-insensitive search, a patch fromnobu
2007-10-12* parse.y: encoding specifier should work if the line matchesmatz
2007-10-12* trunk/parse.y (magic_comments): add "encoding" as same as "coding".nobu
2007-10-09 * parse.y (parser_read_escape, parser_tokadd_escape): check code range.usa
2007-10-09* parse.y (STR_NEW3): check for if single byte sequence.nobu
2007-10-04* parse.y (reg_compile_gen): copy encoding from source string ifnobu
2007-10-04* parse.y (reg_compile_gen): copy encoding from source string.nobu
2007-10-03* parse.y (parser_str_new, parser_yylex, rb_intern3): set code-rangenobu
2007-09-28* io.c (rb_io_fdopen): create IO object from fd.nobu
2007-09-27* parse.y (strings, xstring, regexp, dsym): empty strings havenobu
2007-09-26* encoding.c (rb_enc_associate_index): deal with ASCII compatiblenobu
2007-09-26* encoding.c (rb_enc_check): check for ASCII-compatibilities.nobu
2007-09-25* parse.y (parser_yyerror): limit error message length.nobu
2007-09-22* eval_method.ci (rb_attr): should not use alloca for unknowen sizenobu
2007-09-17* parse.y (ripper): rename event: arglist_* -> args_*.aamine
2007-09-15* parse.y (struct parser_params): common members in the parser andnobu
2007-09-15* parse.y (parser_initialize): set default encoding. [ruby-dev:31787]nobu
2007-09-13* parse.y (brace_block): should use compstmt. patch submitted bynobu
2007-09-13* parse.y (rb_id2str): fixed typo.nobu
2007-09-12* io.c (rb_io_s_sysopen): should not use alloca for unknowen sizenobu
2007-09-06* array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz