aboutsummaryrefslogtreecommitdiff
path: root/jim-posix.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-20bootstrap jimsh: assume fork() is available on posix platformsSteve Bennett1-0/+4
2021-01-10package: add ABI version checkingSteve Bennett1-3/+1
2017-10-17signal, exec, wait, pid: improvements, especially to execSteve Bennett1-96/+0
2014-04-23os.gethostname: avoid mem leak on gethostname failureSteve Bennett1-0/+1
2011-11-24Create build-jim-ext for building extensionsSteve Bennett1-1/+1
2011-10-21Update source files to reflect FreeBSD licenceSteve Bennett1-16/+30
2011-09-12Remove all trailing whitespace in sourceSteve Bennett1-4/+4
2011-08-18Fix build on Solaris (gcc)Steve Bennett1-2/+2
2010-12-15Use vfork() instead of fork() in [exec]Steve Bennett1-1/+1
2010-11-09Allow jim to be used as an autoconf subdirSteve Bennett1-0/+1
2010-10-15Ensure that Tcl extensions can be built-in or externalSteve Bennett1-0/+3
2010-10-15autoconf improvementsSteve Bennett1-1/+1
2010-10-15Reduce excessive stack usageSteve Bennett1-4/+8
2010-10-15Clean up the indentation messSteve Bennett1-12/+9
2010-10-15Improvements to jim configureSteve Bennett1-9/+8
2010-10-15Fix some build problems and add lost featuresSteve Bennett1-1/+1
2010-10-15Add Jim_SetResultFormatted() for simplied messagesSteve Bennett1-1/+1
2010-10-15Bug fixes, documentation updatesSteve Bennett1-0/+26
2010-10-15exec fixes, add os.waitSteve Bennett1-2/+86
2010-10-15Enhance exec, bioSteve Bennett1-0/+5
2010-10-15Implement some new featuresSteve Bennett1-0/+12
2010-10-15Lots of improvementsSteve Bennett1-294/+0
2010-10-15Make static extensions buildSteve Bennett1-1/+1
2010-10-15Strip out unneeded junk from JimSteve Bennett1-6/+22
2010-10-15Cutover to new workware fork of Jim TclSteve Bennett1-24/+13
2010-02-01Bring corrected license as mentioned in freebsd/...Wojciech A. Koszek1-13/+24
2010-02-01Revert "Bring correct license -- I think freebsd/ directory has an agreements"Wojciech A. Koszek1-24/+13
2010-02-01Bring correct license -- I think freebsd/ directory has an agreementsWojciech A. Koszek1-13/+24
2008-07-14 * signals ( not complete , no eventscripts yet ) sleep and usleepoharboe1-0/+245
2008-06-16 * retire CVS keyword expansion. Plays havoc with patches.oharboe1-2/+0
2005-03-31Implemented the C API "background" for the packages system of Jim.antirez1-2/+4
2005-03-05delProc callback added to Jim_CreateCommand().antirez1-6/+6
2005-03-05extern int errno declaration removed from the posix extension.antirez1-3/+1
2005-03-04JIM_NOTUSED moved after var declarations blocks.antirez1-2/+2
2005-03-04$id: ..$ strings addedantirez1-0/+21
2005-03-04Added JIM_NOTUSED macro. Macro used where appropriate.antirez1-1/+1
2005-03-03Fixed a minor typo introduced with const-safeness patch.antirez1-6/+9
2005-03-02shell and library splitted. Now jim.c contains only theantirez1-0/+1
2005-03-02removed JIM_EXTENSION define from extensions. Is no longerantirez1-2/+0
2005-03-01Indentation style changed to the new Jim standardantirez1-71/+71
2005-02-27aritymin/aritymax information no longer used for C-coded commands.antirez1-5/+5
2005-02-26Initial revisionantirez1-0/+112