summaryrefslogtreecommitdiff
path: root/apps/gperf/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gperf/ChangeLog')
-rw-r--r--apps/gperf/ChangeLog23
1 files changed, 20 insertions, 3 deletions
diff --git a/apps/gperf/ChangeLog b/apps/gperf/ChangeLog
index 139597c03fc..b762f3b14f2 100644
--- a/apps/gperf/ChangeLog
+++ b/apps/gperf/ChangeLog
@@ -1,3 +1,20 @@
+Mon Jul 13 15:32:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * src/Bool_Array.h
+ * src/Vectors.h
+ Doxygen changes
+
+Sun Jun 28 03:20:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * src/*.{h,cpp}:
+ Use doxygen comment tags, small code improvements
+
+ * src/gperf.mpc:
+ Build a shared library that can later be used by gperf
+
+ * src/gperf_export.h:
+ New file
+
Wed Jul 02 11:30:00 UTC 2008 Simon Massey <sma at prismtech dot com>
* src/Key_List.cpp:
@@ -44,7 +61,7 @@ Tue Mar 14 21:08:12 UTC 2006 jiang,shanshan <shanshan.jiang@vanderbilt.edu>
conditional expression", "conversion from some type to another type, possible
loss of data", "local variable may be used without having been initialized" and
so on.
- Thanks to Lukas Gruetzmacher <gruetzmacher at ais-dresden dot de> for
+ Thanks to Lukas Gruetzmacher <gruetzmacher at ais-dresden dot de> for
motivating the fix to these "VC level 4 warnings".
Wed Jan 4 22:55:24 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
@@ -1118,7 +1135,7 @@ Mon Apr 8 18:17:04 1991 Doug Schmidt (schmidt at net4.ics.uci.edu)
* Boy, it has been a *long* time since I hacked this puppy. Let's
see, I'm about to add long-overdue support for case-insensitive
string comparisons to gperf's generated output code. We are
- going to employ the hitherto unused option -I to indicte this!
+ going to employ the hitherto unused option -I to indicate this!
Thu Jun 28 16:17:27 1990 Doug Schmidt (schmidt at brilliant)
@@ -1964,7 +1981,7 @@ Sun Jan 15 15:12:09 1989 Doug Schmidt (schmidt at crimee.ics.uci.edu)
is now computed in Key_List::Read_Keys, and thus
Key_List::Print_Min_Max doesn't need to bother.
- * Modifed the key position iterator scheme in options.cc to
+ * Modified the key position iterator scheme in options.cc to
eliminate the need for member function Options::Advance.
Now, the Options::Get function performs the advancement
automatically, obviating the need for an extra function call.