Heesob Park
2009-Feb-21 13:44 UTC
[Win32utils-devel] RbReadline - Pure Ruby Readline Test version released
Hi, Just a quick note to let you know that I''ve pushed out the first release of RbReadline - Pure Ruby Readline emulation library. It supports almost all features of GNU readline library. It runs on 1.8.x and 1.9.x on Linux and Windows. But for now it lacks of supporting multibyte character handling. Any Patches and suggestions welcome. http://121.78.227.9/rbreadline Regards, Park Heesob
Daniel Berger
2009-Feb-22 14:13 UTC
[Win32utils-devel] RbReadline - Pure Ruby Readline Test version released
Heesob Park wrote:> Hi, > > Just a quick note to let you know that I''ve pushed out the first release of > RbReadline - Pure Ruby Readline emulation library. > > It supports almost all features of GNU readline library. It runs on > 1.8.x and 1.9.x on Linux and Windows. > But for now it lacks of supporting multibyte character handling. > Any Patches and suggestions welcome. > > > http://121.78.227.9/rbreadlineVery cool. Are you going to create a separate project for this on RubyForge? Regards, Dan
Heesob Park
2009-Feb-23 01:29 UTC
[Win32utils-devel] RbReadline - Pure Ruby Readline Test version released
2009/2/22 Daniel Berger <djberg96 at gmail.com>:> Heesob Park wrote: >> >> Hi, >> >> Just a quick note to let you know that I''ve pushed out the first release >> of >> RbReadline - Pure Ruby Readline emulation library. >> >> It supports almost all features of GNU readline library. It runs on >> 1.8.x and 1.9.x on Linux and Windows. >> But for now it lacks of supporting multibyte character handling. >> Any Patches and suggestions welcome. >> >> >> http://121.78.227.9/rbreadline > > Very cool. > > Are you going to create a separate project for this on RubyForge? >After fixing some critical bugs, I want to give the copyright and project administration to Luis Lavena and he seems to prefer github to rubyforge. Of course, I will maintain the code as a developer. Regards, Park Heesob
Luis Lavena
2009-Feb-23 01:45 UTC
[Win32utils-devel] RbReadline - Pure Ruby Readline Test version released
On Sun, Feb 22, 2009 at 11:29 PM, Heesob Park <phasis at gmail.com> wrote:> 2009/2/22 Daniel Berger <djberg96 at gmail.com>: >> Heesob Park wrote: >>> >>> Hi, >>> >>> Just a quick note to let you know that I''ve pushed out the first release >>> of >>> RbReadline - Pure Ruby Readline emulation library. >>> >>> It supports almost all features of GNU readline library. It runs on >>> 1.8.x and 1.9.x on Linux and Windows. >>> But for now it lacks of supporting multibyte character handling. >>> Any Patches and suggestions welcome. >>> >>> >>> http://121.78.227.9/rbreadline >> >> Very cool. >> >> Are you going to create a separate project for this on RubyForge? >> > After fixing some critical bugs, I want to give the copyright and > project administration to Luis Lavena and he seems to prefer github to > rubyforge.A Git repository can be located at RubyForge too, but GitHub offers a better way to visualize and integrate changes. I have a rake-compiler mirror at rubyforge, and both get updated when I push changes to GitHub.> Of course, I will maintain the code as a developer. >Thank you Park, this contribution already made the CPU usage of MinGW build of Ruby less than 0.5% (close to zero!).> Regards, > > Park HeesobRegards, -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exup?ry
James Tucker
2009-Feb-23 10:26 UTC
[Win32utils-devel] RbReadline - Pure Ruby Readline Test version released
On 21 Feb 2009, at 13:44, Heesob Park wrote:> Hi, > > Just a quick note to let you know that I''ve pushed out the first > release of > RbReadline - Pure Ruby Readline emulation library. > > It supports almost all features of GNU readline library. It runs on > 1.8.x and 1.9.x on Linux and Windows. > But for now it lacks of supporting multibyte character handling. > Any Patches and suggestions welcome. > > > http://121.78.227.9/rbreadlineThat is just awesome, well done :-)
Berger, Daniel
2009-Feb-23 21:13 UTC
[Win32utils-devel] Hero! (was: RbReadline - Pure Ruby Readline Test version released)
<snip>> > Hi, > > > > Just a quick note to let you know that I''ve pushed out the first > > release of RbReadline - Pure Ruby Readline emulation library. > > > > It supports almost all features of GNU readline library. It runs on > > 1.8.x and 1.9.x on Linux and Windows. > > But for now it lacks of supporting multibyte character handling. > > Any Patches and suggestions welcome. > > > > > > http://121.78.227.9/rbreadline > > That is just awesome, well done :-)Indeed it is. So much so that I''ve decided to nominate Heesob for a Ruby Hero award. :) http://www.rubyheroes.com Regards, Dan
James Tucker
2009-Feb-24 10:39 UTC
[Win32utils-devel] Hero! (was: RbReadline - Pure Ruby Readline Test version released)
On 23 Feb 2009, at 21:13, Berger, Daniel wrote:> <snip> > >>> Hi, >>> >>> Just a quick note to let you know that I''ve pushed out the first >>> release of RbReadline - Pure Ruby Readline emulation library. >>> >>> It supports almost all features of GNU readline library. It runs on >>> 1.8.x and 1.9.x on Linux and Windows. >>> But for now it lacks of supporting multibyte character handling. >>> Any Patches and suggestions welcome. >>> >>> >>> http://121.78.227.9/rbreadline >> >> That is just awesome, well done :-) > > Indeed it is. So much so that I''ve decided to nominate Heesob for a > Ruby Hero award. :)What url?> > > http://www.rubyheroes.com > > Regards, > > Dan > _______________________________________________ > win32utils-devel mailing list > win32utils-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/win32utils-devel
James Tucker wrote:> > On 23 Feb 2009, at 21:13, Berger, Daniel wrote: > >> <snip> >> >>>> Hi, >>>> >>>> Just a quick note to let you know that I''ve pushed out the first >>>> release of RbReadline - Pure Ruby Readline emulation library. >>>> >>>> It supports almost all features of GNU readline library. It runs on >>>> 1.8.x and 1.9.x on Linux and Windows. >>>> But for now it lacks of supporting multibyte character handling. >>>> Any Patches and suggestions welcome. >>>> >>>> >>>> http://121.78.227.9/rbreadline >>> >>> That is just awesome, well done :-) >> >> Indeed it is. So much so that I''ve decided to nominate Heesob for a >> Ruby Hero award. :) > > What url?I used http://www.rubyforge.org/projects/win32utils Dan