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 |
|
carregal
|
6756befeff
|
Changing version to LuaFileSystem 1.3.0 (work)
|
2007-10-05 02:06:58 +00:00 |
|
tomas
|
aeca787ff3
|
Improving conditional compilation for Windows version (thanks to Varol Kaptan)
|
2007-08-30 14:39:45 +00:00 |
|
tomas
|
1cfd57550e
|
Correcting version
|
2007-08-30 14:38:07 +00:00 |
|
hisham
|
9f7e1dc153
|
Make include path comply with vanilla Lua
|
2007-07-31 03:22:55 +00:00 |
|
tomas
|
97ccdc90ed
|
Avoiding dependency in backwards compatibility to Lua 5.0
|
2007-06-22 12:44:46 +00:00 |
|
tomas
|
57a64a5cfe
|
Adding function symlinkatributes. Updating version to 1.3.0
|
2007-06-07 01:28:08 +00:00 |
|
carregal
|
47f40e5705
|
Changes related to the new build strucutre using Lua 5.1 default paths
|
2007-05-18 19:52:59 +00:00 |
|
carregal
|
d3e7a0ed12
|
Corrected the second of 2 bugs on the test script found by Shmuel Zeigerman involving the access and update time on lfs.touch()
|
2007-05-18 18:04:46 +00:00 |
|
carregal
|
6a22c3e728
|
Correction on the documentation of lfs.touch()
|
2007-05-17 23:08:56 +00:00 |
|
carregal
|
4e23cb01d9
|
Corrected 1 of 2 bugs on the test script found by Shmuel Zeigerman: the use of /tmp as a necessary directory.
Corrected a bug on the test script on slow fliesystems due to the reliance on close times
|
2007-05-17 23:08:20 +00:00 |
|
tomas
|
7ee2d8e1b2
|
Compilation bug fix: ISO C90 forbids mixed declarations and code
|
2007-05-15 12:58:35 +00:00 |
|
carregal
|
8033232c92
|
Simplified README
|
2007-05-08 21:39:23 +00:00 |
|
carregal
|
3b35114a16
|
Details for the 1.2.1 release. Version number, droping Lua 5.0 support
|
2007-05-08 19:23:12 +00:00 |
|
carregal
|
8161cea877
|
Changing the default Windows building directory from c:\lua51 to c:\lua5.1
|
2007-03-15 21:27:52 +00:00 |
|
carregal
|
a11b58023e
|
Add removal rules for nmake clean
|
2006-12-19 21:41:42 +00:00 |
|
mascarenhas
|
94e104b98a
|
config revert
|
2006-12-15 18:04:50 +00:00 |
|
mascarenhas
|
e92c9b4d9e
|
Added pseudo-configure script
----------------------------------------------------------------------
|
2006-12-15 17:14:28 +00:00 |
|
mascarenhas
|
c9fe48709f
|
Windows Makefile take two
|
2006-12-04 18:25:24 +00:00 |
|
mascarenhas
|
57622411a9
|
Windows Makefile and config
|
2006-12-04 18:24:18 +00:00 |
|
mascarenhas
|
67c2187e9a
|
Dropped Lua 5.0 support.
|
2006-12-04 15:28:53 +00:00 |
|
tomas
|
5100f420b7
|
Updating to Lua 5.1
|
2006-07-24 01:19:42 +00:00 |
|
carregal
|
722f6a9869
|
Reference to LuaBinaries 5.0.2
|
2006-06-26 18:29:13 +00:00 |
|
tomas
|
e10a4bc816
|
Correcting version number
|
2006-06-08 18:06:18 +00:00 |
|
tomas
|
c182bab5f9
|
Adding version information
|
2006-06-08 18:04:29 +00:00 |
|
tomas
|
df2efb797c
|
Adding support for compilation on both Lua 5.0 and Lua 5.1
|
2006-06-08 17:55:33 +00:00 |
|
tomas
|
b6c8c13942
|
Adding support for compilation on both Lua 5.0 and Lua 5.1
|
2006-06-08 16:23:25 +00:00 |
|
tomas
|
59ef09d270
|
Adding support for compilation on both Lua 5.0 and Lua 5.1
|
2006-06-08 16:16:23 +00:00 |
|
carregal
|
ac0de9a462
|
Documentation update - minor details
|
2006-03-23 20:44:00 +00:00 |
|
carregal
|
3a7a15178f
|
Documentation update - minor details
|
2006-03-15 20:29:15 +00:00 |
|
tuler
|
f9e07c6b08
|
version update
|
2006-03-15 18:27:13 +00:00 |
|
carregal
|
f78e6e2abe
|
Documentation update - minor details
Root_rel_1_2_x
|
2006-03-15 16:44:04 +00:00 |
|
tomas
|
dbb964ffd4
|
Standardizing the return values in case of error
|
2006-03-14 15:03:34 +00:00 |
|