Torsten Bögershausen
ca473cef91
Upcast size_t variables to uintmax_t when printing
...
When printing variables which contain a size, today "unsigned long"
is used at many places.
In order to be able to change the type from "unsigned long" into size_t
some day in the future, we need to have a way to print 64 bit variables
on a system that has "unsigned long" defined to be 32 bit, like Win64.
Upcast all those variables into uintmax_t before they are printed.
This is to prepare for a bigger change, when "unsigned long"
will be converted into size_t for variables which may be > 4Gib.
Signed-off-by: Torsten Bögershausen <tboegi@web.de >
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2018-11-12 16:43:52 +09:00
..
2018-10-19 13:34:02 +09:00
2018-10-19 13:34:03 +09:00
2018-08-13 14:14:44 -07:00
2018-10-26 10:17:59 +09:00
2018-09-21 09:51:19 -07:00
2018-10-30 15:43:43 +09:00
2018-11-12 16:43:52 +09:00
2018-09-12 15:15:34 -07:00
2018-08-27 14:33:43 -07:00
2018-10-19 13:34:02 +09:00
2018-08-13 14:14:42 -07:00
2018-09-17 13:53:47 -07:00
2018-05-13 10:45:05 +09:00
2018-10-19 13:34:07 +09:00
2018-06-29 10:43:39 -07:00
2018-10-19 13:34:03 +09:00
2018-08-15 15:08:23 -07:00
2018-08-20 15:31:40 -07:00
2018-10-19 13:34:02 +09:00
2018-09-21 09:51:19 -07:00
2018-09-21 09:51:19 -07:00
2018-09-21 09:51:19 -07:00
2018-10-19 13:34:02 +09:00
2018-10-19 13:34:02 +09:00
2018-11-12 16:43:52 +09:00
2018-10-15 12:53:15 +09:00
2018-10-19 13:34:07 +09:00
2018-10-19 13:34:02 +09:00
2018-09-17 13:49:41 -07:00
2018-10-16 16:16:02 +09:00
2018-10-19 13:34:06 +09:00
2018-09-21 09:48:11 -07:00
2018-10-26 14:22:13 +09:00
2018-11-12 16:43:52 +09:00
2018-07-24 10:19:29 -07:00
2018-08-23 10:08:51 -07:00
2018-10-19 13:34:02 +09:00
2018-08-13 14:14:43 -07:00
2018-10-19 11:28:12 +09:00
2018-11-12 16:43:52 +09:00
2018-11-02 11:04:55 +09:00
2018-07-16 14:27:39 -07:00
2018-10-19 13:34:02 +09:00
2018-10-19 13:34:02 +09:00
2018-05-16 11:42:03 +09:00
2018-10-15 12:53:15 +09:00
2018-09-17 13:49:38 -07:00
2018-05-30 14:04:05 +09:00
2018-06-29 10:43:39 -07:00
2018-07-18 12:20:28 -07:00
2018-11-12 16:43:52 +09:00
2018-08-20 15:31:40 -07:00
2018-08-14 12:29:57 -07:00
2018-11-06 15:50:21 +09:00
2018-10-22 11:55:33 +09:00
2018-08-27 14:33:43 -07:00
2018-10-19 13:34:02 +09:00
2018-08-17 13:09:56 -07:00
2018-10-09 10:44:10 +09:00
2018-11-02 11:04:59 +09:00
2018-10-30 15:43:46 +09:00
2018-09-21 09:51:19 -07:00
2018-09-24 10:30:52 -07:00
2018-11-06 15:50:18 +09:00
2018-10-19 13:34:02 +09:00
2018-10-19 13:34:02 +09:00
2018-09-21 09:48:10 -07:00
2018-11-06 15:50:21 +09:00
2018-07-20 15:38:54 -07:00
2018-09-21 09:51:19 -07:00
2018-08-29 11:32:49 -07:00
2018-08-27 14:33:43 -07:00
2018-09-21 09:51:19 -07:00
2018-08-29 11:32:49 -07:00
2018-05-29 00:28:22 +09:00
2018-05-16 11:42:03 +09:00
2018-11-06 15:50:19 +09:00
2018-08-29 11:32:49 -07:00
2018-05-16 11:42:03 +09:00
2018-08-29 11:32:49 -07:00
2018-10-19 13:34:02 +09:00
2018-09-12 15:17:17 -07:00
2018-10-26 10:17:59 +09:00
2018-07-18 15:45:14 -07:00
2018-06-29 10:43:39 -07:00
2018-08-30 09:28:02 -07:00
2018-08-17 13:09:56 -07:00