add some points

This commit is contained in:
Sascha Schumann 1999-11-23 20:53:20 +00:00
parent 9781bf59cb
commit 368e1960ea

8
TODO
View File

@ -1,6 +1,14 @@
Things to do or at least think about doing in the future. Name in
parenthesis means that person has taken on this project.
global
------
* replace standard functions which work on static data with
reentrant-save functions
* there is only one current directory per process; to make
chdir() etc. thread-safe, we must introduce a per-thread
current directory
ext/standard
------------
* strpad() (Andrei)