Tcl Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

47 check-ins using file changes version 4f071fbbb2

2000-02-10
08:55
* win/tclWinLoad.c (TclpLoadFile): improved error message for load failures, could perhaps be even...
check-in: 738eec4269 user: hobbs tags: trunk
08:55
* unix/README: * unix/Makefile.in (dist): removed porting.notes and porting.old from distribution...
check-in: 94b6c133d5 user: hobbs tags: trunk
08:43
*** empty log message *** check-in: 5d02166377 user: jingham tags: trunk
08:41
Don't panic when you can't close an async socket on error. It seems to be benign to just pass out t... check-in: 444274f909 user: jingham tags: trunk
08:39
Minor doco fixes check-in: f5da32e251 user: jingham tags: trunk
08:38
Change to using .h files as the prefix file. This is more convenient, since the same file can be us... check-in: aa8b2f16c1 user: jingham tags: trunk
08:37
Updated for Tcl8.3 check-in: 69a5706b93 user: jingham tags: trunk
02:54
flipped debug bit check-in: d5abd1524c user: hobbs tags: trunk
2000-02-09
03:56
* tests/clock.test: Added tests for "next monthname" constructs. * generic/tclDate.c: * generic/tclG... check-in: 21f3edaefc user: ericm tags: trunk
2000-02-08
10:06
* unix/configure.in: * win/configure.in: * win/README: * win/README.binary: * generic/tcl.h (TC...
check-in: 6b327fb3d2 user: hobbs tags: trunk
10:06
* README: * tools/tcl.wse.in: * unix/configure.in: * win/configure.in: * win/README: * win/REA...
check-in: 48e435c4b4 user: hobbs tags: trunk
10:06
* library/tcltest1.0/tcltest.tcl: correctly protected searchDirectory list to allow dirnames with ...
check-in: f7cfa4e3bd user: hobbs tags: trunk
10:06
* doc/library.n: * library/auto.tcl: fixed crufty puts code and docs [Bug: 4122]
check-in: 3a4ebbc0f4 user: hobbs tags: trunk
10:05
* generic/tclDecls.h: * generic/tcl.decls: change Tcl_GetOpenFile to use decl of 'int forWriting'...
check-in: c10caae88f user: hobbs tags: trunk
10:05
* doc/library.n: * library/auto.tcl: fixed crufty puts code and docs [Bug: 4122]
check-in: fdd9aaa8b9 user: hobbs tags: trunk
10:05
* README: * tools/tcl.wse.in: * unix/configure.in: * win/configure.in: * win/README: * win/REA...
check-in: 868410f546 user: hobbs tags: trunk
2000-02-07
22:33
* tests/package.test: * library/tclIndex: * library/package.tcl: Renamed ::package namespace to ::pk... check-in: 7a226d8e74 user: ericm tags: trunk
21:35
Removed references to struct1.0 dir. check-in: 3758c5b56d user: ericm tags: trunk
19:15
Removing struct namespace stuff. check-in: 532cae8952 user: ericm tags: trunk
2000-02-05
12:37
* tests/httpold.test: changed test script to source in the httpd server procs from httpd instead o...
check-in: e888279deb user: hobbs tags: trunk
12:09
* unix/README: fixed notes about --enable-shared and add note about --disable-shared.
check-in: 9e1610ece1 user: hobbs tags: trunk
12:09
* tests/httpd: improved query support in test httpd to handle fix in http.tcl. [Bug: 4089 change 2...
check-in: f0c169557b user: hobbs tags: trunk
12:08
*** empty log message *** check-in: bfb5a3081d user: hobbs tags: trunk
12:08
* tests/httpd: improved query support in test httpd to handle fix in http.tcl. [Bug: 4089 change 2...
check-in: 4ef763221b user: hobbs tags: trunk
03:20
* doc/tree.n: * doc/stack.n: * doc/queue.n: docs for tree, stack, and queue.

* win/Makefile.in: * u... check-in: 1955d2e8a3 user: ericm tags: trunk

2000-02-03
17:27
Renamed Package.n -> packagens.n to deal with (one of) NT's (many) shortcomings. check-in: 76b94d68b6 user: ericm tags: trunk
2000-02-02
22:32
* tests/regexp.test: added tests for -all and -inline switches * doc/regexp.n: added docs for -all...
check-in: 9176c9a50b user: hobbs tags: trunk
2000-02-01
19:26
* library/init.tcl: Applied patch from rfe 1734 regarding auto_load errors not setting error message... check-in: d16fc81976 user: ericm tags: trunk
11:50
see log check-in: 1a6c66d8f0 user: hobbs tags: trunk
11:50
improved OSF1 thread build flags check-in: 1eb3f9bc2e user: hobbs tags: trunk
11:49
* win/Makefile.in (install-*): reduced verbosity of install
check-in: 8ae33a5684 user: hobbs tags: trunk
11:49
* generic/tclFileName.c (Tcl_JoinPath): improved support for special QNX node id prefixes in pathn...
check-in: d0269bc1eb user: hobbs tags: trunk
11:48
* library/http1.0/http.tcl: * library/http2.1/http.tcl: The query data POSTed was newline termina...
check-in: 90fb17614b user: hobbs tags: trunk
01:14
* tests/package.test: * library/tclIndex: * library/package.tcl: Added ::package namespace and ::pac... check-in: fbd31a6e84 user: ericm tags: trunk
2000-01-29
00:12
* tests/pkg/magicchar2.tcl: * tests/autoMkindex.test: Test for auto loader fix (bug #2480).

* libra... check-in: 56990efadd user: ericm tags: trunk

2000-01-28
19:32
* tests/pkg/spacename.tcl: * tests/pkgMkIndex.test: Tests for fix for bug #2360.

* library/package.... check-in: 031046ecda user: ericm tags: trunk

16:38
* tests/pkg/magicchar.tcl: * tests/autoMkindex.test: Test for fix for bug #2611.

* library/auto.tcl... check-in: a5e724fd20 user: ericm tags: trunk

00:09
* tests/autoMkindex.test: * library/auto.tcl: Applied patch (with slight modification) from bug #270... check-in: 8e75673ac2 user: ericm tags: trunk
2000-01-27
23:44
* library/tcltest1.0/tcltest.tcl: Changed NormalizePath to normalizePath and exported it as a public... check-in: 336bed6b79 user: jenn tags: trunk
19:48
* tests/pkg/samename.tcl: test file for bug #1983

* tests/pkgMkIndex.test: * library/package.tcl: F... check-in: 356f51f836 user: ericm tags: trunk

19:20
* tests/pkgMkIndex.test: * doc/pkgMkIndex.n: * library/package.tcl: Per rfe #4097, optimized creatio... check-in: fc236223b3 user: ericm tags: trunk
2000-01-26
21:36
* generic/tclNamesp.c: Undid fix for #956, which broke backwards compatibility.
* doc/variable.n...
check-in: 234fd734e8 user: ericm tags: trunk
03:38
* win/makefile.vc: added some support for building helpfile on Windows
check-in: bfb0850aff user: hobbs tags: trunk
03:38
* unix/tcl.m4: modified EXTRA_CFLAGS to add -DHAVE_TZSET for OSF1-V* and ULTRIX-4.* when not using...
check-in: 4eda7886fc user: hobbs tags: trunk
03:37
* generic/tclClock.c (FormatClock): inlined resultPtr, as it conflicted with var creation for HAVE...
check-in: 9211c6268f user: hobbs tags: trunk
03:37
* doc/ListObj.3: clarified Tcl_ListObjGetElements docs [Bug: 4080]
* doc/glob.n: clarified Mac pa...
check-in: 7544ca4f08 user: hobbs tags: trunk
03:37
see logs check-in: 010f69ed5f user: hobbs tags: trunk