aboutsummaryrefslogtreecommitdiff
path: root/src/helper/jim.c
AgeCommit message (Expand)Author
2010-10-29jim tests: use installedØyvind Harboe
2010-09-12jim: fix crash when using Jim_ListInsertElementsØyvind Harboe
2010-06-18reverse order of Jim stack trace outputAndreas Fritiofson
2010-06-18helper/jim: review unused symbolsAntonio Borneo
2010-06-18helper/jim: review scope of symbolsAntonio Borneo
2010-06-17mingw32: -Wshadow fixesFreddie Chopin
2010-06-15jim: -Wshadow warning fixØyvind Harboe
2010-06-15jim: more jim -Wshadow fixes that should be straightforwardØyvind Harboe
2010-06-15jim: -Wshadow fixesØyvind Harboe
2009-12-26cygwin 1.7 build fixesDavid Brownell
2009-12-05misc code review updatesDavid Brownell
2009-10-19Sync with official Jim Tcl repository.oyvind
2009-10-14portability updatesDavid Brownell
2009-10-08Update copyright statements. Make it easier to sync with Jim TclØyvind Harboe
2009-09-23Nico Coesel <ncoesel@dealogic.nl> fix warnings. . I'm wondering why theseoharboe
2009-09-17Fix coredump seen in some code paths.dbrownell
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23Remove whitespace at end of lines, step 2.zwelch
2009-06-23- Replace '){' with ') {'.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '<<' whitespacezwelch
2009-06-23- Fixes '>>' whitespacezwelch
2009-06-23- Fixes '<=' whitespacezwelch
2009-06-23- Fixes '>=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch
2009-06-23- Replace 'while(' with 'while ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-19Remove editor preferences from source files.zwelch
2009-05-15Initialize a more variables in jim.c to allow gcc-4.4 to build.zwelch
2009-05-15Initialize value of objPtr local variable; prevents warning w/ gcc-4.4.zwelch
2009-05-12eCos fixesoharboe
2009-05-12Audit and remove redundant uses of replacements.h in the tree.zwelch
2009-05-12Audit and reduce #include directives in jim source files.zwelch
2009-05-12Define _GNU_SOURCE in config.h, remove definitions from source files.zwelch
2009-05-11Update jim helper files to use proper configure script support:zwelch
2009-05-06Fix pointer cast alignment warnings in jim.c.zwelch
2009-05-06Add autoconf check to determine where environ should be declared.zwelch
2009-05-04Fix environ declaration for non-glibc systemskc8apf
2009-05-03Backed out change to solve Mac OS compilation problems.oharboe
2009-05-03Fix compilation when HAVE_UNISTD_H is not defined.zwelch
2009-05-03Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixesoharboe
2009-05-02Zach Welch <zw@superlucidity.net> fix warningsoharboe