| Commit message (Expand) | Author | Age | Files | Lines |
* | cygwin 1.7 build fixes | David Brownell | 2009-12-26 | 1 | -3/+3 |
* | misc code review updates | David Brownell | 2009-12-05 | 1 | -4/+3 |
* | Sync with official Jim Tcl repository. | oyvind | 2009-10-19 | 1 | -0/+3 |
* | portability updates | David Brownell | 2009-10-14 | 1 | -3/+3 |
* | Update copyright statements. Make it easier to sync with Jim Tcl | Øyvind Harboe | 2009-10-08 | 1 | -1/+4 |
* | Nico Coesel <ncoesel@dealogic.nl> fix warnings. . I'm wondering why these | oharboe | 2009-09-23 | 1 | -16/+16 |
* | Fix coredump seen in some code paths. | dbrownell | 2009-09-17 | 1 | -0/+3 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | Remove whitespace at end of lines, step 2. | zwelch | 2009-06-23 | 1 | -158/+158 |
* | - Replace '){' with ') {'. | zwelch | 2009-06-23 | 1 | -64/+64 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -164/+164 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -183/+183 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 1 | -7/+7 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -186/+186 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -23/+23 |
* | - Fixes '==' whitespace | zwelch | 2009-06-23 | 1 | -6/+6 |
* | - Fixes '<<' whitespace | zwelch | 2009-06-23 | 1 | -5/+5 |
* | - Fixes '>>' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '<=' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '>=' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Replace 'for(' with 'for ('. | zwelch | 2009-06-23 | 1 | -4/+4 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 1 | -39/+39 |
* | - Replace 'while(' with 'while ('. | zwelch | 2009-06-23 | 1 | -43/+43 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -64/+64 |
* | Remove editor preferences from source files. | zwelch | 2009-06-19 | 1 | -9/+0 |
* | Initialize a more variables in jim.c to allow gcc-4.4 to build. | zwelch | 2009-05-15 | 1 | -2/+2 |
* | Initialize value of objPtr local variable; prevents warning w/ gcc-4.4. | zwelch | 2009-05-15 | 1 | -1/+1 |
* | eCos fixes | oharboe | 2009-05-12 | 1 | -0/+9 |
* | Audit and remove redundant uses of replacements.h in the tree. | zwelch | 2009-05-12 | 1 | -2/+0 |
* | Audit and reduce #include directives in jim source files. | zwelch | 2009-05-12 | 1 | -16/+0 |
* | Define _GNU_SOURCE in config.h, remove definitions from source files. | zwelch | 2009-05-12 | 1 | -3/+0 |
* | Update jim helper files to use proper configure script support: | zwelch | 2009-05-11 | 1 | -3/+7 |
* | Fix pointer cast alignment warnings in jim.c. | zwelch | 2009-05-06 | 1 | -8/+17 |
* | Add autoconf check to determine where environ should be declared. | zwelch | 2009-05-06 | 1 | -1/+1 |
* | Fix environ declaration for non-glibc systems | kc8apf | 2009-05-04 | 1 | -1/+1 |
* | Backed out change to solve Mac OS compilation problems. | oharboe | 2009-05-03 | 1 | -1/+1 |
* | Fix compilation when HAVE_UNISTD_H is not defined. | zwelch | 2009-05-03 | 1 | -1/+1 |
* | Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixes | oharboe | 2009-05-03 | 1 | -1/+1 |
* | Zach Welch <zw@superlucidity.net> fix warnings | oharboe | 2009-05-02 | 1 | -3/+8 |
* | Michael Bruck <mbruck@digenius.de>: use HAVE_UNISTD_H for environ decl. | zwelch | 2009-04-30 | 1 | -1/+1 |
* | Remove redundant declarations to allow building with -Wredundant-decls. | zwelch | 2009-04-29 | 1 | -1/+1 |
* | Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE defines | oharboe | 2009-04-27 | 1 | -0/+2 |
* | - remove environ warning under win32 build | ntfreak | 2009-04-21 | 1 | -0/+3 |
* | Zach Welch <zw@superlucidity.net> fix unused return value warnings (2 of 4) | oharboe | 2009-04-21 | 1 | -2/+4 |
* | Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning... | oharboe | 2008-12-28 | 1 | -0/+1 |
* | httpd wip | oharboe | 2008-12-22 | 1 | -1/+1 |
* | sync up to latest jim tcl | oharboe | 2008-12-16 | 1 | -174/+229 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -9/+0 |