--- parser3/ChangeLog 2024/05/27 02:05:14 1.191 +++ parser3/ChangeLog 2024/07/29 02:05:14 1.193 @@ -1,3 +1,20 @@ +2024-07-24 moko + + * src/: include/pa_config_includes.h, lib/gd/gifio.C, + main/execute.C, main/pa_string.C: Warning war: clang changed + -Wdeprecated-register warning to -Wregister, it's easier to + remove all register vars then continue this fight. :) + + * src/main/: compile.y, compile.tab.C: warning war: register + removed + +2024-07-14 moko + + * src/targets/cgi/pa_sapi_info.h: When accessing $env:name, + checking the HTTP request environment; if the variable is not + present, checking the web server process environment (implements + feature #1242) + 2024-05-26 moko * tests/: 195.html, 229.html, results/096.processed,