summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix #117 - Correct character echoing when multi-byte inputAbinoam Praxedes Marques Jr2015-02-011-4/+10
| * Add issue #117 failing test - echoing char when multi-byte charcterAbinoam Praxedes Marques Jr2015-02-011-0/+12
| * Fix #115 - Slice it with the right encodingAbinoam Praxedes Marques Jr2015-02-011-1/+3
| * Add issue #115 test - backspace handling utf-8 charsAbinoam Praxedes Marques Jr2015-01-311-0/+12
| * Add test for handling of backspace when echo is false (ascii characters)Abinoam Praxedes Marques Jr2015-01-311-0/+12
| * Fix #116 - return correctly encoded string when echo offAbinoam Praxedes Marques Jr2015-01-311-1/+1
| * Add issue #116 test - correct returned string encodingAbinoam Praxedes Marques Jr2015-01-311-0/+12
|/
* Merge pull request #110 from davispuh/encoding_fixJames Edward Gray II2014-07-092-8/+6
|\
| * Correctly encode statements to output encodingDāvis2014-07-092-8/+6
|/
* Merge pull request #109 from voxik/patch-1James Edward Gray II2014-07-091-21/+20
|\
| * Update COPYINGVít Ondruch2014-07-091-21/+20
|/
* Merge pull request #107 from nilbus/patch-1James Edward Gray II2014-07-041-1/+1
|\
| * RubyForge is Dead! Long Live GitHub!Edward Anderson2014-07-041-1/+1
|/
* Merge pull request #104 from michaeljbishop/masterJames Edward Gray II2014-05-092-1/+6
|\
| * `format_statement` no longer throws an exception when receiving nilmichaeljbishop2014-02-142-1/+6
* | Preparing for release.v1.6.21James Edward Gray II2014-02-282-1/+6
|/
* Merge pull request #103 from roniegh/masterJames Edward Gray II2014-01-171-0/+10
|\
| * fixes undefined method GetConsoleScreenBufferInfo and undefined method GetStd...unknown2014-01-171-0/+10
|/
* Merge pull request #102 from roniegh/masterJames Edward Gray II2014-01-171-1/+7
|\
| * fixes JEG2/highline#83 undefined method dlload on Windows running Ruby 1.8.7unknown2014-01-171-1/+7
|/
* Merge pull request #101 from keithrbennett/clarifies_menu_error_messageJames Edward Gray II2014-01-033-39/+28
|\
| * Restored use of message_source.inspect for nonstrings. Fixed tests to not ex...Keith Bennett2014-01-032-6/+10
| * Fixed comment.Keith Bennett2014-01-022-3/+5
| * Reimplemented Menu#update_responses and Question#build_responses to move all ...Keith Bennett2014-01-022-38/+20
| * Eliminated colons and added single quotes to list of valid choices in menu er...Keith Bennett2013-12-301-2/+3
|/
* Preparing the 1.6.20 release.James Edward Gray II2013-10-162-1/+7
* Merge pull request #95 from agentdave/masterJames Edward Gray II2013-09-251-1/+1
|\
| * Fix "undefined local variable or method `stdscr'" error. This is happening fo...David Ackerman2013-09-241-1/+1
|/
* Merge pull request #94 from BanzaiMan/jruby_requireJames Edward Gray II2013-09-161-0/+1
|\
| * Require 'readline' on JRubyHiro Asari2013-09-161-0/+1
|/
* Merge pull request #92 from johnl/masterJames Edward Gray II2013-07-291-39/+19
|\
| * Improve performance of StringExtensionsJohn Leach2013-07-291-39/+19
|/
* Merge pull request #90 from dayne/example_includeJames Edward Gray II2013-07-251-1/+5
|\
| * adding the quick hint to use 'highline/import' to get all the magicDayne Broderson2013-07-241-1/+5
|/
* Merge pull request #88 from DanielFerguson/repeat_entry-example-fixJames Edward Gray II2013-07-041-1/+1
|\
| * fix repeat_entry.rb example to use hash entries as the questionDaniel Ferguson2013-07-041-1/+1
|/
* Merge pull request #86 from davispuh/patch-1James Edward Gray II2013-06-301-4/+10
|\
| * fix indentation in case of exception inside `indent`Dāvis2013-06-301-4/+10
|/
* Merge pull request #84 from presidentbeef/fix_jruby_issuesJames Edward Gray II2013-06-224-18/+38
|\
| * Add jline to valid CHARACTER_MODE list in testsJustin Collins2013-06-211-1/+2
| * Track EOF in get_line for JRuby tooJustin Collins2013-06-211-0/+3
| * Allow nil streams for JRuby 1.7Justin Collins2013-06-211-1/+4
| * Fix cancel paging test to work with JRubyJustin Collins2013-06-211-1/+1
| * Show prompt when getting character in JRUBYJustin Collins2013-06-211-0/+4
| * Format prompt before passing to JRUBY readlineJustin Collins2013-06-211-1/+3
| * Move statement formatting into method from say()Justin Collins2013-06-211-14/+21
|/
* Merge pull request #82 from davispuh/patch-3James Edward Gray II2013-06-012-1/+6
|\
| * Add test for frozen statementDāvis2013-06-011-0/+5
| * dup statement in `#say`Dāvis2013-06-011-1/+1
|/
* Version bump.James Edward Gray II2013-05-131-1/+1