/[wait]/trunk/ChangeLog
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 88 - (show annotations)
Mon May 24 13:44:01 2004 UTC (19 years, 10 months ago) by dpavlin
File size: 19363 byte(s)
move cvs-head to trunk

1 2001-12-31 ulpfr <ulpfr@hentai>
2
3 * script/index_ora:
4 Traverses 'catalog' and generates a simple index. Searching with
5 'sman -tab ora' sort of works.
6
7 * lib/WAIT/Parse/Ora.pm: Can retrieve separate title and author names
8
9 * lib/WAIT/Document/Ora.pm: Can retrieve desc.html and author.html.
10
11 * script/search_mail: Made -max option really optional
12
13 * lib/WAIT/InvertedIndex.pm:
14 Moved 'sub keys' to end of file to avoid warnings about CORE::keys.
15
16 2001-03-03 laperla <laperla@hentai>
17
18 * lib/WAIT/Filter.pm: close DATA to free filehandle
19
20 2000-12-29 ulpfr <ulpfr@hentai>
21
22 * script/search_mail: Works with modified nnir.el.
23
24 * lib/WAIT/Parse/Overview.pm, script/index_mail:
25 Mail indexing works resonable
26
27 * MANIFEST, lib/WAIT/Parse/Overview.pm, script/index_mail:
28 First steps towards a mail indexer
29
30 * lib/WAIT/Document/Multi.pm: Typo in manual
31
32 * debian/control, debian/Config.pm, debian/LockFile-Simple-0.2.5-1.diff.gz, debian/rules, Makefile.PL:
33 First tested debian package generation.
34
35 * debian/README.debian, debian/changelog, debian/control, debian/copyright, debian/dirs, debian/rules:
36 First untested debian package generation.
37
38 * Makefile.PL:
39 Removed checks on WAIT_home and directory creation to ease
40 debianizing. This should be done on install anyway.
41
42 2000-11-15 ulpfr <ulpfr@hentai>
43
44 * lib/WAIT/Table.pm: We should try to get a lock before tieing.
45
46 2000-11-13 laperla <laperla@hentai>
47
48 * lib/WAIT/Filter.pm, lib/WAIT/Table.pm:
49 utf8iso was completely nonsense, returning only true and false.
50
51 LockFile::Simple now default-configured to remove stale locks.
52
53 * lib/WAIT/InvertedIndex.pm, lib/WAIT/Query/Base.pm:
54 seq returns 0 on success. So if there is an error on positioning the
55 cursor on $O$;, then we can say it is not an old index. The condition
56 is
57 if $dbh->seq, then return
58 but it was
59 $dbh->seq or return.
60
61 Besides there are now some outcommented debugging statements that I
62 needed from time to time. They should be removed some day later but
63 left for a while to ease the debugging process.
64
65 2000-11-12 ulpfr <ulpfr@hentai>
66
67 * MANIFEST: cleanup: remove obsolete files
68
69 * lib/WAIT.pm, Makefile.PL: Handle VERSION explicitely in lib/WAIT.pm
70
71 * t/client.t: cleanup: remove obsolete files
72
73 * lib/WAIT/InvertedIndex.pm: $0 -> $O$;
74
75 * lib/WAIT/Table.pm:
76 Moved locking stuff to new method getlock(). Checked for write lock
77 in drop().
78
79 * lib/WAIT/Table.pm:
80 Opening a table twice should not be a problem any more.
81
82 * lib/WAIT/InvertedIndex.pm:
83 Check dbh->seq return value in is_an_old_index
84
85 2000-11-12 laperla <laperla@hentai>
86
87 * lib/WAIT/Filter.pm, lib/WAIT/Filter/utf8iso.pm, MANIFEST:
88 UTF-8 conversion deprecated and for the time being replaced by a
89 perl-only UTF-8 converter
90
91 * lib/WAIT/Table.pm:
92 Table loads Index and doesn't load InvertedIndex anymore
93
94 * lib/WAIT/InvertedIndex.pm:
95 InvertedIndex needs some $VERSION so that others can reliably say it was loaded.
96
97 Added a DIVZERO check
98
99 * lib/WAIT/Index.pm:
100 Index needs some $VERSION so that others can reliably say it was loaded
101
102 2000-11-11 ulpfr <ulpfr@hentai>
103
104 * ChangeLog: *** empty log message ***
105
106 * README.header: Forgot to add that in the first place.
107
108 * MANIFEST: Added some scripts
109
110 * t/wais.t: Forgot -w in bang line
111
112 * lib/WAIT/Table.pm: Die if attribute setting is not possible.
113
114 * lib/WAIT/Document/Multi.pm:
115 access class that joins multiple access objects into a single one -
116 DOnated by Marc Lehmann
117
118 * script/dump_index, script/upgrade_index, lib/WAIT/InvertedIndexOld.pm, lib/WAIT/InvertedIndex.pm:
119 Modified structure of inverted indices. The old one was not able to
120 cope with words starting with "\377(o|m)". Prefix and interval
121 searches have not been tested yet.
122
123 2000-11-11 Ulrich Pfeifer <pfeifer@wait.de>
124
125 * README.header:
126 Forgot to add that in the first place.
127
128 * MANIFEST: Added some scripts
129
130 * t/wais.t: Forgot -w in bang line
131
132 * lib/WAIT/Table.pm:
133 Die if attribute setting is not possible.
134
135 * lib/WAIT/Document/Multi.pm:
136 access class that joins multiple access objects into a single one -
137 DOnated by Marc Lehmann
138
139 * script/dump_index, script/upgrade_index, lib/WAIT/InvertedIndexOld.pm, lib/WAIT/InvertedIndex.pm:
140 Modified structure of inverted indices. The old one was not able to
141 cope with words starting with "\377(o|m)". Prefix and interval
142 searches have not been tested yet.
143
144 2000-06-13 Ulrich Pfeifer <pfeifer@wait.de>
145
146 * lib/WAIT/InvertedIndex.pm (sync): removed progress message
147 ("flushing <n> Postings")
148
149 Sat Nov 15 11:32:15 1997 Ulrich Pfeifer <pfeifer@wait.de>
150
151 * lib/WAIT/Table.pm (create_inverted_index): Modified
152 documentation according to Andreas Koenig.
153
154 Wed Nov 12 20:25:44 1997 Ulrich Pfeifer <pfeifer@wait.de>
155
156 * lib/WAIT.pm: Fixed Typos. New Table construction interface needs
157 to be documented.
158
159 * lib/WAIT/Table.pm (create_index, create_inverted_index): move
160 parts of the constructor in new funktion.
161
162 * lib/WAIT/InvertedIndex.pm: fail -> croak
163
164 * lib/WAIT/Database.pm (create_table): fail -> croak
165
166 Wed Nov 5 16:45:09 1997 Ulrich Pfeifer <pfeifer@wait.de>
167
168 * lib/WAIT/Filter.pm (AUTOLOAD): moved decode_entities to
169 AUTOLOAD. Made it use UNIVERSAL->can() to prepare for changes of
170 the inheritance.
171
172 * lib/WAIT/Document/Find.pm: -w fixes
173
174 * script/index-html.PL: Created with Andreas König butchering
175 smakewhatis.
176
177 * lib/WAIT/Parse/HTML.pm: Created with Andreas König
178
179 * lib/WAIT/Filter.pm (decode_entities): Try importing from
180 HTML::Entities on demand.
181
182 * t/client.t: fail grecefully if server cannot be connected.
183
184 Thu Sep 4 14:32:22 1997 Norbert Goevert <goevert@ls6.informatik.uni-dortmund.de>
185
186 * 1.519 is new version
187
188 * almost all files: minor fixings, clean up
189
190 Tue Aug 12 17:05:54 1997 Norbert Goevert <goevert@ls6.informatik.uni-dortmund.de>
191
192 * 1.518 is new version
193
194 * lib/WAIT/Filter.pm lib/WAIT/Server.pm: new $VERSION string
195
196 * synchronized with Ulrichs version
197
198 Thu Apr 24 13:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
199
200 * lib/WAIT/Table.pm: added a local 'no strict refs'.
201
202 * lib/WAIT/Server.pm: Included new NNML Version. Readded HTML
203 parsing which still seems to break things.
204
205 * pod.PL: Wrap bugs.
206
207 * cpan.PL: Works with LWP again.
208
209 * t/filter-base.t: Fixed header.
210
211 Mon Mar 31 08:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
212
213 * copyright patchlevel.h pmakewhatis.PL pod.PL smakewhatis.PL
214 sman.PL lib/WAIT/Filter.pm: Cleanup of version at home
215
216 Fri Mar 28 19:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
217
218 * lib/WAIT/InvertedIndex.pm: Added caching. This saves half the
219 elapsed time when indexing CPAN from scratch:
220
221 558.110u 169.270s 22:07.40 54.7% 0+0k 0+0io 44992pf+2993w
222 470.550u 51.340s 10:50.62 80.2% 0+0k 0+0io 33202pf+1986w
223
224 * lib/WAIT/Table.pm: Fixed strict refs warning.
225
226 Sun Mar 23 11:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
227
228 * lib/WAIT/Server.pm: Fix for broken connections
229
230 Wed Feb 26 15:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
231
232 * Makefile.PL waisquery.y lib/WAIT/Query/Wais.pm: fix byacc output
233
234 Tue Feb 18 12:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
235
236 * cpan.PL: Added aliasing stuff
237
238 * lib/WAIT/InvertedIndex.pm lib/WAIT/Table.pm
239 lib/WAIT/Document/Tar.pm: Some cleanup
240
241 Mon Feb 17 09:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
242
243 * MANIFEST Makefile.PL lib/WAIT/Database.pm lib/WAIT/Table.pm
244 lib/WAIT/Query/Base.pm t/table.t: Fixed untie bug (database.t)
245
246 Fri Feb 14 10:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
247
248 * cpan.PL pmakewhatis.PL pod.PL smakewhatis.PL sman.PL: Removed
249 'Log' keyword.
250
251 Tue Feb 11 16:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
252
253 * lib/WAIT/Server.pm: The is now a emulation of the protocol via
254 HTTP. So poor people behind a firewall should be able to use it
255 now. If works but is rather slow. Here are the timings:
256
257 WAIT: 3 secs ( 1.46 cusr 0.22 csys = 1.68 cpu) HTTP: 72 secs (
258 1.51 cusr 0.28 csys = 1.79 cpu)
259
260 I do not know what is so slow here. From sending a request to a
261 proxy until it reaches the server there pass several seconds. If
262 someone has suggestion about speeding this up, let me know.
263
264 Maybe you have more luck with your proxy anyway.
265
266 Tue Feb 11 14:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
267
268 * lib/WAIT/Client.pm: The is now a emulation of the protocol via
269 HTTP. So poor people behind a firewall should be able to use it
270 now. If works but is rather slow. Here are the timings:
271
272 WAIT: 3 secs ( 1.46 cusr 0.22 csys = 1.68 cpu) HTTP: 72 secs (
273 1.51 cusr 0.28 csys = 1.79 cpu)
274
275 I do not know what is so slow here. From sending a request to a
276 proxy until it reaches the server there pass several seconds. If
277 someone has suggestion about speeding this up, let me know.
278
279 Maybe you have more luck with your proxy anyway.
280
281 Tue Feb 11 13:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
282
283 * lib/WAIT/Client.pm lib/WAIT/Server.pm: First HTTP version
284
285 Mon Feb 10 18:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
286
287 * ChangeLog: Regenerated
288
289 Mon Feb 10 17:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
290
291 * lib/WAIT/Server.pm: cmd_get did not insert a final newline if it
292 was missing in the document. Also cmd_search, cmd_get, cmd_info
293 did have a bad off by one bug.
294
295 Mon Feb 10 13:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
296
297 * Makefile.PL copyright: Better "make dist" handling
298
299 * ChangeLog MANIFEST: Added t/client.t
300
301 Fri Feb 7 07:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
302
303 * lib/WAIT/Database.pm: Fixed Storable stuff
304
305 Thu Feb 6 08:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
306
307 * t/client.t: Added t/client.t
308
309 Tue Feb 4 16:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
310
311 * MANIFEST Makefile.PL lib/WAIT/Client.pm: Change Net::WAIT back to
312 WAIT::Client
313
314 Tue Feb 4 15:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
315
316 * lib/WAIT/Client.pm: Changed WAIT::Client to Net::WAIT
317
318 * lib/WAIT/Client.pm lib/WAIT/Database.pm lib/WAIT/Filter.pm
319 lib/WAIT/Index.pm lib/WAIT/IndexScan.pm lib/WAIT/InvertedIndex.pm
320 lib/WAIT/Scan.pm lib/WAIT/Server.pm lib/WAIT/Table.pm
321 lib/WAIT/Wais.pm: Renamed WAIT::Client to Net::WAIT.
322
323 * Makefile.PL wclient: Fixed Makefile.PL to reflect new path
324 'lib/WAIT'.
325
326 Tue Feb 4 12:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
327
328 * patchlevel.h: iAdded to CVS repository
329
330 Tue Feb 4 10:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
331
332 * Makefile.PL: Switched to CVS
333
334 * ChangeLog Copyright MANIFEST README WAIT.h WAIT.pod WAIT.xs
335 bibdb.PL compressed-int-patch cpan.PL levenstein.c levenstein.h
336 metaphone.c metaphone.h pmakewhatis.PL pod.PL smakewhatis.PL
337 sman.PL soundex.c soundex.h stemmer.c stemmer.h test.ste
338 waisquery.y lib/WAIT/Client.pm lib/WAIT/Database.pm
339 lib/WAIT/Filter.pm lib/WAIT/Index.pm lib/WAIT/IndexScan.pm
340 lib/WAIT/InvertedIndex.pm lib/WAIT/Scan.pm lib/WAIT/Server.pm
341 lib/WAIT/Table.pm lib/WAIT/Wais.pm lib/WAIT/Document/Base.pm
342 lib/WAIT/Document/Find.pm lib/WAIT/Document/Nroff.pm
343 lib/WAIT/Document/Split.pm lib/WAIT/Document/Tar.pm
344 lib/WAIT/Format/Base.pm lib/WAIT/Format/CPAN.pm
345 lib/WAIT/Format/HTML.pm lib/WAIT/Format/Term.pm
346 lib/WAIT/Parse/Base.pm lib/WAIT/Parse/Bibdb.pm
347 lib/WAIT/Parse/Nroff.pm lib/WAIT/Parse/Pod.pm
348 lib/WAIT/Query/Base.pm lib/WAIT/Query/Wais.pm
349 lib/WAIT/Table/Disjoint.pm lib/WAIT/Table/Independent.pm
350 t/bibdb.pl t/database.t t/disjoint.t t/document-split.t
351 t/filter-base.t t/filter-iso.t t/independent.t t/insert.t
352 t/scan.t t/table.t t/wais.t: switched to CVS
353
354 Mon Feb 3 10:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
355
356 * ChangeLog: Minor WAIT::Client fix.
357
358 * lib/WAIT/Filter.pm: Updated version number.
359
360 * lib/WAIT/Database.pm: Add $Storable::forgive_me = 1.
361
362 * lib/WAIT/Client.pm: Allow array argument for search().
363
364 * lib/WAIT/Server.pm: Fixed welcome message.
365
366 Fri Jan 31 14:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
367
368 * sman.PL: Format method's now are passed a reference instead of an
369 array.
370
371 * cpan.PL: Fix for relative path names when doing remove.
372 find-ls.gz expire after 12 hours now. version() can now parse
373 RAM's verioning scheme.
374
375 * ChangeLog: Client/Server.
376
377 Fri Jan 31 13:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
378
379 * lib/WAIT/Server.pm: Hacked NNML::Server to act a simple WAIT
380 Server.
381
382 * lib/WAIT/Document/Find.pm: Removes code reference at close time.
383
384 * lib/WAIT/Table.pm: Added fetch_extern_by_id() method.
385
386 * lib/WAIT/Document/Base.pm: Added close() method.
387
388 * lib/WAIT/Format/Base.pm: Format method's now are passed a
389 reference instead of an array.
390
391 * lib/WAIT/Client.pm: First alpha version which should go to
392 CPAN.pm.
393
394 * MANIFEST: Added WAIT::Server and WAIT::Client.
395
396 * lib/WAIT/Wais.pm: Cleaned up the Formatter handling. Moved the
397 CPAN code to WAIT::Format::CPAN.
398
399 * lib/WAIT/Format/CPAN.pm: Moved CPAN hack from WAIT::Wais to this
400 new Module.
401
402 * lib/WAIT/Database.pm: Added sync() method.
403
404 Fri Jan 31 10:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
405
406 * lib/WAIT/Server.pm: Initial revision
407
408 Fri Jan 31 09:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
409
410 * wclient: Initial revision
411
412 Thu Jan 16 09:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
413
414 * ChangeLog: Storable.
415
416 * lib/WAIT/Database.pm: Added support for Storable. Currently
417 Data::Dumper (DB/meta) and Storable (DB/catalog) are used (if
418 available) for saving the meta information. When loading the
419 newest version is used (Storable preferred). So editing of
420 'DB/meta' will cause and update of 'DB/catalog' next time the
421 Database is opened for writing.
422
423 * lib/WAIT/Document/Split.pm: Added support for gziped input files.
424 seek() is simulated.
425
426 * lib/WAIT/Wais.pm: Fixed CPAN hack again.
427
428 * lib/WAIT/Filter.pm: Updated $VERSION.
429
430 Fri Jan 10 12:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
431
432 * lib/WAIT/Document/Split.pm: Added support for gzip. Streamlined
433 file open code.
434
435 * lib/WAIT/Wais.pm: Support for reative document ids.
436
437 * cpan.PL: Various fixes. Added -remove. added $tb->sync calls.
438
439 * ChangeLog: Mostly cpan fixes.
440
441 * lib/WAIT/Filter.pm: Updated Version.
442
443 * sman.PL: Support for relative docid's
444
445 * lib/WAIT/Format/Base.pm: Added text() method. To allow for HTML
446 escaping.
447
448 * lib/WAIT/Format/HTML.pm: Fixed HTML escaping.
449
450 * lib/WAIT/Parse/Pod.pm: Cleaned $self after parsing.
451
452 * lib/WAIT/Index.pm: Added sync() method.
453
454 * lib/WAIT/Table.pm: Added sync() method. Sanity check for deleted
455 documents in search result.
456
457 Mon Jan 6 13:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
458
459 * ChangeLog: added The GREAT CPAN Indexer!
460
461 * lib/WAIT/Wais.pm: Added a hack to include links to CPAN. Must
462 remove that sometime later ;-)
463
464 * lib/WAIT/Table.pm: Make perl -w happy (new warnings in 5.003_19)
465
466 * lib/WAIT/Document/Tar.pm: Tie a hash to a couple of tar archives.
467
468 * MANIFEST: Added WAIT::Document::Tar and cpan.PL
469
470 * lib/WAIT/Filter.pm: Update $VERSION
471
472 * cpan.PL: The GREAT CPAN Indexer!
473
474 Mon Dec 30 15:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
475
476 * ChangeLog: Stripped obsolete bang lines and rcslogs.
477
478 * bibdb.PL: Removed 'use diagnostics'.
479
480 * pmakewhatis.PL smakewhatis.PL: Removed 'use diagnostics'. Fixed
481 delete stuff.
482
483 * ChangeLog: Changed version to to 1.5*
484
485 Mon Dec 30 14:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
486
487 * stemmer.h: Copyright statement now points to stemmer.c
488
489 * bibdb.PL pmakewhatis.PL pod.PL smakewhatis.PL sman.PL soundex.c
490 soundex.h test.ste waisquery.y lib/WAIT/Filter.pm
491 lib/WAIT/Index.pm lib/WAIT/IndexScan.pm lib/WAIT/InvertedIndex.pm
492 lib/WAIT/Scan.pm lib/WAIT/Wais.pm lib/WAIT/Parse/Bibdb.pm
493 lib/WAIT/Parse/Nroff.pm t/bibdb.pl t/database.t t/disjoint.t
494 t/document-split.t t/filter-base.t t/filter-iso.t t/independent.t
495 t/insert.t t/scan.t t/table.t t/wais.t: dist 3.0 baseline
496
497 * ChangeLog Copyright MANIFEST README WAIT.h WAIT.pod bibdb.PL
498 compressed-int-patch levenstein.h metaphone.h pmakewhatis.PL
499 pod.PL smakewhatis.PL sman.PL soundex.c soundex.h stemmer.c
500 stemmer.h test.ste waisquery.y lib/WAIT/Database.pm
501 lib/WAIT/Filter.pm lib/WAIT/Index.pm lib/WAIT/IndexScan.pm
502 lib/WAIT/Scan.pm lib/WAIT/Table.pm lib/WAIT/Wais.pm
503 lib/WAIT/Document/Base.pm lib/WAIT/Document/Find.pm
504 lib/WAIT/Document/Nroff.pm lib/WAIT/Document/Split.pm
505 lib/WAIT/Format/Base.pm lib/WAIT/Format/HTML.pm
506 lib/WAIT/Format/Term.pm lib/WAIT/Parse/Base.pm
507 lib/WAIT/Parse/Bibdb.pm lib/WAIT/Parse/Nroff.pm
508 lib/WAIT/Parse/Pod.pm lib/WAIT/Query/Base.pm
509 lib/WAIT/Query/Wais.pm lib/WAIT/Table/Disjoint.pm
510 lib/WAIT/Table/Independent.pm t/bibdb.pl t/database.t
511 t/disjoint.t t/document-split.t t/filter-base.t t/filter-iso.t
512 t/independent.t t/insert.t t/scan.t t/table.t t/wais.t: Initial
513 revision
514
515 * ChangeLog bibdb.PL compressed-int-patch levenstein.c levenstein.h
516 metaphone.c metaphone.h pmakewhatis.PL lib/WAIT/Filter.pm
517 lib/WAIT/Index.pm lib/WAIT/IndexScan.pm lib/WAIT/InvertedIndex.pm
518 lib/WAIT/Scan.pm lib/WAIT/Table.pm lib/WAIT/Wais.pm
519 lib/WAIT/Document/Nroff.pm lib/WAIT/Document/Split.pm
520 lib/WAIT/Format/Base.pm lib/WAIT/Format/HTML.pm
521 lib/WAIT/Format/Term.pm lib/WAIT/Parse/Base.pm
522 lib/WAIT/Parse/Bibdb.pm lib/WAIT/Parse/Nroff.pm
523 lib/WAIT/Parse/Pod.pm lib/WAIT/Query/Base.pm
524 lib/WAIT/Query/Wais.pm lib/WAIT/Table/Disjoint.pm
525 lib/WAIT/Table/Independent.pm: Added Copyright notice.
526
527 * stemmer.c: Included CNIDR Copyright message.
528
529 * lib/WAIT/Filter.pm: Reverted to plain version number.
530
531 * MANIFEST: Made shure that waisquery.y is packed before
532 WAIT/Query/Wais.pm.
533
534 * ChangeLog Copyright MANIFEST Makefile.PL README WAIT.h WAIT.pod
535 WAIT.xs lib/WAIT/Database.pm lib/WAIT/Document/Base.pm
536 lib/WAIT/Document/Find.pm: Converted to dist-3.0
537
538 * ChangeLog: Fixed CNIDR Copyright stuff.
539
540 Mon Dec 16 10:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
541
542 * lib/WAIT/Config.pm: Initial revision
543
544 Tue Oct 15 11:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
545
546 * WAIT.xs: Will remove dummy Levenstein()
547
548 * Makefile.PL levenstein.c: Initial revision
549
550 Tue Oct 15 10:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
551
552 * distance.c: OK.
553
554 Tue Oct 15 09:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
555
556 * distance.c: Initial revision
557
558 Fri Oct 11 11:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
559
560 * metaphone.c: Initial revision
561
562 Thu Oct 10 11:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
563
564 * WAIT.xs: Initial revision
565
566 Wed Oct 9 13:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
567
568 * lib/WAIT/InvertedIndex.pm: Initial revision
569
570 Fri Oct 4 10:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
571
572 * query.pl: Initial revision
573

Properties

Name Value
cvs2svn:cvs-rev 1.3

  ViewVC Help
Powered by ViewVC 1.1.26