aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-08-02 03:38:01 +1000
committerGravatar axel <axel@liljencrantz.se>2007-08-02 03:38:01 +1000
commit58fd6b895a7313d466f1afc996cd7cb2c0e7d169 (patch)
treeb66738a73fcc3753441fdacaa380102fd6d3c0a1 /doc_src
parentdf55e89bbb5bb382bd13ab8f1a503636e52e3568 (diff)
Minor error handling improvements and minor code polish
darcs-hash:20070801173801-ac50b-11a281d9f622e935c1f138355babd20269068f35.gz
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index 92374299..215f3e80 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -1394,7 +1394,6 @@ g++, javac, java, gcj, lpr, doxygen, whois)
- History could reload itself when the file is updated. This would need to be done in a clever way to avoid chain reactions
- The error function should probably be moved into it's own library, and be made mere general purpose.
- The code validation functions should be moved from the parser to parse_util.
-- The parser_is_* functions should be moved to parse_util. Possibly, they should be made into a single function, i.e. parse_util_classify( "begin", BLOCK_COMMAND);
- Try to remove more malloc calls to reduce memory usage. The time_t arrays used by the autoloader sound like a good candidate.
- The code validator should warn about unknown commands.
- Auto-newlines