- 15 Sep, 2004 22 commits
-
-
rswindell authored
Converted some int variables to BOOLs. Using new smb_hashes() and smb_findhash() syntax. Search for each hashable message item and display an error for each hash not found in hash file.
-
rswindell authored
-
rswindell authored
MSGID's and FTN MSGID's) so that a bit-mask may be passed to functions like smb_findhash(), allowing selective duplicate searches without pre-marking hashes (to be skipped) in a message's hash list. This limits the number of possible hash sources to 32 total (down from 256) - not a real concern. This change will render existing msg-id's in hash files obsolete. The usage of the following functions were effected: smb_addmsg() - from BOOL (dupechk) to bit-field (dupechk_hashes) smb_msghashes() - removed dupechk kludge (to pre-mark text hash) smb_findhash() - added source_mask argument to select which source types
-
rswindell authored
-
rswindell authored
projects).
-
rswindell authored
-
deuce authored
-
deuce authored
stays visiable at all times, it also means the mouse actually works (which is preferrable)
-
rswindell authored
-
deuce authored
(str_util.c builds single-thread for many things, and needs the definition for sem_t in an include... on NetBSD this is ONLY available from xp_sem.h)
-
deuce authored
-
rswindell authored
source, not the source string itself. Created smb_hashsource(), which returns the actual source string (if possible).
-
rswindell authored
Indented some bmake directives for readability. Removed libobjs.mk (not used).
-
deuce authored
-
deuce authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
The syncterm diddling here is completely useless... ignore it and it'll go away.
-
deuce authored
Diddle .bmake some more to make implicit rules work better...
-
rswindell authored
-
- 14 Sep, 2004 4 commits
- 13 Sep, 2004 14 commits