Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37841864
en ru br
ALT Linux repositórios
S:2.3.8-alt1
5.0: 2.1.1-alt7
4.1: 2.1.1-alt7
4.0: 2.1.1-alt7
3.0: 2.1.1-alt6

Group :: Shelss
RPM: tcl-readline

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: tclreadline-2.1.0-sf-completer.patch
Download


*** tclreadlineCompleter.tcl.orig	Mon Jul 15 01:59:12 2002
--- tclreadlineCompleter.tcl	Mon Jul 15 02:02:21 2002
***************
*** 625,631 ****
  			}
  		}
  	}
! 	if {![catch [list set type [image type ${cmd}]]]} {
  		switch -- ${type} {
  			photo {
  				set result [PhotoObj ${text} ${start} ${end} ${line} ${pos}]
--- 625,631 ----
  			}
  		}
  	}
! 	if {![catch {image type ${cmd}} type]} {
  		switch -- ${type} {
  			photo {
  				set result [PhotoObj ${text} ${start} ${end} ${line} ${pos}]
***************
*** 1460,1466 ****
  			# this can raise an error, if alias is
  			# no valid command.
  			#
! 			if {[catch [list set alias [namespace origin $alias]]]} {
  				return ""
  			}
  
--- 1460,1466 ----
  			# this can raise an error, if alias is
  			# no valid command.
  			#
! 			if {[catch {set alias [namespace origin $alias]}]} {
  				return ""
  			}
  
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009