Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -0/+9 |
| | |||||
* | Add tn, ro_MO and ru_MO to msgcat | jan.nijtmans | 2012-06-29 | 1 | -0/+4 |
|\ | |||||
| * | Add tn, ro_MO and ru_MO to msgcat | jan.nijtmans | 2012-06-29 | 1 | -0/+4 |
| |\ | |||||
| | * | Add tn, ro_MO and ru_MO to msgcat. | jan.nijtmans | 2012-06-29 | 1 | -0/+5 |
| | | | | | | | | | | | | Make it work on cygwin (backported) Bump msgcat to 1.3.5 | ||||
* | | | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7 | jan.nijtmans | 2012-06-29 | 1 | -0/+7 |
|\ \ \ | |/ / | | | | Bump msgcat version to 1.4.5 | ||||
| * | | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7 | jan.nijtmans | 2012-06-29 | 1 | -0/+7 |
| |\ \ | | | | | | | | | Bump msgcat version to 1.4.5 | ||||
| | * \ | merge trunk | jan.nijtmans | 2012-06-28 | 1 | -0/+23 |
| | |\ \ | | | | | | | | | | | | | | | | bug fix: variable $key not found make it work on cygwin as well | ||||
| | * | | | Locale guessing of msgcat fails on (some) Windows 7 | jan.nijtmans | 2012-06-22 | 1 | -0/+7 |
| | | | | | |||||
* | | | | | Reinforced the description of the requirement for the tables of names for ↵ | dkf | 2012-06-29 | 1 | -1/+9 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | Tcl_GetIndexFromObj to index over to be static, following posting to tcl-core by Brian Griffin about a bug caused by not obeying this rule correctly. | ||||
| * | | | | Reinforced the description of the requirement for the tables of names for ↵ | dkf | 2012-06-29 | 1 | -0/+8 |
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| | Tcl_GetIndexFromObj to index over to be static, following posting to tcl-core by Brian Griffin about a bug caused by not obeying this rule correctly. | ||||
| | * | | Reinforced the description of the requirement for the tables of names for ↵ | dkf | 2012-06-29 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | Tcl_GetIndexFromObj to index over to be static, following posting to tcl-core by Brian Griffin about a bug caused by not obeying this rule correctly. | ||||
* | | | | Let Cygwin shared build link with zlib1.dll, not cygz.dll (two less ↵ | jan.nijtmans | 2012-06-26 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | dependencies on cygwin-specific dll's) | ||||
* | | | | Use EAI_SYSTEM only if it exists. | max | 2012-06-26 | 1 | -0/+5 |
| | | | | |||||
* | | | | 3024359 Make sure that the per-thread cache of the list of file systems | dgp | 2012-06-25 | 1 | -0/+8 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | currently registered is only updated at times when no active loops are traversing it. Also reduce the amount of epoch storing and checking to where it can make a difference. | ||||
| * | | | 3024359 Make sure that the per-thread cache of the list of file systems | dgp | 2012-06-25 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | currently registered is only updated at times when no active loops are traversing it. Also reduce the amount of epoch storing and checking to where it can make a difference. | ||||
* | | | | minor: changelog formatting | dkf | 2012-06-25 | 1 | -16/+17 |
| | | | | |||||
* | | | | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message. | dkf | 2012-06-25 | 1 | -0/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message. | dkf | 2012-06-25 | 1 | -0/+5 |
| | | | | |||||
* | | | | [Patch #1536227]: Cygwin network pathname support | jan.nijtmans | 2012-06-25 | 1 | -0/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Patch #1536227]: Cygwin network pathname support | jan.nijtmans | 2012-06-25 | 1 | -0/+5 |
| |\ \ \ | | | |/ | | |/| | |||||
* | | | | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 1 | -0/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 1 | -0/+5 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 1 | -0/+5 |
| | | | |||||
* | | | Rework the error message generation of [socket], so that the error | max | 2012-06-22 | 1 | -0/+6 |
| | | | | | | | | | code of getaddrinfo is used instead of errno unless it is EAI_SYSTEM. | ||||
* | | | [Bug #3362446]: registry keys command fails with 8.5/8.6 | jan.nijtmans | 2012-06-21 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | [Bug #3362446]: registry keys command fails with 8.5/8.6 | jan.nijtmans | 2012-06-21 | 1 | -2/+4 |
| |\ \ | | | | | | | | | update registry version to 1.2.2 | ||||
* | \ \ | Plug memory leak, part of [Bug #3362446]. | jan.nijtmans | 2012-06-19 | 1 | -0/+5 |
|\ \ \ \ | |/ / / | | | | | Dde version should be 1.3.0, not 1.3 | ||||
| * | | | Plug memory leak, part of [Bug #3362446] | jan.nijtmans | 2012-06-19 | 1 | -0/+4 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Plug memory leak, part of [Bug #3362446] | jan.nijtmans | 2012-06-19 | 1 | -0/+4 |
| | |/ | |||||
* | | | 3532959 Make sure the lifetime management of entries in the linePBodyPtr hash | dgp | 2012-06-11 | 1 | -0/+7 |
|\ \ \ | |/ / | | | | table can tolerate either order of teardown, interp first, or Proc first. | ||||
| * | | 3532959 Make sure the lifetime management of entries in the linePBodyPtr hash | dgp | 2012-06-11 | 1 | -0/+7 |
| | | | | | | | | | table can tolerate either order of teardown, interp first, or Proc first. | ||||
* | | | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so that | dgp | 2012-06-08 | 1 | -0/+10 |
|\ \ \ | |/ / | | | | | | | old unix systems that need inclusion in all compilation units are supported. Update autogoo for gettimeofday(). Thanks Joe English. | ||||
| * | | Update autogoo for gettimeofday(). Thanks Joe English. | dgp | 2012-06-08 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | Update autogoo for gettimeofday(). Thanks Joe English. | dgp | 2012-06-08 | 1 | -0/+6 |
| | | | |||||
| * | | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so that | dgp | 2012-06-08 | 1 | -0/+6 |
| | | | | | | | | | old unix systems that need inclusion in all compilation units are supported. | ||||
* | | | Revise the "null data" check: null strings are possible, but empty binary ↵ | jan.nijtmans | 2012-06-08 | 1 | -0/+7 |
| | | | | | | | | | | | | arrays are not | ||||
* | | | Declare that Tcl provides the zlib 2.0 package. | dkf | 2012-06-06 | 1 | -0/+7 |
| | | | |||||
* | | | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵ | jan.nijtmans | 2012-06-06 | 1 | -0/+5 |
|\ \ \ | |/ / | | | | | | | variables | ||||
| * | | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵ | jan.nijtmans | 2012-06-06 | 1 | -0/+5 |
| |\ \ | | |/ | | | | | | | variables | ||||
| | * | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵ | jan.nijtmans | 2012-06-06 | 1 | -0/+5 |
| | | | | | | | | | | | | variables | ||||
* | | | [Bug 3530536]: zlib-7.4 fails on IRIX64 | jan.nijtmans | 2012-06-01 | 1 | -0/+7 |
| | | | |||||
* | | | fix subtle problem with safe [file] that caused Tk test failure | dkf | 2012-05-31 | 1 | -0/+4 |
| | | | |||||
* | | | [Bug 1997845]: Corrected formatting so that generated HTML can link properly. | dkf | 2012-05-31 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | [Bug 1997845]: Corrected formatting so that generated HTML can link properly. | dkf | 2012-05-31 | 1 | -0/+5 |
| | | | |||||
* | | | Prevented intermittent test failure due to race condition. | dkf | 2012-05-31 | 1 | -0/+5 |
| | | | |||||
* | | | minor: make TIP 106 commit easier to spot in ChangeLog | dkf | 2012-05-30 | 1 | -3/+5 |
| | | | |||||
* | | | minor: rewrap overlong lines | dkf | 2012-05-29 | 1 | -8/+8 |
| | | | |||||
* | | | [Bug 2931407]: Clarified semantics of division and remainder operators. | dkf | 2012-05-29 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | [Bug 2931407]: Clarified semantics of division and remainder operators. | dkf | 2012-05-29 | 1 | -0/+5 |
| | | | |||||
* | | | [Bug 3525762]: Encoding handling in dde | jan.nijtmans | 2012-05-29 | 1 | -0/+5 |
|\ \ \ |