Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 6e879e3c8..b7f572827 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,14 @@
2012-01-15 Keith Marshall <keithmarshall@users.sf.net>
+ Improve self-documentation of 'for' loop commands.
+
+ * Makefile.in lib/Makefile.in:
+ * lib/ddk/Makefile.in lib/directx/Makefile.in: In 'for' loops invoked
+ by rule commands, prefer use of 'dir' and 'file' appropriately, as the
+ loop control variables, rather than non-descript 'i'.
+
+2012-01-15 Keith Marshall <keithmarshall@users.sf.net>
+
Generalise 'all' rule to arbitrary prerequisite sub-directories.
* Makefile.in: (all): Make it depend on all $(SUBDIRS), not just on...