aboutsummaryrefslogtreecommitdiff
path: root/binutils/rcparse.y
AgeCommit message (Collapse)AuthorFilesLines
2002-05-05 * rcparse.y: Remove newcmd rule. Move rcparse_discard_stringsAlan Modra1-22/+66
call to rules that need no lookahead. Check for no lookahead. * rclex.l (get_string): Correct "strings" list handling. * resrc.c (read_rc_file): Discard strings.
2002-04-16Define MEMFLAGS_DISCARDABLE by default for dialogs.Nick Clifton1-2/+2
Add a test for this.
2002-04-15Allow two to five parameter in FONT statement of DIALOGEX resources.Nick Clifton1-0/+37
2002-04-10Regernated recently created expected output files using MSVC.Nick Clifton1-2/+2
Set MEMFLAG_PURE by default - bug exposed by regenerated files.
2002-04-09Add WS_CAPTION dialog style if CAPTION is specified.Nick Clifton1-0/+2
Add testcase.
2002-04-09Don't add default dialog style when explicit style specified.Nick Clifton1-1/+5
Print style even if it is 0. Add testcase.
2002-04-09Fix typo in BEDIT warning.Nick Clifton1-4/+4
2002-04-09Apply patch from Bernd Herd to fix quoted class definitions inside dialogs.Nick Clifton1-0/+4
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-8/+5
2001-07-17* rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the moreDJ Delorie1-3/+3
correct 10). * resrc.c (write_rc_resource): Likewise. * windres.h (SUBLANG_SHIFT): Define - as 10.
2001-03-13Fix typos in ChangeLogs and update copyright noticesNick Clifton1-1/+1
2000-10-12* Make comma after string after icon/control optional.DJ Delorie1-6/+48
2000-06-13* rcparse.y (control): ICON controls take an id as the firstDJ Delorie1-31/+21
parameter, not an optional string. Also, call new convenience function that takes res_id's. * resrc.c (define_control): missing text means zero-length string, not zero ID. (define_icon_control): New. * windres.h: declare define_icon_control.
1999-05-12 * rclex.l: add code to suppress certain output from cpp, replaceDJ Delorie1-0/+2
all returns with MAYBE_RETURN (MAYBE_RETURN): new, implement the suppression by returning IGNORED_TOKEN as needed. (cpp_line): remember which file we're in, mark data from included *.h files for suppression. * rcparse.y (input): allow IGNORED_TOKEN outside of known constructs
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+1617