Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | very slight tidy up to make build messages more regular | dkf | 2012-04-10 | 1 | -2/+2 |
| | |||||
* | re-generate configure | jan.nijtmans | 2012-04-02 | 1 | -2/+136 |
|\ | |||||
| * | re-generate configure | jan.nijtmans | 2012-04-01 | 1 | -2/+136 |
| | | |||||
* | | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-30 | 3 | -8/+40 |
|\ \ | |/ | | | (autoconf still to be run!) | ||||
| * | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-30 | 3 | -9/+41 |
| |\ | | | | | | | (autoconf still to be run!) | ||||
| | * | now ready for further field testsbug_3511806 | jan.nijtmans | 2012-03-29 | 3 | -314/+372 |
| | | | |||||
| | * | some better checks | jan.nijtmans | 2012-03-28 | 4 | -134/+137 |
| | | | |||||
| | * | extra checks whether we are really dealing with cygwin or not | jan.nijtmans | 2012-03-28 | 2 | -350/+397 |
| | | | |||||
| | * | add TclWinConvertError and TclWinConvertWSAError for cygwin | jan.nijtmans | 2012-03-22 | 3 | -357/+357 |
| | | | |||||
| | * | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-20 | 2 | -2/+50 |
| | | | | | | | | | (backported from Tcl 8.5) | ||||
* | | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22). | jan.nijtmans | 2012-03-23 | 3 | -2/+6 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | They were an attempt to make the cygwin port compile again, but since cygwin is based on unix this serves no purpose any more. Use EAGAIN in stead of EWOULDBLOCK, because in VS10+ the value of EWOULDBLOCK is no longer the same as EAGAIN Add tclWinError.c to the CYGWIN build. | ||||
| * | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01) | jan.nijtmans | 2012-03-23 | 3 | -2/+6 |
| | | | | | | | | | | | | | | | They were an attempt to make the cygwin port compile again, but since cygwin is based on unix this serves no purpose any more. Add tclWinError.c to the CYGWIN build. | ||||
* | | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -0/+37 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -0/+37 |
| |\ \ | | |/ | |||||
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -1/+38 |
| | | | |||||
* | | | * Use the values returned by getaddrinfo() for all three arguments to ↵ | max | 2012-03-19 | 1 | -1/+22 |
| | | | | | | | | | | | | | | | socket() instead of only using ai_family. * Try to keep the most meaningful error while iterating over the result list, because using the last error can be misleading. | ||||
* | | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-15 | 2 | -1/+40 |
|\ \ \ | |/ / | |||||
| * | | x | jan.nijtmans | 2012-03-15 | 2 | -1/+40 |
| | | | |||||
* | | | Refactor TclScanElement() part of list parsing to take advantage of tables | dgp | 2012-03-07 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | constructed for the task of script parsing. Ought to speed generation of string representation of lists, though the effect is likely only noticeable on long lists made up primarily of simple elements (not needing quoting). | ||||
* | | | Merged from 8.5 branch -- http package. Fix Bug 3498327. Generate upper-case ↵ | andreask | 2012-03-07 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | hexadecimal output for compliance with RFC 3986. Bumped version to 2.8.4. | ||||
| * | | Merged from 8.4 branch -- http package. Fix Bug 3498327. Generate upper-case ↵ | andreask | 2012-03-07 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | hexadecimal output for compliance with RFC 3986. Bumped version to 2.7.9. | ||||
| | * | Backport to 8.4/unix the healthy FD_SET reform started by das. Allows Tcl8.4 ↵ | guest | 2012-03-04 | 1 | -25/+30 |
| | | | | | | | | | | | | to have sane fileevents on x86_64 unices at last. | ||||
* | | | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 2 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 2 | -0/+6 |
| |\ \ | | |/ | |||||
| | * | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 2 | -350/+356 |
| | | | |||||
* | | | [Bug 2233954] AIX: compile error | jan.nijtmans | 2012-02-16 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | [Bug 2233954] AIX: compile error | jan.nijtmans | 2012-02-16 | 1 | -1/+3 |
| | | | |||||
| * | | Bump to version 2.7.8 | dgp | 2012-01-17 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
* | | | Revert mistaken commit. | dgp | 2012-01-09 | 1 | -1/+0 |
| | | | |||||
* | | | Fix loading of timezones where one abbreviation is a proper suffix of ↵ | Kevin B Kenny | 2012-01-08 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | another [Bug 3470928] | ||||
* | | | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵ | jan.nijtmans | 2011-11-30 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | setargv() function on mingw. | ||||
| * | | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵ | jan.nijtmans | 2011-11-30 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | setargv() function on mingw. | ||||
* | | | don't install tommath_(super)?class.h | jan.nijtmans | 2011-11-30 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | don't install directories like 8.2 and 8.3 | ||||
| * | | Use the same shebang comment everywhere | jan.nijtmans | 2011-11-30 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | don't install tommath_(super)?class.h don't install directories like 8.2 and 8.3 | ||||
| | * | Add --disable-rpath option to configure script | jan.nijtmans | 2011-09-06 | 2 | -526/+573 |
| | | | |||||
| | * | Make SHLIB_LD_LIBS='${LIBS}' the default and et to "" on per-platform ↵ | jan.nijtmans | 2011-08-30 | 2 | -519/+535 |
| | | | | | | | | | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support. | ||||
| | * | A few more compiler warnings | jan.nijtmans | 2011-08-18 | 1 | -3/+3 |
| | | | |||||
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 2 | -497/+559 |
| | | | |||||
| * | | Release candidate branch for Tcl 8.5.11. | dgp | 2011-10-20 | 3 | -3/+3 |
| | | | |||||
| * | | Update changes toward 8.5.11 release. Bump to http 2.7.7. | dgp | 2011-10-20 | 1 | -2/+2 |
| | | | |||||
* | | | * unix/tclUnixCompat.c (TclpGetPwNam, TclpGetPwUid, TclpGetGrNam) | dkf | 2011-11-03 | 1 | -44/+214 |
| | | | | | | | | | | | | | | | | | | | | | (TclpGetGrGid): Use the elaborate memory management scheme outlined on http://www.opengroup.org/austin/docs/austin_328.txt to handle Tcl's use of standard reentrant versions of the passwd/group access functions so that everything can work on all BSDs. Problem identified by Stuart Cassoff. | ||||
* | | | MINOR: Add emacs style info to end of C files. | dkf | 2011-10-21 | 2 | -5/+23 |
| | | | |||||
* | | | Update changes toward 8.6b3 release. Bump to http 2.8.3. | dgp | 2011-10-20 | 1 | -2/+2 |
| | | | |||||
* | | | typo | jan.nijtmans | 2011-09-22 | 1 | -1/+1 |
| | | | |||||
* | | | Constrain test iocmd.tf-32.1 to be skipped during valgrinding. It contains a iocmd_leaks | dgp | 2011-09-19 | 1 | -1/+1 |
| | | | | | | | | | memory leak that cannot be plugged while testing what the test aims to test. | ||||
* | | | [Bug 3401422] Cache script-level changes to the nonblocking flag of an async ↵ | ferrieux | 2011-09-01 | 1 | -1/+7 |
| | | | | | | | | | | | | client socket in progress, and commit them on completion. | ||||
* | | | Put back the check for server sockets (bug #3394732). | max | 2011-08-29 | 1 | -0/+9 |
| | | | |||||
* | | | merge to rc | dgp | 2011-08-03 | 1 | -2/+29 |
|\ \ \ | |||||
| * | | | Update file generated by `make dist` | dgp | 2011-08-03 | 1 | -2/+29 |
| | | | | |||||
* | | | | merge to rc | dgp | 2011-07-28 | 2 | -2/+4 |
|\ \ \ \ | |/ / / |