summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* reverted back to 1.53davygrvy2004-06-011-7/+7
|
* no messagedavygrvy2004-06-011-0/+7
|
* * tests/io.test:davygrvy2004-06-012-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 messagedavygrvy2004-06-011-0/+10
|
* * generic/tclIO.c (Tcl_SetChannelOption): Invalid settingsdavygrvy2004-06-011-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 indavygrvy2004-06-011-2/+2
| | | | the environment, for VC7. [Bug 942214]
* no messagedavygrvy2004-05-301-0/+10
|
* * win/tclWinPipe.c:davygrvy2004-05-302-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 examplesdkf2004-05-301-4/+29
|
* Shrank the spacing slightlydkf2004-05-301-6/+0
|
* Addex exampledkf2004-05-301-5/+42
|
* Added example and cleaned up a few bits of documentation.dkf2004-05-301-9/+24
|
* Added exampledkf2004-05-301-1/+15
|
* Regendkf2004-05-301-0/+34
|
* Limits documentation and style improvementsdkf2004-05-306-47/+712
| | | | Added C docs, cleaned up C code, added note on behaviour of limited master interps
* Fix minor markup errors.jenglish2004-05-294-14/+17
|
* Added note to cover the ongoing example-adding activitydkf2004-05-281-0/+4
|
* Added exampledkf2004-05-282-2/+31
|
* Added exampledkf2004-05-282-2/+29
|
* Added exampledkf2004-05-282-3/+51
|
* Added examplesdkf2004-05-281-1/+29
|
* Added example inspired by TIP#65dkf2004-05-281-1/+20
|
* Added example, cross-references, and a note that {expand} is usually adkf2004-05-281-2/+31
| | | | better choice!
* Added examplesdkf2004-05-281-1/+24
|
* Added example (based on TIP)dkf2004-05-271-1/+30
|
* Added examplesdkf2004-05-271-1/+38
|
* Added examplesdkf2004-05-271-1/+34
|
* better (?) #ifdeferry for the last fixMiguel Sofer2004-05-272-2/+12
|
* * generic/tclExecute.c:Miguel Sofer2004-05-273-7/+15
| | | | | * generic/tclVar.c: using (ptrdiff_t) instead of (int) casting to correct compiler warnings [Bug 961657], reported by Bob Techentin.
* Added example.dkf2004-05-271-1/+12
|
* * tests/clock.test: Commented clock-9.1 that the test will fail Kevin B Kenny2004-05-271-1/+6
| | | | if strftime doesn't do %s.
* * tests/clock.test: Added a single test for the presence of %G Kevin B Kenny2004-05-272-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 exampledkf2004-05-272-2/+31
|
* Test name was thoroughly misleadingdkf2004-05-271-2/+2
|
* Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner.dkf2004-05-2710-33/+71
| | | | Also added support for [FRQ 951168] but left that switched off by default.
* * unix/Makefile.in: Rework configure ordering to TCL_LINK_LIBS,hobbs2004-05-266-3196/+3140
| | | | | | | | | | | | * unix/tcl.m4: ENABLE_SHARED, CONFIG_CFLAGS, & ENABLE_SYMBOLS * unix/configure: before TCL_EARLY_FLAGS and TCL_64BIT_FLAGS * unix/configure.in: (about 400 lines earlier) in configure.in. This forces CFLAGS configuration to be done before many tests, which is needed for 64-bit builds and may affect other builds. Also make CONFIG_CFLAGS append to CFLAGS directly instead of using EXTRA_CFLAGS, and have LDFLAGS append to any existing value. [Bug #874058] * unix/dltest/Makefile.in: change EXTRA_CFLAGS to DEFS
* * library/tcltest/tcltest.tcl: Correction to debug prints and testingdgp2004-05-263-8/+14
| | | | | | | | * library/tcltest/pkgIndex.tcl: if TCLTEST_OPTIONS value. Corrected * tests/tcltest.test: double increment of numTestFiles in -singleproc 1 configurations. Updated tcltest-19.1 to tcltest 2.1 behavior. Corrected tcltest-25.3 to not falsely report a failure in tcltest.test. Bumped to tcltest 2.2.6. [Bugs 960560, 960926]
* * library/tcltest/tcltest.tcl: Correction to debug prints and testingdgp2004-05-264-25/+30
| | | | | | * library/tcltest/pkgIndex.tcl: if TCLTEST_OPTIONS value. Updated * tests/tcltest.test: tcltest-19.1 to tcltest 2.1 behavior. Bumped to tcltest 2.2.6.
* * doc/http.n (http::config): add -urlencoding option (default utf-8)hobbs2004-05-255-31/+96
| | | | | | | | | * library/http/http.tcl: that specifies encoding conversion of * library/http/pkgIndex.tcl: args for http::formatQuery. Previously * tests/http.test: undefined, RFC 2718 says it should be utf-8. 'http::config -urlencoding {}' returns previous behavior, which will throw errors processing non-latin-1 chars. Bumped http package to 2.5.0.
* Prototype fix for [Bug 960410] that tries to move hash table cleanup somewheredkf2004-05-252-9/+18
| | | | more reliable.
* Added exampledkf2004-05-251-1/+8
|
* Added exampledkf2004-05-251-1/+16
|
* Added examplesdkf2004-05-251-1/+12
|
* * docs/global.n: added details for qualified variable namesMiguel Sofer2004-05-252-10/+26
| | | | [Bug 959831]
* * generic/tclNamesp.c (Tcl_FindNamespaceVar):Miguel Sofer2004-05-254-43/+55
| | | | | | | | | | | | | | | | * tests/namespace.test (namespace-17.10-12): reverted commit of 2004-05-23 and removed the tests, as it interferes with the varname resolver and there are apps that break (AlphaTk). A fix will have to wait for Tcl9. * generic/tclVar.c: Caching of namespace variables disabled: no simple way was found to avoid interfering with the resolver's idea of variable existence. A cached varName may keep a variable's name in the namespace's hash table, which is the resolver's criterion for existence. * tests/namespace.c (namespace-17.10): testing for interference between varname caching and name resolver.
* * tests/winPipe.test: Protect against path being setdgp2004-05-254-4/+11
| | | | | | * tests/unixInit.test: Unset path when done. * tests/unload.test (unload-3.1): Verify [pkgb_sub] does not exist. Delete interps when done.
* * tests/unload.test (unload-3.1): Verify [pkgb_sub] does not exist.dgp2004-05-255-277/+283
| | | | | | * tests/stringComp.test: stop re-use of string.test test names * tests/regexpComp.test: stop re-use of regexp.test test names * tests/namespace.test (namespace-46.3): Verify [p] does not exist.
* * tests/winFCmd.test: Correct test for the presence of a CD-ROM so Kevin B Kenny2004-05-252-15/+13
| | | | | | that it doesn't misdetect some other sort of filesystem with a write-protected root as being a CD-ROM drive. [Bug 918267]
* io-61.1: initialize resdgp2004-05-251-1/+2
|
* * tests/http.test: Clear away the custom [bgerror] when done.dgp2004-05-253-4/+7
| | | | * tests/io.test: Take care to use namespace variables.