Changeset 798
- Timestamp:
- 09/03/07 22:22:44 (1 year ago)
- Files:
-
- trunk/docs/ChangeLog (modified) (1 diff)
- trunk/rebuild/parse.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/ChangeLog
r792 r798 4 4 - Fixed excludes to work with a larger variety of paths (see ticket #126). 5 5 - Added a warning for targets containing no files. 6 - Fixed a hang in rebuild with unmatched braces (see ticket #129). 6 7 7 8 0.72 from 0.71: trunk/rebuild/parse.c
r785 r798 3260 3260 3261 3261 default: 3262 //error("found '%s' instead of statement", token.toChars());3262 error("found '%s' instead of statement", token.toChars()); 3263 3263 goto Lerror; 3264 3264
