| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): | hobbs | 2007-12-07 | 3 | -12/+16 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): Use | hobbs | 2007-12-07 | 2 | -2/+8 |
|
|
* | * generic/tclIOCmd.c (FinalizeIOCmdTSD, Tcl_PutsObjCmd): cache | hobbs | 2007-12-07 | 2 | -18/+64 |
|
|
* | * README: Remove mention of dead comp.lang.tcl.announce | dgp | 2007-12-07 | 2 | -4/+5 |
|
|
* | * unix/README: Mention the stub library created by `make` and warn | dgp | 2007-12-07 | 2 | -6/+17 |
|
|
* | * doc/AddErrInfo.3: Documentation for the new routines in TIP 270. | dgp | 2007-12-07 | 4 | -12/+143 |
|
|
* | * doc/namespace.n: Documentation for zero-argument form of | dgp | 2007-12-06 | 2 | -3/+24 |
|
|
* | (TclMatchIsTrivial): simplify TclMatchIsTrivial to remove ] check | hobbs | 2007-12-06 | 2 | -2/+3 |
|
|
* | add TclGetChannelFromObj decl | hobbs | 2007-12-06 | 2 | -1/+8 |
|
|
* | Oops! | dkf | 2007-12-06 | 1 | -2/+2 |
|
|
* | Simplify code for setting up the [chan] ensemble now that we can leverage | dkf | 2007-12-06 | 5 | -378/+410 |
|
|
* | Fix [Bug 1845320] and [Bug 1845397] | dkf | 2007-12-06 | 3 | -9/+21 |
|
|
* | * generic/tclIO.h: Create Tcl_Obj for Tcl channels to reduce | hobbs | 2007-12-05 | 4 | -116/+352 |
|
|
* | * tests/stack.test: made the tests for stack overflow not care | Miguel Sofer | 2007-12-05 | 2 | -5/+28 |
|
|
* | * win/configure, win/tcl.m4 (LIBS_GUI): mingw needs -lole32 | hobbs | 2007-12-05 | 3 | -2/+9 |
|
|
* | Prevent shimmering crash in [lsearch] when -exact and -integer/-real are mixed. | dkf | 2007-12-05 | 3 | -2/+30 |
|
|
* | Add extra #ifdef-fery to make code compile on BSD 5. [Bug 1618235, again] | dkf | 2007-12-03 | 2 | -1/+10 |
|
|
* | * library/tcltest/tcltest.tcl: Bump tcltest to version 2.3.0 so that | dgp | 2007-12-03 | 5 | -9/+16 |
|
|
* | * win/configure, win/tcl.m4 (LIBS_GUI): remove ole32.lib oleaut32.lib | hobbs | 2007-12-03 | 3 | -4/+8 |
|
|
* | Minor corrections | dkf | 2007-12-03 | 1 | -16/+15 |
|
|
* | Make two-arg switch work reliably (and actually as documented!) [Bug 1836519] | dkf | 2007-12-03 | 5 | -238/+274 |
|
|
* | Silence syntax warning by Sun C compiler. [Bug 1840211] | dkf | 2007-12-01 | 1 | -2/+2 |
|
|
* | Improved list of files to ignore | dkf | 2007-12-01 | 1 | -17/+18 |
|
|
* | win/makefile.vc: add ws2_32.lib to baselibs | hobbs | 2007-11-30 | 2 | -2/+3 |
|
|
* | * win/configure, win/tcl.m4: add ws2_32.lib / -lws2_32 to build. | hobbs | 2007-11-30 | 4 | -287/+92 |
|
|
* | * generic/tclWinSock.c (InitializeHostName): Correct error in | dgp | 2007-11-29 | 2 | -3/+10 |
|
|
* | * generic/tclConfig.c: Corrected failure of the [::foo::pkgconfig] | dgp | 2007-11-28 | 2 | -11/+32 |
|
|
* | * generic/tclNamesp.c (Tcl_SetEnsembleMappingDict): Added checks | dgp | 2007-11-28 | 2 | -2/+28 |
|
|
* | * generic/tclIO.c: Simplify test and improve accuracy of error | dgp | 2007-11-28 | 2 | -5/+9 |
|
|
* | Extra channel tests to check for no -eofchar | patthoyts | 2007-11-28 | 1 | -1/+10 |
|
|
* | -eofchar must support no eofchar. | patthoyts | 2007-11-28 | 2 | -3/+7 |
|
|
* | * generic/tclBasic.c: remove unneeded call in Tcl_CreateInterp, | Miguel Sofer | 2007-11-28 | 2 | -8/+11 |
|
|
* | * win/tclWinSock.c: Add mising encoding conversion of the [info | dgp | 2007-11-27 | 2 | -5/+13 |
|
|
* | * doc/chan.n: "Fix" the limitation on channel -eofchar | dgp | 2007-11-27 | 5 | -16/+41 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-26 | 5 | -18/+72 |
|
|
* | Added bug number | dkf | 2007-11-24 | 1 | -1/+1 |
|
|
* | Fix stack corruption in [dict append] compiler | dkf | 2007-11-24 | 2 | -40/+49 |
|
|
* | * generic/tclIORChan.c: Fixed a problem with reflected | andreas_kupries | 2007-11-24 | 3 | -13/+168 |
|
|
* | Remove #ifdef out accidentally left in | dkf | 2007-11-23 | 1 | -4/+1 |
|
|
* | * generic/tclVar.c (Tcl_ArrayObjCmd): handle the right data for | hobbs | 2007-11-23 | 3 | -7/+21 |
|
|
* | Turn the [string] command into a real compiled ensemble. | dkf | 2007-11-23 | 7 | -333/+452 |
|
|
* | Rebuild [dict] as a full compiled ensemble. | dkf | 2007-11-22 | 6 | -612/+785 |
|
|
* | Rewrote the [string] and [dict] implementations to be ready for conversion | dkf | 2007-11-22 | 3 | -1143/+2033 |
|
|
* | Flag shimmering bug found in [string range]. | dkf | 2007-11-22 | 2 | -1/+11 |
|
|
* | Generalize the ensemble compiler further. Still doesn't precopile rewrites, b... | dkf | 2007-11-21 | 2 | -50/+146 |
|
|
* | Factor out the core compiled-ensemble builder for simplicity. | dkf | 2007-11-21 | 4 | -47/+98 |
|
|
* | A little more errorCode goodness | dkf | 2007-11-21 | 2 | -4/+15 |
|
|
* | Trim the fat from the source | dkf | 2007-11-21 | 1 | -310/+280 |
|
|
* | Added "Potential Incompat" warning. | dkf | 2007-11-20 | 1 | -0/+3 |
|
|
* | * generic/tclDictObj.c: Changed the underlying implementation of the | dkf | 2007-11-20 | 10 | -237/+416 |
|
|