From: pcanterino <> Date: Fri, 17 Dec 2004 17:05:45 +0000 (+0000) Subject: - Dev-Editor now uses flock(). flock() is called using a wrapper function which X-Git-Tag: version_2_3~17 X-Git-Url: https://git.p6c8.net/devedit.git/commitdiff_plain/95df6a6a2bb9185cceb1fcf205b4f9f07690ca27?ds=inline;hp=95df6a6a2bb9185cceb1fcf205b4f9f07690ca27 - Dev-Editor now uses flock(). flock() is called using a wrapper function which checks if it is really available. - file_save() in File::Access is now able to open a file in binary mode. Thus, the file saving process in the file upload code in Command.pm has been replaced by a single file_save() call. ---