Abdulaziz Ghuloum
|
57de27827a
|
custom hashtables' hash functions can now return any exact integer,
instead of returning nonnegative exact integers.
|
2009-08-26 18:23:07 +03:00 |
Abdulaziz Ghuloum
|
810fe75fa1
|
- hashtable-hash-function used to return an incorrect hash function
that the one supplied to make-hashtable; fixed.
- div and mod raise an error, rather than an assertion when given
zero second argument; fixed.
|
2009-04-11 21:39:53 +03:00 |
Abdulaziz Ghuloum
|
020807ac06
|
- pretty-printing hash tables revealed internal structures, fixed.
|
2008-11-16 20:01:24 -05:00 |
Abdulaziz Ghuloum
|
671eba4990
|
added make-eqv-hashtable
|
2008-10-31 23:09:03 -04:00 |
Abdulaziz Ghuloum
|
8d460a32af
|
added make-hashtable.
|
2008-10-21 05:52:42 -04:00 |
Abdulaziz Ghuloum
|
f6e5e4d5b4
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
Abdulaziz Ghuloum
|
8c0563b2d3
|
fixes bug 173369: errors are supposed to be &assertion
|
2007-12-15 08:22:49 -05:00 |
Abdulaziz Ghuloum
|
0b648054b8
|
removed some junk files that were in the repository.
|
2007-12-10 12:00:12 -05:00 |
Abdulaziz Ghuloum
|
e461f4374f
|
Made #!eof invalid in #!r6rs mode.
|
2007-11-25 16:23:39 -05:00 |
Abdulaziz Ghuloum
|
86d8cd0854
|
Fixed a problem with hashtables where delete did not update the size
of the table.
|
2007-11-25 08:45:19 -05:00 |
Abdulaziz Ghuloum
|
42daf68195
|
Added string-ci-hash and symbol-hash.
Slight change to ikrt_string_hash.
|
2007-11-22 17:04:10 -05:00 |
Abdulaziz Ghuloum
|
c25e04569c
|
Added string-hash.
|
2007-11-22 16:55:25 -05:00 |
Abdulaziz Ghuloum
|
de369b3497
|
* Copying an already immutable hashtable, and requesting an
immutable table returns the same table without copying.
|
2007-11-12 00:52:43 -05:00 |
Abdulaziz Ghuloum
|
007f05989b
|
* Added hashtable-copy
|
2007-11-12 00:50:00 -05:00 |
Abdulaziz Ghuloum
|
b53f3e6ff0
|
* Added hashtable-entries.
|
2007-11-11 01:19:18 -05:00 |
Abdulaziz Ghuloum
|
6f576dc224
|
* Added license stubs to all *.ss and *.[ch] files.
|
2007-10-25 16:27:34 -04:00 |
Abdulaziz Ghuloum
|
b640d98cbc
|
* removed formatted errors from all source codes.
|
2007-10-25 14:32:26 -04:00 |
Abdulaziz Ghuloum
|
fdb664b61c
|
renamed:
src/scheme => scheme
|
2007-10-17 20:07:10 -04:00 |