index
:
xmake.git
ascend
bundle
cl
clang
claude/sharp-bose
comments
copilot/fix-6807
copyright
debug
dev
elf
emcc
env
errs
go
headerunits
jobgraph
linkdeps
linkgroups
links
lua55
master
mergelib
mimalloc
missdll
ndk
nim
ohos
option
pack
package
packagever
pairs
path
pch
ping
requireslock
rust
string
template
test
tests
unitybuild
vcpkg
verilator
vs
xpack
zig
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
src
/
xmake
/
readline
Age
Commit message (
Expand
)
Author
2025-11-10
format more if-else codes in core
ruki
2025-11-09
remove unused comments
ruki
2025-11-09
format code
ruki
2025-07-03
rename copyright
ruki
2020-12-19
update copyright date
ruki
2019-12-19
update the copyright date
ruki
2019-04-13
fix headers with ASF to non-ASF
ruki
2019-01-31
modify title
ruki
2018-12-31
modify copyright date
ruki
2017-12-28
update copyright date
ruki
2017-05-25
use luaL_optstring instead of luaL_checkstring in readline.readline for optal...
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 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