aboutsummaryrefslogtreecommitdiff
path: root/jim-file.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-12Fix a string length error in [file join] from 3b317b1Steve Bennett1-0/+1
2011-07-12Fix some [file join] casesSteve Bennett1-2/+11
2011-07-07Add support for file delete -forceSteve Bennett1-5/+15
2011-07-07Do just enough to make Jim useable with msys/mingwSteve Bennett1-0/+21
2011-06-28Fix support for 64-bit mingwSteve Bennett1-1/+1
2011-06-01Add Jim_String() macroSteve Bennett1-15/+15
2011-05-09If [file normalize] isn't implemented, give a messageSteve Bennett1-3/+4
2010-12-16Use the new Jim_EvalObjPrefix() for 'file copy'Steve Bennett1-10/+1
2010-12-06Fix error message from [cd]Steve Bennett1-1/+1
2010-11-09Allow jim to be used as an autoconf subdirSteve Bennett1-0/+1
2010-10-15Licence wording updates.Steve Bennett1-4/+1
2010-10-15Portability fixesSteve Bennett1-2/+6
2010-10-15Ensure that Tcl extensions can be built-in or externalSteve Bennett1-0/+3
2010-10-15Rename GetFileType() -> JimGetFileType()Steve Bennett1-4/+4
2010-10-15Clean up the indentation messSteve Bennett1-46/+65
2010-10-15Improvements to jim configureSteve Bennett1-21/+47
2010-10-15Improvements to 'file mkdir', 'file delete'Steve Bennett1-10/+59
2010-10-15Improve stack trace handlingSteve Bennett1-1/+1
2010-10-15Add support for 'file copy'Steve Bennett1-0/+21
2010-10-15Add Jim_SetResultFormatted() for simplied messagesSteve Bennett1-22/+16
2010-10-15Implement 'file tempfile'Steve Bennett1-0/+28
2010-10-15Enhance env, fix error messagesSteve Bennett1-1/+1
2010-10-15Build improvements, bug fixes and compiler warningsSteve Bennett1-0/+1
2010-10-15Bugs, features and testsSteve Bennett1-0/+55
2010-10-15Build fixes, better Jim_EvalFile()Steve Bennett1-11/+6
2010-10-15Convert jim-aio.c to use subcmdSteve Bennett1-1/+2
2010-10-15Small improvementsSteve Bennett1-1/+4
2010-10-15Make static extensions buildSteve Bennett1-1/+1
2010-10-15Import various tinytcl compatibility packagesSteve Bennett1-1/+1
2010-10-15Add file and exec (along with subcmd support)Steve Bennett1-0/+677