This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] windres (ungarbled): (12) quoted class definitions (Bernd Herd)


Hi Gunnar,

  [Sorry for the long delay in replying to your submission.  I have
   been very busy this last month :-(]

: 2002-03-19 Bernd Herd <info@herdsoft.com>
: 
: 	* rcparse.y: CLASS definitions in DIALOG resources 
: 	are quoted.
: 
: 2002-03-19 Gunnar Degnbol <degnbol@danbbs.dk>
: 
: 	* resrc.c: print CLASS names in quotes

Approved and applied.

I have also taken the example code you provided and turned it into a
test case so that it will continue to be checked in the future.

Cheers
	Nick

2002-04-09  Nick Clifton  <nickc@cambridge.redhat.com>

	* binutils-all/windres/quoteclass.rc: New test case for quoted
	CLASS definitions in DIALOG resources.

Index: testsuite/binutils-all/windres/quoteclass.rc
===================================================================
RCS file: testsuite/binutils-all/windres/quoteclass.rc
diff -N testsuite/binutils-all/windres/quoteclass.rc
*** /dev/null	1 Jan 1970 00:00:00 -0000
--- testsuite/binutils-all/windres/quoteclass.rc	9 Apr 2002 15:19:43 -0000
***************
*** 0 ****
--- 1,8 ----
+ // parse-only
+ 
+ 101 DIALOG DISCARDABLE  0, 0, 186, 95
+ CLASS "myclass"
+ BEGIN
+     DEFPUSHBUTTON   "OK",1,129,7,50,14
+ END
+ 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]