X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=TODO;h=f8940da160153e7ddf76ab371ad0f272739e92ea;hb=e1ba5e8ff148275ed252b179f43a4b045c1dcaf6;hp=258b00705b6d91c7f27ad3cd19e804ed8d092cfe;hpb=a50727e74ea9c4582d0e965f52c336d7b10a200c;p=uffi.git diff --git a/TODO b/TODO index 258b007..f8940da 100644 --- a/TODO +++ b/TODO @@ -13,6 +13,7 @@ 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.