Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Corrected 1 of 2 bugs on the test script found by Shmuel Zeigerman: the use ↵ | carregal | 2007-05-17 | 1 | -8/+9 | |
| | | | | | | of /tmp as a necessary directory. Corrected a bug on the test script on slow fliesystems due to the reliance on close times | |||||
* | Compilation bug fix: ISO C90 forbids mixed declarations and code | tomas | 2007-05-15 | 2 | -4/+5 | |
| | ||||||
* | Simplified README | carregal | 2007-05-08 | 1 | -38/+9 | |
| | ||||||
* | Details for the 1.2.1 release. Version number, droping Lua 5.0 support | carregal | 2007-05-08 | 7 | -23/+62 | |
| | ||||||
* | Changing the default Windows building directory from c:\lua51 to c:\lua5.1 | carregal | 2007-03-15 | 1 | -4/+4 | |
| | ||||||
* | Add removal rules for nmake clean | carregal | 2006-12-19 | 1 | -2/+2 | |
| | ||||||
* | config revert | mascarenhas | 2006-12-15 | 1 | -3/+3 | |
| | ||||||
* | Added pseudo-configure script | mascarenhas | 2006-12-15 | 1 | -3/+3 | |
| | | | | ---------------------------------------------------------------------- | |||||
* | Windows Makefile take two | mascarenhas | 2006-12-04 | 1 | -1/+4 | |
| | ||||||
* | Windows Makefile and config | mascarenhas | 2006-12-04 | 3 | -17/+21 | |
| | ||||||
* | Dropped Lua 5.0 support. | mascarenhas | 2006-12-04 | 5 | -26/+47 | |
| | ||||||
* | Updating to Lua 5.1 | tomas | 2006-07-24 | 2 | -3/+25 | |
| | ||||||
* | Reference to LuaBinaries 5.0.2 | carregal | 2006-06-26 | 1 | -2/+2 | |
| | ||||||
* | Correcting version number | tomas | 2006-06-08 | 2 | -4/+4 | |
| | ||||||
* | Adding version information | tomas | 2006-06-08 | 1 | -1/+2 | |
| | ||||||
* | Adding support for compilation on both Lua 5.0 and Lua 5.1 | tomas | 2006-06-08 | 2 | -19/+14 | |
| | ||||||
* | Adding support for compilation on both Lua 5.0 and Lua 5.1 | tomas | 2006-06-08 | 2 | -2/+10 | |
| | ||||||
* | Adding support for compilation on both Lua 5.0 and Lua 5.1 | tomas | 2006-06-08 | 1 | -1/+3 | |
| | ||||||
* | Documentation update - minor details | carregal | 2006-03-23 | 1 | -3/+3 | |
| | ||||||
* | Documentation update - minor details | carregal | 2006-03-15 | 1 | -2/+4 | |
| | ||||||
* | version update | tuler | 2006-03-15 | 1 | -1/+1 | |
| | ||||||
* | Documentation update - minor detailsRoot_rel_1_2_x | carregal | 2006-03-15 | 2 | -13/+8 | |
| | ||||||
* | Standardizing the return values in case of error | tomas | 2006-03-14 | 1 | -17/+26 | |
| | ||||||
* | Documentation update - minor details | carregal | 2006-03-14 | 3 | -9/+15 | |
| | ||||||
* | Standardizing execution errors to nil followed by an error message | tomas | 2006-03-14 | 2 | -6/+8 | |
| | ||||||
* | Expliciting the types of the attributes | tomas | 2006-03-14 | 1 | -2/+3 | |
| | ||||||
* | Removing unused code | tomas | 2006-03-13 | 1 | -28/+1 | |
| | ||||||
* | Documentation update reflecting the Kepler structure | carregal | 2006-03-11 | 1 | -3/+3 | |
| | ||||||
* | Documentation update reflecting the Kepler structure | carregal | 2006-03-10 | 4 | -37/+70 | |
| | ||||||
* | Comments update - minor details | carregal | 2006-03-10 | 2 | -4/+4 | |
| | ||||||
* | Comments update - minor details | carregal | 2006-03-10 | 2 | -3/+12 | |
| | ||||||
* | version update. | tuler | 2006-03-07 | 1 | -1/+1 | |
| | ||||||
* | variable declaration in an _WIN32 section | tuler | 2006-03-07 | 1 | -2/+4 | |
| | ||||||
* | Improving History | tomas | 2006-03-04 | 1 | -2/+8 | |
| | ||||||
* | Improving lfs.attributes' reference | tomas | 2006-03-03 | 1 | -3/+8 | |
| | ||||||
* | Saying where the library should be copied to. | uid20013 | 2006-02-07 | 1 | -2/+3 | |
| | ||||||
* | access time 11, 22 and 33 do not work on windows | tuler | 2005-08-18 | 1 | -6/+6 | |
| | ||||||
* | Upgrading lfs.attributes so that it could receive an extra parameter. | tomas | 2005-08-18 | 1 | -57/+105 | |
| | | | | | | If it is a table, then it is used instead of creating a new one. If it is a string, then it is used to indicate the attribute which will be returned (only one parameter is accepted). | |||||
* | touch does not work with directories in windows. | uid20006 | 2005-08-16 | 1 | -11/+22 | |
| | ||||||
* | using lfs.rmdir instead of os.remove. | uid20006 | 2005-08-16 | 1 | -1/+1 | |
| | ||||||
* | moved luaL_argcheck call. | uid20006 | 2005-08-16 | 1 | -2/+3 | |
| | ||||||
* | Closing directory after a complete traversal. | uid20013 | 2005-08-16 | 2 | -50/+64 | |
| | | | | Adding tests for that. | |||||
* | Correcting option which only exists on MacOS X. | tomas | 2005-06-27 | 1 | -2/+2 | |
| | ||||||
* | Library name without prefix: <lib>.so.<ver> | tomas | 2005-06-24 | 2 | -6/+6 | |
| | | | | Adding symbolic link: <lib>.so -> <lib.so.<ver> | |||||
* | Removing _NAME field. | tomas | 2005-06-21 | 1 | -5/+2 | |
| | ||||||
* | Cleaning unused libraries while building .so. | tomas | 2005-06-10 | 2 | -8/+4 | |
| | ||||||
* | version update | tuler | 2005-06-09 | 1 | -3/+3 | |
| | ||||||
* | new function rmdir | tuler | 2005-06-09 | 2 | -4/+12 | |
| | ||||||
* | Documentation update | carregal | 2005-06-08 | 1 | -3/+3 | |
| | ||||||
* | Correcting linking on MacOS X. | tomas | 2005-06-06 | 1 | -2/+2 | |
| |