Fix new strfuncs back up (again) - No, incrementing pointers in a loop is
authorElliot Lee <sopwith@src.gnome.org>
Wed, 21 Oct 1998 20:14:16 +0000 (20:14 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Wed, 21 Oct 1998 20:14:16 +0000 (20:14 +0000)
commitdaf46f9550a4f697f2c1926e59dbeab5215052ba
tree2d74271d35e20b1bdd0dc8c02325c96ebcaa84c8
parent634e4a58c6927c6d14673dae6cce479c7f1d9055
Fix new strfuncs back up (again) - No, incrementing pointers in a loop is

Fix new strfuncs back up (again)
- No, incrementing pointers in a loop is not any faster than
  indexing an array in a loop with a good compiler, but it is
  harder to read.
- strconcat doesn't allow a separator - added g_str_array_join,
  renamed g_str_array_join to g_str_array_joinv
- join routines take separator as first argument, as is customary.
glib.h
glib/glib.h
glib/gstrfuncs.c
gstrfuncs.c