| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix loadFile to return file length once again. | zwelch | 2009-05-08 | 1 | -5/+9 |
* | Fix warnings in ioutil.c; improves loadFile inteface. | zwelch | 2009-05-08 | 1 | -12/+14 |
* | Remove unreferenced tcpapi.c source file. | zwelch | 2009-05-07 | 1 | -534/+0 |
* | 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 |
* | retire out_mask - not used anywhere | oharboe | 2009-05-06 | 1 | -1/+0 |
* | made warning about keep_alive() not being invoked more helpful | oharboe | 2009-05-05 | 1 | -1/+1 |
* | remove extra newline before prompt | oharboe | 2009-05-05 | 1 | -12/+15 |
* | Mariano Alvira <mar@devl.org> fixes warning as error about a signed vs. unsig... | oharboe | 2009-05-04 | 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 |
* | Update autotools scripts to require automake 1.6. The configure.in script | zwelch | 2009-05-02 | 1 | -2/+6 |
* | 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 | 5 | -5/+4 |
* | Add missing header files to fix C99 compatibility. | zwelch | 2009-04-29 | 2 | -1/+9 |
* | - fix win32 build | ntfreak | 2009-04-28 | 1 | -2/+4 |
* | Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE defines | oharboe | 2009-04-27 | 1 | -0/+2 |
* | - fix win32 build after svn 1511 changes | ntfreak | 2009-04-22 | 1 | -0/+1 |
* | Fix str_to_buf problem, thanks Andy Chenee | mlu | 2009-04-22 | 1 | -2/+2 |
* | - fix signed/unsigned build errors under win32. Thanks Zach Welch <zw@superlu... | ntfreak | 2009-04-21 | 1 | -0/+5 |
* | - 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 |
* | Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4) | oharboe | 2009-04-21 | 1 | -1/+1 |
* | Zach Welch <zw@superlucidity.net> fix -Werror warnings | oharboe | 2009-04-19 | 1 | -2/+2 |
* | The following patches was applied: | mifi | 2009-04-18 | 1 | -1/+1 |
* | - remove build warnings | ntfreak | 2009-03-17 | 1 | -0/+3 |
* | Added HostOS variable | duane | 2009-03-07 | 1 | -0/+23 |
* | Holger Schurig <hs4233@mail.mn-solutions.de> fix warnings | oharboe | 2009-02-18 | 1 | -11/+0 |
* | zy1000 1.49 snapshot | oharboe | 2009-02-17 | 1 | -0/+8 |
* | Use C89/C99/C++ compliant boolean types | kc8apf | 2009-02-10 | 1 | -0/+15 |
* | - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com> | kc8apf | 2009-02-03 | 1 | -45/+45 |
* | Search path fixes for MinGW builds. Courtesy of Dimitar Dimitrov <dinuxbg@gm... | kc8apf | 2009-01-23 | 1 | -0/+22 |
* | Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net> | kc8apf | 2009-01-20 | 1 | -0/+2 |
* | moved ioutil init to the right spot: before config scripts | oharboe | 2009-01-09 | 1 | -0/+1 |
* | - add gdb pipe support to native win32 (--pipe option) | ntfreak | 2009-01-01 | 3 | -6/+164 |
* | Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning... | oharboe | 2008-12-28 | 1 | -0/+1 |
* | Build Permutations with ftd2xx and libftdi addressed. Also added a new se of ... | duane | 2008-12-27 | 1 | -1/+2 |
* | httpd wip | oharboe | 2008-12-22 | 1 | -1/+1 |
* | cygwin fixes | oharboe | 2008-12-22 | 1 | -3/+6 |
* | Dick Hollenbeck <dick@softplc.com> better logging | oharboe | 2008-12-19 | 1 | -7/+8 |
* | Dick Hollenbeck <dick@softplc.com> better comments | oharboe | 2008-12-19 | 1 | -9/+13 |
* | - fix rlink build under native win32 (mingw) | ntfreak | 2008-12-19 | 1 | -1/+6 |
* | Dick Hollenbeck <dick@softplc.com> convert macros to inline fn's. | oharboe | 2008-12-19 | 1 | -31/+62 |
* | houskeeping | oharboe | 2008-12-17 | 1 | -0/+121 |
* | sync up to latest jim tcl | oharboe | 2008-12-16 | 2 | -175/+240 |
* | fix broken -c/f options where it would silently terminate for scripts that di... | oharboe | 2008-12-16 | 1 | -19/+18 |
* | - add missing svn props from r1243 commit | ntfreak | 2008-12-15 | 1 | -590/+590 |