premake/src/host
2009-12-09 19:25:06 +00:00
..
lua-5.1.4 Embed scripts instead of precompiled bytecodes to avoid portability issues; undo previous PPC fixes 2009-01-19 01:45:47 +00:00
os_chdir.c First integration of new Lua-based architecture 2008-10-31 18:38:05 +00:00
os_copyfile.c Fixed os_copyfile() for Posix 2009-01-08 19:33:14 +00:00
os_getcwd.c Removed FatalWarnings flag, to make sure it can build around new compiler warnings. Checked return values in os_getcwd 2009-01-04 16:09:14 +00:00
os_isdir.c First integration of new Lua-based architecture 2008-10-31 18:38:05 +00:00
os_isfile.c First integration of new Lua-based architecture 2008-10-31 18:38:05 +00:00
os_match.c Fixed os.match() for very large result sets; fixed bug in action tests 2009-09-29 19:27:33 +00:00
os_mkdir.c First integration of new Lua-based architecture 2008-10-31 18:38:05 +00:00
os_pathsearch.c First integration of new Lua-based architecture 2008-10-31 18:38:05 +00:00
os_rmdir.c ** Merged branches/vstudio (r539:562) Added Visual Studio support 2008-11-13 00:54:41 +00:00
os_uuid.c Replaced read from /dev/random with /dev/urandom; fixed hangs on Ubuntu 2009-01-09 21:22:57 +00:00
path_isabsolute.c Treat paths starting with '$' as absolute [like ] 2009-11-25 19:31:31 +00:00
premake.c Remove additional MonoDevelop files on clean 2009-06-08 14:47:25 +00:00
premake.h Moved path.isabsolute() and string.endswith() to C to improve performance 2009-04-28 00:55:49 +00:00
scripts.c Removed deprecated Xcode solution stuff 2009-12-09 19:25:06 +00:00
string_endswith.c Merged changes from PS3 branch 2009-05-05 22:42:49 +00:00