summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclEncoding.c: Fix typo in comment.mdejong2002-03-111-16/+18
* * tests/encoding.test: added encoding-23.* testshobbs2002-03-021-4/+11
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-34/+69
* * Sought out and eliminated instances of CONST-casting that are nodgp2002-01-261-3/+3
* Make -eofchar and -translation options read only formdejong2002-01-251-3/+11
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-5/+5
* * generic/tclIO.c (WriteChars): Fix for SF #506297, reported byandreas_kupries2002-01-211-1/+19
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-2/+2
* * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c accordingdgp2002-01-171-2/+2
* * Updated APIs in generic/tclIOUtil.c and generic/tclPosixStr.cdgp2002-01-151-2/+9
* * Updated APIs in the file generic/tclIO.c according to the guidelinesdgp2002-01-151-34/+36
* * Applied #219311 on behalf of Rolf Schroedterandreas_kupries2001-12-171-14/+29
* * generic/tclIO.c (Tcl_GetsObj): Applied patch for bug #491341 asandreas_kupries2001-12-121-4/+4
* See ChangeLogandreas_kupries2001-11-071-7/+17
* Undo of mistaken commit. Sorry!dgp2001-10-161-2/+2
* * Added test to demonstrate memory corruption problems. [Bug 219393].dgp2001-10-161-2/+2
* Added necessary casts to ClientData on a pair of calls to Tcl_PreserveKevin B Kenny2001-09-281-3/+3
* * Added Tcl_Preserve()dgp2001-09-281-2/+3
* * The changes below fix [Bug #462317] where Expect tried to readandreas_kupries2001-09-271-16/+42
* Changes due to TIP#49 "Tcl_OutputBuffered" from Rolf Schroedterdkf2001-09-061-46/+47
* fs updatevincentdarley2001-08-231-4/+8
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-43/+179
* 2001-07-18 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-07-181-1/+25
* 2001-07-17 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-07-171-2/+16
* * Note that "tclbench" (see project "tcllib") was extended withandreas_kupries2001-05-191-22/+172
* 2001-03-30 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-03-301-1/+43
* 2000-01-30 Don Porter <dgp@users.sourceforge.net>dgp2001-01-301-11/+14
* * generic/tclIO.c (Tcl_NotifyChannel): removed #ifdef around codehobbs2000-10-281-90/+18
* * generic/tclIO.c (CloseChannel): the statePtr for a channel washobbs2000-10-271-2/+5
* * tests/cmdAH.test: extra tests for 'file channels' that includehobbs2000-10-061-8/+28
* up-port of the stacked channel implementation rewrite in 8.3.2 tohobbs2000-09-281-1611/+2489
* * generic/tclTest.c:hobbs2000-05-191-1158/+243
* lint chan = NULL inithobbs2000-05-081-2/+2
* 2000-05-02 Andreas Kupries <a.kupries@westend.com>kupries2000-05-021-82/+365
* 2000-04-05 Andreas Kupries <a.kupries@westend.com>kupries2000-04-051-1/+2
* * generic/tclCmdIL.c: added -unique option to lsorthobbs1999-12-211-3/+3
* * generic/tclDate.c:hobbs1999-12-081-11/+13
* * generic/tclIO.c: fix from Kupries for Tcl_UnstackChannel thathobbs1999-12-011-54/+87
* 1999-08-19 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-191-3/+6
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-191-7/+35
* * generic/tclListObj.c:core_8_2_b3_baseredman1999-08-101-35/+1
* 1 Added use of Tcl_GetAllocMutex to tclAlloc.c and tclCkalloc.c so theywelch1999-08-101-1/+74
* updated trf patch to fix problems created when adapting Kupries'hobbs1999-07-301-51/+81
* * Changed version to 8.2b2.redman1999-07-221-2/+3
* Name change from Tcl_ReplaceChannel to Tcl_StackChannelwelch1999-07-021-110/+337
* Initial version of the Tcl_ReplaceChannel and Tcl_UndoReplaceChannelwelch1999-06-301-2/+303
* added -encoding to the list of legal options used in the error message whenhershey1999-05-181-2/+2
* Resynced with mainline.rjohnson1999-04-211-1/+1
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-1488/+3038
* Fixed the Tcl_NotifyChannel bug, plus added a test case for it.welch1998-10-301-12/+4