enhanced the log_write callback to use as few write system calls as possible.

changed the hcl server to raise an error if .SCRIPT is not followed by actual script text on the same line
This commit is contained in:
2018-03-16 16:20:40 +00:00
parent 059e36ebd7
commit 6bd1650d50
6 changed files with 198 additions and 30 deletions

4
hcl/configure vendored
View File

@ -18220,7 +18220,7 @@ fi
done
for ac_header in dlfcn.h ltdl.h sys/mman.h
for ac_header in dlfcn.h ltdl.h sys/mman.h sys/uio.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
@ -18296,7 +18296,7 @@ _ACEOF
fi
done
for ac_func in isatty mmap munmap
for ac_func in isatty mmap munmap readv writev
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"