Tcl Source Code

Timeline
Login

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

59 check-ins related to "z_modifier"

2018-02-14
20:22
Merge TIP #476 check-in: 38ffcc50f4 user: jan.nijtmans tags: core-8-branch
15:33
merge 8.7 Closed-Leaf check-in: 1a4479ca01 user: dgp tags: z_modifier
14:38
Fix regression in [expr {0%$bignum}]. check-in: 85e6dc0a02 user: dgp tags: core-8-branch
2018-01-29
13:18
merge 8.7 check-in: dc36231357 user: dgp tags: z_modifier
2018-01-28
14:37
Change the signature of PkgRequireCore in preparation to provide TclNRPackageObjCmd. check-in: f1658c3f82 user: pooryorick tags: core-8-branch
2018-01-24
12:02
Document "L" length modifier and (new) %a/%A specifiers. check-in: afb68da53e user: jan.nijtmans tags: z_modifier
10:00
merge core-8-6-branch check-in: 4b20e752c0 user: jan.nijtmans tags: core-8-branch
08:47
merge core-8-branch. Improve documentation (format.n). check-in: 3046684145 user: jan.nijtmans tags: z_modifier
2018-01-23
14:52
In Tcl 9.0, don't register oldBooleanType any more. And rename "booleanString" to "boolean" in tclBo... check-in: 8b366f71d8 user: jan.nijtmans tags: core-8-branch
2018-01-18
09:46
merge core-8-branch check-in: 0ccd66d880 user: jan.nijtmans tags: z_modifier
2018-01-17
11:47
TIP #485 implementation, Tcl 8.6 part: If Tcl is compiled with -DTCL_NO_DEPRECATED, all Deprecated A... check-in: 21037e889d user: jan.nijtmans tags: core-8-branch
2018-01-15
11:41
merge core-8-branch check-in: 962da37427 user: jan.nijtmans tags: z_modifier
2018-01-11
15:45
merge core-8-6-branch check-in: a0d51b9a0e user: jan.nijtmans tags: core-8-branch
2017-12-19
15:46
merge core-8-branch check-in: 6cdd6bd319 user: jan.nijtmans tags: z_modifier
11:23
Make TclEnsureNamespace() MODULE_SCOPE. Also change some refCount fields from type "int" to "unsigne... check-in: c1636bce70 user: jan.nijtmans tags: core-8-branch
2017-12-06
12:17
Don't do same test twice check-in: e0f3431c35 user: jan.nijtmans tags: z_modifier
12:10
merge 8.7 check-in: 48920a9cbe user: jan.nijtmans tags: z_modifier
2017-12-05
15:52
[4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands options of ensemble conf... check-in: 866442a1aa user: dgp tags: core-8-branch
2017-11-07
16:31
merge 8.7 check-in: 82237d44ae user: jan.nijtmans tags: z_modifier
13:29
merge core-8-6-branch check-in: 84de05583b user: jan.nijtmans tags: core-8-branch
2017-10-24
13:59
merge trunk check-in: a4edde8f85 user: jan.nijtmans tags: z_modifier
13:56
Change (internal) refCount field from TclRegexp to type size_t: this allows more references on 64-bi... check-in: 689ce85f64 user: jan.nijtmans tags: trunk
2017-10-16
12:05
merge trunk check-in: 81c802c91a user: jan.nijtmans tags: z_modifier
11:55
Add support for 'L' length modifier (either long double or mp_int) and 'a'/'A' modifiers (floating p... check-in: 3d16d7c07b user: jan.nijtmans tags: z_modifier
2017-10-14
22:52
fix unixFCmd test-cases, as result of the octal behavior change check-in: c79f83d82e user: jan.nijtmans tags: z_modifier
2017-10-13
16:15
Plug some memleaks. check-in: 5fdcbcbaeb user: dgp tags: trunk
14:46
Fix missing line (after manual merge-conflict). Fix compiler warning on linux64. check-in: d97fba48fc user: jan.nijtmans tags: z_modifier
14:07
Merge trunk. And merge jn-0d-radix-prefix branch in too (too small to be considered separately) check-in: 0c4174b197 user: jan.nijtmans tags: z_modifier
2017-10-12
15:20
Eliminate variable which is only used once. And a minor end-of-line space reduction. No functional c... check-in: 28f72eb529 user: jan.nijtmans tags: trunk
2017-09-18
15:13
Merge trunk check-in: 1db5d9c514 user: jan.nijtmans tags: z_modifier
14:38
Finish libtommath's constification work. All done (hopefully). And make sure that C preprocessor dir... check-in: 5d1dde9e60 user: jan.nijtmans tags: trunk
2017-09-08
12:48
Rebase to trunk check-in: 5e999389ca user: jan.nijtmans tags: z_modifier
2017-09-06
15:02
Fix use of "long long" (manually) in MSVC check-in: 9f18b82478 user: jan.nijtmans tags: trunk
2017-06-29
13:18
merge trunk Closed-Leaf check-in: 65f7b12c0e user: jan.nijtmans tags: jn-0d-radix-prefix
2017-06-12
13:29
merge trunk check-in: ef7adbfe4b user: jan.nijtmans tags: z_modifier
2017-06-08
21:15
Another TclStringCatObjv optimization to delay/avoid string rep generation. check-in: f3884d09d4 user: dgp tags: trunk
2017-04-18
06:15
merge-mark check-in: cc29baf4fd user: jan.nijtmans tags: z_modifier
2017-04-17
12:05
Repair revised tests that failed. check-in: 467717ad27 user: dgp tags: trunk
2017-04-14
10:04
merge trunk check-in: 89e408ec01 user: jan.nijtmans tags: z_modifier
09:06
merge core-8-6-branch check-in: 71e6ac46c0 user: jan.nijtmans tags: trunk
2017-04-12
13:49
merge trunk. New TIP is getting shape. check-in: 062aba6c2a user: jan.nijtmans tags: z_modifier
13:43
If %llu is considered invalid, it means that "%" TCL_LL_MODIFIER "u" cannot be used Tcl_ObjPrintf(),... check-in: 7f1a6f68a7 user: jan.nijtmans tags: trunk
10:06
merge trunk check-in: 031a739fcd user: jan.nijtmans tags: z_modifier
09:35
merge core-8-6-branch check-in: 14915702ec user: jan.nijtmans tags: trunk
2017-04-07
15:15
merge trunk check-in: a771bb4f89 user: jan.nijtmans tags: z_modifier
15:11
Minor simplification in tcl.h: For the Tcl_WideAsLong/Tcl_LongAsWide/Tcl_WideAsDouble/Tcl_DoubleAsWi... check-in: ceda176637 user: jan.nijtmans tags: trunk
14:48
Use "0o" in stead of "0" as octal prefix in more places. check-in: c48c3ddc4b user: jan.nijtmans tags: z_modifier
13:46
Merge trunk. Only use hash prefix (0x, 0b, 0 ) if value is not 0, except for %p. check-in: 9997117f12 user: jan.nijtmans tags: z_modifier
2017-04-06
15:25
Some more (internal) stub entries which can be cleaned up with -DTCL_NO_DEPRECATED, because they are... check-in: d731f72293 user: jan.nijtmans tags: trunk
2017-03-31
11:05
Fix fall-back test for TCL_WIDE_INT_IS_LONG, making it do the same as "configure": Should be 1 if si... check-in: a7b0e7639e user: jan.nijtmans tags: z_modifier
09:54
Merge trunk check-in: 1293cdb483 user: jan.nijtmans tags: z_modifier
09:19
Extend Tcl_DumpActiveMemory() and related functions for handling 64-bit memory. Only effective with ... check-in: d3f3eeca93 user: jan.nijtmans tags: trunk
2017-03-29
14:57
merge trunk check-in: 5736699b29 user: jan.nijtmans tags: z_modifier
14:53
Fix [4768eb5c16]: format-8.20 failure. Since "%q" now is a ... check-in: a0d1b8ce65 user: jan.nijtmans tags: trunk
13:23
merge trunk check-in: f8d6447fff user: jan.nijtmans tags: z_modifier
12:19
In comments and documentation, distinguish between __int64 (a Microsoft 64-bit integer type) and int... check-in: 7338748e64 user: jan.nijtmans tags: trunk
12:05
(more experimenting): Make TCL_LL_MODIFIER behave more close to intuitive expectations: If the platf... check-in: c2eca96850 user: jan.nijtmans tags: z_modifier
2017-03-28
07:14
(experimental) new internal macro TCL_Z_MODIFIER, just like TCL_LL_MODIFIER but then for size_t. check-in: 9dd6c3c9da user: jan.nijtmans tags: z_modifier
2017-03-27
13:02
Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. In tclThreadTest.c, allow mainT... check-in: b32a1a3b8d user: jan.nijtmans tags: trunk