aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-16* ChangeLog, jim.c: fixed parsing in "expr 0x1234".oharboe6-56/+101
2008-06-16 * ChangeLog, ecos/ecos.db: eCos repository smoketested.oharboe2-1/+5
2008-06-15 * ChangeLog, jim.c, jim.h, jim-aio.c: Support for eCos.oharboe4-5/+22
2008-06-15added eCos Jim Tcl repository. Work in progress.oharboe11-0/+14208
2008-06-15 * ChangeLog, jim.c: realloc/malloc(0) fix. Convertoharboe2-4/+17
2008-06-13* ChangeLog: Øyvind Harboe's first test as a committer.oharboe1-0/+4
2007-01-31Sqlite3 packagepatthoyts1-0/+299
2007-01-31Fixed the stdio declarations to work on Windows and likely on Solaris.patthoyts6-147/+530
2006-11-06Fixed a bug with proc lookup caching. Now the proc epoch is updated when aantirez2-6/+21
2006-11-06Jim_GetStdin/out/err API removed, now Jim-SetStdin/out/err returns the old va...antirez3-41/+62
2006-11-06Jim-aio is now able to be statically linked with jim.cantirez1-4/+12
2006-11-05{*} as alias for {expand} like in recent Tcl 8.5 versionsantirez2-4/+10
2006-11-02*** empty log message ***antirez1-0/+8
2006-11-02Ability to configure file descriptors for standard input, output, error.antirez3-61/+108
2006-11-01Minor doc typoantirez2-1/+6
2006-11-01Minor change to (hopefully) avoid a warning with some (non-gcc) compiler.antirez2-3/+8
2006-11-01Fixed error message when trying to access a non existing key in dictionaryantirez2-6/+13
2006-11-01Fix to expr parsing (now hex digits work as literals).antirez2-12/+30
2005-09-19Fixed a bug reported by Craig Denson about jim-eveloop.c and filemasks.antirez2-3/+13
2005-09-19Updated BUGS, fixed some minor problem with GCC 4.x compilation.antirez3-5/+18
2005-09-19Added info about in-memory databases in the Sqlite extension doc.antirez1-2/+25
2005-04-26Check available windows target version for more things.patthoyts1-83/+116
2005-04-26mingw compilation fix (excluding the compilation of animate window win32 cmd)antirez3-2/+30
2005-04-21RegisterClass, CreateWindow and UpdateWindow. Need to add user definedpatthoyts1-34/+72
2005-04-20Added some window managing APIs - MoveWindow, ShowWindow, DestroyWindow andpatthoyts1-3/+146
2005-04-19Added CreateDirectory and RemoveDirectorypatthoyts1-1/+52
2005-04-18First version of the Jim eventloop extension, exportingantirez6-6/+630
2005-04-13Added GetLastInputInfo APIpatthoyts1-1/+37
2005-04-13Win32API module permits dynamic creation of Jim commands that call intopatthoyts1-0/+448
2005-04-13JimGetExePath needs to be a _path_ not the file name.patthoyts1-2/+4
2005-04-12AIO fix: the Id is not get with the GetGlobalVar function.antirez2-2/+6
2005-04-12string tolower/toupper supportantirez2-4/+43
2005-04-12new methods for AIO files, 'read' and 'eof'. Documentationantirez2-3/+102
2005-04-11- Remove the '%lu' scan format specification. The largest possible typechi1-9/+13
2005-04-11RHS/Nem vision about [tailcall] implementation/behaviour is now Jim'santirez3-12/+14
2005-04-11[tailcall] command addedantirez2-3/+32
2005-04-11Fixes for this two bugs:antirez3-8/+29
2005-04-10Rework of the [scan] command finished. It does not any longer usechi2-84/+218
2005-04-10Fix for [return -code eval]antirez3-9/+22
2005-04-09Experimental verison of JIM_EVAL retcode in order to implementantirez3-7/+28
2005-04-09TODO updated, spurious free changed into Jim_Free().antirez3-3/+29
2005-04-08Do not add cursorinfo if build target cannot cope.patthoyts1-2/+7
2005-04-08Fix win32 buildpatthoyts2-4/+13
2005-04-07Fixed a typo that prevented compilation with JIM_ANSICantirez2-2/+9
2005-04-07The ** expr operator, thanks to Richard Suchenwirth.antirez2-32/+41
2005-04-06Modified jimsh.c in order to put the directory of the Jim executableantirez3-33/+107
2005-04-06Add the executable file location into jim_libpath for finding packages.patthoyts2-10/+39
2005-04-06Fix a problem with usie of mingw gcc and remove some gcc warnings.patthoyts1-4/+10
2005-04-06Use __stdcall for mingwpatthoyts1-2/+2
2005-04-06Shhhhh. Silenced a number of warnings when using MSVC.patthoyts2-8/+8