Gerhard Reithofer

Show:

What's happening?

  • Comment: Bug in handling "special" characters in [file] function

    Additional comments to "special characters" and tilde expansion: In 8.5.7 $,[,] is interpreted correct but the interaction between tilde is "strange". === 1: File: /net/pub/WinXP/test/~[filename].txt === [file exist $f]-> 0 [file type $f]-> could not read "/net/pub/WinXP/test/~[filename].txt": no such file or directory [file type [file normalize $f]]-> file [file type [subst...

    2009-08-12 20:50:14 UTC in Tcl

  • Comment: Bug in handling "special" characters in [file] function

    Incorrect reference in 5.: 5. All interpreted special characters are commonly used on Windows, other than on Unix (c-shell style) - see topic 4. should be changed to 5. All interpreted special characters are commonly used on Windows, other than on Unix (c-shell style) - see topic 6.

    2009-08-09 13:07:22 UTC in Tcl

  • Bug in handling "special" characters in [file] function

    Tcl version: 8.5.7, also tested on 8.5.4, 8.5.5 with different behaviour OS plattforms: Linux (ia32, amd64), Windows XP Professional Problem Behaviour: 1. Depending on Tcl-version the "special" characters ($,[,],\,~) are interpreted different and incorrect. 2. Incorrect interpretation of "~" character, only meaningfull at beginning of a filename not on full path or inside of a filename...

    2009-08-09 12:57:55 UTC in Tcl

  • Searching for project maintainer

    As I want to retire from developing the ObexTool I'm asking if someone is willinig to continue this project. If someone wants to contniue the development I will make him a maintaner and I will remove my account. Please contact me via gerhard(dot)reithofer(at)tech-edv(dot)co(dot)at The sourceforge mail address is not read anymore.

    2009-07-14 10:08:32 UTC in ObexTool

  • Uninitialized return value

    In some error situations the return value of tar::* functions are not initialized which leads to a runtime error when returning "return $ret".

    2009-04-16 06:10:15 UTC in tcllib

  • Comment: preserve modification time when downloading files

    Feature implemented in version 0.35. New configuration parameter: preserve,filedate.

    2009-01-03 18:09:26 UTC in ObexTool

  • ObexTool

    exgerhardr added the obextool-0.35.tar.gz file.

    2009-01-03 00:20:44 UTC in ObexTool

  • obextool-0.35

    exgerhardr created the obextool-0.35 file release.

    2009-01-03 00:17:22 UTC in ObexTool

  • Comment: vfs::zip fails when a file > 2GB exists in archive

    Files larger than 2GB lead to invalid negative file offsets because the zip header entries are interpreted signed (scan format code "i"). The patch zip-1.0.1.tm.patch changes all file size related binary scan codes "i" to unsigned "iu". I don't know if the CRC32 word is interpreted correct with "i".

    2009-01-01 19:40:43 UTC in TclVfs

  • vfs::zip fails when a file > 2GB exists in archive

    Trying to list a 8 GB zip file containing several 2GB files leads to: error during seek on "file5": invalid argument while executing "::zip::open [::file normalize $zipfile]" (procedure "vfs::zip::Mount" line 2) invoked from within "vfs::zip::Mount $inpfile ZIP" invoked from within "set fd [vfs::zip::Mount $inpfile ZIP]" (file "./list_zip.tcl" line 101...

    2008-12-30 18:47:34 UTC in TclVfs

About Me

  • 2003-07-31 (6 years ago)
  • 835101
  • exgerhardr (My Site)
  • Gerhard Reithofer

Send me a message