summaryrefslogtreecommitdiff
path: root/libc/TODO
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1996-09-03 22:06:58 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:31:01 +0200
commit0936b9aeab611665645a4e6bafaded7ca76dd189 (patch)
treefe6384035e96adc260f621d27909be67ad2e724a /libc/TODO
parente85ee07172eccafd9441362e774f7b184810d008 (diff)
downloaddev86-0936b9aeab611665645a4e6bafaded7ca76dd189.tar.gz
Import Dev86-0.0.7.tar.gzv0.0.7
Diffstat (limited to 'libc/TODO')
-rw-r--r--libc/TODO48
1 files changed, 0 insertions, 48 deletions
diff --git a/libc/TODO b/libc/TODO
deleted file mode 100644
index f6baaa0..0000000
--- a/libc/TODO
+++ /dev/null
@@ -1,48 +0,0 @@
-Here's a short list of bits that are required. If you want to do one of
-these it's probably best to post to the list <linux-8086@vger.rutgers.edu>.
-
-Add more to this todo list!
-
-
-TODO for libc-8086:
-Item Notes
----------------------------------------------------------------------------
-Header Files - This will take some time, also some files should
- be kernel.
-Floating Point - Bruce is on this (Yes that one) Initially it'll
- assume an FPU is available. "int" version soon
- after.
-dirent &co - Directory listing - Partial.
-hsearch &co -
-tsearch &co -
-locale processing - multi national, unicode (string stuff has a couple
- of stubs)
-rpc -
-time calcs - mktime gmtime localtime etc, Nat
-timezone - Probably V simplistic, List of UTC's
- offsets & STDvDST
-i386 support - For both GCC and BCC-386.
-
-shadow password - Do we need ? Do we want :-) [No! Ick! ;) -Nat]
-curses - What does ncurses need ? (150kb!!)
-crypt - TEA version, first cut.
-signal stuff - Got a basic 'signal' appears to work correctly.
-getenv/setenv - Done
-bsearch - Grabbed (Public Domain)
-lsearch - Grabbed (Public Domain)
-random numbers - Got ZX81 version (better than some) (And 2nd now)
-Build environment - Good first cut is now available.
-
-Other projects:
-Project Notes
----------------------------------------------------------------------------
-Optimiser for BCC - A lot of work, but lucrative.
- (assembler level one started, by?)
-Tiny vi editor - Use 'ae' ?
-Shells: Bourne, Csh,
-menu, silly - ash now compiles, Rob.
-Tiny Perl - :-) :-) You first ;)
-User commands - Everything in /bin /usr/bin - will existing PD/GPL
- compile in 16 bit ? Or do smaller ones exist,
- need to be written ?
-