Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclCompile.c: | Miguel Sofer | 2004-06-08 | 3 | -5/+14 |
| | | | | * generic/tclExecute.c: handle warning [Bug 969066] | ||||
* | Silence compiler warnings. | dgp | 2004-06-08 | 4 | -11/+10 |
| | |||||
* | Fix variable usage warning. [Bug 969068] | dkf | 2004-06-08 | 2 | -5/+8 |
| | |||||
* | Fixed a minor lsearch example fault. [Bug 968219] | dkf | 2004-06-07 | 2 | -10/+14 |
| | |||||
* | Re-commit after a `make genstubs` on a unix system, to restore unix line endings | dgp | 2004-06-07 | 5 | -9505/+9505 |
| | |||||
* | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw | Kevin B Kenny | 2004-06-05 | 12 | -9503/+9806 |
| | | | | | | | | | | | | | | | | | | | | build works again. * generic/tclDecls.h: Changes to the tests for * generic/tclInt.decls: clock frequency in * generic/tclIntDecls.h: Tcl_WinTime * generic/tclIntPlatDecls.h: so that any clock frequency * generic/tclPlatDecls.h: is accepted provided that * generic/tclStubInit.c: all CPU's in the system share * tests/platform.test (platform-1.3): a common chip, and hence, * win/tclWin32Dll.c (TclWinCPUID): presumably, a common clock. * win/tclWinTest.c (TestwincpuidCmd) This change necessitated a * win/tclWinTime.c (Tcl_GetTime): small burst of assembly code to read CPU ID information, which was added as TclWinCPUID in the internal Stubs. To test this code in the common case of a single-processor machine, a 'testwincpuid' command was added to tclWinTest.c, and a test case in platform.test. Thanks to Jeff Godfrey and Richard Suchenwirth for reporting this bug. [Bug #976722] | ||||
* | * generic/tcl.h: Restored #include <stdio.h> to tcl.h, | dgp | 2004-06-04 | 2 | -1/+19 |
| | | | | | | rejecting the "fix" for "Bug" 945570. Tcl_FSSeek() needs the values of SEEK_SET, etc. and too many extensions rely on tcl.h providing stdio.h for them. | ||||
* | * win/tclWinFile.c (TclpFindExecutable): when using | hobbs | 2004-06-02 | 2 | -4/+12 |
| | | | | | GetModuleFileNameA (Win9x), convert from CP_ACP to WCHAR then convert back to utf8. Adjunct to 2004-04-07 fix. | ||||
* | no message | davygrvy | 2004-06-02 | 1 | -0/+7 |
| | |||||
* | * tests/winPipe.c (winpipe-6.1): blocking set to 1 before closing to ensure | davygrvy | 2004-06-02 | 1 | -1/+2 |
| | | | | | we get an exitcode. The windows pipe channel driver doesn't differentiate between a blocking and non-blocking close just yet, but will soon. | ||||
* | Removed language that encouraged abuse. [package] is for packages. | dgp | 2004-06-02 | 1 | -4/+2 |
| | |||||
* | documentation bug | vincentdarley | 2004-06-02 | 2 | -3/+9 |
| | |||||
* | no message | davygrvy | 2004-06-01 | 1 | -11/+6 |
| | |||||
* | * generic/tclIO.c (Tcl_SetChannelOption): Took out the range | davygrvy | 2004-06-01 | 1 | -9/+1 |
| | | | | | | | verification on -buffersize so original behavior for silently ignoring bad settings is returned. The only difference now is the behavior difference between atoi and Tcl_GetInt which gains the ability to error for 'not a number' and can understand hexidecimal. | ||||
* | reverted back to 1.8 | davygrvy | 2004-06-01 | 1 | -3/+3 |
| | |||||
* | reverted back to 1.53 | davygrvy | 2004-06-01 | 1 | -7/+7 |
| | |||||
* | no message | davygrvy | 2004-06-01 | 1 | -0/+7 |
| | |||||
* | * tests/io.test: | davygrvy | 2004-06-01 | 2 | -10/+10 |
| | | | | | | | * tests/iogt.test: Tests cases that set invalid -buffersize settings on channels either wrapped in a catch or modified to a valid range. The assertion results were not modified to show that the behavior of Tcl_SetChannelBufferSize is unchanged. | ||||
* | no message | davygrvy | 2004-06-01 | 1 | -0/+10 |
| | |||||
* | * generic/tclIO.c (Tcl_SetChannelOption): Invalid settings | davygrvy | 2004-06-01 | 1 | -3/+14 |
| | | | | | | for -buffersize weren't being reported as errors and were blindly ignored. Now reports conversion errors to an int and checks ranges for validity. atoi() swapped for Tcl_GetInt(). | ||||
* | * win/makefile.vc: check for either MSDEVDIR or MSVCDIR being in | davygrvy | 2004-06-01 | 1 | -2/+2 |
| | | | | the environment, for VC7. [Bug 942214] | ||||
* | no message | davygrvy | 2004-05-30 | 1 | -0/+10 |
| | |||||
* | * win/tclWinPipe.c: | davygrvy | 2004-05-30 | 2 | -46/+70 |
| | | | | | | | | | * win/tclWinPort.h: Reworked the win implementation of Tcl_WaitPid to support exitcodes in the 'signed short' range. Even though this range is non-portable, it is valid on windows. Detection of exception codes are now more accurate. Previously, an application that exited with ExitProcess((DWORD)-1); was improperly reported as exiting with SIGABRT. | ||||
* | Added examples | dkf | 2004-05-30 | 1 | -4/+29 |
| | |||||
* | Shrank the spacing slightly | dkf | 2004-05-30 | 1 | -6/+0 |
| | |||||
* | Addex example | dkf | 2004-05-30 | 1 | -5/+42 |
| | |||||
* | Added example and cleaned up a few bits of documentation. | dkf | 2004-05-30 | 1 | -9/+24 |
| | |||||
* | Added example | dkf | 2004-05-30 | 1 | -1/+15 |
| | |||||
* | Regen | dkf | 2004-05-30 | 1 | -0/+34 |
| | |||||
* | Limits documentation and style improvements | dkf | 2004-05-30 | 6 | -47/+712 |
| | | | | Added C docs, cleaned up C code, added note on behaviour of limited master interps | ||||
* | Fix minor markup errors. | jenglish | 2004-05-29 | 4 | -14/+17 |
| | |||||
* | Added note to cover the ongoing example-adding activity | dkf | 2004-05-28 | 1 | -0/+4 |
| | |||||
* | Added example | dkf | 2004-05-28 | 2 | -2/+31 |
| | |||||
* | Added example | dkf | 2004-05-28 | 2 | -2/+29 |
| | |||||
* | Added example | dkf | 2004-05-28 | 2 | -3/+51 |
| | |||||
* | Added examples | dkf | 2004-05-28 | 1 | -1/+29 |
| | |||||
* | Added example inspired by TIP#65 | dkf | 2004-05-28 | 1 | -1/+20 |
| | |||||
* | Added example, cross-references, and a note that {expand} is usually a | dkf | 2004-05-28 | 1 | -2/+31 |
| | | | | better choice! | ||||
* | Added examples | dkf | 2004-05-28 | 1 | -1/+24 |
| | |||||
* | Added example (based on TIP) | dkf | 2004-05-27 | 1 | -1/+30 |
| | |||||
* | Added examples | dkf | 2004-05-27 | 1 | -1/+38 |
| | |||||
* | Added examples | dkf | 2004-05-27 | 1 | -1/+34 |
| | |||||
* | better (?) #ifdeferry for the last fix | Miguel Sofer | 2004-05-27 | 2 | -2/+12 |
| | |||||
* | * generic/tclExecute.c: | Miguel Sofer | 2004-05-27 | 3 | -7/+15 |
| | | | | | * generic/tclVar.c: using (ptrdiff_t) instead of (int) casting to correct compiler warnings [Bug 961657], reported by Bob Techentin. | ||||
* | Added example. | dkf | 2004-05-27 | 1 | -1/+12 |
| | |||||
* | * tests/clock.test: Commented clock-9.1 that the test will fail | Kevin B Kenny | 2004-05-27 | 1 | -1/+6 |
| | | | | if strftime doesn't do %s. | ||||
* | * tests/clock.test: Added a single test for the presence of %G | Kevin B Kenny | 2004-05-27 | 2 | -50/+64 |
| | | | | | | in [clock format], and conditioned out the clock-10.x series if they're all going to fail because of a broken strftime() call. [Bug 961714] | ||||
* | Added example | dkf | 2004-05-27 | 2 | -2/+31 |
| | |||||
* | Test name was thoroughly misleading | dkf | 2004-05-27 | 1 | -2/+2 |
| | |||||
* | Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner. | dkf | 2004-05-27 | 10 | -33/+71 |
| | | | | Also added support for [FRQ 951168] but left that switched off by default. |