/[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

Annotation of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (hide annotations)
Fri Apr 28 15:40:52 2000 UTC (24 years ago) by ulpfr
Original Path: cvs-head/ChangeLog
File size: 14847 byte(s)
Initial revision

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

Properties

Name Value
cvs2svn:cvs-rev 1.1

  ViewVC Help
Powered by ViewVC 1.1.26