Dave Love
|
723dd32d78
|
(cl-make-hash-table): Use make-hash-table.
(cl-lucid-hash-tag): Delete.
(cl-hash-table-p): Correct test for native table.
(cl-hash-table-count): Use hash-table-count.
|
2000-01-05 16:51:08 +00:00 |
|
Dave Love
|
6125598177
|
(cl-emacs-type): Remove defvar.
(cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
`cl-hash-table-p', not `hash-table-p'.
(cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
|
2000-01-03 23:12:38 +00:00 |
|
Gerd Moellmann
|
34c804a914
|
(cl-make-hash-table): Renamed from make-hash-table.
(cl-hash-table-p): Renamed from hash-table-p.
(cl-hash-table-count): Renamed from hash-table-count.
(maphash): Alias to cl-maphash removed.
(gethash): Likewise.
(puthash): Likewise.
(remhash): Likewise.
(clrhash): Likewise.
|
1999-07-21 21:43:03 +00:00 |
|
Karl Heuer
|
318f417cd3
|
(getf): Don't call get*.
|
1999-06-12 03:36:46 +00:00 |
|
Richard M. Stallman
|
7321741136
|
Turn on byte-compile-dynamic.
|
1996-09-01 22:56:40 +00:00 |
|
Richard M. Stallman
|
bd9c5e7949
|
(isqrt): Support expanded range of Lisp integers.
(cl-expt): Bug fix for (expt -1 -N).
(cl-macroexpand-all): Change to support `labels'.
|
1996-04-16 04:35:38 +00:00 |
|
Erik Naggum
|
76f61009c7
|
(equalp): Use string-equal on strings.
|
1996-03-08 18:30:12 +00:00 |
|
Richard M. Stallman
|
e5b633cf70
|
(equalp): Correctly compare last elt of two lists.
|
1996-03-05 22:53:55 +00:00 |
|
Erik Naggum
|
b578f267af
|
Update FSF's address.
|
1996-01-14 07:34:30 +00:00 |
|
Karl Heuer
|
66ac65bdea
|
(cl-copy-tree): Doc fix.
|
1996-01-04 23:29:58 +00:00 |
|
Richard M. Stallman
|
be01074898
|
Comment change.
|
1995-10-30 17:35:01 +00:00 |
|
Karl Heuer
|
7c938215cd
|
Update GPL to version 2.
|
1995-06-15 20:42:24 +00:00 |
|
Richard M. Stallman
|
07b3798c76
|
Comment change.
|
1994-06-17 20:04:22 +00:00 |
|
Paul Eggert
|
ebe6b81460
|
(floor*): Use `floor' instead of doing most the work ourselves.
|
1993-08-10 04:14:17 +00:00 |
|
Richard M. Stallman
|
fcd737693e
|
entered into RCS
|
1993-07-30 20:15:09 +00:00 |
|