X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=TODO;h=fb4f2c85783f74658da29f61457f8596956dbc0c;hb=a831d46a26cd75fe1d6884191a3a08b54185138b;hp=258b00705b6d91c7f27ad3cd19e804ed8d092cfe;hpb=a50727e74ea9c4582d0e965f52c336d7b10a200c;p=uffi.git diff --git a/TODO b/TODO index 258b007..fb4f2c8 100644 --- a/TODO +++ b/TODO @@ -7,12 +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. - -- Need to clean signedness of allocate-foreign-string - -- Add def-union routine +- Split implementation-dependent code into separate files in preparation +for MCL and CormanLisp ports.