summaryrefslogtreecommitdiff
path: root/src/helper/jim.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace at end of lines, step 2.zwelch2009-06-231-158/+158
* - Replace '){' with ') {'.zwelch2009-06-231-64/+64
* Remove whitespace that occurs before ')'.zwelch2009-06-231-164/+164
* Remove whitespace that occurs after '('.zwelch2009-06-231-183/+183
* - Fixes '[<>]' whitespacezwelch2009-06-231-7/+7
* - Fixes '[|]' whitespacezwelch2009-06-231-3/+3
* - Fixes '+' whitespacezwelch2009-06-231-186/+186
* - Fixes '=' whitespacezwelch2009-06-231-23/+23
* - Fixes '==' whitespacezwelch2009-06-231-6/+6
* - Fixes '<<' whitespacezwelch2009-06-231-5/+5
* - Fixes '>>' whitespacezwelch2009-06-231-3/+3
* - Fixes '<=' whitespacezwelch2009-06-231-2/+2
* - Fixes '>=' whitespacezwelch2009-06-231-2/+2
* - Fixes '!=' whitespacezwelch2009-06-231-3/+3
* - Replace 'for(' with 'for ('.zwelch2009-06-231-4/+4
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-39/+39
* - Replace 'while(' with 'while ('.zwelch2009-06-231-43/+43
* - Replace 'if(' with 'if ('.zwelch2009-06-231-64/+64
* Remove editor preferences from source files.zwelch2009-06-191-9/+0
* Initialize a more variables in jim.c to allow gcc-4.4 to build.zwelch2009-05-151-2/+2
* Initialize value of objPtr local variable; prevents warning w/ gcc-4.4.zwelch2009-05-151-1/+1
* eCos fixesoharboe2009-05-121-0/+9
* Audit and remove redundant uses of replacements.h in the tree.zwelch2009-05-121-2/+0
* Audit and reduce #include directives in jim source files.zwelch2009-05-121-16/+0
* Define _GNU_SOURCE in config.h, remove definitions from source files.zwelch2009-05-121-3/+0
* Update jim helper files to use proper configure script support:zwelch2009-05-111-3/+7
* Fix pointer cast alignment warnings in jim.c.zwelch2009-05-061-8/+17
* Add autoconf check to determine where environ should be declared.zwelch2009-05-061-1/+1
* Fix environ declaration for non-glibc systemskc8apf2009-05-041-1/+1
* Backed out change to solve Mac OS compilation problems.oharboe2009-05-031-1/+1
* Fix compilation when HAVE_UNISTD_H is not defined.zwelch2009-05-031-1/+1
* Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixesoharboe2009-05-031-1/+1
* Zach Welch <zw@superlucidity.net> fix warningsoharboe2009-05-021-3/+8
* Michael Bruck <mbruck@digenius.de>: use HAVE_UNISTD_H for environ decl.zwelch2009-04-301-1/+1
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-1/+1
* Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE definesoharboe2009-04-271-0/+2
* - remove environ warning under win32 buildntfreak2009-04-211-0/+3
* Zach Welch <zw@superlucidity.net> fix unused return value warnings (2 of 4)oharboe2009-04-211-2/+4
* Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning...oharboe2008-12-281-0/+1
* httpd wip oharboe2008-12-221-1/+1
* sync up to latest jim tcloharboe2008-12-161-174/+229
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-9/+0
* typo fixed.oharboe2008-09-081-1/+1
* Duane Ellis, added clock command.oharboe2008-09-081-1/+109
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-17/+64
* sync with Jim Tcl repository.oharboe2008-08-251-6/+16
* - fix win32 build issues from previous jim patchntfreak2008-08-221-1/+1
* duane ellis: (A) a new concept called "Name Value Pair" or NVP, in simple ter...oharboe2008-08-191-2/+457
* - fix target_examine declarationntfreak2008-08-061-1/+1
* jim license cleanupoharboe2008-07-211-17/+44