]> git.tdb.fi Git - libs/core.git/commit
Fix octal escape generation in c_escape
authorMikko Rasa <tdb@tdb.fi>
Sat, 21 Feb 2009 10:31:55 +0000 (10:31 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sat, 21 Feb 2009 10:31:55 +0000 (10:31 +0000)
commitcc69674bf670178a8076f2ce9740c2e60c4644c9
tree8e33f0bd5adb42f4077a645383ea620b7c20ebde
parent271ffa9434c8d9397bb5170cf1ee670c5265ec60
Fix octal escape generation in c_escape
Fix mask matching to check for proper range
Don't use uint8_t since it's not supported by MSVC
source/regex.cpp
source/utils.cpp