Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
90 check-ins using file doc/lsearch.n version 3eceffc293
|
2004-04-27
| ||
| 17:17 | A little source clean-up with the allocOnce variable. check-in: b50ffc369b user: davygrvy tags: trunk | |
|
2004-04-26
| ||
| 15:51 | * unix/tclUnixFCmd.c (TclpObjNormalizePath): Corrected improper positioning of retu... check-in: 85af5d904c user: dgp tags: trunk | |
| 14:38 | Doc updates from David Welton [Patches 941377,941380] check-in: 89a905deda user: dkf tags: trunk | |
| 09:47 | Stronger wording & example. [Bug 940843] check-in: 8fb1bd38c6 user: dkf tags: trunk | |
| 09:16 | Reworked to remove references to testing interfaces and instead promote the use of the Thread packag... check-in: c1afb98822 user: dkf tags: trunk | |
|
2004-04-25
| ||
| 20:13 | * generic/tcl.h: Removed obsolete declarations and #include's. * generic/tclI... check-in: dfc6ba9c70 user: dgp tags: trunk | |
|
2004-04-24
| ||
| 07:49 | no message check-in: 61ca6eb5bd user: davygrvy tags: trunk | |
| 07:45 | (DllMain): Added DisableThreadLibraryCalls() for the DLL_PROCESS_ATTACH case. We're not interested ... check-in: e52275fb00 user: davygrvy tags: trunk | |
| 05:59 | * generic/tclPort.h: * macosx/Makefile: * unix/Makefile.in: followup on tcl header reform [FR 922... check-in: 7b1e19cea3 user: das tags: trunk | |
|
2004-04-23
| ||
| 23:38 | * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bug 930851]. When changing the eofchar ... check-in: 81e0f61614 user: andreas_kupries tags: trunk | |
| 14:05 | Filling in names for email addresses in the "old days" Also cleaning up of extra whitespace check-in: ea28493186 user: dkf tags: trunk | |
| 12:09 | fix to two filesystem bugs: more consistent file separator proc and correct Tcl_FSJoinPath return va... check-in: 3ff4ef9b0c user: vincentdarley tags: trunk | |
| 08:58 | no message check-in: e1358102d6 user: davygrvy tags: trunk | |
| 08:57 | (Tcl_MakeFileChannel) : Case for CloseHandle returning zero and not throwing a RaiseException(EXCEPT... check-in: 47c3ea8fa5 user: davygrvy tags: trunk | |
| 07:44 | no message check-in: a108bd5607 user: davygrvy tags: trunk | |
| 07:41 | Removed my mistake of adding an exit handler to TclWinInit. TclWinEncodingsCleanup called from TclFi... check-in: e17820f46c user: davygrvy tags: trunk | |
| 07:20 | * generic/tclInt.h: * generic/tclThread.c: * generic/tclEvent.c: * unix/tclUnixThrd.c: * win/tclWin... check-in: 4b5a57a7d3 user: davygrvy tags: trunk | |
| 07:12 | * win/tclWinTime.c: If the Tcl_ExitProc (StopCalibration) is called from the stack frame of DllMain... check-in: a611d2286e user: davygrvy tags: trunk | |
| 03:30 | speling errors corrected check-in: cc5e667e18 user: davygrvy tags: trunk | |
| 02:06 | no message check-in: 7113cecc83 user: davygrvy tags: trunk | |
| 02:04 | TclSetLibraryPath's use of caching the stringrep of the pathPtr object to TclGetLibraryPath called f... check-in: a11dd04e99 user: davygrvy tags: trunk | |
|
2004-04-22
| ||
| 22:36 | Improvements to examples by DKF check-in: 44c80620ce user: dkf tags: trunk | |
| 14:36 | Documentation clarification from David Welton. check-in: bb1b20f6ec user: dkf tags: trunk | |
| 12:55 | Spelling... :^/ check-in: 4462f1f80c user: dkf tags: trunk | |
| 12:48 | More examples, this time from Arjen Markus and Donal Fellows. check-in: 4a3c53bd3b user: dkf tags: trunk | |
|
2004-04-21
| ||
| 21:31 | Added note about a safe and useful mode of update to a hash being iterated over. check-in: 93b6b6965f user: dkf tags: trunk | |
| 19:31 | Added example from David Welton. [Patch 939473] check-in: 18130b67a5 user: dkf tags: trunk | |
| 12:03 | Added examples from David Welton. [Patch 938820] check-in: 45e98bcfce user: dkf tags: trunk | |
|
2004-04-20
| ||
| 02:17 | no message check-in: 698eb2ad8f user: davygrvy tags: trunk | |
| 02:15 | Added FreeEncoding(systemEncoding) in TclFinalizeEncodingSubsystem because its ref count was increme... check-in: 1a96071212 user: davygrvy tags: trunk | |
| 02:11 | no message check-in: 87d9c0eee4 user: davygrvy tags: trunk | |
| 02:10 | Added an exit handler in tclWinInit() so tclWinTCharEncoding could be freed for Tcl_Finalize. check-in: 720eaf6d1b user: davygrvy tags: trunk | |
|
2004-04-19
| ||
| 22:47 | Added example from David Welton. [Patch 938056] check-in: ed861a9487 user: dkf tags: trunk | |
| 18:40 | Corrected "short circuit" conversion of int to double. Reported by Jeff Hobbs on the Tcl'ers Chat. check-in: da1bb47e4b user: kennykb tags: trunk | |
|
2004-04-16
| ||
| 22:20 | Add more examples to documentation along the lines of David Welton's project. check-in: ea6d0755de user: dkf tags: trunk | |
| 20:44 | Corrected type error in synopsis. check-in: 54aab9286c user: dgp tags: trunk | |
| 17:33 | fix to utime documentation check-in: 324ffb86f6 user: vincentdarley tags: trunk | |
| 12:58 | Added example from [Patch 936245] from David Welton. Also some other minor bits of doc cleanup. check-in: 74859d7a2c user: dkf tags: trunk | |
| 10:28 | Added example based on [Patch 935911] from David Welton. check-in: 2711d9fa66 user: dkf tags: trunk | |
|
2004-04-15
| ||
| 21:06 | Fix minor fault in [clock clicks] error message. check-in: 2ddd40daa4 user: dkf tags: trunk | |
|
2004-04-07
| ||
| 22:04 | * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CE is also a unicode platform. * ge... check-in: 3ba3231a5b user: hobbs tags: trunk | |
| 21:10 | * win/configure: define TCL_LIB_FLAG, TCL_BUILD_LIB_SPEC, * win/configure.in: TCL_LIB_SPEC, TCL... check-in: a7ac48274b user: hobbs tags: trunk | |
| 15:54 | fix to comment (bug 931148) check-in: 29dfb99e4e user: vincentdarley tags: trunk | |
|
2004-04-06
| ||
| 22:37 | Patch 922727 committed. Implements three changes: * generic/tclInt.h: Reworked the Tcl header fi... check-in: ea09659fdc user: dgp tags: trunk | |
| 22:25 | Patch 922727 committed. Implements three changes: * generic/tclInt.h: Reworked... check-in: 2e5b18c85c user: dgp tags: trunk | |
| 14:35 | * tests/unixInit.test (unixInit-3.1): Default encoding on Darwin systems is utf-8.... check-in: 8eebfd07af user: dgp tags: trunk | |
| 08:45 | root interacts badly with access(...,X_OK) [Bug 929892] check-in: 4134751ce4 user: dkf tags: trunk | |
|
2004-04-02
| ||
| 21:11 | add thanks check-in: 3ad41eca5c user: dgp tags: trunk | |
| 20:07 | * generic/tclCompile.c: * generic/tclInt.h: removed the macro TCL_ALIGN() from tclInt.h, replaced... check-in: dca13b4dc1 user: msofer tags: trunk | |
| 18:54 | * generic/tclCompile.h: removed redundant #ifdef _TCLINT [Bug 928415], reported by tauvan. check-in: dcd82a5757 user: msofer tags: trunk | |
| 17:39 | * tests/tcltest.test: Corrected constraint typos: "nonRoot" -> "notRoot". [Bug 9283... check-in: 6027154766 user: dgp tags: trunk | |
|
2004-04-01
| ||
| 15:07 | * generic/tclInt.h: Removed obsolete tclBlockTime* declarations. [Bug 926454] check-in: f9118983f5 user: dgp tags: trunk | |
| 11:13 | cross-filesystem boundary glob fix check-in: 5aa612eb19 user: vincentdarley tags: trunk | |
|
2004-03-31
| ||
| 18:51 | date fix check-in: fcc88eb7e4 user: dgp tags: trunk | |
| 18:51 | * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457] * library/msg... check-in: 55d1d19622 user: dgp tags: trunk | |
| 18:13 | Add comment for TCL_TOKEN_EXPAND_WORD flag check-in: 82b2f2dd60 user: dgp tags: trunk | |
| 02:12 | * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457] check-in: 84a1e2ed53 user: dgp tags: trunk | |
| 02:03 | * library/msgcat/msgcat.tcl: Updated internals to make use of * library/msgcat/pk... check-in: 45053de92d user: dgp tags: trunk | |
|
2004-03-30
| ||
| 22:27 | More hash function cleaning up. check-in: f32595c386 user: dkf tags: trunk | |
| 21:34 | Fixed object hashing bozo-ness. The code as it stood looked like a cargo-cult hangover from the has... check-in: 9a948a8375 user: dkf tags: trunk | |
| 19:17 | * generic/tclExecute.c (TEBC): reverting to the previous method for async tests in TEBC, as the ne... check-in: 41f93f469a user: msofer tags: trunk | |
| 16:22 | * generic/tclCompile.c: New instruction code INST_START_CMD * generic/tclCompile.h: that a... check-in: f7f63d8e13 user: msofer tags: trunk | |
| 16:13 | Corrected case: Filesystem.h -> FileSystem.h check-in: 95ac488c9c user: dgp tags: trunk | |
| 15:35 | fix to glob with volume relative paths, bug 898238 check-in: 420ac4b311 user: vincentdarley tags: trunk | |
| 09:56 | fix to Tcl bug 918320 check-in: 6693f94672 user: vincentdarley tags: trunk | |
|
2004-03-29
| ||
| 16:35 | overlooked update to tests. check-in: 3e60c7abe4 user: dgp tags: trunk | |
| 15:47 | * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only to incomplete scripts... check-in: 98d02c1264 user: dgp tags: trunk | |
| 02:18 | Changelog fix check-in: 62378ec1ea user: msofer tags: trunk | |
| 02:09 | * generic/tclCompile.c (TclCompileScript): corrected possible segfault when a compilation returns ... check-in: 6dd42cd8f5 user: msofer tags: trunk | |
|
2004-03-28
| ||
| 00:48 | * doc/array.n: added documentation for trace-realted behaviour of 'array get' [Bug 449893] check-in: 6b87fc6495 user: msofer tags: trunk | |
|
2004-03-26
| ||
| 22:35 | a bit more detail in the changes file about new package versions check-in: 102ee64a59 user: dgp tags: trunk | |
| 19:47 | * README: Bumped version number to 8.5a2 to * tools/tcl.wse.in: di... check-in: 2894e72102 user: dgp tags: trunk | |
| 19:04 | fixed another volume-relative file normalization problem check-in: 82c15c433d user: vincentdarley tags: trunk | |
| 18:45 | fix to windows volume-relative path normalization check-in: 7e000dfba5 user: vincentdarley tags: trunk | |
|
2004-03-24
| ||
| 21:54 | Silly bug found originally by Damon Courtney. [922752] check-in: fa1b9ceadb user: dkf tags: trunk | |
|
2004-03-23
| ||
| 09:00 | Docfix. [Bug 921464] check-in: 2a45eac74c user: dkf tags: trunk | |
|
2004-03-19
| ||
| 18:43 | Added CONST to TclpGetTime declaration and `make genstubs` check-in: c981f6dd1e user: dgp tags: trunk | |
| 18:34 | Include tclInt.h instead of tclPort.h to fix building on Solaris. check-in: b18183a7f0 user: rmax tags: trunk | |
| 18:33 | Made HEAD build on Windows VC++ again. check-in: 6610e1aa01 user: kennykb tags: trunk | |
| 16:15 | Fix breakage by making tclIntDecls.h #inc tclPort.h, as recommended by DGP. check-in: 01243a7c07 user: dkf tags: trunk | |
| 16:05 | autoconf-2.57 check-in: e0539e53b3 user: dgp tags: trunk | |
|
2004-03-18
| ||
| 19:03 | *** empty log message *** check-in: 2b1ba2f519 user: rmax tags: trunk | |
| 19:01 | * unix/tcl.m4: Removed -Wno-strict-aliasing. check-in: fb21d8b68d user: rmax tags: trunk | |
| 18:55 | * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed, * generic/tclInt.h: but c... check-in: dab531a337 user: rmax tags: trunk | |
| 18:54 | * generic/tclNamesp.c: Added temporary pointer variables to work * generic/tclStubLib.c: around w... check-in: fd479acbdb user: rmax tags: trunk | |
| 18:50 | * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed, * generic/tclInt.h: but c... check-in: c4cc68d13f user: rmax tags: trunk | |
|
2004-03-17
| ||
| 19:29 | Reverted changes to tcltest so that it can still support Mac when copied to Mac systems (only requir... check-in: 990a5ef147 user: dgp tags: trunk | |
| 18:45 | Removed support for Mac OS Classic platform [Patch 918142] check-in: 843d7d5bb5 user: das tags: trunk | |
| 18:14 | Removed support for Mac OS Classic platform [Patch 918142] check-in: b6330dbac7 user: das tags: trunk | |
| 00:57 | Slightly better docs for [lsearch]'s advanced capabilities check-in: da98392a5d user: dkf tags: trunk | |