comparison auto/unix @ 4725:47936d1c98e9 stable-1.2

Merge of r4682, r4694, r4699, r4704, r4705: minor nits. *) Fixed spelling of "endianness", and called it "byte ordering" in the user visible part. *) Fixed return type of ngx_strerror_init(). *) Fixed a harmless error in spelling of "Connection: close" when computing the response header length. *) Style. *) Added code to look up Google perftools in /opt/local/, for MacPorts.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 02 Jul 2012 16:51:02 +0000
parents cc038cc834be
children eaf95350d75c
comparison
equal deleted inserted replaced
4724:0141b4aec0e4 4725:47936d1c98e9
462 462
463 ngx_type="rlim_t"; ngx_types="int"; . auto/types/typedef 463 ngx_type="rlim_t"; ngx_types="int"; . auto/types/typedef
464 464
465 . auto/types/uintptr_t 465 . auto/types/uintptr_t
466 466
467 . auto/endianess 467 . auto/endianness
468 468
469 ngx_type="size_t"; . auto/types/sizeof 469 ngx_type="size_t"; . auto/types/sizeof
470 ngx_param=NGX_MAX_SIZE_T_VALUE; ngx_value=$ngx_max_value; . auto/types/value 470 ngx_param=NGX_MAX_SIZE_T_VALUE; ngx_value=$ngx_max_value; . auto/types/value
471 ngx_param=NGX_SIZE_T_LEN; ngx_value=$ngx_max_len; . auto/types/value 471 ngx_param=NGX_SIZE_T_LEN; ngx_value=$ngx_max_len; . auto/types/value
472 472