aboutsummaryrefslogtreecommitdiff
path: root/src/RegExp.cc
AgeCommit message (Collapse)AuthorFilesLines
2006-10-27cosmetic patch from slava semushin, removes whitespaces andmathias1-4/+9
uses only those things from "namespace std" what we really need.
2006-06-21fix nls... notably classify text on conversion whether its for X or simonb1-1/+1
console, plus handle catalogs better.
2005-08-23--disable-regexp switches from <regexp.h> to <string> inmathias1-1/+1
Regexp.cc .. but it still needs to be compiled. hence the little fix in src/Makefile.am
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-06-07update NLS string handling...rathnor1-3/+5
2003-06-13minor fixesfluxgen1-3/+11
2003-06-12add regular expression support in remember capabilitiesrathnor1-0/+94
see ChangeLog for details