Tcl Source Code

Timeline
Login

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

212 check-ins using file generic/tclCompCmdsGR.c version 987b59004f

2015-10-19
12:53
merge trunk check-in: 71504dd6f0 user: jan.nijtmans tags: novem
2015-10-18
10:48
merge trunk check-in: 3b64aa38e6 user: jan.nijtmans tags: androwish
10:34
Bring back Tcl_MutexLock() to exact implementation in Tcl 8.6.4. For details, see [ba44e415a0]: Use ... check-in: ebfd1b23cb user: jan.nijtmans tags: trunk
2015-10-17
07:21
Proposed fix for [ba44e415a0]: "Use of mutexLock causes problem with reactive event handling in Andr... Closed-Leaf check-in: 934cfb547e user: jan.nijtmans tags: bug-ba44e415a0
2015-10-14
19:04
Merge trunk check-in: 673129da3d user: jan.nijtmans tags: androwish
2015-10-12
11:29
Various build fixes, when using Cygwin shell in combination with native MinGW compiler. Contributed ... check-in: 19e0bd474e user: jan.nijtmans tags: trunk
2015-10-10
12:38
merge-mark check-in: 6e5bffab10 user: jan.nijtmans tags: trunk
2015-10-09
19:11
merge trunk check-in: 4cc09d6a51 user: jan.nijtmans tags: androwish
14:41
Make autoconf > 2.59 work warning-free check-in: 014ebbcf3c user: jan.nijtmans tags: trunk
13:18
Tcl/OpenBSD/Sparc needs -fPIC. check-in: 4e04900d36 user: stwo tags: trunk
2015-10-08
14:50
merge trunk check-in: b0cb5f5c4d user: jan.nijtmans tags: novem
14:41
Decorate Tcl_Exit() and Tcl_SetExitProc()'s argument with TCL_NORETURN as appropriate, as already do... check-in: efcf56ba11 user: jan.nijtmans tags: trunk
11:56
merge trunk check-in: 2966e63a7f user: dgp tags: novem
2015-10-07
13:34
Fix [8587cb648c445f7]: clock default format incorrect check-in: dac4147f72 user: jan.nijtmans tags: trunk
13:14
Where "interp" is only used for error-reporting, it can be allowed to be NULL. This should fix [5da2... check-in: 5034c136a8 user: jan.nijtmans tags: trunk
09:00
merge trunk check-in: c1a52531aa user: jan.nijtmans tags: tip-389-impl
08:40
Fix surrogate handling in PrintSourceToObj(), differenciating for TCL_UTF_MAX = 6 (androwish) and T... check-in: 7f398eb5b4 user: jan.nijtmans tags: trunk
07:23
merge trunk check-in: 2abe926465 user: jan.nijtmans tags: androwish
2015-10-06
14:49
Fix [b42a851475]: file normalize ~user returns wrong directory on Windows check-in: 481cc1a100 user: jan.nijtmans tags: trunk
10:50
merge trunk check-in: 231c2f1237 user: jan.nijtmans tags: androwish
09:46
merge trunk check-in: 39cfe7065f user: jan.nijtmans tags: novem
09:36
Revise content of generate win/tclConfig.sh: Make sure that all entries use windows paths with forwa... check-in: 7491c25e44 user: jan.nijtmans tags: trunk
08:21
Double '[' and ']', otherwise re-generating "configure" doesn't give the expected result. check-in: 7302585809 user: jan.nijtmans tags: trunk
2015-10-05
09:26
Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) always have forward slashes.... check-in: 7f273c5ec7 user: jan.nijtmans tags: trunk
2015-10-04
10:27
merge trunk check-in: e58f76013c user: jan.nijtmans tags: novem
10:20
Eliminate unnessessary end-of-line spacing. No functional change. check-in: 7caaf52e89 user: jan.nijtmans tags: trunk
09:42
merge trunk check-in: 0c13cf11bf user: jan.nijtmans tags: androwish
2015-10-01
11:18
Fix signed<->unsigned compare gcc compiler warning. check-in: d89f5f9792 user: jan.nijtmans tags: trunk
2015-09-30
14:04
merge trunk check-in: 2ccd40967b user: jan.nijtmans tags: novem
13:57
merge trunk check-in: c23e2e76a6 user: jan.nijtmans tags: androwish
13:45
Mutch simpler solution to [219866c1e9]: In stead of filtering out version information from the strin... check-in: c11c32ad31 user: jan.nijtmans tags: trunk
12:59
Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows check-in: faf762a211 user: jan.nijtmans tags: trunk
11:12
Don't limit Universal runtime support VisualStudio version 14 only, future versions will probably ha... check-in: 27dc46e5cb user: jan.nijtmans tags: trunk
08:29
Fix [b1f19286f0]: for command documentation. Minor addendum to previous commit: Make OS version nu... check-in: 46ff66412d user: jan.nijtmans tags: trunk
2015-09-29
21:20
merge trunk check-in: 2aa90f5782 user: jan.nijtmans tags: androwish
08:06
rebase with novem check-in: 2897092cfa user: jan.nijtmans tags: novem-more-memory-API
07:56
merge trunk check-in: 771aa36a1e user: jan.nijtmans tags: novem
07:48
Fix [219866c1e9]: platform::identify: regexp doesn't match platform -> platform 1.0.14 check-in: c2355bf4d3 user: jan.nijtmans tags: trunk
2015-09-28
11:13
Align comment. Remove some end-of-line spacing. No functional changes. check-in: fad573cac2 user: jan.nijtmans tags: trunk
10:58
Don't use mutex retry mechanism on Android. (problems ???) check-in: 218071d627 user: jan.nijtmans tags: androwish
2015-09-27
12:59
merge trunk check-in: bd170ad572 user: jan.nijtmans tags: androwish
2015-09-25
17:12
merge trunk check-in: e2fac8a6f7 user: jan.nijtmans tags: novem
16:43
Backout failed attempt to fix [32ae34e63a]. check-in: 33902c18c2 user: dgp tags: trunk
2015-09-24
14:43
Minor simplification and correct TCL_NORETURN decoration check-in: 002c5f56ee user: jan.nijtmans tags: rfe-854941, tip-596
14:14
Merge latest TIP #414 implementation (branch initsubsystems). check-in: 8cde9e363d user: jan.nijtmans tags: rfe-854941, tip-596
13:48
merge trunk check-in: 69fcfc124a user: jan.nijtmans tags: initsubsystems
11:06
Fix [5d170b5ca5]: checkin 9f8b7bea5344f1b0 broke netbsd's t... check-in: 6da7c01325 user: jan.nijtmans tags: trunk
10:03
merge trunk Closed-Leaf check-in: b65985a504 user: jan.nijtmans tags: bug-5d170b5ca5
10:01
merge-mark (almost, just a few cosmetic changes) check-in: 0b3d2ed4aa user: jan.nijtmans tags: trunk
2015-09-23
17:29
Update tests to new ReflectWatch() behavior. check-in: 58d7a51a76 user: dgp tags: trunk
17:15
[e0a7b3e5f8] Add missing UpdateInterest call in DoRead(). check-in: 59229a9240 user: dgp tags: trunk
16:58
[32ae34e63a] Prevent segfaults and data corruption when CopyData() is called recursively. Mark new t... check-in: 7ecd0b8c8d user: dgp tags: trunk
12:19
Merge trunk check-in: d58c269d4e user: jan.nijtmans tags: bug-5d170b5ca5
11:35
merge trunk check-in: 35db3f7afb user: jan.nijtmans tags: androwish
10:42
Merge trunk check-in: 36541a24b8 user: jan.nijtmans tags: novem
10:29
Micro-optimization handling Tcl_Panic(), suggested by D. Richard Hipp. As a side-effect, this is as ... check-in: 4a27b0487a user: jan.nijtmans tags: trunk
2015-09-22
20:57
micro-opt of hash lookups found by drh check-in: 3f693cdfe9 user: msofer tags: trunk
15:24
Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further optimizations by the C-... Closed-Leaf check-in: 783aaa7b90 user: jan.nijtmans tags: panic-noreturn
11:32
Eliminate compiler warnings for MSVC check-in: 7b3b0ca73e user: jan.nijtmans tags: trunk
08:20
merge trunk check-in: eb6c2fe41b user: jan.nijtmans tags: novem
08:06
merge trunk check-in: 6911f22dbe user: jan.nijtmans tags: androwish
2015-09-21
19:25
[187d7f499b] Sync the regexp engine to the Postgres version. check-in: 2039e3cf3d user: dgp tags: trunk
19:04
[1115587][0e0e150e49] Major fix for regexp handling of quantified backrefs. Contributed by Tom Lane ... check-in: c8dfe06653 user: dgp tags: trunk
18:50
[d7ea9f985][a3c3508599] Internal regexp fixes that cleanup and streamline. check-in: 7e49ffdb09 user: dgp tags: trunk
2015-09-17
11:47
fixed bug in zipfs error handling (backported from androwish) check-in: 4ba6b4a77f user: jan.nijtmans tags: androwish
2015-09-07
08:35
Fix for [5d170b5ca5] now available for widespread testing (incl. HPUX and OSX) check-in: 3ff8944fc4 user: jan.nijtmans tags: bug-5d170b5ca5
2015-09-05
20:10
Merge trunk. "paranoia" patch for the notifier, making sure that thread local data from invalid thr... check-in: d8fd974ade user: jan.nijtmans tags: bug-5d170b5ca5
2015-09-04
12:23
Document that multi-threading is on by default since 8.6 check-in: 2e7826da11 user: jan.nijtmans tags: trunk
12:16
merge trunk. Update documentation. check-in: c0985fc9bc user: jan.nijtmans tags: tip-389-impl
07:23
Remove unnecessary end-of-line spacing (preparing for some further documentation updates) check-in: a5205fe3c8 user: jan.nijtmans tags: trunk
2015-09-03
09:39
In StartNotifierThread() don't lock mutex if thread is already started. Fix panic message if thread... check-in: 795a9a8bc0 user: jan.nijtmans tags: bug-5d170b5ca5
2015-09-02
13:19
nonportable -> nonPortable check-in: 2452a86c51 user: jan.nijtmans tags: trunk
11:54
Fix the Cygwin notifier, doing the initialization of the thread-local variables exactly the same as ... check-in: 57e106c650 user: jan.nijtmans tags: bug-5d170b5ca5
09:02
Merge trunk. Gustaf's latest and greatest fix. check-in: e2f25680d8 user: jan.nijtmans tags: bug-5d170b5ca5
08:44
merge trunk check-in: 50dc66790e user: jan.nijtmans tags: tip-389-impl
07:16
Merge trunk check-in: 938195c9ae user: jan.nijtmans tags: androwish
2015-09-01
18:54
Various Unicode handling enhancements, when building with TCL_UTF_MAX > 3, inspired by androwish. No... check-in: e2278643dc user: jan.nijtmans tags: trunk
15:15
Whitespace reduction in Tcl scripts. No functional change. check-in: 401a39ba9a user: jan.nijtmans tags: trunk
2015-08-31
17:30
Dependancies from androwish upstream check-in: bc0f534cb0 user: jan.nijtmans tags: androwish
10:41
Merge trunk. Add Gustaf's latest fix for unit-tests. check-in: 3458e0ec21 user: jan.nijtmans tags: bug-5d170b5ca5
10:27
merge trunk check-in: bdab384a47 user: jan.nijtmans tags: tip-389-impl
10:22
Merge trunk, but remove experimental tip-389-impl merge. check-in: 6d59f33bbb user: jan.nijtmans tags: androwish
10:18
Some Unicode encoding fixes, only having effect if TCL_UTF_MAX > 4. Backported from androwish check-in: d8764f73dd user: jan.nijtmans tags: trunk
2015-08-30
20:21
[7703ff1082] Improved wording. check-in: 7e791e7784 user: dkf tags: trunk
2015-08-28
10:57
Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0. Now for the configure... check-in: 0e6e497bf3 user: jan.nijtmans tags: trunk
01:10
Further refinements. check-in: f31817e841 user: mistachkin tags: bug-57945b574a
00:58
Merge trunk. check-in: 4df80ff48d user: mistachkin tags: bug-57945b574a
00:46
Experimental changes to reduce lock contention during fork(). check-in: a989ec9aa1 user: mistachkin tags: bug-57945b574a
2015-08-27
14:53
Fix [7703ff1082]: extra argument ?pattern? of parray is not documented check-in: 983b5afdc0 user: jan.nijtmans tags: trunk
2015-08-25
14:07
merge trunk check-in: 992fb42ccd user: jan.nijtmans tags: bug-5d170b5ca5
11:35
Fix [0df7a1ec2674a76a]: unix/tclUnixFile.c: return value of call to TclpGetCwd in TclpFindExecutable... check-in: 69fd7c4740 user: jan.nijtmans tags: trunk
10:01
Removed "ucrt" as configureable option: If building with VC2014, it's the recommended way to build T... check-in: 23c443f4f1 user: jan.nijtmans tags: trunk
2015-08-24
19:39
Merge tip-389-impl (experimental) check-in: 84c4345b29 user: jan.nijtmans tags: androwish
19:35
merge trunk check-in: c8d895c7d8 user: jan.nijtmans tags: tip-389-impl
08:01
one more.... check-in: 6e46db0a22 user: jan.nijtmans tags: androwish
07:58
Remove unused internal stub entries as well. check-in: 7dc4bc38ec user: jan.nijtmans tags: androwish
2015-08-21
13:29
Merge trunk. Throw away TclpGetDate, TclpLocaltime and TclpGmtime and all related dead code. It mak... check-in: fb4b33254f user: jan.nijtmans tags: androwish
11:21
Eliminate (harmless) compiler warning. No functional change. check-in: 89a003fa17 user: jan.nijtmans tags: trunk
2015-08-19
15:25
Fix [00189c4afc]: Allow semi-static UCRT build on Windows w... check-in: 282c683bb9 user: jan.nijtmans tags: trunk
11:26
merge trunk. Remove now unused internal functions. check-in: afefb60708 user: jan.nijtmans tags: bug-5d170b5ca5
09:06
merge trunk check-in: 9394d5ff08 user: jan.nijtmans tags: androwish
2015-08-18
13:27
[465213d171] Documentation correction for Tcl_NewMethod. check-in: 46d2108111 user: dkf tags: trunk
12:50
[2c509f6291] Minor documentation correction from Peter Lewerin. check-in: 2aa305b227 user: dkf tags: trunk
12:47
[d06b029d9d] next(n) documentation examples correction, from Peter Lewerin. check-in: 831d83dd4e user: dkf tags: trunk
07:01
[7a87a9bc5b] Eliminate invalid write, found by Rolf Ade using Valgrind. check-in: 82cf3748de user: dkf tags: trunk
2015-08-17
20:35
remove superfluous fprintf to stderr. check-in: 77145133c7 user: jan.nijtmans tags: bug-5d170b5ca5
19:39
Merge trunk. More notifier code cleanup. check-in: 798b3cf35c user: jan.nijtmans tags: bug-5d170b5ca5
18:23
[818a1a51e4] Apply fixes from Andreas Seltenreich (reported to us by Tom Lane) for handling low memo... check-in: ad6840ded7 user: dkf tags: trunk
18:01
Proposed fix for invalid write, found by valgrind. Closed-Leaf check-in: 4a4e3eb33d user: dkf tags: bug-7a87a9bc5b
15:21
Merge trunk. Gustaf's latest Unix Notifier improvements, now fixed to work with Cygwin and single-th... check-in: 692b1f54b4 user: jan.nijtmans tags: bug-5d170b5ca5
14:48
merge trunk. Put back some (actually unused) Tclp*UnixTime functions. check-in: e9d49a90fb user: jan.nijtmans tags: androwish
12:35
[e424e31ac7]: Corrected documentation of [regexp -indices] to mention all affected arguments. check-in: f184734500 user: dkf tags: trunk
2015-08-12
05:08
Merge tzdata2015f check-in: 6f9fae24ef user: venkat tags: novem
05:07
Merge tzdata2015f check-in: ca76ce4725 user: venkat tags: trunk
2015-08-06
04:34
merge trunk check-in: 0c2b99eaf6 user: jan.nijtmans tags: novem
04:33
merge trunk check-in: f596344a44 user: jan.nijtmans tags: androwish
04:25
Fix [6f74ac47278f437a]: No man link to Tcl_UtfNcasecmp() during install on unix check-in: 8931dc163c user: jan.nijtmans tags: trunk
03:43
Gustaf Neumann's experimental Unix notifier improvements. check-in: 9e6cdeea1d user: jan.nijtmans tags: bug-5d170b5ca5
2015-08-05
19:30
remove potential crash detected by Coverity (it is a should-never-happen thing) check-in: 2e528c3783 user: msofer tags: trunk
14:44
mark function return as unused, to avoid confusing Coverity check-in: f1b48e9e46 user: msofer tags: trunk
2015-08-04
17:34
merge trunk check-in: b8253e16e6 user: jan.nijtmans tags: novem
2015-08-03
09:57
merge mark check-in: 2c8fc45c70 user: dkf tags: trunk
07:21
Fix problems with break and continue in for-step clauses, triggered by reporting of Coverity CID 125... check-in: 0db7a63c31 user: dkf tags: trunk
07:18
Fix the documentation comment. Closed-Leaf check-in: 77a5609058 user: dkf tags: Coverity CID 1251203
2015-08-02
16:17
And another problem with continue in for-step clauses, this time a problem in how TEBC handled an ed... check-in: f489f70210 user: dkf tags: Coverity CID 1251203
12:22
Fix more problems with break and continue in for-step clauses. check-in: 7a737d57dd user: dkf tags: Coverity CID 1251203
2015-08-01
19:37
Fix Coverity CID 1251203: break vs continue in for-step clause check-in: 3481934110 user: dkf tags: Coverity CID 1251203
19:00
explicitly ignore Tcl_PushCallFrame and TclPushStackFrame return value - it is always TCL_OK. Incons... check-in: 7448dc7ef9 user: msofer tags: trunk
2015-07-31
22:05
fix off-by-one possible buffer overrun when looking for encodings; found by coverity check-in: 65cc894ac5 user: msofer tags: trunk
00:01
fix typo found by Coverity; no effect on "most" platforms (is there anyone where it would matter?) check-in: df57190d7c user: msofer tags: trunk
2015-07-30
22:56
remove unnecessary checks found by coverity check-in: ea4f3ee751 user: msofer tags: trunk
18:57
remove self-assignment - found by Coverity check-in: b888764966 user: msofer tags: trunk
18:22
Fix bug [f00009f7ce]: memory (object) leaks in TclNativeCreateNativeRep for windows platform: missi... check-in: ecaddab40c user: sebres tags: trunk
18:10
add comment to flag Tcl_Panic as no-return for Coverity Scan static analyzer check-in: de879c7755 user: msofer tags: trunk
13:02
Fix bug [f00009f7ce]: memory (object) leaks in TclNativeCreateNativeRep for windows platform (errone... check-in: 4199a28012 user: sebres tags: trunk
2015-07-29
14:56
merge trunk check-in: 2fe99beec9 user: dgp tags: novem
14:56
[3e7eca8c8c] Prevent overflow in size values passed to allocators. check-in: 6b18af935a user: dgp tags: trunk
10:03
[3e7eca8c8c] Prevent overflow in the size value passed to ckrealloc(). check-in: 09d77bdb2a user: dgp tags: trunk
2015-07-23
17:31
merge-mark check-in: 24dc41e790 user: jan.nijtmans tags: bug-57945b574a
17:30
merge trunk check-in: f90dd5989c user: jan.nijtmans tags: bug-57945b574a
17:09
Fix bug [57945b574a]: lock in forking process under heavy m... check-in: 9f8b7bea53 user: jan.nijtmans tags: trunk
2015-07-20
12:09
merge trunk Closed-Leaf check-in: 8bdd67a63b user: dgp tags: bug-f97d4ee020
2015-07-18
05:52
[a3309d01db] Plug memleak in compiled [unset a($i)]. check-in: 41d3e42dda user: dgp tags: trunk
05:27
Add the missing cleanup bits in INST_UNSET_ARRAY. Closed-Leaf check-in: cd71aa687d user: dgp tags: bug-a3309d01db
02:39
merge trunk check-in: 5aa7992634 user: dgp tags: bug-a3309d01db
01:45
Fix failing test check-in: 32cb4cf790 user: dgp tags: trunk
2015-07-17
21:22
merge trunk check-in: 9dd0be6a79 user: dgp tags: bug-a3309d01db
21:17
Test for original meaning of [unset -nocomplain --]. FAILS! check-in: 7fac4e0bef user: dgp tags: trunk
2015-07-16
05:31
merge trunk check-in: 9fb3171f6d user: jan.nijtmans tags: androwish
2015-07-15
17:59
[9bad630c31] Prevent read outside of buffer bounds. check-in: 7b83d1ae4c user: dgp tags: trunk
17:20
[b1534b438b] Prevent read outside buffer boundaries. check-in: 0915121be2 user: dgp tags: trunk
15:34
merge trunk check-in: 5f09ced887 user: dgp tags: novem
14:52
merge trunk. Undo unnecessary changes in tclEncoding.c, making it equal to trunk again (thanks to Ch... check-in: f0ca2a6223 user: jan.nijtmans tags: androwish
14:47
Increase some counter sizes related to filesystem epoch from int to size_t. And prevent them ever be... check-in: 5a8e195a32 user: jan.nijtmans tags: trunk
11:17
merge trunk Closed-Leaf check-in: 0c29e94a4a user: jan.nijtmans tags: bug-57945b574a-without-stub
09:31
Remove unused local variables. Now unix/tclUnixTime.c is idential in "androwish" compared to "novem"... check-in: 59e576c1f2 user: jan.nijtmans tags: androwish
09:22
Merge trunk. Remove TclpLocaltime, TclpGmtime and TclpGetDate completely, in order to prove that th... check-in: b7425eb31e user: jan.nijtmans tags: androwish
08:36
Eliminate the definition of L_tmpnam. It isn't used anywhere within Tcl any more. (backported from a... check-in: 9a008e7622 user: jan.nijtmans tags: trunk
07:52
merge trunk check-in: 1888ac26fe user: jan.nijtmans tags: androwish
2015-07-14
21:38
Spell out [info exists] in example code for [exit] command. check-in: 7d94a18b73 user: andy tags: trunk
2015-07-13
09:41
merge trunk check-in: edcfc37018 user: jan.nijtmans tags: win-console-panic
09:01
merge trunk check-in: ecaf852558 user: jan.nijtmans tags: novem
2015-07-10
12:41
Implement TIP 436: Improve TclOO isa Introspection check-in: 52e60be8fa user: dkf tags: trunk
12:40
Added tests. Closed-Leaf check-in: 735b52a80c user: dkf tags: tip-436
2015-07-07
14:20
Documentation: source ignores BOM for unicode files check-in: 8c273ab09b user: oehhar tags: trunk
2015-07-05
17:45
merge trunk check-in: 9ef0aa82b0 user: dgp tags: novem
16:52
[a0ece9d6d4] The cmd field of a CmdFrame when non-NULL must point within the string of the correspon... check-in: 032f16915b user: dgp tags: trunk
2015-07-02
13:46
Plug leak of two mp_ints. check-in: 72ede96266 user: dgp tags: trunk
13:18
merge trunk check-in: 690360ca64 user: jan.nijtmans tags: androwish
13:17
merge trunk check-in: cfb40a9761 user: jan.nijtmans tags: novem
12:54
Revert refcount changes that were not cosmetic. Changing equality testing to inequality testing does... check-in: 33e894a6ee user: dgp tags: trunk
12:29
Revert some refcount changes on I/O structs. These are refcounts on structs, not Tcl_Obj's. Their s... check-in: 77039e15ef user: dgp tags: trunk
12:19
merge trunk check-in: f099df5ecf user: jan.nijtmans tags: win-console-panic
12:17
Remove unnecessary end-of-line spacing in compat/*.c check-in: cbe2302e59 user: jan.nijtmans tags: trunk
12:10
merge trunk check-in: 7c68910cbf user: jan.nijtmans tags: win-console-panic
09:18
merge trunk check-in: a6d70f8aba user: jan.nijtmans tags: androwish
08:42
merge trunk check-in: 4c0b0070c3 user: jan.nijtmans tags: novem
08:17
Another round of refCount consistancy improvements. check-in: ec91b85b61 user: jan.nijtmans tags: trunk
03:15
remove code that was ifdef'ed out for ages (ENABLE_NS_VARNAME_CACHING), has zero hope of being reviv... check-in: 1d247073cf user: msofer tags: trunk
2015-07-01
13:12
Don't use internalRep.otherValuePtr any more, twoPtrValue.ptr1 is always a better idea. A few more ... check-in: 53c70c03d6 user: jan.nijtmans tags: trunk
09:58
Say what is meant more clearly, put syntax checks before semantic checks. check-in: 7dcbab24d6 user: dkf tags: tip-436
09:45
Implementation of TIP #436: Improve TclOO isa Introspection check-in: 4ade21a91a user: dkf tags: tip-436
2015-06-30
21:41
Consistancy in refcount management. check-in: 296892a8fb user: jan.nijtmans tags: trunk
14:39
Correct handling of dictionaries in the background error processing code. check-in: 3c9641e092 user: dkf tags: trunk
14:39
merge head check-in: 28e1092ca7 user: dkf tags: trunk
14:32
"mcpackagelocale present" is more elegant check-in: 03d030c1c2 user: oehhar tags: trunk
08:10
Use twoPtrValue in stead of ptrAndLongRep for implementation of some internal Obj types. On most pla... check-in: d3a263c973 user: jan.nijtmans tags: trunk
2015-06-29
21:44
[TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0) check-in: 392ff6199d user: oehhar tags: trunk
21:26
Added tests for mcforgetpackage, mcpackagelocale and mcpackageconfig Closed-Leaf check-in: 4c6197ca80 user: oehhar tags: msgcat_dyn_locale, tip-412
2015-06-28
01:55
Merge tzdata2015e from ietf.org check-in: ccce66fed7 user: venkat tags: novem
01:55
Merge tzdata2015e from ietf.org check-in: 1615793e80 user: venkat tags: trunk
2015-06-26
15:16
Tests for mcexists and mcloadedlocales check-in: 9806884e41 user: oehhar tags: msgcat_dyn_locale
13:41
Manpage, callback fail calls bgerror, clean catalog on packagelocale unset check-in: 4b0540150e user: oehhar tags: msgcat_dyn_locale
2015-06-25
08:08
merge trunk check-in: 76bc3b030d user: jan.nijtmans tags: novem
08:05
revert unintended change of .settings/org.eclipse.core.resources.prefs in previous commit check-in: 65f10f89cc user: jan.nijtmans tags: trunk
08:02
Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then translate some windows-specif... check-in: 63b06948ef user: jan.nijtmans tags: trunk
2015-06-24
14:45
merge trunk check-in: 593db2ff1b user: jan.nijtmans tags: novem
14:28
Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of int for more internal ... check-in: d5dd89b5a0 user: jan.nijtmans tags: trunk
13:56
Silence compiler warning. check-in: 127a366b73 user: dgp tags: trunk
2015-06-23
22:22
merge trunk check-in: 207ccc25be user: jan.nijtmans tags: novem
21:47
Registry extension 1.3.0 -> 1.3.1: SendMessageTimeoutA -> SendMessageTimeout, so make sure only win3... check-in: b4820171ca user: jan.nijtmans tags: trunk
20:42
merge trunk check-in: 0e38aecf90 user: jan.nijtmans tags: novem
20:32
Member field which should not have been const, because it is dynamically allocated. Some end-of-line... check-in: e6a8b4df5b user: jan.nijtmans tags: trunk
13:04
If the file system changes when "cwd" changes, force a filesystem refresh on path objects. Needed fo... check-in: 48beab9ffd user: jan.nijtmans tags: trunk
2015-06-22
12:40
Merge trunk check-in: a8834249fb user: oehhar tags: msgcat_dyn_locale
2015-06-21
22:29
Branch for androwish, as help to keep track on which android-specific changes could be included into... check-in: fe175c2a4e user: jan.nijtmans tags: androwish
2015-06-20
20:44
Make sure that an input lying precisely 1/2 ULP between two floating point values is rounded to even... check-in: 4a7785cdf1 user: kbk tags: trunk
2015-06-19
15:35
Remove lines of code made obsolete by earlier changes. check-in: 83de1a781f user: dgp tags: trunk
2015-06-18
20:58
Fix win compile check-in: cd6bd2d51a user: jan.nijtmans tags: novem-more-memory-API
19:58
merge novem check-in: 8d9650ab81 user: jan.nijtmans tags: novem-more-memory-API
19:35
merge trunk check-in: 2e63aaca7e user: jan.nijtmans tags: novem
17:33
[a4cb3f06c4] Fix edge case handling in lreplace. Many more tests. check-in: 210979790b user: dgp tags: trunk