mainGNU Common Lisp - Support: sr #108580, Suggestion: Quit Gcl (configured...

 
 

sr #108580: Suggestion: Quit Gcl (configured with enable-readline) by Ctrl-D

Submitter:  None
Submitted:  Sat 24 May 2014 05:58:00 AM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  Done
Privacy:  Public Assigned to:  None
Originator Email:  -email is unavailable- Open/Closed:  Closed
Operating System:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 31 Aug 2014 12:47:38 PM UTC, comment #2: 

Greetings, and thanks for your report!  This is done in git Version_2_6_11pre, soon to be merged with git master.

Camm Maguire <camm>
Group administrator
Sun 25 May 2014 01:50:04 AM UTC, comment #1: 

Diff content was changed unintendedly. Please see attached file.

Anonymous
Sat 24 May 2014 05:58:00 AM UTC, original submission:  

How about this?

--- file.d.orig 2014-05-19 15:37:38.325996100 +0900
+++ file.d  2014-05-24 14:37:27.437939600 +0900
@@ -1240,7 +1240,12 @@
 
 #ifdef HAVE_READLINE
    if (readline_on && strm->sm.sm_fp==rl_instream)
-     if (rl_line_buffer) return *rl_line_buffer ? TRUE : FALSE;
+     if (rl_line_buffer) {
+       if (*rl_line_buffer == 0 || *rl_line_buffer == EOF)
+         return FALSE;
+       else
+         return TRUE;
+     }
 #endif
    if (strm->sm.sm_fp == NULL)
      closed_stream(strm);

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #31431:  file.d.diff added by None (483B - text/plain - Diff content was changed unintendedly. Please see attached file.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by camm (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-08-31 camm StatusNone Done
        Open/ClosedOpen Closed
    2014-05-25 None Attached File- Added file.d.diff, #31431

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code