0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 5 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Can retrieve separate title and author names More... over 22 years ago
Can retrieve desc.html and author.html. More... over 22 years ago
Made -max option really optional More... over 22 years ago
Moved 'sub keys' to end of file to avoid warnings about CORE::keys. More... over 22 years ago
close DATA to free filehandle More... about 23 years ago
Works with modified nnir.el. More... over 23 years ago
Mail indexing works resonable More... over 23 years ago
First steps towards a mail indexer More... over 23 years ago
Typo in manual More... over 23 years ago
First tested debian package generation. More... over 23 years ago
First untested debian package generation. More... over 23 years ago
Removed checks on WAIT_home and directory creation to ease debianizing. This should be done on install anyway. More... over 23 years ago
We should try to get a lock before tieing. More... over 23 years ago
utf8iso was completely nonsense, returning only true and false. More... over 23 years ago
seq returns 0 on success. So if there is an error on positioning the cursor on $O$;, then we can say it is not an old index. The condition is if $dbh->seq, then return but it was $dbh->seq or return. More... over 23 years ago
cleanup: remove obsolete files More... over 23 years ago
Handle VERSION explicitely in lib/WAIT.pm More... over 23 years ago
$0 -> $O$; More... over 23 years ago
Moved locking stuff to new method getlock(). Checked for write lock in drop(). More... over 23 years ago
Opening a table twice should not be a problem any more. More... over 23 years ago
Check dbh->seq return value in is_an_old_index More... over 23 years ago
UTF-8 conversion deprecated and for the time being replaced by a perl-only UTF-8 converter More... over 23 years ago
Table loads Index and doesn't load InvertedIndex anymore More... over 23 years ago
InvertedIndex needs some $VERSION so that others can reliably say it was loaded. More... over 23 years ago
Index needs some $VERSION so that others can reliably say it was loaded More... over 23 years ago
*** empty log message *** More... over 23 years ago
Forgot to add that in the first place. More... over 23 years ago
Added some scripts More... over 23 years ago
Forgot -w in bang line More... over 23 years ago
Die if attribute setting is not possible. More... over 23 years ago