]> git.tdb.fi Git - libs/core.git/shortlog
libs/core.git
2009-02-21 Mikko RasaFix octal escape generation in c_escape
2008-12-25 Mikko RasaMake codecs able to tell their name
2008-12-24 Mikko RasaAdd utility functions to check the contents of a string
2008-12-09 Mikko RasaRewrite lexical_cast to use internal conversion routines
2008-11-25 Mikko RasaHandle branches in subregexes correctly
2008-08-14 Mikko RasaAdd jisx0208.table to tarball strings-1.0
2008-08-10 Mikko RasaUpdate svn:ignore
2008-08-10 Mikko RasaMake the programs use the library and headers from...
2008-08-06 Mikko RasaAdd specialization for lexical_cast<std::string> to...
2008-06-08 Mikko RasaFix some more style warnings
2008-06-08 Mikko RasaAdd missing includes
2008-05-28 Mikko RasaRemove the "optimization" of omitting MATCH_CHAR instru...
2008-01-12 Mikko RasaFix c_unescape
2007-10-04 Mikko Rasacore/error.h renamed to except.h
2007-08-10 Mikko RasaFix a bug in Regex with brackets
2007-08-10 Mikko RasaAdd a function to perform simple character mapping
2007-08-09 Mikko RasaRework the codec API completely to remove the internal...
2007-08-09 Mikko RasaAdd Id tags and copyright notices to a few files that...
2007-08-07 Mikko RasaAdd documentation for all functions in utils
2007-08-03 Mikko RasaRevamp the split functions to allow a max_split argumen...
2007-06-20 Mikko RasaAdd a simple grep program
2007-06-11 Mikko RasaAdd operator bool() to RegMatch::Group
2007-05-25 Mikko RasaRequire mspcore and not mspmisc
2007-05-25 Mikko RasaAdd glob and regex thingies
2007-04-21 Mikko RasaRename Latin1 as Iso88591
2007-04-21 Mikko RasaAdd copyright notices and Id tags
2007-04-19 Mikko RasaMore sophisticated error handling
2007-03-18 Mikko RasaFixed split to allow empty parts in beginning and end...
2007-03-18 Mikko RasaAdded reset function for StringCodec::Decoder
2007-03-18 Mikko RasaCorrected style errors
2007-03-18 Mikko RasaFix Iso2022Jp
2007-03-16 Mikko RasaAdd utils
2007-03-07 Mikko RasaInitial upload
2007-02-24 Mikko RasaCreate trunk