Opened 18 years ago
Closed 18 years ago
#10902 closed defect (fixed)
BUG: Lua 5.1.1 Readline
Reported by: | scott_karana@… | Owned by: | pmq@… |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | 1.3.2 |
Keywords: | lua readline | Cc: | |
Port: |
Description
Lua 5.1.1 does not, using the Mac OS X target on the stock Makefile, require Readline. Unless LUA_USE_READLINE is defined, lua uses fscanf in the lua_readline function.
Change History (3)
comment:1 Changed 18 years ago by pmq@…
Owner: | changed from yeled@… to pmq@… |
---|---|
Summary: | Lua 5.1.1 Readline → BUG: Lua 5.1.1 Readline |
comment:2 Changed 18 years ago by pmq@…
Status: | new → assigned |
---|
comment:3 Changed 18 years ago by pmq@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I just committed a patch to use readline on darwin>7. Thanks for noticing it!
Note: See
TracTickets for help on using
tickets.
You should assign bugs to the port maintainer(s). I'll have a look at this soon. Thanks for the report!