summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * tests/fCmd.test (fCmd-6.26): fix failure when env(HOME) path containsdas2006-11-106-8/+28
* * generic/tclParseExpr.c (removed): Moved all the code ofdgp2006-11-098-1091/+1065
* Optimize for the unshared case.dkf2006-11-094-26/+75
* Implemented [string reverse].dkf2006-11-095-15/+56
* Implemented [lreverse] from TIP#272dkf2006-11-096-4/+109
* Fix spot where bug number formating was inconsistentdkf2006-11-081-1/+1
* Minor simplification of memcpy usagedkf2006-11-084-73/+110
* Rewrite for style and clarity (esp. tclPkg.c)dkf2006-11-083-636/+803
* * unix/tclUnixFCmd.c (CopyFile): [SF Tcl Bug 1586470]. Added codeandreas_kupries2006-11-072-1/+17
* Minor updates (whitespace police, etc.)dkf2006-11-073-29/+29
* Minor changes (whitespace police, etc.)dkf2006-11-071-59/+56
* * generic/tclStringObj.c: Changed Tcl_ObjPrintf() response todgp2006-11-052-2/+7
* TIP#274 IMPLEMENTATIONdgp2006-11-053-3/+17
* * generic/tclBasic.c (TEOVI): fix por possible leak of a CommandMiguel Sofer2006-11-042-3/+8
* * generic/tclBasic.c (TEOVI):Miguel Sofer2006-11-033-12/+41
* Rename constraint to look more conventionaldkf2006-11-031-15/+11
* Keep most tests from making sockets that are reachable off the machine.dkf2006-11-037-97/+98
* Minor syntactic changesdkf2006-11-031-7/+6
* * macosx/Tcl.xcodeproj/project.pbxproj: check autoconf/autoheader exitdas2006-11-032-1/+6
* * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-0340-316/+341
* * generic/tclCmdAH.c: Further revisions to produce the routinesdgp2006-11-025-108/+26
* Silence compiler grumbles.dkf2006-11-025-49/+51
* Fixed non-robustness error when opening subshell pipes when the current direc...dkf2006-11-022-12/+15
* Fix some comments, make selected if/while bodies clearer by inserting comments.dkf2006-11-021-9/+11
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-0220-97/+110
* Reverted tclEncoding.c commits that caused crashes and failures all overdgp2006-11-022-125/+129
* Make better use of the core's internal macros.dkf2006-11-021-89/+96
* Removed unnecessary casts and reworked some loops for more clarity.dkf2006-11-022-41/+30
* Clean up uses of cast NULLs.dkf2006-11-022-22/+24
* Added explanations, cleaned up whitespace.dkf2006-11-022-12/+32
* Indentation policingdkf2006-11-021-20/+24
* More trivial formatting stuffdkf2006-11-021-17/+22
* Remove confusing line breakdkf2006-11-021-3/+2
* Whitespace policingdkf2006-11-021-9/+8
* Rewrote comments in TEOVI for clarity and usefulness.dkf2006-11-022-50/+97
* fix warningdas2006-10-311-2/+1
* * unix/tclUnixPort.h: ensure MODULE_SCOPE is defined before use, sodas2006-10-313-3/+15
* Updated version of http packagepatthoyts2006-10-311-6/+6
* * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-3120-195/+212
* * generic/tclBasic.c:Miguel Sofer2006-10-315-13/+17
* Fix for bug #1582769 - options conflict with VC2003.patthoyts2006-10-312-1/+12
* Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interpdkf2006-10-318-109/+85
* * tools/tcltk-man2html.tcl (option-toc): handle any kind ofhobbs2006-10-312-1/+6
* boo - last commit did not compile :(Miguel Sofer2006-10-311-2/+2
* * generic/tclBasic.c (TEOVI): insured that the interp's callObjc/vMiguel Sofer2006-10-312-4/+20
* * generic/tclExecute.c (INST_MOD): Corrected improper testing ofdgp2006-10-303-4/+23
* D'oh! Updated the wrong thing.dkf2006-10-301-13/+15
* Add missing initialization.dkf2006-10-301-1/+2
* Formatting policedkf2006-10-301-232/+227
* * generic/tclNamesp.c (EnsembleImplementationCmd):Miguel Sofer2006-10-293-3/+27