Replaced extract_token() with a completely new
authorArt Cancro <ajc@citadel.org>
Fri, 10 Aug 2007 21:20:21 +0000 (21:20 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 10 Aug 2007 21:20:21 +0000 (21:20 +0000)
commit6ea3e52ceedf0dc7ab13d2e48987822eee61e8ee
treed7f4c3e2c7004296d53664eb308e34d786eda0bd
parent0f72e15a12dcc90e3dbfc01ff35c0e910a8d419e
Replaced extract_token() with a completely new
implementation which makes exactly one pass through
the source string, copying characters to the destination
string buffer as it goes.
citadel/parsedate.c
citadel/tools.c
webcit/tools.c
webcit/webcit.h