Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

56 check-ins using file win/Makefile.in version a9e4ccd940

2008-12-18
15:25
regen check-in: 2d2f7bb606 user: dkf tags: trunk
15:24
Autoconf wizardry! check-in: 6d317a1915 user: dkf tags: trunk
14:16
Slight improvement of changelog message check-in: edd8bad4e7 user: dkf tags: trunk
14:14
Import of zlib 1.2.3 check-in: 0f222b0fe8 user: dkf tags: trunk
11:48
Converted 'if 0' into 'knownBug' constraints check-in: d68e23fd09 user: dkf tags: trunk
10:37
Compressing and decompressing channel transformation support. Note that there may be "quality-of-imp... check-in: 9e962b0a8f user: dkf tags: trunk
09:43
Temporarily disable half-close test because of issue in tcltest cleanup check-in: 2df3f7408e user: ferrieux tags: trunk
07:50
Remove obsolete PipeCloseProc check-in: 933a8b9b1e user: ferrieux tags: trunk
06:40
VOID -> void check-in: 1b2f480abf user: nijtmans tags: trunk
04:38
fix line endings check-in: e4c8071b18 user: dgp tags: trunk
01:14
TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels check-in: d4d9fb3168 user: ferrieux tags: trunk
00:22
Now with *nearly* working gzipping channels... check-in: 70cc20e8e5 user: dkf tags: trunk
2008-12-17
22:07
don't use ckfree((void *)...) but ckfree((char *)...) check-in: 47b3095d6b user: nijtmans tags: trunk
21:05
General improvements. check-in: 425adb3236 user: dkf tags: trunk
17:54
typos in comments check-in: 338141c76a user: dgp tags: trunk
17:23
* unix/Makefile.in: Modify the distclean-packages target so that empty build dir... check-in: e349f3f236 user: dgp tags: trunk
16:47
move variable "length" inside if() don't use ckfree((void *)...) but ckfree((char *).... check-in: 0a08bcb02d user: nijtmans tags: trunk
15:39
Fix [Bug 2433936] check-in: 22c3f68452 user: dkf tags: trunk
15:36
* unix/Makefile.in: Add build support for collections of TEA * unix/configure.in... check-in: 03cb345b6c user: dgp tags: trunk
14:33
Removed unused flag. check-in: 0dd4a2524d user: dkf tags: trunk
14:15
Start "pkgs" module in CVS to support source distributions of Tcl with bundled packages. check-in: 49eebfdf0a user: dgp tags: trunk
2008-12-16
23:24
eliminate -Wwrite-strings warnings in enable-threads build. use TclNewLiteralStringObj() check-in: 8b27ea6ef2 user: nijtmans tags: trunk
22:07
Added tests for [throw] and [try]. check-in: 0fe743bda3 user: dkf tags: trunk
22:03
Fix bug in 'trap' handlers (introduced by DKF's editing originally) check-in: 4f5029e8f9 user: dkf tags: trunk
21:29
Docs for TIP 329. check-in: faad09ea5b user: dkf tags: trunk
16:36
First implementation of TIP#329 check-in: 01878a9589 user: dkf tags: trunk
15:50
Re-fix [2431847] check-in: 3de918d602 user: ferrieux tags: trunk
14:34
* generic/tcl.h: Add TIP 338 routines to stub table. * generic/tcl.decls: ... check-in: 41252e08cd user: dgp tags: trunk
2008-12-15
23:42
Fix line endings damaged by last commit check-in: 99aa249de9 user: patthoyts tags: trunk
23:09
Fi [Bug 2431847] check-in: 56583d3400 user: dkf tags: trunk
22:07
Working towards zlib-based channel transforms check-in: 0eb0bc66c4 user: dkf tags: trunk
18:33
* doc/AddErrInfo.3: Documented Tcl_(Set|Get)ErrorLine (TIP 336). * doc/CrtComman... check-in: a861410ea2 user: dgp tags: trunk
17:28
fix 'make checkstubs' failure: make TclGetIndexFromObjList static check-in: d173571652 user: das tags: trunk
17:11
Fix [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace. check-in: 1d99671194 user: ferrieux tags: trunk
15:48
TIP #338 IMPLEMENTATION * doc/AppInit.c: Made routines Tcl_SetStartupScript ... check-in: e52c9bd3ce user: dgp tags: trunk, potential incompatibility
2008-12-14
15:10
add new zlib files check-in: aa236f24f4 user: das tags: trunk
15:10
autoheader-2.59 check-in: e573ccc14c user: das tags: trunk
15:10
fix warnings check-in: 230b6aa75f user: das tags: trunk
13:51
Added constraints check-in: 412bc86355 user: dkf tags: trunk
13:44
regen check-in: a0ad030a31 user: dkf tags: trunk
13:42
tidy up check-in: 395b235250 user: dkf tags: trunk
13:32
Improve build rules on Win w.r.t. zlib Improve autoconf magic on Unix and Win check-in: 21345422c5 user: dkf tags: trunk
2008-12-13
17:36
Improve docs, start working towards implementing [zlib push] check-in: 30744092cf user: dkf tags: trunk
09:29
Added missing bug numbe check-in: 9b2e359de8 user: dkf tags: trunk
09:19
Many improvements to docs check-in: e71a39bcd4 user: dkf tags: trunk
2008-12-12
21:43
change PATH_MAX to MAXPATHLEN (msvc doesn't have PATH_MAX) check-in: ec83cf1a32 user: nijtmans tags: trunk
17:42
Document new DST fallback rules. Fix time change in Eastern Europe (not 3:00 but 4:00 local time) [B... check-in: 15a0291926 user: nijtmans tags: trunk
16:34
Added some more docs check-in: 032419ee99 user: dkf tags: trunk
16:22
regen/fix blunders check-in: 566f259941 user: dkf tags: trunk
16:18
Make a bad zlib install less fatal to rest of Tcl for now. check-in: 727529ef0e user: dkf tags: trunk
16:07
Fix missing CLOEXEC on internal pipes [2417695] and [chan pipe] fds. check-in: 5a5e87fae7 user: ferrieux tags: trunk
15:06
Let code extract gzip headers check-in: b0c7b90bc3 user: dkf tags: trunk
15:00
Added test for gzip header access check-in: 259509498f user: dkf tags: trunk
11:59
Fix [Bug 2419061] check-in: aa16bed9aa user: dkf tags: trunk
04:38
TIP #322 IMPLEMENTATION * doc/NRE.3 (new file): Added documentation of the published API for Non-Rec... check-in: 85e4432562 user: kennykb tags: trunk
2008-12-11
22:30
Eliminate warning: different 'const' qualifiers with msvc compiler. A few more 'const' optimizations... check-in: 2c2dca1f77 user: nijtmans tags: trunk