[llvm-commits] CVS: llvm/utils/NightlyTest.gnuplot

Chris Lattner lattner at cs.uiuc.edu
Wed Aug 20 10:34:10 PDT 2003


Changes in directory llvm/utils:

NightlyTest.gnuplot updated: 1.2 -> 1.3

---
Log message:

Fix bug where we printed the month number instead of the day number *blush*


---
Diffs of the changes:

Index: llvm/utils/NightlyTest.gnuplot
diff -u llvm/utils/NightlyTest.gnuplot:1.2 llvm/utils/NightlyTest.gnuplot:1.3
--- llvm/utils/NightlyTest.gnuplot:1.2	Tue Aug 19 09:27:44 2003
+++ llvm/utils/NightlyTest.gnuplot	Wed Aug 20 10:33:33 2003
@@ -6,7 +6,7 @@
 set ylabel "Lines of Code" "TimesRoman,24"
 set xdata time
 set timefmt "%Y-%m-%d:"
-set format x "%b %m, %Y"
+set format x "%b %d, %Y"
 
 ## Various labels for the graph
 set label "Removed\ndummy\nfunction" at "2003-07-30:", 150000





More information about the llvm-commits mailing list