summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Bug 1426279Kevin B Kenny2006-07-311-12/+37
* * generic/tclExecute.c: Corrected flawed overflow detection indgp2006-07-261-2/+5
* undo mistaken commitdgp2006-07-212-20/+17
* * generic/tclExecute.c:Miguel Sofer2006-07-213-21/+29
* * generic/regc_locale.c (cclass):das2006-07-208-47/+47
* Made Tcl_AsyncDelete() more tolerant when called after all thread TSDvasiljevic2006-07-111-14/+23
* Improvements to error context messagesdgp2006-07-051-3/+9
* * generic/tclParseExpr.c: Completely new expression parserdgp2006-07-053-27/+1192
* fix warningsdas2006-06-211-22/+22
* * generic/tclIOUtil.c: Changed default configuration todgp2006-06-218-158/+78
* * generic/tclCmdAH.c: Removed dead code that was old implementationdgp2006-06-201-484/+1
* typodgp2006-06-161-2/+2
* * generic/tcl.h (Tcl_DecrRefCount): use if/else construct to allowhobbs2006-05-301-2/+5
* Silence compiler warning.dgp2006-05-151-2/+3
* * generic/tclProc.c (ProcCompileProc): When a bump of the compiledgp2006-05-131-5/+83
* * generic/tclEvent.c (HandleBgErrors): fix leak. [Coverity issue 86]das2006-05-121-1/+2
* * generic/tclMain.c (Tcl_Main): Corrected flaw that requireddgp2006-05-051-111/+111
* * README: Bump version number to 8.5a5dgp2006-05-041-3/+3
* * generic/tclBasic.c (ExprSrandFunc): Restore acceptance of wide/bigdgp2006-05-041-4/+15
* * generic/tclBinary.c: Revised the handling of the Q and q formatdgp2006-04-263-12/+81
* * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-251-1/+2
* fix for Martin Lemburg's DST conversion bug.Kevin B Kenny2006-04-191-2/+65
* Fix [1376892]dkf2006-04-121-1/+86
* * generic/tclTrace.c: Stop some interference between enter tracesdgp2006-04-111-4/+10
* * generic/tclPathObj.c: Yet another revised fix for the [Bug 1379287]dgp2006-04-071-5/+12
* * generic/tclRegexp.c (FinalizeRegexp): full reset data tohobbs2006-04-071-1/+7
* * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seemsdgp2006-04-061-2/+2
* * generic/tclPathObj.c: Revised fix for the [Bug 1379287] familydgp2006-04-061-30/+19
* * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow emptydgp2006-04-051-7/+3
* Nail [Bug 1464039] by allowing the empty string to be exactly matched bydkf2006-04-051-19/+15
* * generic/tclIO.c (ReadChars): Added check and panic andandreas_kupries2006-04-052-2/+87
* * generic/tclExecute.c: remove unused var and silence gcc warningMiguel Sofer2006-03-301-3/+6
* * generic/tclPathObj.c: More fixes for path normalization when /../dgp2006-03-291-9/+15
* * generic/tclExecute.c: Revised INST_MOD implementation to dodgp2006-03-291-28/+154
* Added comment about potential improvement to Tcl_GetBignumAndClearObj.dgp2006-03-291-1/+7
* typo in commentdas2006-03-281-2/+2
* nativeFilesystemRecord comparisonsvincentdarley2006-03-281-6/+6
* * generic/tclExecute.c: Merge INST_MOD computation in with thedgp2006-03-271-2/+2
* * generic/tclExecute.c: Merge INST_MOD computation in with thedgp2006-03-271-431/+64
* * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made itandreas_kupries2006-03-274-22/+33
* * generic/tclExecute.c: Corrections to INST_EXPON detection ofdgp2006-03-251-4/+8
* revert most recent tclEncoding.c commit. It is suspected to havedgp2006-03-241-22/+6
* add missing casts to int that were making VC6 complainKevin B Kenny2006-03-241-3/+3
* * generic/tclExecute.c: Revised INST_EXPON implementation to dodgp2006-03-241-190/+122
* avoid unused var compiler warningdas2006-03-241-2/+2
* * generic/tclExecute.c: Merged INST_EXPON handling in with the otherdgp2006-03-231-91/+68
* comment adjustmentdgp2006-03-232-3/+3
* * generic/tclStrToD.c: One of the branches of AccumulateDecimalDigitdgp2006-03-211-1/+2
* * generic/tclInt.decls: implement globbing for HFS creator & typedas2006-03-213-3/+23
* fix to two filesystem issuesvincentdarley2006-03-191-31/+28