Skip to content
Snippets Groups Projects
  1. Feb 08, 2019
    • rswindell's avatar
      New function: strListModifyEach(), iterates through a string list, calling · 7fa88586
      rswindell authored
      a caller-supplied function (callback) which can modify each string or leave
      the string in tact by returning NULL. Shrinking strings is trivial while
      expanding strings (making them bigger) is a little more involved, probably
      using the cbdata to pass a temporary buffer around to store each expanded
      string or returning a new globally-valid pointer.
      Removed the malloc.h #include as we haven't used alloca() here for a while.
      7fa88586
  2. Feb 05, 2019
  3. Feb 04, 2019
  4. Feb 03, 2019
  5. Feb 02, 2019
  6. Feb 01, 2019
  7. Jan 31, 2019
  8. Jan 30, 2019
  9. Jan 29, 2019
Loading