aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Correcting versiontomas2007-08-301-2/+2
|
* Make include path comply with vanilla Luahisham2007-07-311-2/+2
|
* Avoiding dependency in backwards compatibility to Lua 5.0tomas2007-06-221-2/+2
|
* Adding function symlinkatributes. Updating version to 1.3.0tomas2007-06-075-11/+54
|
* Changes related to the new build strucutre using Lua 5.1 default pathscarregal2007-05-181-3/+3
|
* Corrected the second of 2 bugs on the test script found by Shmuel Zeigerman ↵carregal2007-05-181-4/+16
| | | | involving the access and update time on lfs.touch()
* Correction on the documentation of lfs.touch()carregal2007-05-171-2/+2
|
* Corrected 1 of 2 bugs on the test script found by Shmuel Zeigerman: the use ↵carregal2007-05-171-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 codetomas2007-05-152-4/+5
|
* Simplified READMEcarregal2007-05-081-38/+9
|
* Details for the 1.2.1 release. Version number, droping Lua 5.0 supportcarregal2007-05-087-23/+62
|
* Changing the default Windows building directory from c:\lua51 to c:\lua5.1carregal2007-03-151-4/+4
|
* Add removal rules for nmake cleancarregal2006-12-191-2/+2
|
* config revertmascarenhas2006-12-151-3/+3
|
* Added pseudo-configure scriptmascarenhas2006-12-151-3/+3
| | | | ----------------------------------------------------------------------
* Windows Makefile take twomascarenhas2006-12-041-1/+4
|
* Windows Makefile and configmascarenhas2006-12-043-17/+21
|
* Dropped Lua 5.0 support.mascarenhas2006-12-045-26/+47
|
* Updating to Lua 5.1tomas2006-07-242-3/+25
|
* Reference to LuaBinaries 5.0.2carregal2006-06-261-2/+2
|
* Correcting version numbertomas2006-06-082-4/+4
|
* Adding version informationtomas2006-06-081-1/+2
|
* Adding support for compilation on both Lua 5.0 and Lua 5.1tomas2006-06-082-19/+14
|
* Adding support for compilation on both Lua 5.0 and Lua 5.1tomas2006-06-082-2/+10
|
* Adding support for compilation on both Lua 5.0 and Lua 5.1tomas2006-06-081-1/+3
|
* Documentation update - minor detailscarregal2006-03-231-3/+3
|
* Documentation update - minor detailscarregal2006-03-151-2/+4
|
* version updatetuler2006-03-151-1/+1
|
* Documentation update - minor detailsRoot_rel_1_2_xcarregal2006-03-152-13/+8
|
* Standardizing the return values in case of errortomas2006-03-141-17/+26
|
* Documentation update - minor detailscarregal2006-03-143-9/+15
|
* Standardizing execution errors to nil followed by an error messagetomas2006-03-142-6/+8
|
* Expliciting the types of the attributestomas2006-03-141-2/+3
|
* Removing unused codetomas2006-03-131-28/+1
|
* Documentation update reflecting the Kepler structurecarregal2006-03-111-3/+3
|
* Documentation update reflecting the Kepler structurecarregal2006-03-104-37/+70
|
* Comments update - minor detailscarregal2006-03-102-4/+4
|
* Comments update - minor detailscarregal2006-03-102-3/+12
|
* version update.tuler2006-03-071-1/+1
|
* variable declaration in an _WIN32 sectiontuler2006-03-071-2/+4
|
* Improving Historytomas2006-03-041-2/+8
|
* Improving lfs.attributes' referencetomas2006-03-031-3/+8
|
* Saying where the library should be copied to.uid200132006-02-071-2/+3
|
* access time 11, 22 and 33 do not work on windowstuler2005-08-181-6/+6
|
* Upgrading lfs.attributes so that it could receive an extra parameter.tomas2005-08-181-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.uid200062005-08-161-11/+22
|
* using lfs.rmdir instead of os.remove.uid200062005-08-161-1/+1
|
* moved luaL_argcheck call.uid200062005-08-161-2/+3
|
* Closing directory after a complete traversal.uid200132005-08-162-50/+64
| | | | Adding tests for that.
* Correcting option which only exists on MacOS X.tomas2005-06-271-2/+2
|