--- parser3/ChangeLog 2026/05/04 02:05:10 1.235 +++ parser3/ChangeLog 2026/05/25 02:05:16 1.237 @@ -1,3 +1,25 @@ +2026-05-24 moko + + * src/main/pa_request.C, tests/httpd/041.txt, tests/httpd/042.txt, + tests/httpd/043.txt, tests/httpd/ok.log: more range check tests + added + +2026-05-06 moko + + * operators.ru.txt, operators.txt: ^int/double.++[] and + ^int/double.--[] documented (related to feature #1294) + + * tests/: 063.html, results/063.processed: test for + ^int/double.++[] and ^int/double.--[] added (related to feature + #1294) + + * src/classes/: double.C, int.C: ^int/double.++[] and + ^int/double.--[] added (adopted Sumo patch, implements feature + #1294) + + * src/main/main.vcproj: pa_inline_hash.h added (related to feature + #1293) + 2026-04-30 moko * src/include/pa_inline_hash.h: PA_PROBE_LIMIT added (related to