summaryrefslogtreecommitdiff
path: root/apps/gperf/ChangeLog
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-25 13:55:28 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-25 13:55:28 +0000
commit364643756fb618662aafa3455dbcc6d7b50599fa (patch)
tree23acbe1c1139f86f807440c9b07b62b9bb949ecf /apps/gperf/ChangeLog
parent045263dc08ed6961162016b8f23bbe04e712e2b9 (diff)
downloadATCD-364643756fb618662aafa3455dbcc6d7b50599fa.tar.gz
*** empty log message ***
Diffstat (limited to 'apps/gperf/ChangeLog')
-rw-r--r--apps/gperf/ChangeLog17
1 files changed, 11 insertions, 6 deletions
diff --git a/apps/gperf/ChangeLog b/apps/gperf/ChangeLog
index fa111b8a0b1..e479aa0ff2e 100644
--- a/apps/gperf/ChangeLog
+++ b/apps/gperf/ChangeLog
@@ -1,13 +1,18 @@
+Fri Sep 25 08:54:41 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * src/Key_List.cpp (Key_List ctor): reordered initializers to
+ match declaration order.
+
Thu Sep 24 18:20:36 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * src/Key_List: Changed char_set field to keysig to be consistent
- with the paper.
+ * src/Key_List: Changed char_set field to keysig to be consistent
+ with the paper.
- * src/Hash_Table: Renamed operator() to find(). What the heck was
- I thinking in '92?!
+ * src/Hash_Table: Renamed operator() to find(). What the heck was
+ I thinking in '92?!
- * src/gperf.cpp (main): Removed the LARGE_STACK_ARRAYS option.
- This was annoying...
+ * src/gperf.cpp (main): Removed the LARGE_STACK_ARRAYS option.
+ This was annoying...
Tue Sep 22 21:30:59 1998 David L. Levine <levine@cs.wustl.edu>