aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-29remove all { } chars from filenames, until Pd can handle themHEADsvn2git-headexternals/tclfileHans-Christoph Steiner
svn path=/trunk/externals/tclfile/; revision=15803
2011-11-29add expand_vars proc to expand vars like /Users/hans, , etc within the file ↵Hans-Christoph Steiner
names svn path=/trunk/externals/tclfile/; revision=15802
2011-11-17added a meta file to make it a libdirHans-Christoph Steiner
svn path=/trunk/externals/tclfile/; revision=15782
2011-11-14namespace is now created by tclpd, so remove hereHans-Christoph Steiner
svn path=/trunk/externals/tclfile/; revision=15747
2011-11-14added all objects from Tcl's file cmd that output a truth 0/1 valueHans-Christoph Steiner
svn path=/trunk/externals/tclfile/; revision=15743
2011-11-14move shared function to a Tcl package, now that tclpd supports a local packageHans-Christoph Steiner
svn path=/trunk/externals/tclfile/; revision=15742
2011-11-14updated for typemaps fixes in tclpd 0.3.0Hans-Christoph Steiner
svn path=/trunk/externals/tclfile/; revision=15740
2011-11-12better inlet labellingHans-Christoph Steiner
svn path=/trunk/externals/tclfile/; revision=15731
2011-11-12handle any message as a file nameHans-Christoph Steiner
svn path=/trunk/externals/tclfile/; revision=15730
2011-11-11create [delete] object, but no handling of -force or lists of files yetHans-Christoph Steiner
svn path=/trunk/externals/tclfile/; revision=15728
2011-11-11include $current_canvas in the 'variable ${self}::' technique so it worksHans-Christoph Steiner
svn path=/trunk/externals/tclfile/; revision=15727
2011-11-11ported to 'variable ' technique and use proc instead of proc+Hans-Christoph Steiner
svn path=/trunk/externals/tclfile/; revision=15726
2011-11-11added links to the Tcl docsHans-Christoph Steiner
svn path=/trunk/externals/tclfile/; revision=15721
2011-11-10full working implementation using canvas_getdir, and some help on tclpd ↵Hans-Christoph Steiner
style from mescalinum svn path=/trunk/externals/tclfile/; revision=15720
2011-11-10handle the null (initial) object state correctly, using [info exists ...]mescalinum
svn path=/trunk/externals/tclfile/; revision=15719
2011-11-10you want a symbol on the 2nd inletmescalinum
svn path=/trunk/externals/tclfile/; revision=15718
2011-11-10use pd::post instead of puts.mescalinum
namespace eval is not needed (done internally by tclpd before load). don't use return in global scope. svn path=/trunk/externals/tclfile/; revision=15717
2011-11-10fix tclpd.lib usagemescalinum
svn path=/trunk/externals/tclfile/; revision=15716
2011-11-08first stab at some tclpd objectssvn2git-rootHans-Christoph Steiner
svn path=/trunk/externals/tclfile/; revision=15713