/[wait]/cvs-head/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

Annotation of /cvs-head/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (hide annotations)
Sat Nov 11 17:33:42 2000 UTC (23 years, 6 months ago) by ulpfr
File size: 15625 byte(s)
*** empty log message ***

1 ulpfr 28 2000-11-11 Ulrich Pfeifer <pfeifer@wait.de>
2    
3     * README.header:
4     Forgot to add that in the first place.
5    
6     * MANIFEST: Added some scripts
7    
8     * t/wais.t: Forgot -w in bang line
9    
10     * lib/WAIT/Table.pm:
11     Die if attribute setting is not possible.
12    
13     * lib/WAIT/Document/Multi.pm:
14     access class that joins multiple access objects into a single one -
15     DOnated by Marc Lehmann
16    
17     * script/dump_index, script/upgrade_index, lib/WAIT/InvertedIndexOld.pm, lib/WAIT/InvertedIndex.pm:
18     Modified structure of inverted indices. The old one was not able to
19     cope with words starting with "\377(o|m)". Prefix and interval
20     searches have not been tested yet.
21    
22     2000-06-13 Ulrich Pfeifer <pfeifer@wait.de>
23    
24     * lib/WAIT/InvertedIndex.pm (sync): removed progress message
25     ("flushing <n> Postings")
26    
27 ulpfr 10 Sat Nov 15 11:32:15 1997 Ulrich Pfeifer <pfeifer@wait.de>
28    
29     * lib/WAIT/Table.pm (create_inverted_index): Modified
30     documentation according to Andreas Koenig.
31    
32     Wed Nov 12 20:25:44 1997 Ulrich Pfeifer <pfeifer@wait.de>
33    
34     * lib/WAIT.pm: Fixed Typos. New Table construction interface needs
35     to be documented.
36    
37     * lib/WAIT/Table.pm (create_index, create_inverted_index): move
38     parts of the constructor in new funktion.
39    
40     * lib/WAIT/InvertedIndex.pm: fail -> croak
41    
42     * lib/WAIT/Database.pm (create_table): fail -> croak
43    
44     Wed Nov 5 16:45:09 1997 Ulrich Pfeifer <pfeifer@wait.de>
45    
46     * lib/WAIT/Filter.pm (AUTOLOAD): moved decode_entities to
47     AUTOLOAD. Made it use UNIVERSAL->can() to prepare for changes of
48     the inheritance.
49    
50     * lib/WAIT/Document/Find.pm: -w fixes
51    
52     * script/index-html.PL: Created with Andreas König butchering
53     smakewhatis.
54    
55     * lib/WAIT/Parse/HTML.pm: Created with Andreas König
56    
57     * lib/WAIT/Filter.pm (decode_entities): Try importing from
58     HTML::Entities on demand.
59    
60     * t/client.t: fail grecefully if server cannot be connected.
61    
62     Thu Sep 4 14:32:22 1997 Norbert Goevert <goevert@ls6.informatik.uni-dortmund.de>
63    
64     * 1.519 is new version
65    
66     * almost all files: minor fixings, clean up
67    
68     Tue Aug 12 17:05:54 1997 Norbert Goevert <goevert@ls6.informatik.uni-dortmund.de>
69    
70     * 1.518 is new version
71    
72     * lib/WAIT/Filter.pm lib/WAIT/Server.pm: new $VERSION string
73    
74     * synchronized with Ulrichs version
75    
76     Thu Apr 24 13:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
77    
78     * lib/WAIT/Table.pm: added a local 'no strict refs'.
79    
80     * lib/WAIT/Server.pm: Included new NNML Version. Readded HTML
81     parsing which still seems to break things.
82    
83     * pod.PL: Wrap bugs.
84    
85     * cpan.PL: Works with LWP again.
86    
87     * t/filter-base.t: Fixed header.
88    
89     Mon Mar 31 08:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
90    
91     * copyright patchlevel.h pmakewhatis.PL pod.PL smakewhatis.PL
92     sman.PL lib/WAIT/Filter.pm: Cleanup of version at home
93    
94     Fri Mar 28 19:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
95    
96     * lib/WAIT/InvertedIndex.pm: Added caching. This saves half the
97     elapsed time when indexing CPAN from scratch:
98    
99     558.110u 169.270s 22:07.40 54.7% 0+0k 0+0io 44992pf+2993w
100     470.550u 51.340s 10:50.62 80.2% 0+0k 0+0io 33202pf+1986w
101    
102     * lib/WAIT/Table.pm: Fixed strict refs warning.
103    
104     Sun Mar 23 11:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
105    
106     * lib/WAIT/Server.pm: Fix for broken connections
107    
108     Wed Feb 26 15:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
109    
110     * Makefile.PL waisquery.y lib/WAIT/Query/Wais.pm: fix byacc output
111    
112     Tue Feb 18 12:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
113    
114     * cpan.PL: Added aliasing stuff
115    
116     * lib/WAIT/InvertedIndex.pm lib/WAIT/Table.pm
117     lib/WAIT/Document/Tar.pm: Some cleanup
118    
119     Mon Feb 17 09:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
120    
121     * MANIFEST Makefile.PL lib/WAIT/Database.pm lib/WAIT/Table.pm
122     lib/WAIT/Query/Base.pm t/table.t: Fixed untie bug (database.t)
123    
124     Fri Feb 14 10:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
125    
126     * cpan.PL pmakewhatis.PL pod.PL smakewhatis.PL sman.PL: Removed
127     'Log' keyword.
128    
129     Tue Feb 11 16:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
130    
131     * lib/WAIT/Server.pm: The is now a emulation of the protocol via
132     HTTP. So poor people behind a firewall should be able to use it
133     now. If works but is rather slow. Here are the timings:
134    
135     WAIT: 3 secs ( 1.46 cusr 0.22 csys = 1.68 cpu) HTTP: 72 secs (
136     1.51 cusr 0.28 csys = 1.79 cpu)
137    
138     I do not know what is so slow here. From sending a request to a
139     proxy until it reaches the server there pass several seconds. If
140     someone has suggestion about speeding this up, let me know.
141    
142     Maybe you have more luck with your proxy anyway.
143    
144     Tue Feb 11 14:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
145    
146     * lib/WAIT/Client.pm: The is now a emulation of the protocol via
147     HTTP. So poor people behind a firewall should be able to use it
148     now. If works but is rather slow. Here are the timings:
149    
150     WAIT: 3 secs ( 1.46 cusr 0.22 csys = 1.68 cpu) HTTP: 72 secs (
151     1.51 cusr 0.28 csys = 1.79 cpu)
152    
153     I do not know what is so slow here. From sending a request to a
154     proxy until it reaches the server there pass several seconds. If
155     someone has suggestion about speeding this up, let me know.
156    
157     Maybe you have more luck with your proxy anyway.
158    
159     Tue Feb 11 13:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
160    
161     * lib/WAIT/Client.pm lib/WAIT/Server.pm: First HTTP version
162    
163     Mon Feb 10 18:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
164    
165     * ChangeLog: Regenerated
166    
167     Mon Feb 10 17:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
168    
169     * lib/WAIT/Server.pm: cmd_get did not insert a final newline if it
170     was missing in the document. Also cmd_search, cmd_get, cmd_info
171     did have a bad off by one bug.
172    
173     Mon Feb 10 13:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
174    
175     * Makefile.PL copyright: Better "make dist" handling
176    
177     * ChangeLog MANIFEST: Added t/client.t
178    
179     Fri Feb 7 07:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
180    
181     * lib/WAIT/Database.pm: Fixed Storable stuff
182    
183     Thu Feb 6 08:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
184    
185     * t/client.t: Added t/client.t
186    
187     Tue Feb 4 16:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
188    
189     * MANIFEST Makefile.PL lib/WAIT/Client.pm: Change Net::WAIT back to
190     WAIT::Client
191    
192     Tue Feb 4 15:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
193    
194     * lib/WAIT/Client.pm: Changed WAIT::Client to Net::WAIT
195    
196     * lib/WAIT/Client.pm lib/WAIT/Database.pm lib/WAIT/Filter.pm
197     lib/WAIT/Index.pm lib/WAIT/IndexScan.pm lib/WAIT/InvertedIndex.pm
198     lib/WAIT/Scan.pm lib/WAIT/Server.pm lib/WAIT/Table.pm
199     lib/WAIT/Wais.pm: Renamed WAIT::Client to Net::WAIT.
200    
201     * Makefile.PL wclient: Fixed Makefile.PL to reflect new path
202     'lib/WAIT'.
203    
204     Tue Feb 4 12:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
205    
206     * patchlevel.h: iAdded to CVS repository
207    
208     Tue Feb 4 10:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
209    
210     * Makefile.PL: Switched to CVS
211    
212     * ChangeLog Copyright MANIFEST README WAIT.h WAIT.pod WAIT.xs
213     bibdb.PL compressed-int-patch cpan.PL levenstein.c levenstein.h
214     metaphone.c metaphone.h pmakewhatis.PL pod.PL smakewhatis.PL
215     sman.PL soundex.c soundex.h stemmer.c stemmer.h test.ste
216     waisquery.y lib/WAIT/Client.pm lib/WAIT/Database.pm
217     lib/WAIT/Filter.pm lib/WAIT/Index.pm lib/WAIT/IndexScan.pm
218     lib/WAIT/InvertedIndex.pm lib/WAIT/Scan.pm lib/WAIT/Server.pm
219     lib/WAIT/Table.pm lib/WAIT/Wais.pm lib/WAIT/Document/Base.pm
220     lib/WAIT/Document/Find.pm lib/WAIT/Document/Nroff.pm
221     lib/WAIT/Document/Split.pm lib/WAIT/Document/Tar.pm
222     lib/WAIT/Format/Base.pm lib/WAIT/Format/CPAN.pm
223     lib/WAIT/Format/HTML.pm lib/WAIT/Format/Term.pm
224     lib/WAIT/Parse/Base.pm lib/WAIT/Parse/Bibdb.pm
225     lib/WAIT/Parse/Nroff.pm lib/WAIT/Parse/Pod.pm
226     lib/WAIT/Query/Base.pm lib/WAIT/Query/Wais.pm
227     lib/WAIT/Table/Disjoint.pm lib/WAIT/Table/Independent.pm
228     t/bibdb.pl t/database.t t/disjoint.t t/document-split.t
229     t/filter-base.t t/filter-iso.t t/independent.t t/insert.t
230     t/scan.t t/table.t t/wais.t: switched to CVS
231    
232     Mon Feb 3 10:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
233    
234     * ChangeLog: Minor WAIT::Client fix.
235    
236     * lib/WAIT/Filter.pm: Updated version number.
237    
238     * lib/WAIT/Database.pm: Add $Storable::forgive_me = 1.
239    
240     * lib/WAIT/Client.pm: Allow array argument for search().
241    
242     * lib/WAIT/Server.pm: Fixed welcome message.
243    
244     Fri Jan 31 14:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
245    
246     * sman.PL: Format method's now are passed a reference instead of an
247     array.
248    
249     * cpan.PL: Fix for relative path names when doing remove.
250     find-ls.gz expire after 12 hours now. version() can now parse
251     RAM's verioning scheme.
252    
253     * ChangeLog: Client/Server.
254    
255     Fri Jan 31 13:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
256    
257     * lib/WAIT/Server.pm: Hacked NNML::Server to act a simple WAIT
258     Server.
259    
260     * lib/WAIT/Document/Find.pm: Removes code reference at close time.
261    
262     * lib/WAIT/Table.pm: Added fetch_extern_by_id() method.
263    
264     * lib/WAIT/Document/Base.pm: Added close() method.
265    
266     * lib/WAIT/Format/Base.pm: Format method's now are passed a
267     reference instead of an array.
268    
269     * lib/WAIT/Client.pm: First alpha version which should go to
270     CPAN.pm.
271    
272     * MANIFEST: Added WAIT::Server and WAIT::Client.
273    
274     * lib/WAIT/Wais.pm: Cleaned up the Formatter handling. Moved the
275     CPAN code to WAIT::Format::CPAN.
276    
277     * lib/WAIT/Format/CPAN.pm: Moved CPAN hack from WAIT::Wais to this
278     new Module.
279    
280     * lib/WAIT/Database.pm: Added sync() method.
281    
282     Fri Jan 31 10:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
283    
284     * lib/WAIT/Server.pm: Initial revision
285    
286     Fri Jan 31 09:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
287    
288     * wclient: Initial revision
289    
290     Thu Jan 16 09:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
291    
292     * ChangeLog: Storable.
293    
294     * lib/WAIT/Database.pm: Added support for Storable. Currently
295     Data::Dumper (DB/meta) and Storable (DB/catalog) are used (if
296     available) for saving the meta information. When loading the
297     newest version is used (Storable preferred). So editing of
298     'DB/meta' will cause and update of 'DB/catalog' next time the
299     Database is opened for writing.
300    
301     * lib/WAIT/Document/Split.pm: Added support for gziped input files.
302     seek() is simulated.
303    
304     * lib/WAIT/Wais.pm: Fixed CPAN hack again.
305    
306     * lib/WAIT/Filter.pm: Updated $VERSION.
307    
308     Fri Jan 10 12:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
309    
310     * lib/WAIT/Document/Split.pm: Added support for gzip. Streamlined
311     file open code.
312    
313     * lib/WAIT/Wais.pm: Support for reative document ids.
314    
315     * cpan.PL: Various fixes. Added -remove. added $tb->sync calls.
316    
317     * ChangeLog: Mostly cpan fixes.
318    
319     * lib/WAIT/Filter.pm: Updated Version.
320    
321     * sman.PL: Support for relative docid's
322    
323     * lib/WAIT/Format/Base.pm: Added text() method. To allow for HTML
324     escaping.
325    
326     * lib/WAIT/Format/HTML.pm: Fixed HTML escaping.
327    
328     * lib/WAIT/Parse/Pod.pm: Cleaned $self after parsing.
329    
330     * lib/WAIT/Index.pm: Added sync() method.
331    
332     * lib/WAIT/Table.pm: Added sync() method. Sanity check for deleted
333     documents in search result.
334    
335     Mon Jan 6 13:00:00 1997 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
336    
337     * ChangeLog: added The GREAT CPAN Indexer!
338    
339     * lib/WAIT/Wais.pm: Added a hack to include links to CPAN. Must
340     remove that sometime later ;-)
341    
342     * lib/WAIT/Table.pm: Make perl -w happy (new warnings in 5.003_19)
343    
344     * lib/WAIT/Document/Tar.pm: Tie a hash to a couple of tar archives.
345    
346     * MANIFEST: Added WAIT::Document::Tar and cpan.PL
347    
348     * lib/WAIT/Filter.pm: Update $VERSION
349    
350     * cpan.PL: The GREAT CPAN Indexer!
351    
352     Mon Dec 30 15:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
353    
354     * ChangeLog: Stripped obsolete bang lines and rcslogs.
355    
356     * bibdb.PL: Removed 'use diagnostics'.
357    
358     * pmakewhatis.PL smakewhatis.PL: Removed 'use diagnostics'. Fixed
359     delete stuff.
360    
361     * ChangeLog: Changed version to to 1.5*
362    
363     Mon Dec 30 14:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
364    
365     * stemmer.h: Copyright statement now points to stemmer.c
366    
367     * bibdb.PL pmakewhatis.PL pod.PL smakewhatis.PL sman.PL soundex.c
368     soundex.h test.ste waisquery.y lib/WAIT/Filter.pm
369     lib/WAIT/Index.pm lib/WAIT/IndexScan.pm lib/WAIT/InvertedIndex.pm
370     lib/WAIT/Scan.pm lib/WAIT/Wais.pm lib/WAIT/Parse/Bibdb.pm
371     lib/WAIT/Parse/Nroff.pm t/bibdb.pl t/database.t t/disjoint.t
372     t/document-split.t t/filter-base.t t/filter-iso.t t/independent.t
373     t/insert.t t/scan.t t/table.t t/wais.t: dist 3.0 baseline
374    
375     * ChangeLog Copyright MANIFEST README WAIT.h WAIT.pod bibdb.PL
376     compressed-int-patch levenstein.h metaphone.h pmakewhatis.PL
377     pod.PL smakewhatis.PL sman.PL soundex.c soundex.h stemmer.c
378     stemmer.h test.ste waisquery.y lib/WAIT/Database.pm
379     lib/WAIT/Filter.pm lib/WAIT/Index.pm lib/WAIT/IndexScan.pm
380     lib/WAIT/Scan.pm lib/WAIT/Table.pm lib/WAIT/Wais.pm
381     lib/WAIT/Document/Base.pm lib/WAIT/Document/Find.pm
382     lib/WAIT/Document/Nroff.pm lib/WAIT/Document/Split.pm
383     lib/WAIT/Format/Base.pm lib/WAIT/Format/HTML.pm
384     lib/WAIT/Format/Term.pm lib/WAIT/Parse/Base.pm
385     lib/WAIT/Parse/Bibdb.pm lib/WAIT/Parse/Nroff.pm
386     lib/WAIT/Parse/Pod.pm lib/WAIT/Query/Base.pm
387     lib/WAIT/Query/Wais.pm lib/WAIT/Table/Disjoint.pm
388     lib/WAIT/Table/Independent.pm t/bibdb.pl t/database.t
389     t/disjoint.t t/document-split.t t/filter-base.t t/filter-iso.t
390     t/independent.t t/insert.t t/scan.t t/table.t t/wais.t: Initial
391     revision
392    
393     * ChangeLog bibdb.PL compressed-int-patch levenstein.c levenstein.h
394     metaphone.c metaphone.h pmakewhatis.PL lib/WAIT/Filter.pm
395     lib/WAIT/Index.pm lib/WAIT/IndexScan.pm lib/WAIT/InvertedIndex.pm
396     lib/WAIT/Scan.pm lib/WAIT/Table.pm lib/WAIT/Wais.pm
397     lib/WAIT/Document/Nroff.pm lib/WAIT/Document/Split.pm
398     lib/WAIT/Format/Base.pm lib/WAIT/Format/HTML.pm
399     lib/WAIT/Format/Term.pm lib/WAIT/Parse/Base.pm
400     lib/WAIT/Parse/Bibdb.pm lib/WAIT/Parse/Nroff.pm
401     lib/WAIT/Parse/Pod.pm lib/WAIT/Query/Base.pm
402     lib/WAIT/Query/Wais.pm lib/WAIT/Table/Disjoint.pm
403     lib/WAIT/Table/Independent.pm: Added Copyright notice.
404    
405     * stemmer.c: Included CNIDR Copyright message.
406    
407     * lib/WAIT/Filter.pm: Reverted to plain version number.
408    
409     * MANIFEST: Made shure that waisquery.y is packed before
410     WAIT/Query/Wais.pm.
411    
412     * ChangeLog Copyright MANIFEST Makefile.PL README WAIT.h WAIT.pod
413     WAIT.xs lib/WAIT/Database.pm lib/WAIT/Document/Base.pm
414     lib/WAIT/Document/Find.pm: Converted to dist-3.0
415    
416     * ChangeLog: Fixed CNIDR Copyright stuff.
417    
418     Mon Dec 16 10:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
419    
420     * lib/WAIT/Config.pm: Initial revision
421    
422     Tue Oct 15 11:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
423    
424     * WAIT.xs: Will remove dummy Levenstein()
425    
426     * Makefile.PL levenstein.c: Initial revision
427    
428     Tue Oct 15 10:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
429    
430     * distance.c: OK.
431    
432     Tue Oct 15 09:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
433    
434     * distance.c: Initial revision
435    
436     Fri Oct 11 11:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
437    
438     * metaphone.c: Initial revision
439    
440     Thu Oct 10 11:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
441    
442     * WAIT.xs: Initial revision
443    
444     Wed Oct 9 13:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
445    
446     * lib/WAIT/InvertedIndex.pm: Initial revision
447    
448     Fri Oct 4 10:00:00 1996 Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
449    
450     * query.pl: Initial revision
451    

Properties

Name Value
cvs2svn:cvs-rev 1.2

  ViewVC Help
Powered by ViewVC 1.1.26