source: patches/readline-6.2-branch_update-2.patch @ de4abd5

clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since de4abd5 was 33e808a, checked in by Jonathan Norman <jon@…>, 12 years ago

Updated Readline branch update patch to -2

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

    Submitted By: Jonathan Norman (jonathan at bluesquarelinux dot co dot uk)
    Date: 2012-02-18
    Initial Package Version: 6.2
    Origin: Upstream
    Upstream Status: Applied
    Description: Contains all upstream patches up to 6.2-002
    
    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/patchlevel readline-6.2/patchlevel
    old new  
    11# Do not edit -- exists only for use by patch
    22
    3 1
     32
  • support/shobj-conf

    diff -Naur readline-6.2.orig/support/shobj-conf readline-6.2/support/shobj-conf
    old new  
    157157        ;;
    158158
    159159# Darwin/MacOS X
    160 darwin[89]*|darwin10*)
     160darwin[89]*|darwin1[012]*)
    161161        SHOBJ_STATUS=supported
    162162        SHLIB_STATUS=supported
    163163       
     
    186186        SHLIB_LIBSUFF='dylib'
    187187
    188188        case "${host_os}" in
    189         darwin[789]*|darwin10*) SHOBJ_LDFLAGS=''
     189        darwin[789]*|darwin1[012]*)     SHOBJ_LDFLAGS=''
    190190                        SHLIB_XLDFLAGS='-dynamiclib -arch_only `/usr/bin/arch` -install_name $(libdir)/$@ -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -compatibility_version $(SHLIB_MAJOR) -v'
    191191                        ;;
    192192        *)              SHOBJ_LDFLAGS='-dynamic'
  • 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.