fixed of not setting cmgr properly in awk/std.c

added encoding options to the awk command.
added directory functions to httpd
This commit is contained in:
2012-01-25 15:39:02 +00:00
parent b903f8ebb5
commit 246dc4f5b7
17 changed files with 481 additions and 274 deletions

View File

@ -30,8 +30,9 @@
#else
# if defined(QSE_CHAR_IS_MCHAR) && defined(USE_REGEX)
# include <regex.h>
# else
# include <qse/cmn/tre.h>
# endif
# include <qse/cmn/tre.h>
#endif
QSE_IMPLEMENT_COMMON_FUNCTIONS (sed)