source:
patches/readline-6.2-branch_update-2.patch@
b37f00b
Last change on this file since b37f00b was 33e808a, checked in by , 13 years ago | |
---|---|
|
|
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 148 148 eof = _rl_vi_domove_callback (_rl_vimvcxt); 149 149 /* Should handle everything, including cleanup, numeric arguments, 150 150 and turning off RL_STATE_VIMOTION */ 151 if (RL_ISSTATE (RL_STATE_NUMERICARG) == 0) 152 _rl_internal_char_cleanup (); 153 151 154 return; 152 155 } 153 156 #endif -
readline-6.2
diff -Naur readline-6.2.orig/patchlevel readline-6.2/patchlevel
old new 1 1 # Do not edit -- exists only for use by patch 2 2 3 1 3 2 -
support/shobj-conf
diff -Naur readline-6.2.orig/support/shobj-conf readline-6.2/support/shobj-conf
old new 157 157 ;; 158 158 159 159 # Darwin/MacOS X 160 darwin[89]*|darwin1 0*)160 darwin[89]*|darwin1[012]*) 161 161 SHOBJ_STATUS=supported 162 162 SHLIB_STATUS=supported 163 163 … … 186 186 SHLIB_LIBSUFF='dylib' 187 187 188 188 case "${host_os}" in 189 darwin[789]*|darwin1 0*) SHOBJ_LDFLAGS=''189 darwin[789]*|darwin1[012]*) SHOBJ_LDFLAGS='' 190 190 SHLIB_XLDFLAGS='-dynamiclib -arch_only `/usr/bin/arch` -install_name $(libdir)/$@ -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -compatibility_version $(SHLIB_MAJOR) -v' 191 191 ;; 192 192 *) SHOBJ_LDFLAGS='-dynamic' -
readline-6.2
diff -Naur readline-6.2.orig/vi_mode.c readline-6.2/vi_mode.c
old new 1114 1114 rl_beg_of_line (1, c); 1115 1115 _rl_vi_last_motion = c; 1116 1116 RL_UNSETSTATE (RL_STATE_VIMOTION); 1117 return ( 0);1117 return (vidomove_dispatch (m)); 1118 1118 } 1119 1119 #if defined (READLINE_CALLBACKS) 1120 1120 /* XXX - these need to handle rl_universal_argument bindings */
Note:
See TracBrowser
for help on using the repository browser.