winix/templates
Tomasz Sowa 4fda06b547 fixed: PatternCacher incorrectly rebuilt the cache
some new Ezc::Pattern objects were inserted
       the storage container is std::map<long,...>
       but we traverse it as a std::vector e.g.:
       for(size_t i=0 ; i<pattern_tab.size() ; ++i)
           RebuildCache(pattern_tab[i].pattern);
       so eventually new patterns were added to the map
       (operator [])




git-svn-id: svn://ttmath.org/publicrep/winix/trunk@980 e52654a7-88a9-db11-a3e9-0013d4bc506e
2014-10-21 07:27:21 +00:00
..
Makefile changed: now we are using the C++ 11 language (-std=c++11) and we are using 2013-10-15 21:57:51 +00:00
Makefile.dep added: two options to the config: 2014-10-19 21:20:09 +00:00
Makefile.o.dep added: winix function 'account' 2013-05-16 19:26:44 +00:00
adduser.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
changepatterns.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
changepatterns.h setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
config.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
dir.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
doc.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
env.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
filters.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
htmltextstream.cpp changed: now we do not use std::string and char* in the Winix API 2014-10-09 20:44:56 +00:00
htmltextstream.h changed: now we do not use std::string and char* in the Winix API 2014-10-09 20:44:56 +00:00
indexpatterns.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
indexpatterns.h setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
insert.cpp added: two options to the config: 2014-10-19 21:20:09 +00:00
ipban.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
item.cpp added: two options to the config: 2014-10-19 21:20:09 +00:00
last.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
locale.cpp changed: now we do not use std::string and char* in the Winix API 2014-10-09 20:44:56 +00:00
locale.h changed: now we do not use std::string and char* in the Winix API 2014-10-09 20:44:56 +00:00
localefilter.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
localefilter.h setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
login.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
ls.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
man.cpp updated: to the new Ezc API 2014-10-18 18:12:04 +00:00
misc.cpp added: two options to the config: 2014-10-19 21:20:09 +00:00
misc.h added: two options to the config: 2014-10-19 21:20:09 +00:00
miscspace.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
miscspace.h setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
mount.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
passwd.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
patterncacher.cpp fixed: PatternCacher incorrectly rebuilt the cache 2014-10-21 07:27:21 +00:00
patterncacher.h fixed: PatternCacher incorrectly rebuilt the cache 2014-10-21 07:27:21 +00:00
patterns.cpp added: two options to the config: 2014-10-19 21:20:09 +00:00
patterns.h added: two options to the config: 2014-10-19 21:20:09 +00:00
priv.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
rebus.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
slog.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
stat.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
sys.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
template.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
templates.cpp fixed: PatternCacher incorrectly rebuilt the cache 2014-10-21 07:27:21 +00:00
templates.h updated: to the new Ezc API 2014-10-18 18:12:04 +00:00
textextstream.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
textextstream.h setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
upload.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
uptime.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
user.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
who.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
winix.cpp updated: to the new Ezc API 2014-10-18 18:12:04 +00:00