]> git.p6c8.net - devedit.git/commit
- Dev-Editor now uses flock(). flock() is called using a wrapper function which
authorpcanterino <>
Fri, 17 Dec 2004 17:05:45 +0000 (17:05 +0000)
committerpcanterino <>
Fri, 17 Dec 2004 17:05:45 +0000 (17:05 +0000)
commit95df6a6a2bb9185cceb1fcf205b4f9f07690ca27
tree1a74f4c74f694efe8fd2ed4d20826fe6054ee8b5
parent4d557032f1dd4208660d21cd162f356ce34cb972
- 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.
modules/Command.pm
modules/File/Access.pm

patrick-canterino.de