Loading
Commits on Source 13
-
Raymond Toy authored
-
Raymond Toy authored
Fix #244: Add c-call:signed-char Closes #244 See merge request cmucl/cmucl!157
-
Raymond Toy authored
-
Raymond Toy authored
Fix #245: Replace egrep with grep -E Closes #245 See merge request cmucl/cmucl!158
-
Carl Shapiro authored
-
Carl Shapiro authored
Guard against a division by zero when reporting test results See merge request cmucl/cmucl!161
-
Raymond Toy authored
In files/math.lisp, the word "naive" is spelled using the character \Latin_Small_Letter_I_With_Diaeresis. However, when compiling locally with a UTF-8 encoding (which is the default), this is invalid. The letter needs to be encoded as 2 octets. I'm too lazy to figure out how to get emacs to insert the correct encoded character so I'm replacing it with a simple "i". This makes the file pure ASCII, so it should work fine with a UTF-8 encoding.
-
Carl Shapiro authored
-
Carl Shapiro authored
Address #196: Fix issues with mapping and nconc accumulation See merge request cmucl/cmucl!162
-
Raymond Toy authored
-
Raymond Toy authored
Address #240: Speed up set-difference Closes #240 See merge request cmucl/cmucl!153
-
Raymond Toy authored
-
Raymond Toy authored
We mistakenly removed *allow-hashtable-for-set-functions* when merging with master. Put it all back. However, modify it so we only disable hashtables for subsetp because that's the only function (so far) that is used in TYPE-INIT where hashtables aren't available yet.