aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Update autosetup bootstrap jimsh0.c to 0.740.74Steve Bennett1-119/+171
2013-07-24Update linenoise.c to match recent githubSteve Bennett2-19/+211
2013-07-24Fix a bug in JimNumberBase()Steve Bennett1-1/+2
2013-07-22Make Jim_CheckSignal() a macroSteve Bennett2-9/+5
2013-07-22Fix --shared buildSteve Bennett2-2/+2
2013-07-22Update documentation and version to 0.74Steve Bennett4-68/+92
2013-07-22Ensure that signals can break vwaitSteve Bennett5-6/+31
2013-06-12Fix hardcoded install pathsSteve Bennett1-17/+17
2013-06-12Give libjim.so an sonameSteve Bennett1-1/+1
2013-06-12Don't remove _*.c files during buildSteve Bennett1-3/+2
2013-06-12Clean up jim_return.c exampleSteve Bennett1-5/+1
2013-06-12example.api: Replace string object initializationEzequiel Garcia1-6/+2
2013-06-12Remove nonexistent function declarationEzequiel Garcia2-4/+0
2013-05-18Allow docs not to be built/installedSteve Bennett2-3/+11
2013-05-18Fix installation of Tcl modulesSteve Bennett1-1/+2
2013-03-30Makefile.in: Depend on the headersLauri Kasanen1-1/+1
2013-03-28Properly handle systems where (-ve % +ve) returns +veSteve Bennett1-1/+3
2013-03-28Update autosetup to v0.6.5Steve Bennett11-384/+839
2013-03-28Need abs() since modulo of -ve is impl dependentSteve Bennett1-1/+1
2013-03-27More small improvements to JimWideToStringSteve Bennett1-4/+4
2013-03-27Further improvements to JimWideToStringSteve Bennett1-36/+27
2013-03-27Implement WideToString locally, printf is slowLauri Kasanen1-2/+37
2013-03-27Remove most quotingType allocations in JimMakeListStringRepLauri Kasanen1-5/+14
2013-03-26Avoid list allocations under four pointers (16/32 bytes)Lauri Kasanen1-2/+10
2013-03-25Put short-lived hash iterator allocations on the stackLauri Kasanen1-27/+27
2013-03-25Shuffle ScanFmtPartDescr to reduce size (40 -> 32)Lauri Kasanen1-4/+4
2013-03-14Trivial optimisationSteve Bennett1-1/+2
2013-03-13Shuffle ExprByteCode to reduce size on 64-bit (24->16)Lauri Kasanen1-1/+1
2013-03-13Make expr array more compactSteve Bennett1-33/+33
2013-03-12Shuffle Jim_Obj to shrink it on 64bit (72 -> 64), removing holesLauri Kasanen1-2/+2
2013-03-12Precompute operator length for JimParseExprOperator, optimize logicLauri Kasanen1-68/+72
2013-02-15Fix [string replace] replacing single charSteve Bennett2-2/+52
2012-12-14Update linenoise.c to match recent githubSteve Bennett1-9/+20
2012-11-29Use sqlite3_prepare_v2()af1232-2/+2
2012-10-31Fix linenoise serial console window size for vt102Steve Bennett1-9/+9
2012-10-31bug in sqlite module (array index out of bounds)ketmar1-2/+2
2012-10-19Fix a linenoise bug when moving off the leftSteve Bennett1-1/+1
2012-10-10Fix bug that was causing the system "environ" variable to be freed, which cau...Evan Hunter1-1/+1
2012-09-24Fix binary scan for too-few bytes.Vadim Zborovskii2-2/+17
2012-09-24Fix the check of readline library.Vadim Zborovskii1-1/+1
2012-09-22Add tests for the glob commandSteve Bennett1-0/+131
2012-09-22Allow abbreviations to glob optionsSteve Bennett1-14/+26
2012-09-20Add support for glob -directoryAlexander Shpilkin3-95/+146
2012-09-11Add support for string {equal,compare} -lengthSteve Bennett4-1884/+1923
2012-09-06aio seek and tell should allow for 64 bit offsetsSteve Bennett2-7/+18
2012-09-06Fix conversion of numbers >= 2^31Steve Bennett2-2/+5
2012-08-19Fix buffer overflow in [info references]Steve Bennett1-1/+1
2012-08-19Ensure that the full ref is passed to finalizerSteve Bennett1-1/+1
2012-08-19Reference keys are unsigned long, not jim_wideSteve Bennett1-1/+1
2012-08-19Fix invalid memory reference during finalisersSteve Bennett1-1/+4