mascarenhas
b80d2baacc
added lfs.lock_dir (directory locking) for Windows. On Windows the timeout
...
parameter is ignored, as killing the process removes the lock automatically
2009-04-24 22:11:12 +00:00
mascarenhas
d21c4ae194
locking via lockfiles in posix systems. API:
...
lock, err = lfs.lock_dir(path, [seconds_stale])
Creates a lockfile (called lockfile.lfs) in <path> if it does not
exist and returns the lock. If the lock already exists checks it
it's stale, using the second parameter (default for the second
parameter is INT_MAX, which in practice means the lock will never
be stale. To free the the lock call lock:free().
In case of any errors it returns nil and the error message. In
particular, if the lock exists and is not stale it returns the
"File exists" message.
2009-03-25 19:14:17 +00:00
carregal
342df4a5a3
Credits review
2009-02-04 21:21:33 +00:00
carregal
7961aab687
Updating the rockspec URL
2009-02-03 22:42:16 +00:00
carregal
657faad984
Packaging version 1.4.2
v1_4_2
2009-02-03 22:05:48 +00:00
mascarenhas
16961a6c2c
compiling with borland c
2008-12-15 16:13:55 +00:00
carregal
57d9592448
Fixed bug [ #39794 ] Compile error on Solaris 10
...
Bug report and patch by Aaron B.
2008-12-12 13:26:37 +00:00
carregal
b941f90d24
Moving to "modules" builds on the rockspecs
2008-12-09 18:39:20 +00:00
carregal
b8acd4ca54
Fixing bug [ #13198 ] lfs.attributes(filename, 'size') overflow on files > 2 Gb again
...
(bug report and patch by KUBO Takehiro)
2008-07-31 19:34:22 +00:00
carregal
21412ad14c
Mentioning the need of using the same C runtime (Ignacio Burgueño)
2008-05-08 18:45:15 +00:00
carregal
5c7eb0e1ff
Updated package URL
2008-05-07 20:01:02 +00:00
carregal
1e40455d39
Packaging version 1.4.1
v1_4_1
2008-05-07 19:44:39 +00:00
carregal
d4bfd537a8
Packaging version 1.4.1
2008-05-07 19:06:37 +00:00
mascarenhas
d7a5679fb8
fixed bug 2293
2008-04-24 17:27:18 +00:00
mascarenhas
c039fc9798
added 1.4.1rc1 rockspec
V1_4_1RC1
2008-04-14 19:55:55 +00:00
mascarenhas
e7a2c5419f
*** empty log message ***
2008-03-25 18:24:17 +00:00
mascarenhas
baf658a721
large file support in Linux needs STAT64=-DHAVE_STAT64 in LuaRocks
...
config
2008-03-25 18:20:29 +00:00
mascarenhas
5c8e92efa3
fixing config.win
2008-03-25 17:39:29 +00:00
mascarenhas
dac6b84eda
fixed config.win
2008-03-25 17:38:15 +00:00
mascarenhas
ca8efaa8e7
large file support in lfs.attributes (bug #2185 )
2008-03-25 16:58:29 +00:00
carregal
3aba7a98fb
Small revision by Reuben Thomas
2008-03-24 18:17:59 +00:00
carregal
0154141e3f
Fixed bug in the Windows tests (patch by Shmuel Zeigerman)
2008-03-10 15:28:50 +00:00
carregal
bb9cf83617
Correcting the use of the /MD flag
2008-02-19 22:07:42 +00:00
mascarenhas
c5bfbb1bd2
fixed windows compile problem
2008-02-19 20:08:23 +00:00
carregal
c2e720b5dc
Finishing the new rockspecs
2008-02-18 18:55:14 +00:00
carregal
0233beea30
New rockspec for lfs 1.4.0, this time including Windows rules
2008-02-18 18:17:05 +00:00
carregal
f1e4fd1bf4
Fixing wrong decription of lfs.setmode
2008-02-18 17:20:16 +00:00
mascarenhas
640265aee7
removed warnings
2008-02-18 03:13:50 +00:00
carregal
8f943857e8
Corecting the lfs.setmode signature
2008-02-14 18:26:19 +00:00
carregal
80027817c3
Updating rockspec to include the correct package URL
2008-02-13 22:33:47 +00:00
carregal
6c16dc4634
Correcting the detection of the manifest file
v1_4_0
2008-02-13 22:08:31 +00:00
carregal
dff01ac3c9
Version 1.4.0 rockspec
2008-02-13 21:40:56 +00:00
carregal
cdfd06b4ea
Minor update
2008-02-13 21:00:10 +00:00
carregal
db7e8b9133
Adding tests for lfs.setmode
2008-02-13 20:59:51 +00:00
carregal
d931b9b2bb
Small corrections
2008-02-11 22:48:16 +00:00
carregal
b66ab2cae9
Preparing the 1.4.0 release.
...
Added documentation for lfs.setmode
2008-02-11 22:42:21 +00:00
mascarenhas
78f28b6468
lfs.attributes raises an error if attribute does not exist
2008-01-25 17:09:56 +00:00
mascarenhas
25f8aa1936
makefile.win tweak
2008-01-23 02:50:08 +00:00
mascarenhas
804e976407
updated makefile for vc2008
2008-01-23 02:48:47 +00:00
mascarenhas
d219de7885
added flag to supress manifest creation
2008-01-23 01:58:25 +00:00
mascarenhas
ed97af80fb
*** empty log message ***
2008-01-16 22:33:24 +00:00
mascarenhas
895e9daf27
getcwd no longer passes a buffer
2008-01-16 22:29:26 +00:00
mascarenhas
50f17597b3
Added lfs.setmode for changing file's mode (only for Windows)
2007-12-22 17:19:45 +00:00
carregal
24fdbc0a66
Minor HTML revision
2007-12-14 15:28:04 +00:00
carregal
e52a7fef15
Using a default prefix for the Makefile
v1_3_0
2007-10-27 22:42:32 +00:00
carregal
6368cd544f
Fixing a wrong test (tks to Enrico Tassi)
2007-10-27 14:15:49 +00:00
carregal
9cdf62e1bd
Documentation updates for 1.3.0
2007-10-26 21:44:43 +00:00
carregal
4790b562ca
Checking for lfs.symlinkattributes so the tests are not applied in Windows
2007-10-26 21:06:14 +00:00
carregal
8432017680
Version 1.3.0 (final)
2007-10-26 21:01:07 +00:00
carregal
d202dad4f1
Removing the symbolic link tests since they don't work in Windows. We have to re-check them later.
2007-10-26 20:13:10 +00:00