- added a new version of wstrappend() with different behavior from the
commita81a0685efd21ca7c5e3aaddd1a5689b4c21141d
authordan <dan>
Thu, 2 Nov 2000 02:51:53 +0000 (2 02:51 +0000)
committerdan <dan>
Thu, 2 Nov 2000 02:51:53 +0000 (2 02:51 +0000)
tree47c734a7d0b600f168a0f9a7a2ce40264fd7f8fa
parent2bd2b72af9a3443242d8fb9263809dc124b44e67
- added a new version of wstrappend() with different behavior from the
  old one (the one renamed to wstrconcat). The new wstrappend(dst, src)
  will modify and return dst, without creating a new string to hold the
  result, except if dst==NULL, in which case its equivalent to calling
  wstrdup(src)
WINGs/ChangeLog
WINGs/WUtil.h
WINGs/memory.c
src/misc.c