summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2008-02-12* string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() formatz
2008-02-11* range.c (range_include): specialize single character stringmatz
2008-02-04* trunk/parse.y (rb_enc_symname2_p): support "!", "!=" and "!~".nobu
2008-01-30* parse.y (dsym): allow empty symbols. [ruby-core:15248]matz
2008-01-28 * parse.y (reg_fragment_setenc_gen): US-ASCII script special code.usa
2008-01-28* parse.y (rb_id2str, ripper_initialize, Init_ripper): use rb_usascii_str_new2.naruse
2008-01-28* string.c, parse.y, re.c: use rb_ascii8bit_encoding.naruse
2008-01-28 * parse.y (parser_str_new): encoding of UTF-8 literal string inusa
2008-01-27* parse.y (parser_set_encode): check if encoding is ASCII compatible.nobu
2008-01-27* include/ruby/oniguruma.h: precise mbclen API redesigned to avoidakr
2008-01-27* parse.y (value_expr_gen): reverted r12880. [ruby-dev:33388]nobu
2008-01-26* parse.y (assignable_gen, keyword_to_name): __ENCODING__ was missing.nobu
2008-01-25 * parse.y (parser_initialize): set default script encoding as US-ASCII.usa
2008-01-24* parse.y (reg_fragment_setenc_gen): associate ASCII-8BIT only ifakr
2008-01-24 * parser.y (parser_str_new): automatically update string literal'susa
2008-01-24 * parse.y (reg_fragment_setenc_gen): recognize regexp with option n asusa
2008-01-23* parse.y (STR_NEW0): set encoding as US-ASCII.naruse
2008-01-23* parse.y (parser_str_new, rb_intern3): ascii only string literal is US-ASCII.naruse
2008-01-21* parse.y (rb_intern3): do not call rb_enc_mbclen() if *m ismatz
2008-01-20* common.mk: use -Ks when read insns.def. [ruby-dev#33185]naruse
2008-01-18* parse.y (parser_prepare): get encoding from the first line.nobu
2008-01-18 * parse.y (ripper_initialize): too early to set parser->enc.usa
2008-01-18* parse.y (ripper_initialize): move parser->enc initialization.matz
2008-01-18* parse.y (parser_initialize): explicitly call rb_ascii8bit_encoding().matz
2008-01-09 * parse.y (yycompile0): remove setting parser->enc because it is setusa
2008-01-09 * parse.y (parser_prepare): set parser->enc from lex_input for ripper.usa
2008-01-07* encoding.c (rb_enc_internal_get_index): extracted fromakr
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2008-01-04* include/ruby/ruby.h (rb_intern): memorize interned ID for constantakr
2008-01-03* parse.y (parser_magic_comment): use STRNCASECMP.akr
2007-12-30* parse.y (program, yycompile0): too early to drop lex_lastline innobu
2007-12-30* parse.y (program): clear input strings after all process.nobu
2007-12-27* parse.y, transcode_data.h, transcode.c: change "illegal" toakr
2007-12-25* parse.y (struct parser_params): make parser_ruby_sourcefile commonakr
2007-12-24* parse.y (rb_id2str): fill klass of returned string as rb_cString.akr
2007-12-22* include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c,akr
2007-12-22* parse.y (reg_named_capture_assign_iter): allows non-ascii names andnobu
2007-12-22* parse.y (reg_named_capture_assign_iter): just ignore thematz
2007-12-22* parse.y (reg_named_capture_assign_iter): captured name shouldmatz
2007-12-21 * parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed.usa
2007-12-21* parse.y (command): block from cmd_brace_block was ignored.matz
2007-12-21* encoding.c (rb_enc_init): use enc_register_at() directly.nobu
2007-12-21* keywords, parse.y (__ENCODING__): represent script encoding.nobu
2007-12-21* regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr
2007-12-19* parse.y (reg_named_capture_assign_iter): get rid of creatingnobu
2007-12-19* parse.y (reg_named_capture_assign_iter): remove C99 dependency.nobu
2007-12-18* parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexpakr
2007-12-18* parse.y (op_tbl): remove duplication to avoid symbol aliases.matz
2007-12-17* parse.y (parser_encode_length): chomp eol style modifiers.nobu
2007-12-12* re.c, regerror.c, string.c, parse.y, ruby.c, file.c:akr