Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -3/+0 |
|\ | | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -3/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -3/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | TclpGetHostByName: The six-argument form of getaddressbyname_r() uses | vasiljevic | 2007-12-14 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | the fifth argument to indicate whether the lookup succeeded or not on at least one platform. [Bug 1618235] | ||||
| | * | The six-argument form of getaddressbyname_r() uses the fifth argument to | dkf | 2007-11-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | indicate whether the lookup succeeded or not on at least one platform. [Bug 1618235] | ||||
| | * | * unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation of | andreas_kupries | 2006-09-12 | 1 | -5/+11 |
| | | | | | | | | | | | | | | | the increment needed to align the pointer, and added documentation explaining why the macro is implemented as it is. | ||||
| | * | * unix/tclUnixCompat.c: make compatLock static and only declare it when | das | 2006-09-11 | 1 | -107/+110 |
| | | | | | | | | | | | | | | | it will actually be used; #ifdef parts of TSD that are not always needed; adjust #ifdefs to cover all possible cases; fix whitespace. | ||||
| | * | Fixed compilation for Darwin so the compiler does not bark about | vasiljevic | 2006-09-08 | 1 | -8/+11 |
| | | | | | | | | | | | | defined but unused functions. | ||||
| | * | * unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString, | andreas_kupries | 2006-09-08 | 1 | -6/+6 |
| | | | | | | | | | | | | and CopyHostent. Also fixed bad var names in TclpGetHostByName. | ||||
| | * | For Darwin, assume gethostbyname() and gethostbyaddr() are MT-safe | vasiljevic | 2006-09-08 | 1 | -3/+3 |
| | | | | | | | | | | | | starting with Dariwn 6 (Mac OSX 10.2) or later. | ||||
| | * | * unix/tclUnixFCmd.c: Removed some false tests added | vasiljevic | 2006-09-07 | 1 | -21/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (and left by mistake) by fixing the Tcl Bug: 999544 * unix/tclUnixCompat.c: Added fallback to MT-unsafe library calls if TCL_THREADS is not defined. Fixed alignment of arrays copied by CopyArrayi() to be on the sizeof(char *) boundary. | ||||
| | * | Fixed typos in some wrapers | vasiljevic | 2006-09-07 | 1 | -4/+4 |
| | | | |||||
| | * | Fixed wrong structure usage in some wrappers | vasiljevic | 2006-09-07 | 1 | -3/+3 |
| | | | |||||
| | * | Rewritten MT-safe wrappers to return ptrs to TSD storage | vasiljevic | 2006-09-07 | 1 | -103/+136 |
| | | | |||||
| | * | Added for fixing the Tcl Bug 999544 | vasiljevic | 2006-09-06 | 1 | -0/+584 |
| | | |||||
| * | Various trivial fixes, discovered during CYGWIN porting attempt. All ↵ | nijtmans | 2010-01-06 | 1 | -4/+4 |
| | | | | | | | | backported from trunk. | ||||
* | | Fix gcc warning: signed and unsigned type in conditional expression | nijtmans | 2009-12-11 | 1 | -2/+2 |
| | | |||||
* | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -3/+3 |
| | | | | | | | | | | - some internal const decorations - spacing | ||||
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ↵ | dkf | 2009-01-09 | 1 | -5/+5 |
|/ | | | | etc.) | ||||
* | Reduce scope of <sys/filio.h> and <sys/ioctl.h> #includes. | jenglish | 2008-02-28 | 1 | -1/+12 |
| | |||||
* | Consolidate all code conditionalized on -DUSE_FIONBIO into one place. | jenglish | 2008-02-28 | 1 | -1/+34 |
| | | | | New routine TclUnixSetBlockingMode(). | ||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | The six-argument form of getaddressbyname_r() uses the fifth argument to | dkf | 2007-11-13 | 1 | -6/+6 |
| | | | | | indicate whether the lookup succeeded or not on at least one platform. [Bug 1618235] | ||||
* | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
| | |||||
* | Simplify the #ifdef logic. | dkf | 2007-07-31 | 1 | -334/+396 |
| | |||||
* | Complete the purge of K&R function definitions from manually-written code. | dkf | 2007-04-16 | 1 | -12/+36 |
| | |||||
* | * unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation of | andreas_kupries | 2006-09-12 | 1 | -5/+11 |
| | | | | | the increment needed to align the pointer, and added documentation explaining why the macro is implemented as it is. | ||||
* | * unix/tclUnixCompat.c: make compatLock static and only declare it when | das | 2006-09-11 | 1 | -107/+110 |
| | | | | | it will actually be used; #ifdef parts of TSD that are not always needed; adjust #ifdefs to cover all possible cases; fix whitespace. | ||||
* | Added special handling for Darwin where gethostbyname/addr are actually | vasiljevic | 2006-09-08 | 1 | -10/+13 |
| | | | | MT-safe per-se. | ||||
* | * unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString, | andreas_kupries | 2006-09-08 | 1 | -6/+6 |
| | | | | and CopyHostent. Also fixed bad var names in TclpGetHostByName. | ||||
* | unix/tclUnixCompat.c: Added fallback to MT-unsafe | vasiljevic | 2006-09-07 | 1 | -21/+62 |
| | | | | | | library calls if TCL_THREADS is not defined. Fixed alignment of arrays copied by CopyArrayi() to be on the sizeof(char *) boundary. | ||||
* | Rewritten MT-safe wrappers to return ptrs to TSD storage. | vasiljevic | 2006-09-07 | 1 | -103/+136 |
| | |||||
* | Added for fixing Tcl Bug 999544 | vasiljevic | 2006-09-06 | 1 | -0/+584 |