+2003-10-30 Vince Darley <vincentdarley@sourceforge.net>
+
+ * library/tarvfs.tcl: fix to problem with relative paths
+ (Thanks Stefan).
+
2003-10-21 Jean-Claude Wippler <jcw@equi4.com>
* starkit.tcl: add starkit::mode variable, which remembers the
set incr [expr int(ceil($size/double($BLOCK_SIZE)))*$BLOCK_SIZE+$BLOCK_SIZE]
set startPosition [expr $pos+$BLOCK_SIZE]
+ # make it relative to this working-directory, remove the
+ # leading "relative"-paths
+ regexp -- {^(?:\.\.?/)*/?(.*)} $name -> name
+
if {$name != ""} {
incr sb(nitems)
set sb($name,start) [expr $pos+$BLOCK_SIZE]