Thu Aug 8 09:12:40 MET DST 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
Description patch 15:
Dict.pm
Fixed little endian problem.
Thu Aug 1 20:15:26 MET DST 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
Description patch14:
Makefile.PL
Source building method now includes 'ctype.o' if found.
This should help people with freeWAIS-sf distributions which
do not include it in libwais.a (i.e. all current public availabe
versions.
t/
Added new test fro Dict.pm.
t/parallel.t
Added use lib '.' to make it find chat2.pl in current
directory.
lib/Wais/Dict.pm
Some fixes to make 'perl -w' happy.
Mon Jul 22 17:41:02 MET DST 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
added some hints for freeWAIS-sf 2.1.1
Added HAS_GUNDFORM.
Fix from Norbert Goevert.
Mon Jul 22 17:41:02 MET DST 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
added some hints for freeWAIS-sf 2.1.1
Added HAS_GUNDFORM.
Fix from Norbert Goevert.
Tue Jul 16 18:43:51 MET DST 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
Description patch10:
Modified for building from installed freeWAIS-sf libraries
and include files. Added info how to build wais.h
Wais.xs
Added support for stemming/soundex/phonix. New functions are
not yet documented.
lib/Wais/Dict.pm
Fixed a bug in binsearch. Thanks to Norbert Goevert!
Tue Apr 30 09:52:52 MET DST 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
Description patch #9:
Made inspect autoextractive.
Now mainly uses the perl dictionary functions in Wais::Dict
which seem more stable than the XS equivalents. Can handle
numeric fields too now. Added non Curses mode for
debugging. The output is not very pretty yet.
Wais
Added $VERSION for Wais::Result to make CPAN happy.
Wais::Dict
Code wich allows to tie a WAIS dictionary to a hash. Used in
inspect.
tests
Test now hides a bug(?). On solaris one get the results as
before. On sunos the DICTIONARY_TOTAL_SIZE_WORD is also
returned. Don't know which is the correct behaviour. I use
Wais::Dict now.
Tue Apr 9 15:09:56 MET DST 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
Description patch 8:
HTWAIS.c
Wais.xs
Avoid some redifinition warnings.
Wais.xs
STRLEN fixes by malyshki@cs.wmich.edu (Vladislav Malyshkin)
MANIFEST
Moved Wais.pm into lib.
Added chat2.pl replacement.
Makefile.PL
Installation code for chat. Cleaned rest.
t/*
More robust tests.
Tue Apr 9 08:55:41 MET DST 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
Added registration facility.
Made Wais::Search::diagnostics ignore
D_PresentRequestOutOfRange complaints.
Fixes by malyshki@cs.wmich.edu (Vladislav Malyshkin).
Fri Mar 1 15:37:36 MET 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
patch6 Description:
MANIFEST
Removed patch-chat2, added chat2.pl.PL.
Makefile.PL
Added rule to delete distributed chat2.pl.
README
Description for chat2.pl replacement.
Wais.pm
'use vars' form some chat2.pl variables removed.
Tue Feb 27 19:44:07 MET 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
patch5 Description:
Wais.pm
Sort headlines when merging.
Diagnostics are now saved as it should be.
Wais.xs
Added some tabs for old xsubpp's.
t/parallel.t
Now searches two databases in parallel ;-)
Fri Feb 23 16:47:17 MET 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
Makefile.PL
Now rewrites Wais.pm to include version number.
Wais.pm
Wais::Result now saves the type of retrieve requests.
Wais.pod
Documented Wais::Docid::new and Wais::Docid::split.
Wais.xs
Rewrote Wais::Docid::new. Added Wais::Docid::split.
t/parallel
Added test for Wais::Docid::split.
Wed Feb 21 14:30:25 MET 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
MakeMaker 5.21 (002gamma) now produces TESTDB => q[/usr/..]
instead of TESTDB => '/usr/..'. This broke the tests. Fixed that.
Mon Feb 5 13:44:13 MET 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
Description patch2:
MANIFEST
Added patch-chat2 for SOLARIS.
README
Added hints for SOLARIS.
Wais.pod
Fixed typos.
Wais.xs
Fixed some parameter declarations which confused older xsupps.
Thu Dec 28 17:34:14 MET 1995 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
Added support for Document ids and init messages.
Wed Dec 13 15:57:27 MET 1995 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
Wed Dec 13 09:42:07 MET 1995 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
MANIFEST
Added typemap.
Makefile.PL
Added -noprototypes.
Wais.pm
Added Retrieve().
Wais.xs
Added CHARS_PER_PAGE.
Tue Dec 12 12:46:55 MET 1995 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
Parallel search works.
sprintf fixes.
Fri Dec 8 20:34:18 MET 1995 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
Makefile.PL
2beta1 conformant.
Added plenty of stuff for direct access to the Protokoll.
When finished, parallel searching will be possible.
Currently only search works. But it can handle relevance-
feedback. Document type currently is not availabe.
Documenttype "TEXT" is hardcoded for now.
Thu Nov 16 13:25:34 MET 1995 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
Added document (SV *)
Added inspect: Examin Wais databases in directories given on
the command line. Needs Curses.
Fixed postings bug (did not allocate space on stack).
Fri Nov 10 17:24:59 MET 1995 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
Replaced magic variables. By real Variables.
Added version.
Fri Nov 10 15:53:26 MET 1995 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
Added dictionary.h and HTWAIS.h
Added headline().
Moved extern definitions to HTWAIS.h. Include HTWAIS.h and
dictionary.h.
Fri Nov 10 08:56:51 MET 1995 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
Added function postings() to access the inverted files.
Wed Nov 8 19:31:19 MET 1995 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
'perl -w' now does not complain any more about uninitialized
value.
Test remote database also.
Wed Nov 8 16:16:10 MET 1995 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
Reorganized dictionary stuff completely.
Added TESTDB for tests. Tests use the FIELD-EXAMPLE/test
database in the freeWAIS-sf source directory.
Wed Nov 8 09:22:27 MET 1995 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
More standard Makefile.PL.
README now describes how to build outside the perl source tree.
New functions dictionary and list_offset.
Code for examining local wais databases.
Fri Sep 29 13:03:32 MET 1995 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
Interactive search for the freeWAIS-sf includes and
libraries. Also removed .../ctype/ctype.o. Make sure to
include it in libwais.a. This is done with freeWAIS-sf-2.0.19
automatically.
Added README. It is just part of an article posted by Jonathan
K. Cohen. No time to write myself :-(.
Sun Sep 10 11:59:41 MET DST 1995 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
Passed HTWAIS.c trough gnu indent.
Sun Sep 10 11:37:17 MET DST 1995 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
. Description:
Test if the given freeWAIS-sf source directory exists and
query user if not.
Fixed include statements to work for freeWAIS-sf-2.0.
Ok with cc now.
Added patchlevel.h to distribution.