Commit History

Author SHA1 Message Date
  ambrop7 fdfc9bd44c ncd/NCDValGenerator.c: simplify implementation using the cstring character iteration macro 13 years ago
  ambrop7 8cea86a1c1 misc/cstring.h: simplify implementation of b_cstring_memchr() using the character iteration macro 13 years ago
  ambrop7 8adba30d48 misc/cstring.h: fix documentation for b_cstring_memchr() 13 years ago
  ambrop7 061ec0a76b misc/cstring.h: add character iteration macro B_CSTRING_LOOP_CHARS_RANGE 13 years ago
  ambrop7 2b1eea2905 ncd/modules/socket.c: support non-ContinuousString strings 13 years ago
  ambrop7 da139c0a3e ncd/modules/run.c: support non-ContinuousString strings 13 years ago
  ambrop7 cf239b6f61 ncd/modules/print.c: support non-ContinuousString strings 13 years ago
  ambrop7 e7d244cc16 ncd/modules/file_open.c: support non-ContinuousString strings 13 years ago
  ambrop7 df2c1f4b2c misc/parse_number.h: add parse_signmag_integer_cstr() 13 years ago
  ambrop7 d04ebbe211 misc/cstring.h: add b_cstring_at() 13 years ago
  ambrop7 9e780ac2f7 ncd/modules/file.c: support non-ContinuousString strings 13 years ago
  ambrop7 449ac8c1e6 misc/write_file.h: add write_file_cstring() 13 years ago
  ambrop7 4c27928869 ncd/modules/daemon.c: support non-ContinuousString strings 13 years ago
  ambrop7 cc87a2fa78 ncd/modules/concat.c: support non-ContinuousString strings 13 years ago
  ambrop7 52ca7aca2e ncd/extra/build_cmdline.c: support non-ContinuousString strings 13 years ago
  ambrop7 2eada7501b misc/cmdline.h: add CmdLine_AppendCstring() 13 years ago
  ambrop7 8876db0467 ncd/extra/address_utils.h: add NCDVal_HasOnlyContinuousStrings() assertions 13 years ago
  ambrop7 87ff1d2860 ncd/NCDVal: rename NCDValStringResource --> NCDValComposedStringResource 13 years ago
  ambrop7 c64a6936ed ncd/NCDVal: fix warning 13 years ago
  ambrop7 7e43dbcc91 ncd/NCDVal: don't use NCDVal_StringGetPtr() internally, use the cstring interface instead 13 years ago
  ambrop7 f8faed215b ncd/NCDValGenerator.c, examples/ncdval_test.c: don't use NCDVal_StringGetPtr(), use cstring interface instead 13 years ago
  ambrop7 7b591e33fd misc/cstring.h: add b_cstring_make_empty(), cosmetic changes 13 years ago
  ambrop7 f167514428 misc/cstring.h: add b_cstring_equals_buffer() and b_cstring_memchr() 13 years ago
  ambrop7 e97de8f31f ncd/value_utils.h: simplify some code using cstrings 13 years ago
  ambrop7 0eba7bebf3 ncd/NCDVal: add NCDVal_StringCstring() 13 years ago
  ambrop7 f2163fbf41 misc/parse_number.h: add parse_unsigned_integer_cstr() for parsing a cstring 13 years ago
  ambrop7 d6659b4df2 misc/string.h: add documentation 13 years ago
  ambrop7 266db4a338 add misc/cstring.h 13 years ago
  ambrop7 e1e7fffc81 ncd/NCDVal: fix const cast warning 13 years ago
  ambrop7 398887a489 ncd/NCDVal: add NCDVal_HasOnlyContinuousStrings() 13 years ago