aboutsummaryrefslogtreecommitdiff
path: root/jim.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-06A specializing version of [for] that appears able to match theantirez1-12/+227
2005-03-06Fixed a race condition in the garbage collection code.antirez1-3/+8
2005-03-06Added Jim_GetEnum() API function. StringCoreCommand and AIO extensionantirez1-15/+54
2005-03-05Free an objects internal representation before freeing the string rep.patthoyts1-3/+3
2005-03-05Solved a problem with Jim_Length()antirez1-1/+11
2005-03-05Initial version of AIO (ANSI C I/O) extension added.antirez1-2/+16
2005-03-05delProc callback added to Jim_CreateCommand().antirez1-4/+14
2005-03-05Added Jim_GetAssocData api. This for permitting packages to register apatthoyts1-2/+52
2005-03-05removed strcasecmp() and isascii(). Now the Jim core is fullyantirez1-9/+10
2005-03-05[switch] command contributed by Clemens Hintze, modified toantirez1-6/+135
2005-03-04Added ole32.foreach command, changed creation to ole32.create.patthoyts1-3/+6
2005-03-04Removed two unused parts of code resulting in warnings compilingantirez1-57/+1
2005-03-04Fix for [info local], at top level an empty list is now returned.antirez1-1/+6
2005-03-04binary safe parsers for scripts,lists,expr,subst.antirez1-96/+125
2005-03-04Fixed a bug in Jim_Collect() thanks to Colin McPhail that reported it.antirez1-2/+2
2005-03-04JIM_NOTUSED moved after var declarations blocks.antirez1-4/+4
2005-03-04[info locals/vars/globals]antirez1-3/+56
2005-03-04jim::libpath renamed into jim.libpath. Also there was a bug listedantirez1-4/+20
2005-03-04$id: ..$ strings addedantirez1-0/+2
2005-03-04Added JIM_NOTUSED macro. Macro used where appropriate.antirez1-16/+18
2005-03-04Small README change to reflect LIBS Makefile var.antirez1-0/+36
2005-03-04Use command line vars in the Makefile.patthoyts1-17/+17
2005-03-04[split] command added + tests.antirez1-20/+61
2005-03-03[string map ?-nocase? ...] implemented. tests added.antirez1-0/+89
2005-03-03Missing functions exportedantirez1-0/+5
2005-03-03RegisterCoreCommands now exported (broken in the last commit)antirez1-0/+1
2005-03-03interactive prompt output binary safe (using fwrite instead of printf).antirez1-2/+3
2005-03-03[string repeat] implemented.antirez1-0/+16
2005-03-03Made exporting of symbols to the API less error proneantirez1-76/+77
2005-03-03changes to the reference system. Now references string repantirez1-17/+50
2005-03-03const removed from Jim_GetString().antirez1-8/+8
2005-03-03Applied patches 363 and 366 for const correctness to the win32 modules and ji...patthoyts1-190/+251
2005-03-03Exported the double object type to the API.patthoyts1-0/+3
2005-03-02Moved the internal rep accessor macros and Jim_FreeIntRep into the header aspatthoyts1-12/+0
2005-03-02one more benchmarkantirez1-6/+1
2005-03-02shell and library splitted. Now jim.c contains only theantirez1-2/+15
2005-03-02binary safe JimStringCompare and thus [string compare].antirez1-7/+48
2005-03-02binary safe JimStringMatch()antirez1-21/+44
2005-03-02fix for [ Bug #3513 ] Jim crashed after dict sugar substitution in stringantirez1-7/+10
2005-03-02JIM_LL_MODIFIER is now called JIM_WIDE_MODIFIERantirez1-14/+14
2005-03-02non local literal sharing disabled.antirez1-8/+37
2005-03-02Improved the [time] resolution on windows.patthoyts1-0/+7
2005-03-01A lot of changes to functions names of jim.c/h to reflectantirez1-185/+187
2005-03-01Indentation style changed to the new Jim standardantirez1-6207/+6206
2005-03-01removed a C99-ismantirez1-1/+1
2005-03-01many string match tests added.antirez1-1/+6
2005-03-01Fix to Jim_StringMatch. Still not embedded nuls safe.antirez1-5/+12
2005-03-01Clemens's patch for foreach speed/memusage.antirez1-19/+27
2005-03-01Change in design of the Jim STUBS system.antirez1-26/+30
2005-02-28Foreach command! Thanks to Clemens.antirez1-2/+71