1. 15 May, 2002 11 commits
  2. 14 May, 2002 1 commit
  3. 13 May, 2002 3 commits
  4. 10 May, 2002 6 commits
  5. 09 May, 2002 3 commits
  6. 08 May, 2002 13 commits
  7. 07 May, 2002 3 commits
    • Moe Jette's avatar
    • Moe Jette's avatar
      Created README, basic build information. · 00c729cc
      Moe Jette authored
      Modified src/api functions to build without warnings, mostly unused
      	variables that were declared.
      Changed un/packstr into separate unpackstr_ptr and unpackstr_xmalloc,
      	the first returns a pointer into the buffer, the second allocates
      	memory and copies the string into it. Updated src/test/pack-test.c
      	accordingly.
      Converted integers in various job/node/partition structures into
      	uint32_t for ease of passing across network with API.
      00c729cc
    • Moe Jette's avatar
      Created README, basic build information. · 090ae9ab
      Moe Jette authored
      Modified src/api functions to build without warnings, mostly unused
      	variables that were declared.
      Changed un/packstr into separate unpackstr_ptr and unpackstr_xmalloc,
      	the first returns a pointer into the buffer, the second allocates
      	memory and copies the string into it.
      Converted integers in various job/node/partition structures into
      	uint32_t for ease of passing across network with API.
      090ae9ab