dequis 08ff4e493a Always use ut32 for unix timestamps. Also handle endianness properly
Because it turns out sizeof(time_t) is 8 in 64 bit platforms, but that
results in really broken 'pt' results, where half of the lines are
'invalid date'

Also, endianness handling was swapped in the case of 'pt' and
non-existent in the case of 'rax2 -t' (the latter actually did a weird
hack to swap endianness twice and get valid results).

Now rax2 -t supports the -e parameter to swap endianness.

The usage of r_mem_copyendian with r_print now matches what's done
in other places, with !p->big_endian instead of p->big_endian,
because 0 means swap and 1 means do nothing. Terrible function.

This also fixes some valgrind warnings about uninitialized values
(when copying 4 bytes to a 8 byte time_t)
2015-05-01 10:28:23 +02:00
..
2015-04-22 11:12:00 +02:00
2015-04-12 11:58:58 -04:00
2015-04-26 18:05:37 +05:30
2015-04-11 02:05:51 +03:00
2015-04-18 23:19:50 +03:00
2015-04-23 00:56:59 +02:00
2015-04-16 17:49:17 +02:00
2015-04-15 12:13:50 +02:00
2015-04-19 05:28:03 +03:00
2015-01-17 19:29:32 +01:00
2015-04-30 11:41:10 -04:00
2015-04-19 05:37:46 +03:00
2015-05-01 00:50:25 +02:00
2015-04-29 18:36:36 +02:00
2015-04-19 03:15:29 +03:00
2015-04-23 01:46:28 +03:00
2015-04-19 03:15:29 +03:00
2015-04-07 04:12:18 +02:00
2015-04-11 02:41:02 +03:00
2015-04-03 04:11:26 +02:00
2015-04-10 01:35:50 +02:00
2015-03-23 15:20:17 +01:00
2015-04-17 17:22:56 +02:00
2015-04-18 00:36:24 +02:00
2015-04-26 22:40:42 +02:00
2015-04-16 10:30:54 +02:00
2015-04-19 03:15:29 +03:00
2015-02-11 19:05:28 +01:00