Timeline
Not logged in

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

328 check-ins using file doc/Eval.3 version 85059e78d8

2000-04-14
06:42
* unix/tcl.m4 (SC_ENABLE_THREADS): enhanced the detection of pthread_mutex_init [Bug: 4359] and (S... check-in: 720c60af3f user: hobbs tags: trunk
06:42
* doc/regexp.n: doc clarification [Bug: 5037] * doc/update.n: typo fix [Bug: 4996] check-in: f5cd778d6a user: hobbs tags: trunk
06:42
* doc/regexp.n: doc clarification [Bug: 5037] * doc/update.n: typo fix [Bug: 4996] * unix/tcl.m4... check-in: b1dcbfacb9 user: hobbs tags: trunk
2000-04-13
02:30
removed __stdcall decl for WIN32 case on ThreadCreate check-in: e8fa73f24d user: hobbs tags: trunk
2000-04-12
18:41
* doc/dde.n: corrected dde poke docs. [Bug: 4991] check-in: 6356a7ea59 user: hobbs tags: trunk
2000-04-11
21:42
* win/tclWinPipe.c: Added "CONST" keyword to declaration of char *native in TclpCreateTempFile, to s... check-in: abd92d8bbb user: ericm tags: trunk
21:16
* msgcat.n: Added docs for new behavior from patch in [Bug: 4158]. * msgcat.test: Added tests for n... check-in: 3991fa63bb user: ericm tags: trunk
01:04
Fixed compiler warnings check-in: 7f42a656b6 user: welch tags: trunk
01:04
Updated to work with thread extension, if present check-in: 78b08a48a9 user: welch tags: trunk
01:04
Changes for threading update check-in: b5288176c3 user: welch tags: trunk
2000-04-10
23:42
fixed conflict in this file check-in: 8dbc8717ba user: welch tags: trunk
22:44
Fixed Tcl_CreateThreadProc declaration check-in: c66c45242e user: welch tags: trunk
21:08
* win/tclWinPipe.c (TclpCreateTempFile): Added conversion of contents string from UTF to native enco... check-in: 1908ebdc39 user: ericm tags: trunk
18:17
* generic/tcl.h: removed specific typedef of Tcl_ThreadCreateProc for Windows as the build choked.... check-in: 484f58332a user: hobbs tags: trunk
17:18
* tests/*.test: Changed all occurances of "namespace import ::tcltest" to "namespace import -force :... check-in: c2f93a113c user: ericm tags: trunk
00:27
* generic/tclBasic.c (Tcl_SetCommandInfo): comment fix check-in: 0ed4a6b7ce user: hobbs tags: trunk
00:26
* tests/reg.test (matchexpected): corrected tests to use tcltest constraint types to skip certain ... check-in: 1387708c80 user: hobbs tags: trunk
00:26
* tests/reg.test (matchexpected): corrected tests to use tcltest constraint types to skip certain ... check-in: ccc1337b10 user: hobbs tags: trunk
2000-04-09
23:56
Added "server closes without reading post data" case. check-in: 1803037c3d user: welch tags: trunk
23:56
Adjusted file events and unified error handling. check-in: e3eb4545f0 user: welch tags: trunk
23:55
Documented error cases. check-in: 00a3a996cb user: welch tags: trunk
23:55
Updates for htp check-in: 7fb7d11f65 user: welch tags: trunk
21:14
* unix/tclUnixThrd.c (Tcl_CreateThread): moved TCL_THREADS ifdef inside of func as it is declared ... check-in: 26ed7e69c3 user: hobbs tags: trunk
16:04
2000-04-08 Andreas Kupries <a.kupries@westend.com> * Overall change: Definition of a public API f... check-in: 51f6c167f6 user: kupries tags: trunk
2000-04-08
02:35
* tests/fCmd.test: marked test 8.1 knownBug because it is dangerous on poorly configured systems [... check-in: 89587dc15b user: hobbs tags: trunk
02:35
* library/tcltest1.0/tcltest.tcl (initConstraints): removed win32s references (no longer supported... check-in: 4c4ac9c48f user: hobbs tags: trunk
02:35
* doc/binary.n: clarified docs on sign extension in binary scan [Bug: 3466] check-in: 7552c56cef user: hobbs tags: trunk
02:35
* doc/binary.n: clarified docs on sign extension in binary scan [Bug: 3466] * library/tcltest1.0... check-in: 6716ee0f7c user: hobbs tags: trunk
2000-04-05
19:02
Forgot to update the ChangeLog. Fixed. check-in: de3554b5c6 user: kupries tags: trunk
19:00
2000-04-05 Andreas Kupries <a.kupries@westend.com> * generic/tclIO.c (Tcl_UnstackChannel, line 18... check-in: 52b3ac564c user: kupries tags: trunk
00:42
Added dependency of tclStubInit.c on the stubs tables check-in: b0e8d28f5d user: welch tags: trunk
00:42
Fixed compilation w/out TCL_THREADS check-in: 8dddd071dc user: welch tags: trunk
00:42
Updated for TCL_THREADS and stubs table stuff check-in: c3aefafff6 user: welch tags: trunk
00:30
2000-03-29 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: For the -querych... check-in: 709209ad4d user: sandeep tags: trunk
2000-04-04
20:28
2000-04-03 Andreas Kupries <a.kupries@westend.com> * Overall change: Definition of public API's f... check-in: 861e460865 user: kupries tags: trunk
08:06
* unix/dltest/pkg[a-e].c: Cleaned up test packages [Bug: 2293] check-in: b0a1e49e5b user: hobbs tags: trunk
08:05
* unix/Makefile.in (MAN_INSTALL_DIR): patch to accept --mandir correctly [Bug: 4085] * unix/tclUn... check-in: 45165c0e6d user: hobbs tags: trunk
08:05
* tools/man2help2.tcl: fixed winhelp cross-linking error [Bug: 4156] improved translation to winhe... check-in: 6c60529376 user: hobbs tags: trunk
08:05
* tests/foreach.test: * tests/namespace.test: * tests/var.test: Added lsorts to avoid random sort... check-in: 8394b788c5 user: hobbs tags: trunk
08:04
* generic/tclCmdIL.c (InfoVarsCmd): checked for non-NULL procPtr to prevent itcl info override cra... check-in: 3181b69dce user: hobbs tags: trunk
08:04
* generic/tclCmdIL.c (InfoVarsCmd): checked for non-NULL procPtr to prevent itcl info override cra... check-in: 4b3b0b572c user: hobbs tags: trunk
2000-03-31
19:39
* generic/tclGet.c (Tcl_GetDouble): Added additional conditions to error test (previously only errno... check-in: 27f457dd13 user: ericm tags: trunk
08:52
* generic/tclInt.decls: * generic/tclIntPlatDecls.h: * generic/tclStubInit.c: * win/tclWin32Dll.... check-in: 36c0007d3f user: hobbs tags: trunk
08:52
* generic/tclBasic.c (Tcl_DeleteCommandFromToken): Added comments noting the need to pair ckalloc ... check-in: 4d38e9fd6a user: hobbs tags: trunk
08:51
* generic/tclBasic.c (Tcl_DeleteCommandFromToken): Added comments noting the need to pair ckalloc ... check-in: 0f620f033e user: hobbs tags: trunk
2000-03-30
04:36
Created branch scriptics-sc-2-0-b5-synthetic Closed-Leaf check-in: 80dddef3ef user: cvs2fossil tags: scriptics-sc-2-0-b5-synthetic, scriptics-sc-2-0-b5
04:36
Created branch scriptics-sc-2-0-fixed-synthetic Closed-Leaf check-in: 1f13ffc351 user: cvs2fossil tags: scriptics-sc-2-0-fixed-synthetic, scriptics-sc-2-0-fixed
04:36
Created branch scriptics-sc-2-0-b2-synthetic Closed-Leaf check-in: 26b1008bda user: cvs2fossil tags: scriptics-sc-2-0-b2-synthetic, scriptics-sc-2-0-b2
04:36
* generic/tclCompile.c (TclCleanupByteCode): made ByteCode cleanup more aware of TCL_BYTECODE_PREC... check-in: 95a7cc2831 user: hobbs tags: trunk
2000-03-29
20:19
2000-03-29 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: Removed a... check-in: 21ce42ac0d user: sandeep tags: trunk
2000-03-27
22:19
* tests/httpd: removed unnecessary 'puts stderr "Post Dispatch"' * tests/namespace.test: * gener... check-in: 2188389346 user: hobbs tags: trunk
22:18
* tests/namespace.test: * generic/tclNamesp.c (Tcl_Export): added a uniq'ing test to the export l... check-in: 6f0ee764c1 user: hobbs tags: trunk
22:18
* tests/httpd: removed unnecessary 'puts stderr "Post Dispatch"' * tests/namespace.test: * gener... check-in: b0d58d49d1 user: hobbs tags: trunk
21:22
Added catch around fileevent to fix test suite failure check-in: 6631c99875 user: welch tags: trunk
18:34
* unix/tclUnixChan.c: Added (off_t) type casts in lseek() call [Bug: 4409]. * unix/tclLoadAout.c: *... check-in: 30a242b059 user: ericm tags: trunk
2000-03-24
23:15
Updated file list. check-in: e19dc38d8e user: ericm tags: trunk
2000-03-22
22:49
2000-03-22 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: Fixed a b... check-in: 78af155baa user: sandeep tags: trunk
21:18
2000-03-22 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: Fixed bug... check-in: cf54817498 user: sandeep tags: trunk
2000-03-21
22:55
* tests/clock.test: Modified some tests that were not robust with respect to the time zone in which ... check-in: 80bb9d067f user: ericm tags: trunk
2000-03-19
23:45
2000-03-19 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: geturl used to t... check-in: f3a17a1b81 user: sandeep tags: trunk, scriptics-sc-2-0-b1
22:32
* library/http2.1/http.tcl: Added -querychannel option and altered some of Brent's modifications t... check-in: aadf3c36fe user: sandeep tags: trunk
2000-03-18
02:16
updated package index file to use version 2.3 instead of 2.2. check-in: adccf407b1 user: hershey tags: trunk
2000-03-17
02:15
Added tests for -queryprogress check-in: e63f79f70b user: welch tags: trunk
02:15
Added -queryprogress callback to http::geturl and also changed it so that writing the post data is e... check-in: f147131f44 user: welch tags: trunk
02:14
Added note about geturl addition check-in: 34b130a668 user: welch tags: trunk
2000-03-07
02:21
Install the dde and reg .lib files in the same place as the corresponding .dlls check-in: c332a2164a user: wart tags: trunk
2000-03-06
19:17
* library/package.tcl: Applied patch from Bug: 2570; rather than setting geometry of slave interp to... check-in: d5871cf1fe user: ericm tags: trunk
2000-03-03
02:58
* win/README.binary: change mailing lists from @consortium.org to @scriptics.com [Bug: 4173] check-in: 0135308c93 user: hobbs tags: trunk
02:58
* library/package.tcl (tclPkgUnknown): extended to allow recognizes changes in the auto_path while... check-in: 4e3bbc1d41 user: hobbs tags: trunk
02:57
* generic/tclFileName.c (Tcl_TranslateFileName): Applied patch from Newman to significantly speedu... check-in: 486f2c37ac user: hobbs tags: trunk
02:57
* doc/FindExec.3: fixed doc for declaration of Tcl_FindExecutable [Bug: 4275] check-in: 89ca3862b7 user: hobbs tags: trunk
02:57
* library/package.tcl (tclPkgUnknown): extended to allow recognizes changes in the auto_path while... check-in: 418acce075 user: hobbs tags: trunk
2000-02-28
18:49
* tests/clock.test: Added test for ISO bases < 100000 * generic/tclDate.c: (generated on Solaris) *... check-in: 7f9ecc28ca user: ericm tags: trunk
2000-02-14
22:40
* unix/Makefile.in: Added rpm target to generate Tcl binary RPM. * unix/tcl.spec: RPM specification... check-in: 442aaf884c user: ericm tags: trunk
2000-02-10
10:21
syntax cleanup check-in: aed7e39769 user: hobbs tags: trunk, core-8-3-0
10:09
cleaned up syntax, corrected package:: -> pkg:: check-in: df11d61bdc user: hobbs tags: trunk
09:59
Remove need for "OLDROUTINENAMES" def'n in one more file... check-in: 53236a711c user: jingham tags: trunk
09:53
* doc/load.n: added notes about dll load errors on Windows check-in: 492839384e user: hobbs tags: trunk
09:53
* changes: updated for 8.3.0 release * doc/load.n: added notes about dll load errors on Windows check-in: 1e954ca882 user: hobbs tags: trunk
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
2000-01-24
02:30
simplified makefile flags check-in: 2f2e46a1a4 user: hobbs tags: trunk
02:30
* unix/tclUnixPort.h: moved include of <utime.h> lower since some systems (UTS) require sys/types.... check-in: 383590b98a user: hobbs tags: trunk
02:30
* library/init.tcl (auto_execok): added 'start' to list of recognized built-in commands for COMSPE... check-in: f0de569609 user: hobbs tags: trunk
02:29
* generic/tclInt.h: * generic/tcl.decls: moved Tcl_ProcObjCmd to stubs table [Bug: 3827] and remo... check-in: 981dd41cfb user: hobbs tags: trunk
02:29
see logs check-in: efefd47ee8 user: hobbs tags: trunk
2000-01-21
18:52
* unix/mkLinks: * doc/GetHostName.3: Man page for Tcl_GetHostName (bug #1817). check-in: 516c1ca142 user: ericm tags: trunk
18:24
* doc/lreplace.n: Corrected man page with respect to treatment of empty lists, and "prettied up" the... check-in: ae7e3132d3 user: ericm tags: trunk
04:00
ChangeLog commit. check-in: 0c7a2a5d06 user: ericm tags: trunk
03:58
* namespace.test: Added test for undefined variables with namespace which (bug #956). * tclNamesp.c... check-in: bb4c1ac9e3 user: ericm tags: trunk
03:40
added test for [info body] bytecompiled object bug check-in: f5acbfc929 user: hobbs tags: trunk
03:29
* var.test: Added tests for corrected variable behavior (bug #981). * upvar.n: Expanded explanation... check-in: 4521696b98 user: ericm tags: trunk
03:26
added catch {unset t} for atomic test check-in: 44bcbac945 user: hobbs tags: trunk
02:26
*** empty log message *** check-in: 700c3e8dd6 user: hobbs tags: trunk
02:26
* unix/tclUnixNotfy.c (Tcl_InitNotifier): added cast for tsdPtr check-in: e486883673 user: hobbs tags: trunk
02:26
set.test: added test for complex array elem name compiling check-in: 5a23e9ddaf user: hobbs tags: trunk
02:25
* library/word.tcl: changed tcl_(non)wordchars settings to use new unicode regexp char class escap... check-in: 0ff0bf2100 user: hobbs tags: trunk
02:25
* generic/tclCmdIL.c (InfoBodyCmd): made [info body] return a string if the body has been bytecomp... check-in: 15c9a98cc9 user: hobbs tags: trunk
02:25
* doc/tclvars.n: added definitions for tcl_(non)wordchars * doc/vwait.n: added notes about requir... check-in: 4e21e52344 user: hobbs tags: trunk
02:24
see logs check-in: f39c22ec3c user: hobbs tags: trunk
2000-01-19
00:34
Fixed typo check-in: fdbd74224b user: wart tags: trunk
2000-01-16
05:32
made install less verbose check-in: 436cdac5d7 user: hobbs tags: trunk
2000-01-15
02:52
* tests/var.test: Added a test for the array multiple delete protection in Tcl_UnsetVar2. * generic... check-in: f0922bda2d user: ericm tags: trunk
01:50
added IsLeapYear macro (from tclGetDate.y) check-in: 02122eb243 user: hobbs tags: trunk
2000-01-14
22:15
* unix/tclUnixTime.c: New clock format format. * compat/strftime.c: New clock format format. * gen... check-in: 53023d030d user: ericm tags: trunk
00:20
* README: * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.m4: * win/READM... check-in: c857d53077 user: hobbs tags: trunk, core-8-3-b2
2000-01-13
23:40
Re-added stuff that CVS lost. check-in: eee52700f8 user: ericm tags: trunk
23:30
Wow! CVS really fucked this one up. check-in: de99c55ffb user: ericm tags: trunk
20:33
* tests/cmdIL.test: Added tests for lsort -dictionary with characters that occur between Z and a in ... check-in: be988a1220 user: ericm tags: trunk
00:12
* tests/clock.test: Added tests for "monday 1 week ago", etc, from RFE #3671. check-in: 3a06c0cf0a user: ericm tags: trunk
2000-01-12
23:35
* tests/clock.test: Added tests for "next <day-of-week>" and "<day-of-week>" check-in: 927e25a961 user: ericm tags: trunk
19:36
* doc/tests/clock.test: Added numerous tests for clock scan. * doc/generic/tclGetDa... check-in: 5b25723b45 user: ericm tags: trunk
11:13
* tests/unixFCmd.test: * unix/tclUnixFCmd.c: added support for symbolic permissions setting in Se... check-in: 21ead6fbd0 user: hobbs tags: trunk
11:13
* tests/info.test: * generic/tclCmdIL.c: fixed 'info procs ::namesp::*' behavior (Dejong) * test... check-in: 2ce9534422 user: hobbs tags: trunk
11:12
* generic/tclClock.c: fixed support for 64bit handling of clock values [Bug: 1806] * generic/tcl... check-in: 665ebd74df user: hobbs tags: trunk
11:10
* doc/file.n: * tests/unixFCmd.test: * unix/tclUnixFCmd.c: added support for symbolic permissions... check-in: 9eba7adcd0 user: hobbs tags: trunk
11:10
see log check-in: b61d526058 user: hobbs tags: trunk
03:13
* generic/tclGetDate.y: Added comments for the Convert function. Added a fix for daylight savings ti... check-in: 69adbd6db8 user: ericm tags: trunk
01:16
* generic/tclGetDate.y: Added comments for the Convert function. * generic/tclDate.c: Fixed compile... check-in: 286cd58368 user: ericm tags: trunk
2000-01-11
22:09
* unix/tclUnixFile.c: fixed signature style on functions * unix/Makefile.in: made sure tcl.m4 wou... check-in: 341792a1e8 user: hobbs tags: trunk
22:09
* library/http2.1/http.tcl: trim value for $state(meta) key check-in: 0e47f1bf03 user: hobbs tags: trunk
22:08
* generic/tclUtf.c: changed Tcl_UtfBackslash to not allow non-octal digits (8,9) in \ooo substs. [... check-in: f664655d33 user: hobbs tags: trunk
22:08
* compat/waitpid.c: use pid_t type instead of int [Bug: 3999] check-in: 3b711e6b6a user: hobbs tags: trunk
22:08
see log check-in: a20cc9ad69 user: hobbs tags: trunk
02:59
fixed "next" constant to give 1 unit ahead, not 2. check-in: 1438d1edd0 user: ericm tags: trunk
02:36
yacc run check-in: 70e29604ff user: ericm tags: trunk
02:35
*** empty log message *** check-in: 4ae9f19e4f user: ericm tags: trunk
00:51
* generic/tclGetDate.y: Added rules for ISO 8601 formats (BUG #847): CCYY-MM-DD CCYYMMDD YY-MM-DD YY... check-in: b8dd90a438 user: ericm tags: trunk
2000-01-08
02:31
* generic/tclClock.c: Changed switch in Tcl_ClockObjCmd to use enumerated values instead of constant... check-in: a779ec2b6d user: ericm tags: trunk
1999-12-22
23:48
fixed backslashing of } check-in: fd8a11d1c6 user: hobbs tags: trunk, core-8-3-b1
23:00
updated to 8.3 check-in: c700acf811 user: hobbs tags: trunk
22:59
minor bug fix in man2help.tcl and updated configure.in to 8.3 check-in: 56a85243d7 user: hobbs tags: trunk
20:00
* changes: updated changes file check-in: 2077556312 user: hobbs tags: trunk
19:48
splash screen for Wise for 8.3 check-in: cad19cfeb9 user: hobbs tags: trunk
02:38
fixed 8.2 setting check-in: 7b2fc60dcd user: hobbs tags: trunk
02:26
updated fully for 8.3 check-in: c371bfd7ea user: hobbs tags: trunk
01:27
updated for 8.3b1 changes check-in: ca4f3d67e7 user: hobbs tags: trunk
00:41
removed ^M's from man page - confuses man2tcl check-in: fd0de97756 user: hobbs tags: trunk
00:24
updated for 8.3 check-in: 2e521b9756 user: hobbs tags: trunk
00:00
* win/mkd.bat: * win/rmd.bat: removed necessity of tag.txt [Bug: 3874] * win/tclWinThrd.c: chang... check-in: 375e49cc20 user: hobbs tags: trunk
1999-12-21
23:59
* unix/Makefile.in: added -srcdir=... for 'make html' check-in: 0287429982 user: hobbs tags: trunk
23:59
renamed tcl8.1-tk8.1-man-html.tcl tcltk-man2html.tcl, and rewrote the internals to use 8.2+ string f... check-in: fa915632a2 user: hobbs tags: trunk
23:58
* tests/cmdIL.test: * generic/tclCmdIL.c: added -unique option to lsort check-in: cffdbd72e3 user: hobbs tags: trunk
23:58
* mac/tclMacOSA.c: fixed applescript for I18N [Bug: 3644] check-in: 9b8241d4cd user: hobbs tags: trunk
23:58
* generic/tclCmdIL.c: added -unique option to lsort * generic/tclThreadTest.c: changed thread ids... check-in: 473262218e user: hobbs tags: trunk
23:57
* doc/Hash.3: fixed reference to ckfree [Bug: 3912] * doc/RegExp.3: fixed calling params for Tcl_R... check-in: 4030bf50ec user: hobbs tags: trunk
23:57
up'd to 8.3b1 check-in: 860fe80937 user: hobbs tags: trunk
1999-12-13
03:05
removed \n in panic check-in: 5a0cc23756 user: hobbs tags: trunk
1999-12-12
22:46
* doc/glob.n: * tests/fileName.test: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclI... check-in: c20c742c78 user: hobbs tags: trunk
22:46
see log check-in: 49e433ff55 user: hobbs tags: trunk
02:58
*** empty log message *** check-in: ba9c29e959 user: hobbs tags: trunk
02:27
* unix/configure.in: * unix/tcl.m4: * unix/tclUnixPipe.c: removed checking for compatible vfork ... check-in: 10d5714aca user: hobbs tags: trunk
02:27
* tests/info.test: * tests/parseOld.test: * generic/tclCmdAH.c: * generic/tclProc.c: changed Tcl... check-in: 39d765c053 user: hobbs tags: trunk
02:26
* tests/var.test: * generic/tclCompile.c: fixed problem where setting to {} array would intermitt... check-in: a887ecceee user: hobbs tags: trunk
02:26
see log check-in: bf305abef5 user: hobbs tags: trunk
1999-12-09
14:44
* win/tclWin32Dll.c: * win/tclWinChan.c: * win/tclWinFCmd.c: * win/tclWinInit.c: * win/tclWinPi... check-in: 28cb1be105 user: hobbs tags: trunk
14:43
* doc/exec.n: * doc/open.n: removed references to Win32s check-in: 1f09d42a1a user: hobbs tags: trunk
14:43
see log check-in: ad936c56c2 user: hobbs tags: trunk
1999-12-08
03:50
* unix/Makefile.in: fixed make gendate to swap const with CONST so it uses the Tcl defined CONST t... check-in: 8d3c584b8d user: hobbs tags: trunk
03:50
* tests/io.test: removed 'knownBug' tests that were for unsupported0, which is now fcopy (that alr... check-in: d334eae425 user: hobbs tags: trunk
03:50
* mac/tclMacPort.h: added utime.h include check-in: 62d99aa122 user: hobbs tags: trunk
03:49
* generic/tclDate.c: * unix/Makefile.in: fixed make gendate to swap const with CONST so it uses t... check-in: b39a92cac1 user: hobbs tags: trunk
03:49
see log check-in: 628e398038 user: hobbs tags: trunk
1999-12-07
00:40
Winhelp should build more cleanly now. check-in: 30599c6398 user: wart tags: trunk
00:18
Don't build winhelp as part of the doc: target. Now we use a separate "winhelp" target for building... check-in: 9a53a10dad user: wart tags: trunk
1999-12-06
01:46
Added "doc" target to the Makefile that will build the winhelp files check-in: 9584ae6763 user: wart tags: trunk
01:43
Added #define around include of <errno.h> so that systems with the header file (win NT) will pick it... check-in: a5dacdb2f3 user: wart tags: trunk
00:34
Changed version number from "82" to "83" check-in: 4c2a910ef1 user: wart tags: trunk
1999-12-04
06:28
check for whitespace after bad octals check-in: 16f0a0d493 user: hobbs tags: trunk
06:16
* tests/env.test: removed knownBug limitation from working test * tests/all.tcl: ensured that ::tc... check-in: 7b710149dc user: hobbs tags: trunk
06:16
* library/http2.1/http.tcl: fixed error handling in http::Event [Bug: 3752] check-in: 70543f0676 user: hobbs tags: trunk
06:15
* tests/expr-old.test: * tests/parseExpr.test: * tests/string.test: * generic/tclGet.c: * gener... check-in: bc2b85b9c2 user: hobbs tags: trunk
06:15
* doc/load.n: added note about NT's buggy handling of './' with LoadLibrary check-in: 4438057968 user: hobbs tags: trunk
06:15
see log check-in: dfda353184 user: hobbs tags: trunk
1999-12-02
02:03
* generic/tcl.decls : * generic/tclMain.c : * unix/tclAppInit.c: * win/tclAppInit.c: Added two ... check-in: cafaa4d046 user: redman tags: trunk
1999-12-01
02:45
* generic/tclIO.c: fix from Kupries for Tcl_UnstackChannel that correctly handles resetting transl... check-in: 83cb927173 user: hobbs tags: trunk
00:08
* win/tclWinTime.c: fixed handling of %Z on NT for time zones that don't have DST. check-in: 2aab86d6ee user: hobbs tags: trunk
00:08
* generic/tclLoad.c: #def'd out the unloading of DLLs at finalize time for Unix in TclFinalizeLoad... check-in: 049dffa868 user: hobbs tags: trunk
00:08
* generic/tclLoad.c: #def'd out the unloading of DLLs at finalize time for Unix in TclFinalizeLoad... check-in: faa91d96be user: hobbs tags: trunk
1999-11-30
08:37
* unix/tclUnixPipe.c: fixed PipeBlockModeProc to properly set isNonBlocking flag on pipe. [Bug: 13... check-in: d923016a93 user: hobbs tags: trunk
08:37
* library/dde1.1/pkgIndex.tcl: * library/reg1.0/pkgIndex.tcl: added supported for debugged versio... check-in: 6f4b62c8ee user: hobbs tags: trunk
08:36
see log check-in: 0700df9bb9 user: hobbs tags: trunk
01:42
* tests/scan.test: * generic/tclScan.c: fixed scan where %[..] didn't match anything and added te... check-in: 27ebd6ad86 user: hobbs tags: trunk
1999-11-24
20:55
* win/tclWinSerial.c: adopted patch from Schroedter to handle fconfigure $sock -lasterror on Windo... check-in: 5df86529da user: hobbs tags: trunk
20:55
* generic/tclCmdIL.c: made SORTMODE_INTEGER work with Longs [Bug: 3652] check-in: 07f78f991f user: hobbs tags: trunk
20:54
* doc/open.n: * win/tclWinSerial.c: adopted patch from Schroedter to handle fconfigure $sock -las... check-in: af299ce78e user: hobbs tags: trunk
20:54
see log check-in: 10bcf75695 user: hobbs tags: trunk
01:52
Changed version number on dlls check-in: 1b1c1ae220 user: wart tags: trunk
1999-11-23
22:59
* library/tcltest1.0/tcltest.tcl: Fixed bug where tcltest output went to stdout instead of the speci... check-in: b16d36cb82 user: stanton tags: trunk
1999-11-22
20:15
Took out "nonPortable" flag that was hiding -timeout tests, plus added more timeout cases for variou... check-in: c741790926 user: welch tags: trunk
1999-11-20
17:57
updated to 2.2 version for http check-in: 539e4eb4fe user: hobbs tags: trunk
1999-11-19
23:10
*** empty log message *** check-in: 5469e18e7e user: hobbs tags: trunk
23:08
updated to 2.2 in example check-in: 14f2ca6a58 user: hobbs tags: trunk
23:08
see log check-in: 2737c93f65 user: hobbs tags: trunk
23:02
* tools/tcl.wse.in: added tcltest1.0 library to distribution list check-in: b0141fa30a user: hobbs tags: trunk
23:02
removed excess newliunes check-in: b9cf7c43f1 user: hobbs tags: trunk
23:02
* library/http2.1/http.tcl: * library/http2.1/pkgIndex.tcl: updated http package to 2.2 check-in: 1e51a5eaf7 user: hobbs tags: trunk
23:02
* generic/tclProc.c: backed out change from 1999-11-18 as it could affect return string from upvar... check-in: 10917802fd user: hobbs tags: trunk
23:02
see log check-in: 0bb07f09e0 user: hobbs tags: trunk
06:40
minor change that prevents stack blowing check-in: c11ea62b85 user: hobbs tags: trunk
06:35
* unix/tcl.m4: added defined for _THREAD_SAFE in --enable-threads case; added check for pthread_mu... check-in: 020d2c798a user: hobbs tags: trunk
06:35
* tests/scan.test: * generic/tclScan.c: finished support for inline scan by supporting XPG identi... check-in: 67351ebdfb user: hobbs tags: trunk
06:34
* library/http2.1/http.tcl: added register and unregister commands to http:: package (better suppo... check-in: 0229de4970 user: hobbs tags: trunk
06:34
* generic/tclProc.c: corrected error reporting for default case at the global level for uplevel co... check-in: 907f606957 user: hobbs tags: trunk
06:33
* doc/scan.n: * tests/scan.test: * generic/tclScan.c: finished support for inline scan by suppor... check-in: 3de36dc975 user: hobbs tags: trunk
06:33
see log check-in: 6136880bb4 user: hobbs tags: trunk
1999-11-18
02:22
Improved error handling of http::geturl in the case the server is not available. Also correctly fix... check-in: 0966d9fbb0 user: welch tags: trunk
1999-11-13
01:35
Added support for the TCLTESTARGS method for passing in additional test arguments check-in: 59a4bb8d6c user: wart tags: trunk
1999-11-10
02:52
* unix/tcl.m4: added recognition of pthreads library for AIX check-in: aa81518c6c user: hobbs tags: trunk
02:52
* tools/tcl.wse.in: updated to 8.3a1, fixed install of twind.tcl and koi8-r.enc files check-in: bbd1fbead4 user: hobbs tags: trunk
02:52
*** empty log message *** check-in: 36eaa5869b user: hobbs tags: trunk
02:52
* library/init.tcl: removed the installed binary directory from the auto_path variable check-in: a96e3c56d7 user: hobbs tags: trunk
02:51
* generic/tclIOUtil.c: changed Tcl_Alloc to ckalloc * generic/tclInt.h: * generic/tclObj.c: roll... check-in: 4cf2e06b0a user: hobbs tags: trunk
02:51
* doc/open.n: corrected docs for 'a' open mode. check-in: db875734d1 user: hobbs tags: trunk
02:51
see log check-in: d577e6efba user: hobbs tags: trunk
1999-11-04
18:20
Changed references to the README to references to the man page for tcltest. check-in: 673ccd1fd7 user: jenn tags: trunk
1999-10-30
00:33
Updated for http.tcl changes check-in: 43e9095de4 user: welch tags: trunk
00:31
Fixed bug in the handling of the status code after an asynchronous connect, e.g., one that is used w... check-in: 900bb28c94 user: welch tags: trunk
00:27
Cleanup of the TclNewObj family of macros, and elimination of the special Tcl_Obj memory allocator f... check-in: cdb2cc1c30 user: welch tags: trunk
1999-10-29
04:34
removed // comments (IBM's AIX compiler complained) check-in: 31e3344b89 user: hobbs tags: trunk
03:05
* win/tclWinTest.c: added testvolumetype command, as atime is completely ignored for Windows FAT f... check-in: 3fdb59940f user: hobbs tags: trunk
03:04
* unix/tclUnixPort.h: added utime.h to includes * unix/aclocal.m4: made it just include tcl.m4 check-in: dedc005e01 user: hobbs tags: trunk
03:04
added tests for related fixes check-in: 19dabe4e59 user: hobbs tags: trunk
03:04
* library/tcltest1.0/tcltest.tcl: updated makeFile to return full pathname of file created check-in: b856b9a85d user: hobbs tags: trunk
03:03
* generic/tclStringObj.c: fixed Tcl_AppendResultVA so it only iterates once over the va_list (avoi... check-in: 2c17586d2a user: hobbs tags: trunk
03:03
see log check-in: 4e1fe55e54 user: hobbs tags: trunk
1999-10-21
02:18
* unix/tclUnixNotfy.c: fixed event/io threading problems by making triggerPipe non-blocking check-in: 43510a5f53 user: hobbs tags: trunk
02:17
new test cases check-in: 55d35aff2f user: hobbs tags: trunk
02:17
Changed update to 'after 1' to cause a true sleep in the current thread, avoiding numerous superfluo... check-in: 77f0c7a367 user: hobbs tags: trunk
02:16
* library/http2.1/http.tcl: protected gets with catch [Bug: 2665] check-in: 456c6c1d4c user: hobbs tags: trunk
02:16
* unix/tclUnixNotfy.c: fixed event/io threading problems by making triggerPipe non-blocking * li... check-in: 1a3cca95e4 user: hobbs tags: trunk
02:16
see log check-in: 69f9da51a8 user: hobbs tags: trunk
1999-10-20
01:27
Merged code from core-8-2-1 branch that changes the checks for the value of tcl_interactive to also ... check-in: f1b77df33e user: jenn tags: trunk
1999-10-19
18:59
*** empty log message *** check-in: da61a3b78c user: jenn tags: trunk
18:08
* tests/tcltest.test: * doc/tcltest.n: * library/tcltest1.0/tcltest.tcl: Removed the extra return at... check-in: 58252d4dac user: jenn tags: trunk
1999-10-15
04:47
Stupid bug in TclpLoadFile - use the converted value! check-in: d4146ab675 user: jingham tags: trunk
04:47
*** empty log message *** check-in: f5b6da3702 user: jingham tags: trunk
04:47
Fix a merge error in the UTF8 conversion bug fix [Bug: 2869] check-in: d73e2a7f28 user: jingham tags: trunk
1999-10-13
02:22
* tests/reg.test: updated to Henry Spencer's new regexp engine (mid-Sept 99). Should greatly redu... check-in: 7f8ae5d24e user: hobbs tags: trunk
02:22
* generic/regc_color.c: * generic/regc_cvec.c: * generic/regc_lex.c: * generic/regc_locale.c: *... check-in: 801921c818 user: hobbs tags: trunk
02:22
*** empty log message *** check-in: 1cd4f46b90 user: hobbs tags: trunk
01:24
* library/tcltest1.0/pkgIndex.tcl: fixed procs in pkgIndex.tcl file check-in: 8078514c2d user: hobbs tags: trunk
01:24
*** empty log message *** check-in: 3897027126 user: hobbs tags: trunk
00:32
* unix/Makefile.in: purify has to use -best-effort to instrument * unix/tclAppInit.c: identified p... check-in: 51f678993b user: hobbs tags: trunk
00:32
* tests/basic.test: updated test cases for 8.3 * tests/encoding.test: fixed test case that change ... check-in: dcf7902796 user: hobbs tags: trunk
00:32
* generic/tclEnv.c: fixed mem leak with putenv and DStrings check-in: 7232e51655 user: hobbs tags: trunk
00:32
* doc/Encoding.3: corrected docs check-in: 175164594b user: hobbs tags: trunk
00:31
*** empty log message *** check-in: 849a062ced user: hobbs tags: trunk
1999-10-05
22:47
* {win,mac,unix,tools,}/README: * win/README.binary: * win/makefile.vc: * {win,unix}/configure.i... check-in: 090ccd067b user: hobbs tags: trunk
22:46
* {win,mac,unix,tools,}/README: * win/README.binary: * win/makefile.vc: * {win,unix}/configure.i... check-in: 8424f29d2e user: hobbs tags: trunk
22:46
* mac/tclMacFCmd.c: fixed filename stuff to support UTF-8 [Bug: 2869] check-in: 99f73b4a2d user: hobbs tags: trunk
22:46
* library/http2.1/http.tcl: fixed possible use of global c var. check-in: ac6f46e0da user: hobbs tags: trunk
22:45
* library/init.tcl: updated to 8.3a1 from 8.2.0. check-in: 637ee1644a user: hobbs tags: trunk
22:45
* generic/tclNamesp.c: * generic/tclVar.c: * generic/tclCmdIL.c: fixed comment typos * generic/t... check-in: a774648283 user: hobbs tags: trunk
22:45
*** empty log message *** check-in: 417346a0a2 user: hobbs tags: trunk
1999-09-21
23:10
* library/tcltest1.0/tcltest.tcl: Applied patches sent in by Andreas Kupries to fix typos in comment... check-in: 1fcb5fc415 user: jenn tags: trunk
06:37
1999-09-20 Jeff Hobbs <hobbs@scriptics.com> * tests/env.test: * unix/Makefile.in: added support... check-in: 8e69ad3948 user: hobbs tags: trunk
04:21
* unix/Makefile.in: fixed gendate target - this never worked since RCS was intro'd. * unix/tcl.m... check-in: 56f0b251b3 user: hobbs tags: trunk
04:20
1999-09-16 Jeff Hobbs <hobbs@scriptics.com> * tests/timer.test: changed after delay in timer tes... check-in: eb68adcdfd user: hobbs tags: trunk
1999-09-02
16:26
1999-09-01 Jeff Hobbs <hobbs@scriptics.com> * unix/aclocal.m4: * unix/tcl.m4: adjusted fix from... check-in: c8c6ecddb3 user: hobbs tags: trunk
16:26
1999-09-01 Jeff Hobbs <hobbs@scriptics.com> * generic/tclParseExpr.c: changed '"' to '\"' to mak... check-in: dc02bb24c9 user: hobbs tags: trunk
16:26
1999-09-01 Jeff Hobbs <hobbs@scriptics.com> remove TclInitStubs.3 - it was duplicate of InitStubs... check-in: 15b82898b6 user: hobbs tags: trunk
16:25
1999-09-01 Jeff Hobbs <hobbs@scriptics.com> * generic/tclParseExpr.c: changed '"' to '\"' to mak... check-in: ae3e8e69cb user: hobbs tags: trunk
1999-09-01
23:15
Process command-line arguments only ::tcltest doesn't have a child namespace (requires that command-... check-in: fa90a10812 user: jenn tags: trunk
00:38
Subst 2 more values into tclConfig.sh check-in: c29e7fad92 user: wart tags: trunk
1999-08-31
21:49
typos check-in: 701aae413f user: jenn tags: trunk
21:43
* library/tcltest1.0/tcltest.tcl: * doc/tcltest.n: * tests/README: Modified testConstraints variable... check-in: 2630872e80 user: jenn tags: trunk
01:48
lint check-in: 6bb67868e7 user: jenn tags: trunk
1999-08-27
21:45
* tests/env.test: * tests/exec.test: * tests/io.test: * tests/event.test: * tests/tcltest.test: Adde... check-in: cb311db6b8 user: jenn tags: trunk
18:12
* library/tcltest1.0/tcltest.tcl: Modified tcltest so that variables are only initialized to their ... check-in: 1574427937 user: jenn tags: trunk
01:17
* tests/tcltest.test: * library/tcltest1.0/tcltest.tcl: Added a -args flag that sets a variab... check-in: 03b5b8d2c0 user: jenn tags: trunk
1999-08-23
17:54
* tests/tcltest.test: Added additional tests for -tmpdir, marked all tests that use exec as unixOr... check-in: 13304f0d0d user: jenn tags: trunk
1999-08-21
19:41
*** empty log message *** check-in: a09342dc94 user: hobbs tags: trunk
19:41
1999-08-21 Jeff Hobbs <hobbs@scriptics.com> * unix/aclocal.m4: Changed AIX-4.[2-9] check to AIX-... check-in: 92192bdcaa user: hobbs tags: trunk
19:41
1999-08-20 Jeff Hobbs <hobbs@scriptics.com> * generic/tclPosixStr.c: fixed typo [Bug: 2592] check-in: bd45487388 user: hobbs tags: trunk
19:40
1999-08-20 Jeff Hobbs <hobbs@scriptics.com> * doc/*: fixed various nroff bugs in man pages [Bug:... check-in: 9772601e1f user: hobbs tags: trunk
19:40
1999-08-21 Jeff Hobbs <hobbs@scriptics.com> * unix/aclocal.m4: Changed AIX-4.[2-9] check to AIX-... check-in: fce88c177e user: hobbs tags: trunk
1999-08-19
17:39
1999-08-19 Jeff Hobbs <hobbs@scriptics.com> * generic/tclIO.c: changed Tcl_GetChannelNames* to u... check-in: 769c31641d user: hobbs tags: trunk
03:00
1999-08-18 Jeff Hobbs <hobbs@scriptics.com> * unix/Makefile.in: changed the dependency structure... check-in: d2761cadc2 user: hobbs tags: trunk
03:00
1999-08-18 Jeff Hobbs <hobbs@scriptics.com> added tests for bug fixes check-in: 5151e2b2b1 user: hobbs tags: trunk
02:59
1999-08-18 Jeff Hobbs <hobbs@scriptics.com> * library/auto.tcl: * library/init.tcl: * library/... check-in: e3a02d20c4 user: hobbs tags: trunk
02:59
1999-08-18 Jeff Hobbs <hobbs@scriptics.com> * doc/OpenFileChnl.3: * doc/file.n: * tests/cmdAH.... check-in: fb64d24b32 user: hobbs tags: trunk
02:58
1999-08-18 Jeff Hobbs <hobbs@scriptics.com> * doc/Eval.3: fixed doc on input args [Bug: 2114] ... check-in: 7751b2712e user: hobbs tags: trunk