Activity log for bug #363947

Date Who What changed Old value New value Message
2009-04-20 02:28:10 Kurt Stephens bug added bug
2009-04-20 02:28:10 Kurt Stephens attachment added ikarus-readline.patch http://launchpadlibrarian.net/25770877/ikarus-readline.patch
2009-04-20 02:30:10 Kurt Stephens description I've decided to work on a readline library for ikarus. Why, because I *love* Ikarus :), but I hate the default REPL :(. Attached is a basic. There are some issues with filling the port string buffer, but I should have that fixed shortly. I'm not sure how to (import ikarus.string) to get access to string-copy! so I created a softlink: ln -s ../../scheme/ikarus.string.ss lib/ikarus/string.ss . Anybody know the correct way to import definitions from the ikarus.*.ss files under scheme/? I get a segmentation fault upon CTRL-D, probably due to C readline() returning a NULL. I don't think the 'char* return type correctly coerces NULL to #f. Can anybody recommend a place to host bzr repos? I've decided to work on a readline library for ikarus. Why, because I *love* Ikarus :), but I hate the default REPL :(. Attached is a basic implementation. There are some issues with filling the port string buffer, but I should have that fixed shortly. I'm not sure how to (import ikarus.string) to get access to string-copy! so I created a softlink: ln -s ../../scheme/ikarus.string.ss lib/ikarus/string.ss . Anybody know the correct way to import definitions from the ikarus.*.ss files under scheme/? I get a segmentation fault upon CTRL-D, probably due to C readline() returning a NULL. I don't think the 'char* return type correctly coerces NULL to #f. Can anybody recommend a place to host bzr repos?