[前][次][番号順一覧][スレッド一覧][生データ]

ruby-cvs:21145

From: nobu ruby-lang.org
Date: Tue, 13 Nov 2007 21:41:43 +0900 (JST)
Subject: [ruby-cvs:21145] Ruby:r13908 (trunk): * common.mk (parse.c), ext/ripper/depend (ripper.c): process after

nobu	2007-11-13 21:41:41 +0900 (Tue, 13 Nov 2007)

  New Revision: 13908

  Added files:
    trunk/tool/ytab.sed
  Modified files:
    trunk/ChangeLog
    trunk/Makefile.in
    trunk/bcc32/Makefile.sub
    trunk/common.mk
    trunk/ext/ripper/depend
    trunk/parse.y
    trunk/ruby.c
    trunk/win32/Makefile.sub
    trunk/wince/Makefile.sub

  Log:
    * common.mk (parse.c), ext/ripper/depend (ripper.c): process after
      bison with sed.  [ruby-dev:32204]
    
    * ruby.c (proc_options): use yydebug in cmdline_options.
    
    * ruby.c (process_options): set yydebug flag of parser.
    
    * parse.y (yydebug): moved into struct parser_params.
    
    * parse.y (rb_parser_get_yydebug, rb_parser_set_yydebug): parser
      generic methods.
    
    * */Makefile.sub (parse.c): moved to common.mk.
    
    * tool/ytab.sed: comment out yydebug definition, and substitute
      yyerror with parser_yyerror.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/wince/Makefile.sub?r1=13908&r2=13907
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ruby.c?r1=13908&r2=13907
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/parse.y?r1=13908&r2=13907
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/ripper/depend?r1=13908&r2=13907
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/Makefile.in?r1=13908&r2=13907
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13908&r2=13907
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/win32/Makefile.sub?r1=13908&r2=13907
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bcc32/Makefile.sub?r1=13908&r2=13907
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/tool/ytab.sed?revision=13908&view=markup
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/tool/ytab.sed?r1=13908&r2=13907
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/common.mk?r1=13908&r2=13907


[前][次][番号順一覧][スレッド一覧][生データ]