Query
Tuesday 07 April 2015
2015-04-07 11:13:00 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/buffer.cmod (+2/-1)(3 lines)
branch: 8.1
[portability] Replaced use of MAX with MAXIMUM.
The macro MAX is apparently available on Linux, but not on Solaris 10.
Thursday 04 December 2014
2014-12-04 21:23:45 (8 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/backend.cmod (+3/-2)(5 lines)
- pike/src/interpret_functions.h (+2/-1)(3 lines)
- pike/src/stralloc.c (+3/-2)(5 lines)
branch: bill/master_archive_support
[portability] Replaced use of MIN/MAX with macros MINIMUM/MAXIMUM.
The macros MIN and MAX are apparently available on Linux, but not
on Solaris 10.
Monday 17 June 2013
2013-06-17 17:32:08 (9 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/backend.cmod (+3/-2)(5 lines)
- pike/src/interpret_functions.h (+2/-1)(3 lines)
- pike/src/stralloc.c (+3/-2)(5 lines)
branch: 7.9
[portability] Replaced use of MIN/MAX with macros MINIMUM/MAXIMUM.
The macros MIN and MAX are apparently available on Linux, but not
on Solaris 10.