aboutsummaryrefslogtreecommitdiff
path: root/src/helper/jim.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-29jim tests: use installedØyvind Harboe1-12820/+0
2010-09-12jim: fix crash when using Jim_ListInsertElementsØyvind Harboe1-0/+1
2010-06-18reverse order of Jim stack trace outputAndreas Fritiofson1-1/+1
2010-06-18helper/jim: review unused symbolsAntonio Borneo1-24/+0
2010-06-18helper/jim: review scope of symbolsAntonio Borneo1-39/+40
2010-06-17mingw32: -Wshadow fixesFreddie Chopin1-9/+9
2010-06-15jim: -Wshadow warning fixØyvind Harboe1-3/+3
2010-06-15jim: more jim -Wshadow fixes that should be straightforwardØyvind Harboe1-7/+6
2010-06-15jim: -Wshadow fixesØyvind Harboe1-88/+88
2009-12-26cygwin 1.7 build fixesDavid Brownell1-3/+3
2009-12-05misc code review updatesDavid Brownell1-4/+3
2009-10-19Sync with official Jim Tcl repository.oyvind1-0/+3
2009-10-14portability updatesDavid Brownell1-3/+3
2009-10-08Update copyright statements. Make it easier to sync with Jim TclØyvind Harboe1-1/+4
2009-09-23Nico Coesel <ncoesel@dealogic.nl> fix warnings. . I'm wondering why theseoharboe1-16/+16
2009-09-17Fix coredump seen in some code paths.dbrownell1-0/+3
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
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