Timeline
Not logged in

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

76 check-ins using file win/Makefile.in version 53248cf350

2001-05-15
20:07
refactored varname pushing code and some of the bytecode instructions Closed-Leaf check-in: 73ab621f59 user: hobbs tags: dev-hobbs-branch
20:03
updated tests to not break when someone has a C:/test directory check-in: 97fce3c2c8 user: hobbs tags: dev-hobbs-branch
20:02
corrected possible ABR problem check-in: f5ecb40491 user: hobbs tags: dev-hobbs-branch
20:01
updated to TCL_CHANNEL_VERSION_2 spec check-in: 1edba98cd6 user: hobbs tags: dev-hobbs-branch
2001-05-12
00:01
corrected lappend case for non-existent var and list-sensitive data value check-in: 53c34b5284 user: hobbs tags: dev-hobbs-branch
2001-05-11
20:47
new byte-compiled commands, Tcl_GetUnicodeFromObj and string comparison changes check-in: bbd0c14230 user: hobbs tags: dev-hobbs-branch
2001-05-07
22:15
rand() gets != seeds in != threads [Bug 416643] check-in: 679d116ef3 user: msofer tags: trunk
2001-05-04
00:05
* tools/tcltk-man2html.tcl: removed use of 'exec' for portability and fixed up code. check-in: 7023c6ba73 user: hobbs tags: trunk
2001-05-03
23:59
fixed minor nroff bugs check-in: 225d96560a user: hobbs tags: trunk
23:57
by chance '\n' started a line, looking like a comment check-in: 0cee5f2df7 user: hobbs tags: trunk
23:52
removed extraneous 'v' from doc check-in: 9ac0296ad4 user: hobbs tags: trunk
23:35
* tests/tcltest.test: removed extraneous 'c' (doh!) [Bug: 414031] check-in: 84d7288ad6 user: hobbs tags: trunk
22:41
Insure that [::unknown] is always called [Patch #421166, Bug #420507] check-in: 060b7be8d8 user: msofer tags: msofer-bcEngine
22:38
Fix for Bug 420186 check-in: 8d1325ceb9 user: dgp tags: trunk
21:14
Patch for bug #420507 check-in: 1b1c7f5a86 user: msofer tags: trunk
2001-05-02
20:42
* tools/genStubs.tcl: Add a package require of Tcl 8 at the beginning of the script so that the sc... check-in: 060a508bc9 user: mdejong tags: trunk
2001-04-30
22:10
better comments check-in: 7de2738260 user: msofer tags: msofer-bcEngine
20:55
revert stupid mistake in tclExecute.c check-in: 63d61e10d4 user: msofer tags: msofer-bcEngine
20:52
cleanup of tclExecute.h check-in: 9506fae4ad user: msofer tags: msofer-bcEngine
2001-04-27
23:04
Small bugfixes in the MSVC version check-in: ae3a1d1cf5 user: msofer tags: msofer-bcEngine
22:15
Second attempt at committing the changes adding CONST qualifiers. check-in: aa645e2ead user: kennykb tags: trunk
22:11
Added several missing CONSTs in calls to TclGetNamespaceForQualName check-in: 0d69de5027 user: kennykb tags: trunk
2001-04-25
22:01
* unix/configure: Regen. * unix/tcl.m4: Subst TCL_THREADS into tclConfig.sh. * unix/tclConfig.sh.... check-in: 6fb90b112f user: mdejong tags: trunk
21:48
* unix/configure: Regen. * unix/configure.in: Use $@ in MAKE_LIB and MAKE_STUB_LIB commands inste... check-in: 620c7bfcf5 user: mdejong tags: trunk
20:23
Woops, fix last checking of broken configure. check-in: 44bed9db9a user: mdejong tags: trunk
19:54
* unix/Makefile.in: Use TCL_STUB_LIB_FILE instead of STUB_LIB_FILE. * unix/configure: Regen. * un... check-in: 746077b5b7 user: mdejong tags: trunk
15:02
Got the encoding wrong; thanks to Richard Suchenwirth for pointing me in the direction of a correct ... check-in: e7cab317cf user: dkf tags: trunk
13:08
Added some ISO8859-15 (Latin-9 or Latin-1+Euro symbol) support. check-in: 7575bc4d37 user: dkf tags: trunk
09:44
Added a bunch of missing CONST declarations to stop warnings about using TclGetNamespaceForQualName ... check-in: 4df1ba8b19 user: dkf tags: trunk
2001-04-24
20:59
(TIP #27) Another round of CONST changes, this time adding CONST to the API's exported from tclBasi... check-in: 2d62b07770 user: kennykb tags: trunk
2001-04-11
22:51
Improved comments/instructions check-in: f2dd2b9b8d user: msofer tags: msofer-bcEngine
20:14
First CVS version of the new engine check-in: 24de9a9b47 user: msofer tags: msofer-bcEngine
20:03
First CVS version of the S4 engine (slight updates & bugfixes from original) check-in: 465f45dca7 user: msofer tags: msofer-bcEngine
19:57
minor changes to fix [set tcl_traceExec 3] possibility check-in: 92c8ae0615 user: msofer tags: msofer-bcEngine
12:55
Added compilation flag TCL_BYTECODE_OPCODES_OK for use in the new engine in branch msofer-bcEngine check-in: c6334e0207 user: msofer tags: msofer-bcEngine
12:31
Slight modifications for the new engine in branch msofer-bcEngine; mainly, to convert the addressing... check-in: 06ffda8590 user: msofer tags: msofer-bcEngine
12:09
Added for the branch msofer-bcEngine; contains compiler-dependent macros to vary the code to jump t... check-in: ed4d42e46e user: msofer tags: msofer-bcEngine
2001-04-10
18:32
Altered tclUnixTime.c in hopes of better K&R compatibility. check-in: e984e525c2 user: kennykb tags: trunk
15:43
Oops. Committed the wrong copy of the source with the last commit five minutes ago. check-in: b6db3ba81c user: kennykb tags: trunk
15:39
Fixed silly typo in calls to 'gmtime' and 'localtime'. check-in: 436fdc174b user: kennykb tags: trunk
2001-04-09
23:09
Bug #219140: Added DYNAMIC_PATH to the shl_load flags. check-in: 206145b21c user: kennykb tags: trunk
23:02
Changes to support re-entrant coding of gmtime and localtime. (Bugs #219136 and #232558) check-in: 4962ea9dd5 user: kennykb tags: trunk
09:48
Recognise the non-numeric boolean literals (true,false,yes,no,on,off.) [Bug #217777] check-in: 738883f61a user: dkf tags: trunk
09:45
Fixed typo. check-in: b457ab376d user: dkf tags: trunk
2001-04-07
03:15
Avoid panic when there are extra items in the tcl stack [Bug #406709, Patch #414470] check-in: 37a039f673 user: msofer tags: trunk
02:36
corrected behaviour of [namespace code] (Bug #219385, Patch #403530) check-in: 78d3e10d03 user: msofer tags: trunk
02:08
Corrected behaviour of [namespace code] (bug #219385, patch #403530) check-in: be05dac289 user: msofer tags: trunk
2001-04-06
23:29
2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net> * unix/Makefile.in (checkdoc)... check-in: a38cb4ed7c user: andreas_kupries tags: trunk
23:14
2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net> * unix/mkLinks: Updated to in... check-in: 872fb4567a user: andreas_kupries tags: trunk
17:57
Modified processing of $::errorInfo by [unknown] when the auto-loaded command throws an error to bet... check-in: 4a0a9d69ba user: dgp tags: trunk
14:27
Improved documentation on behaviour of read w.r.t. serial ports. [Bug #219402] check-in: e9e3650d52 user: dkf tags: trunk
10:50
Fixed problem with [string compare \x00 \x01] and hopefully sped the command up in a few cases too (... check-in: 6677432d73 user: dkf tags: trunk
2001-04-05
15:14
2001-04-05 Andreas Kupries <andreas_kupries@users.sourceforge.net> * doc/Macintosh.3: Removed du... check-in: 6ee3ca938c user: andreas_kupries tags: trunk
10:20
Fixed so tclCmdMZ.c will compile with K&R compilers [Patch #413844] check-in: cf7db19c98 user: dkf tags: trunk
2001-04-04
23:26
Restore support for pre-ANSI compilers. check-in: a4457e9e33 user: dgp tags: trunk
21:32
2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net> * unix/mkLinks: Updated to co... check-in: b66749bdda user: andreas_kupries tags: trunk
19:11
* unix/configure: * unix/tcl.m4: extended test of termios vs. termio vs. sgtty to better detect r... check-in: dab434e960 user: hobbs tags: trunk
17:35
2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net> * generic/tclTest.c: * tests... check-in: 5d529b3b1d user: andreas_kupries tags: trunk
16:22
fixed a typo in today's date. check-in: 2e51d2c25b user: kennykb tags: trunk
16:07
(TIP#27) Changed a number of Tcl API's to accept "CONST char*" in place of simple "char*". (ken... check-in: bda1abaf85 user: kennykb tags: trunk
14:49
Corrected out of date comment check-in: d59f169ba4 user: dgp tags: trunk
07:14
change for tclListObj.c check-in: 2b80143559 user: hobbs tags: trunk
07:14
* generic/tclListObj.c (Tcl_SetListObj): set objPtr->length = 0 in empty object case to maintain s... check-in: 6c2114143e user: hobbs tags: trunk
07:13
give mklinks its own target check-in: 3c0109786b user: hobbs tags: trunk
07:11
Typo in comment check-in: 6cd2de3a51 user: dgp tags: trunk
2001-04-03
14:53
2001-04-03 Andreas Kupries <andreas_kupries@users.sourceforge.net> * unix/mkLinks: Added 'Signal... check-in: b33fc9c2a1 user: andreas_kupries tags: trunk
07:11
* README: * win/README: * win/README.binary: further notes corrections. check-in: 5ace24b624 user: hobbs tags: trunk
06:55
* win/configure: * win/tcl.m4 (SHLIB_LD): added -incremental:no. [Bug #219381] check-in: a762980c8f user: hobbs tags: trunk
2001-04-02
01:59
* README: * mac/README: * win/README: * win/README.binary: * unix/README: updated patchlevel in... check-in: c8846c0182 user: hobbs tags: trunk
01:59
* generic/tcl.h: * tools/tcl.wse.in: * win/configure.in (VER): * win/configure: * unix/configur... check-in: 4841414fb7 user: hobbs tags: trunk
2001-03-31
07:57
* generic/tclCkalloc.c (TclFinalizeMemorySubsystem): set curTagPtr to NULL to allow for reuse. * ... check-in: 243ce734c7 user: hobbs tags: trunk
07:55
* generic/tclThreadTest.c (Tcl_ThreadObjCmd): cast fixes check-in: 6dcd4ef529 user: hobbs tags: trunk
05:44
* win/tclWinSock.c (SocketEventProc): Fixed race condition in readability of socket on Windows. [... check-in: 870dfc7f97 user: hobbs tags: trunk
01:55
* generic/tclTest.c (TestChannelCmd): added cast to mollify Windows debug build. check-in: 0d97ccbef4 user: hobbs tags: trunk
2001-03-30
23:46
see ChangeLog check-in: da8cbf8124 user: hobbs tags: trunk
23:45
* win/Makefile.in (install-libraries): removed extra \s that broke the target. (install-doc): imp... check-in: 98bc8cef29 user: hobbs tags: trunk