aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-13regsub: fix substitution with a trailing backslashSteve Bennett2-1/+9
2015-11-30jimsh: Allow option "--help" and enable place for parsing other options in fu...Evan Hunter2-1/+27
2015-11-30jim: fix typos in commentsAntonio Borneo1-3/+3
2015-11-30jim: highlight switch's case fall-throughAntonio Borneo1-0/+6
2015-10-06Fix some spelling mistakesSteve Bennett2-5/+5
2015-10-06Merge pull request #42 from dimkr/fixesSteve Bennett1-1/+2
2015-09-28Bug fix - channel names are not formattedDima Krasner1-1/+2
2015-08-26Merge pull request #38 from evanhunter/fix_bad_variable_nameSteve Bennett1-1/+1
2015-08-26tcltest: Fix reference to wrong variable nameEvan Hunter1-1/+1
2015-08-10Merge pull request #31 from frgm/masterSteve Bennett1-1/+1
2015-08-09jim.h: fix a typoSvyatoslav Mishyn1-1/+1
2015-07-09Merge pull request #29 from frgm/masterSteve Bennett3-5/+40
2015-07-09docs: add desc for "clock {clicks, microseconds, milliseconds}"Svyatoslav Mishyn2-1/+34
2015-07-08jim.c: fix typoSvyatoslav Mishyn1-2/+2
2015-07-08docs: add link to Oxford Dictionaries for "tickle"Svyatoslav Mishyn2-3/+5
2015-06-30build: Fix exit code on test failureSteve Bennett1-1/+1
2015-06-29docs: minor typos and fix lambda command linkSteve Bennett2-24/+24
2015-06-28Merge pull request #27 from frgm/masterSteve Bennett2-7/+7
2015-06-28typosSvyatoslav Mishyn2-7/+7
2015-06-26jim.c: fix comment for Jim_String()Steve Bennett1-1/+1
2015-06-21Merge pull request #24 from frgm/masterSteve Bennett2-25/+25
2015-06-21docs: fix of a few typosSvyatoslav Mishyn2-25/+25
2015-06-03chained tailcalls were not always being runSteve Bennett2-31/+20
2015-05-18docs: minor typo with lassignSteve Bennett2-33/+50
2015-04-29docs: minor typo with rand() functionSteve Bennett1-1/+0
2015-04-29add support for configure --docdirSteve Bennett2-3/+10
2015-04-06Avoid error in tcltest.tcl if $::argv0 is unsetSteve Bennett3-6/+9
2015-04-06ensure that tests can find tcltest.tclSteve Bennett2-1/+5
2015-03-19aio: add 'sync' subcommandSteve Bennett3-15/+43
2015-03-12exec: better handling of pipeline abnormal terminationSteve Bennett2-59/+89
2015-01-31Update version to 0.760.76Steve Bennett3-22/+30
2015-01-21docs: Note regex treatment of nullsSteve Bennett2-1835/+1843
2015-01-16Improve performance of script validation commitSteve Bennett1-43/+38
2014-12-31Throw an error when parsing a bad scriptSteve Bennett3-68/+83
2014-12-09glob: remove some leftover unused code in glob.tclSteve Bennett1-2/+0
2014-12-09aio: fix a compiler warning on some platformsSteve Bennett1-0/+5
2014-12-09signal: don't define more than NSIG signalsSteve Bennett1-1/+6
2014-12-09jim: change the output of errorInfoSteve Bennett1-1/+1
2014-12-09add support for [info source ?filename line?]Steve Bennett3-29/+48
2014-12-04try: fix use of catch/uplevelSteve Bennett1-3/+3
2014-12-04bootstrap: Unix platforms have link()Steve Bennett1-0/+1
2014-12-04file copy: Use binary mode when reading and writing filesSteve Bennett1-2/+2
2014-12-04glob: fix some glob2.test tests on windowsSteve Bennett1-68/+4
2014-12-04file: updates for WindowsSteve Bennett1-12/+15
2014-11-28docs: update documentation for recent changesSteve Bennett2-1800/+1835
2014-11-28glob: add additional testsSteve Bennett2-9/+373
2014-11-28glob: bug fixes and Tcl compatibilitySteve Bennett2-15/+23
2014-11-28file: add support for file linkSteve Bennett3-4/+60
2014-11-28Keep $LIBS as user-specified libraries onlySteve Bennett1-0/+7
2014-11-17Implement string cat (TIP #429)Steve Bennett5-15/+68