aboutsummaryrefslogtreecommitdiff
path: root/stat.c
AgeCommit message (Collapse)Author
2012-02-26replace verbose() with logpost() since verbose() adds extraneous carraige ↵Hans-Christoph Steiner
returns to messages that have been filtered out by the log level svn path=/trunk/externals/hcs/; revision=16033
2012-01-30post version message using verbose(0)Hans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=15916
2011-11-18standardized on hans@eds.orgHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=15793
2009-01-27changed to GPL v3Hans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=10658
2007-11-28fixed stat crasher bug, I was adding 2 to the pointer rather than 1; it ↵Hans-Christoph Steiner
blows my mind that this worked fine some of the time, and seems to work fine on Mac OS X all of the time, crazy pointers... svn path=/trunk/externals/hcs/; revision=9062
2006-06-14ported [stat] to MinGW; #ifdef'ed out uname since there is no unamHans-Christoph Steiner
e with MinGW; ifdefed out [usbhid] since libhid hasn't been ported to MinGW yet svn path=/trunk/externals/hcs/; revision=5238
2006-06-13oops, got the POSIX macro switched around, works nowHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5215
2006-06-13fixed error messages, they now output into Pd spaceHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5206
2006-06-12changed [file_status] to [stat] since that's all it does; got [stat] ↵Hans-Christoph Steiner
working, still need to get error messages to work properly; created file_type Pd object svn path=/trunk/externals/hcs/; revision=5205