summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclIOUtil.c (TclGetOpenMode): Added the flag O_APPEND toandreas_kupries2006-03-161-2/+6
* missing statics revealed by 'make checkexports'das2006-03-162-4/+4
* * tests/socket.test: Extended the timeout in socket-11.11 from 10andreas_kupries2006-03-161-2/+18
* 90% fix of file writable issues on Windowsvincentdarley2006-03-141-64/+1
* * generic/tclEncoding.c: Report error when an escape encodingdgp2006-03-131-6/+22
* silence a strict aliasing warning from gccrmax2006-03-131-3/+4
* * generic/tclProc.c (ObjInterpProcEx):Miguel Sofer2006-03-101-2/+17
* Calls TclpFinalizeSockets() as partvasiljevic2006-03-101-1/+8
* Added TclpFinalizeSockets() call.vasiljevic2006-03-101-1/+2
* Cosmetic touch.vasiljevic2006-03-101-4/+3
* missing staticdgp2006-03-101-2/+2
* Undo latest commit due to controversy about whether some use casedgp2006-03-091-2/+2
* * generic/tclPanic.c (Tcl_PanicVA): added an unconditional abortMiguel Sofer2006-03-091-2/+2
* * generic/tclExecute.c: Complete missing bit of TIP 215 implementationdgp2006-03-081-2/+2
* * generic/tclBasic.c: Revised handling of TCL_EVAL_* flags todgp2006-03-061-35/+22
* another stab at fixing 1379287dgp2006-03-041-6/+13
* * generic/tclPathObj.c: Revised yesterday's fix for [Bug 1379287]dgp2006-03-031-4/+6
* * generic/tclObj.c: Compatibility support for existing code thatdgp2006-03-031-2/+12
* * generic/tclPathObj.c: Fix for failed normalization ofdgp2006-03-031-2/+10
* * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBALdgp2006-02-281-1/+9
* * generic/tclBasic.c: Corrected a few bugs in how [namespace unknown]dgp2006-02-221-51/+42
* * generic/tclIORChan.c: Revised error message generation and handlingdgp2006-02-171-63/+73
* * generic/tclIndexObj.c: Disallow the "ambiguous" error messagedgp2006-02-161-3/+3
* * generic/tclIO.c: Made several routines tolerant ofdgp2006-02-153-26/+47
* TIP#215 IMPLEMENTATIONdgp2006-02-092-7/+7
* TIP#258 IMPLEMENTATIONdgp2006-02-0810-96/+122
* Minor style fixesdkf2006-02-021-16/+15
* Style/comment fixesdkf2006-02-021-83/+81
* Space/style improvementsdkf2006-02-021-107/+139
* Restore formatting goodnessdkf2006-02-011-276/+346
* * generic/tclProc.c: minor improvements to [apply]Miguel Sofer2006-02-011-27/+27
* TIP#194 IMPLEMENTATIONdgp2006-02-013-18/+263
* TIP#181 IMPLEMENTATIONdgp2006-02-016-20/+283
* TIP#250 IMPLEMENTATIONdgp2006-02-013-24/+149
* * generic/tclStringObj.c: fixed incorrect handling of internal repMiguel Sofer2006-01-231-2/+2
* * generic/tclProc.c: fixed args handling for precompiled bodiesMiguel Sofer2006-01-231-7/+7
* * generic/tclPipe.c (FileForRedirect): Prevent nameString fromrmax2006-01-161-5/+4
* Fixed potential overwriting of already freed memoryvasiljevic2006-01-121-3/+7
* * generic/tclBasic.c: Moved Tcl_LogCommandInfo from tclBasic.c todgp2006-01-112-62/+83
* * generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope]dgp2006-01-091-4/+6
* Minor cleanup to stop exporting functions that do not need to be. [Bug 971336]dkf2006-01-091-16/+16
* Fix typo in missing stub table pointerKevin B Kenny2005-12-311-2/+2
* Export Tcl_InitBignumFromDoubleKevin B Kenny2005-12-277-18/+36
* Corrected bugs in tommath installation, improved tommath square root performa...Kevin B Kenny2005-12-275-28/+13
* Use %ld instead of %d in Tcl_GetMemoryInfodkf2005-12-201-9/+9
* 2005-12-19 Don Porter <dgp@users.sourceforge.net>dgp2005-12-195-26/+34
* Fix [Bug 1382528]; thanks to Anton Kovalenko for finding this.dkf2005-12-181-13/+16
* A little bit of tidying up in INST_DICT_DONE (fewer type puns, faster).dkf2005-12-181-12/+19
* * generic/tclIOUtil.c: workaround gcc warning "comparison is alwaysdas2005-12-152-2/+24
* * macosx/Tcl.xcode/project.pbxproj:das2005-12-141-2/+2