Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tcl.decls: | hobbs | 2001-05-15 | 4 | -4/+76 |
| | | | | | | | * generic/tclDecls.h: * generic/tclStubInit.c: * generic/tclStringObj.c (Tcl_GetUnicodeFromObj): new function to parallel Tcl_GetStringFromObj (fix of an API oversight). | ||||
* | * generic/tclFileName.c (ExtractWinRoot): corrected ABR error | hobbs | 2001-05-15 | 1 | -12/+11 |
| | |||||
* | * tests/fileName.test: corrected tests not to fail on win when a | hobbs | 2001-05-15 | 1 | -4/+4 |
| | | | | C:/test dir exists. | ||||
* | * unix/tclUnixPipe.c: updated pipeChannelType to | hobbs | 2001-05-15 | 1 | -11/+15 |
| | | | | TCL_CHANNEL_VERSION_2 type specification. | ||||
* | Error in date of today's commits (doh!) | Miguel Sofer | 2001-05-15 | 1 | -2/+2 |
| | |||||
* | [Patch: 423617] | Miguel Sofer | 2001-05-15 | 2 | -1/+8 |
| | |||||
* | Patch from [Bug: 231259] | Miguel Sofer | 2001-05-15 | 4 | -8/+43 |
| | |||||
* | Added some documentation for the console command. | dkf | 2001-05-15 | 2 | -0/+102 |
| | |||||
* | Negative start index to [string first] caused offset return value (Bug 423581) | dkf | 2001-05-14 | 3 | -2/+19 |
| | |||||
* | * unix/Makefile.in: Add a LDFLAGS variable to the | mdejong | 2001-05-11 | 8 | -68/+85 |
| | | | | | | | | | | | | | | Makefile instead of directly substing @LDFLAGS@. * unix/configure: Regen. * unix/tcl.m4: Fix CFLAGS_DEFAULT so that the name of a Makefile variable is passed as @CFLAGS@.win/tcl.m4 * win/Makefile.in: Move the setting of CFLAGS higher up in the Makefile. * win/configure: Regen. * win/configure.in: Use dnl to comment out macros so that they are not accidently expanded. * win/tcl.m4: Fix CFLAGS_DEFAULT so that the name of a Makefile variable is passed as @CFLAGS@. | ||||
* | rand() gets != seeds in != threads [Bug 416643] | Miguel Sofer | 2001-05-07 | 2 | -2/+13 |
| | |||||
* | * tools/tcltk-man2html.tcl: removed use of 'exec' for portability | hobbs | 2001-05-04 | 2 | -108/+129 |
| | | | | and fixed up code. | ||||
* | fixed minor nroff bugs | hobbs | 2001-05-03 | 1 | -4/+4 |
| | |||||
* | by chance '\n' started a line, looking like a comment | hobbs | 2001-05-03 | 1 | -3/+3 |
| | |||||
* | removed extraneous 'v' from doc | hobbs | 2001-05-03 | 1 | -2/+2 |
| | |||||
* | * tests/tcltest.test: removed extraneous 'c' (doh!) [Bug: 414031] | hobbs | 2001-05-03 | 1 | -2/+2 |
| | |||||
* | Fix for Bug 420186 | dgp | 2001-05-03 | 5 | -9/+30 |
| | |||||
* | Patch for bug #420507 | Miguel Sofer | 2001-05-03 | 3 | -3/+22 |
| | |||||
* | * tools/genStubs.tcl: Add a package require of Tcl 8 | mdejong | 2001-05-02 | 2 | -1/+10 |
| | | | | | | at the beginning of the script so that the script will print a descriptive error message when run in an old Tcl 7 shell. | ||||
* | Second attempt at committing the changes adding CONST qualifiers. | Kevin B Kenny | 2001-04-27 | 1 | -1/+7 |
| | |||||
* | Added several missing CONSTs in calls to TclGetNamespaceForQualName | Kevin B Kenny | 2001-04-27 | 7 | -19/+28 |
| | |||||
* | * unix/configure: Regen. | mdejong | 2001-04-25 | 7 | -278/+300 |
| | | | | | | | | * unix/tcl.m4: Subst TCL_THREADS into tclConfig.sh. * unix/tclConfig.sh.in: Add TCL_THREADS variable. * win/configure: Regen. * win/tcl.m4: Subst TCL_THREADS into tclConfig.sh. * win/tclConfig.sh.in: Add TCL_THREADS variable. | ||||
* | * unix/configure: Regen. | mdejong | 2001-04-25 | 3 | -17/+20 |
| | | | | | | * unix/configure.in: Use $@ in MAKE_LIB and MAKE_STUB_LIB commands instead of using a delayed subst variable. Replace instances of STUB_LIB_FILE with TCL_STUB_LIB_FILE. | ||||
* | Woops, fix last checking of broken configure. | mdejong | 2001-04-25 | 1 | -0/+6351 |
| | |||||
* | * unix/Makefile.in: Use TCL_STUB_LIB_FILE instead of STUB_LIB_FILE. | mdejong | 2001-04-25 | 4 | -6359/+10 |
| | | | | | | * unix/configure: Regen. * unix/configure.in: Don't subst STUB_LIB_FILE, use TCL_STUB_LIB_FILE instead. | ||||
* | Got the encoding wrong; thanks to Richard Suchenwirth for pointing me | dkf | 2001-04-25 | 3 | -10/+20 |
| | | | | in the direction of a correct encoding. | ||||
* | Added some ISO8859-15 (Latin-9 or Latin-1+Euro symbol) support. | dkf | 2001-04-25 | 4 | -0/+224 |
| | |||||
* | Added a bunch of missing CONST declarations to stop warnings about | dkf | 2001-04-25 | 3 | -11/+21 |
| | | | | using TclGetNamespaceForQualName from the (Solaris8) SUNWspro cc. | ||||
* | (TIP #27) Another round of CONST changes, this | Kevin B Kenny | 2001-04-24 | 16 | -124/+169 |
| | | | | | | | | | time adding CONST to the API's exported from tclBasic.c. [Patch #415179] ***POTENTIAL INCOMPATIBILITY*** from 8.4a2, in which Vince Darley's changes to command tracing were added. A const has been added to the type signature of one of the parameters to Tcl_CommandTraceProc. | ||||
* | Altered tclUnixTime.c in hopes of better K&R compatibility. | Kevin B Kenny | 2001-04-10 | 2 | -3/+10 |
| | |||||
* | Oops. Committed the wrong copy of the source with the last commit five | Kevin B Kenny | 2001-04-10 | 1 | -3/+3 |
| | | | | minutes ago. | ||||
* | Fixed silly typo in calls to 'gmtime' and 'localtime'. | Kevin B Kenny | 2001-04-10 | 2 | -3/+8 |
| | |||||
* | Bug #219140: Added DYNAMIC_PATH to the shl_load flags. | Kevin B Kenny | 2001-04-09 | 2 | -2/+9 |
| | |||||
* | Changes to support re-entrant coding of gmtime and localtime. | Kevin B Kenny | 2001-04-09 | 4 | -169/+371 |
| | | | | (Bugs #219136 and #232558) | ||||
* | Recognise the non-numeric boolean literals (true,false,yes,no,on,off.) | dkf | 2001-04-09 | 3 | -4/+70 |
| | | | | [Bug #217777] | ||||
* | Fixed typo. | dkf | 2001-04-09 | 1 | -2/+2 |
| | |||||
* | Avoid panic when there are extra items in the tcl stack | Miguel Sofer | 2001-04-07 | 3 | -4/+23 |
| | | | | [Bug #406709, Patch #414470] | ||||
* | corrected behaviour of [namespace code] (Bug #219385, Patch #403530) | Miguel Sofer | 2001-04-07 | 1 | -0/+9 |
| | |||||
* | Corrected behaviour of [namespace code] (bug #219385, patch #403530) | Miguel Sofer | 2001-04-07 | 5 | -15/+30 |
| | |||||
* | 2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-04-06 | 4 | -1/+146 |
| | | | | | | | | | | | * unix/Makefile.in (checkdoc): New target, checking the definitions as found in the compiled library against the manpages to find undocumented public functionality. * unix/mkLinks: Updated to include the new manpage. * doc/UniCharIsAlpha.3: New manpage documenting the Unicode character classification APIs [Bug #218720]. | ||||
* | 2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-04-06 | 5 | -6/+29 |
| | | | | | | | | | | | | | * unix/mkLinks: Updated to incorporate the changes below. * doc/StringObj.3: Added 'Tcl_AttemptSetObjLength' to the NAME section. [Bug #414435]. * doc/Alloc.3: Added both 'Tcl_AttemptAlloc' and 'Tcl_AttemptRealloc' to the NAME section. [Bug #414435]. * doc/Utf.3: Added both 'Tcl_UniCharCaseMatch' and 'Tcl_UniCharNcasecmp' to the NAME section. [Bug #414435]. | ||||
* | Modified processing of $::errorInfo by [unknown] when the auto-loaded command | dgp | 2001-04-06 | 3 | -19/+100 |
| | | | | | throws an error to better cover the tracks of auto-loading. [Bug 219280, Patch 403551] | ||||
* | Improved documentation on behaviour of read w.r.t. serial ports. | dkf | 2001-04-06 | 2 | -15/+36 |
| | | | | [Bug #219402] | ||||
* | Fixed problem with [string compare \x00 \x01] and hopefully sped the | dkf | 2001-04-06 | 4 | -37/+128 |
| | | | | | command up in a few cases too (notably byte arrays and UNICODE objects.) [Bug #219201] | ||||
* | 2001-04-05 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-04-05 | 3 | -12/+13 |
| | | | | | * doc/Macintosh.3: Removed duplicates from .SH line [Bug #413983]. | ||||
* | Fixed so tclCmdMZ.c will compile with K&R compilers [Patch #413844] | dkf | 2001-04-05 | 2 | -3/+8 |
| | |||||
* | Restore support for pre-ANSI compilers. | dgp | 2001-04-04 | 2 | -2/+8 |
| | |||||
* | 2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-04-04 | 4 | -1/+182 |
| | | | | | | | | | | * unix/mkLinks: Updated to contain the new manpage. * doc/Environment.3: New manpage, describes Tcl_PutEnv [Bug #219171]. * doc/Macintosh.3: New manpage describing the macintosh specific parts of the public API [Bug #219169]. | ||||
* | * unix/configure: | hobbs | 2001-04-04 | 3 | -183/+377 |
| | | | | | | | * unix/tcl.m4: extended test of termios vs. termio vs. sgtty to better detect result on Linux and when certain configure redirections are being used. (max) [Patch #402923; Bug #227412, #219194] | ||||
* | 2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-04-04 | 3 | -10/+48 |
| | | | | | | | * generic/tclTest.c: * tests/io.tests: TIP #10 followup correcting a problem with the original patch because of the lack of 'testthread id' for a non-threaded compilation. |