summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | 1189293 Make "<<" binary safe.dgp2012-07-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | 1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent)bug_1189293dgp2012-07-021-1/+1
* | | | | | | | | | | | | | | | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-291-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | merge trunkjan.nijtmans2012-06-286-24/+186
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-221-2/+2
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | only expect tcldde.dll when --enable-sharedjan.nijtmans2012-06-282-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | / / / / / / / / / / / / | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | only expect tcldde.dll when --enable-sharedjan.nijtmans2012-06-282-2/+2
* | | | | | | | | | | | | | mergejan.nijtmans2012-06-274-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | fix bug in cygwin's [info nameofexecutable]jan.nijtmans2012-06-275-9/+27
* | | | | | | | | | | | | | merge fixjan.nijtmans2012-06-262-2/+2
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
* | | | | | | | | | | | | fix some gcc 64-bit warningsjan.nijtmans2012-06-262-10/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
| * | | | | | | | | | | fix some gcc 64-bit warningsjan.nijtmans2012-06-262-12/+12
* | | | | | | | | | | | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathjan.nijtmans2012-06-262-9/+12
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | / / | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathjan.nijtmans2012-06-262-6/+11
* | | | | | | | | | | some wrong versionsjan.nijtmans2012-06-242-2/+2
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-233-1/+160
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | / / / / / / / / | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-233-382/+518
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ first working version of Cygwin notifierbug_3508771jan.nijtmans2012-06-222-6/+34
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | first attempt at Cygwin notifier adaptationjan.nijtmans2012-06-131-0/+119
| |/ / / / / / / /
* | | | | | | | | Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-083-114/+6
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-083-139/+94
* | | | | | | | | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so thatdgp2012-06-082-3/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va...jan.nijtmans2012-06-061-2/+69
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | / / | |_|_|_|_|/ / |/| | | | | |
| * | | | | | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va...jan.nijtmans2012-06-061-2/+69
* | | | | | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h,jan.nijtmans2012-05-071-3/+2
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | / / | |_|_|_|/ / |/| | | | |
| * | | | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, jan.nijtmans2012-05-071-3/+2
* | | | | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-035-15/+17
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-035-15/+17
* | | | | move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-0/+6
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-4/+10
* | | | Better detection and implementation for cpuid instruction on Intel-derived pr...jan.nijtmans2012-05-023-17/+25
|\ \ \ \ | |/ / /
| * | | Better detection and implementation for cpuid instruction on Intel-derived pr...jan.nijtmans2012-05-023-18/+25
| |\ \ \
| | * | | cpuid-on-unixcpuid_on_unixjan.nijtmans2012-05-021-7/+6
| | |/ /
| | * | switch off 32-bit assemblerjan.nijtmans2012-05-021-1/+1
| | |\ \ | |_|/ / |/| | |
* | | | switch off 32-bit specific assemblerjan.nijtmans2012-05-021-1/+1
|\ \ \ \ | |/ / /
| * | | switch off - temporary - 32-bit specific assemblerjan.nijtmans2012-05-021-1/+1
| | * | TclWinCPUID now respects -fPIC compilation on 32-bit Linuxjan.nijtmans2012-05-021-5/+7
| | |\ \ | |_|/ / |/| | |
* | | | TclWinCPUID now respects -fPIC compilation on 32-bit Linuxjan.nijtmans2012-05-021-2/+7
|\ \ \ \ | |/ / /
| * | | TclWinCPUID now respects -fPIC compilation on 32-bit Linuxjan.nijtmans2012-05-021-2/+7
| | * | Revert introduction of non-portable asm snippet in function TclWinCPUID, to r...ferrieux2012-04-301-0/+3
| | * | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-272-7/+17
| | |\ \ | |_|/ / |/| | |
* | | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-272-16/+23
| | * | get rid of _ANSI_ARGS_ and CONSTjan.nijtmans2012-04-261-1/+1
| | |\ \ | |_|/ / |/| | |
* | | | get rid of _ANSI_ARGS_jan.nijtmans2012-04-262-7/+7
|\ \ \ \ | |/ / /
| | * | Repair more build breakage.dgp2012-04-261-7/+5
| | * | fix Linux build ;-(jan.nijtmans2012-04-261-4/+3
| | |\ \ | |_|/ / |/| | |
| | * | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-253-27/+8
| | | |
| | | \
| | | \
| | | \
| | *---. \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-246-5/+121
| | |\ \ \ \ | |_|_|_|/ / |/| | | | |
* | | | | | gcc warningsjan.nijtmans2012-04-241-2/+1
| |_|_|/ / |/| | | |
| | | | |
| \ \ \ \
*-. \ \ \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-247-10/+146
|\ \ \ \ \ \ | | |/ / / / | | | | / / | |_|_|/ / |/| | | |