Script started on Thu Nov  8 23:42:59 2001
ws13% cat README

README

Russell J Lowke
Homework Four 

Modified files for Assignment:
wl.h                                            // 
wlfiler5.c                                      // All my code changes are here.



I tried the extra credit problem

Modified files for extra credit:

wl6.h                                           // Header file wlfiler6 is very different
wlfiler6.c                                      // Code changes here

I still get this error:
gcc -g -Wall -c wlfiler6.c
wlfiler6.c: In function `init_table':
wlfiler6.c:42: sizeof applied to an incomplete type
make: *** [wlfiler6.o] Error 1

The extra credit solution is almost there, but not quite.


Russ
ws13% cat README[10Dexit[Kgcc -g -Wall wlfiler5.c[23Dcc wlmain.c wlfiler5.c -o wl5[29Dgcc -g -Wall wlfiler5.c[K[23Dexit[Kcat README[10D[Kcat README[10Dexit[Kgcc -g -Wall wlfiler5.c[23Dcc wlmain.c wlfiler5.c -o wl5[28Dat README[K[10Dexit[Kgcc -Wall wlmain.c wlfiler5.c -o wl5

ws13% ~lib113/handin [K[K[K[K[K[Khw/wf/wf.test

wf test script version 1.4
Part I: Testing wl5 on various sorts of datasets..

   test I.1:  a list of words in alpha order, no duplicates
      Result: OK.
   test I.2:  a list of words in alpha order, with duplicates
      Result: OK.
   test I.3:  a list of words in reverse alpha order, with duplicates
      Result: OK.
   test I.4:  words in alternate spots, add at end, then start....
      Result: OK.
   test I.5:  fully random collection of words 
      Result: OK.
Part II: Testing word_delete function..
   Compiling and linking .. OK
   Testing...OK.
ws13% make

gcc -g -Wall wlfiler5.o wlmain5.o -o wl5
ws13% exit

exit

script done on Thu Nov  8 23:44:46 2001
