| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-16 | replace old find compiler scripts and fix string.endswith | ruki | |
| 2017-06-05 | fix os.match with exclude mode | ruki | |
| 2017-05-31 | fix winreg.query malloc | ruki | |
| 2017-05-30 | add winreg.query and improve program | ruki | |
| 2017-05-26 | fix 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-25 | use implement in dev | TitanSnow | |
| 2017-05-25 | use luaL_optstring instead of luaL_checkstring in readline.readline for ↵ | TitanSnow | |
| optal arg | |||
| 2017-05-25 | Merge branch 'dev' into installtest | TitanSnow | |
| 2017-05-24 | remove xmake variable | ruki | |
| 2017-05-23 | add 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-23 | fix os.iorunv and process bug with multi-jobs | ruki | |
| 2017-05-23 | modify some code styles | ruki | |
| 2017-05-23 | do not set if no param | TitanSnow | |
| 2017-05-23 | use setreuid | TitanSnow | |
| 2017-05-22 | add os.getown | TitanSnow | |
| 2017-05-22 | add os.gid() | TitanSnow | |
| 2017-05-22 | add setuid feature to os.uid | TitanSnow | |
| 2017-05-22 | new stdout & stderr redirect file open mode | TitanSnow | |
| TB_FILE_MODE_WO | TB_FILE_MODE_TRUNC | TB_FILE_MODE_CREAT do not remove exists | |||
| 2017-05-22 | add os.uid() and use os.uid() to check if root instead of id -u | TitanSnow | |
| 2017-05-18 | improve print and table.dump | ruki | |
| 2017-05-15 | remove coverage of luajit | TitanSnow | |
| 2017-05-11 | adjust macro position for clear_history | ruki | |
| 2017-05-11 | macos clear_history workaround | TitanSnow | |
| 2017-05-11 | save global repl history | ruki | |
| 2017-05-10 | suppress clear_history crash on macos | ruki | |
| 2017-05-10 | fix history_list on macos | TitanSnow | |
| 2017-05-10 | rm field timestamp | TitanSnow | |
| 2017-05-10 | get_history_state -> history_list | TitanSnow | |
| 2017-05-10 | fix self-build | TitanSnow | |
| 2017-05-10 | add host, arch, nuldev to os.versioninfo() | TitanSnow | |
| 2017-05-10 | add readline.clear_history() | TitanSnow | |
| 2017-05-10 | add readline.add_history() | TitanSnow | |
| 2017-05-10 | free the line got from readline | TitanSnow | |
| 2017-05-10 | add readline.get_history_state() | TitanSnow | |
| 2017-05-10 | add module readline | TitanSnow | |
| 2017-05-08 | format versioninfo code style | ruki | |
| 2017-05-08 | add more versioninfo | TitanSnow | |
| 2017-05-08 | build_configuration -> versioninfo | TitanSnow | |
| 2017-05-08 | features -> build_configuration | TitanSnow | |
| 2017-05-07 | fix indent | TitanSnow | |
| 2017-05-07 | fix features_table | TitanSnow | |
| 2017-05-07 | add os.features | TitanSnow | |
| 2017-05-07 | include stdio.h to avoid build error on centos | TitanSnow | |
| 2017-05-07 | Revert "add readline declatation" | TitanSnow | |
| This reverts commit 8be20cf25d130505f43953334899a54ef2d43c6f. | |||
| 2017-05-06 | check readline when building | ruki | |
| 2017-05-04 | quit multi-line input | ruki | |
| 2017-05-04 | add readline declatation | ruki | |
| 2017-05-04 | attempt to load expr directly | ruki | |
| 2017-05-03 | add readline for linux and macosx | ruki | |
| 2017-05-03 | fix compile error on win64 | ruki | |
