Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclInt.decls, generic/tclIntDecls.h: Use unsigned char for | hobbs | 2007-11-09 | 5 | -47/+36 |
| | | | | | | * generic/tclExecute.c, generic/tclUtil.c: TclByteArrayMatch and don't allow a nocase option. [Bug 1828296] For INST_STR_MATCH, ignore pattern type for TclByteArrayMatch case. | ||||
* | * generic/tclBinary.c (Tcl_GetByteArrayFromObj): check type before | hobbs | 2007-11-09 | 2 | -2/+9 |
| | | | | func jump | ||||
* | formatting | das | 2007-11-08 | 1 | -34/+32 |
| | |||||
* | fix (unsigned char*) vs. (char*) warnings | das | 2007-11-08 | 2 | -5/+5 |
| | |||||
* | * generic/tclStubInit.c: | hobbs | 2007-11-08 | 6 | -5/+226 |
| | | | | | | | * generic/tclInt.decls, generic/tclIntDecls.h: added TclByteArrayMatch * generic/tclUtil.c (TclByteArrayMatch): for efficient glob * generic/tclExecute.c (TclExecuteByteCode): matching of ByteArray Tcl_Objs, used in INST_STR_MATCH. [Bug 1827996] | ||||
* | (DoWriteChars): special case for 1-byte channel write. | hobbs | 2007-11-07 | 2 | -6/+12 |
| | |||||
* | * generic/tclIO.c (TclGetsObjBinary): add an efficient binary path | hobbs | 2007-11-07 | 2 | -4/+259 |
| | | | | for [gets]. | ||||
* | * generic/tclEncoding.c: Version of the embedded iso8859-1 | Miguel Sofer | 2007-11-06 | 2 | -13/+219 |
| | | | | | | | | encoding handler that is faster (functions to do the encoding know exactly what they're doing instead of pulling it from a table, though the table itself has to be retained for use by shift encodings that depend on iso8859-1.) [Patch 1826906], committing for dkf. | ||||
* | * generic/tclConfig.c (Tcl_RegisterConfig): Modified to not extend | andreas_kupries | 2007-11-05 | 2 | -42/+44 |
| | | | | | | | the config database if the encoding provided by the user is not found (venc == NULL). Scripts expecting the data will error out, however we neither crash nor provide bogus information. See [SF Tcl Bug 983509] for more discussion. | ||||
* | * generic/tclConfig.c (Tcl_RegisterConfig): Modified to use | andreas_kupries | 2007-11-05 | 2 | -1/+15 |
| | | | | | | | | iso8859-1 as a fallback if the user supplied encoding was not found. That way we do not crash. It is unclear however if this is a sane fallback given that the encoding is likely wrong and producing bogus strings. See [SF Tcl Bug 983509] for more discussion. | ||||
* | * unix/tclUnixChan.c (TtyGetOptionProc): Accepted [SF Tcl Patch | andreas_kupries | 2007-11-05 | 3 | -10/+32 |
| | | | | | | | 1823576] provided by Stuart Cassof <stwo@users.sourceforge.net>. The patch adds the necessary utf/external conversions to the handling of the arguments of option -xchar which will allow the use of \0 and similar characters. | ||||
* | * generic/tclTest.c (TestSetCmd2): | Miguel Sofer | 2007-11-03 | 4 | -4/+55 |
| | | | | | | | * generic/tclVar.c (TclObjLookupVarEx): * tests/set.test (set-5.1): fix error branch when array name looks like array element (code not normally exercised). x | ||||
* | Minor documentation improvements | dkf | 2007-11-01 | 10 | -70/+91 |
| | |||||
* | Reorder paragraphs for better readability. | dkf | 2007-11-01 | 1 | -9/+9 |
| | |||||
* | Fix .DS/.DE to work better when transformed to a table | dkf | 2007-11-01 | 1 | -35/+35 |
| | |||||
* | Convert .DS/.DE sequences to tables, as that's now what they're used for. | dkf | 2007-11-01 | 2 | -2/+8 |
| | |||||
* | Clarified documentation of RE flags. [Bug 1167840] | dkf | 2007-11-01 | 2 | -12/+16 |
| | |||||
* | change 'reflectedchan' to 'refchan' for reduced confusion. | dkf | 2007-11-01 | 3 | -6/+9 |
| | |||||
* | \u0000 is ASCII! [Bug 1808258] | dkf | 2007-11-01 | 3 | -17/+18 |
| | |||||
* | Clarified [file nativename] usage. [Bug 1185154] | dkf | 2007-11-01 | 2 | -3/+16 |
| | |||||
* | Sync to Tk: use -fp:strict always | patthoyts | 2007-10-31 | 1 | -11/+1 |
| | |||||
* | Spread the idiom, make the rendering to HTML reliable! | dkf | 2007-10-30 | 10 | -121/+161 |
| | |||||
* | Eliminate misuse of .br | dkf | 2007-10-30 | 3 | -9/+20 |
| | |||||
* | typos | dkf | 2007-10-30 | 2 | -4/+4 |
| | |||||
* | * generic/tcl.h: Bump version number to 8.5b2.1 to distinguish | dgp | 2007-10-30 | 8 | -12/+23 |
| | | | | | | | | | | * library/init.tcl: CVS development snapshots from the 8.5b2 * unix/configure.in: release. * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure: | ||||
* | Forgot some SEE ALSOs | dkf | 2007-10-30 | 2 | -4/+5 |
| | |||||
* | Typo [Bug 1811621] | dkf | 2007-10-30 | 1 | -3/+2 |
| | |||||
* | Clear up what's going on a bit more. [Bug 1811803] | dkf | 2007-10-30 | 3 | -48/+60 |
| | |||||
* | Fix [Bug 1822268] | dkf | 2007-10-30 | 2 | -22/+42 |
| | |||||
* | Enhance the HTML generator so that it can produce multi-line option ↵ | dkf | 2007-10-30 | 2 | -225/+283 |
| | | | | descriptions. | ||||
* | line endings | dgp | 2007-10-29 | 26 | -2406/+2377 |
| | |||||
* | Minor fixes | dkf | 2007-10-29 | 2 | -8/+5 |
| | |||||
* | GOOBE the docs some more. | dkf | 2007-10-29 | 31 | -220/+224 |
| | |||||
* | Missed this file last night | dkf | 2007-10-29 | 1 | -87/+211 |
| | |||||
* | Next stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-29 | 67 | -1230/+1598 |
| | | | | generation works | ||||
* | First stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-28 | 93 | -2481/+2689 |
| | | | | generation works | ||||
* | * generic/tclUtil.c (Tcl_ConcatObj): optimise for some of the | Miguel Sofer | 2007-10-28 | 2 | -13/+43 |
| | | | | concatenees being empty objs [Bug 1447328] | ||||
* | Embed the definition of the iso8859-1 encoding directly in Tcl. | dkf | 2007-10-28 | 2 | -2/+54 |
| | |||||
* | * generic/tclNamesp.c (Tcl_FindCommand): insure that FQ command | Miguel Sofer | 2007-10-27 | 2 | -2/+6 |
| | | | | | names are searched from the global namespace, ie, bypassing resolvers of the current namespace [Bug 1114355]. | ||||
* | * doc/CrtMathFnc.3: fixed Tcl_ListMathFuncs entry [Bug 1672219] | Miguel Sofer | 2007-10-27 | 2 | -4/+3 |
| | |||||
* | Part of fix for [Bug 1810264] | dkf | 2007-10-27 | 2 | -5/+8 |
| | |||||
* | * doc/apply.n: fixed example [Bug 1811791] | Miguel Sofer | 2007-10-27 | 4 | -6/+10 |
| | | | | | * doc/namespace.n: improved example [Bug 1788984] * doc/AddErrInfo.3: typo [Bug 1715087] | ||||
* | * generic/tclCompile.h: | Miguel Sofer | 2007-10-27 | 3 | -4/+11 |
| | | | | | | * generic/tclInt.h: moved declaration of TclSetCmdNameObj from tclCompile.h to tclInt.h, reverting linker [Bug 1821159] caused by commit of 2007-10-11 (both I and gcc missed one dep). | ||||
* | * generic/tclVar.c: try to preserve Tcl_Objs when doing variable | Miguel Sofer | 2007-10-27 | 2 | -55/+102 |
| | | | | lookups by name, partially addressing [Bug 1793601] | ||||
* | Make the man->HTML scraper work better. | dkf | 2007-10-26 | 2 | -13/+62 |
| | |||||
* | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 107 | -2287/+1408 |
| | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. | ||||
* | tag: 8.5b2 | dgp | 2007-10-26 | 1 | -0/+2 |
| | |||||
* | * changes: Updated for 8.5b2 release. | dgp | 2007-10-26 | 2 | -1/+17 |
| | |||||
* | fix date | dgp | 2007-10-26 | 1 | -1/+1 |
| | |||||
* | * README: Bump version number to 8.5b2. | dgp | 2007-10-26 | 10 | -16/+29 |
| | | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure: |