r1601: Added def-union, fixed ensure-char-* error
[uffi.git] / TODO
diff --git a/TODO b/TODO
index f8940da160153e7ddf76ab371ad0f272739e92ea..fb4f2c85783f74658da29f61457f8596956dbc0c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,13 +7,5 @@ like CMUCL which doesn't evaluate the type argument.
 
 - Cleanup the meaning of (def-array). Add size parameter
 
-- Change dereferencing of pointers to :char and :unsigned-char types.
-May need to have ensure-char as routine to correctly handle setf
-expansions. CMUCL strtol is broken because of signedness.  Right now,
-LW prefers unsigned and CMUCL prefers signed string arrays. I lean
-to having unsigned be the default type.
-
-- Add def-union routine
-
 - Split implementation-dependent code into separate files in preparation
 for MCL and CormanLisp ports.