aboutsummaryrefslogtreecommitdiff
path: root/jim-file.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-21file: Add microsecond resolution for mtime: mtimeusSteve Bennett1-14/+61
2017-10-21file: __MSYS__ signifies windows tooSteve Bennett1-1/+1
2017-10-17signal, exec, wait, pid: improvements, especially to execSteve Bennett1-1/+1
2016-09-28file: update file stat to use Jim_DictMerge()Steve Bennett1-8/+10
2014-12-04file: updates for WindowsSteve Bennett1-12/+15
2014-11-28file: add support for file linkSteve Bennett1-0/+47
2014-08-03Temporary file creation should respect $TMPDIRSteve Bennett1-18/+1
2014-04-28exec, file: set umask before mkstempSteve Bennett1-0/+2
2014-04-23file: avoid mem leak on mkstemp failureSteve Bennett1-0/+1
2014-03-03file: fix stat file size for large filesSteve Bennett1-1/+1
2014-01-21many comment changes, some small code changesSteve Bennett1-11/+6
2014-01-15file: simplify [file stat], var now optionalSteve Bennett1-51/+58
2012-09-20Add support for glob -directoryAlexander Shpilkin1-1/+3
2012-02-21file normalize only works with an existing pathSteve Bennett1-2/+3
2012-01-19Fix some warnings identified by iccSteve Bennett1-6/+8
2011-11-24Create build-jim-ext for building extensionsSteve Bennett1-3/+2
2011-11-09Typo in error messageSteve Bennett1-1/+1
2011-11-07Allow building with MSVC on windowsSteve Bennett1-9/+34
2011-11-07Remove use of designated initialisersSteve Bennett1-151/+151
2011-09-12Remove all trailing whitespace in sourceSteve Bennett1-5/+5
2011-08-30Change Jim_EvalObjPrefix to accept arbitrary objectsAlexander Shpilkin1-2/+2
2011-08-18Implement 'file mtime <file> newtime'Steve Bennett1-4/+26
2011-08-03Fix commit cbeb3ea: unset missing array elementSteve Bennett1-2/+2
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