* amd/sun_map.c: new soruce file for Sun style map support, clean up comments
authorDaniel Ottavio <ottavio@fsl.cs.sunysb.edu>
Sat, 6 Aug 2005 20:18:04 +0000 (20:18 +0000)
committerDaniel Ottavio <ottavio@fsl.cs.sunysb.edu>
Sat, 6 Aug 2005 20:18:04 +0000 (20:18 +0000)
* amd/sun_map_parse.y: new yacc file for parsing Sun style maps,
fix copyright notice, put filename below license
* amd/sun_map_tok.l: new lex file for parsing Sun style maps, fix
copyright notice, put filename below license

ChangeLog
amd/sun_map.c
amd/sun_map_parse.y
amd/sun_map_tok.l

index 0b9875328a41c37b977303cb06b3c9ff67468e64..f25a28657ae98eac09f4adcd8d4046aca03a1080 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * amd/sun_map.h: new header file for Sun style map support
 
-       * amd/sun_map.c: new soruce file for Sun style map support
+       * amd/sun_map.c: new soruce file for Sun style map support, clean up comments
 
-       * amd/sun_map_parse.y: new yacc file for parsing Sun style maps
+       * amd/sun_map_parse.y: new yacc file for parsing Sun style maps,
+       fix copyright notice, put filename below license
 
-       * amd/sun_map_tok.l: new lex file for parsing Sun style maps
+       * amd/sun_map_tok.l: new lex file for parsing Sun style maps, fix
+       copyright notice, put filename below license
 
 2005-08-06  Erez Zadok  <ezk@cs.sunysb.edu>
 
index ad0daca04f822bef8d977bde52c1f1c04b88ce2b..5a1804fd0fe3670218e7cceb7e6486992b88c75d 100644 (file)
@@ -172,9 +172,6 @@ struct sun_list* sun_list_alloc() {
 
 /*
  * Add a data pointer to the end of the list.
- * 
- * param list 
- * param data
  */
 void sun_list_add(struct sun_list *list, qelem *item) {
   
@@ -192,7 +189,6 @@ void sun_list_add(struct sun_list *list, qelem *item) {
   item->q_forw = NULL;
 }
 
-
 /*
  * Sun2Amd conversion routines 
  */
index da57b1cc837b010eaf95528ab3dde93b45d540fa..1f70c266f38a4260a2de098d56216dd433106829 100644 (file)
@@ -1,4 +1,5 @@
 /*
+ * Copyright (c) 2005 Daniel Ottavio
  * Copyright (c) 1997-2005 Erez Zadok
  * Copyright (c) 1990 Jan-Simon Pendry
  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
@@ -37,7 +38,7 @@
  * SUCH DAMAGE.
  *
  *
- * $Id: sun_map_parse.y,v 1.1 2005/08/06 19:45:07 ottavio Exp $
+ * File: am-utils/amd/sun_map_parse.y
  *
  */
 
@@ -416,7 +417,6 @@ struct sun_entry *sun_map_parse_read(const char *map_data) {
   return retval;
 }
 
-
 static struct sun_list *get_sun_include_list() {
   if(sun_include_list == NULL) {
     sun_include_list = sun_list_alloc();
index 0ea8a202146987525d90372db2d4d1ad949e06b0..4c7f80ece855e13a60eeff6aef062cb367c48758 100644 (file)
@@ -1,4 +1,5 @@
 /*
+ * Copyright (c) 2005 Daniel Ottavio
  * Copyright (c) 1997-2005 Erez Zadok
  * Copyright (c) 1990 Jan-Simon Pendry
  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
@@ -37,7 +38,7 @@
  * SUCH DAMAGE.
  *
  *
- * $Id: sun_map_tok.l,v 1.1 2005/08/06 19:45:07 ottavio Exp $
+ * File: am-utils/amd/sun_map_tok.l
  *
  */