Mon Jun 19 22:07:13 2006 Ben Pfaff <blp@gnu.org>
authorBen Pfaff <blp@gnu.org>
Tue, 20 Jun 2006 05:09:07 +0000 (05:09 +0000)
committerBen Pfaff <blp@gnu.org>
Tue, 20 Jun 2006 05:09:07 +0000 (05:09 +0000)
commit352548070a3cfea256b5cbe13e18a9aba7b360ed
tree2717167bc3c71e44cbc995f34db25fdcae5488c2
parente294a372f351d7105c21a2db58022af8b119aa64
Mon Jun 19 22:07:13 2006  Ben Pfaff  <blp@gnu.org>

* frequencies.q: (dump_full) Only put the first MAX_SHORT_STRING
bytes of string variables into the output cells, seeing as we only
copy that many.
(dump_condensed) Ditto.

Mon Jun 19 21:52:05 2006  Ben Pfaff  <blp@gnu.org>

Fixes a bug reported by Greg Hunt <greg@firmansyah.com>.

* frequencies.q: (hsh_hash_bytes) We only copy the first
MAX_SHORT_STRING bytes of string variables, so we must only
compare that many bytes, even if the string variable is longer.
(compare_value_alpha_a) Ditto.
(compare_freq_alpha_a) Ditto.
(compare_freq_alpha_d) Ditto.
src/language/stats/ChangeLog
src/language/stats/frequencies.q