aboutsummaryrefslogtreecommitdiff
path: root/src/helper/jim.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-23Remove whitespace at end of lines, step 2.zwelch1-158/+158
2009-06-23- Replace '){' with ') {'.zwelch1-64/+64
2009-06-23Remove whitespace that occurs before ')'.zwelch1-164/+164
2009-06-23Remove whitespace that occurs after '('.zwelch1-183/+183
2009-06-23- Fixes '[<>]' whitespacezwelch1-7/+7
2009-06-23- Fixes '[|]' whitespacezwelch1-3/+3
2009-06-23- Fixes '+' whitespacezwelch1-186/+186
2009-06-23- Fixes '=' whitespacezwelch1-23/+23
2009-06-23- Fixes '==' whitespacezwelch1-6/+6
2009-06-23- Fixes '<<' whitespacezwelch1-5/+5
2009-06-23- Fixes '>>' whitespacezwelch1-3/+3
2009-06-23- Fixes '<=' whitespacezwelch1-2/+2
2009-06-23- Fixes '>=' whitespacezwelch1-2/+2
2009-06-23- Fixes '!=' whitespacezwelch1-3/+3
2009-06-23- Replace 'for(' with 'for ('.zwelch1-4/+4
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-39/+39
2009-06-23- Replace 'while(' with 'while ('.zwelch1-43/+43
2009-06-23- Replace 'if(' with 'if ('.zwelch1-64/+64
2009-06-19Remove editor preferences from source files.zwelch1-9/+0
2009-05-15Initialize a more variables in jim.c to allow gcc-4.4 to build.zwelch1-2/+2
2009-05-15Initialize value of objPtr local variable; prevents warning w/ gcc-4.4.zwelch1-1/+1
2009-05-12eCos fixesoharboe1-0/+9
2009-05-12Audit and remove redundant uses of replacements.h in the tree.zwelch1-2/+0
2009-05-12Audit and reduce #include directives in jim source files.zwelch1-16/+0
2009-05-12Define _GNU_SOURCE in config.h, remove definitions from source files.zwelch1-3/+0
2009-05-11Update jim helper files to use proper configure script support:zwelch1-3/+7
2009-05-06Fix pointer cast alignment warnings in jim.c.zwelch1-8/+17
2009-05-06Add autoconf check to determine where environ should be declared.zwelch1-1/+1
2009-05-04Fix environ declaration for non-glibc systemskc8apf1-1/+1
2009-05-03Backed out change to solve Mac OS compilation problems.oharboe1-1/+1
2009-05-03Fix compilation when HAVE_UNISTD_H is not defined.zwelch1-1/+1
2009-05-03Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixesoharboe1-1/+1
2009-05-02Zach Welch <zw@superlucidity.net> fix warningsoharboe1-3/+8
2009-04-30Michael Bruck <mbruck@digenius.de>: use HAVE_UNISTD_H for environ decl.zwelch1-1/+1
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch1-1/+1
2009-04-27Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE definesoharboe1-0/+2
2009-04-21- remove environ warning under win32 buildntfreak1-0/+3
2009-04-21Zach Welch <zw@superlucidity.net> fix unused return value warnings (2 of 4)oharboe1-2/+4
2008-12-28Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning...oharboe1-0/+1
2008-12-22httpd wip oharboe1-1/+1
2008-12-16sync up to latest jim tcloharboe1-174/+229
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-9/+0
2008-09-08typo fixed.oharboe1-1/+1
2008-09-08Duane Ellis, added clock command.oharboe1-1/+109
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe1-17/+64
2008-08-25sync with Jim Tcl repository.oharboe1-6/+16
2008-08-22- fix win32 build issues from previous jim patchntfreak1-1/+1
2008-08-19duane ellis: (A) a new concept called "Name Value Pair" or NVP, in simple ter...oharboe1-2/+457
2008-08-06- fix target_examine declarationntfreak1-1/+1
2008-07-21jim license cleanupoharboe1-17/+44