aboutsummaryrefslogtreecommitdiff
path: root/make-bootstrap-jim
AgeCommit message (Expand)AuthorFilesLines
2023-07-13core: Fix 'for' with JIM_OPTIMIZATION disabledSteve Bennett1-1/+1
2023-07-10bootstrap-jim: Set _FILE_OFFSET_BITS=64Steve Bennett1-0/+1
2023-07-04aio: change to use unix io, not stdioSteve Bennett1-0/+1
2022-08-20bootstrap jimsh: assume fork() is available on posix platformsSteve Bennett1-3/+3
2017-10-17signal, exec, wait, pid: improvements, especially to execSteve Bennett1-2/+2
2016-10-06Fix for systems without umaskSteve Bennett1-0/+9
2016-09-04Trim bootstrap jimsh0.77Steve Bennett1-2/+2
2016-08-17Don't unconditionally define _GNU_SOURCESteve Bennett1-1/+7
2016-08-17bootstrap: Add minimal package require supportSteve Bennett1-1/+1
2014-12-04bootstrap: Unix platforms have link()Steve Bennett1-0/+1
2014-09-18bootstrap: set HAVE_MKSTEMP on unixSteve Bennett1-0/+1
2014-05-12Remove remaining references to berlios.deSteve Bennett1-1/+1
2013-08-23Unbreak shared build on Windows. Collect all version ids to auto.def.Vadim Zborovskii1-0/+3
2012-02-27Add support for aio command: isattySteve Bennett1-0/+1
2011-11-07Allow building with MSVC on windowsSteve Bennett1-6/+15
2011-11-01Allow bootstrap jim to build in library-only modeSteve Bennett1-1/+5
2011-09-12Trim the size of the boostrap jimsh sourceSteve Bennett1-3/+10
2011-09-12Fix make-bootstrap-jimSteve Bennett1-1/+3
2011-07-29Add Jim_EvalSource() to replace Jim_Eval_Named()Steve Bennett1-3/+2
2011-07-22Small changes to keep older compilers happySteve Bennett1-0/+2
2011-07-13Add tcl_platform(pathSeparator)Steve Bennett1-1/+3
2011-07-08Update make-bootstrap-jim for consistent tcl_platformSteve Bennett1-2/+2
2011-07-07Do just enough to make Jim useable with msys/mingwSteve Bennett1-1/+5
2011-06-28Fix support for 64-bit mingwSteve Bennett1-3/+3
2011-06-09Provide a fallback basic [exec] for (e.g.) mingw32Steve Bennett1-0/+11
2011-06-03Add make-bootstrap-jim scriptSteve Bennett1-0/+77