summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-04-30 21:08:42 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-04-30 21:08:42 +0000
commit005b39c856917f060973f8d07c98d111b67d0a7f (patch)
tree47f03e86ef15c8deebf35096f358adca27892850 /TODO
parent9a633fa3b9b5c772daf4cbca89093bfcd387359b (diff)
downloadnasm-005b39c856917f060973f8d07c98d111b67d0a7f.tar.gz
nasm-005b39c856917f060973f8d07c98d111b67d0a7f.tar.bz2
nasm-005b39c856917f060973f8d07c98d111b67d0a7f.zip
NASM 0.98.26
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..ab8bbdb
--- /dev/null
+++ b/TODO
@@ -0,0 +1,8 @@
+Things to do (incorporate with doc/Wishlist):
+
+1. i18n via gettext
+2. Convert shallow code model to deep code model. Tired of messing between
+lots of unrelated files (especially .c/.h stuff).
+3. Automated dependency generation for Makefile. Current looks awful and will break
+if anything changes.
+4. (as result of 2) Move output modules out*.c to output/ subdir. (?)