From cbf3bc3267fec643ea93cd75e72e1ffc7105e9f0 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Tue, 23 Nov 1999 22:35:23 +0000 Subject: [PATCH] Re-arranging a bit. --- TODO | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 60df62129b..e890dfcb9c 100644 --- a/TODO +++ b/TODO @@ -8,13 +8,16 @@ global * there is only one current directory per process; to make chdir() etc. thread-safe, we must introduce a per-thread current directory + * on some platforms unimplemented function will just do nothing (eg symlink) + they should print a warning or be not even defined! + +documentation +------------- + * add remarks in the documentation which functions are not implemented on win32. + * add remarks in the documentation which functions are not binary-safe. ext/standard ------------ * strpad() (Andrei) * advanced sort (Andrei) * make all string functions binary-safe. - * on some platforms unimplemented function will just do nothing (eg symlink) - they should print a warning or be not even defined! - * add remarks in the documentation which functions are not implemented on win32. - * add remarks in the documentation which functions are not binary-safe. -- 2.50.1