Tcl Source Code

Timeline
Login

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

49 check-ins using file changes version 8575b7ba4f

2002-02-27
01:20
see ChangeLog check-in: d223568fb3 user: hobbs tags: trunk
01:16
* unix/tclUnixSock.c (Tcl_GetHostName): added an extra gethostbyname check to guard against failur...
check-in: da9b8f2b97 user: hobbs tags: trunk
2002-02-26
20:06
see ChangeLog check-in: 5b09e264aa user: hobbs tags: trunk
20:03
* unix/configure: * unix/tcl.m4 (SC_SERIAL_PORT): added sys/modem.h check and defined _XOPEN_SOUR...
check-in: 67140700c8 user: hobbs tags: trunk
20:03
* unix/tclUnixChan.c: added Unix implementation of TIP #35, serial port support. [Patch #438509] (...
check-in: 1935c2998f user: hobbs tags: trunk
17:26
bugfix to the bugfix to the new [for] compiled code check-in: 4d5054a6b2 user: msofer tags: trunk
02:49
* mac/tclMacSock.c (TcpGetOptionProc): Changed to recognize the option "-error". Essentially ig... check-in: aa1de44a3e user: andreas_kupries tags: trunk
02:22
* doc/Alloc.3: * doc/LinkVar.3: * doc/ObjectType.3: * doc/PkgRequire.3: * doc/Preserve.3: * do...
check-in: 332048a6cb user: hobbs tags: trunk
02:19
revert accidental commit of tclAlloc.c to r1.11 check-in: ec2717ab8a user: hobbs tags: trunk
02:09
* generic/tclHash.c (AllocArrayEntry, AllocStringEntry): Before invoking ckalloc when creating a T...
check-in: a1ab505019 user: hobbs tags: trunk
00:18
typo check-in: 890bfe3a79 user: dgp tags: trunk
2002-02-25
23:17
avoiding a buffer overrun in [subst]; restoring tcl7.6 behaviour [Bug #495207] check-in: b7a0a09e50 user: msofer tags: trunk
16:46
* unix/tclUnixPort.h: corrected strtoll prototype mismatch on Tru64.
check-in: 7592be8e18 user: dgp tags: trunk
16:23
* compat/strtod.c (strtod): simplified #includes * compat/strtol.c (strtol): gather result ...
check-in: 051f9676eb user: dgp tags: trunk
15:23
Added clarification comment. check-in: 29313c063d user: dkf tags: trunk
15:21
* unix/tclLoadDyld.c: updated to use Mac OS X 10.1 dyld APIs that have more libdl-like semantics. ...
check-in: c11b1544f8 user: das tags: trunk
14:26
simplified the #include lines
check-in: 610523d310 user: dgp tags: trunk
14:15
fixing a bug in last tclCompCmds.c patch, in the code for [for] and [while]. check-in: 7470ee815e user: msofer tags: trunk
10:36
Minor cleanup of compat functions to get rid of GCC warnings. check-in: 438469be6a user: dkf tags: trunk
2002-02-24
02:53
* compat/strtoull.c (strtoull): * compat/strtoll.c (strtoll): * compat/strto...
check-in: dbcccf04b6 user: dgp tags: trunk
2002-02-23
22:15
* configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Link with -n32 instead of -32 when building...
check-in: afc6d864e7 user: mdejong tags: trunk
2002-02-22
22:36
* generic/tclInt.h: * generic/tclObj.c: renamed global variable emptyString -> ...
check-in: d709125ee9 user: dgp tags: trunk
21:54
see ChangeLog check-in: 45f81a4f7e user: hobbs tags: trunk
21:54
* tests/regexpComp.test: updated regexp-11.[1-4] to match changes in regexp.test for new regsub sy...
check-in: 0ff096e886 user: hobbs tags: trunk
21:51
updated safe-8.5 and safe-8.7 check-in: 8eaff4d506 user: hobbs tags: trunk
19:55
see ChangeLog check-in: a4165bd668 user: hobbs tags: trunk
19:55
* unix/configure: * unix/tcl.m4: added --enable-64bit support for AIX-4 (using -q64 flag) when us...
check-in: cd30d6ac15 user: hobbs tags: trunk
19:54
Optimising [if], [for] and [while] for constant conditions check-in: d0284fda0e user: msofer tags: trunk
19:51
* library/safe.tcl (CheckFileName): removed the limit on sourceable file names (was only *.tcl or ...
check-in: a5f9958f8f user: hobbs tags: trunk
14:52
Added TIP#76 implementation, docs + tests. check-in: 77072a000c user: dkf tags: trunk
09:04
Const-ifying declarations of strtoll/strtoull and new compat code. check-in: a2e0dc62c0 user: dkf tags: trunk
03:29
More comments added and decided not to pack modules tightly. Four gigabytes of address space is qui... check-in: d5b78e2022 user: davygrvy tags: trunk
2002-02-21
22:04
speling check-in: 4cbd3d9f4a user: davygrvy tags: trunk
22:01
no message check-in: ed5f3bbd70 user: davygrvy tags: trunk
22:00
* win/mkd.bat (removed): * win/coffbase.txt (new): * win/makefile.bc: * win/makefile.vc: Change...
check-in: 03b767fef9 user: davygrvy tags: trunk
21:20
reverted back to 1.6, as the header file change to tclPort.h doesn't allow for easy embedded support... check-in: 434cb6babc user: davygrvy tags: trunk
18:37
no message check-in: aea8611aeb user: davygrvy tags: trunk
18:37
* win/makefile.vc: * win/rules.vc: Added a new "loimpact" option that sets the -ws:aggressive li...
check-in: 9265d5d116 user: davygrvy tags: trunk
18:37
* win/tclAppInit.c: Changed #include "tcl.h" to be tclPort.h to remove the raw windows.h include. ...
check-in: 2bba08d67f user: davygrvy tags: trunk
17:17
typo correction in latest change
check-in: 7c7f2273b0 user: dgp tags: trunk
16:49
Improving 'long long' detection... check-in: 35d996cf71 user: dkf tags: trunk
2002-02-20
19:08
no message check-in: d0975f04ec user: davygrvy tags: trunk
19:06
* win/buildall.vc.bat: * win/makefile.vc: * win/rules.vc: General clean-ups. Added compiler and ...
check-in: 79169c9339 user: davygrvy tags: trunk
18:46
* generic/tcl.decls (Tcl_RegExpRange,Tcl_GetIndexFromObjStruct): Overlooked a few so...
check-in: 3dc93acf1e user: dgp tags: trunk
12:35
no message check-in: 2729c0f886 user: davygrvy tags: trunk
12:33
* win/makefile.vc: Added the pentium errata switches to $(cflags) which should have already been t...
check-in: 25d1437dfd user: davygrvy tags: trunk
00:35
Made tcl.h better at guessing what is going on with 64-bit types when configure doesn't tell it expl... check-in: 731126179b user: dkf tags: trunk
2002-02-19
10:26
Fixed behaviour of [format] on 64-bit platforms by defining it to work with machine words by default... check-in: 6229fe3c30 user: dkf tags: trunk
08:38
  • First draft of updated changes for 8.4a4 release.
check-in: dc83a531e4 user: dgp tags: trunk