summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bumping the version for release.rel_1_6_1stableJames Edward Gray II2010-07-152-2/+2
* Removing compatibility hack to use Greg's cleaner approach.James Edward Gray II2010-07-153-18/+7
* Removing unneeded file.James Edward Gray II2010-07-151-13/+0
* Trying a fix for broken character reading on Windows.James Edward Gray II2010-07-153-87/+26
* Adding an example of the bug.James Edward Gray II2010-07-151-0/+13
* Merge branch 'master' of github.com:JEG2/highlineJames Edward Gray II2010-07-151-0/+14
|\
| * Update Readme to reflect how hard JRuby sucks at console stuffGregory Brown2010-07-151-0/+14
* | Fixing 1.8.6 character support.James Edward Gray II2010-07-151-4/+15
|/
* Improve ffi-ncurses error handling for JRubyGregory Brown2010-07-152-2/+9
* Another bug fix from LAMBEAU Bernard, this time for page wrapping.James Edward Gray II2010-07-152-1/+2
* Fixing a bug reported on Ruby Talk by LAMBEAU Bernard.James Edward Gray II2010-07-142-1/+2
* Remove a circular require.James Edward Gray II2010-06-262-2/+1
* Fixed a 1-letter typo in the documentation for Question.initialize() methodMani Tadayon2010-06-041-1/+1
* Fixing a minor documentation bug.James Edward Gray II2010-03-231-4/+1
* Fixed raw_no_echo_mode so that it uses stty -icanon rather than cbreakjacott2010-03-232-22/+28
* A fix for incorrect disambiguation choices.James Edward Gray II2010-02-113-4/+11
* Ignoring generated documentation.James Edward Gray II2010-01-301-0/+1
* Adding a basic ignore.James Edward Gray II2010-01-301-0/+1
* Adding gem build instructions.James Edward Gray II2010-01-302-0/+7
* Merge commit 'stepheneb/jruby'James Edward Gray II2009-10-221-56/+55
|\
| * use stty when ffi-ncurses not present in JRubyStephen Bannasch2009-10-211-56/+55
* | Super minor code cleanup.James Edward Gray II2009-10-211-2/+2
|/
* updated changelog for v1.5.2Stephen Bannasch2009-10-211-0/+4
* Use Ncurses.cbreak to support single char inputStephen Bannasch2009-10-211-0/+1
* if unix try: termios, ffi-ncurses, then sttyStephen Bannasch2009-10-211-102/+108
* bump version to 1.5.2, includes JRuby supportStephen Bannasch2009-10-061-1/+1
* fix test of test_mode, include 'ncurses'Stephen Bannasch2009-10-061-1/+1
* support JRuby with ffi-ncurses gem instead of sttyStephen Bannasch2009-10-061-61/+102
* Updating the CHANGELOG to reflect Jake's fixes.rel_1_5_1James Edward Gray II2009-03-271-0/+2
* reengineered the code which handles invalid answers to questions so that it w...Jake Benilov2009-03-271-6/+10
* changed the test_type_conversion test so that it wouldn't fail with ruby 1.9Jake Benilov2009-03-271-2/+2
* Cleaner each_line shimGregory Brown2009-02-021-3/+1
* Switch lines shim to each_lineGregory Brown2009-02-022-3/+5
* String is not enumerableGregory Brown2009-02-022-2/+10
* Improve behavior on 1.9 for getc() by using getbyte() internally and adding a...Gregory Brown2009-02-023-9/+20
* restructuringGregory Brown2009-02-0237-2/+0
* Applying Aaron Simmons's patch for STDIN redirection on Windows.James Gray2008-12-084-20/+88
* Fixing the echo true bug.James Gray2008-11-134-3/+24
* Fixing completion to show choices when there are more than one.James Gray2008-11-053-3/+6
* Adding agree() with block patch from Yaohan Chen.James Gray2008-06-043-2/+18
* Adding support for finding the terminal size on Solaris.James Gray2007-08-073-6/+16
* Clarifying licensing terms.James Gray2007-08-051-1/+1
* Bumping version and logging changes.James Gray2007-06-212-1/+6
* Fixed what I think is an incorrect testGregory Brown2007-06-211-1/+1
* Jeremy's patch for backspace bug and also an issue with prompt not being disp...Gregory Brown2007-06-212-4/+17
* Applying Jeremy's patch for the backspacing past a prompt and interrupting a ...James Gray2007-06-204-6/+60
* updated linkGregory Brown2007-02-011-1/+2
* An attempted fix for the echo backspace bug.James Gray2007-01-302-3/+18
* An attempted fix for the stty-indent bug.James Gray2007-01-292-7/+11
* Bumping version number for release.James Gray2007-01-251-1/+1