summaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
2017-08-14merge repo and require codesruki
2017-08-05modify core xmake fileruki
2017-06-29avoid detect the same program in the same time leading to deadlockruki
2017-06-16disable compile rc for coreruki
2017-06-16replace old find compiler scripts and fix string.endswithruki
2017-06-05disable .rc when compiling coreruki
2017-06-05fix os.match with exclude moderuki
2017-06-02add icon to the windows installer and programruki
2017-05-31fix winreg.query mallocruki
2017-05-30add winreg.query and improve programruki
2017-05-26fix wrong arch report for `os.versioninfo()`TitanSnow
xmake on Windows built for x86_64 arch will report i386 calling `os.versioninfo()`. This may be a history problem that in the past there's no 64-bit xmake on Windows and some other places should also do this modify
2017-05-25use implement in devTitanSnow
2017-05-25use luaL_optstring instead of luaL_checkstring in readline.readline for ↵TitanSnow
optal arg
2017-05-25Merge branch 'dev' into installtestTitanSnow
2017-05-24remove xmake variableruki
2017-05-23add xmake._EXECUTABLE_PATH to fix $(xmake)TitanSnow
$(xmake) is set to join(_PROGRAM_DIR, 'xmake') that is wrong when XMAKE_PROGRAM_DIR is set to another program dir (like developing dir) with no executable so use system-special ways to get absolution path of executable file always
2017-05-23fix os.iorunv and process bug with multi-jobsruki
2017-05-23modify some code stylesruki
2017-05-23do not set if no paramTitanSnow
2017-05-23use setreuidTitanSnow
2017-05-22add os.getownTitanSnow
2017-05-22add os.gid()TitanSnow
2017-05-22add setuid feature to os.uidTitanSnow
2017-05-22new stdout & stderr redirect file open modeTitanSnow
TB_FILE_MODE_WO | TB_FILE_MODE_TRUNC | TB_FILE_MODE_CREAT do not remove exists
2017-05-22add os.uid() and use os.uid() to check if root instead of id -uTitanSnow
2017-05-18improve print and table.dumpruki
2017-05-15remove coverage of luajitTitanSnow
2017-05-11adjust macro position for clear_historyruki
2017-05-11macos clear_history workaroundTitanSnow
2017-05-11save global repl historyruki
2017-05-10suppress clear_history crash on macosruki
2017-05-10fix history_list on macosTitanSnow
2017-05-10rm field timestampTitanSnow
2017-05-10get_history_state -> history_listTitanSnow
2017-05-10fix self-buildTitanSnow
2017-05-10add host, arch, nuldev to os.versioninfo()TitanSnow
2017-05-10add readline.clear_history()TitanSnow
2017-05-10add readline.add_history()TitanSnow
2017-05-10free the line got from readlineTitanSnow
2017-05-10add readline.get_history_state()TitanSnow
2017-05-10add module readlineTitanSnow
2017-05-08format versioninfo code styleruki
2017-05-08add more versioninfoTitanSnow
2017-05-08build_configuration -> versioninfoTitanSnow
2017-05-08features -> build_configurationTitanSnow
2017-05-07fix indentTitanSnow
2017-05-07fix features_tableTitanSnow
2017-05-07add os.featuresTitanSnow
2017-05-07include stdio.h to avoid build error on centosTitanSnow
2017-05-07Revert "add readline declatation"TitanSnow
This reverts commit 8be20cf25d130505f43953334899a54ef2d43c6f.