- May 10, 2002
- May 09, 2002
-
-
Moe Jette authored
-
Moe Jette authored
to DPCS with table cross-indecies). Changed bit_fmt from bit-oriented function to word-oriented for dramatic performance improvement, especially with sparce bitmap. Added function bitfmt2int to bits_bytes.c, builds integer array from output of bit_fmt for use by DPCS table scans.
-
Moe Jette authored
to DPCS with table cross-indecies).
-
- May 08, 2002
-
-
Moe Jette authored
Changed use of packstr everywhere (function redefined).
-
Mark Grondona authored
-
Mark Grondona authored
null string otherwise o remove erroneous and unneeded #include <printf.h>
-
Mark Grondona authored
o check for program_invocation_short_name
-
Mark Grondona authored
-
Mark Grondona authored
-
Mark Grondona authored
-
Mark Grondona authored
are now macros that call the *mem functions o removed unneeded size argument from packstr
-
Mark Grondona authored
-
Jim Garlick authored
-
Mark Grondona authored
if they're present.
-
Moe Jette authored
Converted packstr function to send string size as uint16_t (used to be uint32_t, which wasted space).
-
Moe Jette authored
-
- May 07, 2002
-
-
Moe Jette authored
-
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.
-
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.
-
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.
-
Moe Jette authored
Modified src/api functions to build without warnings, mostly unused variables that were declared.
-
Moe Jette authored
-
Moe Jette authored
-
Mark Grondona authored
-
Mark Grondona authored
-
Mark Grondona authored
-
Mark Grondona authored
o include inittypes.h if available (for systems w/out stdint.h)
-
Mark Grondona authored
o include stdint.h from pack.h (which seems to require the defs anyhow) o conditionally include config.h to allow other conditional includes o moved main() from pack.c over to testdir
-
Mark Grondona authored
o keep qsw.h in HEADERS always
-
Mark Grondona authored
to vsnprintf after expanding some simple and added cases. Fixes many things.
-
- May 04, 2002
-
-
Mark Grondona authored
-
Mark Grondona authored
o add qsw.c,h only if --with-elan specified
-
Mark Grondona authored
-
Mark Grondona authored
-
Mark Grondona authored
o added tests for functional rms and elan3 libs
-
Moe Jette authored
Added string pack/unpack functions and set of tests. - Jette
-