Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | should be uppercase | jan.nijtmans | 2012-07-17 | 1 | -1/+1 |
|\ | |||||
| * | should be uppercase | jan.nijtmans | 2012-07-17 | 1 | -1/+1 |
| | | |||||
* | | [Bug 3544932]: Visual studio compiler check fails | jan.nijtmans | 2012-07-17 | 2 | -4/+7 |
|\ \ | |/ | |||||
| * | [Bug 3544932]: Visual studio compiler check fails | jan.nijtmans | 2012-07-17 | 2 | -4/+7 |
| | | |||||
* | | [Bug 3544683]: Backport of reentrancy fix for super-POSIX correctness of the | dkf | 2012-07-16 | 2 | -54/+225 |
| | | | | | | passwd/group access functions. | ||||
* | | merge-mark | jan.nijtmans | 2012-07-16 | 0 | -0/+0 |
|\ \ | |||||
| * | | Make registry 1.3 package (and possibly others) dynamically loadable in Tcl 8.4 | jan.nijtmans | 2012-07-16 | 3 | -22/+50 |
| |/ | | | | | | | | | | | | | Reverted. No good reason to partially hack 8.5 features into (only one patch release of) 8.4. If you need to support Tcl 8.4, just don't use [tcl::pkgconfig]. If you're set on moving to [tcl::pkgconfig], then that's an 8.5 features and you're choosing to drop 8.4 support. | ||||
* | | [Bug #3362446]: registry keys command fails with 8.5/8.6. Follow Microsofts ↵ | jan.nijtmans | 2012-07-11 | 3 | -2/+8 |
| | | | | | | | | | | example better in order to prevent problems when using HKEY_PERFORMANCE_DATA. Forgot one important '%' | ||||
* | | [Bug 3541646] Don't panic on triggerPipe overrun | jan.nijtmans | 2012-07-10 | 2 | -5/+9 |
| | | |||||
* | | Update changes, repair ChangeLog | dgp | 2012-07-10 | 2 | -52/+127 |
| | | |||||
* | | * win/tclWinSock.c (InitializeHostName): Corrected logic that | dkf | 2012-07-10 | 2 | -10/+13 |
| | | | | | | | | | | extracted the name of the computer from the gethostname call so that it would use the name on success, not failure. Also ensured that the buffer size is exactly that recommended by Microsoft. | ||||
* | | and don't forget the % | jan.nijtmans | 2012-07-08 | 4 | -7/+7 |
| | | |||||
* | | add TCL_I_MODIFIER and use it in the correct places | jan.nijtmans | 2012-07-08 | 6 | -8/+14 |
| | | |||||
* | | 1189293 Make "<<" binary safe. | dgp | 2012-07-05 | 3 | -5/+12 |
|\ \ | |/ | |||||
| * | 1189293 Make "<<" binary safe. | dgp | 2012-07-05 | 3 | -5/+12 |
| |\ | |||||
| | * | 1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent)bug_1189293 | dgp | 2012-07-02 | 2 | -2/+4 |
| | | | | | | | | | to find end of written data bytes. | ||||
* | | | protect Tcl_GetIndexFromObjStruct from empty strings in table | jan.nijtmans | 2012-07-05 | 1 | -6/+15 |
|\ \ \ | |/ / | |||||
| * | | protect Tcl_GetIndexFromObjStruct from empty strings in table | jan.nijtmans | 2012-07-05 | 1 | -6/+15 |
| |/ | |||||
* | | [Bug 3536888] update: Translate script parameters for msgcat | jan.nijtmans | 2012-07-02 | 2 | -14/+21 |
|\ \ | |||||
| * | | translate script parameters for msgcatbug_3536888 | jan.nijtmans | 2012-06-29 | 2 | -14/+21 |
| | | | | | | | | | update msgcat doc | ||||
* | | | add TclUnixCopyFile to stub table for Cygwin | jan.nijtmans | 2012-07-01 | 3 | -4/+19 |
|/ / | |||||
* | | Add tn, ro_MO and ru_MO to msgcat | jan.nijtmans | 2012-06-29 | 2 | -2/+7 |
|\ \ | |/ | |||||
| * | Add tn, ro_MO and ru_MO to msgcat. | jan.nijtmans | 2012-06-29 | 5 | -34/+42 |
| | | | | | | | | 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 | 6 | -18/+50 |
|\ \ | | | | | | | Bump msgcat version to 1.4.5 | ||||
| * | | suggestions from Harald | jan.nijtmans | 2012-06-29 | 1 | -11/+6 |
| | | | |||||
| * | | merge trunk | jan.nijtmans | 2012-06-28 | 18 | -123/+343 |
| |\ \ | | | | | | | | | | | | | 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 | 5 | -7/+44 |
| | | | | |||||
* | | | | Reinforced the description of the requirement for the tables of names for ↵ | dkf | 2012-06-29 | 2 | -2/+16 |
|\ \ \ \ | | |_|/ | |/| | | | | | | 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 | 2 | -2/+16 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | | | only expect tcldde.dll when --enable-shared | jan.nijtmans | 2012-06-28 | 2 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | only expect tcldde.dll when --enable-shared | jan.nijtmans | 2012-06-28 | 2 | -2/+2 |
| | | | | |||||
* | | | | Simplify tclFileSystem.h. Define structs where used. | dgp | 2012-06-28 | 3 | -64/+66 |
| |_|/ |/| | | |||||
* | | | merge | jan.nijtmans | 2012-06-27 | 4 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | fix bug in cygwin's [info nameofexecutable] | jan.nijtmans | 2012-06-27 | 5 | -9/+27 |
| | | | | | | | | | install dde and registry dll for cygwin | ||||
* | | | merge fix | jan.nijtmans | 2012-06-26 | 2 | -2/+2 |
| | | | |||||
* | | | fix some gcc 64-bit warnings | jan.nijtmans | 2012-06-26 | 4 | -17/+14 |
|\ \ \ | |/ / | | | | | | | quoting improvements eliminate unused variable | ||||
| * | | fix some gcc 64-bit warnings | jan.nijtmans | 2012-06-26 | 3 | -16/+16 |
| | | | | | | | | | quoting improvements | ||||
* | | | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path | jan.nijtmans | 2012-06-26 | 3 | -11/+14 |
|\ \ \ | |/ / | |||||
| * | | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path | jan.nijtmans | 2012-06-26 | 2 | -6/+11 |
| | | | |||||
* | | | Repair Claim/Disclaim imbalance | dgp | 2012-06-25 | 1 | -0/+1 |
| | | | |||||
* | | | 3024359 Make sure that the per-thread cache of the list of file systems | dgp | 2012-06-25 | 4 | -37/+68 |
|\ \ \ | | | | | | | | | | | | | | | | | 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. | ||||
| * \ \ | Simplify bug fix so that active claims on the FilesystemRecord list of a threadbug_3024359 | dgp | 2012-06-25 | 5 | -61/+42 |
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent any overwriting of that per-thread cache. This keeps active traversals of the list valid. The possible downside is that this may result in some delay in noticing new epochs and result in somewhat greater likelihood we will cache things in a "path" value that are out of date. Since the system has to deal with out of date cached data anyway, this should have no correctness affects, measured against the status quo. In multi-threaded operation the possibility of caching and/or retrieving outdated information can never be eliminated. Checkin also includes merge of 8.5. | ||||
* | | | | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message. | dkf | 2012-06-25 | 3 | -7/+24 |
| | | | | |||||
| * | | | merge 8.5 | dgp | 2012-06-25 | 7 | -12/+198 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | [Patch #1536227]: Cygwin network pathname support | jan.nijtmans | 2012-06-25 | 3 | -9/+31 |
|\ \ \ \ | |||||
| * | | | | Cygwin network pathname supportbug_1536227 | jan.nijtmans | 2012-06-22 | 2 | -9/+31 |
| | |_|/ | |/| | | |||||
* | | | | some wrong versions | jan.nijtmans | 2012-06-24 | 3 | -4/+4 |
| | | | | |||||
* | | | | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 4 | -1/+165 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 4 | -382/+523 |
| |\ \ \ | |||||
| | * \ \ | first working version of Cygwin notifierbug_3508771 | jan.nijtmans | 2012-06-22 | 8 | -61/+63 |
| | |\ \ \ | | |/ / / | |/| | | |