summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2002-08-21*.c: Int vs Long cleanupmichal
2002-08-15* eval.c (ruby_current_node) : added to set sourceline on demand.nobu
2002-08-01* parse.y (tokadd_string): ignore backslashed spaces in %w.matz
2002-07-26* random.c: replace with Mersenne Twister RNG.matz
2002-07-26* parse.y (yylex): modify to accept a code like "m (a){...}".aamine
2002-07-17* parse.y (yylex): fix typo.aamine
2002-07-15* parse.y (heredoc_identifier): modify typo.aamine
2002-07-13* parse.y (literal_concat_string): wrong optimization.nobu
2002-07-04* parse.y: remove useless function str_extend_p().aamine
2002-07-02object.c: rb_Integer reformat, nil#to_f added to rb_define_method.michal
2002-06-28* re.c (rb_reg_expr_str): need to process backslashes properly.matz
2002-06-27missing ;nobu
2002-06-26* parse.y (literal_concat_string): non-string last expression innobu
2002-06-26* parse.y (words, qwords): word list literal rules.nobu
2002-06-25* parse.y (string1, xstring, regexp): moved lex_strnestnobu
2002-06-24* parse.y (string_dvar): allow back references in interpolation.nobu
2002-06-24* parse.y (yylex): __END__ should not be effective withinmatz
2002-06-24* eval.c (rb_eval): NODE_EVSTR is no longer used.nobu
2002-06-18* parse.y (yylex): ? followed by successive word charaters isnobu
2002-06-18* parse.y (yylex): commands after break/next/rescue can takenobu
2002-06-18* parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',matz
2002-06-18* parse.y (yylex): should pushback proper char after '<<'.nobu
2002-06-14* parse.y (read_escape): deny zero-width hexadecimal character.nobu
2002-06-13* eval.c (svalue_to_avalue): v may be Qundef. This fix wasmatz
2002-06-12* parse.y (yylex): 'do' should return kDO_BLOCK on EXPR_ENDARG.matz
2002-06-11* parse.y (stmt): fix typo.nobu
2002-06-11* parse.y (%%): remove '%%' line on the end of the file(parse error).eban
2002-06-11* eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz
2002-06-10* numeric.c (fix_lshift): negative shift count means right shift.nobu
2002-06-05Trivial: GCC3.1 fix (not worth to mention in ChangeLog)michal
2002-06-04* string.c (rb_str_aset): should raise error if an indexing stringmatz
2002-06-02* parse.y (here_document): check if identifier is terminated.nobu
2002-05-29* parse.y: yyparse #defines moved from intern.hmatz
2002-05-28 * array.c: fixed format string for 'long' args (%d -> %ld).michal
2002-05-22* parse.y (yylex): case '<': here-document label ate '-'.aamine
2002-05-20* parse.y (bodystmt): ensure clause was excuted on else clausenobu
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-05-10* parse.y (here_document): preserve line number begins herenobu
2002-04-25* various files: macro fix-up by Michal Rokos.matz
2002-04-24* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz
2002-04-19* eval.c (rb_thread_cleanup): current thread may be THREAD_STOPPED,matz
2002-04-11* eval.c (assign): ruby_verbose should be surrounded by RTEST().matz
2002-03-26* parse.y (primary): while/until statement modifiers to "begin"matz
2002-03-20too reverted.nobu
2002-03-20* eval.c (is_defined): should check receiver only once.matz
2002-03-19* re.c (rb_reg_search): should clear last_match if pos is out ofmatz
2002-03-18* parse.y (parse_string): part of multi-byte sequence must notnobu
2002-03-12* regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',matz
2002-03-08* eval.c (cvar_cbase): utility function to find innermost nonmatz
2002-03-07* gc.c (rb_source_filename): added. holds unique strings for filenobu