summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * README: Bump version number to 8.6b1dgp2008-12-191-4/+4
* * generic/tclIO.c (Tcl_CloseEx,CloseWrite,CloseChannelPart,ChanCloseHalf):andreas_kupries2008-12-182-19/+251
* * generic/tclExecute.c: Disabled apparently faulty assertion.dgp2008-12-181-2/+4
* Add missing flush for half-close of the write sideferrieux2008-12-181-1/+16
* Compressing and decompressing channel transformation support.dkf2008-12-181-145/+321
* VOID -> voidnijtmans2008-12-184-13/+13
* fix line endingsdgp2008-12-182-8209/+8209
* TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channelsferrieux2008-12-185-8202/+8386
* Now with *nearly* working gzipping channels...dkf2008-12-181-91/+99
* don't use ckfree((void *)...) butnijtmans2008-12-171-3/+3
* typos in commentsdgp2008-12-171-5/+5
* move variable "length" inside if()nijtmans2008-12-174-10/+9
* Removed unused flag.dkf2008-12-172-107/+204
* eliminate -Wwrite-strings warnings in enable-threads build.nijtmans2008-12-162-9/+9
* Re-fix [2431847]ferrieux2008-12-161-5/+2
* * generic/tcl.h: Add TIP 338 routines to stub table.dgp2008-12-164-7/+35
* Fi [Bug 2431847]dkf2008-12-151-2/+5
* Working towards zlib-based channel transformsdkf2008-12-151-177/+340
* * doc/AddErrInfo.3: Documented Tcl_(Set|Get)ErrorLine (TIP 336).dgp2008-12-152-5/+5
* fix 'make checkstubs' failure: make TclGetIndexFromObjList staticdas2008-12-151-4/+7
* Fix [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace.ferrieux2008-12-151-4/+5
* TIP #338 IMPLEMENTATIONdgp2008-12-155-207/+83
* fix warningsdas2008-12-141-6/+6
* Improve docs, start working towards implementing [zlib push]dkf2008-12-131-60/+109
* Many improvements to docsdkf2008-12-131-10/+117
* change PATH_MAX to MAXPATHLEN (msvc doesn't have PATH_MAX)nijtmans2008-12-121-5/+5
* Make a bad zlib install less fatal to rest of Tcl for now.dkf2008-12-122-2/+119
* Let code extract gzip headersdkf2008-12-121-454/+140
* Fix [Bug 2419061]dkf2008-12-121-622/+405
* Eliminate warning: different 'const' qualifiersnijtmans2008-12-111-10/+11
* * generic/tclIO.c (SetChannelFromAny and related): Modified theandreas_kupries2008-12-111-2/+15
* Factor out the code to turn zlib errors into Tcl errors.dkf2008-12-111-49/+57
* Fixed prototypesdkf2008-12-111-92/+172
* regendkf2008-12-112-2/+145
* Correctionsdkf2008-12-111-15/+13
* First hack at TIP#234dkf2008-12-115-6/+2669
* TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan]ferrieux2008-12-104-10/+30
* Implement TIP#341.dkf2008-12-101-24/+48
* restore source and binary compatibilitynijtmans2008-12-093-10/+21
* TIP #337 IMPLEMENTATIONdgp2008-12-0910-34/+44
* A bit more readability refactoring.dkf2008-12-091-278/+294
* Fix warnings with assertions enableddas2008-12-071-2/+2
* oopsdkf2008-12-061-1/+2
* Partial fix for [Bug 2388866]dkf2008-12-061-1/+13
* regendkf2008-12-052-2/+13
* Implement TIP#335dkf2008-12-052-4/+33
* regendkf2008-12-052-126/+141
* Implement TIP#307.dkf2008-12-055-222/+215
* * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added anotherdgp2008-12-041-13/+76
* * generic/tclFileName.c (DoGlob): One of thedgp2008-12-031-3/+4