1. 22 Jul, 2006 2 commits
    • Christopher J. Morrone's avatar
      Add the "Include" directive to the generic file parsing code. · 97b7a30f
      Christopher J. Morrone authored
      Now if a line BEGINS with "Include" and is followed by whitespace and then
      a filename, the parser will open and parse that file before continuing to
      parse the rest of the current file.
      
      Also improved some parser error messages with line numbers and file names.
      97b7a30f
    • Christopher J. Morrone's avatar
      Make the config file parser more strict. · 60f0f09d
      Christopher J. Morrone authored
      Now, there may only be ONE key-value pair per line, EXCEPT on lines
      that BEGIN with key-value pairs such as NodeName and PartitionName, which
      explicitly accept additional values.
      
      This allows us to eliminate redundant listing of ignored keys...
      60f0f09d
  2. 21 Jul, 2006 5 commits
  3. 20 Jul, 2006 18 commits
  4. 19 Jul, 2006 8 commits
  5. 18 Jul, 2006 6 commits
  6. 17 Jul, 2006 1 commit