aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-18Fix a dict/list shimmering bugSteve Bennett2-2/+5
2012-08-07Remove octal literals with a leading 0 (TIP #114)Steve Bennett9-62/+233
2012-05-10Fix a compiler warning with namespaces disabledSteve Bennett2-5/+10
2012-03-13Fix a reference counting bugSteve Bennett3-4/+17
2012-03-02Fix make-index speed-upSteve Bennett1-1/+1
2012-02-28Optimise calls to a proc with an empty bodySteve Bennett1-0/+5
2012-02-28Short circuit converting empty string to listSteve Bennett1-9/+11
2012-02-27Fix a bug in globSteve Bennett1-1/+1
2012-02-27Add support for aio command: isattySteve Bennett3-2/+22