source: patches/readline-6.2-branch_update-1.patch @ 1950bb2b

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 1950bb2b was d116d7e, checked in by Joe Ciccone <jciccone@…>, 13 years ago

Updated Readline to 6.2.

  • Property mode set to 100644
File size: 1.1 KB
  • readline-6.2

    Submitted By: Joe Ciccone <jciccone@gmail.com>
    Date: 2011-04-16
    Initial Package Version: 6.2
    Origin: Upstream
    Upstream Status: From Upstream
    Description: Contains all upstream patches up to 6.2-001
    
    diff -Naur readline-6.2.orig/callback.c readline-6.2/callback.c
    old new  
    148148          eof = _rl_vi_domove_callback (_rl_vimvcxt);
    149149          /* Should handle everything, including cleanup, numeric arguments,
    150150             and turning off RL_STATE_VIMOTION */
     151          if (RL_ISSTATE (RL_STATE_NUMERICARG) == 0)
     152            _rl_internal_char_cleanup ();
     153
    151154          return;
    152155        }
    153156#endif
  • readline-6.2

    diff -Naur readline-6.2.orig/vi_mode.c readline-6.2/vi_mode.c
    old new  
    11141114      rl_beg_of_line (1, c);
    11151115      _rl_vi_last_motion = c;
    11161116      RL_UNSETSTATE (RL_STATE_VIMOTION);
    1117       return (0);
     1117      return (vidomove_dispatch (m));
    11181118    }
    11191119#if defined (READLINE_CALLBACKS)
    11201120  /* XXX - these need to handle rl_universal_argument bindings */
Note: See TracBrowser for help on using the repository browser.