Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
99 check-ins using file win/Makefile.in version e363bf65d2
|
2000-02-01
| ||
| 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 | |