Annotation of parser3/ChangeLog, revision 1.206
1.206 ! moko 1: 2024-11-17 moko
! 2:
! 3: * tests/: 440.html, results/440.processed: tests for
! 4: ^table.array[], offset restoration, iterators robust tests
! 5: (related to bug #1258, features #1259 and #1260)
! 6:
! 7: * tests/: 439.html, results/439.processed: array and hash iterators
! 8: robust tests (related to feature #1260)
! 9:
! 10: * src/: classes/array.C, classes/table.C, include/pa_array.h,
! 11: include/pa_table.h: Array_robust_iterator added and used in cases
! 12: where array can be modified during iteration (implements feature
! 13: #1260)
! 14:
! 15: * src/classes/table.C: ^table.array[], ^table.array[column name],
! 16: ^table.array{code} added (implements feature #1259)
! 17:
! 18: 2024-11-16 moko
! 19:
! 20: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
! 21: table current row restoration after exception and table changes
! 22: (fixes bug #1258)
! 23:
! 24: 2024-11-13 moko
! 25:
! 26: * src/classes/table.C: minor optimization
! 27:
! 28: * src/main/pa_string.C: \r added to default ^string.trim chars list
! 29: (https://www.parser.ru/forum/?id=86648)
! 30:
1.205 moko 31: 2024-11-11 moko
32:
1.206 ! moko 33: * src/classes/classes.C: set_base commented
! 34:
! 35: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
! 36: deleted
! 37:
! 38: * src/classes/classes.vcproj: no more classes.awk and classes.inc
! 39:
! 40: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
! 41: classes.inc
! 42:
! 43: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
! 44: main/pa_globals.C: classes.awk is useless, preparing to delete it
! 45:
1.205 moko 46: * src/classes/classes.h: temp fix
47:
48: 2024-11-10 moko
49:
50: * src/: classes/date.C, classes/file.C, classes/image.C,
51: classes/op.C, main/pa_string.C: minor optimization
52:
53: * src/: classes/date.C, classes/file.C, classes/image.C,
54: classes/op.C, main/pa_string.C: typo fixed
55:
56: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
57: classes/file.C, classes/image.C, classes/op.C,
58: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
59: memory allocation befor main(). Only 3 allocations in chatsets
60: left (implements feature #1257)
61:
62: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
63: minor naming convention fix
64:
65: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
66: results/436.processed, results/437.processed,
67: results/438.processed: tests for @unhandled_exception processing
68: (related to feature #1256)
69:
70: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
71: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
72: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
73: are now processed in request::core for correct logging and
74: reporting (feature #1256)
75:
76: * src/: include/pa_sapi.h, main/pa_request.C,
77: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
78: targets/isapi/parser3isapi.C: unhandled exception now called if
79: exception occures during $response:download processing (related
80: to bug #1255)
81:
82: * etc/auto.p.in: better 404 error reporting
83:
84: 2024-11-09 moko
85:
86: * src/main/pa_memory.C: more detailed usage comment
87:
88: * src/main/pa_memory.C: usage commented
89:
90: * src/main/pa_memory.C: minor cleanup
91:
92: * src/types/: pa_varray.h, pa_vregex.h: warnings war
93:
94: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
95: httpd/site/029.html, results/436.processed: test for exception in
96: $response:download[] added
97:
98: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
99: and avoid exit status 1 on die
100:
101: * tests/results/: 007.processed, 019.processed, 098.processed,
102: 103.processed, 233.processed: windows headers matter for binary
103: files
104:
105: * tests/httpd/ok.log: tests results updated as extra headers now
106: cleared on error (related to bug #1255)
107:
108: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
109: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
110: targets/isapi/parser3isapi.C: headers buffering to avoid extra
111: headers in errors, custom send_error in cgi/httpd mode to avoid
112: memory allocations (fixes bug #1255)
113:
114: 2024-11-07 moko
115:
116: * tests/: 264.html, results/264.processed: tests updated to test
117: removal of only trailing empty arguments for backward
118: compatibility (related to feature #1252)
119:
120: * src/classes/file.C: remove trailing empty arguments for backward
121: compatibility (related to feature #1252)
122:
123: 2024-11-05 moko
124:
125: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
126: low memory case, when static initialization failed even before
127: main() start
128:
129: 2024-11-04 moko
130:
131: * configure, src/include/pa_config_auto.h.in,
132: src/include/pa_config_fixed.h: _locking no longer used
133:
134: * configure.ac: _locking no longer used (related to bug #1231)
135:
136: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
137:
138: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
139:
140: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
141: unused
142:
143: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
144: be used on locking errors (related to bug #1231)
145:
146: * src/main/pa_os.C: GetLastError used as errno is not set (related
147: to bug #1231)
148:
149: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
150: allowing shared lock to work (fixes bug #1231)
151:
152: * INSTALL: actualized, minor fixes
153:
154: * etc/auto.p.in: default LIMITS added
155:
156: * AUTHORS: links actualized
157:
158: * src/: classes/array.C, classes/bool.C, classes/classes.C,
159: classes/classes.awk, classes/classes.h, classes/curl.C,
160: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
161: classes/hash.C, classes/hashfile.C, classes/image.C,
162: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
163: classes/math.C, classes/memcached.C, classes/memory.C,
164: classes/op.C, classes/reflection.C, classes/regex.C,
165: classes/response.C, classes/string.C, classes/table.C,
166: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
167: include/pa_array.h, include/pa_base64.h,
168: include/pa_cache_managers.h, include/pa_charset.h,
169: include/pa_charsets.h, include/pa_common.h,
170: include/pa_config_fixed.h, include/pa_config_includes.h,
171: include/pa_dictionary.h, include/pa_dir.h,
172: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
173: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
174: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
175: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
176: include/pa_request_charsets.h, include/pa_request_info.h,
177: include/pa_sapi.h, include/pa_socks.h,
178: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
179: include/pa_stack.h, include/pa_string.h,
180: include/pa_stylesheet_connection.h,
181: include/pa_stylesheet_manager.h, include/pa_symbols.h,
182: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
183: include/pa_uue.h, include/pa_xml_exception.h,
184: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
185: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
186: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
187: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
188: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
189: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
190: main/compile.tab.C, main/compile.y, main/compile_tools.C,
191: main/compile_tools.h, main/execute.C, main/pa_base64.C,
192: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
193: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
194: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
195: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
196: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
197: main/pa_sql_driver_manager.C, main/pa_string.C,
198: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
199: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
200: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
201: main/untaint.C, sql/pa_sql_driver.h,
202: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
203: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
204: targets/isapi/parser3isapi.C, types/pa_junction.h,
205: types/pa_method.h, types/pa_property.h, types/pa_value.C,
206: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
207: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
208: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
209: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
210: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
211: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
212: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
213: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
214: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
215: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
216: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
217: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
218: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
219: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
220: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
221: types/pa_vresponse.C, types/pa_vresponse.h,
222: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
223: types/pa_vstateless_object.h, types/pa_vstatus.C,
224: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
225: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
226: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
227: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
228: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
229:
1.203 moko 230: 2024-10-28 moko
231:
1.204 moko 232: * src/classes/array.C: avoid invalidate()
233:
234: * src/: classes/array.C, types/pa_varray.h: minor optimization for
235: fused to survive in ^array::copy[$a] (related to feature #930)
236:
237: * src/types/pa_varray.h: minor optimization as last element is
238: allways defined if present
239:
1.203 moko 240: * tests/: 435.html, results/435.processed: tests for
241: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
242: for array added (related to feature #1253)
243:
244: * src/classes/array.C: typo fixed
245:
246: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
247: ^hash.set([-+]index)[value], and same for array added (implements
248: feature #1253)
249:
250: * tests/results/: 246.processed, 298.processed, 342.processed,
251: 389.processed, 397.processed, 430.processed, 432.processed: tests
252: results update after minor exceptions texts fixes
253:
254: 2024-10-27 moko
255:
256: * src/: classes/array.C, classes/hash.C, classes/math.C,
257: classes/reflection.C, classes/string.C, classes/table.C,
258: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
259: types/pa_vmethod_frame.h: handy as_index() added, several
260: exceptions texts fixed (related to feature #930)
261:
262: * src/: classes/array.C, types/pa_varray.h: non-working
263: $array.fields removed, ^array.delete[index] supported (related to
264: feature #930)
265:
266: * tests/: 431.html, results/431.processed: tests updated after
267: ^a.delete[3] supported
268:
269: * tests/: 431.html, 434.html, results/434.processed: tests for last
270: element used, push/pop, exceptions during arguments processing
271: and used caching (related to feature #930)
272:
273: * src/: classes/array.C, types/pa_varray.h: change_used added for
274: better used caching and now no issues if exception occures during
275: append arguments processing (related to feature #930)
276:
277: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
278: ^array.pop[] added, last element is allways used (related to
279: feature #930)
280:
281: 2024-10-26 moko
282:
283: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
284: types/pa_varray.h: confirm_all_used added where possible (related
285: to feature #930)
286:
287: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
288: small array optimizations (related to feature #930)
289:
290: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
291:
292: * tests/: 431.html, results/431.processed: test for
293: ^array.compact[undef] added
294:
295: * src/classes/array.C: ^array.compact[] now have optional 'undef'
296: argument to also compact undefined elements (related to feature
297: #930)
298:
299: 2024-10-24 moko
300:
301: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
302: VArray::hash is used rarery, no longer caching the result
303:
304: * tests/results/432.processed: testing removed from tests
305:
306: 2024-10-23 moko
307:
308: * tests/: 431.html, results/431.processed: ^array.compact[] test
309: added
310:
311: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
312:
313: * tests/: 432.html, results/432.processed: testing ^array.at[] for
314: both "solid" and "sparse" arrays
315:
316: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
317:
318: 2024-10-22 moko
319:
320: * tests/results/264.processed: spelling
321:
322: * src/classes/file.C: spelling
323:
324: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
325: tests updated after ^file::exec[cmd;;$array] implemented and
326: empty arguments not skipped (related to feature #1252)
327:
328: * src/classes/file.C: ^file::exec[cmd;;$array] supported
329: (implements feature #1252) bugfix: empty arguments no longer
330: skipped
331:
1.205 moko 332: 2024-10-21 moko
333:
334: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
335: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
336: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
337: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
338: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
339: site/index.html, site/test.txt: httpd tests added
340:
1.202 moko 341: 2024-10-20 moko
342:
343: * src/classes/string.C: warnings war
344:
345: * src/: main/pa_string.C, classes/array.C: warnings war
346:
347: * src/classes/json.C: warnings war
348:
349: * src/classes/image.C: warnings war
350:
351: * src/: classes/table.C, types/pa_varray.C: warnings war
352:
353: * src/classes/array.C: warning war
354:
355: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
356:
357: * src/main/main.vcproj: warnings war
358:
359: 2024-10-19 moko
360:
361: * tests/427.html: test updated after constructors renamed
362:
363: 2024-10-18 moko
364:
365: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
366: results/421.processed, results/430.processed,
367: results/431.processed: test updated after constructors renamed
368:
369: * src/classes/array.C: create -> copy, new -> create according to
370: https://www.parser.ru/forum/?id=86603 discussion (related to
371: feature #930)
372:
373: 2024-10-16 moko
374:
375: * src/classes/json.C: $json:array[array or hash] added to provide
376: more backward compatibility (implements feature #1251)
377:
378: 2024-10-15 moko
379:
380: * tests/: 421.html, results/421.processed: test results updated
381: after missing constuctor error check added and array is_index
382: check added
383:
384: * src/main/execute.C: absent constructor message fixed
385:
1.201 moko 386: 2024-10-13 moko
387:
388: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
389: with is_index() before calling index() for better error reporting
390: in method name typo (was invalid number, not method not found
391: exception).
392:
393: 2024-10-08 moko
394:
395: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
396:
397: * src/include/pa_array.h: warnings war
398:
1.200 moko 399: 2024-10-05 moko
400:
401: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
402: returns current row cells array (implements feature #1250)
403:
404: * tests/: 405.html, results/169.processed, results/405.processed:
405: tests updated after ^string.split[;a] implemented (related to
406: feature #1249)
407:
408: * src/classes/string.C: ^string.split[] - 'a' option added for
409: splitting into an array (implements feature #1249)
410:
411: 2024-10-04 moko
412:
413: * tests/: 431.html, results/431.processed: final code coverage
414: array tests
415:
416: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
417: array: confirm_all_used() added and used where possible, expand()
418: now expends faster
419:
420: 2024-10-03 moko
421:
422: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
423:
424: * tests/: 256.html, results/256.processed: test for
425: $.date[unix-timestamp] handling large dates
426:
427: * src/: classes/file.C, classes/op.C, classes/reflection.C,
428: classes/string.C, classes/table.C, include/pa_common.h,
429: main/pa_common.C, main/pa_http.C, main/pa_request.C,
430: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
431: format replaced with pa_uitoa where applicable,
432: $.date[unix-timestamp] fixed for handling large dates
433:
434: * tests/: 433.html, results/433.processed: more tests, including
435: test for possible endless recursion in ^o.GET[]
436:
437: * src/types/pa_vobject.C: bugfix: detecting possible endless
438: recursion in get_scalar_value inside ^o.GET[]
439:
440: * src/: classes/json.C, include/pa_request.h, main/execute.C,
441: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
442: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
443: $LIMITS.max_recursion
444:
445: 2024-10-02 moko
446:
447: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
448: results/253.processed, results/287.processed,
449: results/430.processed, results/433.processed: more tests for full
450: array and json code coverage
451:
452: * tests/: 433.html, results/433.processed: tests for hash functions
453: with array param
454:
455: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
456:
457: * tests/: 432.html, results/432.processed: modified ^hash.at tests
458: in 246.html used to test ^array.at, same result produced
459:
460: * tests/: 430.html, 431.html, results/430.processed,
461: results/431.processed: more array tests for 100% code coverage
462: (related to feature #930)
463:
464: * tests/: 427.html, 430.html, results/427.processed,
465: results/430.processed: first portion of array tests added
466: (related to feature #930)
467:
468: * src/classes/array.C: allow only whitespace string as argument for
469: add and join
470:
471: * src/classes/array.C: add behavour for array synced with hash
472:
473: 2024-09-30 moko
474:
475: * tests/: 429-sql.html, results/429-sql.processed: code coverage
476: tests added
477:
478: * src/classes/array.C: $.distinct should not be used unless
479: $.sparse(true)
480:
481: * tests/: 429-sql.html, results/388-sql.processed,
482: results/429-sql.processed: tests for ^array::sql{}, including
483: multi_statements mode (related to feature #930)
484:
1.199 moko 485: 2024-09-29 moko
486:
487: * src/classes/array.C: synced ^array::sql multi_statements logic
488: with ^hash::sql new behavour
489:
490: 2024-09-28 moko
491:
492: * tests/: 428-sql.html, results/388-sql.processed,
493: results/428-sql.processed: tests updated after column names were
494: fixed in multi_statements mode (related to feature #1197)
495:
496: * src/classes/hash.C: column names are fixed for most cases in
497: multi_statements mode (related to feature #1197)
498:
499: * tests/: 428-sql.html, results/195.processed,
500: results/224.processed, results/239.processed,
501: results/254.processed, results/261.processed,
502: results/306.processed, results/333.processed,
503: results/341.processed, results/343.processed,
504: results/344.processed, results/348.processed,
505: results/364.processed, results/389.processed,
506: results/390.processed, results/415.processed,
507: results/420.processed, results/421.processed: tests results
508: updated after error messages spelling minor fixes
509:
510: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
511: spelling
512:
513: * src/: classes/curl.C, classes/file.C, classes/hash.C,
514: classes/image.C, classes/math.C, classes/string.C,
515: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
516: main/execute.C, main/pa_charset.C, main/pa_common.C,
517: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
518: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
519: types/pa_vmail.C, types/pa_vobject.C,
520: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
521: types/pa_vxdoc.C: minor error messages spelling fixes
522:
523: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
524: implementation (related to feature #930)
525:
526: * tests/: 388-sql.html, results/388-sql.processed: test results
527: updated after rows number ^file::sql{} check added
528:
529: * src/classes/file.C: rows number now checked in ^file::sql{}
530:
531: * tests/: 428-sql.html, results/428-sql.processed: more tests
532:
533: * tests/: 428-sql.html, results/428-sql.processed: more
534: multi_statements testing before bugfix
535:
536: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
537: results/428-sql.processed: support for multiple sql test files
538: added
539:
540: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
541:
542: * src/classes/hash.C: more accurate one_bool_column processing
543:
544: * tests/: 427.html, results/427.processed: Constructors as methods
545: behavour documented in test
546:
547: * src/classes/hash.C: HashStringValue::Iterator used for options
548:
549: * tests/: 388-sql.html, results/388-sql.processed: even more tests
550:
551: * tests/: 388-sql.html, results/388-sql.processed: a bit more
552: testing
553:
554: * tests/results/367-curl.processed: test result updated after
555: server charset changed
556:
557: * tests/results/347-curl.processed: error messages updated
558:
559: * tests/results/: 346-curl.processed, 379-curl.processed,
560: 394-curl.processed: tests results updated after Type -> Exception
561: type replacement
562:
563: * tests/results/388-sql.processed: tests result updated after Type
564: -> Exception type
565:
566: 2024-09-27 moko
567:
568: * src/classes/hash.C: minor simplification
569:
570: 2024-09-24 moko
571:
572: * src/main/pa_string.C: atoui error messages improved
573:
574: * tests/: 165.html, 312.html, results/165.processed,
575: results/312.processed, results/379.processed: tests updated after
576: default endless loop limit increased, atoi error messages
577: improved
578:
579: * src/classes/hash.C: VBool::get used, unification
580:
1.198 moko 581: 2024-09-22 moko
582:
583: * src/classes/array.C: minor simplification
584:
585: * src/classes/array.C: ^array.left(N),
586: ^array.right(N),^array.mid(P;N) added (related to feature #930)
587:
588: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
589: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
590: added, default 1000000 (related to feature #930)
591:
592: * tests/: 426.html, results/426.processed: test for negative limit
593: and offset processing for table options added
594:
595: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
596: bugfix: negative limit and offset processing for table options
597: fixed
598:
599: 2024-09-21 moko
600:
601: * src/: classes/array.C, types/pa_varray.h: join supports hash;
602: ^for added that also iterates holes; ^remove added (related to
603: feature #930)
604:
605: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
606: $.offset(M) ] added (related to feature #930)
607:
608: 2024-09-20 moko
609:
610: * src/: classes/array.C, types/pa_varray.h: array:
611: +foreach[value]{code}, + add[hash with numeric keys] (related to
612: feature #930)
613:
614: 2024-09-19 moko
615:
616: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
617: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
618: support $a[v1;v2;...] syntax (related to feature #930)
619:
620: 2024-09-17 moko
621:
622: * src/: classes/reflection.C, include/pa_request.h,
623: main/compile_tools.h, main/pa_request.C:
624: ^reflection:class_alias[existing class name;alias class name]
625: added. The array class can now be redefined regardless of the
626: $.replace(bool) option value (related to feature #930)
627:
628: * src/main/: compile.y, compile_tools.h: class_add return value
629: inverted to add it to request class
630:
631: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
632: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
633: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
634: resize if required. spared array - added fused, append.
635:
1.197 moko 636: 2024-09-16 moko
637:
638: * src/types/pa_varray.h: get moved to where it belongs
639:
640: 2024-09-15 moko
641:
642: * src/: include/pa_array.h, types/pa_varray.h: more agressive
643: expansion to minimize reallocs: fallocated/32 -> fallocated/4
644:
645: * tests/: 421.html, results/323.processed, results/421.processed:
646: tests updated after 'spared-array' class renamed to 'array'
647: following a discussion on the forum (related to feature #930)
648:
649: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
650: types/pa_vmail.C: initial SparseArray separation from Array,
651: parser class now 'array'
652:
653: 2024-09-14 moko
654:
655: * tests/: 030.html, results/030.processed: out of range expires
656: check added
657:
658: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
659: checking expires time using VDate
660:
661: 2024-09-13 moko
662:
663: * src/: classes/array.C, classes/curl.C, classes/date.C,
664: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
665: classes/memcached.C, classes/op.C, classes/regex.C,
666: classes/string.C, classes/xdoc.C, classes/xnode.C,
667: main/execute.C, main/pa_http.C, main/pa_request.C,
668: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
669: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
670: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
671: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
672: removed as dynamic_cast is faster, Value::is() is still required
673: for is operator.
674:
675: 2024-09-12 moko
676:
677: * src/: classes/file.C, classes/image.C, classes/reflection.C,
678: classes/table.C, classes/xnode.C, include/pa_array.h,
679: include/pa_string.h, main/pa_common.C, main/pa_request.C,
680: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
681: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
682: templated pa_itoa/pa_uitoa added to work with any integer type,
683: String::Body::Format removed
684:
685: 2024-09-10 moko
686:
687: * src/classes/array.C: append and insert methods added to
688: sparse-array (related to feature #930)
689:
690: * tests/: 253.html, 255.html, 421.html, results/421.processed:
691: tests updated after sparse-array was added to avoid ^json:parse[]
692: using it in old tests (related to feature #930)
693:
694: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
695: types/pa_varray.h: sparse-array class added (initial feature #930
696: implementation)
697:
698: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
699: for sparse-array class files (related to feature #930)
700:
701: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
702: types/pa_vhash.h: VArray support functions without actual VArray
703: files (related to feature #930)
704:
1.196 moko 705: 2024-09-07 moko
706:
707: * src/: classes/curl.C, classes/string.C, classes/table.C,
708: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
709: main/pa_http.C, main/pa_sql_driver_manager.C,
710: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
711: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
712: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
713: with Hash::Iterator, has_next() replaced with operator bool
714: (related to feature #930)
715:
716: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
717: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
718: types/pa_vstateless_class.C: Array class extended,
719: Array::Iterator added and used (related to feature #930)
720:
1.195 moko 721: 2024-08-26 moko
722:
723: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
724: should be used on argv[0] as well to match document root.
725:
1.194 moko 726: 2024-08-25 moko
727:
728: * src/main/pa_request.C: be more specific
729:
730: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
731: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
732: (fixes bug #1244)
733:
734: * src/targets/cgi/parser3.C: avoid "parser allready configured"
735: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
736: rsplit(..., '\\') is not correct when / and \ are mixed in path
737:
738: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
739:
1.193 moko 740: 2024-07-24 moko
741:
742: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
743: main/execute.C, main/pa_string.C: Warning war: clang changed
744: -Wdeprecated-register warning to -Wregister, it's easier to
745: remove all register vars then continue this fight. :)
746:
747: * src/main/: compile.y, compile.tab.C: warning war: register
748: removed
749:
1.192 moko 750: 2024-07-14 moko
751:
752: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
753: checking the HTTP request environment; if the variable is not
754: present, checking the web server process environment (implements
755: feature #1242)
756:
1.191 moko 757: 2024-05-26 moko
758:
759: * tests/: 195.html, 229.html, results/096.processed,
760: results/097.processed, results/158.processed,
761: results/186.processed, results/273.processed,
762: results/293.processed, results/317.processed,
763: results/389.processed, results/402.processed: tests updated as
764: single quote now escaped with ' in HTML tainting mode
765: (related to feature #1241)
766:
767: * src/main/untaint.C: single quote now escaped with ' in HTML
768: tainting mode (implements feature #1241)
769:
770: * tests/results/: 020.processed, 021.processed, 026.processed,
771: 042.processed, 043.processed, 057.processed, 110.processed,
772: 115.processed, 116.processed, 117.processed, 118.processed,
773: 119.processed, 120.processed, 125.processed, 126.processed,
774: 128.processed, 130.processed, 131.processed, 132.processed,
775: 133.processed, 135.processed, 136.processed, 138.processed,
776: 139.processed, 140.processed, 145.processed, 150.processed,
777: 151.processed, 165.processed, 174.processed, 181.processed,
778: 182.processed, 192.processed, 193.processed, 201.processed,
779: 213.processed, 224.processed, 226.processed, 230.processed,
780: 239.processed, 240.processed, 244.processed, 253.processed,
781: 254.processed, 261.processed, 264.processed, 269.processed,
782: 274.processed, 275.processed, 288.processed, 294.processed,
783: 296.processed, 303.processed, 306.processed, 307.processed,
784: 308.processed, 311.processed, 312.processed, 314.processed,
785: 315.processed, 316.processed, 320.processed, 323.processed,
786: 324.processed, 325.processed, 328.processed, 330.processed,
787: 332.processed, 333.processed, 337.processed, 338.processed,
788: 341.processed, 342.processed, 343.processed, 344.processed,
789: 345.processed, 348.processed, 352.processed, 356.processed,
790: 357.processed, 363.processed, 364.processed, 368.processed,
791: 372.processed, 373.processed, 376.processed, 378.processed,
792: 379.processed, 385.processed, 386.processed, 387.processed,
793: 389.processed, 390.processed, 395.processed, 397.processed,
794: 398.processed, 399.processed, 404.processed, 406.processed,
795: 413.processed, 414.processed, 420.processed, 421.processed,
796: 424.processed, auto.p: Type -> Exception type for readability
797:
798: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
799: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
800: results/119.processed, results/165.processed,
801: results/175.processed, results/192.processed,
802: results/213.processed, results/217.processed,
803: results/230.processed, results/240.processed,
804: results/298.processed, results/380.processed,
805: results/415.processed: try-catch, try-catch-comment used
806:
807: 2024-05-21 moko
808:
809: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
810: results/180.processed, results/195.processed,
811: results/224.processed, results/auto.p: @try-catch-comment added
812: and used
813:
814: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
815: 415.html, results/269.processed, results/283.processed,
816: results/auto.p: more tests are updated to prepare for apostrophe
817: escaping in HTML tainting
818:
819: * tests/results/: 181.processed, 294.processed, 296.processed,
820: 315.processed, 379.processed, 389.processed, auto.p:
821: $exception.comment printed as-is for whitespace reporting and to
822: prepare for apostrophe escaping in HTML mode
823:
1.190 moko 824: 2024-05-11 moko
825:
826: * tests/: 099.html, 100.html, results/099.processed,
827: results/100.processed: a test for non-UTF-8 filename* added
828: (related to feature #1240)
829:
830: * tests/: 293.html, results/293.processed: tainting modes tests
831: added
832:
833: * tests/results/: 099.processed, 100.processed, 205.processed,
834: 309.processed, 310.processed, 419.processed: tests results
835: updated after filename* added (related to feature #1240)
836:
837: * src/: include/pa_common.h, main/pa_request.C: The filename*
838: parameter was added to the Content-Disposition header to conform
839: with RFC 6266, with code provided by Sumo (implements feature
840: #1240)
841:
842: 2024-05-10 moko
843:
844: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
845: positive performance effect in our case
846:
1.189 moko 847: 2024-03-27 moko
848:
849: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
850: (related to feature #1236)
851:
852: 2024-03-15 moko
853:
854: * tests/: 413.html, results/413.processed: test for object still
855: can be used as file parameter (related to bug #1218)
856:
857: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
858: still can be used in file context (fixes bug #1218)
859:
860: 2024-03-14 moko
861:
862: * src/include/pa_string.h: ArrayString get() null result assert
863: also added (related to bug #1238)
864:
865: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
866: VString::empty() used instead of new VString()
867:
868: 2024-03-12 moko
869:
870: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
871: results/379.processed: test added for cookie without value
872: (related to bug #1238)
873:
874: * src/include/pa_string.h: In assertions enabled mode, ArrayString
875: values are now required to be non-null (related to bug #1238)
876:
877: * src/main/pa_http.C: cookies without value are now parsed
878: correctly (fixed bug #1238)
879:
880: 2024-03-11 moko
881:
882: * tests/run_parser.sh: for better error reporting
883:
1.188 moko 884: 2023-12-30 moko
885:
886: * tests/: 038.html, results/038.processed: test for atan2 added
887:
888: 2023-12-29 moko
889:
890: * src/classes/math.C: atan2(y,x) math function added
891:
1.187 moko 892: 2023-12-14 moko
893:
894: * tests/212.html: pcre2 compatibility (related to feature #1236)
895:
896: * tests/: 425.html, results/425.processed: test for pcre/pcre2
897: exceptions and behavour added (related to feature #1236)
898:
899: 2023-12-13 moko
900:
901: * buildall: by default parser is now bundled with pcre2 10.42,
902: --without-pcre2 option added to build with pcre-8.45 (related to
903: feature #1236)
904:
905: 2023-12-12 moko
906:
907: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
908: support added (implements feature #1236)
909:
910: * src/: include/pa_charset.h, include/pa_config_includes.h,
911: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
912: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
913: types/pa_vregex.h: Adopted patch from Yavor Doganov
914: <yavor@gnu.org> to add pcre2 library support (implements feature
915: #1236)
916:
1.186 moko 917: 2023-11-28 moko
918:
919: * src/include/pa_config_includes.h: warnings war continues
920:
921: * src/include/pa_config_includes.h: warning war
922:
923: * tests/: 424.html, results/424.processed: tests for '+' and '-'
924: number strings, whitespace and sign in exception messages
925: (related to bug #1234)
926:
1.185 moko 927: 2023-11-26 moko
928:
929: * tests/: 274.html, results/224.processed, results/274.processed:
930: tests for date double, int, bool added (related to feature #1235)
931:
932: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
933: added for date class (implements feature #1235)
934:
935: 2023-11-23 moko
936:
937: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
938: and '-' strings are no longer can be treated as number 0,
939: exception thrown (fixes bug #1234)
940:
1.184 moko 941: 2023-11-18 moko
942:
943: * src/include/pa_types.h: minor
944:
945: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
946:
947: * tests/: 389.html, results/389.processed: error messages for some
948: OS differs a bit, reducing failing tests for them
949:
950: 2023-11-17 moko
951:
952: * tests/: 423.html, results/423.processed: test for optional
953: @auto[] inheritance added (related to feature #1233)
954:
955: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
956: types/pa_vstateless_class.C: optional @auto[] inheritance
957: implemented if defined with two args (path, class name)
958: (implements feature #1233)
959:
960: * src/: classes/double.C, classes/int.C, classes/math.C,
961: include/pa_random.h, include/pa_types.h, main/pa_common.C,
962: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
963: sync double->int overflow behavour under different architectures
964: (fixes bug #1232)
965:
966: * tests/: 422.html, results/422.processed: int clipping added
967:
968: 2023-11-16 moko
969:
970: * tests/: 422.html, results/422.processed: test for int and uint
971: overflow in ^n.format[d/u/x]
972:
973: * src/classes/math.C: bugfix: crc32 should not be negative (under
974: Apple M1 when negative double converts to uint the result is 0)
975: and crc32 should be 32 bits
976:
977: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
978: on Apple M1 it's 0
979:
980: * src/classes/file.C: bugfix: crc32 should not be negative (under
981: Apple M1 when negative double converts to uint the result is 0)
982: and crc32 should be 32 bits
983:
1.183 moko 984: 2023-10-07 moko
985:
986: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
987: behavour with other OP_NUM_*, related to bug #1230
988:
989: 2023-10-06 moko
990:
991: * tests/: 338.html, results/338.processed: test for bug #1230 added
992:
993: * src/: main/execute.C, types/pa_vdate.h: force double operands to
994: be converted to double to avoid 80 bit operations in x87 mode
995: (fixes bug #1230)
996:
997: 2023-10-05 moko
998:
999: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1000: compatibility
1001:
1002: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1003:
1004: * tests/: 421.html, results/421.processed: test to cover all
1005: classes and objects nonexistent method and field exceptions
1006: (related to feature #1080 and #1227)
1007:
1008: * tests/results/: 182.processed, 324.processed: undefined method ->
1009: <type> method not found exception (related to feature #1080)
1010:
1011: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1012: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1013: "element can not be fetched from" for them, "field not found" for
1014: all other types (related to bug #1227)
1015:
1016: 2023-10-03 moko
1017:
1018: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1019: <type> method not found" exception now thrown for static calls
1020: instead of "undefined method" without class name (related to
1021: feature #1080)
1022:
1023: 2023-10-02 moko
1024:
1025: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1026: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1027: <method name>, Comment: <type> method not found" exception now
1028: thrown for all dynamic objects instead of "undefined method"
1029: without class name (implements feature #1080)
1030:
1.182 moko 1031: 2023-10-01 moko
1032:
1033: * src/classes/json.C: we don't have a dynamic json object.
1034:
1035: 2023-09-28 moko
1036:
1037: * tests/: 420.html, results/261.processed, results/420.processed:
1038: tests updated after bug #1228 fix reverted
1039:
1040: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1041: whitespace string is hash compatible, so we don't want $s.key to
1042: return a junction
1043:
1044: * tests/: 261.html, 420.html, results/261.processed,
1045: results/420.processed: test for bug #1227 added, test updated
1046: after bug #1228 fixed
1047:
1048: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1049: now throws exception as $non-empty-string.field (fixes bug #1227)
1050:
1051: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1052: #1228)
1053:
1054: 2023-09-26 moko
1055:
1056: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1057: src/classes/classes.C, src/classes/classes.awk,
1058: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1059: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1060: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1061: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1062: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1063: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1064: src/classes/regex.C, src/classes/response.C,
1065: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1066: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1067: src/include/pa_array.h, src/include/pa_base64.h,
1068: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1069: src/include/pa_charsets.h, src/include/pa_common.h,
1070: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1071: src/include/pa_dictionary.h, src/include/pa_dir.h,
1072: src/include/pa_exception.h, src/include/pa_exec.h,
1073: src/include/pa_globals.h, src/include/pa_hash.h,
1074: src/include/pa_http.h, src/include/pa_memory.h,
1075: src/include/pa_opcode.h, src/include/pa_operation.h,
1076: src/include/pa_os.h, src/include/pa_pool.h,
1077: src/include/pa_random.h, src/include/pa_request.h,
1078: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1079: src/include/pa_sapi.h, src/include/pa_socks.h,
1080: src/include/pa_sql_connection.h,
1081: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1082: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1083: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1084: src/include/pa_table.h, src/include/pa_threads.h,
1085: src/include/pa_types.h, src/include/pa_uue.h,
1086: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1087: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1088: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1089: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1090: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1091: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1092: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1093: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1094: src/main/compile.tab.C, src/main/compile.y,
1095: src/main/compile_tools.C, src/main/compile_tools.h,
1096: src/main/execute.C, src/main/pa_base64.C,
1097: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1098: src/main/pa_charsets.C, src/main/pa_common.C,
1099: src/main/pa_dictionary.C, src/main/pa_dir.C,
1100: src/main/pa_exception.C, src/main/pa_exec.C,
1101: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1102: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1103: src/main/pa_request.C, src/main/pa_socks.C,
1104: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1105: src/main/pa_stylesheet_connection.C,
1106: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1107: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1108: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1109: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1110: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1111: src/targets/apache/mod_parser3_core.C,
1112: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1113: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1114: src/types/pa_method.h, src/types/pa_property.h,
1115: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1116: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1117: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1118: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1119: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1120: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1121: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1122: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1123: src/types/pa_vhash.C, src/types/pa_vhash.h,
1124: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1125: src/types/pa_vimage.C, src/types/pa_vimage.h,
1126: src/types/pa_vint.h, src/types/pa_vjunction.C,
1127: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1128: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1129: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1130: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1131: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1132: src/types/pa_vobject.h, src/types/pa_vregex.C,
1133: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1134: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1135: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1136: src/types/pa_vstateless_class.h,
1137: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1138: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1139: src/types/pa_vstring.h, src/types/pa_vtable.C,
1140: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1141: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1142: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1143: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1144: src/types/pa_wwrapper.h: copyright, authors actualized
1145:
1.181 moko 1146: 2023-08-20 moko
1147:
1148: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1149: commited (related to feature #1219)
1150:
1151: 2023-08-16 moko
1152:
1153: * src/main/pa_random.C: replaced clock precision with monotonicity
1154: counter, good for Windows version with low clock frequency
1155: (related to feature #1229)
1156:
1157: 2023-08-15 moko
1158:
1159: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1160: fixes related to feature #1229
1161:
1162: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1163: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1164: (implements feature #1229)
1165:
1.180 moko 1166: 2023-08-02 moko
1167:
1168: * tests/: results/417.processed, 417.html: test for empty string
1169: match after last char added (related to bug #1224)
1170:
1171: * src/main/pa_string.C: avoid prestart++ after last char on zero
1172: length match (related to bug #1224)
1173:
1.179 moko 1174: 2022-11-22 moko
1175:
1176: * tests/: 419.html, results/419.processed: test for L_URI and path
1177: removeal from filename added (related to bug #1204)
1178:
1179: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1180: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1181: attribute value, L_URI should be used
1182:
1.178 moko 1183: 2022-09-21 moko
1184:
1185: * src/targets/cgi/parser3.C: more clear error messages
1186:
1187: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1188: SAPI_Info will return 0 in read_post and post_size !=
1189: content_length will be thrown
1190:
1.177 moko 1191: 2022-08-23 moko
1192:
1193: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1194: header value
1195:
1196: 2022-08-22 moko
1197:
1198: * tests/: 418.html, results/418.processed: test for
1199: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1200: to #1225)
1201:
1202: * src/classes/hash.C: keep old behavoir by default
1203:
1204: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1205: $.order[self|arg] ] added (implements #1215)
1206:
1.176 moko 1207: 2022-03-21 moko
1208:
1209: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1210: xmlInitCharEncodingHandlers is called in libxml static
1211: initializers before gc_substitute_memory_management_functions in
1212: pa_globals and thus gc may not see reference to our
1213: xmlCharEncodingHandler and free it.
1214:
1.175 moko 1215: 2022-01-26 moko
1216:
1217: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1218:
1.174 moko 1219: 2021-12-28 moko
1220:
1221: * tests/: 417.html, results/417.processed: test for empty string
1222: match added (related to bug #1224)
1223:
1224: * src/main/pa_string.C: empty string match now works (fixes bug
1225: #1224)
1226:
1.173 moko 1227: 2021-12-24 moko
1228:
1229: * tests/: 415_dir/29.p, results/415.processed: yet another test
1230:
1231: 2021-12-23 moko
1232:
1233: * src/: classes/table.C, main/pa_request.C: warnings war
1234:
1235: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1236: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1237:
1238: 2021-12-21 moko
1239:
1240: * tests/: 416.html, results/416.processed: test for ^break[] in
1241: ^hash/table.select[] (related to feature #1222)
1242:
1243: * src/classes/: hash.C, table.C: ^break[] support for
1244: ^hash/table.select[] (implements feature #1222)
1245:
1.172 moko 1246: 2021-11-30 moko
1247:
1248: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1249: 0.5 sec
1250:
1.171 moko 1251: 2021-11-10 moko
1252:
1253: * tests/results/415.processed: more syntax errors tests added
1254:
1255: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1256: 28.p: minor syntax error tests
1257:
1258: * src/main/pa_exception.C: pa_strdup added for compatibility
1259:
1260: * src/classes/curl.C: hint to call ^curl:options[
1261: $.library[correct.libcurl.so.name] ] added if default load fails.
1262:
1263: 2021-11-09 moko
1264:
1265: * src/main/compile.y: error message can be on stack
1266:
1267: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1268:
1269: * src/main/pa_charset.C: memcpy is more correct and efficient in
1270: this case then strncpy
1271:
1272: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1273: instead of strcpy where possible
1274:
1275: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1276: used to avoid MAX_STRING limit in Exception comment
1277:
1278: * tests/results/415.processed: compiler exceptions are no longer
1279: limited to MAX_STRING
1280:
1281: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1282: char * instead of fixed buffer
1283:
1284: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1285: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1286: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1287: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1288: results/415.processed: tests for parser.compile exceptions added
1289:
1290: 2021-11-08 moko
1291:
1292: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1293: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1294: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1295: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1296: drawbacks
1297:
1.170 moko 1298: 2021-11-06 moko
1299:
1300: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1301: (implements feature #1219)
1302:
1303: * tests/: 414.html, results/414.processed: test for
1304: ^hash.rename[from;to] added (related to feature #1144)
1305:
1306: 2021-11-05 moko
1307:
1308: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1309: (related to feature #1144)
1310:
1311: 2021-11-04 moko
1312:
1313: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1314: added (implements feature #1144)
1315:
1.169 moko 1316: 2021-10-19 moko
1317:
1318: * tests/: 413.html, results/413.processed: test for hash no longer
1319: is accepted as file parameter (related to bug #1218)
1320:
1321: * src/: classes/curl.C, classes/file.C, classes/image.C,
1322: classes/math.C, classes/xdoc.C, types/pa_value.C,
1323: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1324: longer is accepted as file parameter (fixes bug #1218)
1325:
1.168 moko 1326: 2021-07-19 moko
1327:
1328: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
1329: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
1330:
1.167 moko 1331: 2021-04-16 moko
1332:
1333: * src/types/pa_vmail.C: message can be null when e-mail is broken,
1334: processing it leads to assertions.
1335:
1.166 moko 1336: 2021-03-25 moko
1337:
1338: * tests/: 412.html, results/412.processed: test to demonstrate bug
1339: #1213
1340:
1.165 moko 1341: 2021-02-12 moko
1342:
1343: * tests/: 360.html, results/360.processed, results/363.processed:
1344: parser method call in expression mode no longer differs from call
1345: in string mode (related to feature #1211)
1346:
1347: 2021-02-11 moko
1348:
1349: * src/types/pa_vmail.C: mail parsing with Windows line endings
1350: fixed (bug #1212)
1351:
1352: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
1353: when called $v[^test[]] vs $v(^test[]), numbers are converted to
1354: strings in both calls (implements feature #1211)
1355:
1.164 moko 1356: 2021-01-28 moko
1357:
1358: * buildall, etc/auto.p.in: to remove last patch in debian package
1359:
1360: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
1361: 3.4.7b
1362:
1.162 moko 1363: 2021-01-21 moko
1364:
1365: * src/main/pa_http.C: no alarm() in file::load when web server mode
1366: is MULTITHREADED
1367:
1.157 moko 1368: 2021-01-20 moko
1369:
1.161 moko 1370: * src/targets/apache/mod_parser3.c: it is more correct to recommend
1371: 'a2enmod mpm_prefork'
1372:
1.160 moko 1373: * src/targets/apache/mod_parser3.c: prefork name is now
1374: 'libapache2-mpm-itk'
1375:
1376: * src/targets/apache/mod_parser3_core.C: last regular malloc
1377: removed
1378:
1.159 moko 1379: * src/targets/isapi/Makefile.am: -pa_threads.C
1380:
1.158 moko 1381: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
1382: 3.4.6
1383:
1.157 moko 1384: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
1385:
1386: * etc/auto.p.in: @config[result] added to simplify $cfg change in
1387: /httpd.p
1388:
1389: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
1390: ^use[/httpd.p] + optional ^preprocess[] (related to feature
1391: #1203)
1392:
1393: 2021-01-19 moko
1394:
1395: * buildall: --disable-parallel-mark added to avoid "number of
1396: processors" threads creation for heap marking as it conflicts
1397: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
1398: limits threads)
1399:
1.156 moko 1400: 2021-01-16 moko
1401:
1402: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
1403: main/pa_globals.C, main/pa_memory.C,
1404: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
1405: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
1406: feature #1209)
1407:
1408: 2021-01-15 moko
1409:
1410: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
1411: 3.4.6rc
1412:
1413: * src/classes/json.C: get_delim added for delimiter caching (10%
1414: faster on large json)
1415:
1416: 2021-01-14 moko
1417:
1418: * operators.txt: updated with 3.4.6 changes
1419:
1420: * tests/results/224.processed: test result modified after
1421: today(shift) implemented
1422:
1423: * tests/: 407.html, results/407.processed: test for ^hash.select
1424: option $.default(bool) added (related to feature #1172)
1425:
1426: * src/classes/hash.C: ^hash.select option $.default(bool) added
1427: (related to feature #1172)
1428:
1429: * tests/: 141.html, results/141.processed: test modified for
1430: feature #1185.
1431:
1432: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
1433: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
1434: options $.lower(bool) (implements feature #1185)
1435:
1436: 2021-01-11 moko
1437:
1438: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
1439: #1192)
1440:
1441: * tests/: 411.html, results/411.processed: test for ^date::today(N)
1442: added (related to feature #1192)
1443:
1.155 moko 1444: 2021-01-05 moko
1445:
1446: * tests/: 270.html, results/270.processed: test modified to work
1447: under Windows
1448:
1449: * tests/: 390.html, 395.html, results/395.processed: tests updated
1450: 4 windows
1451:
1452: * tests/: 410.html, results/410.processed: test for
1453: $CLASS-GETTER-PROTECTED(false) added
1454:
1455: 2021-01-04 moko
1456:
1457: * tests/: 409.html, results/409.processed, results/auto.p: test for
1458: $MAIN:LOCALS(true) added
1459:
1.154 moko 1460: 2021-01-03 moko
1461:
1462: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
1463: types/pa_vclass.h, types/pa_vstateless_class.C,
1464: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
1465: +LOCALS. $main -> $MAIN in exception texts (implements feature
1466: #1207)
1467:
1468: 2021-01-02 moko
1469:
1470: * etc/auto.p.in: minor
1471:
1472: * src/main/pa_request.C: sending headers only after opening file to
1473: allow error reporting if file was not opened (foreign group,
1474: etc).
1475:
1476: 2020-12-31 moko
1477:
1478: * src/: include/pa_request.h, main/pa_request.C,
1479: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
1480:
1481: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
1482: main/pa_request.C: get_class_ref added and used
1483:
1484: * etc/auto.p.in: @CLASS httpd added
1485:
1486: * etc/auto.p.in: @auto[] is now first
1487:
1488: 2020-12-30 moko
1489:
1490: * tests/: 408.html, results/408.processed: test for bug #1166
1491: (windows only) added
1492:
1493: * src/main/pa_common.C: create_dir_for_file should not create dir
1494: for trailing / (fixes bug #1166)
1495:
1496: * tests/: 341.html, results/341.processed: tests for
1497: ^nameless_table.hash[] added (related to feature #1138)
1498:
1499: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
1500: (implements feature #1138), extra fields in named tables no
1501: longer ignored (implements feature #1138)
1502:
1503: * tests/results/390.processed: updated after exception text change
1504:
1505: 2020-12-29 moko
1506:
1507: * tests/: 407.html, results/407.processed: +$._default check
1508:
1509: * src/classes/hash.C: keep $_default in ^hash.reverse[]
1510:
1511: * tests/: 407.html, results/407.processed: test for ^hash.select[]
1512: and ^hash.reverse[] added (releated to feature #1172)
1513:
1514: * src/classes/hash.C:
1515: ^hash.select[key;value](bool-condition)[options hash] +
1516: ^hash.reverse[] added (implements feature #1172)
1517:
1518: * src/types/pa_vtable.h: warning war
1519:
1520: * src/include/pa_config_fixed.h: win32 fix
1521:
1.153 moko 1522: 2020-12-27 moko
1523:
1524: * tests/: 406.html, results/406.processed: test results updated
1525:
1526: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
1527: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
1528: spelling
1529:
1530: 2020-12-26 moko
1531:
1532: * tests/: 406.html, results/406.processed: tests for
1533: ^table.rename[] added (related to feature #1148)
1534:
1535: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
1536: ^table.rename[column name from;column name to], ^table.rename[
1537: $.[column name from][column name to] ... ] added (implements
1538: feature #1148)
1539:
1540: 2020-12-25 moko
1541:
1542: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
1543: request_info now on stack to avoid yet another THREAD_LOCAL
1544: memory deallocation issue (now with cookies), explained in #1203
1545:
1546: * src/types/pa_vcookie.C: fields should be inited
1547:
1548: 2020-12-24 moko
1549:
1550: * src/include/pa_stylesheet_connection.h: looks like
1551: xsltFreeStylesheet leads to memory double-free. If so, it's for
1552: sure libxml bug, but we have GC anyway, so we just remove this
1553: call and see...
1554:
1555: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
1556: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
1557: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
1558: abort.c:65:8 frame #3: 0x00000000004da663
1559: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
1560: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
1561: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
1562: malloc.c:617:9 frame #5: 0x0000000000577f0c
1563: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
1564: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
1565: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
1566: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
1567: frame #8: 0x000000000050d35c
1568: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
1569: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
1570: frame #10: 0x00000000004436e5
1571: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
1572: [inlined]
1573: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
1574: pa_stylesheet_connection.h:62:3
1575:
1576: 2020-12-23 moko
1577:
1578: * src/classes/image.C: ^image::measure[; $.video() ] option added
1579:
1580: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
1581: ^image::measure[; $.video(true) ] added
1582:
1583: * src/main/pa_exec.C: not cleared automatically in multithreaded
1584: httpd mode for unknown reasons
1585:
1586: 2020-12-22 moko
1587:
1588: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
1589: error_log uri of currently processed document", but never used
1590: and conflicts with how libgc stops threads on FreeBSD (#define
1591: SIG_SUSPEND SIGUSR1), thus removed.
1592:
1593: 2020-12-21 moko
1594:
1595: * src/main/pa_request.C: +comment
1596:
1.151 moko 1597: 2020-12-20 moko
1598:
1.152 moko 1599: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
1600: it is more safe to have versions of pa_strdup with one and two
1601: arguments, as helper_length=0 not always mean that strlen()
1602: should be called, but means zero.
1603:
1604: * src/targets/isapi/parser3isapi.C: minor
1605:
1606: * src/main/pa_http.C: +valid_http_method
1607:
1.151 moko 1608: * src/: include/pa_http.h, main/pa_http.C,
1609: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
1610:
1611: 2020-12-17 moko
1612:
1613: * tests/: 405.html, results/405.processed: test for split by regex
1614: added (related to feature #1160)
1615:
1616: * src/classes/string.C: split by regex implemented (feature #1160)
1617:
1618: * src/classes/string.C: minor
1619:
1620: * tests/: 404.html, results/404.processed: test for whitespace
1621: string is now OK for table argument (related to feature #1169)
1622:
1623: * src/: classes/image.C, classes/string.C, classes/table.C,
1624: types/pa_vmethod_frame.C: whitespace string is now OK for table
1625: argument (as with hash) (implements feature #1169)
1626:
1627: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
1628: limit for comment (fixes bug #1102)
1629:
1630: * src/targets/cgi/parser3.C: +HAVE_TLS check
1631:
1632: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
1633:
1634: * src/include/pa_config_includes.h: HAVE_TLS used
1635:
1636: * configure.ac: +TLS check
1637:
1638: * src/main/pa_http.C: content logging added
1639:
1640: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
1641: clear_response_headers added
1642:
1643: 2020-12-16 moko
1644:
1645: * buildall: as we now use threads, libatomic_ops still required for
1646: some OS.
1647:
1648: * src/main/pa_request.C: whitespace
1649:
1650: * src/: include/pa_request.h, main/pa_request.C:
1651: Request::Exception_trace::table extracted and used
1652:
1653: * src/main/pa_request.C: moving output_result call outside of try
1654: as network exceptions should not be handled by parser code
1655:
1656: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
1657: logging network exchange
1658:
1659: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
1660: via network if it was network write error.
1661:
1662: * src/targets/cgi/parser3.C: log -> pa_log
1663:
1664: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
1665:
1666: * src/main/pa_threads.C: getpid() if no gettid() found
1667:
1668: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1669: we need to ignore "void" connections from browsers (browsers open
1670: connections in advance and they will be empty if user does not
1671: request more pages)
1672:
1673: 2020-12-15 moko
1674:
1675: * src/targets/cgi/parser3.C: avoid previous uri in logs
1676:
1677: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
1678: RequestController not needed in httpd mode
1679:
1680: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1681: classes/classes.h, classes/curl.C, classes/date.C,
1682: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1683: classes/hashfile.C, classes/image.C, classes/inet.C,
1684: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1685: classes/memcached.C, classes/memory.C, classes/op.C,
1686: classes/reflection.C, classes/regex.C, classes/response.C,
1687: classes/string.C, classes/table.C, classes/void.C,
1688: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1689: include/pa_array.h, include/pa_base64.h,
1690: include/pa_cache_managers.h, include/pa_charset.h,
1691: include/pa_charsets.h, include/pa_common.h,
1692: include/pa_config_fixed.h, include/pa_config_includes.h,
1693: include/pa_dictionary.h, include/pa_dir.h,
1694: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1695: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1696: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1697: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1698: include/pa_request_charsets.h, include/pa_request_info.h,
1699: include/pa_sapi.h, include/pa_socks.h,
1700: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1701: include/pa_stack.h, include/pa_string.h,
1702: include/pa_stylesheet_connection.h,
1703: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1704: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1705: include/pa_uue.h, include/pa_xml_exception.h,
1706: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1707: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1708: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1709: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1710: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1711: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1712: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1713: main/compile_tools.h, main/execute.C, main/pa_base64.C,
1714: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
1715: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
1716: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
1717: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
1718: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
1719: main/pa_sql_driver_manager.C, main/pa_string.C,
1720: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
1721: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
1722: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1723: main/untaint.C, sql/pa_sql_driver.h,
1724: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1725: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
1726: targets/isapi/parser3isapi.C, types/pa_junction.h,
1727: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1728: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
1729: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
1730: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
1731: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
1732: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
1733: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
1734: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
1735: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
1736: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
1737: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
1738: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
1739: types/pa_vmemory.h, types/pa_vmethod_frame.C,
1740: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
1741: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
1742: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1743: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1744: types/pa_vstateless_object.h, types/pa_vstatus.C,
1745: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1746: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1747: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1748: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1749: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1750:
1751: * src/main/pa_request.C: old compilers support
1752:
1753: * tests/: 362.html, results/362.processed: test updated after
1754: changes after upgrade to libxml2-2.9.9 were made (related to bug
1755: #1108)
1756:
1757: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
1758: removed, as xsltFreeStylesheet has side effects on original doc.
1759: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
1760: not updated after xdoc modification (part 3 of test 362).
1761: (related to bug #1108)
1762:
1763: * src/targets/isapi/parser3isapi.C: +pa_strcat
1764:
1765: * src/: classes/memory.C, include/pa_memory.h,
1766: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
1767: PA_GC_GCOLLECT used
1768:
1769: * src/include/pa_memory.h: +PA_GC_COLLECT
1770:
1771: * src/targets/cgi/parser3.C: msvs support fixes
1772:
1773: * src/lib/gc/include/gc.h: more cleanup
1774:
1775: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
1776:
1777: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
1778: targets/cgi/parser3.C: $main:HTTPD.mode implemented
1779:
1780: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
1781:
1782: * configure.ac: pthread.h added to checked headers
1783:
1784: * src/classes/table.C: string stream is back :)
1785:
1786: * src/classes/memory.C: GC_generate_random_backtrace no longer
1787: exists
1788:
1789: * src/main/pa_globals.C: GC_dont_gc replaced
1790:
1791: * src/lib/gc/include/gc.h: major cleanup, only used functions are
1792: left to simplify adding new functions. depricated GC_dont_gc
1793: replaced with GC_disable and GC_enable calls.
1794:
1795: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
1796: CORD_from_file* not used and thus removed
1797:
1798: * src/lib/gc/include/gc_allocator.h: minor cleanup
1799:
1800: 2020-12-14 moko
1801:
1802: * src/classes/: curl.C, memory.C, table.C: every TLS should be
1803: referenced elsewhere, or GC will collect it.
1804:
1805: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
1806: main/pa_xml_io.C: bugfix: TLS variables should be referenced
1807: elsewhere, or GC will collect them (and we'll get GPF in
1808: multithreaded enviroment). May be it can be also fixed by some
1809: GC call, not sure. But this fix costs nothing (but hours of
1810: debugging to find the issue :).
1811:
1.150 moko 1812: 2020-12-11 moko
1813:
1814: * configure.ac: gettid() check added
1815:
1816: * src/main/pa_threads.C: HAVE_GETTID used
1817:
1818: * src/include/pa_config_auto.h.in: +HAVE_GETTID
1819:
1820: * src/: include/pa_threads.h, main/pa_threads.C: now unified
1821: version for isapi/cgi/apache
1822:
1823: * buildall: threads are now required.
1824:
1825: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
1826: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1827: main/main.vcproj: pa_threads.C moved to main
1828:
1829: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
1830: isapi/pa_threads.C: pa_threads.C moved to main
1831:
1832: * src/: main/Makefile.am, targets/cgi/Makefile.am,
1833: targets/apache/Makefile.am: pa_threads.C moved to main
1834:
1835: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
1836:
1837: * src/: include/pa_stylesheet_connection.h,
1838: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
1839: and weird GPF in multithreaded httpd is gone
1840:
1841: * src/include/: pa_stylesheet_connection.h,
1842: pa_sql_driver_manager.h: whitespace
1843:
1844: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
1845:
1846: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
1847: main/pa_stylesheet_manager.C: whitespace, warning war
1848:
1849: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
1850: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
1851: parser_multithreaded never used
1852:
1853: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
1854:
1855: 2020-12-10 moko
1856:
1857: * src/: include/pa_config_includes.h, include/pa_http.h,
1858: main/pa_http.C, targets/cgi/parser3.C: initial support for
1859: MULTITHREADED and PARALLEL httpd server modes
1860:
1861: * src/main/pa_globals.C: GC_java_finalization is depricated
1862:
1863: 2020-12-09 moko
1864:
1865: * etc/auto.p.in: + @httpd-main
1866:
1867: * src/: include/pa_common.h, main/pa_request.C,
1868: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
1869: work
1870:
1871: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1872: slow file_read_binary no longer used, send_range added
1873:
1874: 2020-12-08 moko
1875:
1876: * src/main/pa_request.C: >4Gb support
1877:
1878: * src/targets/cgi/parser3.C: msvc warning war
1879:
1880: * src/: include/pa_config_includes.h, main/pa_http.C,
1881: main/pa_request.C: msvc warnings war
1882:
1883: * src/classes/image.C: warning war
1884:
1885: * src/classes/table.C: MSVC warning war
1886:
1887: * src/targets/cgi/parser3.C: msvc warnings war
1888:
1889: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
1890: added
1891:
1.149 moko 1892: 2020-12-07 moko
1893:
1.150 moko 1894: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
1895: avoid logging beside system-wide auto.p
1896:
1897: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
1898:
1899: * configure, configure.ac, src/include/pa_config_auto.h.in:
1900: configure options added:
1901:
1902: --with-system-cfg=FILE to specify system-wide auto.p
1903: --with-system-log=FILE to specify system-wide parser3.log
1904:
1905: * Makefile.am: bin no longer exists
1906:
1907: * configure, configure.ac: auto.p moved to etc to simplify debian
1908: package
1909:
1910: * buildall: auto.p and parser3.charsets moved to their default
1911: location after install
1912:
1913: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
1914:
1915: * aclocal.m4, configure: automake 1.15 -> 1.16.1
1916:
1.149 moko 1917: * src/targets/cgi/parser3.C: locate_config call returned to
1918: original place as it requires pa_thread_request() under Windows
1919:
1920: * src/targets/cgi/parser3.C: renaming
1921:
1922: 2020-12-06 moko
1923:
1924: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
1925: check added
1926:
1927: 2020-12-04 moko
1928:
1929: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
1930: main/pa_request.C: unified uint64_t lseek implemented to support
1931: >4Gb files under x86, including Windows
1932:
1933: 2020-12-02 moko
1934:
1935: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
1936: with max_file_size
1937:
1938: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1939: support for processing files sized >4Gb on 32 bit planforms
1940:
1941: * tests/399.html: file moved
1942:
1943: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
1944:
1945: * src/targets/cgi/pa_sapi_info.h: warning war
1946:
1947: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
1948: warning war
1949:
1950: 2020-12-01 moko
1951:
1952: * src/classes/image.C: mp4 extended size (>4Gb) support added
1953:
1954: * src/classes/image.C: for "size not found" exception to be shown
1955: if size not found until eof
1956:
1957: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
1958: bit linux)
1959:
1960: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
1961: #1188)
1962:
1963: 2020-11-30 moko
1964:
1965: * src/classes/image.C: definitions moved closer to code
1966:
1967: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
1968: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
1969: 395_dir/3_VP8X.webp, results/395.processed,
1970: results/396.processed: tests for ^image::measure[] .webp support
1971: added, all image files moved into one directory (related to
1972: feature #1188)
1973:
1974: * src/classes/image.C: ^image::measure[] now supports webp (feature
1975: #1188)
1976:
1.148 moko 1977: 2020-11-29 moko
1978:
1979: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
1980: processing, unnessesary defines removed
1981:
1982: 2020-11-24 moko
1983:
1984: * tests/results/: 099.processed, 100.processed, 205.processed,
1985: 309.processed, 310.processed: Content-Disposition: inline
1986: returned
1987:
1988: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
1989: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
1990: ] added (related to bug #1204)
1991:
1992: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
1993: ] supported to avoid Content-Disposition: inline;
1994: filename="<file>.ext" but still set Content-Type for ext (related
1995: to bug #1204)
1996:
1.147 moko 1997: 2020-11-22 moko
1998:
1999: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2000: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2001:
2002: * src/main/pa_request.C: content_disposition_inline returned.
2003:
2004: 2020-11-17 moko
2005:
2006: * src/main/pa_request.C: empty main method name support
2007:
2008: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2009: config_handler added, stdout flush added.
2010:
2011: 2020-11-16 moko
2012:
2013: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2014:
2015: * tests/results/: 099.processed, 205.processed, 237.processed,
2016: 309.processed, 310.processed: Content-Disposition: inline is not
2017: required and should not contain filename="<name>"
2018:
2019: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2020: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2021: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2022:
1.146 moko 2023: 2020-11-14 moko
2024:
2025: * src/targets/cgi/parser3.C: spelling
2026:
2027: * src/targets/cgi/parser3.C: renaming
2028:
2029: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2030: relocated
2031:
2032: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2033: before request processing, which is weired
2034:
2035: 2020-11-13 moko
2036:
2037: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2038: copied in httpd.
2039:
2040: 2020-11-12 moko
2041:
2042: * src/main/pa_http.C: ALARM code unified to be used in httpd
2043:
2044: * src/: include/pa_request.h, main/pa_request.C,
2045: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2046:
2047: * src/main/pa_http.C: URI validation added
2048:
2049: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2050: can't be empty but can be null. httpd-main is now main method
2051: name for httpd mode
2052:
2053: 2020-11-11 moko
2054:
2055: * src/main/pa_request.C: path_translated can be null in httpd mode
2056:
2057: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2058: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2059: classes/xdoc.C, include/pa_request.h, main/execute.C,
2060: main/pa_request.C: r.absolute -> r.full_disk_path
2061:
2062: * src/targets/cgi/parser3.C: if filename to process is not
2063: specified, auto.p should be present.
2064:
1.145 moko 2065: 2020-11-03 moko
2066:
2067: * src/: classes/op.C, include/pa_request.h: unused argument removed
2068:
2069: * src/main/pa_request.C: content_disposition_inline is the default,
2070: not required.
2071:
1.144 moko 2072: 2020-10-29 moko
2073:
2074: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2075: ^use[file; $.main(true) ] implemented for auto.p processing and
2076: path_translated changing to correct relative files path
2077: calculation in httpd mode
2078:
2079: * src/: include/pa_request.h, main/pa_request.C:
2080: fail_on_read_problem removed, as it allways true, as if should
2081: be.
2082:
2083: * src/: include/pa_request.h, main/pa_request.C,
2084: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2085: targets/isapi/parser3isapi.C: clearing config_filespec when
2086: config was not found, thus flag not required and removed.
2087:
2088: 2020-10-28 moko
2089:
2090: * tests/: 402.html, results/402.processed: error reporting test
2091:
2092: * src/main/execute.C: better error reporting when
2093: $result[^hash::create[]] in @main.
2094:
2095: * src/main/: execute.C, pa_request.C: frame.result() should be used
2096: + minor optimization
2097:
2098: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2099: main/pa_xml_io.C: execute_*_method simplified and unified
2100:
2101: 2020-10-27 moko
2102:
2103: * tests/: 306.html, results/306.processed: a bit more testing. :)
2104:
2105: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2106: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2107: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2108: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2109: types/pa_vmethod_frame.h, types/pa_vobject.C,
2110: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2111: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2112: longer used in object-prototype mode
2113:
2114: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2115: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2116: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2117: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2118: $form:name[value] features
2119:
1.143 moko 2120: 2020-10-18 moko
2121:
2122: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2123:
2124: 2020-10-15 moko
2125:
2126: * src/main/pa_http.C: url no longer needed as
2127: ALTER_EXCEPTION_SOURCE is used
2128:
2129: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2130: main/pa_http.C: check_file_size filespec is now optional
2131:
2132: * src/: classes/curl.C, include/pa_exception.h,
2133: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2134: ALTER_EXCEPTION_COMMENT added for better error reporting
2135:
2136: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2137: results/346-curl.processed, results/379-curl.processed,
2138: results/379.processed: test results updated as load now provides
2139: better error reporting + curl responses updated
2140:
2141: 2020-10-14 moko
2142:
2143: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2144: main/pa_string.C, targets/apache/mod_parser3_core.C,
2145: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2146: checked. 10 is now default base, no hex autodetect by default
2147:
2148: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2149: connection socket closing in destructor + accept exception
2150: handling
2151:
2152: * src/targets/cgi/parser3.C: warning war
2153:
2154: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2155: main/pa_request.C, targets/apache/mod_parser3_core.C,
2156: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2157: exception handling unified
2158:
2159: 2020-10-13 moko
2160:
2161: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2162: autodetection
2163:
2164: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2165:
2166: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2167:
2168: * src/main/pa_http.C: warning war
2169:
1.142 moko 2170: 2020-10-12 moko
2171:
1.143 moko 2172: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2173: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2174: unhandled exception code optimization
2175:
2176: * src/targets/cgi/parser3.C: request_info now global variable
2177:
2178: * src/main/pa_http.C: http_read_response moved to HTTP_response
2179: class
2180:
2181: * src/: include/pa_http.h, main/pa_http.C,
2182: targets/cgi/pa_sapi_info.h: read_post implemented
2183:
1.142 moko 2184: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2185: [host:]port syntax support in httpd mode
2186:
2187: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2188: targets/cgi/parser3.C: populate_env added
2189:
2190: * src/include/pa_hash.h: to make get(char *) compiling in
2191: HashStringString
2192:
2193: 2020-10-10 moko
2194:
2195: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2196: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2197:
2198: * src/: include/pa_http.h, include/pa_request_info.h,
2199: main/pa_http.C, main/pa_string.C,
2200: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2201: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2202: types/pa_vrequest.C: initial httpd mode implementation
2203:
1.141 moko 2204: 2020-10-04 moko
2205:
2206: * src/targets/cgi/parser3.C: options together
2207:
2208: 2020-09-30 moko
2209:
2210: * src/main/pa_http.C: renamed
2211:
1.140 moko 2212: 2020-08-14 moko
2213:
2214: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2215: src/targets/cgi/Makefile.am: no httpd as separate library
2216:
2217: 2020-08-13 moko
2218:
2219: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2220: unhandled exception handler to report 500 instead of 200 it was
2221: before.
2222:
2223: * src/targets/apache/mod_parser3_core.C: minor cleanup
2224:
2225: * src/: include/pa_sapi.h, main/untaint.C,
2226: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2227: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2228: thus replaced with SAPI::die and removed
2229:
2230: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2231: cgi/parser3.C: whitespace
2232:
2233: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2234:
2235: 2020-08-12 moko
2236:
2237: * src/targets/cgi/parser3.C: duplicate info in signal logging
2238: removed, whitespace was: SIGPIPE received while executing code.
2239: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2240: cl=0]
2241:
2242: * parser3.sln: + httpd.vcproj
2243:
2244: 2020-08-11 moko
2245:
2246: * src/targets/cgi/Makefile.am: +libhttpd
2247:
2248: * configure.ac, src/lib/Makefile.am: +libhttpd
2249:
1.139 moko 2250: 2020-07-13 moko
2251:
2252: * tests/: 401.html, results/401.processed: test for hash key does
2253: not keep language, but tainted in foreach.
2254:
1.138 moko 2255: 2020-07-01 moko
2256:
2257: * tests/: 235.html, results/235.processed: test result updated as
2258: messages before attachments implemented (feature #1176)
2259:
1.137 moko 2260: 2020-06-27 moko
2261:
2262: * tests/: 400.html, results/400.processed: test updated to check
2263: ^return{code}
2264:
2265: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2266: fixed
2267:
2268: 2020-06-26 moko
2269:
2270: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2271: added (related to https://www.parser.ru/forum/?id=85319)
2272:
2273: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2274: when $result assignment was last statement in the method
2275: (https://www.parser.ru/forum/?id=85319)
2276:
1.136 moko 2277: 2020-05-23 moko
2278:
2279: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2280: whitespace, unused level removed
2281:
2282: 2020-05-19 moko
2283:
2284: * src/types/pa_vmail.C: whitespace
2285:
2286: * src/types/pa_vmail.C: files should be processed last (related to
2287: feature #1176)
2288:
1.135 moko 2289: 2020-05-12 moko
2290:
2291: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2292: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2293:
2294: * configure.ac: FreeBSD1X.X check added to avoid
2295: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2296:
1.134 moko 2297: 2020-02-26 moko
2298:
2299: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2300: compilation issue (related to bug #1201)
2301:
2302: * src/main/pa_common.C: entry_readable -> entry_exists,
2303: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2304: -f and -d now works under Windows in UTF-8 with Russian
2305: filenames.
2306:
2307: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2308: advice (related to feature #1199)
2309:
2310: 2020-02-25 moko
2311:
2312: * buildall: --silent removed
2313:
2314: * configure.ac: gmime-3.0 support
2315:
2316: * buildall: --with-system-mailreceive option added to build with
2317: system libgmime
2318:
2319: * src/types/pa_vmail.C: avoiding
2320: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2321: to feature #1199)
2322:
1.133 moko 2323: 2020-02-18 moko
2324:
2325: * src/classes/op.C: windows x64 debug mode compile fix
2326:
2327: * src/main/pa_globals.C: no longer required due to -MD -> -MT
2328: change (releated to feature #1200)
2329:
2330: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2331: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
2332: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
2333: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
2334: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2335: targets/apache/ApacheModuleParser3.vcproj,
2336: targets/apache/ApacheModuleParser3Core.vcproj,
2337: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2338: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
2339: dependency (related to feature #1200)
2340:
1.132 moko 2341: 2020-02-12 moko
2342:
2343: * src/types/pa_vmail.C: minimize diff
2344:
2345: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
2346: #1199)
2347:
1.131 moko 2348: 2020-01-18 moko
2349:
2350: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
2351:
1.130 moko 2352: 2019-12-28 moko
2353:
2354: * src/targets/cgi/parser3.C: avoid empty ?
2355:
2356: 2019-12-27 moko
2357:
2358: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
2359: DOCUMENT_ROOT (related to feature #1164)
2360:
2361: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
2362: fcgiwrap setup (implements feature #1164)
2363:
2364: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
2365: but no issues found (related to feature #1164)
2366:
2367: * src/targets/cgi/parser3.C: actualized
2368:
2369: 2019-12-26 moko
2370:
2371: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
2372: removed
2373:
2374: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
2375: removed
2376:
2377: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
2378: allocation errors, we don't want default gc warnings (without
2379: timestamp and URI).
2380:
2381: * src/: classes/memory.C, main/pa_globals.C,
2382: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2383: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
2384: pa_globals_init
2385:
2386: * src/main/pa_globals.C: setup_hex_value() removed, static array
2387: initialization used (optimization)
2388:
2389: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
2390: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
2391: pa_socks_init/pa_socks_done moved inside pa_globals_init
2392: (optimization)
2393:
1.129 moko 2394: 2019-12-09 moko
2395:
2396: * src/include/pa_config_fixed.h: warning war
2397:
1.128 moko 2398: 2019-12-08 moko
2399:
2400: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
2401: process grammar under Unix.
2402:
2403: 2019-12-07 moko
2404:
2405: * tests/389.html: For Windows XP. :)
2406:
2407: * tests/388-sql.html: Windows compatibility added
2408:
2409: 2019-12-06 moko
2410:
2411: * src/targets/cgi/parser3.C: warning war
2412:
2413: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
2414: == sizeof(CORD)) to avoid aligning bugs in future
2415:
2416: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
2417: XML_STATIC
2418:
2419: * src/include/pa_request.h: StackItem() not required
2420:
2421: * src/include/pa_stack.h: warning war
2422:
2423: * src/include/pa_config_includes.h: GCC warning silenced
2424:
2425: * src/include/pa_memory.h: warning war: the program should also
2426: define 'void operator delete [](void*, std::size_t)'
2427: [-Wsized-deallocation]
2428:
2429: * src/types/: pa_vregex.h, pa_vtable.h: warning war
2430:
2431: * src/classes/string.C: not reqired cast removed
2432:
2433: * src/classes/string.C: not reqired cast removed
2434:
2435: 2019-12-05 moko
2436:
2437: * src/lib/sdbm/pa_file_io.C: warning war
2438:
2439: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
2440: enum Language : size_t - required for VS2015+ to make
2441: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
2442: without it (related to feature #1198)
2443:
2444: 2019-12-04 moko
2445:
2446: * src/main/pa_base64.C: unsigned char -> uchar
2447:
2448: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
2449: as other libs
2450:
2451: * src/include/pa_version.h: +amd64
2452:
2453: 2019-12-03 moko
2454:
2455: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
2456: release
2457:
2458: * src/include/pa_config_includes.h: warning war
2459:
2460: * src/classes/image.C: warning war
2461:
2462: * src/main/pa_globals.C: x64 libs support
2463:
2464: * src/include/pa_config_includes.h: warning war
2465:
2466: * src/types/pa_method.h: warning war
2467:
1.127 moko 2468: 2019-11-28 moko
2469:
2470: * src/classes/math.C: vs2003 compatibility + warning war
2471:
2472: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
2473: libxml2-2.9.9 (related to feature #1136)
2474:
2475: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
2476: typecast for more compatibility (related to feature #1136)
2477:
2478: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
2479: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
2480: feature #1136)
2481:
2482: 2019-11-26 moko
2483:
2484: * src/main/: compile_tools.C, compile_tools.h: invalid assert
2485: removed (it was failing in $$var case), condition added
2486:
1.126 moko 2487: 2019-11-25 moko
2488:
2489: * tests/: 397.html, 399.html, results/141.processed,
2490: results/399.processed: base64 options tested
2491:
2492: * src/: classes/math.C, main/pa_http.C: base64 options used
2493:
2494: * src/main/pa_base64.C: base64 encode rewritten, base64 options
2495: implemented (feature #986)
2496:
2497: * src/main/pa_cache_managers.C: whitespace
2498:
2499: * tests/: 397.html, 399.html, results/399.processed: tests for
2500: ^base64 encode options added (related to feature #986)
2501:
2502: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
2503: pa_base64_encode(file) removed - more memory, but faster and less
2504: code (related fo feature #986)
2505:
2506: 2019-11-24 moko
2507:
2508: * tests/: 155.html, results/155.processed: limit and offset in
2509: ^table::load[] now supported, thus test added
2510:
2511: * src/: classes/file.C, classes/table.C, include/pa_common.h,
2512: main/pa_common.C: optimization: offset and limit options parsing
2513: moved inside file_load.
2514:
2515: 2019-11-23 moko
2516:
2517: * src/: classes/file.C, classes/op.C, include/pa_common.h,
2518: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
2519: optimization: file_read replaced with simplified file_read_binary
2520:
2521: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
2522: types/pa_vform.C: whitespace
2523:
2524: * src/: include/pa_common.h, main/pa_common.C: never used params
2525: removed
2526:
2527: 2019-11-21 moko
2528:
2529: * tests/: 193.html, results/193.processed, results/389.processed:
2530: test results updated as now base64 does not discard tail without
2531: padding (related to feature #986)
2532:
2533: 2019-11-20 moko
2534:
2535: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
2536: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
2537: pa_base64_decode (related to feature #986)
2538:
2539: * tests/398.html: tests for base64 decode added (related to feature
2540: #986)
2541:
2542: * src/main/pa_base64.C: base64_decode rewritten - padding option
2543: support, padding inside base 64 supported (related to feature
2544: #096)
2545:
2546: 2019-11-19 moko
2547:
2548: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
2549: FreeBSD 12
2550:
1.125 moko 2551: 2019-11-16 moko
2552:
2553: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
2554: support added, step support removed (related to #986)
2555:
2556: 2019-11-15 moko
2557:
2558: * src/classes/math.C: using log since log2 is not present on
2559: FreeBSD < 8.4 (related to feature #1177)
2560:
2561: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
2562: pa_base64_size extracted and used for files as well (related to
2563: feature 986)
2564:
2565: 2019-11-14 moko
2566:
2567: * tests/: 397.html, results/397.processed: + content check
2568:
2569: * tests/: 141.html, results/141.processed: make test resuls more
2570: readable
2571:
2572: * tests/: 397.html, results/193.processed, results/397.processed:
2573: test results updated after \x00 character was disabled in
2574: math:convert string mode (related to feature #1177)
2575:
2576: * src/classes/: math.C, string.C: \\x00 character disabled while
2577: converting to string (as in base64, related to feature #1177)
2578:
2579: * src/classes/file.C: more correct arguments separation
2580:
2581: * src/: classes/file.C, classes/math.C, classes/string.C,
2582: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
2583: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
2584: options added, but not yet implemented (related to feature #986)
2585:
2586: * src/classes/math.C: whitespace
2587:
2588: 2019-11-13 moko
2589:
2590: * tests/: 397.html, results/397.processed: +tainting test (related
2591: to feature #1177)
2592:
2593: * src/classes/math.C: as we now produce not only digits, result
2594: should be tainted (related to feature #1177)
2595:
2596: * src/main/pa_base64.C: whitespace
2597:
2598: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
2599: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
2600: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
2601: implementation moved from pa_common.h and pa_common.C
2602:
2603: 2019-11-12 moko
2604:
2605: * tests/: 275.html, results/275.processed: out of range test fixed,
2606: as ^math:convert now supports arbitrary precision
2607:
2608: 2019-11-11 moko
2609:
2610: * tests/results/389.processed: uctualized error message
2611:
2612: * tests/: 389.html, 397.html, results/397.processed: tests for
2613: ^math:convert added (related to feature #1177)
2614:
2615: * src/classes/math.C: ^math:convert now supports arbitrary
2616: precision, alphabet support added (implements feature #1177)
2617:
1.124 moko 2618: 2019-11-06 moko
2619:
2620: * tests/: 181.html, results/181.processed: entities usage added,
2621: more entites load tests (related to bug #842 discussion)
2622:
2623: 2019-11-05 moko
2624:
2625: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
2626: call from xmlFileOpen if http://localhost/<file> was not found
2627: (related to bug #842)
2628:
2629: * src/main/pa_xml_io.C: rename
2630:
2631: * src/main/pa_xml_io.C: +MemoryStream constructor
2632:
2633: * src/main/pa_xml_io.C: whitespace
2634:
1.123 moko 2635: 2019-10-31 moko
2636:
2637: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
2638: XML_PARSE_NOENT) added to fix entities load, (related to feature
2639: #1181)
2640:
1.122 moko 2641: 2019-10-25 moko
2642:
2643: * tests/: 388-sql.html, results/388-sql.processed: more multiple
2644: queries tests
2645:
2646: 2019-10-24 moko
2647:
2648: * tests/: 388-sql.html, results/388-sql.processed: support for
2649: pgsql driver test
2650:
2651: * tests/: 388-sql.html, results/388-sql.processed:
2652: multi_statements=1 now tested, mysql test now supported
2653: (connection must be specified in [parser3] section in .my.cnf)
2654: related to issues #1195 and #1194
2655:
1.121 moko 2656: 2019-09-11 moko
2657:
2658: * src/classes/int.C: whitespace
2659:
2660: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
2661: exception test
2662:
2663: * tests/results/388-sql.processed: sql queries now shown (related
2664: to feature #1196)
2665:
2666: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
2667: with old parser versions.
2668:
2669: * src/: classes/file.C, classes/hash.C, classes/string.C,
2670: classes/table.C, classes/void.C, include/pa_sql_connection.h,
2671: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
2672: instead of connect string in query_event_handlers exceptions
2673: (implements feature #1196)
2674:
1.120 moko 2675: 2019-09-06 moko
2676:
2677: * tests/388-sql.html: mysql compat
2678:
2679: * src/: classes/hash.C, classes/string.C, classes/table.C,
2680: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
2681: sql_ variables declaration moved to pa_common.h
2682:
1.116 moko 2683: 2019-01-15 moko
2684:
2685: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
2686: logically sorted
2687:
2688: 2018-12-27 moko
2689:
2690: * src/include/pa_config_includes.h: warning war:
2691: -Wdeprecated-register added for C++ 17
2692:
2693: 2018-10-15 moko
2694:
2695: * configure.ac: FreeBSD 11.2 can be build with ./configure
2696: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
2697: --with-xml=/usr/local/
2698:
2699: 2018-09-24 moko
2700:
2701: * tests/: 396.html, 396.tiff, results/396.processed: test for
2702: ^image::measure[] now supports tiff added (related to feature
2703: #1188)
2704:
2705: * src/classes/image.C: ^image::measure[] now supports tiff
2706: (implements feature #1188)
2707:
2708: 2018-09-20 moko
2709:
2710: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
2711: files measure added (related to ticket #1188)
2712:
2713: * src/classes/image.C: measure of bmp files implemented (related to
2714: ticket #1188)
2715:
2716: 2018-09-18 moko
2717:
2718: * tests/: 394-curl.html, results/394-curl.processed,
2719: results/auto.p: test for bug #1187 (max_file_size check for head
2720: requests) added
2721:
2722: 2018-08-24 moko
2723:
2724: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
2725: response content-length check is required (fixes bug #1187)
2726:
2727: 2018-05-11 moko
2728:
2729: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
2730: $.append(bool) ] option added (related to feature #919)
2731:
2732: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
2733: from misha@ patch (implements feature #919)
2734:
2735: 2018-03-22 moko
2736:
2737: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
2738: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
2739: with 128kb buffer. Now works at least 12 times faster. :) May be
2740: Windows-only problem.
2741:
2742: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
2743: build fix)
2744:
2745: 2018-02-03 moko
2746:
2747: * src/main/execute.C: removes irrelevant lines from exception stack
2748: trace when exceptions occurs in assigment (fixes bug #1165)
2749:
2750: * tests/: 393.html, results/393.processed: test for behavour after
2751: "Property can not be created, already exists field with that
2752: name" exception removed (related to feature #1183)
2753:
2754: * src/types/pa_vclass.C: "Property can not be created, already
2755: exists field with that name" exception removed (implements
2756: feature #1183)
2757:
2758: 2018-01-19 moko
2759:
2760: * src/classes/string.C: whitespace
2761:
2762: * src/classes/string.C: whitespace
2763:
2764: * tests/: 392.html, results/392.processed: test for
2765: ^regex::create[$regex] added (related to feature #1135)
2766:
2767: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
2768: ^regex::create[$regex] added (implements feature #1135)
2769:
2770: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
2771: commented define added (related to feature #1157)
2772:
2773: 2018-01-17 moko
2774:
2775: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
2776:
2777: 2018-01-15 moko
2778:
2779: * tests/: 390.html, results/390.processed: real path replaced by
2780: stub
2781:
2782: * tests/: 391.html, results/391.processed: test for feature #1181
2783: (XML_PARSE_HUGE exception) added
2784:
2785: 2018-01-11 moko
2786:
2787: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
2788: XML_PARSE_HUGE option passed by default (implements feature
2789: #1181)
2790:
2791: * src/classes/string.C: whitespace
2792:
2793: 2017-12-10 moko
2794:
2795: * tests/: 389.html, 390.html, results/389.processed,
2796: results/390.processed: image code coverage tests added (related
2797: to feature #1125)
2798:
2799: 2017-12-08 moko
2800:
2801: * tests/: 346-curl.html, 388-sql.html, 389.html,
2802: results/346-curl.processed, results/388-sql.processed,
2803: results/389.processed: more code coverage tests
2804:
2805: * tests/: 264.html, results/264.processed: code coverage for
2806: ^file::exec[]
2807:
2808: 2017-12-07 moko
2809:
2810: * tests/: 174.html, 388-sql.html, 389.html,
2811: results/388-sql.processed, results/389.processed,
2812: results/174.processed: more coverage tests
2813:
2814: * src/classes/math.C: exception text actualized
2815:
2816: 2017-12-06 moko
2817:
2818: * tests/388-sql.html: $SQL can be here
2819:
2820: * tests/results/auto.p: $SQL not required here
2821:
2822: * tests/: 388-sql.html, 389.html, Makefile,
2823: results/388-sql.processed, results/389.processed, results/auto.p:
2824: code coverage tests for sql (using sqlite) and int/double/bool
2825: added (related to feature #1125)
2826:
2827: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2828: lib/json/json.vcproj, lib/md5/md5.vcproj,
2829: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
2830: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2831: targets/apache/ApacheModuleParser3Core.vcproj,
2832: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2833: types/types.vcproj: gc\include no longer required
2834:
2835: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
2836: required
2837:
2838: * src/: classes/Makefile.am, classes/table.C,
2839: include/pa_config_includes.h, include/pa_string.h,
2840: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2841: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
2842: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
2843: targets/apache/Makefile.am, targets/cgi/Makefile.am,
2844: types/Makefile.am: to be sure that our version of gc.h/cord.h is
2845: used, we now include it directly
2846:
2847: 2017-12-04 moko
2848:
2849: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
2850: memcached/memcached.vcproj, punycode/punycode.vcproj,
2851: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
2852: where required
2853:
2854: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
2855: now can be used to trace memory allocations
2856:
2857: * src/: classes/table.C, include/pa_config_includes.h,
2858: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2859: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
2860: method removes, libcord also can work without libgc
2861:
2862: * src/classes/json.C: pa_gc_malloc_atomic should not be used
2863:
2864: 2017-11-29 moko
2865:
2866: * src/classes/curl.C: no exception if some of ^curl:info[] elements
2867: are not present (related to feature #1173)
2868:
2869: * tests/346-curl.html: test updated to test curl content-length bug
2870: (related to feature #1173)
2871:
2872: * tests/results/346-curl.processed: more test for content-length
2873: curl bug (related to feature #1173)
2874:
2875: * tests/results/346-curl.processed: test results updated after
2876: #1173 implemented
2877:
2878: 2017-11-28 moko
2879:
2880: * src/classes/curl.C: another libcurl Content-length bug walkaround
2881: (related to feature #1173)
2882:
2883: 2017-11-27 moko
2884:
2885: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
2886: $.http_version[version string] added (implements feature #1173),
2887: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
2888: where $post(true) bug existed.
2889:
2890: 2017-11-18 moko
2891:
2892: * src/include/pa_memory.h: warning war (related to feature #1170)
2893:
2894: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
2895: feature #1170)
2896:
2897: 2017-11-17 moko
2898:
2899: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
2900: std::basic_stringstream used in ^table.csv-string[] is compatible
2901: with delete usage check only under Debian 9 (related to feature
2902: #1170)
2903:
2904: 2017-11-16 moko
2905:
2906: * src/: classes/curl.C, classes/hash.C, classes/json.C,
2907: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
2908: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
2909: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
2910: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
2911: types/pa_vxdoc.h: regular new/delete no longer used in our code,
2912: stubs defend from accidental use (implements feature #1170)
2913:
2914: 2017-06-24 moko
2915:
2916: * configure.ac: minor fix: thanks to alx@
2917:
1.115 moko 2918: 2017-05-29 moko
2919:
2920: * src/types/pa_vmail.C: mail headers are now correctly truncated -
2921: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
2922: added to avoid cutting of UTF-8 chars (fixed bug #123)
2923:
2924: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
2925: ignored, =?UTF-8?Q?= should start in case of leading space
2926: (related to bug #123)
2927:
2928: * buildall: echo -n -> printf for OS X. :)
2929:
2930: 2017-05-25 moko
2931:
2932: * tests/: 288.html, results/288.processed: test updated afted
2933: setting $o.prop without setter exception removed (related to
2934: feature #1157)
2935:
2936: * src/types/pa_vclass.C: no more "this property has no setter
2937: method" when setting $o.prop without setter (implements feature
2938: #1157)
2939:
2940: * buildall: echo \c -> echo -n for FreeBSD
2941:
2942: * configure, configure.ac, src/include/pa_config_auto.h.in,
2943: src/types/pa_vdouble.h: isfinite now checked in configure
2944:
2945: * compile, config.guess, config.sub, depcomp, install-sh, missing:
2946: upgraded to automake 1.15
2947:
2948: 2017-05-23 moko
2949:
2950: * src/types/pa_vdouble.h: finite returned where isfinite not
2951: defined
2952:
2953: 2017-05-22 moko
2954:
2955: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
2956:
2957: * buildall: extern CFLAGS setting support
2958:
2959: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
2960:
2961: * buildall: http -> https
2962:
2963: * buildall: gc-7.2f -> gc-7.6.0
2964:
2965: 2017-05-20 moko
2966:
2967: * buildall: https, pcre, xml, xslt updated to current versions
2968: (related to feature #1136)
2969:
2970: 2017-05-19 moko
2971:
2972: * tests/097.html: after parser.ru moved to https
2973:
2974: 2017-05-17 moko
2975:
2976: * tests/results/: 175.processed, 372.processed: tests resuls
2977: updated after lintian spelling typos fixed (related to bug #1156)
2978:
2979: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
2980: classes/string.C, classes/table.C, main/pa_charset.C,
2981: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
2982: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
2983: lintian reported by Sergey B Kirpichev (fixes bug #1156)
2984:
2985: * tests/results/096.processed: +XMP
2986:
2987: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
2988: $.xmp(true) options tested (test for feature #1154)
2989:
2990: * src/classes/image.C: ^image:measure[] options $.exif(false)
2991: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
2992: fetched by default! (implements feature #1154)
2993:
2994: 2017-05-16 moko
2995:
2996: * tests/: 256.html, results/256.processed: ^json:string[$image] now
2997: allowed (related to feature #1154)
2998:
2999: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3000: initial XMP implementation - without options and transcode
3001: (related to feature #1154)
3002:
3003: 2017-05-12 moko
3004:
3005: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3006: image: exif moved to ffields, skipped in ^image.html[] where
3007: iterators now used (preparation for feature #1154)
3008:
3009: 2017-05-05 moko
3010:
3011: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3012: results/387.processed: test for circular class inheritance check
3013: added (related to bug #1150)
3014:
3015: * src/types/pa_vstateless_class.C: circular class inheritance check
3016: added (fixes endless add_derived bug #1150)
3017:
3018: 2017-05-04 moko
3019:
3020: * tests/: 386.html, results/386.processed: test for
3021: $table.value(number) added (related to feature #1152)
3022:
3023: * src/types/pa_vtable.C: table put_element: column value must be
3024: string - > column value must be string compatible to allow
3025: $t.value(1) (implements feature #1152)
3026:
3027: 2017-05-03 moko
3028:
3029: * src/main/pa_request.C: $use[$method] is not possible, reverting
3030: (related to feature #1151)
3031:
3032: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3033: not possible, removing test (related to feature #1151)
3034:
3035: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3036: get_element_method added and used to allow $use[$method] and
3037: $autouse[$method] (implements feature 1151)
3038:
3039: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3040: variable added (related to feature #1151)
3041:
3042: * tests/results/226.processed: actualized after ^try-catch used
3043:
3044: * tests/: 226.html, 385.html, results/385.processed: test for
3045: @autouse in variable added
3046:
3047: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3048:
1.114 moko 3049: 2017-02-27 moko
3050:
3051: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3052:
1.113 moko 3053: 2017-02-20 moko
3054:
3055: * operators.txt: actualization + beauty
3056:
3057: 2017-02-16 moko
3058:
3059: * tests/: 384.html, results/384.processed: test for
3060: ^reflection:mixin[; $.name[] ] option added (related to feature
3061: #1089)
3062:
3063: * tests/: 384.html, results/384.processed: test for
3064: ^reflection:mixin[] added (related to feature #1089)
3065:
3066: * src/types/pa_value.h: warning war: virtual ~Value() added
3067:
1.112 moko 3068: 2017-02-15 moko
3069:
3070: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3071: fixed
3072:
3073: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3074: test added (related to feature #1069)
3075:
3076: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3077: compilation without HASH_ORDER fixed
3078:
3079: * src/: classes/reflection.C, include/pa_hash.h:
3080: $.reverse(true/false) added to ^reflection:methods[] (related to
3081: feature #1069)
3082:
3083: 2017-02-14 moko
3084:
3085: * tests/: 152.html, results/152.processed: test for $._default hash
3086: added (related to bug #1131)
3087:
3088: * tests/: 277.html, results/277.processed: test for hash with only
3089: $._default is now defined (related to bug #1131)
3090:
3091: * src/types/pa_vhash.h: hash with only $._default is now defined
3092: (fixed bug #1131)
3093:
3094: 2017-02-13 moko
3095:
3096: * tests/cat-windows.sh: cat-windows added (cygwin required)
3097:
3098: * tests/: 171.html, 264.html, 286.html, 370.html,
3099: results/320.processed, results/375.processed, results/auto.p:
3100: cat-windows.sh support added
3101:
3102: * tests/375.html: Windows support
3103:
3104: * tests/270.html: documented
3105:
3106: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3107: (not backslashes) even under Windows (broke test 270)
3108:
3109: 2017-02-12 moko
3110:
3111: * tests/: descript.ion, todo.txt: cleanup
3112:
3113: 2017-02-09 moko
3114:
3115: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3116: run_tests.cmd: Windows compatibility
3117:
3118: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3119: incorrectly (GMT) if parser is called from cygwin
3120:
1.111 moko 3121: 2017-02-08 moko
3122:
1.112 moko 3123: * operators.txt: actualization 15% completed
3124:
3125: * operators.txt: cp1251 -> utf-8
3126:
3127: * NEWS, README: minor update
3128:
3129: * src/include/pa_config_includes.h: warning war continues
3130:
3131: * src/: include/pa_config_includes.h, include/pa_memory.h,
3132: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3133: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3134: gcc 6.x issues fixed
3135:
1.111 moko 3136: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3137: classes/classes.h, classes/curl.C, classes/date.C,
3138: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3139: classes/hashfile.C, classes/image.C, classes/inet.C,
3140: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3141: classes/memcached.C, classes/memory.C, classes/op.C,
3142: classes/reflection.C, classes/regex.C, classes/response.C,
3143: classes/string.C, classes/table.C, classes/void.C,
3144: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3145: include/pa_array.h, include/pa_cache_managers.h,
3146: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3147: include/pa_config_fixed.h, include/pa_config_includes.h,
3148: include/pa_dictionary.h, include/pa_dir.h,
3149: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3150: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3151: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3152: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3153: include/pa_request_charsets.h, include/pa_request_info.h,
3154: include/pa_sapi.h, include/pa_socks.h,
3155: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3156: include/pa_stack.h, include/pa_string.h,
3157: include/pa_stylesheet_connection.h,
3158: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3159: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3160: include/pa_uue.h, include/pa_xml_exception.h,
3161: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3162: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3163: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3164: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3165: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3166: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3167: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3168: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3169: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3170: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3171: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3172: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3173: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3174: main/pa_string.C, main/pa_stylesheet_connection.C,
3175: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3176: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3177: main/untaint.C, sql/pa_sql_driver.h,
3178: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3179: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3180: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3181: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3182: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3183: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3184: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3185: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3186: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3187: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3188: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3189: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3190: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3191: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3192: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3193: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3194: types/pa_vmemcached.h, types/pa_vmemory.h,
3195: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3196: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3197: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3198: types/pa_vresponse.C, types/pa_vresponse.h,
3199: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3200: types/pa_vstateless_object.h, types/pa_vstatus.C,
3201: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3202: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3203: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3204: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3205: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3206: 2015->2017
3207:
1.110 moko 3208: 2017-02-07 moko
3209:
3210: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3211:
3212: 2017-02-06 moko
3213:
3214: * src/main/pa_common.C: minor fixes, whitespace
3215:
3216: * src/: classes/curl.C, classes/file.C, classes/image.C,
3217: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3218: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3219: now used (implements feature #1081)
3220:
3221: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3222:
3223: 2017-02-01 moko
3224:
3225: * src/include/pa_request.h: cleanup
3226:
3227: 2017-01-30 moko
3228:
3229: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3230:
3231: 2017-01-29 moko
3232:
3233: * tests/: 383.html, results/383.processed: test for
3234: ^reflection:stack[] added (related to feature #1052)
3235:
3236: * src/classes/reflection.C: else added
3237:
3238: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3239: $.max_file_lock_wait added (implements feature #1128)
3240:
3241: 2017-01-28 moko
3242:
3243: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3244: body and other cases tests added (related to featue #1014)
3245:
3246: * src/classes/curl.C: bug if response is empty fixed (related to
3247: feature #1014)
3248:
3249: 2017-01-27 moko
3250:
3251: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3252: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3253: added (implements feature #1052)
3254:
3255: 2017-01-25 moko
3256:
3257: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3258: method test added
3259:
3260: 2017-01-23 moko
3261:
3262: * src/classes/reflection.C: optimization: options->get replaced by
3263: hash iterator
3264:
3265: * tests/: 381.html, results/381.processed: now -> fixed date
3266:
3267: * src/main/pa_request.C: warning war
3268:
3269: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3270: 5Mb (fixes bug #1058)
3271:
3272: * src/classes/curl.C: warning war
3273:
3274: * tests/: 381.html, results/381.processed: tests for ^json:string
3275: $.one-line(true) option added (related to feature #1124)
3276:
3277: * src/: classes/json.C, types/pa_value.h: $json-string
3278: $.one-line(true|false) options is now supported (implements
3279: feature #1124)
3280:
3281: * tests/: 380.html, results/380.processed: test for modified
3282: $.max_file_size added (related to bug #1014)
3283:
3284: * tests/: 379.html, results/auto.p: tests for rewritten http file
3285: load added (related to bug #1014)
3286:
3287: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3288: main/pa_common.C, main/pa_http.C: check_file_size added and used
3289: in curl / file load from disk and http, http file load rewritten
3290: (related to bug #1014)
3291:
3292: 2017-01-18 moko
3293:
3294: * tests/: 378.html, results/378.processed: tests for ^result[]
3295: added (related to feature #66)
3296:
3297: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3298: Method::CO_WITHOUT_FRAME as frame still added in expression
3299: (related to feature #66)
3300:
3301: 2017-01-17 moko
3302:
3303: * tests/: 377.html, results/377.processed: test for different
3304: combinations of breaks in body and delimiter (related to bug
3305: #1077)
3306:
3307: * tests/: 376.html, results/376.processed: many ^break[] tests
3308: added (related to bug #1077)
3309:
3310: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3311: passed to native method" exception added to avoid bugs due to
3312: WRITE_EXPR_RESULT skipped and native methods execution continues
3313: after ^break[] (related to bug #1077)
3314:
3315: 2017-01-14 moko
3316:
3317: * tests/: 330.html, results/330.processed: test results updated
3318: after ^break[] bugs where fixed (related to bug #1077)
3319:
3320: * tests/: 329.html, results/329.processed: test results updated
3321: after ^break[] bugs where fixed (related to bug #1077)
3322:
3323: * tests/results/320.processed: ^return[] added
3324:
3325: 2017-01-13 moko
3326:
3327: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3328: classes/table.C, include/pa_request.h, main/execute.C,
3329: main/pa_request.C, targets/cgi/parser3.C,
3330: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
3331: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
3332: checked after each possible process/execute call (fixes bug
3333: #1077)
3334:
3335: 2016-12-29 moko
3336:
3337: * src/main/pa_common.C: warning war
3338:
3339: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
3340: include/pa_types.h, main/pa_request.C, main/pa_string.C:
3341: pa_file_size_limit added, ^math:random fixed for upper limit and
3342: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
3343: (related to feature #1014)
3344:
3345: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
3346: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
3347: (related to feature #1014)
3348:
3349: 2016-12-28 moko
3350:
3351: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
3352: warning war
3353:
3354: 2016-12-26 moko
3355:
3356: * tests/: 341.html, results/341.processed: test for
3357: ^table.hash[id;;$.type[string]] added (related to feature #1057)
3358:
3359: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
3360: (related to feature #1057)
3361:
3362: * src/types/pa_vdate.C: warning war continues...
3363:
3364: * src/: classes/date.C, classes/image.C, classes/table.C,
3365: include/pa_config_includes.h, types/pa_vfile.C: warning war
3366:
3367: * src/lib/gd/gifio.C: warning war / cleanup
3368:
3369: * src/lib/json/pa_json.C: warning war
3370:
3371: * src/classes/hash.C: warning war
3372:
3373: * src/types/pa_vfile.C: warning war
3374:
3375: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
3376: -Wall warning war continues
3377:
3378: * configure.ac: --with-build-warnings actualized
3379:
3380: 2016-12-25 moko
3381:
3382: * src/main/pa_exec.C: -wAll warning war
3383:
3384: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
3385: -wAll warning war
3386:
3387: * src/: include/pa_common.h, include/pa_sapi.h,
3388: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
3389: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
3390: -wAll warning war
3391:
3392: 2016-12-23 moko
3393:
3394: * src/lib/ltdl/Makefile.am: extra dist added
3395:
3396: * tests/results/344.processed: test result updated after $file.text
3397: prefetched in ^hash::create[$file] (related to feature #1075)
3398:
3399: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
3400: ^hash::create[$file] (related to feature #1075)
3401:
3402: 2016-12-22 moko
3403:
3404: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
3405: main/pa_request.C, main/pa_stylesheet_connection.C,
3406: types/pa_vfile.C: file_stat now return 64-bit size (implements
3407: #1014 under 32-bit unix versions)
3408:
3409: 2016-12-21 moko
3410:
3411: * tests/: 375.html, results/375.processed: test for exec returning
3412: stated file added (related to feature #1119)
3413:
3414: * src/classes/file.C: load should not return file with null body
3415: (fixes bug #1119)
3416:
3417: 2016-12-14 moko
3418:
3419: * tests/: 374.html, results/374.processed: test for $method.name
3420: added (related to feature #1117) plus method returning junction
3421: test
3422:
3423: 2016-12-13 moko
3424:
3425: * src/: include/pa_symbols.h, main/pa_symbols.C,
3426: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
3427: (implements feature #1117)
3428:
3429: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
3430: HEAD and TRACE can't have body (implements feature #1116)
3431:
3432: 2016-12-09 moko
3433:
3434: * tests/: 373.html, results/373.processed: tests for
3435: ^reflection:tainting added (related to feature #1098)
3436:
3437: * src/classes/reflection.C: ^reflection:tainting arguments order
3438: change (related to feature #1098)
3439:
3440: 2016-12-06 moko
3441:
3442: * src/: classes/reflection.C, include/pa_string.h,
3443: main/pa_string.C: ^reflection:tainting[$string] added (implements
3444: feature #1098)
3445:
3446: 2016-12-05 moko
3447:
3448: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
3449: (fixes bug #1114)
3450:
3451: 2016-12-04 moko
3452:
3453: * tests/: 206.html, results/206.processed: negative zero (0/-1)
3454: check added
3455:
3456: 2016-12-03 moko
3457:
3458: * tests/: 346-curl.html, results/346-curl.processed: test modified
3459: to test value.as_hash() usage
3460:
3461: * src/classes/curl.C: value.as_hash() used for correct hash
3462: processing
3463:
3464: * src/classes/reflection.C: exceptions texts fixes
3465:
3466: 2016-12-02 moko
3467:
3468: * tests/: 372.html, results/372.processed: tests for
3469: ^reflection:create[ $.class[name] $.constructor[name]
3470: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
3471: feature #1094)
3472:
3473: * src/types/pa_vmethod_frame.h: comment added: params should be
3474: declared outside of *_FRAME_ACTION as MethodParams destructor
3475: will be called in ~VNativeMethodFrame
3476:
3477: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
3478: ] minor fix
3479:
3480: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
3481: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
3482: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
3483: now supported (implements feature #1094) value::as_hash added
3484: (and should be used everywhere)
3485:
3486: * src/classes/reflection.C: cleanup
3487:
3488: 2016-12-01 moko
3489:
3490: * tests/: 356.html, results/356.processed: test for method
3491: junctions class name added to the resulting hash added (related
3492: to feature #1068)
3493:
3494: * src/classes/reflection.C: for method junctions class name added
3495: to the resulting hash (related to feature #1068)
3496:
3497: 2016-11-30 moko
3498:
3499: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
3500: exception (related to bug #1113)
3501:
3502: * src/types/pa_vhashfile.C: whitespace
3503:
3504: * src/main/pa_os.C: errno now returned as it should (fixes bug
3505: #1113)
3506:
3507: * tests/results/: 175.processed, 192.processed, 224.processed,
3508: 229.processed, 239.processed, 244.processed, 246.processed,
3509: 314.processed, 352.processed: tests results updated after method
3510: call exceptions improved as method now keeps its name
3511:
3512: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
3513: types/pa_vmethod_frame.h: method call exceptions improved as
3514: method now keeps its name
3515:
3516: * tests/: 224.html, 239.html, results/224.processed,
3517: results/239.processed: tests and tests results updated after
3518: Request::construct exception changed
3519:
3520: * src/: classes/reflection.C, main/execute.C: Request::construct
3521: exception optimized
3522:
3523: * tests/: 371.html, results/371.processed: test for
3524: WWrapper.get_element call in $.name.key[value] code added
3525: (related to feature #1091)
3526:
3527: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
3528: in $.name.key[value] code (related to feature #1091)
3529:
3530: 2016-11-29 moko
3531:
3532: * src/classes/op.C: VS warning war
3533:
3534: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
3535: C4239: nonstandard extension used : 'return' : conversion from
3536: 'Value' to 'Value &' (related to feature #1020)
3537:
3538: * src/: main/execute.C, types/pa_vmethod_frame.h,
3539: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
3540: used : 'return' : conversion from 'Value' to 'Value &' (related
3541: to feature #1020)
3542:
3543: * src/main/execute.C: VS warning war
3544:
3545: * src/targets/cgi/parser3.C: VS compatibility fix
3546:
3547: * src/include/pa_request.h: VS warning war
3548:
3549: * tests/: 370.html, results/370.processed: test for ^file::exec[
3550: ... $.stdin[$binary_file] ] added (related to bug #1044)
3551:
3552: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
3553: include/pa_string.h, main/pa_exec.C: pa_exec now supports
3554: $.stdin[$binary_file] (fixes bug #1044)
3555:
3556: 2016-11-28 moko
3557:
3558: * src/main/pa_exec.C: whitespace
3559:
3560: * src/main/pa_request.C: whitespace
3561:
3562: * tests/: 369.html, results/369.processed: test for
3563: $response:status usage added (related to feature #1099)
3564:
3565: * src/targets/cgi/parser3.C: HTTP response code used as exit status
3566: if < 100 (implements feature #1099)
3567:
3568: * src/targets/cgi/parser3.C: whitespace
3569:
3570: * src/targets/cgi/parser3.C: whitespace
3571:
3572: * tests/: 368.html, results/368.processed: test updated after
3573: ^reflection:filename[$method] added (related to feature #1053)
3574:
3575: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
3576: main/compile.y, main/execute.C, main/pa_request.C,
3577: types/pa_vclass.h: filename -> filespec,
3578: ^reflection:filename[$method] added (related to feature #1053)
3579:
3580: 2016-11-27 moko
3581:
3582: * tests/: 368.html, results/368.processed: test for
3583: reflection:filename[$class or object] added (related to feature
3584: #1053)
3585:
3586: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
3587: types/pa_vstateless_class.h: ^reflection:filename[$class or
3588: object] added (implements feature #1053)
3589:
3590: 2016-11-26 moko
3591:
3592: * src/: include/pa_request_info.h,
3593: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
3594: remove_absolute_uri -> strip_absolute_uri
3595:
3596: 2016-11-25 moko
3597:
3598: * src/: include/pa_request_info.h,
3599: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
3600: request_info.remove_absolute_uri added to remove possible
3601: http://site.name/ from $request:uri (implements feature #1112)
3602:
3603: 2016-11-24 moko
3604:
3605: * tests/: 367-curl.html, results/367-curl.processed: test for
3606: previous request headers clearing after redirect added (related
3607: to bug #1109)
3608:
3609: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
3610: response headers from previous requests are now cleared, only
3611: last request headers are collected (fixes bug #1109)
3612:
3613: * tests/results/: 266.processed, 321.processed, 356.processed:
3614: tests results updated as method name now added to the resulting
3615: hash for new syntax only (Imp1 compatimility fixed, related to
3616: feature #1068)
3617:
3618: * src/classes/reflection.C: method name now added to the resulting
3619: hash for new syntax only (Imp1 compatimility fixed, related to
3620: feature #1068)
3621:
3622: * tests/results/366.processed: test for native and parser
3623: implementation of ^use[] logic (related to feature #1074)
3624:
3625: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
3626: for native and parser implementation of ^use[] logic (related to
3627: feature #1074)
3628:
3629: 2016-11-23 moko
3630:
3631: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3632: main/pa_request.C: @USE file now implemented as ^use[file;
3633: $.origin[origin_file] ] (implements feature #1074)
3634:
1.109 moko 3635: 2016-11-21 moko
3636:
1.110 moko 3637: * tests/: 365.html, results/365.processed: test for $caller bugs in
3638: 3.4.4 and $caller.method now tested (related to feature #1110)
3639:
3640: * tests/: 364.html, results/364.processed: $caller usage in
3641: different contexts now tested (related to feature #1110)
3642:
3643: * src/types/types.vcproj: +pa_vcaller_wrapper.h
3644:
3645: * src/types/Makefile.am: pa_vcaller_wrapper.h added
3646:
1.109 moko 3647: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
3648: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
3649: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
3650: used (implements feature #1110)
3651:
3652: 2016-11-20 moko
3653:
3654: * src/types/pa_vdouble.h: whitespace
3655:
3656: 2016-11-11 moko
3657:
3658: * tests/: 363.html, results/363.processed: more tests for feature
3659: #1091 (how parser methods work in expression context)
3660:
3661: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
3662: expressions strings are now written as strings, not values by
3663: write_as_string (related to feature #1091)
3664:
3665: * src/classes/op.C: to make more correct behavour in expression
3666: context
3667:
3668: 2016-11-07 moko
3669:
3670: * tests/: 362.html, results/362.processed: test for
3671: xsltParseStylesheetDoc caching as xsl modification after it added
3672: (related to bug #1108)
3673:
3674: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
3675: result now cached as xdoc is modified after it (fixes bug #1108)
3676:
3677: 2016-11-06 moko
3678:
3679: * src/types/pa_vxdoc.h: whitespace
3680:
3681: 2016-11-05 moko
3682:
3683: * src/types/pa_vmethod_frame.h: cleanup
3684:
3685: 2016-11-03 moko
3686:
3687: * tests/results/244.processed: more correct exception after method
3688: frames separation
3689:
3690: * src/types/pa_vmethod_frame.h: minor optimizaion
3691:
3692: * src/types/pa_method.h: optimization: params_count added
3693:
3694: * src/: classes/json.C, classes/op.C, classes/reflection.C,
3695: include/pa_request.h, main/execute.C, main/pa_request.C,
3696: types/pa_value.C, types/pa_vmethod_frame.C,
3697: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
3698: VMethodFrame now divided into VNativeMethodFrame,
3699: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
3700: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
3701: and used (related to feature #1104)
3702:
3703: 2016-11-02 moko
3704:
3705: * src/: classes/bool.C, classes/curl.C, classes/date.C,
3706: classes/double.C, classes/file.C, classes/hash.C,
3707: classes/hashfile.C, classes/image.C, classes/inet.C,
3708: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3709: classes/memcached.C, classes/op.C, classes/reflection.C,
3710: classes/regex.C, classes/string.C, classes/table.C,
3711: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
3712: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
3713: r.write (implements feature #1091)
3714:
3715: * src/main/execute.C: cleanup (related to feature #1104)
3716:
3717: * src/: include/pa_request.h, main/execute.C,
3718: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
3719: added, in_expression removed (implements feature #1104)
3720:
3721: 2016-10-31 moko
3722:
3723: * src/types/pa_value.C: whitespace
3724:
3725: 2016-10-28 moko
3726:
3727: * tests/results/244.processed: updated after error reporting fixed
3728: in pa_wcontext.C
3729:
3730: * src/types/pa_wcontext.C: error reporting fixed
3731:
3732: * src/types/pa_wcontext.h: whitespace
3733:
3734: * src/classes/image.C: not fully readed entries are no longer
3735: processed (fixes bug #1106)
3736:
3737: 2016-10-26 moko
3738:
3739: * src/classes/image.C: whitespace
3740:
3741: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
3742: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
3743: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
3744: longer required (related to feature #1091)
3745:
3746: * tests/results/: 264.processed, 350.processed: test results update
3747: reverted (whitespace optimization) after write_no_lang removed :)
3748: (related to feature #1091)
3749:
3750: * src/: classes/file.C, classes/hash.C, classes/op.C,
3751: classes/string.C, classes/table.C, classes/void.C,
3752: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
3753: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
3754: equal write_pass_lang (related to feature #1091)
3755:
3756: * tests/results/: 264.processed, 350.processed: test results
3757: updated (whitespace optimization) after write_assign_lang removed
3758: (related to feature #1091)
3759:
3760: * tests/: 361.html, results/361.processed: test for non-string
3761: ^untaint added (related to feature #1091)
3762:
3763: * src/: classes/curl.C, classes/date.C, classes/file.C,
3764: classes/hash.C, classes/op.C, classes/string.C,
3765: include/pa_request.h, main/execute.C: optimization:
3766: write_assign_lang removed as not required (first part of feature
3767: #1091 implementation)
3768:
1.108 moko 3769: 2016-10-12 moko
3770:
3771: * tests/: 360.html, results/360.processed: more test code (related
3772: to feature #1104)
3773:
3774: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
3775: include/pa_request.h, main/compile.y, main/execute.C: opcode
3776: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
3777: WContext is next task (implements feature #1104)
3778:
3779: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
3780: / CO_WITHOUT_WCONTEXT
3781:
3782: * tests/: 360.html, results/360.processed: test for in expression
3783: state (related to feature #1104)
3784:
3785: 2016-10-11 moko
3786:
3787: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
3788:
3789: * src/classes/op.C: default value removed from initializer
3790:
3791: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
3792:
3793: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
3794:
3795: 2016-10-10 moko
3796:
3797: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
3798: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
3799: to feature #42)
3800:
3801: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
3802: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
3803:
3804: 2016-10-08 moko
3805:
3806: * src/classes/double.C: whitespace
3807:
3808: 2016-10-07 moko
3809:
3810: * src/types/pa_vmethod_frame.h: reorder
3811:
3812: 2016-10-06 moko
3813:
3814: * src/classes/date.C: typo
3815:
3816: * src/types/pa_vmethod_frame.h: whitespace + cleanup
3817:
3818: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3819: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
3820: types/pa_vmethod_frame.h: params.get now returns Value&, not
3821: Value*
3822:
3823: * src/types/pa_vmethod_frame.C: params.get should return Value&.
3824:
3825: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
3826: removed; first as_* code rewrite
3827:
3828: 2016-10-05 moko
3829:
3830: * src/include/pa_request.h: whitespace
3831:
3832: * tests/: 359.html, results/359.processed: test for VCodeFrame and
3833: intercept_string added (related to feature #1097)
3834:
3835: * src/: classes/image.C, classes/op.C, classes/table.C,
3836: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3837: optimization: intercept_string removed (implements feature #1097)
3838:
3839: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
3840:
3841: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
3842: from VCodeFrame and WWrapper as not required
3843:
3844: 2016-10-04 moko
3845:
3846: * src/: classes/curl.C, classes/date.C, classes/double.C,
3847: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
3848: classes/int.C, classes/json.C, classes/op.C,
3849: classes/reflection.C, classes/string.C, classes/table.C,
3850: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3851: proces_to_value -> process after StringOrValue removed (related
3852: to feature #1020)
3853:
3854: * src/classes/form.C: whitespace
3855:
3856: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
3857:
3858: * tests/: 357.html, 358.html, results/357.processed,
3859: results/358.processed, results/auto.p: test for @conf
3860: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
3861:
3862: 2016-10-03 moko
3863:
3864: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
3865: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
3866: supported (implements feature #42)
3867:
3868: * src/types/pa_vregex.h: no reason for VRegex to be
3869: is_evaluated_expr
3870:
3871: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
3872: (implements feature #1095)
3873:
3874: 2016-10-01 moko
3875:
3876: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
3877: false by default (related to feature #1089)
3878:
3879: 2016-09-30 moko
3880:
3881: * src/types/pa_wcontext.h: cleanup
3882:
3883: 2016-09-29 moko
3884:
3885: * src/main/execute.C: whitespace
3886:
3887: * src/include/pa_request.h: whitespace
3888:
3889: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3890: classes/op.C, classes/table.C, include/pa_request.h,
3891: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
3892: types/pa_vobject.C, types/pa_wcontext.h: optimization:
3893: StringOrValue removed as it just slows down and adds complexity
3894: (implements feature #1020)
3895:
3896: 2016-09-28 moko
3897:
3898: * tests/: 356.html, results/266.processed, results/321.processed,
3899: results/356.processed: tests updated after name was added to
3900: method_info hash, test for ^reflection:method_info[junction]
3901: added (related to feature #1068)
3902:
3903: * src/classes/reflection.C: ^reflection:method_info[junction] now
3904: supported, method name added to the resulting hash (implements
3905: feature #1068)
3906:
3907: * tests/: 276.html, results/276.processed: more tests for
3908: ^reflection:delete[]
3909:
3910: * src/classes/reflection.C: fixed bug then ^reflection:delete
3911: didn't work on class and could damage native objects (like file)
3912:
3913: 2016-09-26 moko
3914:
3915: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
3916: results/345.processed, results/346-curl.processed,
3917: results/347-curl.processed, results/348.processed: numbers added
3918: to simplify diff analysis
3919:
3920: * tests/: 352.html, results/352.processed: test result updated as
3921: method name used
3922:
3923: * src/classes/reflection.C: method name used
3924:
3925: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
3926: its name
3927:
3928: * src/types/pa_method.h: whitespace
3929:
3930: * src/classes/reflection.C: both method and field with one name can
3931: exist.
3932:
3933: * src/classes/reflection.C: ^reflection:mixin added (implements
3934: feature #1089)
3935:
3936: * tests/: 355.html, results/355.processed: property appears in
3937: derived class if added in base test added
3938:
3939: * src/types/pa_vstateless_class.h: get_method declaration +
3940: whitespace
3941:
3942: * tests/: 354.html, results/354.processed: nice test from method
3943: and property with one name in class added
3944:
3945: 2016-09-23 moko
3946:
3947: * src/classes/reflection.C: ^reflection:method usage documented
3948:
3949: 2016-09-22 moko
3950:
3951: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
3952: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
3953: compile warning and GPF occures on VS2003 (related to feature
3954: #1087)
3955:
3956: * tests/: 350.html, results/350.processed: test added for
3957: $.encloser[] support in ^table::create (related to feature #11)
3958:
3959: * src/classes/table.C: another minor fix (related to feature #11)
3960:
1.107 moko 3961: 2016-09-21 moko
3962:
3963: * src/include/pa_config_fixed.h: vs2015 compilation fixes
3964:
3965: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3966: classes/json.C, classes/string.C, classes/table.C,
3967: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3968: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3969: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
3970: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
3971: pa_charsets, vs2015 warning war
3972:
3973: * src/classes/table.C: vs2015 warning war
3974:
3975: * src/types/pa_vdate.C: vs2015 warning war
3976:
3977: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
3978:
3979: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
3980: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
3981:
3982: * src/main/pa_common.C: vs2015 compilation fixes
3983:
3984: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
3985: vs2015 compilation fixes
3986:
3987: * src/main/pa_charset.C: vs2015 warning war
3988:
3989: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
3990:
3991: * src/main/pa_charset.C: vs2015 warning war
3992:
3993: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
3994:
3995: * src/types/pa_vdate.C: vs2015 compilation fix
3996:
3997: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
3998:
3999: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4000: VS2015 compilation fixes
4001:
4002: * src/classes/table.C: minor fix (related to feature #11)
4003:
4004: * tests/results/282.processed: no longer skipping extra enclosers
4005: (related to feature #11)
4006:
4007: * src/classes/table.C: minor fix + no longer skipping extra
4008: enclosers (related to feature #11)
4009:
4010: * src/classes/table.C: minor optimization (related to feature #11)
4011:
4012: * src/classes/table.C: minor fix and optimization (related to
4013: feature #11)
4014:
4015: 2016-09-20 moko
4016:
4017: * tests/: 353.html, results/353.processed: test for
4018: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4019: added (related to bug #1090)
4020:
4021: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4022: one_big_piece (fixes bug #1090)
4023:
4024: * tests/: 229.html, results/229.processed: code coverage tests
4025:
4026: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4027: body) was called
4028:
4029: * src/classes/op.C: whitespace
4030:
4031: * tests/: 323.html, results/323.processed: test for code junction
4032: should not be returned by ^reflection:class, ^reflection:base
4033:
4034: * src/classes/reflection.C: bugfix: code junction should not be
4035: returned by ^reflection:class, ^reflection:base
4036:
4037: * tests/: 323.html, 352.html, results/352.processed: no more
4038: exception for ^reflection:method[class;no-such-method] (related
4039: to feature #1087)
4040:
4041: * src/classes/reflection.C:
4042: ^reflection:method[class;no-such-method] : exception -> void
4043: (related to feature #1087)
4044:
4045: * src/include/pa_request.h: request::write_value added to allow
4046: write value without convertion (related to issue #1091)
4047:
4048: 2016-09-19 moko
4049:
4050: * src/main/pa_random.C: windows build fix
4051:
4052: * src/types/pa_vhash.h: warning war
4053:
4054: 2016-09-14 moko
4055:
4056: * tests/: 352.html, 552.html, results/352.processed,
4057: results/552.processed: test for ^reflection:method[] extension
4058: added (related to feature #1087)
4059:
4060: * tests/: 552.html, results/552.processed: test for
4061: ^reflection:method[] extension added (related to feature #1087)
4062:
4063: * src/classes/reflection.C: compatibility issue fixed, VClass
4064: dynamic_cast check added (related to feature #1087)
4065:
4066: * tests/: 351.html, results/351.processed: test for @auto[]
4067: inheritance bug diring ^process[] added (related to bug #1088)
4068:
4069: * src/: classes/op.C, main/pa_request.C,
4070: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4071: disable it inheritance during ^process (fixes bug #1088)
4072:
4073: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4074: added (implements feature #1087)
4075:
4076: 2016-09-13 moko
4077:
4078: * tests/: 349.html, results/auto.p: test for objects prototyping
4079: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4080: to feature #1086)
4081:
4082: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4083: types/pa_vobject.C: objects now are not class instances, but have
4084: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4085: in @conf (implements feature #1086)
4086:
4087: 2016-09-08 moko
4088:
4089: * src/: classes/file.C, classes/mail.C, classes/string.C,
4090: classes/table.C, main/pa_http.C, main/pa_string.C,
4091: include/pa_string.h: cleanup: string::split limit argument
4092: removed as no longer required, pos_after no longer reference
4093: (related to feature #11)
4094:
4095: * src/classes/table.C, tests/results/348.processed: now exception
4096: is rised when invalid option is passed to ^table::create[]
4097:
4098: * tests/: 282.cfg, 282.html, results/282.processed: more code
4099: coverage tests
4100:
4101: * tests/: 348.html, results/348.processed: code coverage tests
4102: added
4103:
4104: * tests/: 348.html, results/348.processed: generic ^table::create[]
4105: tests
4106:
4107: * tests/: 035.html, results/035.processed, results/272.processed:
4108: tests updated after $.encloser[] support for ^table::create
4109: implementation (related to feature #11)
4110:
4111: * src/classes/table.C: $.encloser[] support for ^table::create
4112: finally added (implements feature #11)
4113:
4114: 2016-09-07 moko
4115:
4116: * src/include/pa_string.h: added StringSplitHelper as friend
4117: (related to feature #11)
4118:
4119: * src/include/pa_string.h: body and langs now protected, not
4120: private to allow inheritance (related to feature #11)
4121:
4122: * src/classes/table.C: lsplit optimized before cloning for
4123: ^table::create with $.encloser[] (related to feature #11)
4124:
4125: * src/classes/table.C: optimizaion: TableControlChars.separators
4126: added and used (related to feature #11)
4127:
4128: * src/classes/table.C: spelling:
4129:
4130: TableSeparators -> TableControlChars column -> separator
4131: separators -> control_chars
4132:
4133: 2016-09-06 moko
4134:
4135: * src/main/pa_string.C: whitespace
4136:
4137: * src/main/pa_string.C: whitespace
4138:
4139: 2016-09-01 moko
4140:
4141: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4142: results OS-independent
4143:
4144: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4145: compiler (related to feature #1042)
4146:
4147: 2016-08-15 moko
4148:
4149: * src/include/pa_string.h: whitespace
4150:
4151: * src/classes/table.C: whitespace
4152:
1.106 moko 4153: 2016-08-05 moko
4154:
4155: * tests/: 344.html, results/344.processed: test for
4156: ^hash::create[$file] added (related to feature #1075)
4157:
4158: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4159: supported (implements feature #1075)
4160:
4161: 2016-08-04 moko
4162:
4163: * tests/: 341.html, results/341.processed: more code coverage tests
4164:
4165: * tests/: 346-curl.html, results/346-curl.processed: more code
4166: coverage tests for curl
4167:
4168: * tests/: 346-curl.html, results/346-curl.processed: more code
4169: coverage tests for curl
4170:
4171: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4172: results/223.processed: code coverage tests: $.form[ $.table[] ]
4173: test added
4174:
4175: * tests/: 223-curl.html, results/223-curl.processed: more code
4176: coverage tests for curl
4177:
4178: 2016-08-03 moko
4179:
4180: * src/classes/curl.C: dlink(curl_library) now called not once, but
4181: until it will be loaded, allowing to find existing library.
4182:
4183: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4184: results/347-curl.processed: more code coverage tests for curl
4185:
4186: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4187: results/339-curl.processed, results/346-curl.processed: curl
4188: functionality tests
4189:
4190: 2016-08-02 moko
4191:
4192: * tests/: 339.html, results/339.processed: test for tables in
4193: ^file:load[] and ^curl:load[] (commented) added (related to
4194: feature #1042)
4195:
4196: * tests/: 345.html, results/345.processed: code coverage tests for
4197: file class
4198:
4199: * tests/: 344.html, results/344.processed: code coverage tests
4200:
4201: * tests/: 344.html, results/344.processed: mdate removed from
4202: output
4203:
4204: * src/classes/file.C: minor bugfix: is_text should be taked from
4205: fcontent.is_text_mode() if not set (related to feature #1061)
4206:
4207: * tests/: 344.html, results/344.processed: more tests
4208:
4209: * tests/: 343.html, 344.html, results/343.processed,
4210: results/344.processed: tests for ^file::create[ $.from-charset
4211: and $.to-charset ] (related to feature #1061)
4212:
4213: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4214: aset_text_mode argument optimized
4215:
4216: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4217: checkBOM now used in detect_binary_content (related to feature
4218: #1061)
4219:
4220: * src/main/pa_request.C: load_charset no longer required to_upper
4221:
4222: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4223: preserves original file mode (if no $.mode specified)
4224:
4225: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4226: ^file::create now supports $.from-charset[] and $.to-charset
4227: options (implements feature #1061), automatic transcode is done
4228: if text file is created from binary file and charset is detected.
4229:
4230: 2016-07-30 moko
4231:
4232: * src/classes/table.C: ^t.hash[..;] now supported (related to
4233: feature #1057)
4234:
4235: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4236: added (related to feature #1057)
4237:
4238: * tests/: 286.html, results/286.processed: code tests coverage
4239:
4240: 2016-07-29 moko
4241:
4242: * src/classes/table.C: table size should be checked inside menu and
4243: foreach (related to feature #858)
4244:
4245: * src/: classes/curl.C, classes/file.C, classes/string.C,
4246: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4247: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4248: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4249: charsets.get now does str_upper inside (related to feature #1061)
4250:
4251: * tests/: 342.html, results/342.processed: more code coverage tests
4252:
4253: * tests/: 342.html, outputs/342.processed: table menu code coverage
4254: + foreach test added (related to feature #858)
4255:
4256: * tests/: 341.html, results/341.processed: tests for
4257: ^table.hash[]{code} added + code coverage tests (related to
4258: feature #1057)
4259:
4260: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4261: value} support (implements feature #1057)
4262:
4263: * src/classes/table.C: whitespace
4264:
4265: 2016-07-28 moko
4266:
4267: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4268: from URL, if not specified query string removed from url-based
4269: filenames in ^curl:load[] and ^file::load[] (related to feature
4270: #1042)
4271:
4272: 2016-07-27 moko
4273:
4274: * tests/: 340.html, results/340.processed: test for
4275: transcode_text_result=false added (related to issue #1042)
4276:
4277: 2016-07-26 moko
4278:
4279: * src/types/pa_vfile.C: file name should not be empty (if file path
4280: is folder and ends with /) (related to feature #1042)
4281:
4282: * src/main/pa_http.C: whitespace optimizaion
4283:
4284: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4285: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4286: multiple headers, ^file::load supports headers transcoding
4287: (implements feature #1042)
4288:
4289: 2016-07-25 moko
4290:
4291: * src/include/pa_common.h: PA_DEFAULT added
4292:
4293: 2016-07-22 moko
4294:
4295: * tests/: 338.html, results/338.processed: test for
4296: $date.field(value) added (related to feature #1066)
4297:
4298: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4299: $date.field(value) now supported for y/m/d/h/m/s (implements
4300: feature #1066)
4301:
1.105 moko 4302: 2016-07-21 moko
4303:
4304: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4305: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4306: arguments removed; image.C - absolute path shown in exception
4307: (implements feature #1071)
4308:
4309: * tests/: 235.html, results/235.processed: test and test result
4310: updated after static boundary in mail and Errors-To: mail header
4311: removed (related to feature #1047)
4312:
4313: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4314: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4315: used, static boundary in mail removed, Errors-To: mail header
4316: removed (implements feature #1047)
4317:
4318: 2016-07-20 moko
4319:
4320: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4321: equest.classes(): Value -> VStateless_class, part 3 (related to
4322: issue #1051)
4323:
4324: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4325: request.classes(): Value -> VStateless_class, part 2 (related to
4326: issue #1051)
4327:
4328: * tests/results/: 224.processed, 323.processed: classes without
4329: methods should not be methoded (related to issue #1051)
4330:
4331: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
4332: main/compile_tools.h, main/pa_request.C: request.classes(): Value
4333: -> VStateless_class, part 1 (related to issue #1051)
4334:
4335: * tests/: 337.html, results/337.processed: test for
4336: ^reflection:fields_reference[] and VHashReference class added
4337: (related to feature #1072)
4338:
4339: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
4340: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
4341: and VHashReference added, allowing ^reflection:fields_reference[]
4342: implementation (closes feature #1072)
4343:
4344: 2016-07-19 moko
4345:
4346: * tests/: 323.html, results/323.processed: we want to see
4347: "methoded"
4348:
4349: * tests/: 336.html, results/336.processed: test for $BASE:property
4350: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
4351: #1059)
4352:
4353: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
4354: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
4355: somebody_entered_some_class, $BASE:property works again,
4356: ^BASE:method[] bugs fixed (fixes bug #1059)
4357:
4358: 2016-07-14 moko
4359:
4360: * tests/: 335.html, results/335.processed: test for feature #1055
4361: added
4362:
4363: * src/classes/hash.C: bugfix: $._default was not copied if empty
4364: feature: ^hash.contains[_default] added (implements feature
4365: #1055)
4366:
4367: 2016-07-13 moko
4368:
4369: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
4370: should not call @autouse (http://www.parser.ru/forum/?id=83480)
4371:
4372: 2016-07-05 moko
4373:
4374: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
4375: in ^hash.foreach (related to feature #1073)
4376:
4377: 2016-07-04 moko
4378:
4379: * tests/: 134.html, 281.html, results/134.processed,
4380: results/281.processed: tests updated after hash blocking removed
4381: (related to feature #1073)
4382:
4383: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
4384: no longer blocks on change during foreach (implements feature
4385: #1073)
4386:
4387: 2016-06-17 moko
4388:
4389: * tests/: 330.html, results/330.processed: try exception source
4390: test added (related to bug in #1062)
4391:
4392: * tests/: 334.html, results/334.processed: Exception stack trace
4393: test added (related to bug in $1062)
4394:
4395: * src/classes/op.C: Exception trace now correctly restored and
4396: errors reported (related to bug #1062)
4397:
1.104 moko 4398: 2016-05-25 moko
4399:
4400: * src/main/compile.y: minor cleanup + beauty
4401:
4402: 2016-05-24 moko
4403:
4404: * tests/: 333.html, results/333.processed: more exceptions testing
4405:
4406: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
4407: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
4408: features #1056, #1026)
4409:
4410: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
4411: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
4412: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
4413: (implements feature #1056)
4414:
4415: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4416: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
4417: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
4418: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
4419: feature #1026)
4420:
4421: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
4422: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
4423: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
4424: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
4425: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
4426: feature #1026)
4427:
4428: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4429: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
4430: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
4431: SYMBOLS_CACHING define implemented (related to feature #1026)
4432:
4433: * src/main/main.vcproj: + ps_symbols
4434:
4435: * src/: include/Makefile.am, include/pa_string.h,
4436: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
4437: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
4438: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4439: types/pa_vstateless_class.C: initial implementation for symbols
4440: cache (related to feature #1026)
4441:
4442: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
4443:
4444: * src/main/pa_globals.C: minor cleanup
4445:
4446: 2016-05-19 moko
4447:
4448: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
4449: (related to feature #1046)
4450:
4451: * tests/: 331.html, results/331.processed: test for
4452: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
4453: (related to feature #1051)
4454:
4455: * src/main/compile.y:
4456: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
4457: (implements feature #1054)
4458:
4459: 2016-05-18 moko
4460:
4461: * src/types/pa_vtable.C, tests/results/324.processed: no more
4462: "column not found" exception for ^table.no-such-method[] (related
4463: to feature #1046)
4464:
4465: * tests/: 261.html, results/261.processed: test added and updated
4466: after feature #1046 implementation
4467:
4468: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
4469: types/pa_vvoid.h: $string.anything works for whitespace strings,
4470: ^string.contains added for hash compatibility, $string.method no
4471: longer returns stting method (implements feature #1046)
4472:
4473: 2016-05-12 moko
4474:
4475: * src/classes/curl.C: content-type response header no longer
4476: ignored (fixes issue #1045)
4477:
4478: * tests/: 330.html, results/330.processed: test for incomplete
4479: finally execution when break occures added (related to issue
4480: #1077)
4481:
4482: * src/classes/op.C: bugfix: Request::skip reset is called before
4483: executing catch and finally code (fixes issue #1062)
4484:
4485: 2016-05-11 moko
4486:
4487: * tests/: 329.html, results/329.processed: test for invalid
4488: ^break[] behavour added (bug #1077)
4489:
4490: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
4491:
4492: 2016-04-24 moko
4493:
4494: * src/types/pa_vstateless_class.h: warning war
4495:
4496: 2016-04-17 moko
4497:
4498: * tests/: 328.html, results/328.processed: test for
4499: ^break(condition) and ^continue(condition) (related to feature
4500: #1063)
4501:
4502: * src/classes/op.C: ^break(condition) and ^continue(condition)
4503: implemented (feature #1063)
4504:
4505: 2016-04-12 moko
4506:
4507: * tests/results/280.processed: ordered hash now used for class
4508: methods and properties (test results updated for feature #1069)
4509:
4510: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
4511: to xdoc.C as under FreeBSD it was inited after and inheritance
4512: failed (related to issue #1051)
4513:
4514: * tests/: 320.html, results/320.processed: xdoc and xnode methods
4515: are printed to check inheritance (related to feature #1051)
4516:
1.103 moko 4517: 2016-04-09 moko
4518:
4519: * tests/results/320.processed: ordered hash now used for class
4520: methods and properties (test results updated for feature #1069)
4521:
4522: * src/types/pa_vstateless_class.h: ordered hash now used for class
4523: methods and properties (implements feature #1069)
4524:
4525: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
4526: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
4527: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
4528: feature #1051)
4529:
4530: 2016-04-07 moko
4531:
4532: * src/main/execute.C: returned Value in .CLASS case for VJunction
4533: (related to feature #1051)
4534:
4535: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
4536: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
4537: string constants deduplication (related to feature #1051)
4538:
4539: * tests/results/224.processed: test result updated (related to
4540: feature #1051)
4541:
4542: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
4543: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
4544: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
4545: types/pa_vstatus.h: classes hash now contains only
4546: VStateless_class derived objects, .CLASS is also allways
4547: VStateless_class derived object (related to feature #1051).
4548:
4549: 2016-04-06 moko
4550:
4551: * tests/results/323.processed: test result updated after feature
4552: #1051 implementation
4553:
4554: * src/: classes/classes.h, classes/op.C, classes/response.C,
4555: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
4556: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
4557: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
4558: types/pa_vresponse.C, types/pa_vresponse.h,
4559: types/pa_vstateless_class.h: base -> methoded_donor for static
4560: classes, type() moved from VStateless_class to VClass and
4561: Methoded (implements feature #1051)
4562:
4563: 2016-04-04 moko
4564:
4565: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
4566: beauty: put_class added (related to feature #1051)
4567:
4568: 2016-04-01 moko
4569:
4570: * tests/results/: 175.processed, 192.processed, 224.processed,
4571: 229.processed, 244.processed, 246.processed, 316.processed: test
4572: results updated as class.type() removed from error messages, only
4573: type() left (related to feature #1051)
4574:
4575: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
4576: classes/op.C, classes/reflection.C, main/compile.y,
4577: main/compile_tools.h, main/execute.C, main/pa_request.C,
4578: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
4579: types/pa_vmethod_frame.h, types/pa_vobject.h,
4580: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
4581: from VStateless_class, type() is used instead (related to feature
4582: #1051)
4583:
4584: * src/classes/mail.C: old logic restored.
4585:
4586: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4587: classes/classes.h, classes/curl.C, classes/date.C,
4588: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4589: classes/hashfile.C, classes/image.C, classes/inet.C,
4590: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4591: classes/memcached.C, classes/memory.C, classes/reflection.C,
4592: classes/regex.C, classes/response.C, classes/string.C,
4593: classes/table.C, classes/xdoc.C, classes/xnode.C,
4594: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
4595: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
4596: feature #1051)
4597:
4598: 2016-03-30 moko
4599:
4600: * tests/: 327.html, results/224.processed, results/327.processed:
4601: test for TZ specification in ^date::create[], TZ is kept during
4602: ^date::create[$dt] (related to feature #1048)
4603:
4604: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
4605: ^date::create[], TZ is kept during ^date::create[$dt] (implements
4606: feature #1048)
4607:
4608: 2016-03-29 moko
4609:
4610: * tests/: 315.html, results/315.processed: test for timezone format
4611: +HHmm added (related to feature #1065)
4612:
4613: * src/classes/date.C: timezone format +HHmm now supported
4614: (implements feature #1065)
4615:
4616: 2016-03-28 moko
4617:
4618: * tests/: 202.html, results/131.processed, results/202.processed,
4619: results/224.processed, results/256.processed,
4620: results/315.processed: test results updated after %.2d now
4621: default for hours offset in iso-string (was %2d), test for
4622: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
4623: added (related to feature #1065)
4624:
4625: 2016-03-27 moko
4626:
4627: * src/types/pa_vdate.C: '+' sign for zero offset (related to
4628: feature #1065)
4629:
4630: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4631: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
4632: added (implements feature #1065)
4633:
4634: 2016-03-24 moko
4635:
4636: * tests/: 202.html, results/202.processed: test $date.week added
4637: (related to bug #1067)
4638:
4639: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
4640: date (fix for bug #1067)
4641:
4642: 2016-03-10 moko
4643:
4644: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
4645:
1.102 moko 4646: 2015-12-07 moko
4647:
4648: * tests/: 326.html, results/326.processed: test for .CLASS &
4649: .CLASS_NAME optimization added (related to feature #844)
4650:
4651: 2015-11-17 moko
4652:
4653: * tests/: 323.html, results/323.processed: order added
4654:
4655: * tests/: 325.html, results/325.processed: double range test added
4656: (related to bug #1049)
4657:
4658: 2015-11-16 moko
4659:
4660: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
4661: added to disallow NaN and Infinity (fixes bug #1049)
4662:
4663: 2015-11-11 moko
4664:
4665: * tests/324.html: parser 3.4.3 execution support added (related to
4666: feature #1017)
4667:
4668: * tests/: 324.html, results/324.processed: test for
4669: GET_ELEMENT4CALL feature added (feature #1017)
4670:
1.101 moko 4671: 2015-10-29 moko
4672:
4673: * operators.txt: updated for 3.4.4
4674:
4675: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
4676:
4677: * src/main/pa_exec.C: get_exit_status implemented for Windows
4678: (related to bug #1043)
4679:
4680: 2015-10-28 moko
4681:
4682: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
4683: hangup during ^file::exec (fixes bug #1043)
4684:
1.100 moko 4685: 2015-10-27 moko
4686:
4687: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
4688:
1.99 moko 4689: 2015-10-26 moko
4690:
1.100 moko 4691: * tests/322.html, src/classes/reflection.C: arguments reorder
4692: (related to issue #1041)
4693:
4694: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
4695: Copyright year updated
4696:
1.99 moko 4697: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
4698: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
4699: classes/form.C, classes/hash.C, classes/hashfile.C,
4700: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
4701: classes/mail.C, classes/math.C, classes/memcached.C,
4702: classes/memory.C, classes/op.C, classes/reflection.C,
4703: classes/regex.C, classes/response.C, classes/string.C,
4704: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4705: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4706: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4707: include/pa_config_fixed.h, include/pa_config_includes.h,
4708: include/pa_dictionary.h, include/pa_dir.h,
4709: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4710: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4711: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4712: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4713: include/pa_request_charsets.h, include/pa_request_info.h,
4714: include/pa_sapi.h, include/pa_socks.h,
4715: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4716: include/pa_stack.h, include/pa_string.h,
4717: include/pa_stylesheet_connection.h,
4718: include/pa_stylesheet_manager.h, include/pa_table.h,
4719: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4720: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4721: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4722: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
4723: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
4724: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
4725: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
4726: main/compile.y, main/compile_tools.C, main/compile_tools.h,
4727: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
4728: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
4729: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
4730: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
4731: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4732: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4733: main/pa_string.C, main/pa_stylesheet_connection.C,
4734: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4735: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4736: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
4737: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
4738: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
4739: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
4740: targets/isapi/parser3isapi.C, types/pa_junction.h,
4741: types/pa_method.h, types/pa_property.h, types/pa_value.C,
4742: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
4743: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
4744: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
4745: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4746: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4747: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4748: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4749: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4750: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4751: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4752: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
4753: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4754: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4755: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
4756: types/pa_vresponse.C, types/pa_vresponse.h,
4757: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4758: types/pa_vstateless_object.h, types/pa_vstatus.C,
4759: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
4760: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
4761: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4762: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
4763: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
4764:
4765: * src/targets/cgi/parser3.C: year updated
4766:
4767: * src/classes/reflection.C: VS2003 compatibility fixed (related to
4768: issue #1041)
4769:
4770: * tests/: 323.html, results/323.processed: test for base classes
4771: added
4772:
4773: * tests/: 261.html, results/261.processed: updated after better
4774: error reporting done for $string.key exception
4775:
4776: * src/types/pa_vstring.h: better error report for $string.key
4777: exception
4778:
4779: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
4780: copied as VObject::get_element4call to remove extra virtual call
4781:
4782: * tests/: 322.html, results/322.processed: test for
4783: ^reflection:is[] added (related to feature #1041)
4784:
4785: * src/classes/reflection.C: ^reflection:is empty value is void
4786: (related to feature #1041)
4787:
4788: * src/classes/reflection.C:
4789: ^reflection:is[class_name|code|method;[context;]element_name]
4790: added (implements feature #1041)
4791:
4792: 2015-10-24 moko
4793:
4794: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
4795:
1.98 moko 4796: 2015-10-22 moko
4797:
4798: * tests/: 321.html, results/321.processed: test for
4799: ^reflection:method_info[] file detection added
4800:
4801: * tests/: 320.html, results/320.processed: test for
4802: ^reflection:class_by_name[class_name] added (related to feature
4803: #993)
4804:
4805: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
4806: added (implements feature #993)
4807:
4808: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
4809: (related to feature #1017)
4810:
4811: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
4812: added (related to issue #1039)
4813:
4814: * src/main/pa_request.C: ^throw origin fixed (related to feature
4815: #1039)
4816:
4817: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
4818: for VDate
4819:
4820: * tests/results/182.processed: updated after feature #1038
4821: implemented
4822:
4823: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
4824: compile-time exception origin added (test for feature #1039)
4825:
4826: * src/: include/pa_request.h, main/compile.C, main/compile.y,
4827: main/pa_request.C: exception unification: compile-time exceptions
4828: now have origin, @USE origins also tracked (implements feature
4829: #1039)
4830:
4831: 2015-10-20 moko
4832:
4833: * src/main/pa_request.C: cleanup
4834:
4835: 2015-10-15 moko
4836:
4837: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
4838:
4839: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
4840: types/pa_vtable.C: new feature: no more $table.method and
4841: $hash.method, aliases for _at, _count, _key (related to feature
4842: #1017)
4843:
1.97 moko 4844: 2015-10-14 moko
4845:
1.98 moko 4846: * tests/: 317.html, results/317.processed: test for
4847: ^string.unescape[] added (related to feature #120)
4848:
1.97 moko 4849: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
4850: defined" bug (described in issue #1036)
4851:
4852: * tests/: 247.html, results/247.processed: test for checkBOM added
4853: (test for bug #1037)
4854:
4855: * src/: include/pa_charsets.h, main/pa_charsets.C,
4856: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
4857: it's not enforced, skips BOM signature if it complies charset
4858: (fixes bug #1037)
4859:
4860: 2015-10-13 moko
4861:
4862: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
4863: linking
4864:
4865: * src/classes/inet.C: vs2003 compilation fix
4866:
4867: * src/classes/math.C: warning war
4868:
4869: * src/lib/punycode/pa_punycode.c: warning war
4870:
4871: 2015-10-12 moko
4872:
4873: * src/lib/punycode/pa_punycode.c: warning war
4874:
4875: * parser3.sln: moved parser3 first, to make it default startup
4876: project
4877:
4878: * buildall: parser "mirror" now used for external libs sources
4879: (implements feature #1036)
4880:
4881: * buildall: most external libs are updated to their current
4882: versions (related to feature #1036)
4883:
4884: * src/classes/image.C: more tags added
4885:
4886: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
4887:
4888: 2015-10-11 moko
4889:
4890: * src/classes/curl.C: minor optimization (related to feature #1035)
4891:
4892: 2015-10-09 moko
4893:
4894: * src/classes/curl.C: pa_strdup added for strings from curl
4895: (related to feature #1035)
4896:
4897: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
4898: ULLONG_MAX definition
4899:
4900: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
4901: (implements feature #1035)
4902:
4903: * src/main/pa_charset.C: String::Body(String::C) used
4904:
4905: * src/main/pa_charset.C: exceptions unified
4906:
4907: * src/: include/pa_charset.h, main/pa_charset.C: declarations
4908: unified
4909:
4910: * src/: classes/file.C, classes/image.C, classes/mail.C,
4911: classes/op.C, classes/xdoc.C, classes/xnode.C,
4912: include/pa_string.h, main/pa_request.C, main/pa_string.C,
4913: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
4914: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
4915: String::Body(String::C) constructor added (related to bug #957)
4916:
4917: * src/classes/file.C: minor optimization
4918:
4919: * src/include/pa_hash.h: hash.get(char*) added, to minimize
4920: Cord(char*) autocreation (related to bug #957)
4921:
4922: * src/: classes/string.C, main/untaint.C: minor optimizations
4923:
4924: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
4925: String(char*, Lang, length) removed, String(C(), Lang) used
4926: instead (related to bug #957)
4927:
4928: 2015-10-08 moko
4929:
4930: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
4931: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
4932: main/untaint.C: Now char * is converted to CORD only using
4933: AS_CORD() to check for empty cord bug (fixes bug #957)
4934:
4935: * src/include/pa_hash.h: fixed compilation without
4936: HASH_CODE_CACHING
4937:
4938: * src/classes/string.C:
4939: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
4940: feature #120)
4941:
4942: * src/main/pa_common.C: reduce js flags checks count (related to
4943: feature #120)
4944:
1.96 moko 4945: 2015-10-07 moko
4946:
4947: * tests/: 275.html, results/275.processed: test modified after
4948: unsigned long long int support implemented (feature #1034)
4949:
4950: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
4951: pa_atoul added for unsigned long long int support
4952:
4953: 2015-10-06 moko
4954:
4955: * src/types/pa_vdate.C: INT_MAX used
4956:
4957: 2015-10-03 moko
4958:
4959: * tests/: 302.html, results/302.processed: test for bug #1023
4960: (\u2028, \u2029 escaping) added
4961:
4962: * src/main/untaint.C: \u2028, \u2029 are now escaped in
4963: json:string[] (fixes bug #1023)
4964:
4965: 2015-09-29 moko
4966:
4967: * tests/305.html: try-catch added for OS without ipv6 support
4968:
4969: * src/lib/json/pa_json.C: more unique prefixes for Solaris
4970: compilation
4971:
4972: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
4973: main/execute.C, types/pa_value.h, types/pa_vhash.h,
4974: types/pa_vtable.C, types/pa_vtable.h: get_element4call
4975: implemented to distinguish ^hash.method from $hash.field
4976: (implements feature #1017)
4977:
4978: * src/lib/punycode/pa_punycode.c: warning war
4979:
4980: * src/include/pa_config_includes.h: warning war
4981:
4982: * src/include/pa_config_includes.h: pragma warning actualized a bit
4983:
4984: * src/include/pa_config_includes.h: warning war
4985:
4986: * src/include/pa_hash.h: clang compilation fix
4987:
4988: 2015-09-27 moko
4989:
4990: * src/main/compile.tab.C: Bison 3 is now default
4991:
4992: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
4993:
4994: 2015-09-25 moko
4995:
4996: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
4997: works with undefined HASH_ORDER (related to feature #196)
4998:
4999: 2015-09-24 moko
5000:
5001: * tests/: 027.html, results/027.processed: test modified to test
5002: ^hash.sort (feature #196)
5003:
5004: * src/: classes/hash.C, include/pa_hash.h:
5005: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5006: added (implements feature #196)
5007:
5008: * tests/: 316.html, results/316.processed: Added test for bug #1025
5009: (exception handling in non-cached ^cache), plus for "it does not
5010: have logical value" and "$exception.handled value must be either
5011: boolean or string 'cache'" exceptions.
5012:
5013: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5014: code (fixes bug #1025)
5015:
1.95 moko 5016: 2015-09-23 moko
5017:
5018: * src/classes/table.C: warning war
5019:
5020: * src/: classes/math.C, types/pa_vcookie.C: warning war
5021:
5022: * src/classes/file.C: warning war
5023:
5024: * src/: include/pa_table.h, main/pa_table.C: warning war
5025:
5026: * src/: main/pa_request.C, classes/date.C: warning war
5027:
5028: * src/: types/pa_vdate.C, classes/op.C: warning war
5029:
5030: * tests/: 122.html, results/122.processed: win sync: to remove
5031: differences with OS that doesn't keep timezone change history
5032:
5033: * src/types/pa_vdate.C: tzset() should be called in Windows after
5034: TZ change (related to feature #36)
5035:
5036: * tests/: 075.html, results/075.processed: win sync: to remove
5037: differences with OS that doesn't keep timezone change history
5038:
5039: * tests/: 315.html, results/315.processed: win sync: to remove
5040: differences with OS that doesn't keep timezone change history
5041:
5042: * tests/: 256.html, results/256.processed: win sync: to remove
5043: differences with OS that doesn't keep timezone change history
5044:
5045: * tests/: 124.html, results/124.processed: win results sync: to
5046: avoid hitting time change hole.
5047:
5048: * src/types/pa_vdate.C: static returned. :)
5049:
5050: 2015-09-22 moko
5051:
5052: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5053:
5054: * tests/results/131.processed: more tests for feature #1032
5055:
5056: * src/classes/date.C: minor fix related to feature #1032
5057:
5058: * operators.txt: ISO date creation documented (related to feature
5059: #1032)
5060:
5061: * operators.txt: iso-string documented (related to feature #1032)
5062:
5063: * tests/: 315.html, results/315.processed: more tests added
5064: (related to feature #1032)
5065:
5066: * tests/: 131.html, results/131.processed: date range checks
5067: updated (related to feature #36)
5068:
5069: * tests/: 315.html, results/057.processed, results/315.processed:
5070: test added for ISO date support (related to issue #315)
5071:
5072: * src/classes/date.C: more readable exceptions in date creation
5073: (related to ticket #1032)
5074:
5075: 2015-09-18 moko
5076:
5077: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5078: added (related to issue #1032)
5079:
5080: * tests/results/256.processed, src/classes/json.C: iso-string
5081: documented (related to issue #1032)
5082:
5083: * tests/: 256.html, results/256.processed: ISO date check added
5084: (related to issue #1032)
5085:
5086: * tests/: 057.html, results/057.processed, results/224.processed:
5087: tests results updated after ISO date support implemented (related
5088: to feature #1032)
5089:
5090: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5091: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5092: ^date::create[string] constructor formalized, ^date.iso-string[]
5093: added (implements feature #1032)
5094:
5095: 2015-09-05 moko
5096:
5097: * operators.txt: actualized
5098:
5099: * operators.txt: date changes documented (related to ticket #36)
5100:
5101: 2015-09-04 moko
5102:
5103: * src/types/pa_vdate.C: warning war
5104:
5105: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5106:
5107: 2015-09-03 moko
5108:
5109: * tests/results/096.processed: test result updated for 0..9999 year
5110: date range support (related to feature #36)
5111:
5112: * tests/: 314.html, results/314.processed: test for
5113: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5114: bug #1031)
5115:
5116: * src/classes/string.C: Static calls fixed for ^string:base64[],
5117: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5118:
1.116 moko 5119: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5120: configure.in -> configure.ac
1.95 moko 5121:
1.116 moko 5122: * configure, configure.in, src/include/pa_config_auto.h.in: more
5123: correct timezone check for FreeBSD Warning war: configure.in ->
5124: configure.ac
1.95 moko 5125:
5126: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5127: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5128: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5129: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5130: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5131: src/main/Makefile.am, src/targets/apache/Makefile.am,
5132: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5133: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5134: check added
5135:
5136: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5137:
5138: * tests/results/: 124.processed, 224.processed: test resuls updated
5139: for new date implementation (related to feature #36)
5140:
5141: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5142: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5143: types/pa_vdate.h: new double date implementation with internal
5144: support for extended 0..9999 year range, default timezone support
5145: (related to feature #36)
5146:
5147: 2015-08-28 moko
5148:
5149: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5150: (fixes bug #1030)
5151:
5152: 2015-08-21 moko
5153:
5154: * src/classes/inet.C: snprintf size "bug" commented
5155:
5156: * src/main/pa_common.C: snprintf comments updated
5157:
5158: 2015-08-16 moko
5159:
5160: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5161:
5162: 2015-08-11 moko
5163:
5164: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5165: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5166: can be null (fixes bug #1029)
5167:
5168: 2015-08-06 moko
5169:
1.116 moko 5170: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5171: pa_vdate.C added
1.95 moko 5172:
5173: 2015-08-05 moko
5174:
5175: * tests/: 313.html, results/313.processed: test for
5176: ^table.count[columns] and ^table.flip[] with nameless tables
5177: (feature #1003)
5178:
5179: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5180: max_cell added, now ^table.count[columns] and ^table.flip[] works
5181: correctly for nameless tables (implements feature #1003)
5182:
5183: 2015-08-03 moko
5184:
5185: * tests/312.html: test for ^table.append[$hash] and
5186: ^table.insert[$hash] added (related to feature #1028)
5187:
5188: * src/classes/table.C: ^table.append[$hash] and
5189: ^table.insert[$hash] now supported (implements feature #1028)
5190:
5191: * tests/: 312.html, results/312.processed: test row copy in
5192: ^table.hash[; $.type[table] ] added (related to feature #1016)
5193:
5194: * src/classes/table.C: row copy now created in ^table.hash[;
5195: $.type[table] ] (related to feature #1016)
5196:
5197: 2015-07-29 moko
5198:
5199: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5200: added (related to feature #1016)
5201:
5202: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5203: ^table.delete[] added to delete current row (related to feature
5204: 1016)
5205:
5206: 2015-07-28 moko
5207:
5208: * tests/: 312.html, results/312.processed: test for
5209: $table.column[value] and ^table.insert{row} (related to feature
5210: #1016)
5211:
5212: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5213: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5214: ^table.insert{row} are now implemented (feature #1016)
5215:
5216: * src/include/pa_array.h: Optimization: bool reverse removed from
5217: append(), insert() added, memmove arguments order in remove()
5218: fixed (related to feature #1016)
5219:
5220: 2015-07-23 moko
5221:
5222: * src/classes/json.C: tainted json and empty json exception added
5223: (implements feature #1015)
5224:
5225: * tests/: 311.html, results/311.processed: empty json and tainted
5226: json exception test added (related to issue #1015)
5227:
5228: 2015-07-22 moko
5229:
5230: * tests/: 311.html, results/311.processed: test for UTF-8
5231: processing added
5232:
5233: * tests/: 311.html, results/311.processed: test for
5234: json_exception_with_source added (related to issue #394)
5235:
5236: * src/classes/json.C: json_exception_with_source added (implements
5237: feature #394)
5238:
5239: 2015-06-29 moko
5240:
5241: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5242: directories are now correctly determined if _d_type == DT_UNKNOWN
5243: (closes bug #1027)
5244:
5245: 2015-06-10 moko
5246:
5247: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5248: error if libxml has LIBXML_ICU_ENABLED.
5249:
5250: 2015-06-04 moko
5251:
5252: * tests/099.html: ups, reverting
5253:
5254: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5255: results/310.processed: tests for $response:body[ $.file[] ] and
5256: $response:last-modified added
5257:
5258: * src/main/pa_request.C: last-modified check fixed
5259:
5260: 2015-06-03 moko
5261:
5262: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5263: results/205.processed, results/293.processed: $response:headers
5264: logging added (tests for feature #1007)
5265:
5266: * src/: include/pa_common.h, include/pa_request.h,
5267: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5268: $response:headers are now in uppercase (closes feature #1007)
5269:
5270: 2015-06-02 moko
5271:
5272: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5273: build errors reverted for clang compatibility
5274:
5275: 2015-06-01 moko
5276:
5277: * src/include/pa_memory.h: -pedantic build errors fixed
5278:
5279: * src/classes/math.C: -pedantic build error fixed
5280:
5281: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5282:
5283: 2015-05-31 moko
5284:
5285: * src/classes/table.C: USE_STRINGSTREAM optimized
5286:
5287: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5288: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5289: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5290: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5291: types/pa_vxnode.h: warning war (-pedantic flag)
5292:
5293: 2015-05-28 moko
5294:
5295: * tests/: 308.html, results/308.processed: test for
5296: ^table::create[$t;], etc work added (related to bug #975)
5297:
5298: * src/classes/table.C: check_option_param removed,
5299: ^table::create[$t;], etc now works (fixes bug #975)
5300:
5301: 2015-05-27 moko
5302:
5303: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5304: (Debian jessie) fixed (closes issue #1024)
5305:
5306: * tests/Makefile: sort added as in Debian jessie list become
5307: unsorted
5308:
5309: 2015-05-18 moko
5310:
5311: * tests/: 201.html, results/201.processed: test for
5312: ^string.trim[what] feature #1022
5313:
5314: * src/classes/string.C: ^string.trim[what] now supported,
5315: implements feature #1022
5316:
5317: 2015-05-17 moko
5318:
5319: * tests/results/185.processed: test result updated as feature #1021
5320: implemented (left/right accept negative parameter)
5321:
5322: * src/classes/string.C: left/right now accept negative parameter
5323: (implements feature #1021)
5324:
5325: 2015-05-08 moko
5326:
5327: * src/classes/math.C: isalnum -> pa_isalnum
5328:
5329: * src/main/execute.C: optimization in getter-junction processing
5330: (related to issue #997)
5331:
5332: 2015-05-07 moko
5333:
5334: * tests/: 307.html, results/307.processed: test for issue #997
5335: added
5336:
5337: * src/main/execute.C: process_getter result now checked if junction
5338: returned (closes issue #997)
5339:
5340: * tests/: 305.html, results/305.processed: sort added to ignore
5341: different order
5342:
5343: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
5344: assignment (closes issue #994)
5345:
5346: * tests/: 306.html, results/306.processed: test for issue #994
5347: added
5348:
5349: * tests/: 303.html, results/303.processed: two more errors tested
5350:
5351: 2015-05-06 moko
5352:
5353: * tests/: 305.html, results/305.processed: test for name2ip &
5354: ip2name added (related to feature #992)
5355:
5356: * tests/: 303.html, 304.html, results/303.processed,
5357: results/304.processed: tests for idna conversion added (related
5358: to issue #849)
5359:
5360: 2015-05-02 moko
5361:
5362: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
5363: implemented
5364:
5365: 2015-04-30 moko
5366:
5367: * src/main/pa_http.C: idna_host added, related to issue #849
5368:
5369: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
5370: (related to issue #849)
5371:
5372: 2015-04-24 moko
5373:
5374: * src/types/pa_vjunction.C: warning war
5375:
5376: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
5377: unification
5378:
5379: * src/lib/punycode/pa_idna.c: warning war
5380:
5381: 2015-04-22 moko
5382:
5383: * src/main/main.vcproj: punycode include path added
5384:
5385: * src/lib/punycode/pa_idna.c: windows compile error fixed
5386:
5387: * src/lib/punycode/pa_idna.c: warning war
5388:
5389: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
5390: project file added
5391:
5392: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
5393:
5394: * src/include/pa_memory.h: warning war
5395:
5396: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
5397: ^string:idna[xn--...], ^string.idna[] - idna conversion support
5398: implemented (related to feature #849)
5399:
5400: * configure.in, src/main/Makefile.am,
5401: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
5402: libpunycode added in Unix
5403:
5404: 2015-04-21 moko
5405:
5406: * configure.in: large files support
5407:
5408: 2015-04-15 moko
5409:
5410: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
5411: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
5412: pa_punycode.h: initial version for punycode/idna support library
5413: (ticket #849)
5414:
5415: 2015-04-08 moko
5416:
5417: * src/: classes/curl.C, classes/date.C, classes/file.C,
5418: classes/image.C, classes/mail.C, classes/reflection.C,
5419: classes/string.C, classes/xnode.C, include/pa_request.h,
5420: include/pa_string.h, include/pa_stylesheet_connection.h,
5421: main/compile.y, main/compile_tools.h, main/execute.C,
5422: main/pa_common.C, main/pa_request.C, main/pa_string.C,
5423: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
5424: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
5425: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
5426: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
5427: clang compiler warnings (closes issue #1018)
5428:
5429: * src/include/pa_string.h: String::Body comparation operators with
5430: char * added (related to issue #958)
5431:
5432: 2015-04-07 moko
5433:
5434: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
5435: pa_malloc/pa_free to remove system malloc/free usage (related to
5436: issue #1018)
5437:
5438: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
5439: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
5440: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
5441: main/pa_http.C, main/pa_request.C, main/pa_string.C,
5442: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
5443: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
5444: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
5445: malloc/strdup/free replaced with pa_ version and checks for
5446: accidental use of non-pa_ version added (related to issue #1018)
5447:
5448: 2015-04-03 moko
5449:
5450: * buildall: pcre-8.33 -> pcre-8.36
5451:
5452: * src/: main/compile.y, classes/form.C, classes/mail.C,
5453: classes/op.C, classes/string.C, main/compile.tab.C,
5454: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
5455: main/pa_sql_driver_manager.C, types/pa_vfile.C,
5456: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
5457: ticket #958)
5458:
5459: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
5460: main/pa_common.C, main/pa_http.C, main/pa_request.C,
5461: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
5462: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
5463: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
5464: $request:headers, $request:method added (implements feature
5465: #1007)
5466:
5467: 2015-03-17 misha
5468:
5469: * tests/302.html: - test for
5470: ^json:string[...;$._default[method-name]]
5471:
5472: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5473: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
5474: option $._default[method-name] is specified in ^json:string[], a
5475: method with specified name will be called for classes/objects
5476: serialization ( new feature: #982 )
5477:
5478: 2015-03-16 misha
5479:
5480: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
5481: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
5482: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
5483: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
5484: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
5485: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
5486: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5487: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
5488: types/pa_vrequest.h, types/pa_vstateless_class.C,
5489: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5490: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
5491: $var.CLASS_NAME now have special opcodes. This can be switched
5492: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
5493: on pa_opcode.h ( new feature: #844 )
5494:
5495: 2015-03-15 misha
5496:
5497: * tests/075.html: - test for $response:header[]
5498:
5499: * src/types/pa_vresponse.C: - $response:header[] deletes header
5500: that was set earlie ( new feature: #1001 )
5501:
5502: 2015-03-12 misha
5503:
5504: * tests/246.html: - more tests for ^hash._at[]
5505:
5506: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
5507: accepts second param [key|value|hash] ( new feature: #1012 )
5508:
5509: 2015-03-09 moko
5510:
5511: * src/types/pa_vmail.C: exception for everything but
5512: $mail:received, closes issue #1011
5513:
5514: 2015-02-20 moko
5515:
5516: * tests/: 275.html, results/275.processed: hex detection in
5517: pa_atoui fix test (closes issue #1010)
5518:
5519: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
5520: issue #1010)
5521:
5522: 2015-02-17 moko
5523:
5524: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
5525: tainted.
5526:
5527: 2015-02-03 misha
5528:
5529: * tests/301.html: - test for ^json:string($double) causes
5530: exception. bugfix: #1008
5531:
5532: * src/classes/json.C: - ^json:string($double) causes exception.
5533: bugfix: #1008
5534:
5535: * tests/014.html: - updated for work with ^hash.delete[]
5536:
5537: 2015-01-12 misha
5538:
5539: * src/: classes/form.C, include/pa_common.h,
5540: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
5541: types/pa_vform.h: - supports body with PUT method as well ( new
5542: feature: #1006 )
5543:
5544: * src/classes/file.C: - warnings war
5545:
5546: 2015-01-11 misha
5547:
5548: * tests/300.html: - test for ^hash.delete[] is added
5549:
5550: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
5551: feature: #989 ) - tiny optimization in intersects
5552:
5553: 2015-01-06 moko
5554:
5555: * src/types/pa_vmail.C: file names transcode added, to and cc added
5556: with transcode, attachments detection fixed
5557:
5558: * src/main/pa_request.C: filling mail received after cgi/auto.p
5559: load to allow charset switch (related to issue #996)
5560:
5561: 2014-12-31 moko
5562:
5563: * src/types/pa_vmail.C: from and subject now transcoded if not
5564: UTF-8 source charset (fixes issue 996)
5565:
5566: * src/main/pa_exception.C: fixed string from stack bug (closes
5567: issue #1000)
5568:
5569: 2014-12-11 misha
5570:
5571: * src/types/pa_vhashfile.C: - check if key is not empty before
5572: access ( bug fix: #1005 )
5573:
5574: 2014-11-13 misha
5575:
5576: * src/main/compile.y: - PC.append does not reset to false while
5577: creating a new class. bugfix: #990
5578:
5579: * tests/299.html: - test for creation class after working with
5580: partial class (create+append)
5581:
5582: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
5583: #995
5584:
5585: * tests/232.html: - test for @get[def] added
5586:
5587: 2014-10-12 moko
5588:
5589: * src/lib/pcre/pcre_internal.vcproj: correct path
5590:
5591: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
5592: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
5593: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
5594: targets/apache/ApacheModuleParser3.vcproj,
5595: targets/apache/ApacheModuleParser3Core.vcproj,
5596: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
5597: types/types.vcproj: project GUID inserted in *.vcproj for correct
5598: conversion in newer VS versions
5599:
5600: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
5601: pcre_internal.vcproj added
5602:
5603: 2014-08-28 moko
5604:
5605: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
5606: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
5607: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
5608:
5609: 2014-06-30 misha
5610:
5611: * tests/298.html: - tests for ^reflection:def[class;className]
5612: added
5613:
5614: * src/classes/reflection.C: - ^reflection:def[class;className]
5615: added ( new feature: #918 )
5616:
5617: 2014-06-29 misha
5618:
5619: * src/classes/table.C: - ^table::create[unsupported data] -
5620: exception comment changed to "body must be table or code" ( bug
5621: fix: #951 )
5622:
5623: * tests/: 261.html, results/261.processed: - tests for
5624: ^json:string[...;$.void[null|string]] added
5625:
5626: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
5627: option $.void[string|null] added to ^json:string[...] ( new
5628: feature: #952 )
5629:
5630: 2014-06-28 moko
5631:
5632: * src/classes/curl.C: $.charset now processed before other curl
5633: options (closes issue #980)
5634:
5635: 2014-05-23 misha
5636:
5637: * src/classes/json.C: - bug fix: #987
5638:
5639: 2014-05-04 misha
5640:
5641: * tests/: 253.html, 253_json.txt: - test for
5642: ^json:parse[$.int(false)] is added
5643:
5644: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
5645: default true). The option is similar to $.double(bool) but for
5646: integers.
5647:
5648: 2014-05-01 moko
5649:
5650: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
5651: #12 )
5652:
5653: 2014-04-16 moko
5654:
5655: * src/main/pa_http.C: response-charset option should finally work
5656: now (fix for issue #867)
5657:
5658: * src/main/pa_http.C: response-charset option should work now (fix
5659: for issue #867)
5660:
5661: 2014-03-07 moko
5662:
5663: * buildall: libgc moved
5664:
5665: * buildall: libgc moved
5666:
5667: 2013-12-29 moko
5668:
5669: * src/classes/string.C: ^string:js-unescape result now tainted,
5670: closes issue #966
5671:
5672: * tests/: 186.html, results/186.processed: ^string:js-unescape
5673: result now tainted, issue #966
5674:
5675: 2013-12-03 moko
5676:
5677: * src/: classes/memcached.C, types/pa_vmemcached.C,
5678: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
5679: option was added for http://www.parser.ru/forum/?id=79343
5680:
5681: * src/classes/file.C: bugfix for
5682: http://www.parser.ru/forum/?id=79337
5683:
5684: 2013-11-05 moko
5685:
5686: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
5687:
5688: * src/main/pa_globals.C: spelling fixed
5689:
5690: 2013-10-29 moko
5691:
5692: * src/lib/json/json.vcproj: json.c -> pa_json.C
5693:
5694: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
5695: #892
5696:
5697: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
5698: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
5699: exceptions to be thrown thougth json library), related to issue
5700: #892
5701:
5702: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
5703: related to issue #896
5704:
5705: 2013-10-24 moko
5706:
5707: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
5708:
5709: 2013-10-23 moko
5710:
5711: * README: actualization
5712:
5713: 2013-10-22 moko
5714:
5715: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
5716: compatibility patch from Sergey Kirpichev
5717:
5718: * tests/: 297.html, results/297.processed: non-working getter fix
5719: test for issue #948
5720:
5721: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
5722: called when saving value of $match variable in ^string.match[] to
5723: increase compatibility (related to issue #948).
5724:
5725: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
5726: usage optimization
5727:
5728: 2013-10-21 moko
5729:
5730: * tests/: 182.html, results/182.processed: local path removed for
5731: compatibility
5732:
5733: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
5734: results/244.processed, results/253.processed,
5735: results/254.processed, results/275.processed,
5736: results/281.processed: try_catch -> try-catch
5737:
5738: * tests/: 288.html, 294.html, 296.html, results/288.processed,
5739: results/294.processed, results/296.processed: try_catch ->
5740: try-catch
5741:
5742: 2013-10-20 moko
5743:
5744: * tests/: 296.html, results/296.processed: test for xsl exception
5745: for issue #938 added.
5746:
5747: * src/: include/pa_xml_exception.h,
5748: main/pa_stylesheet_connection.C: forgotten to be replaced
5749: XmlException is now replaced (once again closes issue #938)
5750:
5751: 2013-10-18 moko
5752:
5753: * buildall: disable clock_gettime detection to avoid librt linking
5754: (which in turn depends on libpthread), related to issue #943
5755:
5756: 2013-10-18 misha
5757:
5758: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
5759: lib/smtp/smtp.vcproj, main/main.vcproj,
5760: targets/apache/ApacheModuleParser3Core.vcproj,
5761: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
5762: types/types.vcproj: - new locations for libxml2 includes where
5763: added to vcproj files
5764:
5765: 2013-10-18 moko
5766:
5767: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
5768: fix
5769:
5770: * tests/: 295.html, results/295.processed: test for issue #948
5771: updated
5772:
5773: * src/classes/table.C: hopefully last lost part for issue #948 fix.
5774: :)
5775:
5776: * tests/: 295.html, results/295.processed: test for issue #948
5777: added
5778:
5779: * src/: classes/hash.C, classes/string.C, classes/table.C,
5780: include/pa_request.h, types/pa_method.h: for getters and setters
5781: to be executed request.put_element should be called, not
5782: context.put_element (fixes issue #948)
5783:
5784: 2013-10-17 moko
5785:
5786: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
5787: LIBXML2_NEW_BUFFER check (closes issue #943)
5788:
5789: * buildall: libxml 2.9.1 build is broken --without-reader.
5790:
5791: 2013-10-16 moko
5792:
5793: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
5794:
5795: * tests/: 294.html, results/294.processed: test for issue #938
5796:
5797: * src/: classes/xdoc.C, classes/xnode.C,
5798: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
5799: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
5800:
5801: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
5802: libxslt-1.1.26 -> libxslt-1.1.28
5803:
5804: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
5805: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
5806: to '?', related to issue #938
5807:
5808: 2013-10-15 moko
5809:
5810: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
5811: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
5812: minor optimizations (closes issue #896)
5813:
5814: * tests/results/: 292.processed, 293.processed: results updated to
5815: comply with issue #896
5816:
5817: * tests/: 292.html, 293.html, results/292.processed,
5818: results/293.processed: tests for json escaping
5819:
5820: 2013-10-14 moko
5821:
5822: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
5823: and cleanup, code moved from .h to .C, no changes in code
5824:
5825: 2013-10-12 moko
5826:
5827: * tests/results/119.processed: updated test result commited
5828:
5829: * tests/: 291.html, results/291.processed: test for issue #894
5830: added
5831:
5832: * src/types/pa_wcontext.h: base methods call support function
5833: get_somebody_entered_some_class should not be true forever, as
5834: wcontext can have many get_elements calls (fixes issue #894)
5835:
5836: 2013-10-11 moko
5837:
5838: * tests/: 290.html, results/290.processed: test for junction GPF
5839: issue #942 added
5840:
5841: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
5842: to native method fixed (closes issue #942)
5843:
5844: * tests/: 158.html, results/158.processed: test for csv-string[]
5845: added
5846:
5847: * src/classes/table.C: minor fixes for table.csv-string[] (closes
5848: feature #907)
5849:
5850: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
5851: feature #907)
5852:
5853: 2013-10-09 moko
5854:
5855: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
5856: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
5857: types/pa_vstateless_class.C: GET_default, SET_default now works
5858: properly not only in objects, but in classes as well (closes
5859: issue #903)
5860:
5861: * tests/: 289.html, results/289.processed: GET/SET_default now
5862: works in classes, not only objects, test case added, related to
5863: issue #903
5864:
5865: * tests/: 288.html, results/288.processed: test for endless
5866: recursion bug added (related to issue #903)
5867:
5868: 2013-10-05 moko
5869:
5870: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
5871: classes/table.C, main/execute.C, types/pa_method.h,
5872: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
5873: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
5874: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
5875: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
5876: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
5877: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
5878: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
5879: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5880: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
5881: optimization: put_element no longer has "bool areplace" argument,
5882: related to issue #903
5883:
5884: 2013-10-03 moko
5885:
5886: * tests/results/182.processed: result for $.replace(false) test
5887: commited
5888:
5889: * src/classes/date.C: ^date::create(number) processed correctly
5890: (fixes issue #901)
5891:
5892: * src/classes/image.C: as_no_junction removed, as param can be
5893: expression (closes issue #931)
5894:
5895: * tests/233.html: test for issue #931 added
5896:
5897: 2013-10-02 moko
5898:
5899: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
5900: modified, test for $.replace(false) added
5901:
5902: * src/main/compile_tools.h: forgotten class replace returned. :)
5903:
5904: 2013-09-30 moko
5905:
5906: * tests/: 141.html, results/141.processed: md5 tainting test added
5907:
5908: * src/: classes/op.C, include/pa_request.h, main/compile.y,
5909: main/compile_tools.h, main/pa_request.C: allow_class_replace
5910: implemented; $.replace option added to ^process and ^use
5911:
5912: 2013-08-27 moko
5913:
5914: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
5915: cstr_to_string_body_untaint should be called with charsets for
5916: possible uri language and connection for possible sql language.
5917: related to issue #857
5918:
5919: * buildall: and -> or fixed
5920:
5921: 2013-08-26 moko
5922:
5923: * buildall: prepare_ functions logic changed to support
5924: gc-7.2d.tar.gz extracting to gc-7.2 directory
5925:
5926: 2013-08-23 moko
5927:
5928: * src/include/pa_config_fixed.h: gc and xml libs are now linked
5929: statically
5930:
5931: 2013-08-22 moko
5932:
5933: * src/classes/string.C: String::Empty used (related to issue #912)
5934: append_know_length removed (related to old GPF bug)
5935:
5936: 2013-08-21 moko
5937:
5938: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
5939:
5940: * src/classes/math.C: ^math:digest[...;$file] support added
5941: (related to ticket #857
5942:
5943: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
5944: implemented
5945:
5946: * src/types/pa_vhashfile.h: warning war
5947:
5948: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
5949: include/pa_request.h, main/pa_request.C, types/pa_value.h:
5950: anti_endless_json_string_recoursion removed from request;
5951: json_string_recoursion added to json_options; $.indent[indent
5952: value] now supported and passed within recoursion closes feature
5953: #937
5954:
5955: * tests/: 287.html, results/287.processed: test for feature #937
5956:
5957: 2013-07-31 moko
5958:
5959: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
5960: compilation having #define _S
5961:
5962: * src/main/pa_globals.C: cleanup
5963:
5964: 2013-07-30 moko
5965:
5966: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
5967: main/pa_common.C: vs2003 warning war
5968:
5969: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
5970:
5971: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
5972:
5973: * src/lib/md5/pa_sha2.c: warning war
5974:
5975: 2013-07-29 moko
5976:
5977: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
5978: patches from github
5979:
5980: * src/: classes/bool.C, classes/double.C, classes/int.C,
5981: classes/memcached.C, include/pa_config_includes.h,
5982: types/pa_vfile.C, types/pa_vfile.h: warning war
5983:
5984: * src/lib/json/json.vcproj: C++ -> C
5985:
5986: * src/lib/json/: json.c, pa_json.C: C++ warning revert
5987:
5988: * src/lib/json/: json.c, pa_json.C: windows compatibility
5989:
5990: * src/lib/json/: json.c, pa_json.C: windows compatibility
5991:
5992: * src/lib/json/: json.c, pa_json.C: warning war
5993:
5994: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
5995:
5996: * src/include/pa_config_fixed.h: uint16_t added
5997:
5998: * configure.in: uint16_t check added
5999:
6000: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6001: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6002: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6003: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6004: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6005:
6006: 2013-07-25 moko
6007:
6008: * parser3.sln: dependencies added
6009:
6010: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6011: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6012: module support
6013:
6014: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6015:
6016: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6017:
6018: 2013-07-23 moko
6019:
6020: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6021: PA_DEBUG_GC_MEMORY removed
6022:
6023: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6024: PA_DEBUG_DISABLE_GC compilation fix
6025:
6026: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6027: main/pa_request.C: outdated RESOURCES_DEBUG removed
6028:
6029: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6030: garbage cleanup
6031:
6032: * src/main/pa_common.C: warning war
6033:
6034: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6035:
6036: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6037: minor cleanup
6038:
6039: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6040: uses cygwin, not WIN32 implementation
6041:
6042: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6043: able to exec shell scripts
6044:
6045: * src/classes/math.C: ifdef WIN32 cleanup
6046:
6047: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6048:
6049: * src/classes/curl.C: LT_MODULE_EXT used
6050:
6051: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6052:
6053: 2013-07-22 moko
6054:
6055: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6056: includes fix
6057:
6058: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6059:
6060: * configure.in, src/include/pa_config_includes.h,
6061: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6062: src/main/pa_exec.C: includes cleanup
6063:
6064: * src/targets/cgi/parser3.C: 2012->2013
6065:
6066: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6067:
6068: * configure.in, src/include/pa_config_includes.h,
6069: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6070: src/main/pa_random.C, src/main/pa_socks.C,
6071: src/types/pa_vstatus.C: cygwin support cleanup
6072:
6073: * configure.in: dirent.h check added
6074:
6075: * src/: include/pa_config_includes.h, include/pa_dir.h,
6076: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6077: not copied
6078:
6079: 2013-07-21 moko
6080:
6081: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6082:
6083: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6084: parser3.vcproj: unused getopt.h / getopt.c removed
6085:
6086: * operators.txt, src/classes/file.C, tests/022.html,
6087: tests/results/022.processed: ^file:list[path][$.filter[regexp]
6088: $.stat(true)] usage commented
6089:
6090: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6091: src/main/pa_dir.C: ^file:list[] now has dir column and when
6092: $.stat(true) it has size/*date columns modified patch from misha@
6093: that closes issue #914.
6094:
6095: * src/: include/pa_config_includes.h, main/pa_globals.C:
6096: PA_RELEASE_ASSERTS removed
6097:
6098: * src/lib/md5/pa_md5c.c: minor cleanup
6099:
6100: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6101: localeconv()->decimal_point usage remoed (related to issue #934)
6102:
6103: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6104: cordprnt.c removed
6105:
6106: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6107: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6108: pa-include/pa_strings.h: includes cleanup
6109:
6110: * src/lib/md5/pa_md5c.c: headers cleanup
6111:
6112: 2013-07-20 moko
6113:
6114: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6115: cleanup
6116:
6117: 2013-07-19 moko
6118:
6119: * src/classes/math.C: extern "C" added for crypt
6120:
6121: 2013-07-18 moko
6122:
6123: * src/classes/math.C: fix redhat7.2 build
6124:
6125: 2013-07-17 moko
6126:
6127: * configure.in, src/include/pa_config_includes.h,
6128: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6129: added for uint8/32/64_t)
6130:
6131: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6132: pa_config_includes.h used for uint32/64_t
6133:
6134: 2013-07-16 moko
6135:
6136: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6137: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6138: war
6139:
6140: * src/main/compile.tab.C: compile.y was updated
6141:
6142: * src/main/compile.y: warning war
6143:
6144: * src/: include/pa_exception.h, main/pa_exception.C,
6145: main/pa_xml_exception.C: warning war
6146:
6147: * src/: include/pa_common.h, main/pa_common.C: warning war
6148:
6149: * configure.in: beauty :)
6150:
6151: * tests/: 141.html, results/141.processed: sha256/512 added
6152:
6153: 2013-07-13 moko
6154:
6155: * src/lib/md5/md5.vcproj: sha2 added
6156:
6157: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6158: classes/math.C: sha2 support (sha256/sha512 digest)
6159:
6160: 2013-07-08 moko
6161:
6162: * src/classes/image.C: directory read or other read problem message
6163: fixed (related to issue #933)
6164:
6165: 2013-07-07 moko
6166:
6167: * AUTHORS: + misha + moko. :)
6168:
6169: 2013-07-06 moko
6170:
6171: * src/: classes/curl.C, include/pa_globals.h,
6172: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6173: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6174: for lt_dlinit to be called once and lt_dlexit called at right
6175: place (related to issue #925)
6176:
6177: 2013-07-04 moko
6178:
6179: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6180: VString::as_vfile now uses vfile.set_binary_string to avoid
6181: content-type to be set, as it brokes badly designed logic in
6182: response output. This hopefully finishes issue #928.
6183:
6184: * tests/results/: 256.processed, 286.processed: file now displayed
6185: as name, size, mode, content-type
6186:
6187: * src/main/pa_common.C: read error now reported cottectly (fixes
6188: issue #933
6189:
6190: 2013-06-28 moko
6191:
6192: * tests/: 286.html, results/286.processed: test extended
6193:
6194: * tests/: 286.html, results/286.processed: Test for issue #928
6195: added. it tests default content-type change.
6196:
6197: * src/types/pa_vfile.C: closes issue #928 - default content-type
6198: now updated
6199:
6200: 2013-06-25 moko
6201:
6202: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6203: content-type for text/binary files without name added;
6204: ^file::create[$f;...] options now works properly and $f
6205: properties are default (fixes issue #928)
6206:
6207: 2013-05-16 misha
6208:
6209: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6210: added
6211:
6212: * src/main/pa_table.C: - a tiny memory optimisation while creating
6213: table if specified limit is bigger than source rows count
6214:
6215: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6216: added ( new feature: #858 )
6217:
6218: 2013-04-29 moko
6219:
6220: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6221: $.ipresolve(0|1|2) added (closes issue #891)
6222:
6223: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6224:
6225: 2013-04-24 moko
6226:
6227: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6228: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6229: types/pa_vmemcached.h: ^memcache.release[] added, calls
6230: memcached_quit (refs #893)
6231:
6232: 2013-04-22 moko
6233:
6234: * src/: include/pa_string.h, main/pa_common.C: no more double
6235: slashes in file path (fixes bug #872)
6236:
6237: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6238: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6239: #739)
6240:
6241: * tests/results/266.processed: $.max_params added (feature #915)
6242:
6243: * src/: include/pa_common.h, main/pa_http.C: response-charset
6244: option added to file::load (closes issue #867)
6245:
6246: 2013-04-20 misha
6247:
6248: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6249: commited
6250:
6251: 2013-03-15 misha
6252:
6253: * src/classes/: hash.C, table.C: - Optimisation: do not create
6254: multiple empty strings while ::sql. uae String::Empty instead
6255:
6256: 2013-03-14 misha
6257:
6258: * src/classes/reflection.C: - for user classes
6259: ^reflection:method_info[] returns $.max_params and $.extra_param
6260: with $.call_type if they available ( new feature: #915 )
6261:
6262: * src/classes/file.C: - ^file:delete[] now supports an option
6263: $.exception(false) that suppress any exception while deleting
6264: file ( new feature: #916 )
6265:
6266: * src/classes/curl.C: - parsing cookies after curl:load now should
6267: work :)
6268:
6269: 2013-03-12 misha
6270:
6271: * src/types/pa_vfile.C: - if specified file_name is empty string
6272: set default name for the file
6273:
6274: 2013-03-11 misha
6275:
6276: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6277: also available in $f.cookies
6278:
6279: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6280: moved to a separate method
6281:
6282: 2013-03-10 moko
6283:
6284: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6285: added
6286:
6287: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6288: removed (declared by autoconf)
6289:
6290: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6291: uint32_t define
6292:
6293: 2013-03-10 misha
6294:
6295: * src/classes/file.C: ^file:delete and ^file:move now support
6296: option $.keep-empty-dirs(true) ( new feature: #884 )
6297:
6298: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6299: empty dirs is added
6300:
6301: 2013-03-10 moko
6302:
6303: * src/classes/: bool.C, double.C, int.C: default can be present,
6304: but default check removed from ^int/double/bool.int/double/bool
6305: for string.int/double/bool compatibility (related to issue #913)
6306:
6307: * src/classes/string.C: ^string.int/dobule/bool no longer
6308: internally throws exception if default is present (closes issue
6309: #913)
6310:
6311: 2013-03-09 misha
6312:
6313: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6314: optimisations ( #845 )
6315:
6316: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6317:
6318: 2013-03-08 moko
6319:
6320: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6321: creates correct table (fixes issue #910)
6322:
6323: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6324: use outside of 'connect' operator (fixes issue #911)
6325:
6326: * tests/results/: 096.processed, 122.processed: test results
6327: updated as doubles now printed with 15 significant digits, not 5
6328: (fixes issue #882)
6329:
6330: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
6331: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
6332:
6333: 2013-02-21 moko
6334:
6335: * src/classes/table.C: _locate_name_value does not check arguments
6336: count, so we check it in advance (fixes issue #905)
6337:
6338: 2012-10-23 moko
6339:
6340: * buildall: old shell for and echo compatibility (for six)
6341:
6342: 2012-10-19 moko
6343:
6344: * buildall: --strip added --disable-safe-mode listed in usage
6345:
6346: 2012-10-17 misha
6347:
6348: * src/classes/op.C: - apply-taint should not throw "outside
6349: connect" exception with sql lang now
6350:
6351: 2012-10-17 moko
6352:
6353: * src/main/pa_request.C: bugfix: safe mode should be inited for
6354: each request (for apache module)
6355:
6356: 2012-09-26 moko
6357:
6358: * src/doc/doxygen.cfg: png -> svg
6359:
6360: 2012-09-25 moko
6361:
6362: * tests/: 141.html, results/141.processed: md5 hmac added, long key
6363: test added
6364:
6365: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
6366: double use when key is long
6367:
6368: 2012-09-16 moko
6369:
6370: * src/classes/math.C: Format -> Method Encode -> Format
6371:
6372: * tests/: 141.html, results/141.processed: math:digest hmac test
6373: added
6374:
6375: 2012-09-14 moko
6376:
6377: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
6378: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
6379: implementation added
6380:
6381: 2012-09-12 moko
6382:
6383: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
6384: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
6385: targets.dox and string.dox slightly actualized
6386:
6387: 2012-08-31 moko
6388:
6389: * ChangeLog: now generated with patched cvs2cl.pl
6390:
6391: 2012-07-29 moko
6392:
6393: * tests/285.html, src/main/execute.C, tests/results/285.processed:
6394: result should be pushed after VMethodFrame destructor is called,
6395: as it deletes junctions from stack params (fixes issue #868)
6396:
6397: 2012-07-23 moko
6398:
6399: * INSTALL, README: buildall script usage documented, other outdated
6400: info updated.
6401:
6402: * buildall-with-xml, buildall-without-xml: replaced by buildall
6403:
6404: 2012-07-21 moko
6405:
6406: * buildall: glib does not compile when threads are disabled...
6407:
6408: * src/types/pa_vmail.C: g_assertion fixes for empty input
6409:
6410: * src/types/pa_vmail.C: yet another fix (strange GPF on object
6411: unref, can't unref nested objects)
6412:
6413: * src/types/pa_vmail.C: another check added
6414:
6415: 2012-07-19 moko
6416:
6417: * buildall: usage added
6418:
6419: * buildall: new buildall script that unites buildall-with-xml,
6420: buildall-without-xml, --with-apache and --with-mailreceive
6421:
6422: * configure.in: support for static gmime and dynamic glib linking.
6423: fixes for FreeBSD
6424:
6425: 2012-07-17 moko
6426:
6427: * configure.in: --with-mailreceive replaced
6428: --with-static-mailreceive and --with-shared-mailreceive pathlink
6429: removed
6430:
6431: 2012-07-16 moko
6432:
6433: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
6434: capitalized, content now decoded and text content converted to
6435: $request:charset. all properties are accessed by functions, this
6436: ready for dynamic load.
6437:
6438: 2012-06-28 moko
6439:
1.116 moko 6440: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
6441: 32 bit
1.95 moko 6442:
6443: 2012-06-27 moko
6444:
6445: * buildall-with-xml, buildall-without-xml: fetch requires -p for
6446: passive ftp
6447:
6448: * src/lib/ltdl/ltdl.vcproj: release build fixed
6449:
6450: * configure.in: 3.4.2 RC -> 3.4.2
6451:
6452: 2012-06-22 moko
6453:
6454: * src/types/pa_vfile.C: returned empty mode to stated files (issue
6455: #815)
6456:
6457: * tests/: 284.html, results/284.processed: output options test
6458: (feature #265)
6459:
6460: 2012-06-22 misha
6461:
6462: * tests/215.html: - little changes
6463:
6464: 2012-06-21 moko
6465:
6466: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
6467: types/pa_vxdoc.h: output_options returned and used (bugfix for
6468: feature #265)
6469:
6470: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
6471: breaks long .*, default 10M restored. (issue #216)
6472:
6473: * tests/: 283.html, results/283.processed: test for issue #815
6474: added
6475:
6476: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
6477: again, cstrm not required.
6478:
6479: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
6480: Win32 and broken FreeBSD (issue #45)
6481:
6482: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
6483:
6484: * src/main/pa_string.C: warnings war
6485:
6486: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
6487: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
6488: main/pa_socks.C, targets/apache/pa_threads.C,
6489: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6490: types/pa_vstatus.C: compilation under cygwin fixed
6491:
6492: 2012-06-19 moko
6493:
6494: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
6495: Windows fixed
6496:
6497: * parser3.sln: removed antique pcre_ctype
6498:
6499: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
6500:
6501: * src/include/pa_config_fixed.h: undefined reference to
6502: __imp__pcre_* fix for Windows
6503:
6504: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 6505: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
6506: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
6507: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
6508: define fixed
1.95 moko 6509:
6510: 2012-06-18 moko
6511:
6512: * src/classes/memcached.C: flush -> clear
6513:
6514: * src/classes/memcached.C: memcached does not support quotes even
6515: in server name
6516:
6517: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6518: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
6519: called on open to check servers existance. $.key(true) syntax
6520: now supported
6521:
6522: 2012-06-17 moko
6523:
6524: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
6525: cleanup
6526:
6527: * src/classes/table.C, tests/282.cfg, tests/282.html,
6528: tests/results/282.processed: encloser at the EOF bug fixed,
6529: incorrectly enclosed data now processed more logicaly (fixes
6530: #339)
6531:
6532: 2012-06-15 moko
6533:
6534: * buildall-without-xml: sync with buildall-with-xml
6535:
6536: * buildall-with-xml: download auto-detected between fetch and curl
6537:
6538: * configure.in: --with-gc and --with-pcre now also processed
6539: correctly
6540:
1.116 moko 6541: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
6542: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
6543: should be run on rol1 using automake / aclocal (GNU automake)
6544: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 6545:
6546: * configure.in: new PARSER_VERSION logic
6547:
6548: * src/include/pa_version.h: new pa_version.h logic
6549:
6550: * src/: classes/curl.C, classes/file.C, classes/image.C,
6551: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
6552: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
6553: feols_normalized -> fis_text_content set_binary added
6554:
6555: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
6556:
6557: 2012-06-15 misha
6558:
6559: * src/: classes/curl.C, classes/file.C, classes/image.C,
6560: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
6561: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
6562: ^file::create[text;content] EOLs in content now is normalized. (
6563: new feature: #815 )
6564:
6565: 2012-06-15 moko
6566:
6567: * configure.in: --disable-version-update added to disable version
6568: update with host information (for debian package) whitespace
6569: optimized
6570:
6571: * configure.in: version changed to 3.4.2 RC no-pic added for
6572: libtool
6573:
6574: * src/include/pa_version.h: Nice pa_version.h default. Please keep
6575: it.
6576:
6577: 2012-06-14 moko
6578:
6579: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
6580: tests/results/281.processed: "hash flocked" error removed for
6581: safe operations like ^h._count[] ( new feature: #335 )
6582:
1.116 moko 6583: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 6584:
6585: * buildall-with-xml, buildall-without-xml: --with-static -> --with
6586:
6587: * configure.in: --with-static/shared xml replaced with --with-xml,
6588: xml compilation check added
6589:
6590: * configure.in: --with-static/shared-gc, --with-static-pcre are
6591: replaced with --with-gc and --with-pcre test for pcre linking
6592: added
6593:
6594: 2012-06-13 moko
6595:
6596: * configure.in: apxs2 check optimized
6597:
6598: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
6599: .la, includes optimized
6600:
6601: * buildall-with-xml: --with-pic looks better for -fPIC
6602:
6603: * configure.in: switched to convenience library in static linking
6604:
6605: * src/targets/apache/Makefile.am: switched to convenience library
6606: usage to avoid libtool warnings
6607:
6608: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
6609: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
6610: smtp/Makefile.am: switched to convenience library usage
6611:
6612: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
6613:
6614: * src/targets/apache/Makefile.am: updated for libtool usage
6615:
6616: * buildall-without-xml: --with-included-ltdl added
6617:
6618: * buildall-without-xml: sync with buildall-with-xml
6619:
6620: * buildall-with-xml: --with-included-ltdl added $cflags added for
6621: -fPIC for x64 $download added for wget success check added
6622:
6623: * buildall-without-xml: --with-dynamic-stdcpp removed
6624:
6625: * configure.in: disable-static returned
6626:
6627: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
6628: LIBTOOLFLAGS
6629:
6630: 2012-06-12 moko
6631:
6632: * configure.in, src/targets/cgi/Makefile.am: disable-static not
6633: compatible with LIBTOOLFLAGS for unknown reasons
6634:
6635: * buildall-with-xml: --with-dynamic-stdcpp removed
6636:
6637: * configure.in: static/dynamic -lstdc++ linking option removed
6638: apxs2 check added
6639:
6640: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
6641: option removed
6642:
6643: 2012-06-10 moko
6644:
6645: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
6646: added
6647:
6648: * src/targets/cgi/pp3.cmd: old PAF stuff
6649:
1.116 moko 6650: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
6651: beauty
1.95 moko 6652:
6653: * depcomp: from libtool 2.4.2
6654:
6655: * configure.in: ltdl directory removed, it has correct Makefile.in
6656:
6657: 2012-06-09 moko
6658:
1.116 moko 6659: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
6660: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 6661: autogenerated files updated after libtool update
6662:
1.116 moko 6663: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
6664: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 6665: config_auto.h.in, config_fixed.h, configure, configure.ac,
6666: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
6667: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
6668: config/compile, config/config.guess, config/config.sub,
6669: config/depcomp, config/install-sh, config/ltmain.sh,
6670: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
6671: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
6672: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
6673: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
6674: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
6675: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
6676: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
6677: m4/lt~obsolete.m4: libtool updated to version 2.4.2
6678:
6679: * configure.in: preparation for new libtool
6680:
6681: * configure.in: Some beauty added :)
6682:
6683: * src/targets/apache/Makefile.am: := -> =
6684:
6685: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
6686: again. :)
6687:
6688: * src/include/pa_config_includes.h, configure.in: limits.h added,
6689: previously was taken from pcre_internal.h. :)
6690:
6691: * src/lib/pcre/Makefile.am: config.h returned
6692:
6693: * src/lib/pcre/config.h: still need this. :)
6694:
6695: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
6696:
6697: * configure.in: --with-charsets removed; --with-mysql-client & co
6698: removed
6699:
6700: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
6701: now in parser tree, no need to copy
6702:
6703: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
6704: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
6705: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
6706: debian/patches/101_pcre.patch - local copy of pcre_internal.h
6707: extracts now used old trash removed
6708:
6709: * etc/parser3.charsets/Makefile.am: charsets now in share
6710: (debian/patches/104_automake.patch) + all charsets are copied
6711:
6712: * buildall-with-xml, buildall-without-xml: curl option removed +
6713: extra arguments now supported
6714:
6715: 2012-06-08 misha
6716:
6717: * src/classes/table.C: - one params.as_hash usage was rolled back:
6718: the 2nd option in ^table.hash[] could be hash or table so
6719: .as_hash will throw an exception when table option is specified
6720:
6721: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6722: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
6723: classes/table.C, classes/void.C, classes/xdoc.C,
6724: include/pa_exception.h, types/pa_vmethod_frame.C,
6725: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
6726: and improved (whitespaces are allowed as empty options) -
6727: MethodParams::as_table is added - above methods are used for
6728: parsing methods' options ( new feature: #9 )
6729:
6730: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
6731: to vclass. now class fields can be accessible as a hash:
6732: $h[^hash::create[$asd:CLASS]]
6733:
6734: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
6735: have get_fields method so their fields can be accessed with
6736: ^reflection:fields[...] & ^reflection:field[...]
6737:
6738: 2012-06-06 misha
6739:
6740: * tests/280.html: - tests for
6741: ^reflection:method[obj-or-class;method],
6742: ^reflection:field[obj-or-class;field] and
6743: ^reflection:fields[obj-or-class] are added
6744:
6745: 2012-06-05 misha
6746:
6747: * src/classes/reflection.C: - ^reflection:method[class or
6748: object;method name] and ^reflection:field[class or object;field
6749: name] are added
6750:
6751: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
6752: is used
6753:
6754: * src/types/pa_method.h: - Method::as_vjunction method is added
6755:
6756: 2012-06-05 moko
6757:
1.116 moko 6758: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 6759:
6760: * src/classes/memcached.C: flish ttl fixed
6761:
6762: 2012-06-04 moko
6763:
6764: * src/classes/json.C, src/classes/op.C, tests/279.html,
6765: tests/results/279.processed: ^json:parse[] now supports $.taint
6766: option (new feature #833)
6767:
6768: 2012-06-04 misha
6769:
6770: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
6771: - search_stop method was moved from pa_vcookie.C to pa_common.C
6772:
6773: 2012-06-03 misha
6774:
6775: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
6776: cookies are parced and stored into $.cookies ( new feature: #31 )
6777:
6778: 2012-05-30 misha
6779:
6780: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
6781: incomplete class into a scope while @USE is found
6782:
6783: * src/main/compile.y: - add incomplete class into a scope while
6784: @USE and @CLASS instructions are found ( bugfix: #838 )
6785:
6786: 2012-05-30 moko
6787:
6788: * src/types/pa_vclass.C, tests/278.html,
6789: tests/results/278.processed: removed "property has no getter
6790: method" exception when GET_DEFAULT present (fixes #269)
6791:
6792: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
6793: $._default
6794:
6795: 2012-05-29 moko
6796:
6797: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
6798: uninitialized values usage (new feature: #154)
6799:
6800: 2012-05-28 moko
6801:
6802: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
6803: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
6804: src/types/pa_vdate.h, src/types/pa_vdouble.h,
6805: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
6806: src/types/pa_vobject.C, src/types/pa_vobject.h,
6807: src/types/pa_vstring.h, src/types/pa_vtable.C,
6808: tests/results/277.processed, src/types/pa_vtable.h,
6809: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
6810: ^json:string[$o; $.default[$method]] implemented for VObject (new
6811: feature #803)
6812:
6813: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
6814: tests/results/277.processed: json numbers are now treated as
6815: double ( new feature: #834 )
6816:
6817: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
6818: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
6819: added for out of range checks, zero division in vint/vdouble
6820: check added ( fixes #832 )
6821:
6822: * tests/: 275.html, results/275.processed: tests for pa_atoui added
6823: ( fixes #832 )
6824:
6825: 2012-05-28 misha
6826:
6827: * buildall-with-xml: - --without-lzma option is added to libxml2
6828: configure
6829:
6830: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
6831: added - tests for unsupported values for options $.file, $.table
6832: and $.date are added
6833:
6834: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
6835: accepts "stat" $.file[] option's value in addition to existed
6836: "text" and "base64" ( new feature: #835 )
6837:
6838: * tests/276.html: - test for
6839: ^reflection:delete[$object-or-class;field-name]
6840:
6841: * src/classes/reflection.C: -
6842: ^reflection:delete[$object-or-class;field-name] is added ( new
6843: feature: #268 )
6844:
6845: 2012-05-27 misha
6846:
6847: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
6848:
6849: 2012-05-24 misha
6850:
6851: * src/include/pa_common.h: - method lastposafter was removed
6852:
6853: * src/classes/file.C: - use strrpbrk & rskipchars instead of
6854: lastposafter - ^file:dirname[] & Co proper handle windows file
6855: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
6856: work as *nix commands
6857:
6858: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
6859:
6860: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
6861: rskipchars were added
6862:
6863: * tests/270.html: - more tests for ^file:find[]
6864:
6865: * tests/065.html: - more tests for ^file:dirname[] & Co
6866:
6867: * src/include/pa_version.h: - must be "win32" here. it is
6868: auto-generated on *nix
6869:
6870: 2012-05-24 moko
6871:
6872: * src/classes/math.C: ^math:convert[] now supports uint32 and
6873: throws overflow exception ( new feature: #830 )
6874:
6875: * tests/: 275.html, results/275.processed: test for ^math:convert[]
6876: uint32 support and overflow added ( new feature: #830 )
6877:
6878: 2012-05-23 moko
6879:
6880: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
6881: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
6882: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
6883: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
6884: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
6885: types/pa_vregex.h, types/pa_vstateless_class.C,
6886: types/pa_vstateless_class.h, types/pa_vstring.h,
6887: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6888: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
6889: "return string as-is" removed from as_expr_result. ( new feature:
6890: #831 )
6891:
6892: * tests/results/244.processed: test changed after bug #782 fix
6893: commited
6894:
6895: * tests/results/229.processed: test results for bug #782 commited
6896:
6897: * tests/: 254.html, results/254.processed: uid now just compared,
6898: not printed. :)
6899:
6900: 2012-05-20 moko
6901:
6902: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
6903: feature: #341 )
6904:
6905: * tests/: 254.html, results/254.processed: test for
6906: ^reflection:uid[] added
6907:
6908: * tests/: 254.html, results/254.processed: test for
6909: ^reflection:uid[$obj] added
6910:
6911: 2012-05-17 misha
6912:
6913: * src/main/untaint.C: - do not replace ' char by _26 while
6914: exploding filespec-tainting ( new feature: #829 )
6915:
6916: 2012-05-12 moko
6917:
6918: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
6919: not.
6920:
6921: 2012-05-08 moko
6922:
6923: * src/types/pa_vmethod_frame.h: bug #782 fixed
6924:
6925: * tests/229.html: test for bug #782
6926:
6927: * tests/results/259.processed, src/main/pa_request.C,
6928: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
6929: src/types/pa_vstring.h, src/types/pa_vvoid.C,
6930: src/types/pa_vvoid.h: feature #154 - first empty param now
6931: string; defined locals are empty strings; $STRICT-VARS(true)
6932: added
6933:
6934: 2012-04-27 moko
6935:
1.116 moko 6936: * src/targets/apache/Makefile.am:
1.95 moko 6937: ../../lib/memcached/libmemcached.a added
6938:
6939: 2012-04-27 misha
6940:
6941: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
6942: ( #827 )
6943:
6944: 2012-04-25 moko
6945:
6946: * src/: classes/json.C, classes/memcached.C,
6947: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6948: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
6949: implemented.
6950:
6951: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
6952:
6953: 2012-04-23 moko
6954:
6955: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6956: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6957: types/pa_vmemcached.h: open allows options hash for new
6958: memcached(options) function
6959:
6960: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
6961: not appended
6962:
6963: 2012-04-21 moko
6964:
6965: * src/classes/curl.C: '' added. :)
6966:
6967: * src/classes/classes.vcproj: new curl.h location
6968:
6969: * src/classes/curl.C: verbose output redirection from stderr to
6970: file curl option added
6971:
6972: 2012-04-20 moko
6973:
6974: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
6975: contains what we need from curl, #ifdef HAVE_CURL removed
6976:
1.116 moko 6977: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 6978: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 6979: src/lib/Makefile.am, src/lib/curl/Makefile.am,
6980: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 6981: configure option
6982:
6983: 2012-04-19 moko
6984:
6985: * src/: classes/double.C, classes/inet.C, classes/int.C,
6986: classes/string.C, lib/gc/include/gc_allocator.h,
6987: types/pa_vform.C: PVS-Studio detected errors fixes, unused
6988: options from sql_result_string removed. (closes issue #468)
6989:
6990: * src/types/pa_vmemcached.C: empty string fix
6991:
6992: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
6993: pa_vstring.C, pa_vstring.h: serialization helpers moved to
6994: pa_vmemcached.C
6995:
6996: 2012-04-18 moko
6997:
6998: * src/targets/apache/mod_parser3.c: "Parser3 module requires
6999: apache2-mpm-prefork" error displayed in threaded mpm.
7000:
7001: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7002: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7003: installed (issue #354)
7004:
7005: 2012-04-16 moko
7006:
7007: * src/types/pa_vmemcached.C: call to memcached_result_create and
7008: memcached_result_free removed
7009:
7010: 2012-04-14 moko
7011:
7012: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7013:
7014: * src/types/pa_vmemcached.C: check_key added and used
7015:
7016: 2012-04-13 moko
7017:
7018: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7019: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7020: Serialization_data now added and used, VString now serialized
7021: with languages into memcached.
7022:
7023: 2012-03-28 moko
7024:
7025: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7026: lib/memcached/pa_memcached.h: result lengths added
7027:
7028: 2012-03-27 moko
7029:
7030: * src/types/pa_vmemcached.C: strdup added
7031:
7032: 2012-03-24 moko
7033:
7034: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7035: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7036: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7037:
7038: 2012-03-20 moko
7039:
1.116 moko 7040: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7041:
7042: * src/targets/cgi/Makefile.am: cleanup
7043:
7044: * src/: types/Makefile.am, types/pa_vmemcached.C,
7045: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7046:
7047: * src/: classes/Makefile.am, classes/memcached.C,
7048: lib/memcached/Makefile.am, lib/memcached/constants.h,
7049: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7050: lib/memcached/types.h, lib/Makefile.am: memcached initial
7051:
7052: 2012-03-16 moko
7053:
7054: * src/main/execute.C: ident now works under Linux + ident displays
7055: filenames (closes issue #818)
7056:
1.116 moko 7057: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7058: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7059: pa_vmethod_frame_local.h removed
7060:
7061: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7062: classes/classes.h, classes/curl.C, classes/date.C,
7063: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7064: classes/hashfile.C, classes/image.C, classes/inet.C,
7065: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7066: classes/memory.C, classes/op.C, classes/reflection.C,
7067: classes/regex.C, classes/response.C, classes/string.C,
7068: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7069: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7070: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7071: include/pa_config_fixed.h, include/pa_config_includes.h,
7072: include/pa_dictionary.h, include/pa_dir.h,
7073: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7074: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7075: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7076: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7077: include/pa_request_charsets.h, include/pa_request_info.h,
7078: include/pa_sapi.h, include/pa_socks.h,
7079: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7080: include/pa_stack.h, include/pa_string.h,
7081: include/pa_stylesheet_connection.h,
7082: include/pa_stylesheet_manager.h, include/pa_table.h,
7083: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7084: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7085: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7086: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7087: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7088: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7089: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7090: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7091: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7092: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7093: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7094: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7095: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7096: main/pa_string.C, main/pa_stylesheet_connection.C,
7097: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7098: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7099: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7100: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7101: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7102: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7103: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7104: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7105: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7106: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7107: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7108: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7109: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7110: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7111: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7112: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7113: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7114: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7115: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7116: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7117: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7118: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7119: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7120: types/pa_vresponse.h, types/pa_vstateless_class.C,
7121: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7122: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7123: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7124: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7125: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7126: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7127: ident now works under Linux + ident displays filenames (closes
7128: issue #818) Copyright updated
7129:
7130: 2012-03-13 moko
7131:
7132: * src/main/pa_string.C: compilation fix for feature #741
7133:
7134: 2012-03-09 misha
7135:
7136: * tests/193.html: - tests for ^string:base64[encoded] are updated
7137:
7138: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7139: now detects invalid base64 chars in the middle of encoded stricg
7140: ( new feature: #55 )
7141:
7142: * src/include/pa_exception.h: - new exception type for base64
7143: decoding is added
7144:
7145: 2012-03-06 misha
7146:
7147: * tests/274.html: - tests for ^date::today[] and
7148: ^date.sql-string[datetime|date|time] are added
7149:
7150: * src/classes/date.C: - constructor ^date::today[] is added ( new
7151: feature: #811 ) - ^date.sql-string[] now can accept one param --
7152: strings "datetime", "date" or "time" - comments tidying up
7153:
7154: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7155: date and time
7156:
7157: 2012-03-03 misha
7158:
7159: * tests/193.html: - tests for
7160: ^string:base64[encoded;$.strict(true)] are added
7161:
7162: * tests/results/auto.p: - try-catch operator is added
7163:
7164: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7165: main/pa_common.C: - $.strict(true|false) option is added to
7166: base64 decode methods ( new feature: #55 )
7167:
7168: * src/main/pa_common.C: - base64 decode memory usage was decreased
7169: ( new feature: #819 )
7170:
7171: 2012-02-28 moko
7172:
7173: * src/classes/hash.C: ident test
7174:
7175: 2012-02-27 misha
7176:
7177: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7178:
7179: 2012-01-08 misha
7180:
7181: * tests/273.html: - tests for ^string.replace[from;to] are added
7182:
7183: * src/: classes/string.C, include/pa_dictionary.h,
7184: main/pa_dictionary.C, main/pa_string.C: -
7185: ^string.replace[from;to] is added ( new feature: #741 ) -
7186: ^string.replace[one subst here] is slightly optimized
7187:
7188: 2011-12-07 misha
7189:
7190: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7191: named table with one empty column ( bugfix: #63 )
7192:
7193: 2011-11-30 misha
7194:
7195: * src/classes/json.C: - it's possible to set user's method for
7196: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7197: #763 )
7198:
7199: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7200:
7201: 2011-11-23 misha
7202:
7203: * src/: classes/curl.C, classes/file.C, classes/image.C,
7204: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7205: types/pa_vfile.h, types/pa_vform.C: - constructor
7206: ^file::create[mode;filename;content[;options]] now accepts binary
7207: mode and file-content - new constructor's format:
7208: ^file::create[string-or-file-content[;$.name[filename]
7209: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7210: feature: #65 )
7211:
7212: * src/: include/pa_request.h, main/pa_request.C: - new method
7213: mime_type_of(const String*) is added
7214:
7215: * src/include/pa_exception.h: - new exception constant
7216: FILE_NAME_MUST_BE_SPECIFIED is added
7217:
7218: * src/classes/table.C: - bug with negative offset transformed into
7219: a feature. it means pointing to a row from the end of the table (
7220: new feature: #810 )
7221:
7222: 2011-11-19 misha
7223:
7224: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7225: â ìåòîäå _select ( new feature: #810 )
7226:
7227: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7228: options were specified together is simplified
7229:
7230: 2011-11-12 misha
7231:
7232: * src/main/pa_request.C: - forgotten fix for escaping filename in
7233: HTTP content-disposition header (a part of bug #361 )
7234:
7235: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7236: checks for ancestors' classes as well ( new feature: #456 )
7237:
7238: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7239: "without cycle" now have types "parser.break" and
7240: "parser.continue" instead of "parser.runtime" ( new feature: #799
7241: )
7242:
7243: 2011-11-11 misha
7244:
7245: * tests/results/: 099.processed, 100.processed, 205.processed,
7246: 237.processed: - since bug #361 was fixed the content of filename
7247: in HTTP headers is quoted
7248:
7249: * tests/results/270.processed: - result for test 270
7250:
7251: * tests/: 065.html, results/065.processed: - more tests for
7252: ^file:basename[] & Co were added
7253:
7254: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7255:
7256: * tests/270.html: - tests for ^file:find[] are added
7257:
7258: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7259: using option $.charset. option $.engoding is still supported but
7260: these options can not be specified together
7261:
7262: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7263: comparation charset name with string "UTF-8" ( bugfix: #759 )
7264:
7265: 2011-10-11 misha
7266:
7267: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7268: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7269: #622)
7270:
7271: 2011-09-30 misha
7272:
7273: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7274: exception "saving stat-ed file" ( bugfix: #395 )
7275:
7276: 2011-05-30 misha
7277:
7278: * src/classes/string.C: - fixed bug which was added with
7279: params.as_hash into string:sql
7280:
7281: 2011-05-29 misha
7282:
7283: * src/types/pa_value.C: - filename in content-disposition header
7284: must be quoted ( bugfix: #361 )
7285:
7286: 2011-05-27 misha
7287:
7288: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7289: created file
7290:
7291: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7292: usage
7293:
7294: * src/include/pa_exception.h: - one more string for exception was
7295: added
7296:
7297: 2011-05-25 misha
7298:
7299: * tests/269.html: - tests for checking input params in some dom
7300: methods
7301:
7302: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7303: was added. it isn't possible not wo create xdoc with invalid
7304: tagName. ( bugfix: #160 )
7305:
7306: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7307: string "data must be string" was mover from pa_exception.h to
7308: pa_xml_exception.h
7309:
7310: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7311: as_xmlncname, as_xmlname and as_xmlnsuri were added
7312:
7313: * src/main/pa_xml_exception.C: - XmlException accepts more options
7314:
7315: * src/include/pa_xml_exception.h: - XmlException accepts more
7316: options - XML-related exception's strings were added
7317:
7318: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7319: output_options were removed)
7320:
7321: 2011-05-19 misha
7322:
7323: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7324: params.as_hash is used more while parsing methods hash-options
7325:
7326: 2011-05-18 misha
7327:
7328: * operators.txt: - info about json-serialization of xdoc was added
7329:
7330: * tests/256.html: - tests for json-serialization xdoc were added
7331:
7332: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
7333:
7334: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7335: classes/json.C, classes/xdoc.C: - now json:string can serialize
7336: xdoc-objects. options (the same as ^xdoc.string[]) could be
7337: specified in $.xdoc[] ( new feature: #265 )
7338:
7339: 2011-05-15 misha
7340:
7341: * tests/268.html: - tests for ^table.count[with options] were added
7342:
7343: * src/classes/table.C: - method ^table.count[] now can accept
7344: options ( new feature: #93 ): ^table.count[column] returns number
7345: of columns for named table; ^table.count[cells] returns number of
7346: cells in the current row; ^table.count[] & ^table.count[rows]
7347: return number of rows in a table.
7348:
7349: * tests/267.html: - test for checking switch/case in boolean mode
7350: was added
7351:
7352: * src/classes/op.C: - if switch's or case's value is bool, they are
7353: compared as bool values, not as double values: new feature: #351
7354:
7355: 2011-05-06 misha
7356:
7357: * tests/242.html: - EOL before EOF was added
7358:
7359: * tests/169.html: - tests for splitting empty string and void were
7360: added
7361:
7362: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
7363: returned table with one empty cell)
7364:
7365: 2011-04-03 misha
7366:
7367: * src/include/pa_version.h, configure.in: - version in head was
7368: changed to 3.4.2b
7369:
7370: 2011-03-30 misha
7371:
7372: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
7373: as well ( new feature #294 )
7374:
7375: 2011-03-29 misha
7376:
7377: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
7378: limited to approx. 6 MB. previous limits were too big for real
7379: life. bugfix: #216
7380:
7381: 2011-03-04 moko
7382:
7383: * etc/parser3.charsets/cp866.cfg: Conforms to
7384: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
7385:
7386: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
7387: vlalek@
7388:
7389: 2011-02-22 misha
7390:
7391: * src/include/pa_charset.h, operators.txt: - some methods mustn't
7392: be under #ifdef XML or parser can't be compiled without xml
7393: support
7394:
7395: 2011-02-21 misha
7396:
1.116 moko 7397: * src/targets/apache/: Makefile.am: - mention
1.95 moko 7398: ApacheModuleParser3.vcproj was removed
7399:
7400: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
7401: removed)
7402:
7403: 2011-02-20 misha
7404:
7405: * tests/: 266.html, 266.p: - tests for checking $.inherited and
7406: $.overridden in ^reflection:method_info[...] were added
7407:
7408: * src/classes/reflection.C: - beautifying result of
7409: ^reflection:method_info[] ($.overridden/inherited)
7410:
7411: 2011-02-18 misha
7412:
7413: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
7414: and pa_isalnum instead of isalpha and isalnum - bug with
7415: redundand quoting lowercased latin chars while building email
7416: body was fixed
7417:
7418: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
7419: added (they check for latin chars only)
7420:
7421: 2011-02-16 misha
7422:
7423: * src/main/pa_charset.C: - bugfix: in some cases the calculating
7424: string size for transcoding gave too small value (should ever
7425: look for availability char in dest charset inspite of the char
7426: size)
7427:
7428: 2011-02-04 moko
7429:
7430: * tests/223.html: header values now not url-encoded (issue #195)
7431:
7432: 2011-02-01 misha
7433:
7434: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
7435:
7436: 2011-01-31 misha
7437:
7438: * src/main/pa_request.C: - throw exception if param file_name in
7439: use_file is empty
7440:
7441: 2011-01-08 moko
7442:
7443: * src/classes/curl.C: compilations errors fixed
7444:
7445: 2010-12-29 moko
7446:
7447: * tests/: 265.html, results/265.processed: test for issue #200
7448: added
7449:
7450: * src/main/pa_string.C: empty regex result check added (fixes issue
7451: #200)
7452:
7453: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
7454:
7455: * tests/results/223.processed: header values now not url-encoded
7456: (issue #195)
7457:
7458: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
7459: main/untaint.C: L_HTTP_HEADER now used in http headers values,
7460: pa_http_safe_header_name added for headers names (fixes bug #195)
7461:
7462: 2010-12-18 misha
7463:
7464: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
7465: => pa-include
7466:
7467: 2010-11-28 moko
7468:
7469: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
7470:
7471: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
7472: -> pa
7473:
7474: * configure.in: apr -> pa
7475:
7476: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
7477:
7478: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
7479: classes/Makefile.am, types/Makefile.am: apr -> pa
7480:
7481: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
7482: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
7483: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
7484: pa-include/pa_apr.h, pa-include/pa_errno.h,
7485: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
7486: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
7487: module apr name conflict resolved)
7488:
7489: 2010-11-27 misha
7490:
7491: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
7492: libbz2
7493:
7494: 2010-11-26 misha
7495:
7496: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
7497: warnings removed
7498:
7499: 2010-11-25 moko
7500:
7501: * operators.txt: $.indent(true)
7502:
7503: * operators.txt: another bugfix. :)
7504:
7505: * operators.txt: bugfix. :)
7506:
7507: * buildall-with-xml: libxml2-2.7.8 + with-apache
7508:
7509: 2010-11-24 moko
7510:
1.116 moko 7511: * configure: apxs support
1.95 moko 7512:
7513: * configure.in: apxs support -Bstatic gc removed for OS X
7514:
7515: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
7516:
7517: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
7518: THREAD_LOCAL usage
7519:
7520: * src/: classes/curl.C, include/pa_config_includes.h,
7521: main/pa_globals.C: THREAD_LOCAL defined and used
7522:
7523: 2010-11-23 moko
7524:
7525: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
7526: should be passed to pa_sleep, and only fractional part (bugfix:
7527: #188)
7528:
7529: * src/targets/apache/mod_parser3.c: 1.3 compatibility
7530:
7531: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7532: GC_dont_gc=1, as in cgi version
7533:
7534: * src/targets/apache/mod_parser3.c: warning war
7535:
7536: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7537: pa_httpd.h: version removed, some trash removed
7538:
7539: * src/targets/apache/mod_parser3.c: version removed (we don't want
7540: to show it), warning war
7541:
7542: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7543: pa_httpd.h: parser_status_allowed removed + merge config
7544: functions removed (override is the default) + beauty
7545:
7546: * src/: include/pa_request.h, main/pa_request.C,
7547: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
7548: hide $status used in apache module removed
7549:
7550: 2010-11-18 moko
7551:
7552: * operators.txt: $.table[compact] added for ^json:string[]
7553:
7554: 2010-11-16 moko
7555:
7556: * src/targets/apache/mod_parser3.c: some cleanup done
7557:
7558: * src/main/untaint.C: bugfix: first, second String::Body argument
7559: is hashcode; second, info.fragment_begin is original, not
7560: resulting length
7561:
7562: * src/classes/file.C: new feature: $.stdin now untainted
7563:
7564: * tests/results/264.processed: new feature: $.stdin[] now untainted
7565:
7566: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
7567:
7568: * src/classes/op.C: ^apply-taint[] method added
7569:
7570: * tests/: 264.html, results/264.processed: ^apply-taint[] test
7571: added; $.stdin untaint test added
7572:
7573: 2010-11-15 moko
7574:
7575: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
7576: removed
7577:
7578: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7579: pa_httpd.h: 2x2 calculated under apache2. :)
7580:
7581: 2010-11-13 moko
7582:
7583: * src/targets/apache/mod_parser3.c: initial changes to build module
7584: with apache 2.x includes
7585:
7586: * src/targets/apache/: Makefile.am, mod_parser3.c,
7587: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
7588: united apache 1.3 / apache 2.x DSO module
7589:
7590: 2010-11-09 moko
7591:
7592: * src/types/pa_method.h: check added to dissallow @method[name;*]
7593: syntax
7594:
7595: * tests/: 263.html, results/263.processed: test from method[*args]
7596: added
7597:
7598: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
7599: number of params can now be passed to a method declared with *arg
7600:
7601: 2010-11-06 moko
7602:
7603: * src/classes/table.C: formating fixed. :)
7604:
7605: * src/classes/table.C: closes #4: ^table.select now supports
7606: $.limit(), $.offset, $.reverse() options
7607:
7608: * tests/: 262.html, results/262.processed: test for ^table:select
7609: with options added (feature #4)
7610:
7611: * src/include/pa_array.h: remove function added
7612:
7613: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
7614: object in get_element/put_element, using static one.
7615:
7616: 2010-11-04 moko
7617:
7618: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
7619: options is passed
7620:
7621: * tests/: 256.html, results/256.processed: $.table[compact] feature
7622: now tested; k and p in handler now tested.
7623:
7624: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
7625: $.table[compact] feature added
7626:
7627: * src/classes/json.C: key is now passed to handler in
7628: value_json_string; ^json:string result now process tainting
7629: inside and returns clean string, related to issue #153
7630:
7631: * src/main/untaint.C: bugfix: charset can be null (in
7632: ^string:save[] as example), thus check is added
7633:
7634: 2010-10-31 moko
7635:
7636: * src/classes/string.C: error message changed (fixes issue #149)
7637:
7638: 2010-10-29 moko
7639:
7640: * src/main/pa_http.C: ":port" is now added to "Host:" header if
7641: port is not default (fixes issue #155); exception on invalid port
7642: added.
7643:
7644: * src/main/untaint.C: '*' is now not urlencoded to allow header
7645: "Accept: */*" to be passed
7646:
7647: 2010-10-28 moko
7648:
7649: * src/classes/curl.C: bugfix: detect_charset() was throwing
7650: exception on unknown charset even if response_charset was
7651: specified
7652:
7653: 2010-10-27 moko
7654:
7655: * src/classes/string.C: ^string.append removed for void
7656: compatibility
7657:
7658: 2010-10-26 moko
7659:
7660: * src/classes/json.C: libjson supports array at top level, we too
7661: (GPF fixed)
7662:
7663: 2010-10-25 moko
7664:
7665: * tests/: 253.html, results/253.processed: libjson supports array
7666: at top level, parser now supports it as well.
7667:
7668: * tests/261.html, tests/results/261.processed,
7669: src/types/pa_vstring.h: empty string is now void compatible
7670: (allows $empty.key)
7671:
7672: 2010-10-22 misha
7673:
7674: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
7675: while adding additional expires checkout)
7676:
7677: * tests/030.html: - test for session cookie was added
7678:
7679: 2010-10-21 moko
7680:
7681: * src/: classes/string.C, classes/void.C, main/execute.C,
7682: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
7683: string (feature #111)
7684:
7685: * tests/: 261.html, results/261.processed: checks void from string
7686: inheritance (feature #111)
7687:
7688: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
7689: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
7690: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
7691: now true by default
7692:
7693: 2010-10-17 moko
7694:
7695: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
7696: upload now uses binary blocks instead of L_FILE_POST tainting.
7697: (bugfix: #128)
7698:
7699: * tests/: 223.html, results/223.processed: binary file upload test
7700: added, GPF (issue #128) also checked in this test
7701:
7702: 2010-10-13 misha
7703:
7704: * tests/260.html: - test for math:convert
7705:
7706: * src/classes/math.C: - error in math:convert was fixed
7707:
7708: * operators.txt: - info about
7709: ^math:convert[number](from-base;to-base) was added
7710:
7711: * src/classes/math.C: - method
7712: ^math:convert[number](from-base;to-base) for converting number
7713: represention from one base to another was added ( new feature:
7714: #23 )
7715:
7716: 2010-10-13 moko
7717:
7718: * src/main/compile.tab.C: [] now is empty string, not void
7719:
7720: * src/main/compile.y: [] now is empty string, not void
7721:
7722: * src/types/pa_vvoid.h: void now passed as parameter
7723:
7724: * tests/: 259.html, results/259.processed: to test difference
7725: between void and empty string (see ticket #111)
7726:
7727: * tests/results/152.processed: $sEmpty[] is now empty string, not
7728: void
7729:
7730: * tests/256.html: $s[$void] is no longer empty string
7731:
7732: * tests/254.html: empty string is no longer void
7733:
7734: 2010-10-12 misha
7735:
7736: * src/types/pa_vcookie.C: - check if $.expires value can be
7737: converted to date during cookies set up ( bugfix: #104 )
7738:
7739: * tests/041.html: - more tests for ^table.locate were added
7740:
7741: * src/classes/table.C: - ^table.locate[field;value;options] didn't
7742: work ( bugfix: #129 ) - exception comment for incorrect options
7743: ^table.locate[field;value;options] was fixed
7744:
7745: 2010-10-10 moko
7746:
7747: * src/: classes/reflection.C, main/execute.C: constructor returning
7748: another object feature returned
7749:
7750: * tests/results/258.processed: test result updated as constructor
7751: returning another object feature returned
7752:
7753: * tests/: 258.html, results/258.processed: test for constructor
7754: returning another object
7755:
7756: 2010-10-08 misha
7757:
7758: * tests/257.html: - whitespaces after @METACOMMANDS and their
7759: options shouldn't cause exceptions any longer
7760:
7761: 2010-10-06 moko
7762:
7763: * src/classes/: hash.C, table.C: length from sql server is now
7764: ignored, as sql string can contain 0x00 inside (bugfix: #119)
7765:
7766: 2010-10-02 misha
7767:
7768: * operators.txt: - the X mark was removed from ^cache[file]. it is
7769: usable to delete cache file.
7770:
7771: 2010-10-02 moko
7772:
7773: * tests/: 253.html, results/253.processed: hook_key added for key
7774: checking
7775:
7776: * src/classes/json.C: null key bug fixed
7777:
7778: 2010-09-29 misha
7779:
7780: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
7781:
7782: 2010-09-25 moko
7783:
7784: * src/classes/json.C: small fixed
7785:
7786: * tests/results/: 253.processed, 255.processed: just updated
7787:
7788: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
7789: results/255.processed: charset transcode test added for
7790: json:parse
7791:
7792: 2010-09-24 moko
7793:
7794: * src/types/pa_value.h: warning war :)
7795:
7796: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
7797: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
7798: ^json:string
7799:
7800: 2010-09-22 moko
7801:
7802: * src/main/pa_charset.C: parser charset tables declare only
7803: white-space before 0x20, thus adding the missing chars
7804:
7805: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
7806: to http://unicode.org/Public/MAPPINGS/VENDORS/
7807:
7808: 2010-09-21 misha
7809:
7810: * src/main/compile.y: - some semicolons were added (VS2010 don't
7811: want to compile grammar if they are absent)
7812:
7813: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
7814:
7815: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
7816:
7817: * src/main/main.vcproj: - path to bison is changed
7818:
7819: 2010-09-21 moko
7820:
1.116 moko 7821: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
7822: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
7823: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 7824:
7825: 2010-09-20 misha
7826:
7827: * src/types/pa_vtable.C: - add EOLs while json-serializing table
7828:
7829: * src/classes/json.C: - add EOL while json-serializing hash
7830:
7831: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
7832: compilers don't like 'ES'.
7833:
7834: 2010-09-17 misha
7835:
7836: * operators.txt: - info about json class was added
7837:
7838: * src/classes/json.C: - ^json:string[object]
7839:
7840: * src/: include/pa_request.h, main/pa_request.C: - stuff for
7841: preventing infinite recursion while executing json:string was
7842: added
7843:
7844: * src/include/pa_string.h: - method append_quoted was added
7845:
7846: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
7847: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
7848: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
7849: was added to Value & Co
7850:
7851: * src/classes/date.C: - methods get_gmt_string and get_sql_string
7852: were used
7853:
7854: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
7855: were added
7856:
7857: 2010-09-10 moko
7858:
7859: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7860: die_or_abort (backport from 3.4.1)
7861:
7862: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7863: die_or_abort (bugfix: #106)
7864:
7865: 2010-09-09 moko
7866:
7867: * src/classes/json.C: warning war. :)
7868:
7869: 2010-09-08 misha
7870:
7871: * src/lib/json/Makefile.am: - additional include directories were
7872: added (for pa_memory.h and gc.h)
7873:
7874: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
7875: compile as C++ instead default - additional include directory was
7876: added (for gc.h)
7877:
7878: * src/types/pa_vform.C: - little code reformating
7879:
7880: * src/classes/file.C: - $.content-type option now can be specified
7881: in ^file::create ( new feature: #102 )
7882:
7883: 2010-09-08 moko
7884:
7885: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
7886: pa_malloc/pa_free
7887:
7888: 2010-09-07 moko
7889:
7890: * tests/results/254.processed: VStateless_class:put_element
7891: exception was fixed
7892:
7893: * src/types/: pa_value.h, pa_vstateless_class.h: now
7894: VStateless_class:put_element barks self.type, not this.type
7895: (bugfix: #105)
7896:
7897: 2010-09-06 moko
7898:
7899: * src/classes/reflection.C: bugfix: new String() is required for
7900: exception handling
7901:
7902: * tests/: 254.html, results/254.processed: test modified
7903:
7904: 2010-09-05 moko
7905:
7906: * tests/: 254.html, results/254.processed: ^reflection:copy test
7907: added
7908:
7909: * src/: classes/reflection.C, include/pa_request.h:
7910: ^reflection:copy implemented (new feature: #100)
7911:
7912: 2010-09-03 moko
7913:
7914: * src/lib/json/JSON_parser.C: c++ compatiblity
7915:
7916: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
7917: option testing added
7918:
7919: 2010-09-02 moko
7920:
7921: * src/classes/json.C: $.distinct[first|last|all] added
7922:
7923: 2010-09-01 moko
7924:
7925: * tests/results/253.processed: json test result
7926:
7927: * tests/: 253.html, 253_json.txt: json test added
7928:
7929: * src/classes/json.C: json.C update to actual version + hash key
7930: creation bugfix
7931:
7932: 2010-08-31 misha
7933:
7934: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
7935: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
7936: src/lib/Makefile.am, src/classes/Makefile.am,
7937: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
7938: json library was added
7939:
7940: 2010-08-30 moko
7941:
7942: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
7943: types/pa_vobject.C: cosmetic optimization in
7944: request:execute_method usage
7945:
7946: * src/: include/pa_charset.h, main/pa_charset.C: small
7947: optimization, just to decrease number of lines. :)
7948:
7949: 2010-08-27 misha
7950:
7951: * src/classes/op.C: - taint[json] was added
7952:
7953: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
7954: were added
7955:
7956: * src/main/pa_exec.C: - warning fix was rolled back.
7957:
7958: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
7959: include/pa_string.h: - taint[json] was added - escaping was
7960: slightly modified
7961:
7962: 2010-08-25 misha
7963:
7964: * src/classes/file.C: - typo in file:sql exception was fixed
7965:
7966: * src/main/pa_exec.C: - warning about declared and not used
7967: variable forced_allow was removed
7968:
7969: 2010-08-14 misha
7970:
7971: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
7972: were removed
7973:
7974: 2010-08-11 moko
7975:
7976: * tests/: 249.html, results/249.processed: default setter and
7977: anti-recursive default getter test added
7978:
7979: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
7980: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
7981: types/pa_vobject.h, types/pa_vstateless_class.C,
7982: types/pa_vstateless_class.h: default setter support +
7983: anti-recursive default getter support ( new feature: #13 )
7984:
7985: * src/include/pa_hash.h: optimization: threshold member removed
7986: from hash, reducing sizeof(hash)
7987:
7988: 2010-08-10 misha
7989:
7990: * tests/196.html: - junction-method was added to the test
7991:
7992: * tests/248.html: - ups. typo :)
7993:
7994: * tests/248.html: - test for checking .match with 4 params
7995:
7996: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
7997: 247_windows1251.txt: - test for "transcode file from utf-8 to
7998: $request:charset during loading if the BOM code is detected"
7999:
8000: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8001: $request:charset during loading if the BOM code is detected ( new
8002: feature: #98 )
8003:
8004: 2010-08-05 misha
8005:
8006: * src/classes/image.C: - ^image.replace now can accept only 2
8007: params. in this case the whole image is affected ( new feature:
8008: #95 )
8009:
8010: 2010-08-04 misha
8011:
8012: * tests/246.html: - test tor ^hash._at[] was added
8013:
8014: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8015: #53 )
8016:
8017: * src/include/pa_hash.h: - methods for accessing the first and the
8018: last values of ordered hash were added (first_value and
8019: last_value)
8020:
8021: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8022: (similar to others file's methods):
8023: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8024: #68 )
8025:
8026: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8027:
8028: 2010-08-01 moko
8029:
8030: * src/classes/op.C: to correctly process $result[] in code, called
8031: from ^process
8032:
8033: * tests/245.html: $result in ^process[] test added
8034:
8035: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8036: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8037: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8038: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8039: caller, self) op_call(VMethodFrame &frame, bool constructing)
8040: removed, construct(class,method) added
8041:
8042: * tests/results/: 192.processed, 244.processed: request::construct
8043: added
8044:
8045: * tests/: 244.html, 245.html, results/244.processed,
8046: results/245.processed: object creation exceptions and ^process
8047: tests added
8048:
8049: 2010-07-28 misha
8050:
8051: * tests/make_tests.cmd: - win32 EOLs
8052:
8053: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8054: tests on Win32 were added (The system timezone should be GMT+3)
8055:
8056: 2010-07-26 misha
8057:
8058: * tests/: 212.html, results/212.processed: - sizes were removed
8059: mecause they could be different on different OSs
8060:
8061: * tests/065.html: - make it "win32 friendly"
8062:
8063: 2010-07-25 misha
8064:
8065: * src/main/compile.y: - all EOLs between methods are removed during
8066: compilation ( new feature: #47 )
8067:
8068: * tests/results/149.processed: - prepare tests to trim trailing
8069: methods' EOLs
8070:
8071: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8072:
8073: * tests/: results/006.processed, results/014.processed, 006.html,
8074: 014.html, 022.html: - prepare tests to trim trailing methods'
8075: EOLs
8076:
8077: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8078: results/071.processed, results/022.processed: - prepare tests to
8079: trim trailing methods' EOLs
8080:
8081: * tests/: results/073.processed, results/109.processed,
8082: results/142.processed, results/144.processed,
8083: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8084: 144.html: - prepare tests to trim trailing methods' EOLs
8085:
8086: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8087: 149.html, 152.html, results/096.processed, results/107.processed,
8088: results/109.processed, results/142.processed,
8089: results/144.processed: - prepare tests to trim trailing methods'
8090: EOLs
8091:
8092: 2010-07-24 moko
8093:
8094: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8095: the hash order in this test
8096:
8097: * tests/014.html: to check hash order, hash no is longer sorted
8098: before print
8099:
8100: * src/include/pa_hash.h: hash copy constructor now keeps order
8101: (bugfix: #54)
8102:
8103: 2010-07-23 moko
8104:
8105: * tests/results/224.processed: @auto[] is no longer inherited
8106:
8107: * src/types/pa_vstateless_class.C, tests/227.html,
8108: tests/results/227.processed: @auto[] is no longer inherited
8109: (bugfix: #57)
8110:
8111: 2010-07-22 misha
8112:
8113: * src/classes/table.C: - don't skip comment lines during
8114: table::load if encloser or separator is set as '#' ( new feature:
8115: #30 )
8116:
8117: * src/targets/cgi/parser3.C: - don't run as cgi if
8118: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8119: #12 )
8120:
8121: * src/classes/file.C: - set PARSER_VARSION env before external
8122: script executing
8123:
8124: 2010-07-13 misha
8125:
8126: * tests/058.html: - test for suppressing @border was added - test
8127: for user attribute was added
8128:
8129: * tests/results/186.processed: unescaping from \uXXXX
8130:
8131: * tests/186.html: unescaping from \uXXXX
8132:
8133: * tests/: 239.html, results/239.processed: method call type
8134:
8135: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8136: $junction_method.CLASS_NAME (+CLASS)
8137:
8138: 2010-07-07 misha
8139:
8140: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8141: *nix
8142:
8143: 2010-07-05 misha
8144:
8145: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8146: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8147: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8148: comment strings "options must be hash", "options must be hash,
8149: not code" and "called with invalid option" were replaced by
8150: constatns - exception comment string "invalid option passed" was
8151: replaced by "called with invalid option" (now in different
8152: methods are the same exception comment string)
8153:
8154: * src/include/pa_exception.h: - more exception strings were defined
8155:
8156: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8157: types/pa_vstateless_class.h: - now we can define possible
8158: method's call type ( new feature: #5 ) 1.
8159: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8160: methods 2. @static:method[params] (only static keyword could be
8161: used here) -- for specified methods
8162:
8163: * src/main/pa_common.C: - junction points should not be deleted on
8164: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8165: cleanup
8166:
8167: 2010-07-03 misha
8168:
8169: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8170: results/158.processed, results/160.processed,
8171: results/161.processed, results/162.processed,
8172: results/163.processed: - prepare tests to trim trailing methods'
8173: EOLs
8174:
8175: * tests/results/169.processed: - prepare tests to trim trailing
8176: methods' EOLs
8177:
8178: * tests/results/: 168.processed, 169.processed: - prepare tests to
8179: trim trailing methods' EOLs
8180:
8181: * tests/: results/170.processed, results/167.processed,
8182: results/168.processed, results/169.processed, 167.html, 168.html,
8183: 169.html: - prepare tests to trim trailing methods' EOLs
8184:
8185: * tests/: results/170.processed, results/171.processed,
8186: results/172.processed, results/173.processed,
8187: results/174.processed, results/175.processed, 170.html, 171.html,
8188: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8189: trailing methods' EOLs
8190:
8191: * tests/: results/176.processed, results/180.processed,
8192: results/184.processed, results/185.processed,
8193: results/191.processed, results/192.processed,
8194: results/196.processed, results/197.processed,
8195: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8196: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8197: to trim trailing methods' EOLs
8198:
8199: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8200: results/199.processed, results/208.processed,
8201: results/209.processed, results/213.processed,
8202: results/214.processed: - prepare tests to trim trailing methods'
8203: EOLs
8204:
8205: 2010-06-29 misha
8206:
8207: * tests/: 220.html, 218.html, results/218.processed,
8208: results/215.processed, results/217.processed, 215.html, 217.html:
8209: - prepare tests to trim trailing methods' EOLs
8210:
8211: * tests/: results/224.processed, 224.html, 223.html,
8212: results/223.processed, results/220.processed: - prepare tests to
8213: trim trailing methods' EOLs
8214:
8215: * tests/results/: 226.processed, 230.processed: - prepare tests to
8216: trim trailing methods' EOLs
8217:
8218: * tests/: 229.html, results/229.processed: - prepare tests to trim
8219: trailing methods' EOLs
8220:
8221: * tests/: 232.html, 235.html, results/232.processed,
8222: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8223: results/226.processed, results/227.processed,
8224: results/228.processed, results/230.processed: - prepare tests to
8225: trim trailing methods' EOLs
8226:
8227: 2010-06-16 moko
8228:
8229: * tests/: 229.html, results/229.processed: elseif now supported in
8230: ^if
8231:
8232: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8233:
8234: 2010-06-03 misha
8235:
8236: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8237: instead of memcopy for overlaped regions
8238:
8239: 2010-05-25 misha
8240:
8241: * src/main/pa_common.C: - wanring about unused vars was removed
8242:
8243: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8244: get_method_filename was moved to execute.C
8245:
8246: 2010-05-23 misha
8247:
8248: * src/main/pa_request.C: - more accurate detection of method's file
8249:
8250: 2010-05-22 misha
8251:
8252: * src/classes/reflection.C: - bugfix: core during detection of
8253: .file if filespec isn't detected successfully
8254:
8255: 2010-05-20 misha
8256:
8257: * src/main/pa_request.C: - fix in get_method_filename
8258:
8259: * src/include/pa_request.h: - new feature: #24 -- searching
8260: included file in @USE/^use is changed. if its filespec doesn't
8261: start from '/' it will be searched in caller file directory
8262:
8263: * src/classes/reflection.C: - ^reflection:method_info returns file
8264: where the method is defined
8265:
8266: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8267: classes/op.C: - new feature: #24 -- searching included file in
8268: @USE/^use is changed. if its filespec doesn't start from '/' it
8269: will be searched in caller file directory
8270:
8271: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8272: is moved to pa_common.h
8273:
8274: 2010-05-18 misha
8275:
8276: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8277: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8278: cookie parser decode \uXXXX as well as %uXXXX
8279:
8280: 2010-05-17 misha
8281:
8282: * src/classes/curl.C: beauty: - unused param is removed in method
8283: _curl_version_action - some spaces were removed or replaced by
8284: tabs
8285:
8286: * src/classes/table.C: - bugfix: #72 core with empty value during
8287: ^table.hash[...;name_of_the_last_column][$.type[string]]
8288:
8289: 2010-05-16 misha
8290:
8291: * src/classes/curl.C: new: #61 more curl options were added
8292: (contributed by Sumo)
8293:
8294: 2010-04-29 pretender
8295:
8296: * src/main/pa_string.C: fixes #63 Split result from empty string
8297: now empty string.
8298:
8299: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8300: string type.
8301:
8302: 2010-04-28 pretender
8303:
8304: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8305: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8306: macrodefinition removed
8307:
8308: 2010-04-19 pretender
8309:
8310: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8311: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8312:
8313: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8314: fixes #64 Now file.missing exception generates in unsafe mode to.
8315:
8316: * src/classes/file.C: fixes #48 Now not throw "not save environment
8317: variable" exception in grpunlim version.
8318:
8319: 2010-04-05 misha
8320:
8321: * src/classes/string.C: - new feature: 4th param was added to
8322: match. if specified its value is returned in case of nothing was
8323: found
8324:
8325: 2010-04-01 misha
8326:
8327: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
8328: multiple execution of /a/b/auto.p
8329:
8330: 2010-03-19 misha
8331:
8332: * src/main/execute.C: - core in $table1.$table2 was fixed
8333:
8334: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
8335:
8336: 2010-01-27 misha
8337:
8338: * src/main/pa_common.C: - bugfix: there are no excaption.type if
8339: trying to open file by path /existing-file/non-exixting-file
8340:
8341: 2010-01-26 misha
8342:
8343: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
8344: was added (returns file)
8345:
8346: 2009-12-22 misha
8347:
8348: * src/classes/curl.C: - method 'option' was renamed to 'options' -
8349: now parser doesn't have class curl if it was built without it
8350:
8351: 2009-12-15 misha
8352:
8353: * configure.in: - little cheat with curl include dir was added
8354:
8355: 2009-12-05 misha
8356:
8357: * src/classes/curl.C: - some fixes
8358:
8359: 2009-12-04 misha
8360:
8361: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
8362: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
8363: buildall-with-xml, buildall-without-xml, configure.in: - curl
8364: class was added
8365:
8366: * src/include/pa_hash.h: - hash-iterator was added
8367:
8368: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
8369: was added to pcre
8370:
8371: 2009-11-27 misha
8372:
8373: * src/classes/image.C: - don't add @border attribute to output of
8374: ^image.html[] if it was specified by user with empty value
8375:
8376: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
8377: root element and we are trying to access .documentElement
8378:
8379: 2009-11-11 misha
8380:
8381: * src/classes/table.C: - in ^table.flip[] look at number of columns
8382: instead of number of items in first row for named tables
8383:
8384: 2009-11-10 misha
8385:
8386: * operators.txt: - info about hash-options in ^file::create was
8387: added
8388:
8389: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
8390: added
8391:
8392: 2009-11-09 misha
8393:
8394: * buildall-with-xml: - moving to libxml 2.7.6
8395:
8396: * tests/236.html: - tests for comparations cords with functions
8397: were added
8398:
8399: * src/include/pa_string.h: - optimisation: cacheing of cstr was
8400: added
8401:
8402: * src/main/pa_http.C: - little optimisation
8403:
8404: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
8405: GPF mallocs + stringstream (table.save)
8406:
8407: * src/classes/file.C: - file::create now accepts 4th param: options
8408: with $.charset
8409:
8410: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
8411: bug in cord (comparation cords with functions was buggy)
8412:
8413: 2009-11-06 misha
8414:
8415: * src/main/pa_string.C: - bugfix: calculation string.length
8416: sometimes was buggy
8417:
8418: * src/classes/string.C: - bugfix: Temp_value_element wasn't
8419: destroyed if exception occured during match/replace
8420:
8421: * src/: main/pa_charset.C, include/pa_charset.h: - method
8422: lengthUTF8Char was added
8423:
8424: * src/classes/op.C: - clean tainting lang was added for user's
8425: usage
8426:
8427: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
8428: fixed: checkouts are required after GC_MALLOC
8429:
8430: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
8431:
8432: * operators.txt: - actually, there is no ^untaint[xml] in
8433: file::create
8434:
8435: 2009-10-15 misha
8436:
8437: * tests/: 235.html, 235_attach.txt: - tests for preparing email
8438: were added
8439:
8440: * tests/234.html: - more tests for checking ^taint[uri] escaping
8441: were added
8442:
8443: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
8444: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
8445: hacking: for dealing with transcoding+^taint[uri]
8446: transcode_and_untaint was replaced by untaint_and_transcode
8447:
8448: 2009-10-13 misha
8449:
8450: * tests/: 121.html, results/121.processed: - test transcoding +
8451: url-escaping now
8452:
8453: * tests/results/auto.p: - more helpers' methods were added
8454:
8455: * src/main/pa_globals.C: - die instead of abort
8456:
8457: 2009-10-06 misha
8458:
8459: * src/main/pa_common.C: - don't allocate memory during
8460: capitalization if input string is already capitalized
8461:
8462: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
8463:
8464: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
8465: use format function because it calls malloc
8466:
8467: * src/include/pa_common.h: - more capitalized headers were added
8468:
8469: * src/main/pa_common.C: - in safe mode clear executable bits during
8470: file writing
8471:
8472: 2009-10-05 misha
8473:
8474: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
8475:
8476: 2009-10-03 misha
8477:
8478: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
8479: ^img.text[] & ^img.length[] can work in utf-8 now
8480:
8481: * src/: include/pa_charset.h, main/pa_charset.C: - class
8482: UTF8_string_iterator was added
8483:
8484: * src/classes/image.C: - respect utf-8 when calculate alphabet
8485: length
8486:
8487: * src/classes/mail.C: - check from before get message.cstr
8488:
8489: 2009-10-02 misha
8490:
8491: * tests/233.html: - test for image.font, image.length, image.text
8492: with text in utf-8 were added
8493:
8494: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
8495:
8496: * buildall-with-xml, buildall-without-xml: - comment about gc
8497: version for freebsd 4 was added
8498:
8499: 2009-10-01 misha
8500:
8501: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
8502: terminator) - read_pipe were slightly optimized
8503:
8504: 2009-09-28 misha
8505:
8506: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
8507: removed
8508:
8509: * src/types/pa_vmail.C: - forgot about space after ':'
8510:
8511: * src/types/pa_vmail.C: - escape filenames while preparing mail
8512: body - small simplifications
8513:
8514: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
8515: inout params like pa_base64
8516:
8517: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
8518: option $.debug-print(1) was added to mail:send - changes for
8519: using uue_encode which uses less memory
8520:
8521: * src/main/pa_common.C: - pa_base64_encode uses less memory now
8522:
8523: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
8524: memory now
8525:
8526: 2009-09-26 misha
8527:
8528: * src/types/pa_vmail.C: - default encoding now is base64
8529:
8530: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
8531:
8532: 2009-09-25 misha
8533:
8534: * src/types/pa_vmail.C: - capitalization of headers was added to
8535: sending mail as well
8536:
8537: * buildall-with-xml: - catalog package was removed from libxml
8538:
8539: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
8540: win32 absolute path
8541:
8542: * src/include/pa_common.h: - one more capitalized header was added
8543:
8544: 2009-09-22 misha
8545:
8546: * INSTALL: - comment about building just httpd binary while
8547: building apache module was added
8548:
8549: 2009-09-21 misha
8550:
8551: * buildall-with-xml: - moving to the latest versions of xml libs:
8552: libxml 2.7.4 and libxslt 1.1.25
8553:
8554: 2009-09-19 misha
8555:
8556: * tests/231.html: - test for encoding cookie in win-1251
8557:
8558: 2009-09-18 misha
8559:
8560: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
8561: object] were added
8562:
8563: * operators.txt: - info about method ^reflection:fields[class or
8564: object] was added
8565:
8566: * src/classes/reflection.C: - method ^reflection:fields[class or
8567: object] was added
8568:
8569: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
8570: methods get_fields were added
8571:
8572: * tests/232.html: - tests for @GET[name]
8573:
8574: * src/classes/table.C: - some changes in handling hash-options for
8575: creare, join and locate
8576:
8577: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
8578: defined with option: the type of requested value
8579:
8580: 2009-09-17 misha
8581:
8582: * tests/212.html: - tests for .pattern and .options were added
8583:
8584: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
8585: $regex.options were added
8586:
8587: 2009-09-11 misha
8588:
8589: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
8590: rewrited. it checks not just one case of sending cookies during
8591: file::load[http], but also sending headers and fields (including
8592: files)
8593:
8594: 2009-09-10 misha
8595:
8596: * src/main/untaint.C: - workaround in file-spec lang for old Macs
8597: was removed => now parser can open files with Russian 'r' in
8598: filename
8599:
8600: * src/main/untaint.C: - bugfix: client charset whould be analized
8601: while escaping cookies but now source charset
8602:
8603: * src/main/pa_http.C: - bugfix: the values of http headers didn't
8604: ^tainted[uri] so it was possible to make request with incorrect
8605: http header
8606:
8607: * src/main/pa_http.C: - capitalization of http headers during
8608: file::load[http was slightly changes - bugfix: all headers which
8609: parser sends during file::load[http should be transcoded and only
8610: then escaped
8611:
8612: * src/main/untaint.C: - a bit more comments were added
8613:
8614: * src/classes/: file.C, string.C: - types where changes (minus 2
8615: warnings)
8616:
8617: * src/include/pa_common.h: - 2 capitalized strings for making http
8618: headers during file::load[http were added
8619:
8620: 2009-09-08 misha
8621:
8622: * operators.txt: - changes in file.save and string.save were added
8623:
8624: * tests/: 230.html, 230.txt: - tests for checking options in
8625: file.save and string.save were added
8626:
8627: * src/main/pa_request.C: - http headers names, which are passed to
8628: SAPI::add_header_attribute are lowercased now (it'll be
8629: capitalized in that method)
8630:
8631: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
8632: classes/string.C: - file_write accepts Request_charsets and asked
8633: charset and cound transcode content before writing - string.save
8634: and file.save have option $.charset now
8635:
8636: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
8637: classes/xdoc.C: - file_write accepts Request_charsets and asked
8638: charset and cound transcode content before writing
8639:
8640: * src/include/pa_exception.h: - new exception comment string was
8641: defined
8642:
8643: 2009-09-07 misha
8644:
8645: * src/main/compile.y: - grammar $name\ name stops now for regex
8646: sub-pattern\s
8647:
8648: 2009-09-04 misha
8649:
8650: * src/main/pa_http.C: - capitalization of http headers during
8651: file::load[http was implemented
8652:
8653: 2009-09-03 misha
8654:
8655: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
8656: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
8657: types/pa_vmail.C, targets/cgi/parser3.C,
8658: targets/isapi/parser3isapi.C: - back to storing response http
8659: headers in lowercase - capitalize them during output
8660:
8661: 2009-08-31 misha
8662:
8663: * src/classes/table.C: - allow call with any brackets (it could be
8664: useful in methods with explict result declaration)
8665:
8666: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
8667: correctly if $request:charset==koi8-r
8668:
8669: 2009-08-30 misha
8670:
8671: * src/: include/pa_common.h, main/pa_request.C: - http headers were
8672: changed: content-type => Content-type and so on
8673:
8674: * src/classes/file.C, src/include/pa_common.h,
8675: src/include/pa_request.h, src/main/pa_http.C,
8676: src/main/pa_request.C, src/types/pa_vcookie.C,
8677: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
8678: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
8679: tests/results/002.processed, tests/results/003.processed,
8680: tests/results/004.processed, tests/results/005.processed,
8681: tests/results/006.processed, tests/results/007.processed,
8682: tests/results/008.processed, tests/results/009.processed,
8683: tests/results/010.processed, tests/results/011.processed,
8684: tests/results/012.processed, tests/results/013.processed,
8685: tests/results/014.processed, tests/results/015.processed,
8686: tests/results/016.processed, tests/results/017.processed,
8687: tests/results/018.processed, tests/results/019.processed,
8688: tests/results/020.processed, tests/results/021.processed,
8689: tests/results/022.processed, tests/results/023.processed,
8690: tests/results/024.processed, tests/results/025.processed,
8691: tests/results/026.processed, tests/results/027.processed,
8692: tests/results/028.processed, tests/results/029.processed,
8693: tests/results/030.processed, tests/results/031.processed,
8694: tests/results/032.processed, tests/results/033.processed,
8695: tests/results/034.processed, tests/results/035.processed,
8696: tests/results/036.processed, tests/results/037.processed,
8697: tests/results/038.processed, tests/results/039.processed,
8698: tests/results/040.processed, tests/results/041.processed,
8699: tests/results/042.processed, tests/results/043.processed,
8700: tests/results/044.processed, tests/results/045.processed,
8701: tests/results/046.processed, tests/results/047.processed,
8702: tests/results/048.processed, tests/results/049.processed,
8703: tests/results/050.processed, tests/results/051.processed,
8704: tests/results/052.processed, tests/results/053.processed,
8705: tests/results/054.processed, tests/results/055.processed,
8706: tests/results/056.processed, tests/results/057.processed,
8707: tests/results/058.processed, tests/results/059.processed,
8708: tests/results/060.processed, tests/results/061.processed,
8709: tests/results/062.processed, tests/results/063.processed,
8710: tests/results/064.processed, tests/results/065.processed,
8711: tests/results/066.processed, tests/results/067.processed,
8712: tests/results/068.processed, tests/results/069.processed,
8713: tests/results/070.processed, tests/results/071.processed,
8714: tests/results/072.processed, tests/results/073.processed,
8715: tests/results/074.processed, tests/results/075.processed,
8716: tests/results/076.processed, tests/results/077.processed,
8717: tests/results/078.processed, tests/results/079.processed,
8718: tests/results/080.processed, tests/results/081.processed,
8719: tests/results/082.processed, tests/results/083.processed,
8720: tests/results/084.processed, tests/results/085.processed,
8721: tests/results/086.processed, tests/results/087.processed,
8722: tests/results/088.processed, tests/results/089.processed,
8723: tests/results/090.processed, tests/results/091.processed,
8724: tests/results/092.processed, tests/results/093.processed,
8725: tests/results/094.processed, tests/results/095.processed,
8726: tests/results/096.processed, tests/results/097.processed,
8727: tests/results/098.processed, tests/results/099.processed,
8728: tests/results/100.processed, tests/results/101.processed,
8729: tests/results/102.processed, tests/results/103.processed,
8730: tests/results/104.processed, tests/results/105.processed,
8731: tests/results/106.processed, tests/results/107.processed,
8732: tests/results/108.processed, tests/results/109.processed,
8733: tests/results/110.processed, tests/results/111.processed,
8734: tests/results/112.processed, tests/results/113.processed,
8735: tests/results/114.processed, tests/results/115.processed,
8736: tests/results/116.processed, tests/results/117.processed,
8737: tests/results/118.processed, tests/results/119.processed,
8738: tests/results/120.processed, tests/results/121.processed,
8739: tests/results/122.processed, tests/results/123.processed,
8740: tests/results/124.processed, tests/results/125.processed,
8741: tests/results/126.processed, tests/results/127.processed,
8742: tests/results/128.processed, tests/results/129.processed,
8743: tests/results/130.processed, tests/results/131.processed,
8744: tests/results/132.processed, tests/results/133.processed,
8745: tests/results/134.processed, tests/results/135.processed,
8746: tests/results/136.processed, tests/results/138.processed,
8747: tests/results/139.processed, tests/results/140.processed,
8748: tests/results/141.processed, tests/results/142.processed,
8749: tests/results/143.processed, tests/results/144.processed,
8750: tests/results/145.processed, tests/results/146.processed,
8751: tests/results/147.processed, tests/results/148.processed,
8752: tests/results/149.processed, tests/results/150.processed,
8753: tests/results/151.processed, tests/results/152.processed,
8754: tests/results/153.processed, tests/results/154.processed,
8755: tests/results/155.processed, tests/results/156.processed,
8756: tests/results/157.processed, tests/results/158.processed,
8757: tests/results/159.processed, tests/results/160.processed,
8758: tests/results/161.processed, tests/results/162.processed,
8759: tests/results/163.processed, tests/results/164.processed,
8760: tests/results/165.processed, tests/results/166.processed,
8761: tests/results/167.processed, tests/results/168.processed,
8762: tests/results/169.processed, tests/results/170.processed,
8763: tests/results/171.processed, tests/results/172.processed,
8764: tests/results/173.processed, tests/results/174.processed,
8765: tests/results/175.processed, tests/results/176.processed,
8766: tests/results/177.processed, tests/results/178.processed,
8767: tests/results/179.processed, tests/results/180.processed,
8768: tests/results/181.processed, tests/results/182.processed,
8769: tests/results/183.processed, tests/results/184.processed,
8770: tests/results/185.processed, tests/results/186.processed,
8771: tests/results/187.processed, tests/results/188.processed,
8772: tests/results/189.processed, tests/results/190.processed,
8773: tests/results/191.processed, tests/results/192.processed,
8774: tests/results/193.processed, tests/results/194.processed,
8775: tests/results/195.processed, tests/results/196.processed,
8776: tests/results/197.processed, tests/results/198.processed,
8777: tests/results/199.processed, tests/results/200.processed,
8778: tests/results/201.processed, tests/results/202.processed,
8779: tests/results/203.processed, tests/results/204.processed,
8780: tests/results/205.processed, tests/results/206.processed,
8781: tests/results/207.processed, tests/results/208.processed,
8782: tests/results/209.processed, tests/results/210.processed,
8783: tests/results/211.processed, tests/results/212.processed,
8784: tests/results/213.processed, tests/results/214.processed,
8785: tests/results/215.processed, tests/results/216.processed,
8786: tests/results/217.processed, tests/results/218.processed,
8787: tests/results/219.processed, tests/results/220.processed,
8788: tests/results/221.processed, tests/results/222.processed,
8789: tests/results/223.processed, tests/results/224.processed,
8790: tests/results/225.processed, tests/results/226.processed,
8791: tests/results/227.processed, tests/results/228.processed,
8792: tests/results/229.processed: - http headers were changed:
8793: content-type => Content-type and so on
8794:
8795: 2009-08-27 misha
8796:
8797: * src/: main/pa_random.C, include/pa_random.h,
8798: targets/cgi/parser3.C: - year was updated :)
8799:
8800: 2009-08-26 misha
8801:
8802: * tests/: 224.html, 224.p: - test for creating of parser object
8803: using constructor without params - little bugfix in test
8804:
8805: * src/main/compile_tools.h: - bugfix: should't call autouse while
8806: checking existed class while processing partial option
8807:
8808: * src/classes/reflection.C: - bugfix: core when creating object
8809: with reflection and constructor doesn't have params
8810:
8811: 2009-08-24 misha
8812:
8813: * tests/229.html: - tests for checking the number of parameters
8814: were added
8815:
8816: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
8817: number of method's parameters wasn't checked correctly (the bug
8818: was introduced in 3.4.0)
8819:
8820: 2009-08-22 misha
8821:
8822: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
8823: transcoded, but tainted pieces are escaped only when
8824: content-type==url-encoding
8825:
8826: * tests/228.html: - test for checking
8827: ^file::load[http://...;$.body[]]
8828:
8829: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
8830: post charset was too early (charsets is empty at this moment)
8831:
8832: 2009-08-21 misha
8833:
8834: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
8835: main/untaint.C: - some fixes with transcode+untaint
8836:
8837: 2009-08-15 misha
8838:
8839: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
8840: was increaced to 100 (was 50)
8841:
8842: * tests/227.html: - test for checking overriding properties in
8843: static classes was added
8844:
8845: * tests/: 226.html, 226.p: - test for @autoload[] was added
8846:
8847: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
8848: main/execute.C, main/pa_request.C, classes/reflection.C: -
8849: autouse was implemented
8850:
8851: 2009-08-14 misha
8852:
8853: * src/classes/reflection.C: - outdated checkout was removed
8854:
8855: * src/classes/reflection.C: - optimization - method ^dynamical was
8856: added.
8857:
8858: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
8859: types/pa_vstateless_class.h, main/execute.C: - optimization
8860:
8861: * src/types/pa_vclass.C: - exception if base on sytem class
8862:
8863: 2009-08-12 misha
8864:
8865: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8866: pa_vstateless_class.h: - little optimisation
8867:
8868: 2009-08-11 misha
8869:
8870: * tests/224.html: - method_params => method_info - checking for
8871: $.inherited
8872:
8873: * src/classes/reflection.C, operators.txt: - method method_params
8874: was renamed to method_info and now it returns class name, if
8875: method was defined in ancestor
8876:
8877: * tests/225.html: - tests for cheching properties in hierarhical
8878: classes were added
8879:
8880: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
8881: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8882: main/compile.y, main/execute.C, classes/classes.C: - problems
8883: with properties in new classes implementation were fixed
8884:
8885: 2009-08-10 misha
8886:
8887: * src/main/execute.C: - now constructor shouldn't be defined in
8888: class. it could be defined in parent.
8889:
8890: 2009-08-09 misha
8891:
8892: * src/classes/reflection.C: - ^reflection:methods doesn't return
8893: base's methods
8894:
8895: 2009-08-08 misha
8896:
8897: * src/: classes/classes.h, classes/date.C, classes/file.C,
8898: classes/form.C, classes/hash.C, classes/hashfile.C,
8899: classes/image.C, classes/mail.C, classes/op.C,
8900: classes/reflection.C, classes/regex.C, classes/string.C,
8901: classes/table.C, classes/xdoc.C, classes/xnode.C,
8902: classes/xnode.h, include/pa_hash.h, main/execute.C,
8903: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
8904: types/pa_method.h, types/pa_property.h, types/pa_value.C,
8905: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8906: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8907: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
8908: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8909: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
8910: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
8911: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
8912: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
8913: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
8914: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
8915: types/pa_vresponse.C, types/pa_vresponse.h,
8916: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8917: types/pa_vstateless_object.h, types/pa_vstatus.C,
8918: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
8919: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
8920: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8921: types/pa_wwrapper.h, types/types.vcproj: - new classes
8922: implementation
8923:
8924: * buildall-with-xml, buildall-without-xml: - gc has a bug if
8925: USE_MUNMAP is used. so it is disabled as a workaround.
8926:
8927: 2009-08-05 misha
8928:
8929: * src/: main/pa_common.C, include/pa_common.h: - not needed
8930: parameter was removed
8931:
8932: * src/main/pa_http.C: - bugfix: error was during detecting
8933: content-type of file which was loaded by http
8934:
8935: 2009-08-01 misha
8936:
8937: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
8938: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
8939: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
8940: can't be disabled with defines any longer
8941:
8942: 2009-07-29 misha
8943:
8944: * src/classes/reflection.C, tests/results/224.processed: - for
8945: native methods with any call type now returned empty call_type
8946: value
8947:
8948: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8949: classes/table.C, include/pa_hash.h, include/pa_request.h,
8950: main/pa_request.C: - break in cycles was optimized
8951:
8952: * INSTALL: - more defines were described
8953:
8954: 2009-07-28 misha
8955:
8956: * operators.txt: - some changes in information about reflection
8957: class
8958:
8959: * tests/: 224.html, 224.p: - tests for reflection class
8960:
8961: * src/classes/reflection.C: - some bugs were fixed, method classes
8962: was added, refactoring
8963:
8964: 2009-07-26 misha
8965:
8966: * src/classes/classes.vcproj: - reflection class wass added to
8967: project
8968:
8969: * operators.txt: - information about reflection class was added
8970:
8971: * src/classes/reflection.C: - class was redesigned
8972:
8973: 2009-07-24 misha
8974:
8975: * src/classes/: Makefile.am, reflection.C: - class reflection was
8976: added
8977:
8978: * src/types/pa_vstateless_class.h: - method for reflection method's
8979: in classes was added
8980:
8981: 2009-07-22 misha
8982:
8983: * src/main/compile_tools.h: - bugfix: $object.$var was
8984: over-optimized. it failed if $object1.$object2.field
8985:
8986: 2009-07-16 misha
8987:
8988: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
8989: lib/cord/cordxtra.c, lib/cord/include/cord.h,
8990: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
8991: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
8992: one more arg: length of cord
8993:
8994: 2009-07-15 misha
8995:
8996: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
8997: tainted in ^file::load[http://...;$.cookies[]]
8998:
8999: * src/classes/: op.C, regex.C, string.C: - new string with
9000: exception was used
9001:
9002: * src/include/pa_exception.h: - new string with exception was added
9003:
9004: * tests/223.html: - test for checking cookie-encoding during
9005: ^file::load[http was added
9006:
9007: * tests/: 221.html, 222.html: - tests for checking type of
9008: $table.fields.field were added
9009:
9010: * src/types/pa_vtable.C: - not used var decl was removed
9011:
9012: * src/include/pa_string.h: - use cached string length in Body::mid.
9013: it improves speed of match with brackets in pattern
9014:
9015: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9016: outside
9017:
9018: 2009-07-14 misha
9019:
9020: * src/types/pa_vtable.C: - $table.fields.a return string even if
9021: column is empty (sometime returned void) - $table.fields was
9022: added for nameless tables
9023:
9024: * src/targets/cgi/getopt.c: - one warning resolved
9025:
9026: * src/main/pa_string.C: - potentian bug fixed
9027:
9028: * src/classes/op.C: - small optimization in taint/untaint
9029:
9030: 2009-07-13 misha
9031:
9032: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9033: added
9034:
9035: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9036: souldn't add the attribut to output
9037:
9038: 2009-07-11 misha
9039:
9040: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9041: stack size was increaced to 2MB (default=1MB)
9042:
9043: 2009-07-08 misha
9044:
9045: * src/main/pa_string.C: - link to UTF-8 description was added
9046:
9047: * src/include/pa_hash.h: - hash keeps element's order in more
9048: places (ex: ._keys[])
9049:
9050: * tests/220.html: - test for checking order of elements in hash in
9051: foreach was added
9052:
9053: * tests/172.html: - small changes in printing hash
9054:
9055: * tests/129.html: - small changes in printing hash
9056:
9057: * src/: include/pa_common.h, include/pa_hash.h,
9058: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9059: types/pa_vmethod_frame.h: - hash now keeps order of elements
9060:
9061: * tests/014.html: - small changes in printing hash
9062:
9063: 2009-07-07 misha
9064:
9065: * src/classes/op.C: - new taint language "parser-code" was added
9066:
9067: * tests/219.html: - test for auto untaint parser code in process
9068: was added
9069:
9070: * src/classes/op.C: - tainted pieces in body of process are
9071: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9072:
9073: * src/: include/pa_string.h, main/untaint.C: - new language
9074: L_PARSER_CODE for auto-untaint in process was added
9075:
9076: * src/: classes/file.C, classes/hash.C, classes/image.C,
9077: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9078: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9079: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9080: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9081: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9082: code cleanup
9083:
9084: 2009-07-06 misha
9085:
9086: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9087: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9088: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9089:
9090: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9091: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9092: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9093: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9094: should be used
9095:
9096: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9097: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9098: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9099: untaint_cstr[m] should be used
9100:
9101: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9102: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9103:
9104: * tests/218.html: - test for checking automatic file-spec-taint was
9105: added
9106:
9107: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9108: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9109: classes/file.C, classes/hash.C, classes/image.C,
9110: classes/string.C, classes/table.C, classes/void.C,
9111: classes/xdoc.C: - optimizations and simplification of
9112: string.cstr(...)
9113:
9114: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9115: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9116: - optimizations and simplification of string.cstr(...)
9117:
9118: 2009-07-04 misha
9119:
9120: * tests/217.html: - test for recursion detection was added
9121:
9122: * src/: types/types.vcproj, main/main.vcproj,
9123: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9124: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9125: from .vcproj
9126:
9127: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9128:
9129: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9130: uploading files and case-insensitive http-method were added
9131:
9132: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9133: tainted pattern in ^file:list[] was added
9134:
9135: 2009-07-03 misha
9136:
9137: * src/: classes/classes.vcproj, main/main.vcproj,
9138: types/types.vcproj, targets/cgi/parser3.vcproj,
9139: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9140: for dynamic_cast) - little options changes
9141:
9142: * src/main/pa_http.C: - file::load[http works now with uploading
9143: files _and_ changing $.charset
9144:
9145: 2009-06-29 misha
9146:
9147: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9148: while creating pattern
9149:
9150: 2009-06-25 misha
9151:
9152: * src/classes/image.C, operators.txt: - options' names for
9153: ^image.font were changed to $.space, $.width and $spacing -
9154: default space width now == gif's width
9155:
9156: 2009-06-24 misha
9157:
9158: * tests/215.html: - tests for $file.mode were added
9159:
9160: * operators.txt: - added info about $file.mode and changes in
9161: ^image.font[
9162:
9163: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9164: param now could be omited - third param now could be hash (with
9165: all widths options: $.space-width, $.letter-width) - it's
9166: possible to specify tracking ($.letter-space)
9167:
9168: * src/classes/file.C: - file objects now could have mode field
9169: (text|binary)
9170:
9171: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9172:
9173: 2009-06-23 misha
9174:
9175: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9176: trim can work with utf-8 chars now
9177:
9178: 2009-06-20 misha
9179:
9180: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9181: was implemented
9182:
9183: * src/classes/table.C: - string length cacheing was implemented
9184:
9185: * src/include/pa_string.h: - string length cacheing was implemented
9186:
9187: 2009-06-17 misha
9188:
9189: * src/main/execute.C: - value param was removed from
9190: WContext::WContext
9191:
9192: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9193: pa_wwrapper.h: - value param was removed from WContext::WContext
9194: - field wcontext was removed from VCodeFrame (using fparent
9195: instead)
9196:
9197: * tests/214.html: - test with hash copying
9198:
9199: 2009-06-16 misha
9200:
9201: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9202: strings doesn't work in expression anymore
9203:
9204: * src/main/execute.C: - less calls for get_constructing() - little
9205: refactoring
9206:
9207: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9208: include/pa_request.h: - less calls for get_constructing()
9209:
9210: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9211: introduced with OPTIMIZE_SINGLE_STRING optimization
9212:
9213: 2009-06-14 misha
9214:
9215: * src/: classes/date.C, classes/file.C, classes/hash.C,
9216: classes/hashfile.C, classes/image.C, classes/regex.C,
9217: classes/table.C, classes/xdoc.C, classes/xnode.h,
9218: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9219: types/pa_vstateless_class.h, main/execute.C: - create object for
9220: storing object's fields only for parser objects
9221:
9222: 2009-06-13 misha
9223:
9224: * buildall-with-xml, buildall-without-xml: - new option was added
9225: for building GC (it slightly reduces memory usage)
9226:
9227: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9228: single string write
9229:
9230: * src/main/execute.C: - bytecode optimization of ^class:constructor
9231: - optimization of single string write
9232:
9233: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9234: - bytecode optimization of ^class:constructor
9235:
9236: 2009-06-09 misha
9237:
9238: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9239: main (better compatibility)
9240:
9241: 2009-06-08 misha
9242:
9243: * src/main/compile.y: - I've forgot to commit it :(
9244:
9245: 2009-06-07 misha
9246:
9247: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9248: WITH_READ and WITH_ROOT
9249:
9250: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9251: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9252: WITH_ROOT - little refactoring
9253:
9254: 2009-06-06 misha
9255:
9256: * tests/213.html: - tests for 3rd match string-param were added
9257:
9258: * src/classes/string.C: - 3rd match param could be string now
9259:
9260: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9261: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9262: GET_OBJECT_ELEMENT
9263:
9264: 2009-06-05 misha
9265:
9266: * src/main/pa_http.C: - bugfix: content-length was not calculated
9267: if $.body was specified
9268:
9269: 2009-06-04 misha
9270:
9271: * src/classes/op.C: - optimizing write_assign_lang in connect
9272:
9273: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9274:
9275: * src/main/execute.C: - little refactoring - optimizing
9276: write_assign_lang in taint/untaint
9277:
9278: * src/include/pa_opcode.h: - little refactoring
9279:
9280: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9281: main/compile_tools.h, main/execute.C: - optimizations for
9282: $self.field, ^self.method, $self.field[...] and $self.field(...)
9283: were added
9284:
9285: 2009-06-03 misha
9286:
9287: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9288:
9289: 2009-06-02 misha
9290:
9291: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9292: include/pa_opcode.h: - refactoring in last optimizations
9293: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9294: now but code is much easy and it is ready for further
9295: improvements.
9296:
9297: 2009-05-27 misha
9298:
9299: * src/: types/pa_junction.h, types/pa_vjunction.C,
9300: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9301: changed in destructing junctions
9302:
9303: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9304: String:Body
9305:
9306: 2009-05-26 misha
9307:
9308: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9309: one method detect_charset was deleted - bug was fixed in this
9310: method (error while detecting charset in content_type withot last
9311: ';')
9312:
9313: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9314: once
9315:
9316: 2009-05-25 misha
9317:
9318: * src/classes/file.C: - bugfix: file::exec didn't work after
9319: optimizing of helper_length
9320:
9321: 2009-05-24 misha
9322:
9323: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
9324: were added - little refactoring
9325:
9326: * src/main/execute.C: - core while printing in debug log
9327: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
9328: optimisations were added
9329:
9330: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
9331: were added
9332:
9333: 2009-05-23 misha
9334:
9335: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
9336: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
9337: CORD_cat optimization
9338:
9339: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
9340: - call constr optimisation under separate define now
9341:
9342: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
9343: in $b should be string, not void
9344:
9345: * src/main/compile.y: - little fix for rem-cut optimisation
9346:
9347: * src/: include/pa_opcode.h, main/compile_tools.C,
9348: main/compile_tools.h, main/execute.C: - optimisations for
9349: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
9350:
9351: * INSTALL: - description of some #defined were added
9352:
9353: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
9354: before 1st access (memory usage is reduced if don't access to
9355: .text field)
9356:
9357: * src/include/pa_array.h: - array grows step now not static (it
9358: reduces numbers of reallocs)
9359:
9360: 2009-05-20 misha
9361:
9362: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
9363: $.b(2), $c[d] and $.e[f] was added
9364:
9365: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9366: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
9367: $.e[f] was added
9368:
9369: * src/main/execute.C: - debug printing moved in defines
9370:
9371: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
9372: and little refactoring for OP_GET_OBJECT_ELEMENT +
9373: OP_GET_OBJECT_VAR_ELEMENT optimisation
9374:
9375: 2009-05-19 misha
9376:
9377: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9378: execute.C: - $a.$b & ^a.$b bytecode optimisation
9379:
9380: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
9381: ^a.$b optimisation)
9382:
9383: * src/main/compile.y: - compiler now generate new opcodes:
9384: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
9385: ^a.b - compiler now cut off ^rem{ with all content ; any number
9386: of params }
9387:
9388: * src/main/execute.C: - code for handle new opcodes
9389: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
9390:
9391: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
9392: added for LA2V and LA2S
9393:
9394: * src/include/pa_opcode.h: - new defines which can be used for
9395: disable some bytecode optimisation and new opcodes were added
9396:
9397: 2009-05-17 misha
9398:
9399: * src/lib/cord/cordxtra.c: - bugfix.
9400:
9401: * tests/212.html: - .size[] and .study_size[] were added to tests
9402:
9403: * operators.txt: - info about regex class was added
9404:
9405: * tests/212.html: - tests for regex class were added
9406:
9407: 2009-05-16 misha
9408:
9409: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
9410: gc7.1
9411:
9412: * tests/022.html: - test for ^file:list[path;] (empty second param)
9413: was added
9414:
9415: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
9416: param) should work
9417:
9418: 2009-05-15 misha
9419:
9420: * src/classes/table.C: - automatically disable stringstream usage
9421: on freebsd4
9422:
9423: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
9424: scope
9425:
9426: * tests/211.html: - test with different types of access to hash was
9427: added
9428:
9429: * tests/210.html: - test which checks for loosing tainting in
9430: hash's keys was added
9431:
9432: * tests/208.html: - some parser work added. or stime == 0 %-)
9433:
9434: * src/lib/cord/cordbscs.c: - little hack was added to cord
9435:
9436: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
9437:
9438: * src/include/pa_version.h, configure.in: - moko have made a lot of
9439: optimisations for increacing version number more dramatically :)
9440:
9441: * src/classes/date.C: - little refactoring: use constructor which
9442: accepts formated string
9443:
9444: * src/: include/pa_string.h, main/pa_string.C: - String constructor
9445: which can print formatted string was added
9446:
9447: 2009-05-14 misha
9448:
9449: * src/include/pa_string.h: - type was fixed
9450:
9451: * src/: classes/hashfile.C, classes/op.C,
9452: include/pa_cache_managers.h, include/pa_charset.h,
9453: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
9454: include/pa_request.h, include/pa_sql_driver_manager.h,
9455: include/pa_string.h, include/pa_stylesheet_manager.h,
9456: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
9457: main/pa_charsets.C, main/pa_string.C,
9458: main/pa_stylesheet_connection.C, types/pa_value.h,
9459: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9460: types/pa_vobject.C, types/pa_vstateless_class.C,
9461: types/pa_vstateless_class.h: - hash_code caching was implemented
9462: (seaches should be faster now)
9463:
9464: * src/: classes/file.C, classes/hash.C, classes/image.C,
9465: classes/string.C, classes/table.C, include/pa_string.h,
9466: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
9467: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
9468: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
9469: types/pa_vrequest.C: - String constructors don't have that stupid
9470: true/false param which means 'tainted'. they accept lang instead.
9471:
9472: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
9473: with OPTIMIZE_RESULT
9474:
9475: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
9476: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
9477:
9478: 2009-05-13 misha
9479:
9480: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
9481: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
9482: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9483: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
9484: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
9485: main/pa_common.C, main/pa_request.C, main/pa_string.C,
9486: include/pa_string.h, classes/date.C, classes/file.C,
9487: classes/hash.C, classes/image.C, classes/string.C,
9488: classes/table.C, classes/xdoc.C: - result optimisation -
9489: helper_length parameter removed from string constructors
9490:
9491: 2009-05-11 misha
9492:
9493: * tests/209.html: - tests for ^hash::create[hash] were added
9494:
9495: * tests/208.html: - tests for $status:rusage, $status:memory,
9496: ^memory:compact[] were added
9497:
9498: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
9499: log10 were added
9500:
9501: * tests/206.html: - test for try with finally was added
9502:
9503: 2009-05-10 misha
9504:
9505: * tests/205.html: - test for ^file::create[...] was added
9506:
9507: * tests/204.html: - test for ^response:clear[] was added
9508:
9509: * tests/038.html: - tests for trigonometric functions were added
9510:
9511: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
9512: added - more tests for .add, .sub, .union, .intersects and
9513: .intersections
9514:
9515: * tests/065.html: - test for ^file:dirname was added
9516:
9517: * tests/030.html: - test for $cookie:fields was added
9518:
9519: * tests/203.html: - test for ^h._keys[column name] was added
9520:
9521: * tests/201.html: - tests for .trim were added
9522:
9523: * tests/202.html: - tests for last-day,
9524: date:calendar[type](YYYY;MM;DD) were added
9525:
9526: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
9527: .offset[type](N) were added
9528:
9529: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
9530: and .pos[c](N) were added
9531:
9532: * tests/141.html: - test for math:sha1 was added
9533:
9534: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
9535:
9536: 2009-05-09 misha
9537:
9538: * src/main/compile.y: - rollback
9539:
9540: 2009-05-05 misha
9541:
9542: * src/main/pa_exec.C: - little optimisation: somewhere length() was
9543: replaced by is_empty()
9544:
9545: * src/: include/pa_string.h, main/pa_charset.C: - little
9546: optimisation: somewhere length() was replaced by is_empty()
9547:
9548: * src/classes/table.C: - little optimisation: somewhere length()
9549: was replaced by is_empty()
9550:
9551: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
9552: classes/op.C, classes/table.C, main/pa_exception.C: - little
9553: optimisation: somewhere length() was replaced by is_empty()
9554:
9555: 2009-05-04 misha
9556:
9557: * src/: types/pa_method.h, types/pa_vstateless_class.C,
9558: types/pa_vstateless_class.h, main/execute.C,
9559: include/pa_request.h, classes/hash.C, classes/op.C,
9560: classes/table.C: - more optimisations were added: some operators
9561: don't switch write context anylonger
9562:
9563: 2009-05-01 misha
9564:
9565: * src/main/compile.y: - slightly more opcode optimisations for
9566: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
9567:
9568: * src/main/execute.C: - simplifying process for getters
9569:
9570: 2009-04-30 misha
9571:
9572: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
9573:
9574: * tests/results/199.processed: - test for checking $result into
9575: ^rem was added
9576:
9577: * tests/199.html: - test for checking $result into ^rem was added
9578:
9579: * tests/: 022.html, 096.html: - þsort after :list was asses (on
9580: some OS it returns list in different order)
9581:
9582: * src/: include/pa_array.h, include/pa_request.h,
9583: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
9584: changes in stack impl - get_element() optimisation: 3rd param
9585: removed - bugfix: problems with reading empty input param -
9586: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
9587:
9588: * tests/results/198.processed: - test for reading empty local var
9589: was added
9590:
9591: * tests/198.html: - test for reading empty local var was added
9592:
9593: 2009-04-29 misha
9594:
9595: * src/main/compile.y: - bugfix: couldn't compile because
9596: OP_VALUE__GET_ELEMENT should be unde #ifdef
9597:
9598: * src/: include/pa_array.h, include/pa_opcode.h,
9599: include/pa_request.h, main/compile.y, main/execute.C,
9600: main/pa_request.C, types/pa_vmethod_frame.C,
9601: types/pa_vmethod_frame.h: - we can work without opcode
9602: OP_STORE_PARAM, so it was removed
9603:
9604: 2009-04-28 misha
9605:
9606: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
9607: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
9608: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
9609: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
9610: 4.
9611: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
9612:
9613: * src/main/compile_tools.h: - new stuff for op-codes optimisation
9614:
9615: * src/: main/pa_string.C, classes/string.C: - !length() =>
9616: is_empty()
9617:
9618: 2009-04-27 misha
9619:
9620: * src/types/pa_vregex.h: - back explicit vars initialisation
9621:
9622: 2009-04-24 misha
9623:
9624: * src/classes/string.C: - ups. typo fixed
9625:
9626: * src/main/execute.C: - more replacements '*new VBool' to
9627: 'VBool::get' - checks for ^break[], ^continue[] and
9628: parser.interrupted were optimised
9629:
9630: * src/classes/string.C: - number of params.count() calls was
9631: slightly reduced
9632:
9633: 2009-04-23 misha
9634:
9635: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
9636: make it x64 friendly
9637:
9638: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
9639: parser is x64 friendly now
9640:
9641: 2009-04-22 misha
9642:
9643: * src/types/pa_vhashfile.C: - coder friendly exception about
9644: exceeding record size was added
9645:
9646: * src/classes/file.C: - use vregex object instead of direct calls
9647: methods from pcre lib
9648:
9649: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
9650: classes/string.C: - use vregex object instead of direct calls
9651: methods from pcre lib
9652:
9653: * src/: include/pa_common.h, main/pa_common.C: - method
9654: print_pcre_exec_error_text was moved to class vregex
9655:
9656: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
9657: was added
9658:
9659: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
9660: - class vregex was added
9661:
9662: 2009-04-21 misha
9663:
9664: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
9665:
9666: * src/: types/pa_junction.h, types/pa_value.C,
9667: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
9668: types/pa_wcontext.h, main/execute.C, classes/op.C: -
9669: junction-optimisation (destructors)
9670:
9671: * src/include/pa_array.h: - free under if now
9672:
9673: 2009-04-19 misha
9674:
9675: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
9676:
9677: 2009-04-18 misha
9678:
9679: * src/include/pa_version.h:
9680: :q :
9681:
9682: CV:
9683: ----------------------------------------------------------------------
9684:
9685: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
9686: refactoring
9687:
9688: * src/: include/pa_array.h, include/pa_hash.h,
9689: types/pa_vmethod_frame.h: - destructors under #ifdef now
9690:
9691: * src/include/pa_memory.h: - define for using destructors was added
9692:
9693: * src/: types/pa_method.h, types/pa_vstateless_class.C,
9694: main/execute.C: - some junctions will be cached now
9695:
9696: * src/include/pa_hash.h: - hash destructor frees pairs now
9697:
9698: * src/include/pa_array.h: - inline was added to destructor
9699:
9700: * src/types/pa_method.h: - comment was changed
9701:
9702: 2009-04-17 misha
9703:
9704: * src/: include/pa_array.h, include/pa_hash.h,
9705: types/pa_vmethod_frame.h: - destructors were added
9706:
9707: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
9708: renamed to always_use_result
9709:
9710: * src/main/: compile.y, compile_tools.h: - rollback changes in
9711: compiler: full backward compatibility is better
9712:
9713: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
9714: result in var's hash
9715:
9716: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
9717: optimisation in method_frame
9718:
9719: * src/include/pa_array.h: - optimisation in array (allocate
9720: elements only when needed)
9721:
9722: * src/types/pa_vresponse.C: - check for $response:headers field
9723: before looking at custom fields
9724:
9725: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
9726: not needed to check existance var with name 'result' in var's
9727: hash
9728:
9729: * src/main/compile.y: - compiler was changed: now it detects
9730: writings to $result and set flag writo_to_result in method
9731:
9732: * src/classes/string.C: - little optimisation: no needed to write
9733: number with lang
9734:
9735: * src/main/pa_charset.C: - methods readChar and skipChar which is
9736: used for read utf8-strings were renamed - is_escaped was renamed
9737: to isEscaped (to the same name convention)
9738:
9739: * src/: types/pa_method.h, main/compile_tools.h: - flag
9740: write_to_result added. compiler get this info from code.
9741:
9742: 2009-04-16 misha
9743:
9744: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
9745: String only before 1st write
9746:
9747: * src/include/pa_string.h: - not needed template removed
9748:
9749: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
9750: types/pa_vjunction.C, types/pa_vproperty.C,
9751: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
9752: main/pa_request.C, classes/bool.C, classes/double.C,
9753: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
9754: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
9755: bool objects)
9756:
9757: 2009-04-15 misha
9758:
9759: * src/lib/cord/cordxtra.c: - more optimisation
9760:
9761: * src/: include/pa_string.h, main/untaint.C: - String::append
9762: optimisation
9763:
9764: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
9765: then get and can sometime be used)
9766:
9767: * src/main/pa_string.C: - String::length optimisation
9768:
9769: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
9770: these methods read different strings
9771:
9772: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
9773: fresult_initial_void removed + some optimisation - if $result
9774: defined we don't write to context anymore
9775:
9776: * src/main/pa_charset.C: - readChar => skipChar (in this place we
9777: need just skip char)
9778:
9779: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9780: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
9781: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
9782:
9783: * src/types/pa_vvoid.h: - added get() method for retreave one
9784: instance
9785:
9786: 2009-04-11 misha
9787:
9788: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
9789:
9790: * tests/197.html: - test for parser://test in xml was added
9791:
9792: * src/classes/string.C: - small optimisation
9793:
9794: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
9795: optimisation
9796:
9797: 2009-04-10 misha
9798:
9799: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
9800: to pcre-7.8
9801:
9802: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
9803:
9804: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
9805: added
9806:
9807: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
9808: $request:CLASS_NAME were added
9809:
9810: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
9811: were added
9812:
9813: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
9814: $env:CLASS_NAME were added
9815:
9816: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
9817: '@todo' now
9818:
9819: * src/targets/cgi/parser3.C: - size_t -> int for calming down
9820: compirer
9821:
9822: * src/main/pa_string.C: - little code cleanup
9823:
9824: * src/main/pa_common.C: - describe one more UTF-8 related error
9825: during PCRE compile/execute
9826:
9827: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
9828: normalizing todo-comments: '@todo' now
9829:
9830: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
9831:
9832: * src/main/pa_charset.C: - type changed for making compiler happy
9833:
9834: 2009-03-10 misha
9835:
9836: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
9837: in main()
9838:
9839: 2009-02-01 misha
9840:
9841: * src/main/pa_http.C: - bugfix: double CRLF before the end of
9842: boundary
9843:
9844: 2009-01-25 misha
9845:
9846: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
9847:
9848: * src/classes/file.C: - more changes for parsing different number
9849: of params for file::load
9850:
9851: * tests/193.html: - tests for exception while base64-decode binary
9852: to string was added
9853:
9854: * tests/192.html: - tests for file::load with different number of
9855: options
9856:
9857: * src/classes/math.C: - ups. forgot '+1'
9858:
9859: * src/: classes/table.C, classes/file.C, include/pa_common.h,
9860: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
9861: main/pa_http.C: - ^file::load[...;http://...;] now can post files
9862: (new option $.encode[multipart-form/data] should be specified) -
9863: $.method[] option for file::load now is not case-sensitive
9864:
9865: * src/: include/pa_string.h, main/untaint.C: - for file post the
9866: new taint language L_FILE_POST was added
9867:
9868: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
9869: main/main.vcproj, classes/math.C, include/Makefile.am: - some
9870: stuff was moved to separate files
9871:
9872: 2009-01-23 misha
9873:
9874: * src/classes/math.C: - little optimisation in ^math:sha1[] -
9875: spaces to tabs were converted
9876:
9877: 2009-01-12 misha
9878:
9879: * src/main/pa_http.C: - value of $.method[] option force uppercased
9880: now
9881:
9882: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
9883: types/pa_vform.C, types/pa_vmail.C: - some constants changed
9884: their names
9885:
9886: * src/main/pa_common.C: - changes in formating
9887:
9888: * src/: classes/file.C, main/pa_http.C: - some constants changed
9889: their names
9890:
9891: * src/include/pa_http.h: - some spaces were converted to tabs
9892:
9893: * src/include/pa_common.h: - some constants changed their names
9894:
9895: * src/classes/file.C: - fixed 4-th paramether for file::load -
9896: little code rewriting
9897:
9898: * src/types/pa_vfile.C: - little code rewriting
9899:
9900: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
9901: types/pa_value.h: - some formating changes
9902:
9903: * src/include/pa_common.h: - some formating spaces transformed to
9904: tabs
9905:
9906: * src/classes/string.C: - exception while base64-decode binary to a
9907: string
9908:
9909: 2009-01-11 misha
9910:
9911: * configure.in: - version changed to 3.3.1b
9912:
9913: 2008-09-05 misha
9914:
9915: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
9916: release_3_3_0 on 2008-09-05 10:59:35 +0000
9917:
9918: 2008-09-04 misha
9919:
9920: * tests/: 130.html, 131.html: - these exceptions not typeless
9921: anymore
9922:
9923: * src/classes/op.C: - exception with 'invalid taint language' not
9924: typeless anylonger
9925:
9926: * src/classes/image.C: - some exceptions while operations with
9927: image not typeless anymore
9928:
9929: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
9930: main/pa_exec.C, main/pa_http.C: - some exceptions while
9931: operations with files not typeless anymore
9932:
9933: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
9934: types/pa_vdate.h: - exceptions while checking date range not
9935: typeless anymore
9936:
9937: * src/include/pa_exception.h: - exception type string for invalid
9938: date range was added
9939:
9940: 2008-09-03 misha
9941:
9942: * src/: classes/file.C, main/pa_string.C: - exception while pce
9943: operations not typeless anymore
9944:
9945: * src/include/pa_exception.h: - exception type for pce operations
9946: was added
9947:
9948: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
9949: and .CLASS_NAME insite classes
9950:
9951: * src/classes/table.C: - don't save table header whiile
9952: ^table.save[append;filename] if file exists
9953:
9954: 2008-09-02 misha
9955:
9956: * src/main/compile.y, src/main/compile_tools.h,
9957: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
9958: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
9959: renamed to partial and it login changed: we must mark class as
9960: partial for allow their modifications in future.
9961:
9962: 2008-08-29 misha
9963:
9964: * tests/results/022.processed: - testing taint[regex] in mask for
9965: file:list
9966:
9967: * tests/022.html: - testing taint[regex] in mask for file:list
9968:
9969: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
9970: for file:list was added
9971:
9972: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
9973: file:list
9974:
9975: 2008-08-26 misha
9976:
9977: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
9978: last derived object
9979:
9980: * src/classes/image.C: - many strings "image.format" replaced by
9981: IMAGE_FORMAT constant string - handle GPS info while parse exif -
9982: understand some more exif tags
9983:
9984: * src/include/pa_exception.h: - string "image.format" was added
9985:
9986: 2008-08-21 misha
9987:
9988: * src/: main/pa_string.C, classes/file.C: - use method for print
9989: pcre_exec text error
9990:
9991: * src/main/pa_common.C: - method for print pcre_exec text error was
9992: added
9993:
9994: * src/include/pa_common.h: - method declaration for print pcre_exec
9995: text error was added
9996:
9997: 2008-08-19 misha
9998:
9999: * src/main/execute.C: - bugfix: opcodes must be in separate
10000: namespace while debug execution as well
10001:
10002: * tests/: 015.html, results/015.processed: - test for escaping some
10003: parser chars was added
10004:
10005: 2008-08-18 misha
10006:
10007: * tests/: 190.html, 190.p, results/190.processed: - test for
10008: $caller.self.field + default getter in one class was added
10009:
10010: * tests/: 189.html, results/189.processed: - test for
10011: ^date::create[date object]
10012:
10013: * tests/: 188.html, results/188.processed: - tests for match with
10014: UTF-8 strings
10015:
10016: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10017: ^string.match[]
10018:
10019: * ChangeLog: - parser 3.3.0 beta13
10020:
10021: 2008-08-15 misha
10022:
1.116 moko 10023: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10024: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10025: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10026: dftables.c: - old PCRE files removed
1.95 moko 10027:
10028: * src/lib/pcre/config.h: - configuration for PCRE library
10029:
10030: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10031: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10032:
10033: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10034: library and set flag UTF8 if $request:charset is UTF-8
10035:
10036: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10037: include/pa_config_fixed.h: - moved to new PCRE library
10038:
10039: * src/: main/main.vcproj, types/types.vcproj,
10040: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10041: win32\pcre instead of parser3\src\lib\pcre
10042:
10043: * src/: include/pa_opcode.h, include/pa_operation.h,
10044: main/compile.C, main/compile.y, main/compile_tools.C,
10045: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10046: opcodes were moved to separate namespace
10047:
10048: 2008-08-14 misha
10049:
10050: * src/types/pa_vstateless_class.C: - newline at the end missed
10051:
10052: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10053: tainting
10054:
10055: 2008-08-11 misha
10056:
10057: * tests/: 187.html, 187.p, results/187.processed: - tests for
10058: $caller.self, $caller.self.field and $caller.self.field[value]
10059: were added
10060:
10061: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10062: runtime as well (for $caller.self)
10063:
10064: 2008-07-25 misha
10065:
10066: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10067: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10068: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10069: tests with international characters
10070:
10071: 2008-07-23 misha
10072:
10073: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10074: file::load[...;http://
10075:
10076: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10077: now everywhere in separate namespace
10078:
10079: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10080: for vars
10081:
10082: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10083: can be escaped by '^'
10084:
10085: 2008-07-22 misha
10086:
10087: * src/classes/string.C, tests/186.html: - names changes:
10088: escape=>js-escape, unescape=>js-unescape
10089:
10090: 2008-07-21 misha
10091:
10092: * tests/results/186.processed: - test for string escape/unescape
10093:
10094: * tests/186.html: - test for string escape/unescape
10095:
10096: * src/classes/string.C: - string has escape and unescape methods
10097: now
10098:
10099: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10100: added
10101:
10102: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10103: method-layers added (with different params)
10104:
10105: 2008-07-18 misha
10106:
10107: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10108: was added
10109:
10110: * tests/185.html: - test for ^str.pos[sub](offset) added
10111:
10112: * src/classes/string.C, src/classes/void.C, operators.txt: -
10113: ^string.pos[substr](offset) -- 2nd param accepted now
10114:
10115: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10116: strings
10117:
10118: 2008-07-17 misha
10119:
10120: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10121: helper length added for mid for small optimisation
10122:
10123: 2008-07-16 misha
10124:
10125: * tests/: 185.html, results/185.processed: - tests for
10126: length/left/right/mid/pos with utf-8 strings
10127:
10128: * src/classes/string.C: - left/right/mid/length/pos works fine for
10129: utf-8 strings
10130:
10131: * src/main/untaint.C: - comments removed
10132:
10133: * src/: include/pa_string.h, main/pa_string.C,
10134: include/pa_charset.h, main/pa_charset.C: - methods for working
10135: with pos/mid for strings in utf-8 were added
10136:
10137: 2008-07-15 misha
10138:
10139: * tests/: 184.html, results/184.processed: - test for case body as
10140: expression: $var(^switch(1){^case(1)(true)..})
10141:
10142: * src/classes/op.C: - case body can be expression now:
10143: $var(^switch(1){^case(1)(true)..})
10144:
10145: * tests/: results/183.processed, 183.html: - added test for testing
10146: new cookie encoding (%uXXXX)
10147:
10148: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10149: decoding for backward compatibility they decoded from %XX in
10150: request:charset too
10151:
10152: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10153: - cookie class now decode cookies before first access after last
10154: request:charset changing (as form class).
10155:
10156: * src/main/pa_charset.C: - added method escape for escaping cookies
10157: as %uXXXX - before transcode calculate required space for dest
10158: string. it reduce mem usage for transcode
10159:
10160: * src/include/pa_charset.h: - added method escape for escaping
10161: cookies as %uXXXX
10162:
10163: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10164: was added. will used for escaping cookies as %uXXXX
10165:
10166: * src/include/pa_common.h: - escape method has new option for skip
10167: converting '+' to a space char
10168:
10169: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10170: transcode - escape method has new option for skip converting '+'
10171: to a space char
10172:
10173: 2008-07-08 misha
10174:
10175: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10176: (no UE if more then 1 case matches anylonger) - optimization:
10177: doing searching.as_string() || searching.as_double() only once
10178:
10179: 2008-07-04 misha
10180:
10181: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10182: now ^date::create[date object] works
10183:
10184: * src/classes/string.C: - left and right added as aliases for start
10185: and end in ^string.trim[]
10186:
10187: 2008-07-03 misha
10188:
10189: * src/classes/file.C: - allow $.limit for file::sql as well
10190:
10191: * src/classes/file.C: - allow $.offset option for file::sql - force
10192: send limit=1 to query for use sql specifics authomatically
10193:
10194: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10195: if $.limit value if empty. autoconvert it as everywere
10196:
10197: 2008-07-02 misha
10198:
10199: * configure.in: - time to change version number to 3.3.0 %-)
10200:
10201: * src/include/pa_version.h: - time to change version number to
10202: 3.3.0 %-)
10203:
10204: 2008-06-26 misha
10205:
10206: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10207: $.limit(0) fixes
10208:
10209: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10210: - $.limit(0) fixes
10211:
10212: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10213: new API)
10214:
10215: * src/: include/pa_sql_driver_manager.h,
10216: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10217: classes/op.C: - document_root added
10218:
10219: * src/main/compile.tab.C: - error message was changed
10220:
10221: 2008-06-25 misha
10222:
10223: * src/main/compile.y: - error message was changed
10224:
10225: 2008-06-24 misha
10226:
10227: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10228:
10229: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10230: tests for @OPTIONS\nappend
10231:
10232: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10233:
10234: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10235:
10236: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10237:
10238: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10239: compile.y
10240:
10241: 2008-06-17 misha
10242:
10243: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10244: compilation: ^if(default){true. it's incorrect. must be
10245: exception}
10246:
10247: 2008-06-16 misha
10248:
10249: * tests/: 181.ent, 181.html, results/181.processed: - test for
10250: checking external reference loading with 'http://localhost'
10251: prefix while creating xdoc
10252:
10253: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10254: ^math:long2ip[] and ^math:ip2long[]
10255:
10256: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10257: added which use scalar stateless class method when user object
10258: used in scalar context - use get_scalar_value when user object
10259: requested in scalar context
10260:
10261: * src/main/pa_common.C: - size must be int but not size_t or we
10262: can't compare with 0 sprintf result
10263:
10264: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10265: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10266: with internal switch between local/global vars
10267:
10268: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10269: specified
10270:
10271: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10272: pa_vstateless_object.h: - stateless class and object now has
10273: private scalar field and getter/setter for working with it
10274:
10275: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10276: moved to inet static class
10277:
10278: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10279: class added (^inet:aton[IP], ^inet:ntoa(number))
10280:
10281: * tests/: 180.html, results/180.processed: - tests for
10282: ^math:long2ip(long) and ^math:ip2long[IP]
10283:
10284: * src/classes/math.C: - ^math:ip2long[IP] added
10285:
10286: 2008-06-11 misha
10287:
10288: * src/main/pa_xml_io.C: - use file_read_text again because of we
10289: need cut BOM code and remove DOS newline chars. but don't
10290: transcode it anyway.
10291:
10292: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10293: main/pa_http.C: - option for disable transcoding while file_read
10294: and file_read_text added
10295:
10296: 2008-06-10 misha
10297:
10298: * tests/: 179.html, 179.p, results/179.processed: - test for many
10299: classes in 1 file
10300:
10301: * src/main/: compile.C, compile_tools.h: - compile return list of
10302: classes now.
10303:
10304: * src/main/: compile.y, compile.tab.C: - compile return list of
10305: classes now. internals.
10306:
10307: * src/main/pa_request.C: - compile return list of classes now. try
10308: call @conf and @auto for each returned class
10309:
10310: * src/include/pa_request.h: - compile return list of classes now
10311:
10312: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10313: return list of classes when compile buf)
10314:
10315: 2008-06-07 misha
10316:
10317: * src/main/pa_request.C: - constructing VRequest object with 3rd
10318: param -- form
10319:
10320: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
10321: 3rd param: form. needed for get post_charset
10322:
10323: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
10324: added
10325:
10326: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
10327: types/pa_vform.C, types/pa_vform.h: - some polish
10328:
10329: 2008-06-06 misha
10330:
10331: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
10332: charset and decode chars from it but not from response:charset
10333:
10334: * src/main/pa_http.C: - detect_charset moved out of here
10335:
10336: * src/: include/pa_common.h, main/pa_common.C: - more helpers
10337: methods moved here - unescape_chars accepn one charset now
10338:
10339: * src/main/pa_http.C: - new constants used - don't allow
10340: $.content-type in ^file::load[;http://;$.method[POST]] - add
10341: charset info while ^file::load[;http://;$.method[POST]] - option
10342: $.omit-post-charset(true) added to ^file::load[;http://] for
10343: disabling charset during post
10344:
10345: * src/types/pa_vform.C: - new constants used
10346:
10347: * src/include/pa_common.h: - some constants were added
10348:
10349: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
10350: instead of StrEqNc
10351:
10352: * src/main/pa_common.C: - new method for caseless search
10353: c-substring in c-string - use isxdigit instead of is_hex_digit
10354:
10355: * src/include/pa_common.h: - new method for caseless search
10356: c-substring in c-string
10357:
10358: 2008-06-05 misha
10359:
10360: * tests/results/178.processed: - test for testing default getter
10361:
10362: * tests/178.html: - test for testing default getter
10363:
10364: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
10365: for test for testing default getter
10366:
10367: * src/main/execute.C: - default getter soul
10368:
10369: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
10370: requested objects' field not found
10371:
10372: * src/types/pa_vclass.C: - register default getter if defined - get
10373: default getter if requested field not found
10374:
10375: * src/types/pa_vstateless_object.h: - method get_default_getter was
10376: added
10377:
10378: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10379: pointer to default getter and methods for get/set it were added
10380:
10381: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
10382: auto_name field (for default getter)
10383:
10384: 2008-06-04 misha
10385:
10386: * src/main/pa_xml_io.C: - load external xml in binary mode (no
10387: transcoding, no cutting BOM code, no fixing line breaks) and get
10388: it to libxml "as is"
10389:
10390: 2008-06-03 misha
10391:
10392: * src/main/pa_common.C: - use store_Char instead of
10393: transcodeCharFromUTF8
10394:
10395: * src/: include/pa_charset.h, main/pa_charset.C: - method
10396: store_Char added, transcodeCharFromUTF8 -- removed
10397:
10398: 2008-06-02 misha
10399:
10400: * tests/: results/177.processed, 177.html: - test for checking
10401: .[acm]date after local ^file::load[] was added
10402:
10403: * tests/: results/176.processed, 176.html: - test for checking
10404: @OPTION\locals + @method[vars][locals] added
10405:
10406: * tests/results/auto.p: - CLASS_PATH specified for checking use
10407:
10408: 2008-05-30 misha
10409:
10410: * src/main/: compile.y, compile.tab.C: - changes in compiler:
10411: @OPTION\nlocals + @method[vars][;locals;] were added
10412:
10413: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
10414: moved to separate method op_code - switch from VMethodFrame to
10415: VMethodFrameGlobal + VMethodFrameLocal
10416:
10417: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
10418: was moved to separate method op_code
10419:
10420: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
10421: VMethodFrame now
10422:
10423: * src/types/pa_vstateless_class.h: - stateless class have bool flag
10424: all_vars_local as well
10425:
10426: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
10427: pa_vmethod_frame_local.h, Makefile.am: - who children for
10428: VMethodFrame were added: one (global) works as VMethodFrame
10429: before and second (local) write all vars in self vars scope
10430:
10431: * src/types/pa_method.h: - method has bool flag all_vars_local now
10432:
10433: 2008-05-29 misha
10434:
10435: * tests/: 129.html, results/129.processed: - more tests for
10436: ^table.hash[]
10437:
10438: * src/classes/hash.C: - ^hash::sql has a new option:
10439: $.type[hash|string|table] as ^table.hash[] one.
10440:
10441: * src/classes/op.C: - ^try has 3rd param now: finally code which
10442: executed anyway after try or catch section
10443:
10444: 2008-05-27 misha
10445:
10446: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
10447: must not fail if $.distinct(1) wasn't specified
10448:
10449: 2008-05-26 misha
10450:
10451: * src/classes/op.C: - allow ^throw[my type]
10452:
10453: 2008-05-22 misha
10454:
10455: * configure.in, configure: - version number updated to 3.2.4b
10456:
10457: * src/classes/: op.C, string.C: - trim format string before
10458: eval/format
10459:
10460: * tests/: results/175.processed, 175.html: - more tests for
10461: different format strings in .format[]
10462:
10463: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
10464: as well (not only %XX)
10465:
10466: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
10467: charset specified - checks for format before print number
10468: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
10469: (instead of tabs) removed
10470:
10471: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
10472: charset specified
10473:
10474: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
10475: char in requested charset from utf code was added
10476:
10477: 2008-05-19 misha
10478:
10479: * tests/: 174.html, results/174.processed: - test for
10480: ^hashfile.cleanup[] added
10481:
10482: * src/classes/hashfile.C: - optimization: don't create any key or
10483: value variable if it's name weren't specified
10484: (^hf.foreach[;v]{...})
10485:
10486: 2008-05-16 misha
10487:
10488: * src/classes/hash.C: - optimization: don't create any key variable
10489: if variable name wasn't specified (^h.foreach[;v]{...})
10490:
10491: 2008-05-15 misha
10492:
10493: * src/classes/op.C: - small changes
10494:
10495: * src/classes/hashfile.C: - code reformating (as hash.foreach)
10496:
10497: * src/classes/hash.C: - calculate var_context once before foreach
10498:
10499: 2008-05-14 misha
10500:
10501: * src/classes/hashfile.C: - incorrect vars context calculation for
10502: ^hashfile.foreach[;]{} fixed
10503:
10504: * src/classes/: hash.C, table.C: - little optimisation
10505:
10506: * src/classes/file.C: - bugfix: double absolute path while loading
10507: file
10508:
10509: * tests/: 174.html, results/174.processed: - tests for hashfile
10510: were added
10511:
10512: * buildall-with-xml: - moving to libxslt 1.1.24
10513:
10514: 2008-04-30 misha
10515:
10516: * src/classes/file.C: - stat file while loading (local only) so
10517: .adate, .mdate and .cdate available without additional ::stat
10518:
10519: 2008-04-28 misha
10520:
10521: * src/classes/file.C: - $.name and $.content-type available for
10522: stated file
10523:
10524: 2008-04-14 misha
10525:
10526: * src/targets/cgi/parser3.C: - new year in copyright %-)
10527:
10528: * src/include/pa_version.h: - new version number in head
10529:
10530: 2008-04-10 misha
10531:
10532: * tests/: 080.html, results/080.processed: - cut '0' from
10533: exponential part because of on diff OS it differ (20 or 020 for
10534: ex)
10535:
10536: * tests/: 119.html, results/119.processed: - check for encoding
10537: while creating xdoc
10538:
10539: 2008-04-09 misha
10540:
10541: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
10542:
10543: * src/main/pa_common.C: - comment added
10544:
10545: * src/classes/date.C: - little refactoring
10546:
10547: 2008-04-07 misha
10548:
10549: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
10550: style of ^table.save[]: prepare one big string and sabe it at
10551: once. it's safe on freebsd 4.x but use much more memory.
10552:
10553: * buildall-with-xml, buildall-without-xml: - option
10554: --disable-stringstream added (under comment. use it on freebsd
10555: 4.x)
10556:
10557: 2008-02-22 misha
10558:
10559: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
10560: specified together in file::load[;http] - get back transcoding
10561: $.body[] in file::load[;http]
10562:
10563: 2008-02-21 misha
10564:
10565: * src/classes/date.C: - ^date.gmt-string[] was added
10566:
10567: * src/types/pa_value.C: - method for output date in RFC 822 format
10568: moved to pa_common.h
10569:
10570: * src/include/pa_common.h: - method for output date in RFC 822
10571: format moved here from pa_value.C
10572:
10573: * src/types/pa_vmail.C: - fixed core in sending mail with
10574: attachment in simple mode ($.file[file here]) introduced in 3.2.2
10575:
10576: 2008-02-20 misha
10577:
10578: * src/main/pa_http.C: - transcode $.headers before escaping into
10579: specified charset while ^file::load[...;http://...] (L_URI
10580: instead of L_HTTP_HEADER) - $.cookies param available in
10581: ^file::load[;http://...] now (but we don't parse set-cookies from
10582: response yet) (cookies not transcoded as common $cookies)
10583:
10584: 2008-02-19 misha
10585:
10586: * src/main/pa_request.C: - rollback: we mustn't force taint
10587: $response:field values because in this case
10588: $response:locateion[http://...] don't works.
10589:
10590: 2008-02-15 misha
10591:
10592: * src/classes/op.C: - little refactoring
10593:
10594: * src/main/pa_http.C: - taint names of $.headers for load[;http
10595:
10596: * src/main/pa_request.C: - force taint values of $response:field
10597:
10598: 2008-02-14 misha
10599:
10600: * src/main/pa_request.C: - $response:field transcoded to
10601: $response:charset before escaping now
10602:
10603: * src/main/pa_http.C: - some outdated comments removed
10604:
10605: * src/classes/date.C: - lastdat -> last-day
10606:
10607: * src/classes/date.C: - ^date:lastday(year;month) and
10608: ^date.lastday[] were added - little code refactoring - comments
10609: changes
10610:
10611: * tests/: 159.html, results/159.processed: - test for number of
10612: days in February
10613:
10614: * src/types/pa_value.C: - fixes in code formatting
10615:
10616: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
10617: and comments
10618:
10619: 2008-02-13 misha
10620:
10621: * src/main/pa_common.C: - bugfix for february at leap year
10622:
10623: 2008-01-28 misha
10624:
10625: * tests/: 160.html, results/160.processed: - more test for cache
10626: added
10627:
10628: * src/classes/op.C: - bugfix: cache body executed twice if contains
10629: unhandled exception
10630:
10631: 2008-01-25 misha
10632:
10633: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
10634: bug when hashfile became inavailable after memory:compact)
10635:
10636: * src/lib/sdbm/apr_strings.C: - +arp_malloc
10637:
10638: 2008-01-22 misha
10639:
10640: * src/classes/table.C: - little refactiring and exception texts
10641: changes in method ^table.hash[]
10642:
10643: * src/types/pa_vcookie.C: - link to cookie specification changed
10644:
10645: 2008-01-21 misha
10646:
10647: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
10648: file::exec/cgi
10649:
10650: * src/classes/file.C: - bugfix: core while processing headers if
10651: executed cgi script don't return content
10652:
10653: 2008-01-18 misha
10654:
10655: * buildall-with-xml: - move to libxml2 version 2.6.31
10656:
10657: * src/include/pa_version.h, configure.in: - version number updated
10658: to '3.2.3b'
10659:
10660: 2007-12-28 misha
10661:
10662: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
10663: hash.contains
10664:
10665: 2007-12-27 misha
10666:
10667: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10668: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
10669: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
10670: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
10671: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10672: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
10673: src/targets/cgi/parser3.vcproj,
10674: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
10675: back to VS2003 because of Apache 1.3 module can't work if it was
10676: built in VS 2005. with cgi all file so VS2003 project files can
10677: be easy converted to the new format.
10678:
10679: 2007-12-04 misha
10680:
10681: * src/types/pa_vcode_frame.h: - changes in comment
10682:
10683: 2007-11-29 misha
10684:
10685: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
10686: intercept strings any longer
10687:
10688: * tests/: 173.html, results/173.processed: - tests for
10689: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
10690: but not in main code frame
10691:
10692: * tests/: 172.html, results/172.processed: - more tests for pass
10693: objects from code frames
10694:
10695: 2007-11-27 misha
10696:
10697: * tests/: 152.html, results/152.processed: - tests for converting
10698: strings 'true'/'false' to bool were added
10699:
10700: * tests/152.html: - added checks for converting strings
10701: 'true'/'false' to bool
10702:
10703: * src/classes/string.C: - ^srting.bool[] now can convert to bool
10704: not only strings with numbers but with values 'true'/'false' as
10705: well
10706:
10707: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
10708: for parser3.log increased
10709:
10710: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
10711:
10712: * src/include/pa_common.h: - remove_crlf return cstring size now
10713:
10714: * src/include/pa_types.h: - constant with buffer size for
10715: parser3.log added
10716:
10717: 2007-11-16 misha
10718:
10719: * tests/cat.sh: - script for tests for file::exec/cgi
10720:
10721: * tests/171.html: - tests for file::exec/cgi
10722:
10723: * tests/results/171.processed: - tests results for file::exec/cgi
10724:
10725: 2007-11-15 misha
10726:
10727: * src/main/pa_exec.C: - fixed incorrect exec code for unix
10728:
10729: * src/classes/file.C: - .body must be set before analyzing cgi
10730: headers
10731:
10732: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
10733: only if exec/cgi return anything.
10734:
10735: 2007-11-14 misha
10736:
10737: * operators.txt: - info about new text|binary option for
10738: file::exec/cgi was added
10739:
10740: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
10741: ^file:exec[[text|binary];script;...]
10742:
10743: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
10744: classes/string.C, classes/table.C: - more text strings moved to
10745: the one place
10746:
10747: 2007-11-09 misha
10748:
10749: * src/types/pa_vrequest.C: - $request:argv must be taint
10750:
10751: * ChangeLog: - $request:argv [patch from Sumo]
10752:
10753: * operators.txt: - $request:argv
10754:
10755: * src/: include/pa_request_info.h, types/pa_vrequest.C,
10756: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
10757:
10758: 2007-10-25 misha
10759:
10760: * buildall-with-xml, buildall-without-xml: - options preparations
10761: for ./configure rewrited
10762:
10763: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
10764: error occure in unhandled_exception finally fixed
10765:
10766: 2007-10-23 misha
10767:
10768: * tests/: 170.html, results/170.processed: - test for
10769: @method[][result]
10770:
10771: * operators.txt: - added info about node.prefix and
10772: node.namespaceURI
10773:
10774: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
10775:
10776: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
10777: added for node and attribute
10778:
10779: 2007-10-22 misha
10780:
10781: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
10782:
10783: * src/main/pa_request.C: - added const content-transfer-encoding
10784:
10785: * src/include/pa_request.h: - added const content-transfer-encoding
10786: - ups. constants must be in lowercase (for search)
10787:
10788: * src/types/pa_vmail.C: - more constants used -
10789: content-transfer-encoding: 8bit added
10790:
10791: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
10792:
10793: * src/include/pa_request.h: - more constants
10794:
10795: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
10796: ommit anymore if $.content-disposition was specified - little
10797: refactoring
10798:
10799: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
10800:
10801: 2007-10-17 misha
10802:
10803: * operators.txt: - info about
10804: table::create[nameless]{data}[>options<] was added
10805:
10806: * src/main/: compile.tab.C, compile.y: - if error occure while
10807: compile method don't put this method in methods table anymore.
10808: in other case the parser coredumped if @unhandled_exception
10809: method can't be compiled because of parser.compile error.
10810:
10811: * src/main/execute.C: - little code reformating
10812:
10813: * src/main/pa_request.C: - little code reformating - comment
10814: changed
10815:
10816: 2007-10-16 misha
10817:
10818: * tests/: 035.html, results/035.processed: - tests
10819: table::create[]{}[options] added
10820:
10821: * src/classes/table.C: - table::create[]{} now accept 3rd param:
10822: options (only $.seperator[] yet)
10823:
10824: 2007-10-10 misha
10825:
10826: * src/classes/table.C: - some contstants moved to pa_common.h -
10827: some code changes
10828:
10829: 2007-10-02 misha
10830:
10831: * src/main/pa_uue.C: - memory usage during uuencode reduced more
10832: then three time as much. but base64 encoding method still use
10833: less memory anyway.
10834:
10835: 2007-09-17 misha
10836:
10837: * operators.txt: - added info about $cookie:fields
10838:
10839: * src/types/pa_vcookie.C: - $cookie:fields available now
10840:
10841: * src/classes/hash.C: - some stuff for use with .for_each moved to
10842: common
10843:
10844: * src/include/pa_common.h: - some stuff for use with .for_each
10845: moved here
10846:
10847: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
10848:
10849: 2007-09-14 misha
10850:
10851: * buildall-with-xml: - new xml libs again =)
10852:
10853: 2007-08-28 misha
10854:
10855: * operators.txt: - texts about ^table.columns[[column name]] and
10856: ^string.split[...][v][column name] were added
10857:
10858: * tests/: 168.html, 169.html, results/168.processed,
10859: results/169.processed: - tests for ^table.columns[[column name]]
10860: and ^string.split[...][v][column name] were added
10861:
10862: * src/classes/table.C: - new option ^table.columns[[column name]]
10863: was added
10864:
10865: * src/classes/string.C: - new option ^string.split[...;v;[column
10866: name]]
10867:
10868: * src/include/pa_exception.h: - error text message for
10869: ^hash._keys[], ^table.columns[] and ^string.split[]
10870:
10871: 2007-08-27 misha
10872:
10873: * src/main/untaint.C: - try to fix coredump on unix if print to
10874: body ^taint[sql][something] outside of connect
10875:
10876: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
10877: outside of connect
10878:
10879: * buildall-with-xml, buildall-without-xml: - strip parser3 was
10880: added (commented by default)
10881:
10882: 2007-08-20 misha
10883:
10884: * operators.txt: - comment about new method ^node.hasAttributes[]
10885: was added
10886:
10887: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
10888: duplicated exception text strings were removed
10889:
10890: * src/include/pa_exception.h: - more exception text strings moved
10891: here
10892:
10893: * src/classes/table.C: - some duplicate exceptions' text strings
10894: removed
10895:
10896: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
10897: xdoc.C, xnode.C: - some duplicate exceptions' text strings
10898: removed
10899:
10900: * src/include/pa_exception.h: - some exception text strings movet
10901: to pa_exception
10902:
10903: * tests/: 149.html, results/149.processed: - test for
10904: ^xnode.hasAttributes[] was added - some code changes
10905:
10906: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
10907: added
10908:
10909: 2007-08-17 misha
10910:
10911: * tests/: results/006.processed, results/059.processed, 006.html,
10912: 059.html: - more tests for match
10913:
10914: * tests/: 129.html, results/129.processed: - tests for
10915: ^table.hash[...][$.type[string|hash|table]] added
10916:
10917: * src/targets/cgi/parser3.C: - little syntax changes
10918:
10919: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
10920: syntax changes
10921:
10922: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
10923: messages in parser3.log switched off by default. If someone
10924: really still need it: use $SIGPIPE(1)
10925:
10926: 2007-08-08 misha
10927:
10928: * buildall-with-xml, buildall-without-xml: - remove libs source
10929: files by default since now
10930:
10931: 2007-08-07 misha
10932:
10933: * buildall-without-xml: - some option syntax changes
10934:
10935: * buildall-with-xml: - compile libxml2 without http support - some
10936: option syntax changes
10937:
10938: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
10939:
10940: 2007-08-06 misha
10941:
10942: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
10943:
10944: * tests/: 160.html, results/160.processed: - cache test was
10945: rewrited
10946:
10947: 2007-07-06 misha
10948:
10949: * tests/: 153.html, results/153.processed: - added test for
10950: ^math:sha1[string]
10951:
10952: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
10953: transcoded
10954:
10955: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
10956: were added
10957:
10958: 2007-06-28 misha
10959:
10960: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
10961: some incorrect chars
10962:
10963: 2007-06-19 misha
10964:
10965: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
10966: were moved on top because of gcc 4 had a problems during
10967: building.
10968:
10969: 2007-06-18 misha
10970:
10971: * tests/results/019.processed: - new image commited
10972:
10973: 2007-06-09 misha
10974:
10975: * src/classes/: op.C, table.C: - in while and table.select method
10976: as_expression used now
10977:
10978: * src/types/pa_vmethod_frame.h: - method as_expression was added
10979:
10980: 2007-06-08 misha
10981:
10982: * tests/: 166.html, results/166.processed: - test for
10983: ^match[...][n]
10984:
10985: * tests/: 165.html, results/165.processed: - tests for loops
10986:
10987: * src/lib/cord/include/private/cord_pos.h: - back to origin value
10988: because of no speed/memory optimisation but some proglems with
10989: long cycles occure
10990:
10991: 2007-06-06 misha
10992:
10993: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
10994: ^table.select(true) and ^table.select(1) didn't works because of
10995: awaiting junction-param only. fixed.
10996:
10997: 2007-05-24 misha
10998:
10999: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11000: with 0.5 secs interval
11001:
11002: * src/classes/op.C: - cache was rewrited. I hope it works with
11003: locking system now on unix
11004:
11005: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11006: system locks which wait till other threads release it but try get
11007: lock, if fail wait 1 sec and make 10 attempts.
11008:
11009: * src/include/pa_os.h: - consts for blocking locks + some comments
11010: were added
11011:
11012: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11013: opening files
11014:
11015: * src/classes/table.C: - changes in includes. if unclude <sstream>
11016: after our classes on unix it can't be build
11017:
11018: * src/types/pa_vhashfile.C: - not needed code removed
11019:
11020: 2007-05-23 misha
11021:
11022: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11023: include/pa_common.h: - cosmetic changes
11024:
11025: 2007-05-18 misha
11026:
11027: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11028: often. it's give some speed increasing
11029:
11030: * tests/results/160.processed: - returned time corrected
11031:
11032: * tests/160.html: - time increased because on unix 1 mean nothing
11033: :(
11034:
11035: * operators.txt: - added info about ^hash.contain[key]
11036:
11037: * src/classes/hash.C: - added ^hash.contain[key]
11038:
11039: * src/include/pa_hash.h: - added method for checking key exists in
11040: hash
11041:
11042: 2007-05-07 misha
11043:
11044: * src/include/pa_string.h: - was compilation error during build on
11045: freebsd4
11046:
11047: 2007-05-03 misha
11048:
11049: * src/classes/table.C: - option $.type[hash|string|table] was added
11050: for ^table.hash[]
11051:
11052: * src/classes/file.C: - comment removed
11053:
11054: 2007-04-26 misha
11055:
11056: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11057: real files doesn't opened in place anymore
11058:
11059: 2007-04-24 misha
11060:
11061: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11062:
11063: * src/include/pa_exception.h: "static" removed
11064:
11065: 2007-04-23 misha
11066:
11067: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11068:
11069: * src/classes/math.C: added: - ^math:ln(N) (the same as
11070: ^math:log(N)) - ^math:lg(N)
11071:
11072: * tests/: 097.html, results/097.processed: - charsets converstion
11073: during ^file::load[text;http://...] added
11074:
11075: * tests/: 164.html, results/164.processed: - check for set expires
11076: as a date
11077:
11078: * tests/: 164.html, results/164.processed: - test for hashfile
11079:
11080: * src/classes/hashfile.C: - little comment changes
11081:
11082: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11083: access
11084:
11085: * src/: classes/date.C, classes/double.C, classes/file.C,
11086: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11087: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11088: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11089: classes/xnode.h, include/pa_request.h, main/execute.C,
11090: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11091: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11092: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11093: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11094: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11095: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11096: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11097: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11098: "parser.runtime" strings were removed
11099:
11100: * src/classes/hashfile.C: - with .clear[] called files_delete()
11101: now.
11102:
11103: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11104:
11105: * src/include/pa_exception.h: - string constant with
11106: "parser.runtime" text was added
11107:
11108: 2007-04-20 misha
11109:
11110: * operators.txt: - some comments changing
11111:
11112: * operators.txt: - added info about .^hashfile.release[],
11113: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
11114:
11115: * configure: =cheching for unsetenv
11116:
11117: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11118: ^hashfile.release[] were added
11119:
11120: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11121: ^string.match[][] understand new option now: return number of
11122: matches but not table wit results
11123:
11124: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11125: reopen now
11126:
11127: * src/classes/op.C: - bug. must be false
11128:
11129: * configure.in: - checking for unsetenv was added
11130:
11131: * src/types/pa_vform.C: - some comments
11132:
11133: 2007-04-18 misha
11134:
11135: * buildall-with-xml: moving to libxml2-2.6.28
11136:
11137: * buildall-with-xml, buildall-without-xml: added commented lines
11138: with --disable-safe-mode option
11139:
11140: * operators.txt: - info about $form:files
11141:
11142: 2007-04-17 misha
11143:
11144: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11145: $form:files was added
11146:
11147: * tests/: 163.html, results/163.processed: removing auto format
11148:
11149: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11150:
11151: 2007-04-16 misha
11152:
11153: * tests/: 163.html, results/163.processed: - test for .int[],
11154: floor, round, ceiling and .format[]
11155:
11156: * src/classes/file.C: - little optimization for getting args in
11157: exec/cgi
11158:
11159: 2007-04-13 misha
11160:
11161: * src/classes/file.C: - arguments for file::exec/cgi can be
11162: specified now as s table with one column
11163:
11164: 2007-03-27 misha
11165:
11166: * tests/: 162.html, results/162.processed: - test for
11167: ^table.select(^condition[$t])
11168:
11169: * tests/results/auto.p: - load windows-1251 charset for some tests
11170:
11171: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11172:
11173: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11174: 161_windows1251.txt: - added test for
11175: ^file::load[text;/local/file.txt;$.charset[...]]
11176:
11177: * tests/: results/013.processed, 013.html: - added test for
11178: checking $._default value while hash modifications
11179:
11180: * tests/: 160.html, results/160.processed: - add test for
11181: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11182:
11183: 2007-03-22 misha
11184:
11185: * src/include/pa_common.h: - "charset" string defined for
11186: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11187:
11188: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11189: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11190: added - not needed transcodes were removed from
11191: ^file::load[...;http://...]
11192:
11193: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11194: added
11195:
11196: * src/classes/date.C: - date.week was fixed
11197:
11198: * operators.txt: - added info about date.weekyear
11199:
11200: * tests/: 159.html, results/159.processed: - tests for date.week
11201: and date.weekyear added
11202:
11203: 2007-03-15 misha
11204:
11205: * src/classes/table.C: - enclose column numbers for nameless tables
11206: as well
11207:
11208: 2007-03-14 misha
11209:
11210: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11211:
11212: * src/classes/table.C: - table.save optimization: now required much
11213: less memory
11214:
11215: 2007-03-13 misha
11216:
11217: * tests/results/: 158.processed, 158.processes: - tests for
11218: table.save/table.load
11219:
11220: * tests/: 158.html, results/158.processes: - tests for
11221: table.save/table.load
11222:
11223: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11224:
11225: * buildall-with-xml: - pattern needed now for building
11226:
11227: * tests/results/097.processed: - added test results for xdoc::load
11228: & xdoc::load[http://...]
11229:
11230: * tests/097.html: - added test for xdoc::load
11231:
11232: 2007-03-12 misha
11233:
11234: * tests/: 107.html, results/107.processed: - added test for xpath
11235: '//man'
11236:
11237: 2007-03-01 misha
11238:
11239: * tests/: 097.html, results/097.processed: - added test for
11240: creating xdoc from file
11241:
11242: * tests/: results/157.processed, 157.html: - added test for
11243: file:move
11244:
11245: 2007-02-28 misha
11246:
11247: * src/classes/xdoc.C: - another attempt
11248:
11249: * src/classes/xdoc.C: - roll back last changes for a while
11250:
11251: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
11252:
11253: * src/classes/file.C: - under lock we create non-exist dir anyway
11254:
11255: * tests/results/099.processed: - ever send content-disposition to
11256: client with file
11257:
11258: * tests/157.html: + test for file:copy
11259:
11260: 2007-02-26 misha
11261:
11262: * src/classes/file.C: - some similar strings moved to #define
11263: instead of to be copy/pasted many times
11264:
11265: * src/types/pa_vfile.h: - class name string ("file") moved to
11266: #define
11267:
11268: 2007-02-20 misha
11269:
11270: * configure.in: - added some strings for sqlite detection
11271:
11272: 2007-02-19 misha
11273:
11274: * operators.txt: - some comments changes
11275:
11276: * buildall-with-xml, buildall-without-xml: - some modifications
11277:
11278: 2007-02-17 misha
11279:
11280: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11281:
11282: * src/main/pa_request.C: - damn, i forgot to commit it while I
11283: change console behaviour
11284:
11285: 2007-02-12 misha
11286:
11287: * src/targets/cgi/parser3.C: - don't print headers if
11288: $console:line[data] was used during cgi execution.
11289:
11290: * src/types/pa_vconsole.h: - console class have bool flag now which
11291: marked as 'true' if class was used.
11292:
11293: * tests/: 152.html, results/152.processed: - more types was added
11294: to test 152
11295:
11296: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11297: adding 'bool' (^if($image){} caused exception)
11298:
11299: 2007-02-09 misha
11300:
11301: * tests/: 152.html, results/152.processed: - test alightly updated
11302:
11303: * tests/: 152.html, results/152.processed: - test rewrited
11304:
11305: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11306: bugfix. I broke xdoc & xnode in expression
11307:
11308: 2007-02-08 misha
11309:
11310: * tests/: 152.html, results/152.processed: - add test for checking
11311: 'def' for void, string, bool, int & double
11312:
11313: 2007-02-07 misha
11314:
11315: * operators.txt: - ^file:base64[filespec] was added
11316:
11317: * tests/results/153.processed: - result test for
11318: ^file:base64[filespec] was updated
11319:
11320: * tests/153.html: - test for ^file:base64[filespec] was added
11321:
11322: * src/types/pa_vconsole.h: - little optimization
11323:
11324: * src/classes/file.C: - ^file:base64[filespec]
11325:
11326: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
11327:
11328: * src/include/pa_common.h: - declarations for
11329: ^file:base64[filespec]
11330:
11331: * src/types/pa_vcookie.C: - little optimization
11332:
11333: 2007-02-06 misha
11334:
11335: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
11336: were temporary commented
11337:
11338: * src/types/pa_vbool.h: - bugfix
11339:
11340: * tests/156.html: - added test for bool cookie
11341:
11342: * src/types/pa_vcookie.h: - not needed string "cookie" removed
11343:
11344: * tests/: 155.html, results/155.processed: - added test for check
11345: $.encloser[] option for table save/load
11346:
11347: * tests/: 153.html, 154.html, todo.txt: - two more tests added
11348:
11349: 2007-02-05 misha
11350:
11351: * tests/results/152.processed: - newline at the end was missed
11352:
11353: * tests/results/141.processed: - math:md5 must be lowercased
11354:
11355: * src/targets/cgi/parser3.C: - 2007 in help ;)
11356:
11357: 2007-02-03 misha
11358:
11359: * tests/results/: 150.processed, 151.processed, 152.processed: -
11360: test for bool added and some content length fixes
11361:
11362: * tests/152.html: - test for bool added
11363:
11364: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
11365:
11366: * operators.txt: - info bool class was added
11367:
1.116 moko 11368: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 11369: classes/classes.vcproj, classes/double.C, classes/int.C,
11370: classes/string.C, classes/void.C, classes/xnode.C,
11371: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
11372: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
11373: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
11374: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11375: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
11376: types/types.vcproj: - bool class was added
11377:
11378: * src/main/pa_request.C: - fix
11379:
11380: 2007-01-18 misha
11381:
11382: * src/: main/pa_string.C, classes/string.C: - return table during
11383: ^string.match[][] even if no matched found.
11384:
11385: 2006-12-20 misha
11386:
11387: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
11388: http://www.parser.ru/forum/?id=55598 ]
11389:
11390: 2006-12-19 misha
11391:
11392: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
11393: details: http://www.parser.ru/forum/?id=52359
11394:
11395: * src/main/pa_request.C: - always set content-disposition for
11396: $response:body[hash here]. more details:
11397: http://www.parser.ru/forum/?id=52130
11398:
11399: 2006-12-07 misha
11400:
11401: * operators.txt: - added info about bool params in cookie set
11402:
11403: * src/types/pa_vcookie.C: - bool param in cookies available now
11404: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
11405: ]
11406:
11407: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
11408: was added
11409:
11410: 2006-12-02 misha
11411:
11412: * src/classes/file.C: - file_block_read used instead of native read
11413:
11414: * src/main/pa_common.C: - added file_block_read with read error
11415: detection - file_block_read used instead of native read
11416:
11417: * src/include/pa_common.h: - added file_block_read declaration
11418:
11419: 2006-12-01 misha
11420:
11421: * operators.txt: - info about $var.CLASS_NAME was added
11422:
11423: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11424: $var.CLASS_NAME added
11425:
11426: * operators.txt: - added info about ^file:copy[]
11427:
11428: * src/classes/file.C: - ^file:copy[from;fo] was added
11429:
11430: 2006-11-20 misha
11431:
11432: * src/classes/date.C: - bug fix :)
11433:
11434: 2006-11-17 misha
11435:
11436: * src/include/pa_common.h: - array in crc32 calculation was changed
11437: to static
11438:
11439: * src/main/pa_common.C: - little optimization in getMonthDays -
11440: small changes in crc32 calculation
11441:
11442: * src/classes/date.C: - not needed code was removed
11443:
11444: 2006-11-16 misha
11445:
11446: * src/types/pa_vmail.C: - fix missed brakes
11447:
11448: * src/types/pa_vmail.C: - mail:send now set content-type:
11449: multipart/related instead of multipart/mixed if file have
11450: $.content-id[]
11451:
11452: 2006-11-15 misha
11453:
11454: * src/types/pa_vdouble.h: abs -> fabs
11455:
11456: 2006-11-14 misha
11457:
11458: * operators.txt: - added info about ^file.md5[] and
11459: ^file:md5[file-name]
11460:
11461: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
11462: added
11463:
11464: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
11465: FILE_BUFFER_SIZE
11466:
11467: * src/classes/math.C: - hex_string was moved to pa_common.h
11468:
11469: * src/include/pa_common.h: - hex_string was moved from math.C -
11470: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
11471:
11472: * src/types/pa_vdouble.h: - incorrect frac detection with negative
11473: values was fixed
11474:
11475: 2006-11-13 misha
11476:
11477: * operators.txt: - added info about ^math:crc32[string],
11478: ^file:crc32[file-name] & ^file.crc32[]
11479:
11480: * src/classes/math.C: - added ^math:crc32[string]
11481:
11482: * src/classes/file.C: - some comments were changed - added
11483: ^file:crc32[file-name] and ^file.crc32[]
11484:
11485: * src/: include/pa_common.h, main/pa_common.C: - some functions for
11486: crc32 calculation added
11487:
11488: 2006-11-03 misha
11489:
11490: * src/include/pa_array.h: - not needed variable removed
11491:
11492: * tests/: 150.html, 151.html, results/150.processed,
11493: results/151.processed: - 2 tests were added
11494:
11495: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
11496: with $.reverse(1) were fixed
11497:
11498: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
11499: query converted to $.charset during ^file::load[http://...]
11500:
11501: 2006-11-02 misha
11502:
11503: * src/include/pa_table.h: ups. forget '=' char
11504:
11505: * src/include/pa_table.h: - one more fix in
11506: .locate[...][$.reverse(1)]
11507:
11508: 2006-11-01 misha
11509:
11510: * src/classes/math.C: - bug fix, details:
11511: http://www.parser.ru/forum/?id=53360
11512:
11513: * src/include/pa_table.h: - bug fix during ^table.locate( condition
11514: false for all records )[$.reverse(1)]
11515:
11516: * src/main/pa_http.C: - second param for this mid method is length
11517: but not end_index so this method has error and can't detect
11518: charsets in next content-types: Content-type: text/html;
11519: charset="windows-1251" Content-type: text/html;
11520: charset="windows-1251"; Content-type: text/html;
11521: charset=windows-1251;
11522:
11523: only Content-type: text/html; charset=windows-1251 was fine
11524:
11525: 2006-10-31 misha
11526:
11527: * src/classes/file.C: - empty args in file::exec removed now
11528:
11529: 2006-09-03 paf
11530:
11531: * src/classes/file.C: proper tainting of
11532: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
11533:
11534: 2006-06-09 paf
11535:
11536: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
11537:
11538: * src/classes/table.C: formatting
11539:
11540: * src/classes/table.C: incorporated patch from misha: Sent:
11541: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
11542: ignoring string options for ^table.save[]
11543:
11544: * src/classes/hash.C: incorporated patch from misha Sent:
11545: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
11546: $hash._default disappear while
11547:
11548: * operators.txt: ^mail:send[ $.file1[ $.value[file]
11549: $.format[!uue|!base64] << new base64 option. default uue ] ]
11550:
11551: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
11552: PM Subject: patch for base64 in ^mail:send[] %-)
11553:
11554: 2006-04-09 paf
11555:
11556: * src/main/compile.tab.C: ` change compiled
11557:
11558: * gnu.vcproj, operators.txt, parser3.sln,
11559: src/classes/classes.vcproj, src/classes/file.C,
11560: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
11561: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
11562: src/classes/xnode.C, src/include/pa_array.h,
11563: src/include/pa_config_fixed.h, src/include/pa_dir.h,
11564: src/include/pa_memory.h, src/include/pa_request.h,
11565: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
11566: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
11567: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
11568: src/lib/pcre/pcre_dftables.vcproj,
11569: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11570: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
11571: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
11572: src/main/pa_cache_managers.C, src/main/pa_charset.C,
11573: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
11574: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
11575: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
11576: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
11577: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
11578: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
11579: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
11580: src/types/pa_value.h, src/types/pa_vcookie.C,
11581: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
11582: src/types/pa_vmail.C, src/types/pa_vresponse.C,
11583: src/types/pa_vstatus.C, src/types/types.vcproj,
11584: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
11585: ^menu, ^hash/hashfile.foreach
11586:
11587: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11588: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
11589: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
11590: src/classes/xnode.C, src/include/pa_array.h,
11591: src/include/pa_config_fixed.h, src/include/pa_dir.h,
11592: src/include/pa_memory.h, src/include/pa_request.h,
11593: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
11594: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
11595: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
11596: src/lib/pcre/pcre_dftables.vcproj,
11597: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11598: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
11599: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
11600: src/main/pa_cache_managers.C, src/main/pa_charset.C,
11601: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
11602: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
11603: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
11604: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
11605: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
11606: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
11607: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
11608: src/types/pa_value.h, src/types/pa_vcookie.C,
11609: src/types/pa_vmail.C, src/types/pa_vresponse.C,
11610: src/types/pa_vstatus.C, src/types/types.vcproj,
11611: tests/descript.ion: ! switched to VS2005 (projects and
11612: object<info explicitly typed>.for_each(, info)) +
11613: $response:field[] setting void means removing + grammar $name`
11614: name stops now, for mysql `$field` + started ^break[]
11615: ^continue[], in ^for. TODO: to other iterators (while, menu,
11616: foreach) + all log messages += [uri=, method=, cl=]
11617:
11618: * buildall-with-xml: merged . ftp paths update
11619:
11620: * buildall-with-xml: . ftp paths update
11621:
11622: 2006-03-04 paf
11623:
11624: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
11625: checks++ [thanks to Igor Zinkovsky for detailed report]
11626:
11627: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
11628: Igor Zinkovsky for detailed report]
11629:
11630: 2006-03-01 paf
11631:
11632: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
11633: \n to ' ' in
11634:
11635: 2006-02-18 paf
11636:
11637: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
11638: \n to ' ' in
11639:
11640: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
11641:
11642: 2006-02-03 paf
11643:
11644: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
11645: base64
11646:
11647: * src/main/pa_common.C: ! bugfix: decoding from base64
11648:
11649: 2006-01-20 paf
11650:
11651: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
11652: economy fix
11653:
11654: * src/classes/: table.C: merged from HEAD ! bugfix
11655: ^table.save[$.encloser-s now handled properly
11656:
11657: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
11658: handled properly
11659:
11660: 2006-01-19 paf
11661:
11662: * buildall-with-xml, buildall-without-xml: merged from HEAD !
11663: libgc:USE_MUNMAP activates merging of free memory blocks which
11664: helps a lot in our case: after transform we want
11665: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
11666:
11667: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
11668: economy fix
11669:
11670: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
11671: activates merging of free memory blocks which helps a lot in our
11672: case: after transform we want CORD(main.result)->cstr[big
11673: malloc]->transcode[big malloc]
11674:
11675: 2006-01-17 paf
11676:
11677: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
11678: before reading them. got rid of reallocs = became quicker and
11679: less fragmentated
11680:
11681: 2005-12-29 paf
11682:
1.116 moko 11683: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
11684: configure, configure.in, src/include/pa_version.h,
11685: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 11686: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
11687: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
11688: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
11689: src/lib/ltdl/missing: . merged from 3.2.1
11690:
1.116 moko 11691: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
11692: packaged when 'make dist', so do configure companion files in
11693: src/lib/ltdl
11694:
11695: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
11696: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
11697: missing: . now config_auto.h is created with configure [were
11698: constant]
1.95 moko 11699:
11700: * INSTALL: . references to documentation and some clarification
11701:
11702: * buildall-with-xml, buildall-without-xml: . farawell doc
11703: indication
11704:
1.116 moko 11705: * Makefile.am: . dist+=buildall*
1.95 moko 11706:
11707: 2005-12-28 paf
11708:
11709: * configure: . 3.2.1
11710:
11711: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
11712: simplify build process, see INSTALL
11713:
11714: 2005-12-26 paf
11715:
11716: * configure: ver
11717:
11718: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
11719: version
11720:
11721: 2005-12-21 paf
11722:
11723: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
11724: compiled with bison 1.875b, it reports unexpected token names
11725:
11726: 2005-12-19 paf
11727:
11728: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
11729: holds a link to xmlNode to prevent premature gc(xmlNode)
11730:
11731: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
11732: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11733: src/main/main.vcproj, src/main/pa_globals.C,
11734: src/targets/cgi/parser3.vcproj,
11735: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
11736: configure, configure.in, src/include/pa_version.h: . killing
11737: gdome [what a relief]
11738:
11739: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
11740: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
11741: run_parser.sh, results/001.processed, results/002.processed,
11742: results/003.processed, results/004.processed,
11743: results/005.processed, results/006.processed,
11744: results/008.processed, results/009.processed,
11745: results/010.processed, results/011.processed,
11746: results/012.processed, results/013.processed,
11747: results/014.processed, results/015.processed,
11748: results/016.processed, results/017.processed,
11749: results/018.processed, results/020.processed,
11750: results/021.processed, results/022.processed,
11751: results/023.processed, results/024.processed,
11752: results/025.processed, results/026.processed,
11753: results/027.processed, results/028.processed,
11754: results/029.processed, results/030.processed,
11755: results/031.processed, results/032.processed,
11756: results/033.processed, results/034.processed,
11757: results/035.processed, results/036.processed,
11758: results/037.processed, results/038.processed,
11759: results/039.processed, results/040.processed,
11760: results/041.processed, results/042.processed,
11761: results/043.processed, results/044.processed,
11762: results/045.processed, results/046.processed,
11763: results/047.processed, results/048.processed,
11764: results/049.processed, results/050.processed,
11765: results/051.processed, results/052.processed,
11766: results/053.processed, results/054.processed,
11767: results/055.processed, results/056.processed,
11768: results/057.processed, results/058.processed,
11769: results/059.processed, results/060.processed,
11770: results/061.processed, results/062.processed,
11771: results/063.processed, results/064.processed,
11772: results/065.processed, results/066.processed,
11773: results/067.processed, results/068.processed,
11774: results/069.processed, results/070.processed,
11775: results/071.processed, results/072.processed,
11776: results/073.processed, results/074.processed,
11777: results/075.processed, results/076.processed,
11778: results/077.processed, results/078.processed,
11779: results/079.processed, results/080.processed,
11780: results/081.processed, results/082.processed,
11781: results/083.processed, results/084.processed,
11782: results/085.processed, results/086.processed,
11783: results/087.processed, results/088.processed,
11784: results/089.processed, results/090.processed,
11785: results/091.processed, results/092.processed,
11786: results/093.processed, results/094.processed,
11787: results/095.processed, results/096.processed,
11788: results/097.processed, results/099.processed,
11789: results/100.processed, results/101.processed,
11790: results/102.processed, results/104.processed,
11791: results/105.processed, results/106.processed,
11792: results/107.processed, results/108.processed,
11793: results/109.processed, results/110.processed,
11794: results/111.processed, results/112.processed,
11795: results/113.processed, results/114.processed,
11796: results/115.processed, results/117.processed,
11797: results/119.processed, results/120.processed,
11798: results/121.processed, results/122.processed,
11799: results/123.processed, results/124.processed,
11800: results/125.processed, results/126.processed,
11801: results/127.processed, results/128.processed,
11802: results/129.processed, results/130.processed,
11803: results/131.processed, results/132.processed,
11804: results/133.processed, results/134.processed,
11805: results/135.processed, results/136.processed,
11806: results/138.processed, results/139.processed,
11807: results/140.processed, results/141.processed,
11808: results/142.processed, results/143.processed,
11809: results/144.processed, results/145.processed,
11810: results/146.processed, results/147.processed,
11811: results/148.processed, results/149.processed, results/auto.p: .
11812: now works if we turn off default auto.p
11813:
1.116 moko 11814: * configure: . makes
1.95 moko 11815:
11816: * src/types/pa_vxnode.C: . less warnings
11817:
11818: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
11819: tests/145.html, tests/149.html, tests/descript.ion,
11820: tests/outputs/d.cmd, tests/results/142.processed,
11821: tests/results/143.processed, tests/results/144.processed,
11822: tests/results/145.processed, tests/results/146.processed,
11823: tests/results/147.processed, tests/results/148.processed,
11824: tests/results/149.processed: . removed .nodeValue from all node
11825: types other than 5 (grabbed piece from gdome)
11826:
11827: * tests/: 137.html, results/137.processed: . not handled this case
11828: yet. code does not hang from inserting parent into child,
11829: considering thing minor issue -- nodes are removed from source
11830: anyway, don't know why shold that be an error after all
11831:
11832: * src/targets/cgi/parser3.C: . style
11833:
11834: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
11835: xdoc too [were barking "not element"]
11836:
11837: 2005-12-16 paf
11838:
11839: * tests/: 146.html, 147.html, 148.html: . more tests
11840:
11841: * src/classes/xnode.C: . also bark on possible errors
11842:
11843: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
11844: props
11845:
11846: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
11847: main/compile.y: merged from HEAD ! fixed overoptimized
11848: ^call(false) case. (confused it with ^call[] case)
11849:
11850: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
11851: ^call(false) case. (confused it with ^call[] case)
11852:
11853: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
11854:
11855: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
11856: results/001.processed, results/002.processed,
11857: results/003.processed, results/004.processed,
11858: results/005.processed, results/006.processed,
11859: results/008.processed, results/009.processed,
11860: results/010.processed, results/011.processed,
11861: results/012.processed, results/013.processed,
11862: results/014.processed, results/015.processed,
11863: results/016.processed, results/017.processed,
11864: results/018.processed, results/019.processed,
11865: results/020.processed, results/021.processed,
11866: results/022.processed, results/023.processed,
11867: results/024.processed, results/025.processed,
11868: results/026.processed, results/027.processed,
11869: results/028.processed, results/029.processed,
11870: results/030.processed, results/031.processed,
11871: results/032.processed, results/033.processed,
11872: results/034.processed, results/035.processed,
11873: results/036.processed, results/037.processed,
11874: results/038.processed, results/039.processed,
11875: results/040.processed, results/041.processed,
11876: results/042.processed, results/043.processed,
11877: results/044.processed, results/045.processed,
11878: results/046.processed, results/047.processed,
11879: results/048.processed, results/049.processed,
11880: results/050.processed, results/051.processed,
11881: results/052.processed, results/053.processed,
11882: results/054.processed, results/055.processed,
11883: results/056.processed, results/057.processed,
11884: results/058.processed, results/059.processed,
11885: results/060.processed, results/061.processed,
11886: results/062.processed, results/063.processed,
11887: results/064.processed, results/065.processed,
11888: results/066.processed, results/067.processed,
11889: results/068.processed, results/069.processed,
11890: results/070.processed, results/071.processed,
11891: results/072.processed, results/073.processed,
11892: results/074.processed, results/075.processed,
11893: results/076.processed, results/077.processed,
11894: results/078.processed, results/079.processed,
11895: results/080.processed, results/081.processed,
11896: results/082.processed, results/083.processed,
11897: results/084.processed, results/085.processed,
11898: results/086.processed, results/087.processed,
11899: results/088.processed, results/089.processed,
11900: results/090.processed, results/091.processed,
11901: results/092.processed, results/093.processed,
11902: results/094.processed, results/095.processed,
11903: results/096.processed, results/097.processed,
11904: results/099.processed, results/101.processed,
11905: results/102.processed, results/104.processed,
11906: results/105.processed, results/106.processed,
11907: results/107.processed, results/108.processed,
11908: results/109.processed, results/110.processed,
11909: results/111.processed, results/112.processed,
11910: results/113.processed, results/114.processed,
11911: results/115.processed, results/116.processed,
11912: results/117.processed, results/118.processed,
11913: results/119.processed, results/120.processed,
11914: results/121.processed, results/122.processed,
11915: results/123.processed, results/124.processed,
11916: results/125.processed, results/126.processed,
11917: results/127.processed, results/128.processed,
11918: results/129.processed, results/130.processed,
11919: results/131.processed, results/132.processed,
11920: results/133.processed, results/134.processed,
11921: results/135.processed, results/136.processed,
11922: results/137.processed, results/138.processed,
11923: results/139.processed, results/140.processed,
11924: results/141.processed: . refreshed old tests, made them work
11925: without auto.p (in utf8) . things noted: . gif got encoded
11926: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
11927: some strange year)
11928:
11929: * INSTALL: . revived linux libgc fix
11930:
11931: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
11932: glib/gdome in INSTALL and patches]
11933:
11934: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11935: include/pa_charset.h, include/pa_config_includes.h,
11936: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
11937: include/pa_xml_exception.h, lib/cord/Makefile.am,
11938: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
11939: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
11940: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
11941: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
11942: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
11943: types/pa_vxnode.h: . started killing gdome
11944:
11945: 2005-12-13 paf
11946:
11947: * src/main/: pa_request.C: merged from HEAD ! when code in
11948: @unhandled_exception thrown another exception, print correct
11949: origin (earlier code in catch of exception inside of
11950: @unhandled_exception grabbed parent_frame(original_exception)
11951: origin and printed it, instead of true origin)
11952:
11953: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
11954: another exception, print correct origin (earlier code in catch of
11955: exception inside of @unhandled_exception grabbed
11956: parent_frame(original_exception) origin and printed it, instead
11957: of true origin)
11958:
11959: 2005-12-09 paf
11960:
11961: * INSTALL: . updated INSTALL doc to work around linux stack base
11962: detection problem, due to change in gc6.4 code
11963:
11964: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
11965: ignored in ^string.matched :(
11966:
11967: * src/main/pa_string.C: ! regex tainting were ignored in
11968: ^string.matched :(
11969:
11970: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
11971: src/include/pa_config_fixed.h, src/include/pa_version.h,
11972: src/main/compile.y, src/main/compile_tools.h,
11973: src/main/pa_charset.C, src/main/pa_common.C,
11974: src/main/pa_globals.C, src/main/pa_string.C,
11975: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
11976: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
11977:
11978: 2005-12-08 paf
11979:
11980: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
11981: 500 chars now handled OK [were wrapped on 500th char according to
11982: rfc, but sendmail failed to unwrap it properly]
11983:
11984: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
11985: handled OK [were wrapped on 500th char according to rfc, but
11986: sendmail failed to unwrap it properly]
11987:
11988: * src/targets/isapi/parser3isapi.C: . less warnings
11989:
11990: * src/targets/isapi/parser3isapi.C: . undone some strange change
11991: since 3.1.5
11992:
11993: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
11994: link fixes
11995:
11996: * src/: classes/date.C, include/pa_config_fixed.h,
11997: main/compile.tab.C, main/compile.y, main/compile_tools.h,
11998: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
11999: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12000:
12001: * src/include/pa_config_fixed.h: . removed outdated string origins
12002: [in current storage scheme there's no place for them. someday we
12003: can add third CORD to store origins and special version of parser
12004: which stores origins there [separate binary]]
12005:
12006: 2005-12-07 paf
12007:
12008: * src/targets/isapi/parser3isapi.C: . now links in release mode
12009:
12010: * src/include/pa_version.h: makefiles
12011:
12012: * src/include/pa_version.h: . not beta
12013:
12014: * configure, configure.in, src/include/pa_version.h: not beta
12015:
12016: 2005-12-06 paf
12017:
12018: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12019: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12020: decided to undo the change ^call[$void] passes void. now it will
12021: pass empty string again.
12022:
12023: * src/main/: compile.tab.C, compile.y: . version readded
12024:
12025: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12026: = ^switch[void] problem
12027:
12028: 2005-12-01 paf
12029:
12030: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12031: caused ^case[string] to be coerced to double since searching
12032: value were not string (it was vvoid)
12033:
12034: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12035: ^case[string] to be coerced to double since searching value were
12036: not string (it was vvoid)
12037:
12038: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12039: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12040:
12041: 2005-11-30 paf
12042:
12043: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12044: win32 must putenv("TZ="), on unix works only putenv("TZ")
12045:
12046: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12047: putenv("TZ="), on unix works only putenv("TZ")
12048:
12049: * INSTALL: . xml libs versions updated
12050:
12051: * src/main/pa_globals.C: //20051130 trying to remove this, author
12052: claims that fixed a lot there // 20040920 for now both
12053: workarounds needed. wait for new libxml/xsl versions
12054:
12055: 2005-11-28 paf
12056:
12057: * src/classes/table.C: merged from HEAD: ! nameless table has
12058: columns==0
12059:
12060: * src/classes/table.C: ! nameless table has columns==0
12061:
12062: * src/main/pa_http.C: merged from HEAD: ! status line check made
12063: earlier [was totally wrong]
12064:
12065: * src/main/pa_http.C: ! status line check made earlier [was totally
12066: wrong]
12067:
12068: 2005-11-25 paf
12069:
12070: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12071: undoing for now...
12072:
12073: * src/include/pa_version.h: -this reduces speed(table::load),
12074: strange. undoing
12075:
12076: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12077:
12078: * src/classes/op.C: + ^while(){}[SEPARATOR]
12079:
12080: * src/include/pa_array.h: + optimistics added: all arrays (table
12081: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12082: this speeds things up and saves memory a LOT! (not noticed
12083: negative effect on syntetic tests, future will tell...)
12084:
12085: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12086: changed gc_malloc implementation, which obscured profiling
12087:
12088: * src/classes/table.C: merged from HEAD: + optimized
12089: table::load/sql, now row ArrayString-s allocated with
12090: columns.count() elements and don't always grow from
12091: count=3[realloc,realloc]
12092:
12093: * src/classes/table.C: + optimized table::load/sql, now row
12094: ArrayString-s allocated with columns.count() elements and don't
12095: always grow from count=3[realloc,realloc]
12096:
12097: * src/classes/table.C: merged from HEAD: . ^table.save unused
12098: buffer after save
12099:
12100: * src/classes/table.C: . ^table.save unused buffer after save
12101:
12102: 2005-11-24 paf
12103:
12104: * configure.in: . merged glib2-config patch
12105:
12106: * configure.in: + trying to find glib2-config
12107:
12108: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12109: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12110: file/dir_readable to simple file/dir_exist, this would help in
12111: situations "class not found because .p file has bad rights" << in
12112: that case error would be explicit "access denied to 'this' file"
12113:
1.116 moko 12114: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12115:
12116: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12117: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12118: to simple file/dir_exist, this would help in situations "class
12119: not found because .p file has bad rights" << in that case error
12120: would be explicit "access denied to 'this' file"
12121:
12122: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12123: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12124: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12125: ^file::exec/cgi[script;$.charset[changed]
12126: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12127: encoded in $.charset charset
12128:
12129: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12130: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12131: encoded in $.charset charset
12132:
12133: * src/: include/Makefile.am, include/pa_common.h,
12134: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12135: main/pa_common.C, main/pa_http.C: . extracted http:// into
12136: separate file [preparation for
12137: ^file::cgi[script;$.form[$.field1[]
12138:
12139: 2005-11-22 paf
12140:
12141: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12142:
12143: * acinclude.m4, configure.in: . merged underquting fixes
12144:
1.116 moko 12145: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12146:
12147: * src/classes/op.C: . overmerged a little
12148:
12149: * src/main/compile.tab.C: Makefile
12150:
12151: * src/main/: pa_common.C: . less gcc warnings
12152:
12153: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12154: now reports original exception if we have no old cache
12155:
12156: * src/classes/op.C: + $exception.handled[cache] now reports
12157: original exception if we have no old cache
12158:
12159: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12160: from HEAD: + ^taint/untaint[regex] << escapes these:
12161: \^$.[]|()?*+{}
12162:
12163: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12164: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12165:
12166: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12167: getenv-ed variable, which does not work both on win32&unix.
12168: copied old TZ value now
12169:
12170: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12171: stored pointer to getenv-ed variable, which does not work both on
12172: win32&unix. copied old TZ value now
12173:
12174: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12175: getenv-ed variable, which does not work both on win32&unix.
12176: copied old TZ value now
12177:
12178: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12179: access to internal hash
12180:
12181: * src/types/pa_vresponse.C: + $response:headers access to internal
12182: hash
12183:
12184: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12185: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12186: isapi] this reduces number of "GC Warning: Repeated allocation of
12187: very large block" messages to only important onces
12188:
12189: * src/targets/isapi/parser3isapi.C: +
12190: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12191: isapi] this reduces number of "GC Warning: Repeated allocation of
12192: very large block" messages to only important onces
12193:
12194: * src/classes/string.C: merged from HEAD: + removed limitation on
12195: ^string/int/double:sql{}[$.default[({param style})] ]
12196:
12197: * src/classes/string.C: + removed limitation on
12198: ^string/int/double:sql{}[$.default[({param style})] ]
12199:
12200: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12201: with ?params or $.form option" limitation
12202:
12203: * src/main/pa_common.C: + removed "use either uri with ?params or
12204: $.form option" limitation
12205:
12206: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12207: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12208: ^file::base64[encoded] decode
12209:
12210: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12211: main/pa_common.C: + ^file.base64[] encode +
12212: ^file::base64[encoded] decode
12213:
12214: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12215: ^string:base64[encoded] decode
12216:
12217: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12218: ^string:base64[in] encode + ^string.base64[] decode
12219:
12220: 2005-11-21 paf
12221:
12222: * src/classes/file.C: + merged from HEAD:
12223: ^file::create[text;file.xml;^untaint[xml]{data}]
12224:
12225: * src/classes/file.C: +
12226: ^file::create[text;file.xml;^untaint[xml]{data}]
12227:
12228: * src/main/pa_request.C: ! merged: $response:body[file] now
12229: differes from :download, it does not return content-disposition
12230: at all now [previusely it returned valueless content-disposition]
12231:
12232: * src/main/pa_request.C: ! $response:body[file] now differes from
12233: :download, it does not return content-disposition at all now
12234: [previusely it returned valueless content-disposition]
12235:
12236: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12237: literals, reverted to just vvod, recreating empty array with each
12238: void_value token. that's absolutely needed, since that array
12239: grows
12240:
12241: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12242: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12243: types/pa_vmethod_frame.h: + merged: expression literals:
12244: true/false. ^format[$.indent(true)]
12245:
12246: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12247: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12248: types/pa_vmethod_frame.h: + expression literals: true/false.
12249: ^format[$.indent(true)]
12250:
12251: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12252: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12253: i386-pc-win32)"
12254:
12255: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12256: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12257: i386-pc-win32)"
12258:
12259: 2005-11-18 paf
12260:
12261: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12262: null}[$.default(123)] will now return default value
12263:
12264: * src/classes/op.C: + merged ^cache[] << returns current cache
12265: expiration time
12266:
12267: * src/classes/op.C: + ^cache[] << returns current cache expiration
12268: time
12269:
12270: * src/classes/table.C: ! merged ^table::create[not'nameless';
12271: failed << Exception.problem_source pointed to local var!
12272:
12273: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12274: Exception.problem_source pointed to local var!
12275:
12276: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12277: now loads VFile.ptr!=0, so such files can be saved now
12278:
12279: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12280: loads VFile.ptr!=0, so such files can be saved now
12281:
12282: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12283: only . and .. now removed from list [were removed all .*]
12284:
12285: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12286: .. now removed from list [were removed all .*]
12287:
12288: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12289: open error now checked, were not :( [stole that piece from apache
12290: 1.3 sources]
12291:
12292: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12293: checked, were not :( [stole that piece from apache 1.3 sources]
12294:
12295: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12296: untainting of @main result if returned by $result or
12297: $response:body
12298:
12299: * src/main/pa_request.C: ! ensured proper untainting of @main
12300: result if returned by $result or $response:body
12301:
12302: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12303: issue: now tries to guess content-length and allocates one big
12304: piece if possible [regretfully gc_realloc works as malloc+free,
12305: leaving lots of holes behind]
12306:
12307: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12308: fixed file load memory issue: now tries to guess content-length
12309: and allocates one big piece if possible [regretfully gc_realloc
12310: works as malloc+free, leaving lots of holes behind]
12311:
12312: 2005-11-16 paf
12313:
12314: * src/: include/pa_common.h, classes/file.C, classes/table.C,
12315: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
12316: table::save with enclosers now doubles them: "->"" !
12317: table::save/load do not remove elements from options hash
12318:
12319: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
12320: [were overoptimized ^if(double_literal), compiler confused
12321: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12322:
12323: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
12324: [were overoptimized ^if(double_literal), compiler confused
12325: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12326:
12327: * src/: classes/file.C, classes/table.C, include/pa_common.h,
12328: main/pa_common.C: ! table::save with enclosers now doubles them:
12329: "->"" ! table::save/load do not remove elements from options hash
12330:
12331: 2005-11-03 paf
12332:
1.116 moko 12333: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
12334: compilation, not all makefiles liked that
1.95 moko 12335:
12336: 2005-08-30 paf
12337:
12338: * src/classes/op.C: merge . speedup check of [DEFAULT]
12339:
12340: * src/classes/op.C: . speedup check of [DEFAULT]
12341:
12342: 2005-08-26 paf
12343:
12344: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
12345:
12346: * src/: classes/date.C, types/pa_vdate.h: + date.week
12347:
12348: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
12349: complains about bad!=nameless
12350:
12351: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
12352: about bad!=nameless
12353:
12354: * src/classes/: hash.C, string.C, table.C, void.C: merged !
12355: optional options were allowed to be empty. were checked
12356: if(is_string), changed to !defined||is_string to allow void
12357:
12358: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
12359: classes/string.C, classes/table.C, classes/void.C: ! optional
12360: options were allowed to be empty. were checked if(is_string),
12361: changed to !defined||is_string to allow void
12362:
12363: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
12364: as_junction where they needed as_int/double, so failed with
12365: recent "(const) now no junction" optimization
12366:
12367: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
12368: merged ! many classes/* used as_junction where they needed
12369: as_int/double, so failed with recent "(const) now no junction"
12370: optimization
12371:
12372: * src/: classes/double.C, classes/int.C, classes/math.C,
12373: classes/op.C, classes/string.C, classes/table.C,
12374: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
12375: used as_junction where they needed as_int/double, so failed with
12376: recent "(const) now no junction" optimization
12377:
12378: 2005-08-24 paf
12379:
12380: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
12381: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
12382: stripped it
12383:
12384: 2005-08-09 paf
12385:
12386: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12387: not cleared
12388:
12389: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12390: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12391: classes/hashfile.C, classes/image.C, classes/int.C,
12392: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12393: classes/response.C, classes/string.C, classes/table.C,
12394: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12395: include/pa_array.h, include/pa_cache_managers.h,
12396: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12397: include/pa_config_fixed.h, include/pa_config_includes.h,
12398: include/pa_dictionary.h, include/pa_dir.h,
12399: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12400: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12401: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12402: include/pa_request_charsets.h, include/pa_request_info.h,
12403: include/pa_sapi.h, include/pa_socks.h,
12404: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12405: include/pa_stack.h, include/pa_string.h,
12406: include/pa_stylesheet_connection.h,
12407: include/pa_stylesheet_manager.h, include/pa_table.h,
12408: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12409: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12410: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12411: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12412: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12413: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12414: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12415: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12416: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12417: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12418: main/pa_sql_driver_manager.C, main/pa_string.C,
12419: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12420: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12421: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12422: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12423: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12424: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
12425: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
12426: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12427: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12428: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
12429: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
12430: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
12431: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12432: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
12433: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
12434: types/pa_vmemory.h, types/pa_vmethod_frame.C,
12435: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12436: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
12437: types/pa_vresponse.C, types/pa_vresponse.h,
12438: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12439: types/pa_vstateless_object.h, types/pa_vstatus.C,
12440: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12441: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
12442: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12443: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12444: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
12445:
12446: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12447: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
12448: speedup consequent checks in vmethod_frame
12449:
12450: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12451: not cleared
12452:
12453: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
12454: params: 50 max (were 10)
12455:
12456: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
12457: params: 50 max (were 10)
12458:
12459: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12460: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
12461: pa_wcontext.h: + ^call[$void] param inside now is void (were:
12462: empty string) ! simplified (double) speedup consequent checks in
12463: vmethod_frame
12464:
12465: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
12466: optimized constants in expressions vstring->vdouble + optimized
12467: ^call(vdouble), no junction creation, no calls later
12468:
12469: 2005-08-08 paf
12470:
12471: * src/main/: compile.tab.C, compile.y, compile_tools.C,
12472: compile_tools.h: merged + optimized constants in expressions
12473: vstring->vdouble + optimized ^call(vdouble), no junction
12474: creation, no calls later
12475:
12476: * src/types/pa_vdouble.h: merged . double values without fractional
12477: part now default printed as %.0f instead of %g
12478:
12479: * src/types/pa_vdouble.h: . double values without fractional part
12480: now default printed as %.0f instead of %g
12481:
12482: * src/classes/hashfile.C: . merged ! second hashfile::open would
12483: cause an exception
12484:
12485: * src/classes/hashfile.C: ! second hashfile::open would cause an
12486: exception
12487:
12488: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
12489: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12490: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12491: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12492: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
12493: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12494: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12495: types/pa_vresponse.h, types/pa_vstateless_class.C,
12496: types/pa_vstateless_object.h, types/pa_vvoid.h,
12497: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
12498: merged VJunction(new Junction) optimization from 3.1.4
12499:
12500: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
12501: types/pa_vstateless_class.C: + optimized new VJunction(new
12502: Junction(params)) to new VJunction(params), thousands of mallocs
12503: removed
12504:
12505: 2005-08-05 paf
12506:
12507: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
12508: types/pa_vdouble.h, types/pa_vmethod_frame.C,
12509: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
12510: creation, no calls later
12511:
12512: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12513: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12514: classes/hashfile.C, classes/image.C, classes/int.C,
12515: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12516: classes/response.C, classes/string.C, classes/table.C,
12517: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12518: include/pa_array.h, include/pa_cache_managers.h,
12519: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12520: include/pa_config_fixed.h, include/pa_config_includes.h,
12521: include/pa_dictionary.h, include/pa_dir.h,
12522: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12523: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12524: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12525: include/pa_request_charsets.h, include/pa_request_info.h,
12526: include/pa_sapi.h, include/pa_socks.h,
12527: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12528: include/pa_stack.h, include/pa_string.h,
12529: include/pa_stylesheet_connection.h,
12530: include/pa_stylesheet_manager.h, include/pa_table.h,
12531: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12532: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12533: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12534: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12535: lib/smtp/smtp.h, main/compile.C, main/compile.y,
12536: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12537: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12538: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12539: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12540: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
12541: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
12542: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12543: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12544: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12545: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12546: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12547: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12548: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12549: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12550: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12551: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12552: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12553: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
12554: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
12555: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
12556: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
12557: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
12558: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12559: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12560: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12561: types/pa_vstateless_object.h, types/pa_vstatus.C,
12562: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12563: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
12564: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12565: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12566: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
12567:
12568: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
12569: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
12570: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12571: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
12572: main/compile.y, main/compile_tools.C, main/compile_tools.h,
12573: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
12574: optimized constants in expressions vstring->vdouble
12575:
12576: 2005-07-29 paf
12577:
12578: * src/types/pa_vclass.C: . shaped up error messages a bit
12579:
12580: * src/types/pa_vclass.C: + property getter can now be overridden
12581:
12582: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
12583: bug fix: static parent fields were not replaced in case
12584: $derived:field[put] + property setter can now be overridden
12585:
12586: 2005-07-28 paf
12587:
12588: * configure, configure.in, src/classes/classes.h,
12589: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
12590: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
12591: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
12592: src/classes/xnode.h, src/include/pa_hash.h,
12593: src/include/pa_version.h, src/main/execute.C,
1.116 moko 12594: src/types/Makefile.am, src/types/pa_method.h,
12595: src/types/pa_value.h, src/types/pa_vclass.C,
12596: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
12597: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
12598: src/types/pa_vcookie.h, src/types/pa_vhash.h,
12599: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
12600: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
12601: src/types/pa_vobject.C, src/types/pa_vobject.h,
12602: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
12603: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
12604: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
12605: src/types/pa_vstateless_class.h,
1.95 moko 12606: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
12607: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12608: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
12609: dynamic_fields_join
12610:
12611: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
12612: classes/xnode.C, include/pa_hash.h, main/execute.C,
12613: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
12614: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12615: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
12616: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12617: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12618: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12619: types/pa_vresponse.h, types/pa_vstateless_object.h,
12620: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
12621: types/pa_wwrapper.h: ! restored put_element('replace' param), and
12622: restored its checks in vobject.put_element->static fields |
12623: dynamic properties
12624:
12625: 2005-07-27 paf
12626:
12627: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
12628: is some old code containing @set_name $name
12629:
12630: * src/types/pa_vobject.h: . fixed warning
12631:
12632: * configure, configure.in, src/include/pa_version.h,
1.116 moko 12633: src/types/Makefile.am: 3.2.0beta started
1.95 moko 12634:
12635: * src/: classes/xnode.C, include/pa_hash.h,
12636: types/pa_vstateless_class.C: ! new asserts were all false.
12637: regretfully reverted them all to checks
12638:
12639: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
12640: classes/op.C, main/execute.C, types/pa_method.h,
12641: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12642: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12643: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12644: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
12645: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12646: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12647: types/pa_vstateless_object.h, types/pa_vvoid.h,
12648: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
12649: joined_dynamic_fields: removed unused param from put_method
12650: (returned to 3 params)
12651:
12652: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
12653: joined_dynamic_fields: dynamic get/set works with overriding
12654: props [alpha2]
12655:
12656: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
12657: works [alfa]
12658:
12659: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
12660: classes/op.C, include/pa_hash.h, main/execute.C,
12661: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
12662: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12663: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
12664: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12665: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12666: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12667: types/pa_vresponse.h, types/pa_vstateless_class.C,
12668: types/pa_vstateless_object.h, types/pa_vvoid.h,
12669: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
12670: joined_dynamic_fields: just compiled
12671:
12672: * src/: classes/date.C, classes/file.C, classes/hash.C,
12673: classes/hashfile.C, classes/image.C, classes/table.C,
12674: classes/xdoc.C, classes/xnode.h, main/execute.C,
12675: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
12676: types/pa_vstateless_class.h: joined_dynamic_fields: started
12677:
12678: * src/types/pa_vobject.C: . object setters [only started, does not
12679: work yet]
12680:
12681: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
12682: object setters [only started, does not work yet]
12683:
12684: 2005-07-26 paf
12685:
12686: * src/: include/pa_request.h, main/execute.C: . properties: set
12687: works [alpha2]. for classes. todo: for objects
12688:
12689: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
12690: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12691: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12692: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12693: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
12694: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12695: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12696: types/pa_vstateless_object.h, types/pa_vvoid.h,
12697: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
12698: properties: set works [alpha1]
12699:
12700: 2005-07-25 paf
12701:
12702: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
12703: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
12704: properties: started, get works [alpha1, other approach]
12705:
12706: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
12707: properties: started, get works [alpha2]
12708:
12709: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
12710: pa_vstateless_class.h: . properties: started, get works [alpha]
12711:
12712: 2005-07-15 paf
12713:
12714: * src/: classes/classes.h, classes/op.C, main/execute.C,
12715: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
12716: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12717: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12718: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12719: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
12720: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
12721: types/pa_vresponse.C, types/pa_vresponse.h,
12722: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12723: types/pa_vstateless_object.h, types/pa_vvoid.h,
12724: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
12725: types/pa_wwrapper.h, types/types.vcproj: + started property
12726: [getters work but think of changing them too to precaching]
12727:
12728: 2005-07-08 paf
12729:
12730: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
12731: gpf
12732:
12733: 2005-06-28 paf
12734:
12735: * src/: classes/file.C, main/untaint.C: ! string invariant violated
12736: in passing empty strings to file::exec/cgi environment
12737:
12738: 2005-06-06 paf
12739:
12740: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
12741: ^table:sql ^hash:sql now DO process $.bind option
12742:
12743: 2005-05-24 paf
12744:
12745: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
12746: $.limit] now work again [support was broken in 3.1.4]
12747:
12748: * src/: main/pa_string.C, classes/op.C: . steps toward removing
12749: ALL_INTERIOR_POINTERS
12750:
12751: 2005-05-12 paf
12752:
12753: * configure: 3.1.5beta
12754:
12755: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
12756:
12757: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
12758: $.limit] now work again [support was broken in 3.1.4]
12759:
12760: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
12761: line-width [was refusing to fill if line-width >1, thanks to
12762: Seras <seras@pinxit.lt> for repro case
12763:
12764: 2005-04-25 paf
12765:
12766: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
12767: correctly
12768:
12769: 2005-04-19 paf
12770:
12771: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
12772: in VString violating invariant!!
12773:
12774: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
12775: getenv("TZ")==null
12776:
12777: 2005-04-08 paf
12778:
12779: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
12780: bugfix: when there is no char in charset one byte produces 6
12781: (ÿ <<max). increased buffer size!
12782:
12783: 2005-03-23 paf
12784:
12785: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
12786: ^date.sql-string now takes TZ into account
12787:
12788: 2005-03-16 paf
12789:
12790: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
12791: gcc 3.4
12792:
12793: * src/types/pa_vhash.C: . warning about eof eol
12794:
12795: 2005-02-17 paf
12796:
12797: * operators.txt, src/classes/op.C: + operator ^sleep(double
12798: seconds)
12799:
12800: 2005-02-02 paf
12801:
12802: * src/classes/xnode.C: beauty: removed needless includes
12803:
12804: 2005-01-31 paf
12805:
12806: * src/types/pa_vmail.C: change: $.partX now always 1... change:
12807: $.partNoNumber now alias to $.part1
12808:
12809: * src/types/pa_vmail.C: change: incoming letter part contains
12810: "content-disposition" header with any value? now considering that
12811: part to be "file#" [for text/plain text/html were $.text#
12812: $.html#]
12813:
12814: * INSTALL: updatet to latest working versions available
12815:
12816: 2005-01-20 paf
12817:
12818: * configure.in, src/include/pa_version.h: version
12819:
12820: 2005-01-19 paf
12821:
1.116 moko 12822: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
12823: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
12824: couple warnings in parser3.C
1.95 moko 12825:
12826: 2004-12-23 paf
12827:
12828: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
12829:
12830: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
12831: dir to directory of script (when shbang used), not to directory
12832: of its interpreter
12833:
12834: * src/include/pa_version.h: compiled on win32...
12835:
12836: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
12837: we need more hspace
12838:
12839: * configure, configure.in, src/include/pa_version.h: configured
12840: host to pa_version. will be displayed everywhere
12841:
12842: * src/main/pa_request.C: new: @unhandled_exception can prevent
12843: exception from being logged by setting $exception.handled(1)
12844:
12845: * operators.txt, src/classes/file.C: change:
12846: ^file::sql{query}[[options]] options: $.name[file name]
12847: $.content-type[application/what]
12848:
12849: * src/: include/pa_common.h, main/pa_common.C,
12850: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
12851: new file
12852:
12853: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
12854: bugfix: table->hash now regards _default
12855:
12856: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
12857: created by accessing $name_of_method it acquired bad self=closest
12858: methodframe; instead of proper self (current class)
12859:
12860: * src/types/pa_vhashfile.C: bugfix: reading empty string from
12861: hashfile produced bad cord
12862:
12863: 2004-12-10 paf
12864:
12865: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
12866: subsequent failures though defined in .h
12867:
12868: * src/main/pa_common.C: comment on volatile
12869:
12870: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
12871: alarm function were not used since the beginning due to stupid
12872: error [setsigjmp were not checked in configure.in]
12873:
12874: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
12875: unix too
12876:
12877: * src/main/pa_common.C: http: exception status of send/recv errors
12878: change to most probable http.timeout
12879:
12880: * src/main/pa_common.C: win32: http connection $.timeout option now
12881: works [setsockopt on send/receive]
12882:
12883: 2004-12-08 paf
12884:
12885: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
12886: cstr-ed knowing mail charset, and untainting uri lang now knows
12887: proper charset
12888:
12889: 2004-11-24 paf
12890:
12891: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
12892:
12893: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
12894: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
12895:
12896: 2004-11-12 paf
12897:
12898: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
12899: [since 3.0.4]
12900:
12901: 2004-11-09 paf
12902:
12903: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
12904: writes basics to c:\parser3.log
12905:
12906: 2004-10-21 paf
12907:
12908: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
12909: tainted strings [were returning clean onces]
12910:
12911: 2004-10-15 paf
12912:
12913: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
12914: cycles(i=1; i=2), which was wrong, now does ONE
12915:
12916: 2004-10-12 paf
12917:
12918: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
12919:
12920: 2004-10-07 paf
12921:
12922: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
12923: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
12924: release asserts
12925:
12926: * src/: main/pa_string.C, include/pa_string.h: debugger help:
12927: String.dump() to stdout in detailed form [were String.v() in
12928: short form]
12929:
12930: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
12931: \t\r\n as @#| and truncates long char sequences less
12932:
12933: 2004-10-06 paf
12934:
12935: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
12936: win32 beauty: socket errors properly decoded
12937:
12938: 2004-10-05 paf
12939:
12940: * src/: include/pa_request.h, main/pa_request.C: bugfix:
12941: request::configure_user/admin done always, even if no
12942: file-to-process useful in @unhandled_exception [say, if they
12943: would want to mail by SMTP something]
12944:
12945: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
12946: now performed prior to file loading [and @auto executing] thus
12947: making $cookie:value available in @auto and in
12948: @unhandled_exception when IIS is configured to run interpreter
12949: even if no file exist
12950:
12951: 2004-09-20 paf
12952:
12953: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
12954: somewhere where it should have called xmlMalloc and it calls
12955: xmlFree when it should have not called it. inserted two
12956: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
12957: xmlFree just ignored. put away a testcase, maybe someday libxml
12958: author would fix all that. until that day: we have SLOW garbage
12959: collecting when many xml objects are alive hint: do
12960: ^memory:compact[] before xdoc::create
12961:
12962: 2004-09-17 paf
12963:
12964: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
12965: error from 3.0.8 version]
12966:
12967: 2004-09-14 paf
12968:
12969: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
12970: part bugfix: hashfile.foreach iterated only part if hashfile were
12971: modified inside
12972:
12973: 2004-09-13 paf
12974:
12975: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
12976: [were as octal]
12977:
12978: * src/types/pa_vhashfile.C: beauty: not reproduced
12979: $hashfile.key[$novalue] bug [reported by motorin], inserted
12980: safety-check
12981:
12982: * src/types/pa_vhashfile.C: change: empty keys now error in parser
12983: [not something obscure from sdbm lib]
12984:
12985: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
12986: = strerror now returnes something and we can properly report that
12987: to client
12988:
12989: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
12990: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
12991:
12992: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12993: [tainted as-is] this helps //[space][newline] to remain as-is and
12994: not be unnecessary optimized away [ruining javascript]
12995:
12996: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12997: [tainted as-is]
12998:
12999: * src/classes/mail.C: bugfix: typo error
13000:
13001: 2004-09-09 paf
13002:
13003: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13004: separators bugfix: loads header with endings \r\n\r\n and \n\n
13005: (bloody yandex.server)
13006:
13007: 2004-09-06 paf
13008:
13009: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13010: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13011: encoded
13012:
13013: 2004-09-01 paf
13014:
13015: * src/types/pa_vmail.C: change: multipart/mixed changed to
13016: multipart/related outlook express have no problems showing
13017: unrelated attachments. todo: someday figure out a way of
13018: multipart/mixed multipart/related text/html
13019: image/xxx application/octet-stream << true attachments
13020:
13021: * src/types/pa_vmail.C: new:
13022: ^mail:send[$.file[$.content-disposition can be overriden new:
13023: empty mail header fields removed from letter
13024:
13025: * src/: classes/mail.C, include/pa_config_fixed.h,
13026: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13027: ^mail:send[ $.file[ $.any[header]
13028:
13029: 2004-08-30 paf
13030:
13031: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13032: warnings
13033:
13034: * src/main/pa_common.C: beauty: do not bother with charset
13035: detection when ^file::load[binary
13036:
13037: 2004-08-27 paf
13038:
13039: * src/main/pa_common.C: hack: for yandex.server http server
13040:
13041: 2004-08-18 paf
13042:
13043: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13044: possibly-chunked response
13045:
13046: 2004-08-17 paf
13047:
13048: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13049: $f.content-type now = that of http response
13050:
13051: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13052: $f.content-type now = that of http response
13053:
13054: 2004-07-30 paf
13055:
13056: * src/: include/pa_request.h, main/pa_request.C,
13057: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13058: win32: system&parser exceptions in release mode reported properly
13059: parser exception in exception handler WERE mistakenly reported as
13060: system exception, without details [in apache & isapi] +some
13061: beauty in exception text
13062:
13063: * src/: include/pa_exception.h, main/pa_request.C,
13064: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13065: release mode reported properly parser exception in exception
13066: handler WERE mistakenly reported as system exception, without
13067: details
13068:
13069: * src/main/execute.C: beauty: simplified system exception handling
13070:
13071: 2004-07-29 paf
13072:
13073: * src/classes/table.C: bugfix:
13074: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13075: were ignored, and \t used unconditionally]
13076:
13077: * src/types/Makefile.am: added vhash.c
13078:
13079: 2004-07-28 paf
13080:
13081: * src/: classes/date.C, classes/image.C, classes/math.C,
13082: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13083: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13084: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13085: failed on russian letters
13086:
13087: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13088: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13089: letters
13090:
13091: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13092: as 'currentDirectory' parameter to CreateProcess
13093:
13094: 2004-07-27 paf
13095:
13096: * src/targets/cgi/parser3.vcproj: beauty: win32:
13097: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13098: from release somewhere [to help searching for unhandled system
13099: exceptions]
13100:
13101: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13102: TZ shift
13103:
13104: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13105: but also in ctor
13106:
13107: 2004-07-26 paf
13108:
13109: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
13110: src/main/pa_request.C, src/types/pa_vfile.h,
13111: src/types/pa_vhash.C, src/types/pa_vhash.h,
13112: src/types/types.vcproj: new: $response:body/download[
13113: $.file[name on disk] $.name[of file for user]
13114: $.mdate[date of last-modified. default from directory] ]
13115:
13116: * src/classes/file.C: moving file:send somewhere else..
13117:
13118: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13119: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13120: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13121: $response:download[ $.filename[filename] $.option[] ,, ]
13122:
13123: * src/classes/file.C: beauty: invalid mode thoroughly reported
13124:
13125: 2004-07-21 paf
13126:
13127: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13128: to several lines
13129:
13130: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13131:
13132: note: ms outlook[!express] shows only first 255 characters of
13133: subject
13134:
13135: 2004-07-15 paf
13136:
13137: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13138: off]
13139:
13140: 2004-07-14 paf
13141:
13142: * src/classes/table.C: bugfix: $.bind values now got untainted
13143: according to lang [were: as-is]
13144:
13145: 2004-07-07 paf
13146:
13147: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13148: checked that
13149:
13150: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13151: now untainted according to their languages. were: as-is.
13152: EVERYWHERE
13153:
13154: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13155: environment string now untainted according to their languages.
13156: were: as-is. EVERYWHERE
13157:
13158: * src/main/pa_exec.C: bufix: on unix environment string now
13159: untainted according to their languages. were: as-is. on win32:
13160: ok
13161:
13162: * parser3.vssscc: ...would not go unnoticed
13163:
13164: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13165: fails. in case on input appears nonutf, those bytes will be
13166: printed in %HH form. that can be easily decoded/recovered.
13167:
13168: this form is quite noticable, and hopefully would not go noticed
13169:
13170: 2004-07-06 paf
13171:
13172: * src/main/pa_exec.C: bufix: on unix environment string now
13173: untainted according to their languages. were: as-is. on win32:
13174: ok
13175:
13176: 2004-07-01 paf
13177:
13178: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13179: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13180: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13181: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13182: main/main.vcproj, targets/cgi/parser3.vcproj,
13183: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13184: option: global optimization ON
13185:
13186: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13187: to do xdoc::create{invalid chars} standard disables chars less
13188: then \x20, except tab, cr, lf.
13189:
13190: changed tainting so that those become '!'
13191:
13192: 2004-06-25 paf
13193:
13194: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13195: int on odd address [prev bugfix failed due to superwize
13196: optimizer, which turned memcpy into same 'ld' asm command]
13197:
13198: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13199: int on odd address
13200:
13201: 2004-06-22 paf
13202:
13203: * src/sql/pa_sql_driver.h: note: about possible optimization
13204:
13205: * operators.txt, src/classes/hash.C, src/classes/memory.C,
13206: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13207: src/include/pa_config_includes.h: new: ^void:sql{call
13208: paf(:a)}[ $.bind[ $.a[2]
13209: ] ] output variables work. todo: check in out
13210: variables
13211:
13212: 2004-06-18 paf
13213:
13214: * src/: classes/file.C, classes/hash.C, classes/string.C,
13215: classes/table.C, classes/void.C, include/pa_globals.h,
13216: include/pa_sql_connection.h, main/compile.tab.C,
13217: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13218: $.bind[ $.a[2] ]
13219: ] input variables work. todo:output
13220:
13221: * src/targets/cgi/parser3.C: bugfix: iis specific
13222: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13223: /_bug.html?404;http://hpsv/test/
13224: --------------------------------------------------------------------------------
13225: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13226: --------------------------------------------------------------------------------
13227: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13228:
13229: 2004-06-16 paf
13230:
13231: * src/targets/cgi/parser3.C: new: iis specific
13232: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13233: $request:query
13234: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13235: $form:fields IIS-STATUS="404"
13236: IIS-DOCUMENT="http://server/_bug.html" f="v"
13237:
13238: todo: isapi too
13239:
13240: 2004-05-26 paf
13241:
13242: * src/include/pa_version.h: 3.1.3
13243:
13244: * operators.txt: beauty: removed outdated level 'table'
13245:
13246: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13247:
13248: * src/main/pa_string.C: beauty: removed 3 warnings
13249:
13250: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13251: classes/op.C: beauty: removed outdated level 'table'
13252:
13253: 2004-05-25 paf
13254:
13255: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13256: implementation. mistery: how anything worked
13257:
13258: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13259: changed, it is now safe to use url if pointers to it are stored
13260: to gc mem
13261:
13262: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13263: unknown errors reported and not cause SIGSEGV now
13264:
13265: 2004-05-24 paf
13266:
13267: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13268: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13269: less memory: CORD_chars_block originally intended to ... it was
13270: good that CORD_chars_block were not used: it consumes more memory
13271: [and, might be slow too] undoing that. [and removed that func so
13272: that it would not confuse parser developer in future]
13273:
13274: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13275: less memory: CORD_chars_block originally intended to
13276: speedup/reduce mem usage were forgotten, and were used stupid
13277: CORD_chars
13278:
13279: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13280:
13281: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13282: BIGENDIAN processors space-conserving mech failed, causing
13283: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13284: (1|2|3));
13285:
13286: 2004-05-14 paf
13287:
13288: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13289: bugfix: void now has vfile value, and $response:body[] works OK
13290:
13291: 2004-05-12 paf
13292:
13293: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13294: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13295: sources to use is_defined() {return as_bool();} along VBool
13296:
13297: 2004-05-11 paf
13298:
13299: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13300: referencing to local objects
13301:
13302: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13303: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13304: left intact
13305:
13306: 2004-04-15 paf
13307:
13308: * src/classes/date.C: merged: beauty: unused var removed
13309:
13310: * src/classes/date.C: beauty: unused var removed
13311:
13312: * src/include/: pa_exec.h: bugfix: interface without pointer
13313: provoked bug
13314:
13315: 2004-04-09 paf
13316:
13317: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
13318:
13319: * src/types/pa_vform.C: bugfix: form:imap were incorrect
13320:
13321: 2004-04-08 paf
13322:
13323: * src/classes/date.C: new: ^date::create[y-m-d
13324: h-M-s>>.milliseconds<<] now allowed, ignored so far
13325:
13326: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
13327:
13328: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
13329: to consult default catalog [usually, that file belongs to other
13330: user/group]
13331:
13332: 2004-04-06 paf
13333:
13334: * src/main/pa_common.C: beauty: gcc warning removed
13335:
13336: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
13337: accept that trick, trying other
13338:
13339: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
13340: explicit result problem
13341:
13342: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
13343: explicit result problem
13344:
13345: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
13346: explicit result problem
13347:
13348: * operators.txt, src/classes/string.C: new: ^string.append[string]
13349:
13350: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
13351: main/execute.C: attempt_check_call_in_explicit_result_mode:
13352: failed
13353:
13354: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13355: http://i.p.a.ddress gethostbyaddr added [on some platforms
13356: gethostbyname failed with such 'domains'] now checked properly,
13357: were: needless reverse/forward dns lookup
13358:
13359: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13360: http://i.p.a.ddress gethostbyaddr added [on some platforms
13361: gethostbyname failed with such 'domains'] now checked properly,
13362: were: needless reverse/forward dns lookup
13363:
13364: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
13365: @method[][result] means "no string output here" moved to lexical
13366: level [on grammar level it were too difficult]
13367:
13368: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
13369: src/main/compile.y, src/main/compile_tools.h,
13370: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
13371: @method[][result] means "no string output here", implemented part
13372: of that idea: compiler throws away string literal generation
13373: code. and barks nonwhitespace chars
13374:
13375: * operators.txt: truth: removed comment about $ORIGIN
13376:
13377: 2004-04-05 paf
13378:
13379: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
13380: src/include/pa_version.h, src/main/pa_common.C,
13381: src/targets/isapi/parser3isapi.C: merged with 3.1.3
13382:
13383: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
13384: Konstantin Tomashevitch [mailto:konst@design.ru]
13385:
13386: * src/doc/html2chm.cmd: beauty: no need in bg here
13387:
13388: * src/doc/sources2html.cmd: beauty: same window, in bg it
13389: interfered with FAR console
13390:
13391: * configure, configure.in: 3.1.3
13392:
13393: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
13394:
13395: * src/main/pa_common.C: removed warning
13396:
13397: * src/include/pa_version.h: 3.1.3
13398:
13399: 2004-04-02 paf
13400:
13401: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
13402:
13403: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
13404: allows to specify where to put parser log file
13405:
13406: 2004-04-01 paf
13407:
13408: * src/classes/table.C: bugfix: bugfix: table::load last line
13409: without tab and enter were ignored
13410:
13411: * src/: include/pa_cache_managers.h, include/pa_globals.h,
13412: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
13413: main/pa_socks.C, targets/cgi/parser3.C,
13414: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
13415: bugfix: sql connections now are disconnected
13416:
13417: 2004-03-30 paf
13418:
13419: * src/classes/table.C: bugfix: table::load last line without tab
13420: and enter were ignored
13421:
13422: * src/classes/table.C: bufix: if last table lines were commented,
13423: gpfed
13424:
13425: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
13426: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
13427: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
13428: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
13429: doc/methoded.dox, doc/object.dox, doc/string.dox,
13430: doc/targets.dox, doc/value.dox, include/pa_version.h,
13431: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
13432: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
13433: bugfixes from 3.1.2, changed version to 3.1.3beta
13434:
13435: 2004-03-29 paf
13436:
13437: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
13438: causes gpf
13439:
13440: * src/doc/: ClassExample1.dox, ClassExample2.dox,
13441: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
13442: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
13443: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
13444: value.dox: translated to english
13445:
13446: 2004-03-25 paf
13447:
13448: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
13449: parser3project dependency removed
13450:
13451: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
13452: bugfix: refused to compile without xml
13453:
13454: * src/types/pa_vform.C: beauty: removed warning
13455:
13456: * src/classes/classes.vcproj: merged bugfix: now all compiles in
13457: any folder [removed last ;) folder dependency]
13458:
13459: * src/classes/classes.vcproj: bugfix: now all compiles in any
13460: folder [removed last ;) folder dependency]
13461:
13462: * src/include/pa_version.h: release
13463:
13464: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
13465:
13466: * src/classes/table.C: beauty: comment& more meaningful error
13467: message
13468:
13469: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
13470: $.hash[$.column_value1(true) ... ] [were producing some strang
13471: thing]
13472:
13473: 2004-03-23 paf
13474:
13475: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
13476: and http status line parsing checked number of columns in table
13477: [user reported an assert]
13478:
13479: * operators.txt: example: on hashfile
13480:
13481: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
13482: bugfix: junction reattach now actually reattaches a junction to
13483: new wcontext [were only assigning it to junction, which caused
13484: junction tracking to loose junction, and it's context were not
13485: killed, and it tried to process in invalid context, gpf]
13486:
13487: * src/targets/cgi/parser3.C: debug helper added
13488:
13489: 2004-03-19 paf
13490:
13491: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
13492: "type(type)" in braces
13493:
13494: 2004-03-10 paf
13495:
13496: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
13497: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13498: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
13499: solution to search-in-namespaces problem:
13500: $xdoc.search-namespaces.x[http://pif.design.ru/]
13501: $nodes[^xdoc.select[//x:second]]
13502:
13503: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
13504: expression][[NAMESPACES HASH]] allows to search for info in
13505: namespaces
13506:
13507: $nodes[^xdoc.select[//x:second][
13508: $.x[http://pif.design.ru/] ]]
13509:
13510: 2004-03-09 paf
13511:
13512: * operators.txt, src/main/pa_common.C: new:
13513: ^file::load[...][options] $.form[
13514: !$.field1[string]
13515: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
13516: ] !$.body[string]
13517:
13518: GET ?here notGET(POST, HEAD, others) in content-type:
13519: application/x-www-form-urlencoded
13520:
13521: todo: upload files ability
13522:
13523: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
13524: properly, done
13525:
13526: 2004-03-05 paf
13527:
13528: * operators.txt, src/main/pa_common.C: new: file::load[;http://
13529: GET/POST $.form[$.fields started, not tested yet
13530: todo:$.field[table] for multiple values
13531:
13532: * operators.txt: new: http:// options $.user $.password basic
13533: authorization
13534:
13535: * src/main/pa_common.C: beauty: link to rtf added
13536:
13537: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
13538: new: http:// options $.user $.password basic authorization
13539:
13540: * src/main/pa_common.C: beauty: removed needless vars
13541:
13542: * operators.txt: new: pgsql option [like that recently added to
13543: oracle driver] ClientCharset=parser-charset <<
13544: charset in which parser thinks client works
13545:
13546: * operators.txt: new: odbc option [like that recently added to
13547: oracle driver] ClientCharset=parser-charset <<
13548: charset in which parser thinks client works
13549:
13550: * src/sql/pa_sql_driver.h: beauty: important warning added
13551:
13552: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
13553: char!
13554:
13555: * etc/parser3.charsets/windows-1251.cfg: typo
13556:
13557: 2004-03-04 paf
13558:
13559: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
13560: cached, sql transcoding now goes faster
13561:
13562: * operators.txt: new: mysql option [like that recently added to
13563: oracle driver] ClientCharset=parser-charset <<
13564: charset in which parser thinks client works
13565:
13566: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
13567: typo error
13568:
13569: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
13570: chars commented
13571:
13572: 2004-03-03 paf
13573:
13574: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
13575: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
13576:
13577: 2004-03-02 paf
13578:
13579: * operators.txt: new[update typo]: !^void.left(n)
13580: nothing !^void.right(n) nothing !^void.mid(p[;n])
13581: nothing
13582:
13583: * operators.txt, src/classes/void.C: new: !^void.left(n)
13584: nothing !^void.right(n) nothing !^void.pos(p[;n])
13585: nothing
13586:
13587: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
13588: ^file::sql[[name_to_become_$.name]]{} query result must be one
13589: row with columns: first: data second: file name third:
13590: content-type
13591:
13592: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
13593: ^connect gets properly escaped string, which can be passed to
13594: request now this for mysql only. it's up to parser sql driver to
13595: fix zeros properly
13596:
13597: * INSTALL: note: added on building apache with this option:
13598: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
13599:
13600: 2004-03-01 paf
13601:
13602: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
13603: extension memory:compact befor processingrequest
13604:
13605: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
13606: call sole column of result
13607:
13608: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
13609: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
13610: pixel color
13611:
13612: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
13613: beauty: image -- less checks [were ugly impl]
13614:
13615: * src/classes/string.C: bugfix: ^string.left/right/mid with
13616: negative values now considered bad
13617:
13618: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
13619:
13620: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
13621: options now have unified defaults [after transform
13622: indent/omit-xml-declaration/standalone 'default' erroreously
13623: meant 'true']
13624:
13625: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
13626: added [on some platforms gethostbyname failed with such
13627: 'domains']
13628:
13629: * src/include/pa_config_auto.h.in: no select check, no define
13630:
13631: * src/classes/string.C: feature: ^string.trim both parameters may
13632: be empty-strings, meaning kind=both chars=whitespaces
13633:
13634: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
13635: exist
13636:
13637: * src/classes/string.C: check: trim 'chars' must not be empty,
13638: exception if it is
13639:
13640: * src/classes/string.C: changed: ^string.trim [] << both,
13641: whitespaces [start|both|end] << kind, whitespaces
13642: [start|both|end;chars] full
13643:
13644: 2004-02-27 paf
13645:
13646: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
13647: method: ^string.trim[start|both|end[;chars]] default
13648: 'chars' -- whitespace chars finished
13649:
13650: * operators.txt, src/classes/string.C, src/include/pa_string.h,
13651: src/main/pa_string.C: new method:
13652: ^string.trim[start|both|end[;chars]] default 'chars' --
13653: whitespace chars started, only start works
13654:
13655: * src/main/compile.C: bugfix: line numbers after
13656: ^process{}[$.line(-10]] can be negative, allowed to print they as
13657: signed
13658:
13659: * src/main/untaint.C: speed: there's no \n chars in output
13660: [normally], so no need to optimize them they could be retrived
13661: from databases, though. but 1. should be replaced 2. if not
13662: optimized, no harm done
13663:
13664: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
13665: ^file::exec/cgi could return invalid status & zombie child can
13666: remain for short period until process exists [very bad in
13667: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
13668:
13669: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
13670: malicious SMTP server to attack as by returning too long status
13671: responses http://i2/tasks/edit/?id=4629448401140924947
13672:
13673: 2004-02-26 paf
13674:
13675: * operators.txt: feature: ^process...{CODE}[now has options] which
13676: are $.main[to what to rename @main] $.file[file,
13677: from which (user says) goes that CODE] $.lineno(line
13678: number in that file, where CODE starts. may be negative)
13679:
13680: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13681: src/main/compile.C, src/main/compile_tools.h,
13682: src/main/pa_request.C: feature: ^process...{CODE}[now has
13683: options] which are $.main[to what to rename @main]
13684: $.file[file, from which (user says) goes that CODE]
13685: $.lineno(line number in that file, where CODE starts. may be
13686: negative)
13687:
13688: 2004-02-25 paf
13689:
1.116 moko 13690: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
13691: old @charsetsdir@ recently erased from configure.in]
1.95 moko 13692:
13693: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
13694: produces hash of column=>1
13695:
13696: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
13697: with incomplete errno constants set
13698:
13699: 2004-02-24 paf
13700:
13701: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
13702: "man select"
13703:
13704: * src/main/pa_os.C: beauty: <0 better then ==-1
13705:
13706: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
13707:
13708: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
13709:
1.116 moko 13710: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 13711:
13712: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
13713: unix: steps to work on unix [extracted 'to']
13714:
13715: * src/classes/mail.C: smtp on unix: steps to work on unix
13716:
13717: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
13718:
1.116 moko 13719: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
13720: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
13721: unix [testing on solaris]
1.95 moko 13722:
13723: 2004-02-20 paf
13724:
13725: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
13726: pointing that out
13727:
13728: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
13729: fixed again [same solution, mistanenly removed one line]
13730:
13731: 2004-02-19 paf
13732:
13733: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
13734: date::create from bad datetime in spring daylightsaving hole now
13735: OK for all platforms [on some platforms it failed]
13736:
13737: * src/classes/: date.C, image.C: beauty: date::create[bad date time
13738: in daylightsaving hole] now throws error
13739:
13740: * src/classes/date.C: comment: mistake fixed
13741:
13742: 2004-02-18 paf
13743:
13744: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
13745: now renderes in $request:charset, but in header puts
13746: $response:charset todo: make that default only so that coder
13747: could override that
13748:
13749: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
13750: turns off omit-xml-declaration
13751:
13752: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
13753: /.xsl for sample
13754:
13755: 2004-02-17 paf
13756:
13757: * src/classes/xdoc.C: beauty: needless helper class removed
13758:
13759: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
13760: copied extra time
13761:
13762: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
13763: part of libxml
13764:
13765: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
13766: libxml to do the work] <xsl:output method="html"
13767: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
13768: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
13769: />
13770:
13771: * src/classes/xdoc.C: beauty: no <meta ... charset generated
13772:
13773: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
13774: caused assertion
13775:
13776: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
13777: could hang. now such add does nothing, sub clears $hash
13778:
13779: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
13780: not made quoted-printable
13781:
13782: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
13783: string invariant
13784:
13785: 2004-02-16 paf
13786:
13787: * src/main/pa_globals.C: bugfix: xml errors copy from library now
13788: cleared [were not cleared properly]
13789:
13790: 2004-02-13 paf
13791:
1.116 moko 13792: * src/include/pa_version.h: prerelease
1.95 moko 13793:
13794: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
13795: used, introducing dependencies timestamp check
13796:
13797: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13798: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
13799: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
13800: .xsl.stamp now not used, introducing dependencies timestamp check
13801:
1.150 moko 13802: * configure.in: auto.p: @conf made relative
1.95 moko 13803:
13804: 2004-02-12 paf
13805:
13806: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
13807: ruined empty <input type=file> submits. parser thought there were
13808: nameless empty file and $form:field got value of type 'file'
13809:
13810: * INSTALL: --without-threads
13811:
13812: * src/include/pa_sapi.h: 2004
13813:
13814: 2004-02-11 paf
13815:
13816: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13817: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13818: classes/hashfile.C, classes/image.C, classes/int.C,
13819: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13820: classes/response.C, classes/string.C, classes/table.C,
13821: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13822: include/pa_array.h, include/pa_cache_managers.h,
13823: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13824: include/pa_config_fixed.h, include/pa_config_includes.h,
13825: include/pa_dictionary.h, include/pa_dir.h,
13826: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13827: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13828: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13829: include/pa_request_charsets.h, include/pa_request_info.h,
13830: include/pa_socks.h, include/pa_sql_connection.h,
13831: include/pa_sql_driver_manager.h, include/pa_stack.h,
13832: include/pa_string.h, include/pa_stylesheet_connection.h,
13833: include/pa_stylesheet_manager.h, include/pa_table.h,
13834: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13835: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13836: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13837: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13838: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13839: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13840: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13841: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13842: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13843: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13844: main/pa_sql_driver_manager.C, main/pa_string.C,
13845: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
13846: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
13847: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13848: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13849: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13850: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13851: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13852: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13853: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13854: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13855: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13856: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13857: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13858: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13859: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13860: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13861: types/pa_vresponse.h, types/pa_vstateless_class.C,
13862: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13863: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13864: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13865: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13866: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13867: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
13868:
13869: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
13870: debug version of gc.dll
13871:
13872: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13873: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13874: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
13875: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
13876: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
13877: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
13878: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
13879: processes
13880:
13881: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
13882: main/pa_globals.C, targets/cgi/parser3.vcproj,
13883: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
13884: changes to reflect libxml xsl new folders
13885:
13886: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13887: lib/smtp/smtp.vcproj, main/main.vcproj,
13888: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
13889: to reflect libxml xsl new folders
13890:
13891: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13892: lib/smtp/smtp.vcproj, main/main.vcproj,
13893: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
13894: types/types.vcproj: started changes to reflect libxml xsl new
13895: folders
13896:
13897: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
13898: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
13899: src/main/compile.tab.C, src/main/main.vcproj,
13900: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
13901: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13902: started changes to reflect libxml xsl new folders
13903:
13904: 2004-02-10 paf
13905:
13906: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
13907: compile. recommened latest libxml up to date
13908:
13909: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
13910: pattern compilation errors", on which spent 4 hours worktime. use
13911: versions higher than that. recommended now latest up to date
13912:
13913: 2004-02-06 paf
13914:
13915: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
13916: beauty: unified destructing style
13917:
13918: * src/main/untaint.C: beauty: removed old def/ifdef
13919:
13920: * src/main/untaint.C: beauty: coredump @unknown untaint language
13921: now
13922:
13923: 2004-02-03 paf
13924:
13925: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
13926: targets/isapi/parser3isapi.C, types/pa_value.C,
13927: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
13928: then %ld/%lu
13929:
13930: * src/main/pa_common.C: typo: %l -> %u
13931:
13932: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
13933: in attributes or documents-results of transform now not xx;
13934:
13935: * src/classes/xnode.C: memleaks found: not fixed yet. todo
13936:
13937: * src/main/pa_charset.C: bugfix: forgot to undo some
13938:
13939: * src/main/pa_charset.C: beauty: uncomment
13940: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
13941: libraries
13942:
13943: 2004-02-02 paf
13944:
13945: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
13946: $cookie:example[ $.value[value] $.path[/there/] ]
13947:
13948: $cookie:example[ $.value[] $.expires[session]
13949: $.path[/there/] $.domain[test.com] ]
13950:
13951: * src/types/pa_vform.C: bugfix: empty values with
13952: enctype=multipart/form-data now produce entries in $form:tables
13953: <form method=post enctype=multipart/form-data> <input type=hidden
13954: name=a> <input type=hidden name=b>
13955:
13956: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
13957: <hr> <pre>$request:body
13958:
13959: 2004-01-30 paf
13960:
13961: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
13962: or documents-results of transform now not xx;
13963:
13964: * src/classes/date.C: bugfix: ^date::create[invalid fields now
13965: produce exception.
13966:
13967: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
13968: bugfix: ^date::create[invalid fields now produce exception.
13969:
13970: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
13971: year] now produces exception. todo: check other fields
13972:
13973: 2004-01-29 paf
13974:
13975: * src/include/pa_memory.h: typo error
13976:
13977: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
13978: more byte then specified, then zeroed it << useless and
13979: potentially harmful(could gpf)
13980:
13981: 2004-01-22 paf
13982:
13983: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
13984:
13985: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
13986: optimization
13987:
13988: * src/main/untaint.C: bugfix: whitespace now optimized properly
13989: [were bug: ^taint[1 & 2]="1 &2"
13990:
13991: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
13992: errors
13993:
13994: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
13995: overflow
13996:
13997: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
13998: error-reporting code * in parser-error reporting code [when no
13999: @unhandled_exception defined]
14000:
14001: fixed in one place: my *snprintf override
14002:
14003: 2004-01-13 paf
14004:
14005: * operators.txt: typo erro
14006:
14007: 2003-12-25 paf
14008:
14009: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14010: garbled [pieces after zero bytes were removed]
14011:
14012: 2003-12-22 paf
14013:
1.116 moko 14014: * src/include/Makefile.am: bugfix: removed from dist:
14015: src/include/pa_config_auto.h which were configured for
1.95 moko 14016: make-dist-platform and badly updated proper config file in target
14017: [when .tar used for updating existing source tree]
14018:
14019: * ChangeLog, operators.txt, src/classes/op.C,
14020: src/include/pa_sql_connection.h,
14021: src/include/pa_sql_driver_manager.h,
14022: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14023: feature: sql introducing ability to transcode charsets
14024:
14025: 2003-12-19 paf
14026:
14027: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14028: error message
14029:
14030: * src/main/pa_charset.C: bugfix: memory for charsethandler
14031: structure for libxml now allocated properly
14032:
14033: 2003-12-17 paf
14034:
14035: * src/types/pa_vfile.C: beauty: removed outdated cast
14036:
14037: * src/main/pa_common.C: bugfix: empty http response caused gpf
14038:
14039: * src/include/pa_string.h: bugfix: removed too strong a assert
14040:
14041: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14042: unreported xmlGenericErrors]
14043:
14044: 2003-12-15 paf
14045:
14046: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14047: works}
14048:
14049: 2003-12-11 paf
14050:
14051: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
14052: id
14053: !$status:tid thread id
14054:
14055: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14056: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14057: bugfix(solaris): removed dependency on object initialization
14058: order [one more place]
14059:
14060: * src/: classes/file.C, classes/mail.C, classes/op.C,
14061: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14062: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14063: understand that
14064:
14065: * src/: classes/file.C, classes/mail.C, classes/op.C,
14066: classes/xdoc.C, include/pa_cache_managers.h,
14067: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14068: include/pa_stylesheet_manager.h, main/pa_request.C,
14069: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14070: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14071: ctor call [relying on implicit String::Body(cstr) call]
14072:
14073: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14074: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14075: object initialization order [two places]
14076:
14077: 2003-12-10 paf
14078:
14079: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14080: << time now ok
14081:
14082: * operators.txt, src/main/pa_sql_driver_manager.C,
14083: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14084: operational
14085:
14086: * ChangeLog, operators.txt, src/classes/xdoc.C,
14087: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14088: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14089: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14090: back operational
14091:
14092: 2003-12-02 paf
14093:
14094: * src/types/pa_vmail.C: bugfix:
14095: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14096: as-is forced]
14097:
14098: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14099: exceptions out of libxml callbacks: reimplemented error handling
14100: of http://localhost, parser://method and safemode check callbacks
14101:
14102: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14103: [merged from HEAD]
14104:
14105: * src/classes/image.C: nothing: comment removed
14106:
14107: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14108: addresses to int
14109:
14110: 2003-12-01 paf
14111:
14112: * src/main/pa_xml_io.C: bugfix: typo
14113:
14114: * src/main/pa_globals.C: bugfix: win32: compile prob
14115:
14116: * src/classes/xdoc.C: bugfix: typo
14117:
14118: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14119: exception
14120:
14121: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14122:
14123: 2003-11-28 paf
14124:
14125: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14126: all xml documents read
14127:
14128: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14129:
14130: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14131: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14132: replaced original open mech of xdoc::create & co to use libxml
14133: open, so that this would work for root document todo: safe mode
14134: checks to libxml: ideally to some 1 point
14135:
14136: * src/main/pa_xml_io.C: comment
14137:
14138: * operators.txt, src/main/pa_xml_io.C: leading / in
14139: http://parser[abscent params]
14140:
14141: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
14142: works. todo: maybe replace original open mech of xdoc::create &
14143: co to use libxml open, so that this would work for root document
14144:
14145: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14146: "parser://method/params/here"> <test> &test^; </test> }]
14147:
14148: ^taint[^xdoc.string[]]
14149:
14150: @method[param] <!ENTITY test
14151: "test-entity-value+$form:user+$param!">
14152:
14153: 2003-11-27 paf
14154:
14155: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14156:
14157: * src/classes/date.C: bugfix: typo error
14158:
14159: 2003-11-26 paf
14160:
14161: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
14162: src/main/Makefile.am, src/main/main.vcproj,
14163: src/main/pa_globals.C, src/main/pa_request.C,
14164: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
14165: xml errors to hash<thread_id,error> reorganization: xml io moved
14166: to pa_xml_io.C/h
14167:
14168: * src/types/pa_value.h: warnings: --
14169:
14170: 2003-11-25 paf
14171:
14172: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14173: whatever)
14174:
14175: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14176: a, (c?x:y, z)
14177:
14178: * src/main/untaint.C: bugfix: consequences of not reading this
14179: comment: CORD_pos_chars_left /* Number of characters in cache.
14180: <= 0 ==> none */
14181:
14182: * src/include/pa_array.h: removed needless checks
14183:
14184: 2003-11-24 paf
14185:
14186: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14187: removed limit: now $form:xxx can be accessed anytime, even in
14188: @auto/conf [and request/response:charset still can be changed
14189: anytime]
14190:
14191: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14192: now not transcodes response body
14193:
14194: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
14195: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
14196: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
14197: $xdoc.firstChild.firstChild.nodeValue[different]
14198: ^taint[^xdoc.string[]]
14199:
14200: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14201: workaround: static Hash::allocates -> static Hash_allocates
14202:
14203: 2003-11-21 paf
14204:
1.116 moko 14205: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14206: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14207: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14208:
14209: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14210:
14211: * src/classes/mail.C: bugfix: typo
14212:
14213: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14214: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14215: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14216: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14217: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14218: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14219:
14220: * src/main/pa_exec.C: bug in safe mode
14221:
14222: * src/include/Makefile.am: pa_xml_exception.h
14223:
14224: * src/targets/isapi/parser3isapi.C: more warnings --
14225:
14226: 2003-11-20 paf
14227:
14228: * src/: classes/math.C, classes/op.C, classes/string.C,
14229: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14230: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14231: --
14232:
14233: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14234: more warnings --
14235:
14236: * src/classes/xdoc.C: more warnings --
14237:
14238: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14239:
14240: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14241: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14242:
14243: * src/: classes/date.C, classes/file.C, classes/hash.C,
14244: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14245: classes/table.C, include/pa_cache_managers.h,
14246: include/pa_stylesheet_connection.h, main/pa_request.C,
14247: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14248: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14249: --
14250:
14251: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14252: can't report problem (undefined @unhandled_exception) problem
14253: source string were not reported
14254:
14255: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14256: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14257: classes/hashfile.C, classes/image.C, classes/int.C,
14258: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14259: classes/response.C, classes/string.C, classes/table.C,
14260: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14261: include/pa_array.h, include/pa_cache_managers.h,
14262: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14263: include/pa_config_fixed.h, include/pa_dictionary.h,
14264: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14265: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14266: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14267: include/pa_request.h, include/pa_request_charsets.h,
14268: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14269: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14270: include/pa_stack.h, include/pa_string.h,
14271: include/pa_stylesheet_connection.h,
14272: include/pa_stylesheet_manager.h, include/pa_table.h,
14273: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14274: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14275: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14276: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14277: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14278: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14279: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14280: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14281: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14282: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14283: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14284: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14285: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14286: targets/isapi/parser3isapi.C, types/pa_junction.h,
14287: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14288: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14289: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14290: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14291: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14292: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14293: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14294: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14295: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14296: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14297: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14298: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14299: types/pa_vresponse.h, types/pa_vstateless_class.C,
14300: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14301: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14302: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14303: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14304: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14305: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
14306: const IDENT
14307:
14308: * src/: include/pa_array.h, include/pa_pool.h,
14309: include/pa_request.h, include/pa_string.h, include/pa_table.h,
14310: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
14311: types/pa_wcontext.h: more warnings --
14312:
14313: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
14314: classes/file.C, classes/hash.C, classes/hashfile.C,
14315: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14316: classes/memory.C, classes/op.C, classes/string.C,
14317: classes/table.C, classes/xdoc.C, classes/xnode.C,
14318: include/pa_config_includes.h, include/pa_operation.h,
14319: include/pa_sql_connection.h, include/pa_table.h,
14320: include/pa_types.h, lib/ltdl/config_fixed.h,
14321: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
14322: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
14323: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
14324: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
14325: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
14326: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
14327: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
14328: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
14329: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
14330: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
14331: types/pa_vmail.C, types/pa_vobject.C,
14332: types/pa_vstateless_class.h, types/pa_vtable.C,
14333: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14334: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
14335: on all projects (except libltdl=off & libsdbm=level3) found
14336: several unitialized vars
14337:
14338: 2003-11-19 paf
14339:
14340: * src/classes/op.C: more ansi C++ comp
14341:
14342: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14343: src/main/pa_request.C: ^cache[...]{body}{catch block with
14344: $exception.handled[cache] meaning "get expired cache, if any.
14345: else error"}
14346:
14347: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
14348: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
14349: ^cache[...]{body}{catch code with $exception.cache field}
14350:
14351: 2003-11-12 paf
14352:
14353: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
14354: [copy/paste bug]
14355:
14356: 2003-11-11 paf
14357:
14358: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
14359: failed]
14360:
14361: 2003-11-10 paf
14362:
14363: * src/types/pa_vconsole.h: flush
14364:
14365: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
14366: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
14367: read/write [for nntp]
14368:
14369: * operators.txt: mysql: transaction support: ?autocommit=0
14370:
14371: * operators.txt: comment: updated
14372:
14373: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
14374: serialize version and exipire now removes entries
14375:
14376: * operators.txt: ^hashfile.delete[] removes files altogether [and
14377: dir, if could]
14378:
14379: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
14380: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
14381: removes files altogether [and dir, if could]
14382:
14383: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
14384: nonexistent pair. .c coded that that was error. fixed
14385:
14386: * src/types/pa_vhashfile.C: sdbm: exception type change to
14387: file.access [regretfull can't split it to different exceptions
14388: without modifying sdbm source wich would prefer not to]
14389:
14390: 2003-11-07 paf
14391:
14392: * src/: classes/date.C, classes/file.C, classes/hash.C,
14393: classes/hashfile.C, classes/image.C, classes/table.C,
14394: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
14395: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
14396: main/execute.C, main/main.vcproj, main/pa_pool.C,
14397: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
14398: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
14399: types/pa_vstateless_class.h: resurrected: pool idea. now only for
14400: destructing objects at request processing end
14401:
14402: 2003-11-06 paf
14403:
14404: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
14405: updates
14406:
14407: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
14408: to include sdbm
14409:
1.116 moko 14410: * src/include/: pa_config_includes.h, pa_version.h: our
14411: replacements of max& co only for cpp
1.95 moko 14412:
14413: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
14414: upper dir, .am updated
14415:
14416: * tests/todo.txt: hashfile: done
14417:
14418: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
14419: expiration [time in value. todo: move time to key]
14420:
14421: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
14422:
14423: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
14424: to do that in foreach, no errors, but surely wrong]
14425:
14426: * operators.txt, src/types/pa_vhashfile.C,
14427: src/types/pa_vhashfile.h: hashfile: clear and proper locking
14428:
14429: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
14430: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
14431: foreach
14432:
14433: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
14434: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
14435:
14436: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
14437: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
14438:
14439: * src/: include/pa_memory.h, targets/cgi/parser3.C,
14440: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14441: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
14442: get/put [raw]
14443:
14444: * src/: classes/op.C, main/pa_os.C: just linked
14445:
14446: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
14447: XmlException changes
14448:
14449: * src/: include/pa_charset.h, include/pa_globals.h,
14450: include/pa_stylesheet_connection.h, main/pa_exception.C:
14451: XmlException changes
14452:
14453: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
14454:
14455: * src/: include/pa_common.h, include/pa_exception.h,
14456: main/main.vcproj, main/pa_common.C, include/pa_os.h,
14457: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
14458: main/pa_xml_exception.C: locking move to pa_os [along with
14459: pa_sleep] apr-impl locking done
14460:
14461: * configure, configure.in, operators.txt, parser3.sln,
14462: src/classes/classes.vcproj, src/classes/hashfile.C,
14463: src/classes/xdoc.C, src/include/pa_config_fixed.h,
14464: src/include/pa_exception.h, src/include/pa_globals.h,
14465: src/include/pa_memory.h, src/include/pa_version.h,
14466: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
14467: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
14468: src/main/compile.tab.C, src/main/main.vcproj,
14469: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
14470: src/types/Makefile.am, src/types/pa_vhash.C,
14471: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
14472: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
14473: again with sdbm from apache
14474:
14475: 2003-11-05 paf
14476:
14477: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14478: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
14479: \parser3project dir anymore
14480:
14481: * src/main/pa_charset.C: bugfix: had broken binary search [copied
14482: thoughtlessly from xalan]
14483:
14484: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
14485: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
14486: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
14487:
14488: * src/main/helpers/CaseFolding.txt:
14489: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
14490:
14491: 2003-11-04 paf
14492:
14493: * operators.txt: comment: ^mail:send[$.options[
14494:
14495: * src/classes/table.C: compiled on unix
14496:
1.116 moko 14497: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 14498:
14499: * src/classes/mail.C: compiled on unix
14500:
14501: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
14502: src/types/pa_vmail.h: !^mail:send[
14503: $.options[unix: string to append to sendmail command
14504: line]
14505:
14506: * operators.txt, src/classes/table.C, src/main/pa_string.C,
14507: tests/todo.txt: ^table.save[... $.separator[^#09]
14508: $.encloser["] <nothing> by default
14509:
14510: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
14511: !$.separator[^#09] !$.encloser["] <nothing> by
14512: default
14513:
14514: 2003-11-03 paf
14515:
14516: * operators.txt, src/classes/table.C, src/main/pa_common.C:
14517: ^table::load[; options: !$.column-separator[^#09]
14518: !$.column-encloser["]
14519:
14520: * operators.txt, src/include/pa_config_fixed.h,
14521: src/types/pa_vrequest.C: $request:document-root
14522:
14523: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
14524: [already included into uri=xxx]
14525:
14526: * operators.txt, src/classes/image.C, tests/todo.txt:
14527: ^image.gif[filename] for $response:download
14528:
14529: * src/classes/date.C: minor precaution
14530:
14531: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
14532: !^date.unix-timestamp[]
14533:
14534: 2003-10-30 paf
14535:
14536: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
14537: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
14538:
14539: * src/classes/: date.C, image.C: improvement diagnostics:
14540: $now[^date::create[$undefined]] now is error
14541:
14542: * src/main/pa_common.C: read errors would now be reported 'actually
14543: read -1 bytes'
14544:
14545: 2003-10-24 paf
14546:
14547: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
14548: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
14549: src/main/Makefile.am, src/targets/cgi/Makefile.am,
14550: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
14551:
14552: 2003-10-22 paf
14553:
14554: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
14555:
14556: 2003-10-21 paf
14557:
14558: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
14559: fixed: string.match[g] without <'> option produced columns with
14560: NULL's, which gpf'ed at table.save time
14561:
14562: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
14563: recoursion' message with intensive throw-catches fixed: incorrect
14564: name and line (one name upper then needed) in error message about
14565: problems inside try block
14566:
14567: 2003-10-10 paf
14568:
14569: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
14570: check offset argument for validity did that in String::Body::pos
14571: myself http://i2/tasks/edit/?id=4577425257580789777
14572:
14573: 2003-10-07 paf
14574:
14575: * src/main/: compile.tab.C, compile.y: ^if ( better error:
14576: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
14577:
14578: 2003-10-03 paf
14579:
14580: * parser3.sln, src/include/pa_dictionary.h,
14581: src/main/pa_dictionary.C, src/main/pa_string.C,
14582: src/targets/cgi/parser3.vcproj: dictionary optimized by
14583: precalculating cstr&length
14584:
14585: 2003-10-02 paf
14586:
14587: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14588: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14589: main/pa_stylesheet_manager.C: bugfix: ^throw context were
14590: saved/restored incompletely http://www.parser.ru/forum/?id=21484
14591:
14592: 2003-09-30 paf
14593:
14594: * src/main/pa_string.C: string::replace bug fix [were ignoring
14595: occurrances after lang-mismatched
14596:
14597: 2003-09-29 paf
14598:
14599: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
14600: helper
14601:
14602: * src/main/pa_string.C: string::serialize bug fix with
14603: zero-terminator
14604:
14605: * src/classes/table.C: ^nameless_table.save column row now has no
14606: \t at the end
14607:
14608: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14609: @postprocess now takes $response:body/download
14610:
14611: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
14612: error message
14613:
14614: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
14615:
14616: * src/classes/table.C: bugfix: flip: must produce nameless
14617: http://i2/tasks/edit/?id=4573405524674081244
14618:
14619: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
14620: main/helpers/simple_folding.pl: utf-8 upper/lower
14621:
14622: * src/main/pa_common.C: bugfix: utf signature were not ignored due
14623: to typo error http://i2/tasks/edit/?id=4573354650786434584
14624:
14625: 2003-09-26 paf
14626:
14627: * src/main/untaint.C: removed needless field
14628:
14629: * src/main/untaint.C: removed needless const
14630:
14631: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
14632: String.for_each bug fixed [omited one-char cases]
14633:
14634: * src/include/pa_stack.h: bugfix: before collecting garbage,
14635: runtime-executor stack were cleared... BADLY
14636:
14637: * src/main/pa_string.C: ^stirng.replace code used old
14638: param-convention on langs.append, fixed that search fo the like,
14639: found none
14640:
14641: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
14642: string::serialize/deserialize implemented Language enum assigned
14643: meaningful letters [more convinient for debugging. read warning
14644: before adding/changing anything]
14645:
14646: 2003-09-25 paf
14647:
14648: * src/: include/pa_string.h, include/pa_version.h,
14649: main/pa_string.C, main/untaint.C: templates and anonymous unions
14650: differences on unix
14651:
14652: * parser3.sln, src/classes/file.C, src/classes/image.C,
14653: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
14654: src/classes/xdoc.C, src/classes/xnode.C,
14655: src/include/pa_cache_managers.h, src/include/pa_charset.h,
14656: src/include/pa_charsets.h, src/include/pa_common.h,
14657: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
14658: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
14659: src/include/pa_table.h, src/lib/cord/cordbscs.c,
14660: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
14661: src/lib/cord/include/cord.h, src/main/compile.tab.C,
14662: src/main/compile_tools.h, src/main/pa_charset.C,
14663: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
14664: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14665: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
14666: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
14667: src/types/pa_vmail.C, src/types/pa_vmath.C,
14668: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
14669: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
14670:
14671: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
14672: functions aligned to that of eeparser3 look
14673:
14674: * src/lib/cord/cordprnt.c: removed warnings
14675:
14676: 2003-09-24 paf
14677:
14678: * src/: classes/file.C, classes/image.C, classes/mail.C,
14679: classes/op.C, classes/xdoc.C, classes/xnode.C,
14680: include/pa_cache_managers.h, include/pa_charset.h,
14681: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
14682: include/pa_sql_driver_manager.h, include/pa_string.h,
14683: include/pa_stylesheet_manager.h, include/pa_table.h,
14684: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
14685: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
14686: main/pa_sql_driver_manager.C, main/pa_string.C,
14687: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
14688: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
14689: types/pa_vstateless_class.h, types/pa_vstatus.C,
14690: types/pa_vxnode.C: v() functions of String::Body,
14691: String::Languages and String itself StringBody->String::Body
14692:
14693: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14694: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
14695: never optimized anything. todo: somehow speed up harder cases:
14696: concatenationA+concatenationB when last block of A and first of B
14697: contain same letters
14698:
14699: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14700: lib/cord/include/cord.h: langs: speed up by joining adjucent
14701: blocks of same char [CORD_append_block]
14702:
14703: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14704: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
14705: save space by extending blocks when appending block with c ==
14706: lastblock.c
14707:
14708: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
14709: working yet :( but more working &understood :)
14710:
14711: * src/: classes/table.C, include/pa_string.h,
14712: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
14713:
14714: 2003-09-23 paf
14715:
14716: * src/main/untaint.C: $a[ok!] $a works!
14717:
14718: * src/main/untaint.C: something even more works :)
14719:
14720: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14721: something more works :)
14722:
14723: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14724: lib/cord/cordxtra.c: something already works :)
14725:
14726: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
14727: serialize&deserialize
14728:
14729: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
14730: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
14731: main/untaint.C: main idea implemented, details left
14732:
14733: 2003-09-22 paf
14734:
14735: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
14736:
14737: * src/classes/xnode.C: copy/paste comment bugfix
14738:
14739: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
14740: allocator returns 0, just die.
14741: http://i2/tasks/edit/?id=4570798492410259445
14742:
14743: * src/classes/xdoc.C: copy/paste comment bugfix
14744:
14745: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
14746: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
14747: xnode: getAttributeNS setAttributeNS removeAttributeNS
14748: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
14749:
14750: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
14751: chars due to bitwise operation signed-char error]
14752:
14753: 2003-09-19 paf
14754:
14755: * src/types/pa_wcontext.C: output message: more practical
14756: suggestion
14757:
14758: * src/main/pa_common.C, operators.txt: merged
14759: $f[^file::load[binary;http://...]] $f.tables
14760:
14761: 2003-09-02 paf
14762:
14763: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
14764: flush stdout without referencing 'stdout' symbol. to hell with
14765: non-ansi libraries without 'stdout' symbol
14766:
14767: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
14768: unix (users reported problems with some old libc)
14769:
14770: * src/types/pa_vdate.h: forgot initializer
14771:
14772: 2003-09-01 paf
14773:
14774: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
14775: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
14776: zone]
14777:
14778: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
14779:
14780: 2003-08-19 paf
14781:
14782: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
14783: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
14784: simplified a little
14785:
14786: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
14787: [lost fix from 3.0.8]
14788:
14789: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
14790: visible here }
14791:
14792: bug fix
14793:
14794: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
14795:
14796: * src/main/compile.tab.C: initialized couple of variables about
14797: which user reported runtime problems when parser were compiled
14798: with VC7, warning level4. study shows that later in bison
14799: they've fixed that. would migrate to latest bison someday
14800:
14801: * src/types/pa_vmail.C: turned off recoding in gmime (were still
14802: recoding headers)
14803:
14804: * src/types/pa_vmail.C: works as before, same charset problems:
14805: gmime recodes to UTF-8 only headers, not body. so not recoding
14806: anything for now
14807:
14808: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
14809: problems with body
14810:
14811: * src/types/pa_vmail.C: mail_receive just compiled
14812:
14813: 2003-08-18 paf
14814:
14815: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14816: main/main.vcproj, types/types.vcproj: win32: continued process
14817: detaching from \parser3project directory
14818:
14819: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
14820: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
14821: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
14822: src/lib/pcre/pcre_dftables.dsp,
14823: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
14824: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
14825: src/types/types.dsp: moved to MSVC 7
14826:
14827: * gnu.vcproj.vspscc, parser3.vssscc,
14828: src/classes/classes.vcproj.vspscc,
14829: src/lib/cord/cord.vcproj.vspscc,
14830: src/lib/ltdl/libltdl.vcproj.vspscc,
14831: src/lib/md5/md5.vcproj.vspscc,
14832: src/lib/pcre/pcre_dftables.vcproj.vspscc,
14833: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
14834: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
14835: src/targets/isapi/parser3isapi.vcproj.vspscc,
14836: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
14837: moved to MSVC 7
14838:
14839: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
14840: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
14841: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
14842: src/lib/pcre/pcre_dftables.vcproj,
14843: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
14844: src/targets/cgi/parser3.vcproj,
14845: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14846: new VS project files
14847:
14848: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
14849: .NET to detect Jalindi Igloo capabilities.
14850:
14851: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 14852: src/classes/classes.awk, src/doc/footer.htm,
14853: src/include/pa_config_fixed.h, src/include/pa_version.h,
14854: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 14855: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
14856: src/types/pa_vmail.C: merged 3.1.0 latest changes
14857:
14858: 2003-08-15 paf
14859:
14860: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14861: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
14862:
14863: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14864: non-ascii <yyy> now encoded correctly
14865:
14866: 2003-07-29 paf
14867:
1.116 moko 14868: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
14869: dist
1.95 moko 14870:
14871: * src/types/pa_vmail.C: just started --with-mail-receive
14872:
14873: 2003-07-28 paf
14874:
1.116 moko 14875: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
14876: dependence in src/classes, src/lib/gc now in dist
1.95 moko 14877:
14878: * src/main/pa_string.C: ^cache bug fix [were not working at all]
14879:
14880: 2003-07-25 paf
14881:
14882: * src/doc/footer.htm: year
14883:
14884: 2003-07-24 paf
14885:
14886: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
14887: fix
14888:
14889: * src/include/pa_version.h: release
14890:
1.116 moko 14891: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 14892:
14893: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
14894: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
14895: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
14896: getting rid of win32xml pseudo project
14897:
14898: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
14899:
1.116 moko 14900: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
14901: configure.in, operators.txt, parser3.dsw,
1.95 moko 14902: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 14903: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 14904: src/classes/classes.C, src/classes/classes.awk,
14905: src/classes/classes.dsp, src/classes/classes.h,
14906: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14907: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14908: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14909: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14910: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14911: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14912: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
14913: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 14914: src/include/pa_array.h, src/include/pa_cache_managers.h,
14915: src/include/pa_charset.h, src/include/pa_charsets.h,
14916: src/include/pa_common.h, src/include/pa_config_auto.h.in,
14917: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
14918: src/include/pa_dictionary.h, src/include/pa_dir.h,
14919: src/include/pa_exception.h, src/include/pa_exec.h,
14920: src/include/pa_globals.h, src/include/pa_hash.h,
14921: src/include/pa_memory.h, src/include/pa_opcode.h,
14922: src/include/pa_operation.h, src/include/pa_pool.h,
14923: src/include/pa_pragma_pack_begin.h,
1.95 moko 14924: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
14925: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
14926: src/include/pa_sapi.h, src/include/pa_socks.h,
14927: src/include/pa_sql_connection.h,
14928: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
14929: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
14930: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14931: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 14932: src/include/pa_uue.h, src/lib/Makefile.am,
14933: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
14934: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
14935: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
14936: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 14937: src/lib/cord/include/ec.h,
14938: src/lib/cord/include/private/Makefile.am,
14939: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 14940: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
14941: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 14942: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 14943: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
14944: src/main/compile_tools.C, src/main/compile_tools.h,
14945: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
14946: src/main/pa_cache_managers.C, src/main/pa_charset.C,
14947: src/main/pa_charsets.C, src/main/pa_common.C,
14948: src/main/pa_dictionary.C, src/main/pa_dir.C,
14949: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 14950: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
14951: src/main/pa_request.C, src/main/pa_socks.C,
14952: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14953: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 14954: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
14955: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
14956: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
14957: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
14958: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
14959: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
14960: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 14961: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
14962: src/targets/isapi/parser3isapi.dsp,
14963: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 14964: src/types/pa_junction.h, src/types/pa_method.h,
14965: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 14966: src/types/pa_vclass.C, src/types/pa_vclass.h,
14967: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14968: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14969: src/types/pa_vdouble.h, src/types/pa_venv.h,
14970: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14971: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14972: src/types/pa_vimage.C, src/types/pa_vimage.h,
14973: src/types/pa_vint.h, src/types/pa_vjunction.h,
14974: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
14975: src/types/pa_vmath.h, src/types/pa_vmemory.h,
14976: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14977: src/types/pa_vobject.C, src/types/pa_vobject.h,
14978: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14979: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14980: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14981: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14982: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14983: src/types/pa_vstring.h, src/types/pa_vtable.C,
14984: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14985: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14986: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14987: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14988: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
14989: HEAD
14990:
14991: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
14992: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
14993: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
14994: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
14995: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
14996: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
14997: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
14998: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
14999: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15000: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15001: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15002: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15003: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15004: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15005: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15006: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15007: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15008: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15009: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15010: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15011: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15012: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15013: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15014: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15015: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15016: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15017: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15018: outputs/create-dir, results/001.processed, results/002.processed,
15019: results/003.processed, results/004.processed,
15020: results/005.processed, results/006.processed,
15021: results/007.processed, results/008.processed,
15022: results/009.processed, results/010.processed,
15023: results/011.processed, results/012.processed,
15024: results/013.processed, results/014.processed,
15025: results/015.processed, results/016.processed,
15026: results/017.processed, results/018.processed,
15027: results/019.processed, results/020.processed,
15028: results/021.processed, results/022.processed,
15029: results/023.processed, results/024.processed,
15030: results/025.processed, results/026.processed,
15031: results/027.processed, results/028.processed,
15032: results/029.processed, results/030.processed,
15033: results/031.processed, results/032.processed,
15034: results/033.processed, results/034.processed,
15035: results/035.processed, results/036.processed,
15036: results/037.processed, results/038.processed,
15037: results/039.processed, results/040.processed,
15038: results/041.processed, results/042.processed,
15039: results/043.processed, results/044.processed,
15040: results/045.processed, results/046.processed,
15041: results/047.processed, results/048.processed,
15042: results/049.processed, results/050.processed,
15043: results/051.processed, results/052.processed,
15044: results/053.processed, results/054.processed,
15045: results/055.processed, results/056.processed,
15046: results/057.processed, results/058.processed,
15047: results/059.processed, results/060.processed,
15048: results/061.processed, results/062.processed,
15049: results/063.processed, results/064.processed,
15050: results/065.processed, results/066.processed,
15051: results/067.processed, results/068.processed,
15052: results/069.processed, results/070.processed,
15053: results/071.processed, results/072.processed,
15054: results/073.processed, results/074.processed,
15055: results/075.processed, results/076.processed,
15056: results/077.processed, results/078.processed,
15057: results/079.processed, results/080.processed,
15058: results/081.processed, results/082.processed,
15059: results/083.processed, results/084.processed,
15060: results/085.processed, results/086.processed,
15061: results/087.processed, results/088.processed,
15062: results/089.processed, results/090.processed,
15063: results/091.processed, results/092.processed,
15064: results/093.processed, results/094.processed,
15065: results/095.processed, results/096.processed,
15066: results/097.processed, results/098.processed,
15067: results/099.processed, results/100.processed,
15068: results/101.processed, results/102.processed,
15069: results/103.processed, results/104.processed,
15070: results/105.processed, results/106.processed,
15071: results/107.processed, results/108.processed,
15072: results/109.processed, results/110.processed,
15073: results/111.processed, results/112.processed,
15074: results/113.processed, results/114.processed,
15075: results/115.processed, results/116.processed,
15076: results/117.processed, results/118.processed,
15077: results/119.processed, results/120.processed,
15078: results/121.processed, results/122.processed,
15079: results/123.processed, results/124.processed,
15080: results/125.processed, results/126.processed,
15081: results/127.processed, results/128.processed,
15082: results/129.processed, results/130.processed,
15083: results/131.processed, results/132.processed,
15084: results/133.processed, results/134.processed,
15085: results/135.processed, results/136.processed,
15086: results/137.processed, results/138.processed,
15087: results/139.processed, results/140.processed,
15088: results/141.processed: merged(copied) to HEAD from template_gc
15089:
15090: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15091: towards \parser3project not having to be in root
15092:
15093: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15094: module compiled [were minor unnecessary changes in lib/md5
15095: interface]
15096:
15097: * src/include/pa_version.h: release
15098:
15099: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15100:
15101: * src/classes/math.C: merged uuid bugfix
15102:
15103: * tests/: 141.html, results/141.processed: fixed bug with
15104: too-small-a-buffer
15105:
15106: * src/classes/math.C: uuid bugfix
15107:
15108: * tests/: 141.html, Makefile, results/005.processed,
15109: results/030.processed, results/075.processed,
15110: results/078.processed: to reflect date format change (were -
15111: become ' ')
15112:
15113: * src/classes/math.C: uuid bugfix
15114:
15115: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15116: debug/release changes
15117:
15118: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15119:
15120: 2003-07-23 paf
15121:
15122: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15123: renamed a little [to move to comman naming conv]
15124:
1.116 moko 15125: * src/targets/Makefile.am: apache13 splitted to simplify apache
15126: build
1.95 moko 15127:
15128: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15129: main/pa_request.C, main/pa_sql_driver_manager.C,
15130: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15131: stack top_index() fixed
15132:
15133: * src/main/pa_globals.C: minor style changes
15134:
15135: * src/: classes/op.C, include/pa_sql_connection.h: connection
15136: closing/caching fixed [connections were not closed/put to cache]
15137:
15138: 2003-07-22 paf
15139:
15140: * INSTALL: gc part updated stightly
15141:
15142: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15143: new sapi interface
15144:
15145: * src/classes/file.C: comment on OS
15146:
15147: * src/main/pa_string.C: removed reduntant invariant check [there is
15148: one deeper in cord lib]
15149:
15150: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15151:
15152: * src/main/pa_memory.C: out of memory is no longer coredump
15153:
15154: * INSTALL: disable-threads adviced
15155:
15156: 2003-07-21 paf
15157:
1.116 moko 15158: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15159:
15160: * src/classes/file.C: file::exec/cgi environment variables now must
15161: be UPPERCASE and A-Z 0-9 _-
15162:
15163: * src/classes/file.C: env passing fixed
15164:
15165: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15166:
15167: * src/main/pa_common.C: http:// CRLF now
15168:
15169: 2003-07-02 paf
15170:
15171: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
15172: fields to reflect their real meaning
15173:
15174: 2003-06-27 paf
15175:
15176: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15177: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15178: file::exec/cgi .charset
15179:
15180: 2003-06-26 paf
15181:
15182: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15183: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15184: src/classes/table.C: fixed several uninitialized local
15185: structures. notably ^hash.foreach now inserts delimiters
15186: properly [were inserting it before first body]
15187:
15188: 2003-06-24 paf
15189:
15190: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15191:
15192: 2003-06-20 paf
15193:
15194: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15195: src/main/pa_globals.C: introducing
15196: $f[^file::load[binary;http://...]] $f.tables
15197:
15198: 2003-06-06 paf
15199:
15200: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15201: table. [were method lookup: inconsistent]
15202:
15203: 2003-06-02 paf
15204:
15205: * src/include/pa_memory.h: empty string clone fixed to return
15206: writable memory
15207:
15208: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15209: were not appended] which violated string invariant
15210:
15211: 2003-05-30 paf
15212:
15213: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15214: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15215:
15216: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15217: GMT ; RFC 822, updated by RFC 1123
15218:
15219: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15220: targets/isapi/parser3isapi.C: initialized request_info properly
15221:
15222: * src/classes/xnode.C: found minor bug, commended for future
15223:
15224: 2003-05-28 paf
15225:
15226: * src/classes/form.C: request_info.content_length can't be <0,
15227: size_t for some time
15228:
15229: 2003-05-26 paf
15230:
15231: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15232: forgotten <0 changed to !=STRING_NOT_FOUND
15233:
15234: * src/classes/math.C: merged ffffu from HEAD
15235:
15236: 2003-05-11 paf
15237:
15238: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15239:
15240: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15241: premature doc free. transformed document had xmlDoc reference
15242: stored to non-gc-memory (libgdome) added holding-reference
15243:
15244: 2003-04-29 paf
15245:
15246: * src/main/pa_globals.C: started digging on double free. on win32
15247: found that that's perfectly normal.
15248:
15249: 2003-04-25 paf
15250:
15251: * src/classes/table.C: table.join bug fix [bad limit check]
15252:
15253: * src/classes/math.C: merged from HEAD: simpiler hash_string
15254:
15255: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15256: print anything. changed to quicker and simplier code
15257:
15258: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15259: strict a check]
15260:
15261: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15262:
15263: 2003-04-24 paf
15264:
15265: * src/include/pa_table.h: too strict assert loosened
15266:
15267: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15268: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15269: report
15270:
15271: 2003-04-21 paf
15272:
1.116 moko 15273: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15274:
15275: * src/main/pa_globals.C: pcre memory management changed to use GC
15276: memory
15277:
15278: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15279: xmlMallocAtomic [author agreed to my suggestion], used that
15280:
15281: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15282:
15283: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15284: types/pa_vmail.C: attributed_meaning_to_string added
15285: L_UNSPECIFIED piece which was sortof OK, but violated string
15286: invariant [assertion barked on that] changed to L_PASS_APPEND,
15287: made that param obligatory
15288:
15289: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
15290: fixed [assert helped]
15291:
15292: * src/include/pa_string.h: assert added [looking for bug]
15293:
15294: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
15295: names on Win32 considered disk-global
15296:
15297: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
15298: considered disk-global
15299:
15300: 2003-04-18 paf
15301:
15302: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
15303: filenames
15304:
15305: * src/main/untaint.C: enabled '~' letter in filenames
15306:
15307: 2003-04-16 paf
15308:
15309: * src/classes/file.C: small bug introduced in autoptr times fixed
15310:
15311: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
15312: HEAD
15313:
1.116 moko 15314: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 15315:
15316: 2003-04-15 paf
15317:
15318: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
15319: src/lib/md5/pa_md5c.c, tests/141.html,
15320: tests/results/141.processed: merged from head ^math:uuid[]
15321: ^math:uid64[] ^math:md5[string]
15322:
15323: test added: 141.html
15324:
15325: * operators.txt, src/classes/math.C: ^math:uid64[]
15326:
15327: * src/classes/math.C: ^math:uuid[]
15328:
15329: * operators.txt, src/classes/math.C: ^math:uuid[]
15330:
15331: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
15332: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
15333:
15334: * operators.txt, src/classes/file.C, src/include/pa_common.h,
15335: src/include/pa_config_fixed.h, src/main/pa_common.C:
15336: ^file::load[mode;name; $.offset $.limit
15337:
15338: 2003-04-14 paf
15339:
15340: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15341: started ^math:md5
15342:
15343: * src/classes/table.C, src/include/pa_array.h,
15344: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
15345: tests/results/140.processed: table $.reverse option works in
15346: create&co table $.distinct[tables] bug fix merged
15347:
15348: * src/: classes/table.C, include/pa_table.h: table
15349: $.distinct[tables] bug fixed
15350:
15351: * src/classes/table.C: more warnings
15352:
15353: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
15354: removed checks in table::set_current, moved them back to
15355: table::locate implemented table::create/join ñ $.reverse
15356:
15357: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
15358: removed checks in table::set_current, moved them back to
15359: table::locate
15360:
15361: 2003-04-11 paf
15362:
15363: * operators.txt, src/classes/date.C, src/classes/table.C,
15364: src/include/pa_array.h, src/include/pa_common.h,
15365: src/include/pa_config_includes.h, src/include/pa_string.h,
15366: src/include/pa_table.h, src/main/pa_request.C,
15367: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15368: src/main/pa_table.C: merged from HEAD from
15369: before_append_array_limit_sense_change to
15370: after_append_array_limit_sense_change
15371:
15372: * src/classes/table.C: typo
15373:
15374: * operators.txt, src/classes/date.C, src/classes/table.C,
15375: src/include/pa_array.h, src/include/pa_common.h,
15376: src/include/pa_config_includes.h, src/include/pa_globals.h,
15377: src/include/pa_table.h, src/main/pa_array.C,
15378: src/main/pa_globals.C, src/main/pa_request.C,
15379: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15380: src/main/pa_table.C: append_array_limit_sense_change locate
15381: accepts options same as create new option: $.reverse(1) [do not
15382: work in table::create]
15383:
15384: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
15385: (stat xxx,
15386:
15387: * src/classes/: table.C: typo
15388:
15389: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
15390: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
15391: results/130.processed, results/131.processed,
15392: results/132.processed, results/133.processed,
15393: results/134.processed, results/135.processed,
15394: results/136.processed, results/137.processed,
15395: results/138.processed, results/139.processed: added few mustfail
15396: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
15397: date/time 132.html mustfail: access to junction outside of
15398: context 133.html mustfail: access to junction outside of context,
15399: case version 134.html mustfail: hash: adding a key inside of
15400: foreach 135.html mustfail: modifying system class 136.html
15401: mustfail: $.name outside of $hash[here] 137.html mustfail:
15402: appendChild without import 138.html mustfail: invalid encoding
15403: inside of xml 139.html mustfail: bad XPath
15404:
15405: * operators.txt, src/classes/table.C, tests/084.html,
15406: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
15407: tests/129.html, tests/results/125.processed,
15408: tests/results/126.processed, tests/results/127.processed,
15409: tests/results/128.processed, tests/results/129.processed: merged
15410: from HEAD ^table.hash[key][$.distinct[tables]]
15411:
15412: maked appropriate tests [changed one old nonconforming]
15413:
15414: * operators.txt, src/classes/table.C:
15415: ^table.hash[key][$.distinct[tables]]
15416:
15417: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15418: merged fix for found very old xml (dom) bug: were passing
15419: domString objects and later ERROREOUSLY freed them
15420:
15421: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
15422: src/main/pa_charset.C: re-added libgdome patch. regretfully
15423: libgdome bug can not be worked around
15424:
15425: 2003-04-10 paf
15426:
15427: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15428: found very old xml (dom) bug: were passing domString objects and
15429: later ERROREOUSLY freed them
15430:
15431: * src/doc/string.dox, src/include/pa_memory.h,
15432: src/include/pa_string.h, src/lib/cord/cordbscs.c,
15433: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
15434: tests/123.html, tests/124.html, tests/results/001.processed,
15435: tests/results/002.processed, tests/results/003.processed,
15436: tests/results/004.processed, tests/results/005.processed,
15437: tests/results/006.processed, tests/results/008.processed,
15438: tests/results/009.processed, tests/results/010.processed,
15439: tests/results/011.processed, tests/results/012.processed,
15440: tests/results/013.processed, tests/results/014.processed,
15441: tests/results/015.processed, tests/results/016.processed,
15442: tests/results/017.processed, tests/results/018.processed,
15443: tests/results/020.processed, tests/results/021.processed,
15444: tests/results/022.processed, tests/results/023.processed,
15445: tests/results/024.processed, tests/results/025.processed,
15446: tests/results/026.processed, tests/results/027.processed,
15447: tests/results/028.processed, tests/results/029.processed,
15448: tests/results/030.processed, tests/results/031.processed,
15449: tests/results/032.processed, tests/results/033.processed,
15450: tests/results/034.processed, tests/results/035.processed,
15451: tests/results/036.processed, tests/results/037.processed,
15452: tests/results/038.processed, tests/results/039.processed,
15453: tests/results/040.processed, tests/results/041.processed,
15454: tests/results/042.processed, tests/results/043.processed,
15455: tests/results/044.processed, tests/results/045.processed,
15456: tests/results/046.processed, tests/results/047.processed,
15457: tests/results/048.processed, tests/results/049.processed,
15458: tests/results/050.processed, tests/results/051.processed,
15459: tests/results/052.processed, tests/results/053.processed,
15460: tests/results/054.processed, tests/results/055.processed,
15461: tests/results/056.processed, tests/results/057.processed,
15462: tests/results/058.processed, tests/results/059.processed,
15463: tests/results/060.processed, tests/results/061.processed,
15464: tests/results/062.processed, tests/results/063.processed,
15465: tests/results/064.processed, tests/results/065.processed,
15466: tests/results/066.processed, tests/results/067.processed,
15467: tests/results/068.processed, tests/results/069.processed,
15468: tests/results/070.processed, tests/results/071.processed,
15469: tests/results/072.processed, tests/results/073.processed,
15470: tests/results/074.processed, tests/results/075.processed,
15471: tests/results/076.processed, tests/results/077.processed,
15472: tests/results/078.processed, tests/results/079.processed,
15473: tests/results/080.processed, tests/results/081.processed,
15474: tests/results/082.processed, tests/results/083.processed,
15475: tests/results/084.processed, tests/results/085.processed,
15476: tests/results/086.processed, tests/results/087.processed,
15477: tests/results/088.processed, tests/results/089.processed,
15478: tests/results/090.processed, tests/results/091.processed,
15479: tests/results/092.processed, tests/results/093.processed,
15480: tests/results/094.processed, tests/results/095.processed,
15481: tests/results/096.processed, tests/results/097.processed,
15482: tests/results/101.processed, tests/results/102.processed,
15483: tests/results/104.processed, tests/results/105.processed,
15484: tests/results/106.processed, tests/results/107.processed,
15485: tests/results/108.processed, tests/results/109.processed,
15486: tests/results/110.processed, tests/results/111.processed,
15487: tests/results/112.processed, tests/results/113.processed,
15488: tests/results/114.processed, tests/results/115.processed,
15489: tests/results/116.processed, tests/results/117.processed,
15490: tests/results/118.processed, tests/results/119.processed,
15491: tests/results/120.processed, tests/results/121.processed,
15492: tests/results/122.processed, tests/results/123.processed,
15493: tests/results/124.processed: new convention: char* never 0.
15494: assert in cord on that
15495:
15496: * src/main/pa_charset.C: couple more asserts
15497:
15498: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
15499: speedup
15500:
15501: * src/main/pa_charset.C: couple assertions on fantastic situations
15502: added [may be those is the case now?]
15503:
15504: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15505: that's memory from gc_malloc, not from g_malloc :(, but would
15506: hope]
15507:
15508: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15509: that's memory from gc_malloc, not from g_malloc :(, but would
15510: hope]
15511:
15512: * src/main/pa_charset.C: checked custom malloc for returning 0
15513:
15514: 2003-04-09 paf
15515:
15516: * src/classes/date.C: merged ^date.roll changes
15517:
15518: * src/classes/date.C: ^date.roll bug fix
15519:
15520: * src/classes/date.C: ^date.roll now throws less errors: month
15521: shifts handles end of month situation by reducing day number
15522: hour-hole shift reduces hour to recover
15523:
15524: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
15525: Sort by function time
15526:
15527: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
15528: http:// $.charset[] param done
15529:
15530: * tests/: 122.html, results/122.processed: 122 date test <= and ==
15531: added [after volatile fix. passes on win&intel-solaris]
15532:
15533: 2003-04-08 paf
15534:
15535: * src/: classes/file.C, classes/op.C, classes/table.C,
15536: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
15537: include/pa_common.h, include/pa_request_charsets.h,
15538: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15539: main/pa_exec.C, main/pa_request.C, main/untaint.C,
15540: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
15541: types/pa_vresponse.C: started http:// $.charset[] param and
15542: http response charset detection just compiled. todo:test
15543:
15544: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
15545:
15546: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
15547: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
15548: types/pa_vmail.C: changed transcode param converntion along with
15549: string creating convention -- all strings are zero-terminated,
15550: this allowed to fix one remaining String("123", 2) case
15551:
15552: * src/: classes/date.C, classes/file.C, classes/hash.C,
15553: classes/op.C, classes/string.C, classes/table.C,
15554: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
15555: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
15556: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15557: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
15558: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
15559: violated String::invariant. started fixing [not compiled now]
15560:
15561: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
15562: main/compile.tab.C, main/compile.y, main/pa_string.C,
15563: main/untaint.C, targets/cgi/parser3.C: number of string style
15564: improvements & optimizations
15565:
15566: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
15567: :(]
15568:
15569: * src/main/untaint.C: removed redundant & in CORD_pos param passing
15570: [for it's a pointer really]
15571:
15572: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
15573: 'n' param. worked that around
15574:
15575: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
15576: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
15577: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
15578: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
15579: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
15580:
15581: Thanks for the bug report and patch.
15582:
15583: I hadn't looked at this code in a while. Reading it now, it
15584: seems to me that the tests should also be ">= MAX_DEPTH" to
15585: comply with the invariant, though that may not matter a lot. I
15586: changed that, too.
15587:
15588: Hans
15589:
15590: 2003-04-07 paf
15591:
15592: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
15593: merged from head:safe mode error message now includes numbers
15594:
15595: * src/main/execute.C: n-th attempt to make a=a work with double.
15596: problem: as_double returns it's result in fp-register compiler
15597: optimizes access to that register after b->as_double, and just
15598: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
15599: from memory. _SAME_ double values do not match here. when
15600: forced to REload fp-register, values do match.
15601:
15602: tried to make them volatile.
15603:
15604: * src/main/execute.C: n-th attempt to make a=a work with double.
15605: problem: as_double returns it's result in fp-register compiler
15606: optimizes access to that register after b->as_double, and just
15607: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
15608: from memory. _SAME_ double values do not match here. when
15609: forced to REload fp-register, values do match.
15610:
15611: tried to make them volatile.
15612:
15613: * src/types/pa_vobject.h: small style change
15614:
15615: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
15616:
15617: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
15618: mode error message now includes numbers
15619:
15620: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
15621: now causes death
15622:
15623: 2003-04-04 paf
15624:
15625: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
15626: incorportated pa_exec patch by From: "Victor Fedoseev"
15627: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
15628: Sent: Thursday, January 23, 2003 9:14 AM
15629:
15630: huge speedup on ^file::cgi with big result
15631:
15632: * src/classes/table.C: sort table with 0 rows bug fixed
15633:
15634: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
15635: fix http://i2/tasks/edit/?id=4493701604654042676
15636:
15637: @main[] $with_default[ $.a[1] $._default[default from
15638: with_default] ] ^show[$with_default]
15639:
15640: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
15641: =$to_add_to.xxx=<br>
15642:
15643: ^show[$to_add_to]
15644:
15645: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
15646: ^show[$cloned]
15647:
15648: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
15649:
15650: } <hr>
15651:
15652: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
15653: http://i2/tasks/edit/?id=4493701604654042676
15654:
15655: @main[] $with_default[ $.a[1] $._default[default from
15656: with_default] ] ^show[$with_default]
15657:
15658: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
15659: =$to_add_to.xxx=<br>
15660:
15661: ^show[$to_add_to]
15662:
15663: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
15664: ^show[$cloned]
15665:
15666: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
15667:
15668: } <hr>
15669:
15670: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
15671: http://i2/tasks/edit/?id=4507350336410850921
15672:
15673: * src/classes/xdoc.C: memory allocation func bugfix
15674: http://i2/tasks/edit/?id=4499303470368629745
15675:
15676: * src/classes/math.C: allowed random 1...
15677:
15678: * src/classes/math.C: allowed random 0..
15679:
15680: * src/main/pa_globals.C: exif mem leak
15681: http://i2/tasks/edit/?id=4480590323629807263
15682:
15683: * src/: classes/classes.dsp, main/main.dsp,
15684: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
15685: fix http://i2/tasks/edit/?id=4493946731322521294
15686: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
15687:
15688: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15689: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
15690: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
15691: links to xml libs made relative, no need to unpack parser3project
15692: to /parser3project.
15693:
15694: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
15695: column more precise - tab handling bug fixed
15696:
15697: * src/main/: compile.tab.C, compile.y: more understandable error
15698: message in case @CLASS with more then one line inside
15699:
15700: * src/targets/cgi/parser3.C: more understandable error message in
15701: case of errors in @unhandled_exception
15702:
15703: 2003-04-03 paf
15704:
15705: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
15706: src/main/compile.tab.C, src/main/compile.y,
15707: src/main/compile_tools.C, src/main/compile_tools.h,
15708: src/main/execute.C, src/main/pa_request.C: debug info format
15709: simplified, now it's: OP_VALUE Operation::Origin << here value*
15710:
15711: higher limits: file number (max: 255) line number (max:
15712: 64535) column number (max: 255)
15713:
15714: * src/classes/math.C: top limit
15715:
15716: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
15717: precise parse error position in case of
15718:
15719: ^bug ]
15720:
15721: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
15722: changed to realities, and passed [bug fixed]
15723:
15724: * src/: classes/op.C, include/pa_request.h, main/compile.C,
15725: main/compile.tab.C, main/compile.y, main/compile_tools.C,
15726: main/compile_tools.h, main/pa_request.C: introducing
15727: ^process...[main-method-alias]
15728:
15729: * src/: classes/date.C, classes/image.C, classes/op.C,
15730: classes/string.C, classes/table.C, classes/xdoc.C,
15731: types/pa_vmethod_frame.h: MethodParams& now [methods without
15732: params receive zero reference, but they are expected not to look
15733: there]
15734:
15735: * operators.txt, src/classes/date.C, src/classes/double.C,
15736: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
15737: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15738: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15739: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15740: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15741: src/main/execute.C, src/types/pa_method.h: MethodParams& now
15742: [methods without params receive zero reference, but they are
15743: expected not to look there]
15744:
15745: * operators.txt, src/classes/op.C, src/include/pa_request.h,
15746: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
15747: ^process...[filename] useful for better error reporting
15748: [file/line/col]
15749:
15750: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
15751: types/pa_vstring.h: slightly improved error messages text: 1. is
15752: '%s', it 2. method undefined in case of ^void[]
15753:
15754: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15755: include/pa_types.h, main/execute.C, main/pa_request.C: exception
15756: handling done. now we have error columns todo: test it
15757:
15758: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
15759: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
15760:
15761: this makes life easier: were: bad stack order -- were in
15762: exception catch unwind order, which didn't match execution order
15763:
15764: @main[] ^try{ ^first[] }{ ^throw[c;3] }
15765:
15766: @first[] ^throw[a;1]
15767:
15768: showed throw a first throw b try
15769:
15770: which is no good
15771:
15772: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15773: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
15774: trace reset after handled exception [old bug fixed]
15775:
15776: * src/main/: compile.tab.C, compile.y: parse position old bug
15777: fixed. position reporting made precise [both, in parse erros and
15778: runtime errors]
15779:
15780: 2003-04-02 paf
15781:
15782: * src/: include/pa_operation.h, include/pa_request.h,
15783: main/compile.C, main/compile.tab.C, main/compile.y,
15784: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15785: main/pa_exception.C, main/pa_request.C: debug info: started
15786: using. todo:complete
15787:
15788: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
15789: main/compile.C, main/compile.tab.C, main/compile.y,
15790: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15791: main/pa_request.C: prepared debug info todo:use it
15792:
15793: * src/include/pa_operation.h: strange mistake fixed: forgot to
15794: return Operation class->union after switching from autoptrs.
15795:
15796: * tests/: Makefile, results/108.processed, results/117.processed:
15797: meta considered OK [it's up to coder now to remove it not needed]
15798:
15799: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
15800: Dictionary constructor when moved to gc]
15801:
15802: * src/main/pa_common.C: uncommented http:// file loading
15803:
15804: * src/include/pa_array.h, src/main/execute.C,
15805: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
15806: fix [gdGrowingBuf]
15807:
15808: * configure.in, src/lib/Makefile.am: removed patches
15809:
15810: * configure, src/include/pa_config_auto.h.in,
15811: src/main/pa_charset.C: --enable-assertions autoconf-ed
15812:
15813: * src/main/pa_common.C: uncommented http:// file loading
15814:
15815: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
15816: xdoc::create/load
15817:
15818: * src/: classes/form.C, classes/hash.C, classes/image.C,
15819: classes/string.C, classes/table.C, classes/void.C,
15820: include/pa_common.h, main/pa_common.C, main/pa_request.C,
15821: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
15822: String::String(str,helper_length) are checked. found/fixed one
15823: place: $request:body now zero-terminated,
15824:
15825: * src/: classes/op.C, classes/table.C, include/pa_request.h,
15826: main/compile_tools.C, main/execute.C, types/pa_value.h,
15827: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
15828: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15829: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15830: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
15831: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15832: types/pa_vxnode.h: more locally scoped vars in execute (more
15833: easily optimizable)
15834:
15835: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
15836: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
15837:
15838: * src/: include/pa_array.h, include/pa_stack.h,
15839: include/pa_string.h, main/compile_tools.C, main/main.dsp,
15840: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
15841: become assertion iterator in methodframe filler
15842:
15843: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
15844: targets/cgi/parser3.C: array::get/put inlined
15845:
15846: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
15847: gc_substitute_memory_management_functions +installed CORD_oom
15848: function
15849:
15850: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
15851: src/include/pa_config_includes.h, src/include/pa_string.h,
15852: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
15853: src/targets/cgi/parser3.C: converted debug hacks to ANSI
15854: assertions started configure.in --enable-assertions
15855:
15856: 2003-04-01 paf
15857:
15858: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
15859: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
15860: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
15861: gdome uses glib memory, and stores last pointer to xmlDoc there,
15862: gc misses that and collects valid memory fixed by remembering
15863: xmlDoc from dom object in xdoc. todo: do something with
15864: premature free of xdoc with xnodes/node values referring into it
15865:
15866: * src/classes/: mail.C: typo fix
15867:
15868: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
15869: changes
15870:
15871: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
15872: main/pa_memory.C: moved memory debugging to global level: to
15873: pa_gc_malloc
15874:
15875: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
15876: debugging showed no errors. todo: debug parser memory
15877:
15878: * src/targets/cgi/: parser3.C, parser3.dsp: more build
15879: configurations
15880:
15881: * src/: classes/classes.dsp, include/pa_config_fixed.h,
15882: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
15883: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15884: types/types.dsp: prepared xml-static configuration
15885:
15886: 2003-03-31 paf
15887:
15888: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
15889: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
15890: xml lib memory debugging, simple checks failed: it seems that
15891: library does realloc(bad ptr), and recording those ptrs in heap
15892: [for debugging] was bad: heap situation changes = everything
15893: works fine
15894:
15895: * src/: main/pa_charset.C, include/pa_charset.h: worked around
15896: xmlRegisterCharEncodingHandler limitation [currently imposed
15897: limit of 10 user-defined charsets]
15898:
15899: 2003-03-28 paf
15900:
15901: * src/main/execute.C: execution stack copied to local register
15902: variable, removed lots [~2e7) of memory accesses
15903:
15904: 2003-03-27 paf
15905:
15906: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
15907: works in debug, but fails in release todo: fix that
15908:
15909: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
15910: targets/cgi/parser3.C: forgot to merge XML memory funcs
15911: replacement from gc branch
15912:
15913: * src/main/pa_exec.C: introducing append_help_length [radical
15914: improvement here]
15915:
15916: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
15917: 'not recommened' in gc.h, on win32 noticed no difference]
15918:
15919: * src/include/pa_array.h: returned checked array get [were disabled
15920: for debugging] result:not slower [don't understand that, it were
15921: INLINED] todo: find out a way of inlining it!
15922:
15923: * src/: include/pa_string.h, lib/gc/include/gc.h,
15924: lib/gc/include/gc_fake.h, main/compile.tab.C,
15925: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
15926: convention changed: all resulting strings are zero-terminated
15927:
15928: * src/: classes/date.C, classes/file.C, classes/hash.C,
15929: classes/string.C, classes/table.C, classes/void.C,
15930: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
15931: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
15932: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
15933: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15934: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
15935: types/pa_vfile.C, types/pa_vmail.C: introducing
15936: append_help_length [radical improvement here]
15937:
15938: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
15939: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
15940: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
15941: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
15942: even slower
15943:
15944: * src/: classes/string.C, classes/table.C, include/pa_array.h,
15945: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
15946: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
15947: clients of &get(): most to use non-ref version, some[in tight
15948: places] to get_unchecked_ref
15949:
15950: * src/doc/memory.dox: forgot to add
15951:
15952: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
15953: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
15954: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
15955: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
15956: main/compile.y, main/compile_tools.C, main/compile_tools.h,
15957: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
15958: targets/cgi/parser3.dsp, types/pa_vmail.C,
15959: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
15960: T>>&<< removed after Stack::pop wiping removed [moved to separate
15961: func] other Array & removed
15962:
15963: 2003-03-26 paf
15964:
15965: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
15966: classes/table.C, include/pa_array.h, include/pa_charset.h,
15967: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
15968: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15969: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
15970: main/main.dsp, main/pa_charset.C, main/pa_common.C,
15971: main/pa_exec.C, main/pa_sql_driver_manager.C,
15972: main/pa_stylesheet_manager.C, main/pa_table.C,
15973: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15974: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
15975: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
15976: pre-evaluated .count() in some places
15977:
15978: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15979: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
15980: types/types.dsp: .dsp profiling updated
15981:
15982: * src/: classes/classes.dsp, lib/cord/cord.dsp,
15983: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
15984: targets/cgi/parser3.dsp, types/types.dsp: started profiling
15985:
15986: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
15987: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
15988: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
15989: use lib/gc,lib/cord
15990:
1.116 moko 15991: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
15992: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 15993: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
15994: src/include/pa_config_includes.h, src/include/pa_request.h,
15995: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15996: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 15997: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 15998: src/lib/cord/include/Makefile.am,
1.116 moko 15999: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16000: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16001: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16002: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16003: src/types/pa_vform.h, src/types/pa_vhash.h,
16004: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16005: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16006: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16007: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16008: funcs ported pa_exec
1.95 moko 16009:
16010: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16011:
16012: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16013: bundled gc includes
16014:
16015: * src/: classes/op.C, include/pa_array.h,
16016: include/pa_sql_connection.h, include/pa_string.h,
16017: include/pa_version.h, main/compile.tab.C, main/compile.y,
16018: main/execute.C, main/pa_common.C, main/pa_exception.C,
16019: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16020: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16021: first real site (aval)]
16022:
16023: 2003-03-25 paf
16024:
16025: * operators.txt, src/main/pa_sql_driver_manager.C,
16026: src/types/pa_vstatus.C: $status.memory used free since_compact
16027: process
16028:
16029: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16030: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16031:
16032: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16033:
16034: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16035: src/types/pa_value.h, src/types/pa_vfile.h,
16036: src/types/pa_vobject.C, src/types/pa_vobject.h,
16037: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16038: tests/results/121.processed: untaint.C L_URI
16039:
16040: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
16041: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
16042: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
16043: src/types/pa_vmemory.h: ^memory:compact[]
16044:
16045: * tests/results/109.processed: it was a bug in parser. updated 109
16046: test result
16047:
16048: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16049:
16050: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16051: tests/results/107.processed: fixed dom language [values are now
16052: considered tainted. it was a bug in parser. updated 107 test
16053: result
16054:
16055: * src/classes/xdoc.C: fixed transform params
16056:
16057: * src/: include/pa_stylesheet_manager.h,
16058: main/pa_stylesheet_manager.C: fixed stylesheet caching
16059:
16060: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16061: overloads for structure handling
16062:
16063: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16064: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16065: StringBody(0) ambiguilty, introducting static
16066: StringBody::Format(int)
16067:
16068: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16069: linked
16070:
16071: * src/types/pa_vxdoc.C: vxdoc compiled
16072:
16073: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16074: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16075: finalizers isntalled
16076:
16077: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16078: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16079: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16080: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16081: compiled todo: xnode.C / finalizers
16082:
16083: * src/doc/string.dox: updated: new string internals
16084:
16085: 2003-03-24 paf
16086:
16087: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16088: include/pa_charset.h, include/pa_config_fixed.h,
16089: include/pa_request.h, include/pa_stylesheet_connection.h,
16090: include/pa_stylesheet_manager.h, main/pa_charset.C,
16091: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16092: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16093: types/pa_vxnode.h: started XML
16094:
16095: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16096:
16097: * src/: classes/file.C, classes/image.C, classes/mail.C,
16098: include/pa_string.h, main/pa_common.C,
16099: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16100:
16101: * src/: classes/file.C, classes/image.C, classes/mail.C,
16102: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16103: main/pa_request.C, main/pa_sql_driver_manager.C,
16104: types/pa_vimage.h: size_t pos everywhere checks changed to check
16105: for eq STRING_NOT_FOUND
16106:
16107: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16108: optimize bit implemented
16109:
16110: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16111: String::ArrayFragment::append_positions fixed
16112:
16113: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16114: String::this_starts fixed
16115:
16116: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16117:
16118: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16119: hashcode implemented fully, including per-char callback [it can
16120: be - substr CORD node]
16121:
16122: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16123: rewritten to rewalloc with 100byte buf ahead
16124:
16125: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16126: src/include/pa_string.h, src/main/compile.tab.C,
16127: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16128: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16129: CORD_ec [bad] would rewrite as realloc now
16130:
16131: * src/: classes/date.C, classes/file.C, classes/form.C,
16132: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16133: include/pa_cache_managers.h, include/pa_charsets.h,
16134: include/pa_common.h, include/pa_request.h,
16135: include/pa_sql_driver_manager.h, include/pa_table.h,
16136: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16137: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16138: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16139: types/pa_vmail.C, types/pa_vmethod_frame.C,
16140: types/pa_vstateless_class.h: 2*2 worked :)
16141:
16142: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16143: src/include/pa_exec.h, src/include/pa_string.h,
16144: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16145: passed OK
16146:
16147: * src/: classes/hash.C, classes/string.C, classes/table.C,
16148: types/pa_value.C: all linked todo: debug
16149:
16150: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16151: types/pa_vstateless_class.C: all compiled. todo:link
16152:
16153: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16154:
16155: * src/types/pa_vtable.C: pa_vtable.C compiled
16156:
16157: * src/types/pa_vstring.C: pa_vstring.C compiled
16158:
16159: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16160:
16161: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16162: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16163: pa_vstateless_class.C, pa_vstateless_class.h:
16164: pa_vstateless_class.C compiled
16165:
16166: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16167: types/pa_vmath.C: pa_vmail.C compiled
16168:
16169: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16170:
16171: * src/types/pa_vform.C: pa_vform.C compiled
16172:
16173: * src/types/pa_vfile.C: pa_vfile.C compiled
16174:
16175: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16176: pa_vstateless_class.C: pa_vcookie.C compiled
16177:
16178: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16179: types/pa_vhash.h: pa_value.C compiled
16180:
16181: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16182: classes.lib main.lib compiled
16183:
16184: * src/classes/void.C: void.C compiled
16185:
16186: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16187: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16188: compiled
16189:
16190: * src/: classes/string.C, include/pa_request.h,
16191: include/pa_string.h, main/pa_string.C: string.C compiled
16192:
16193: * src/: classes/op.C, classes/string.C, classes/table.C,
16194: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16195: main/pa_request.C, main/pa_string.C: op.C compiled
16196:
16197: * src/classes/: math.C, op.C: math.C compiled
16198:
16199: * src/: classes/mail.C, classes/string.C, classes/table.C,
16200: types/pa_vmail.h: mail.C compiled
16201:
16202: * src/classes/: int.C, table.C: int.C compiled
16203:
16204: * src/: classes/hash.C, classes/image.C, classes/string.C,
16205: classes/table.C, include/pa_memory.h, include/pa_string.h,
16206: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16207: compiled
16208:
16209: * src/: classes/hash.C, classes/string.C, classes/table.C,
16210: classes/void.C, classes/xdoc.C, include/pa_request.h,
16211: include/pa_sql_connection.h: hash.C compiled
16212:
16213: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16214: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16215: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16216: classes/math.C, classes/op.C, classes/response.C,
16217: classes/string.C, classes/table.C, classes/void.C,
16218: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16219: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16220: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16221: file.C table.C compiled
16222:
16223: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16224: main/untaint.C: main.lib compiled
16225:
16226: 2003-03-21 paf
16227:
16228: * src/: classes/op.C, include/pa_cache_managers.h,
16229: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16230: include/pa_stylesheet_manager.h, main/pa_exception.C,
16231: main/pa_globals.C, main/pa_sql_driver_manager.C,
16232: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16233: compiled
16234:
16235: * src/: classes/hash.C, classes/image.C, classes/op.C,
16236: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16237: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16238: main/compile.C, main/pa_common.C, main/pa_request.C,
16239: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16240: pa_request.C compiled
16241:
16242: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16243: include/pa_request.h, main/execute.C, main/pa_request.C,
16244: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16245: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16246: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16247: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16248: compiled
16249:
16250: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16251: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16252: on unix
16253:
16254: * src/: include/pa_charset.h, include/pa_charsets.h,
16255: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16256: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16257: pa_charsets.C compiled
16258:
16259: * src/: classes/image.C, classes/mail.C, classes/op.C,
16260: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16261: main/compile.y, main/execute.C, main/pa_common.C,
16262: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16263: types/pa_vcode_frame.h, types/pa_vimage.h,
16264: types/pa_vmethod_frame.h: execute.C compiled
16265:
16266: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16267: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16268: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16269: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16270: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16271: include/pa_cache_managers.h, include/pa_charsets.h,
16272: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16273: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16274: include/pa_sql_driver_manager.h, include/pa_string.h,
16275: include/pa_stylesheet_connection.h,
16276: include/pa_stylesheet_manager.h, include/pa_table.h,
16277: main/compile.C, main/compile.tab.C, main/compile.y,
16278: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16279: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16280: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16281: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16282: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16283: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16284: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16285: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16286: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16287: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16288: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16289: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16290: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16291: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16292: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16293: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16294: types/pa_vresponse.h, types/pa_vstateless_class.C,
16295: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16296: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16297: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16298: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16299: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16300: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
16301: [C++ CORD wrapper]
16302:
16303: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
16304:
16305: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
16306: $file::exec/cgi[script; $.charset[this is script's charset]
16307:
16308: command line, env values, input got transcoded before call
16309: stdout, stderr got transcoded after call
16310:
16311: * src/classes/file.C: ^file::exec/cgi now does not pass post data
16312: by default. use: ^file::exec[...;$.stdin[$request.body]
16313:
16314: * src/main/pa_common.C: } typo bug fix
16315:
16316: * src/main/pa_common.C: } typo bug fix
16317:
16318: 2003-03-20 paf
16319:
16320: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
16321: main/untaint.C: cord bug fix, but still errors todo: clear out
16322:
16323: * src/include/pa_string.h: more tests
16324:
16325: * src/main/pa_string.C: string.pos fixed
16326:
1.116 moko 16327: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
16328: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
16329: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
16330: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
16331: replaces
1.95 moko 16332:
16333: * src/: classes/image.C, include/pa_dictionary.h,
16334: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16335: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
16336: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
16337: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
16338:
16339: * src/include/pa_string.h: warning
16340:
16341: * src/include/pa_string.h: this_starts fixed
16342:
16343: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
16344: new String ctor & append params convention
16345:
16346: * src/: classes/file.C, classes/hash.C, classes/image.C,
16347: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
16348: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
16349: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
16350: main/pa_exception.C, main/pa_exec.C,
16351: main/pa_sql_driver_manager.C, main/pa_string.C,
16352: main/pa_stylesheet_manager.C, main/untaint.C,
16353: targets/isapi/parser3isapi.C, types/pa_vimage.C,
16354: types/pa_vmail.C: more tests OK
16355:
16356: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
16357: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
16358: gc/exit runned OK
16359:
16360: * src/types/pa_vmail.C: another naming problem: should not name
16361: vars like that: unpredictable close caused problems with later
16362: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
16363: descriptors missing on startup: stdin; Bad file number
16364:
16365: todo: find out why so many filters(stream) here. probably wrong?
16366:
16367: * src/: include/pa_dictionary.h, include/pa_string.h,
16368: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
16369: main/untaint.C: test compiled
16370:
16371: * src/: classes/image.C, classes/mail.C, classes/math.C,
16372: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
16373: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
16374: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
16375: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
16376: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16377: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
16378: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
16379: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
16380: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
16381:
16382: * parser3.dsw, src/classes/file.C, src/classes/image.C,
16383: src/classes/op.C, src/classes/string.C, src/classes/table.C,
16384: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
16385: src/include/pa_memory.h, src/include/pa_request.h,
16386: src/include/pa_request_charsets.h,
16387: src/include/pa_sql_connection.h, src/include/pa_string.h,
16388: src/main/compile.tab.C, src/main/execute.C,
16389: src/main/pa_charset.C, src/main/pa_common.C,
16390: src/main/pa_exception.C, src/main/pa_exec.C,
16391: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16392: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
16393: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
16394: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
16395: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16396: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
16397: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16398: src/types/pa_vobject.C, src/types/pa_vresponse.C,
16399: src/types/pa_vstatus.C, src/types/pa_vstring.C,
16400: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16401: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
16402: pa_common.C [done, without http for now]
16403:
16404: 2003-03-19 paf
16405:
16406: * src/: classes/date.C, classes/form.C, classes/hash.C,
16407: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
16408: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
16409: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
16410: include/pa_string.h, include/pa_table.h, main/compile.C,
16411: main/compile_tools.C, main/execute.C, main/pa_charset.C,
16412: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
16413: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
16414: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16415: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
16416: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
16417: types/pa_vstateless_class.h, types/pa_vtable.C,
16418: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
16419: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16420: types/pa_wwrapper.h: started test
16421:
1.116 moko 16422: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
16423: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 16424:
16425: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
16426: include/pa_string.h, main/pa_string.C: string compiled todo: test
16427: it
16428:
16429: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
16430: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
16431: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
16432: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
16433: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
16434: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
16435: types/pa_vmethod_frame.h, types/types.dsp: string
16436: reimplementation with cord+array<fragment>: 70%
16437:
16438: 2003-03-18 paf
16439:
16440: * src/: classes/date.C, classes/file.C, classes/form.C,
16441: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
16442: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
16443: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
16444: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
16445: can ignore lang in cmp and pos really, but would
16446: split properly!
16447:
16448: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
16449: cord part made parser/src/lib: it's not compiled into libgc by
16450: default
16451:
16452: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
16453: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16454: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16455: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16456: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16457: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16458: src/classes/xnode.C, src/classes/xnode.h,
16459: src/include/Makefile.am, src/include/pa_cache_managers.h,
16460: src/include/pa_charset.h, src/include/pa_charsets.h,
16461: src/include/pa_common.h, src/include/pa_dictionary.h,
16462: src/include/pa_exception.h, src/include/pa_exec.h,
16463: src/include/pa_globals.h, src/include/pa_hash.h,
16464: src/include/pa_memory.h, src/include/pa_pool.h,
16465: src/include/pa_request.h, src/include/pa_request_charsets.h,
16466: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
16467: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16468: src/include/pa_stylesheet_connection.h,
16469: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
16470: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
16471: src/main/compile.C, src/main/compile.tab.C,
16472: src/main/compile_tools.C, src/main/compile_tools.h,
16473: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
16474: src/main/pa_charsets.C, src/main/pa_common.C,
16475: src/main/pa_dictionary.C, src/main/pa_exception.C,
16476: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
16477: src/main/pa_pool.C, src/main/pa_request.C,
16478: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
16479: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
16480: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
16481: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16482: src/types/pa_junction.h, src/types/pa_method.h,
16483: src/types/pa_value.C, src/types/pa_value.h,
16484: src/types/pa_vclass.C, src/types/pa_vclass.h,
16485: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16486: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16487: src/types/pa_vdouble.h, src/types/pa_venv.h,
16488: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
16489: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
16490: src/types/pa_vimage.C, src/types/pa_vimage.h,
16491: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
16492: src/types/pa_vmath.C, src/types/pa_vmath.h,
16493: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16494: src/types/pa_vobject.C, src/types/pa_vobject.h,
16495: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16496: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16497: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16498: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
16499: src/types/pa_vstatus.h, src/types/pa_vstring.C,
16500: src/types/pa_vstring.h, src/types/pa_vtable.C,
16501: src/types/pa_vtable.h, src/types/pa_vvoid.h,
16502: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16503: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
16504: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
16505: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
16506: gc: PA_Object done lots of replacements also
16507:
16508: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
16509: gc logging
16510:
16511: 2003-03-17 paf
16512:
16513: * src/: classes/date.C, classes/file.C, classes/form.C,
16514: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
16515: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
16516: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16517: include/pa_string.h, include/pa_types.h, main/compile.C,
16518: main/compile.tab.C, main/execute.C, main/pa_charset.C,
16519: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
16520: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16521: main/pa_sql_driver_manager.C, main/pa_string.C,
16522: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
16523: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
16524: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16525: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
16526: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
16527: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16528: types/pa_vxnode.h: libgc attempt
16529:
16530: 2003-03-13 paf
16531:
16532: * src/: include/pa_sql_driver_manager.h,
16533: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
16534: called
16535:
16536: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
16537: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
16538: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
16539: types/pa_value.h, types/pa_vobject.h,
16540: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
16541: set_base, set_derived simplified [counter leaks fixed]
16542:
16543: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
16544: src/types/types.dsp: incorporated status class patch From:
16545: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
16546: 2003 8:14 AM
16547:
16548: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
16549: Win32 specific: QuotaPeakNonPagedPoolUsage
16550: QuotaPeakPagedPoolUsage PeakPagefileUsage]
16551:
16552: 2003-03-12 paf
16553:
1.116 moko 16554: * configure, configure.in, src/lib/ltdl/configure,
16555: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 16556: lib/ltdl/Makefile now created by /configure.in only [were by
16557: lib/ltdl/configure.in OVERWRITE]
16558:
1.116 moko 16559: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
16560: linkage fixed for g++ 3.2.2
1.95 moko 16561:
16562: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
16563: on using privately declared class [fixed]
16564:
16565: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
16566: 3.2 rightliy complained on using privately declared class [fixed]
16567:
16568: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
16569: sigpipe before request constructor now causes death
16570:
16571: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
16572: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
16573: not cause exception in exception handler
16574:
1.116 moko 16575: * configure, configure.in, src/targets/cgi/Makefile.am: configure
16576: now default links libstdc++ statically. that can be overriden by
16577: --with-dynamic-stdcpp
1.95 moko 16578:
16579: 2003-03-11 paf
16580:
16581: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
16582: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
16583: necessity of libstdc++
16584:
16585: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
16586:
16587: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
16588:
16589: 2003-03-08 paf
16590:
16591: * tests/Makefile: make install & co
16592:
16593: * src/: include/pa_request.h, classes/op.C: removing
16594: vclass,object.h -> pa_request.h dependency
16595:
16596: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
16597: main/pa_request.C: removing vform,response,cookie.h ->
16598: pa_request.h dependency
16599:
16600: * src/include/pa_request.h: removing vmail.h -> pa_request.h
16601: dependency [testing...]
16602:
16603: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
16604: return 0; fixed
16605:
16606: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
16607: types/pa_vmail.h: vmail.C received just compiled [not tested]
16608:
16609: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
16610:
16611: * src/main/pa_request.C: forgotten: ifdef XML
16612:
16613: * src/main/pa_request.C: forgotten: ifdef XML
16614:
16615: * src/targets/cgi/parser3.C: todo: move to latest xml version on
16616: win32 and run memleak tests again
16617:
16618: * src/targets/cgi/parser3.C: charsets: see some strange things with
16619: old xml lib-- it's internal memory handling has faults
16620:
16621: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
16622: problems when transcode from charset A to A.
16623:
16624: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
16625: todo: still problems when transcode from charset A to A.
16626:
16627: * src/: classes/hash.C, classes/mail.C, classes/string.C,
16628: classes/table.C, include/pa_array.h,
16629: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
16630: started full-scale-site-test [~ http://parser.ru sources]
16631:
16632: some fixes
16633:
16634: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
16635: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
16636: 117.html, 118.html, 119.html, 120.html, results/109.processed,
16637: results/110.processed, results/111.processed,
16638: results/112.processed, results/113.processed,
16639: results/114.processed, results/115.processed,
16640: results/116.processed, results/117.processed,
16641: results/118.processed, results/119.processed,
16642: results/120.processed: xml: tests 109 dom create/show 110 xpath
16643: selectSingle 111 xdoc.create from tainted & 112
16644: xdoc.create/output with russian attr value 113 xpath
16645: selectString/Number 114 dom attributes.count 115 xpath selectBool
16646: 116 output media-type change 117 transform by dom stylesheet 118
16647: empty transform result 119 dom setAttribute 120 nbsp letter
16648: output
16649:
16650: =END OF PREPARED XML TESTS=
16651:
16652: 2003-03-07 paf
16653:
16654: * src/classes/xdoc.C, src/include/pa_charset.h,
16655: src/include/pa_stylesheet_connection.h, tests/108.html,
16656: tests/108.xsl, tests/results/108.processed: xml: test 108
16657: transform with params [bugs fixed]
16658:
16659: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
16660: from copy/paste bug
16661:
16662: * src/classes/xdoc.C, src/include/pa_charset.h,
16663: src/include/pa_request.h, src/main/execute.C,
16664: src/main/pa_charset.C, src/main/pa_exception.C,
16665: src/main/pa_globals.C, src/main/pa_request.C,
16666: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16667: src/types/pa_vxnode.C, tests/107.html,
16668: tests/results/107.processed: xml: test: 107 bug fixes
16669:
16670: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16671: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16672: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
16673:
16674: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
16675: string
16676:
16677: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
16678: mem alloc functions used for different cases [libxml, libxsl]
16679:
16680: * src/classes/classes.C: fixed: prevent system classes from
16681: modification to lock ALL the classes, not only directly used
16682:
16683: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
16684: linked
16685:
16686: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
16687:
16688: 2003-03-06 paf
16689:
16690: * src/classes/xdoc.C: xdoc.C 50%
16691:
16692: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
16693: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16694: main/pa_globals.C, main/pa_request.C,
16695: main/pa_stylesheet_manager.C: xnode.C compiled
16696:
16697: * src/: include/pa_stylesheet_connection.h,
16698: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
16699: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
16700:
16701: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
16702: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
16703: xml: stylesheet&manager STARTED
16704:
16705: * src/: include/pa_globals.h, main/pa_charset.C,
16706: main/pa_exception.C, main/pa_globals.C: xml: exceptions
16707:
16708: * src/: include/pa_charset.h, include/pa_config_fixed.h,
16709: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
16710: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
16711: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
16712: charsets
16713:
16714: * tests/023.html: in some cases it rounded up badly. postponing
16715: solution of that problem, making more simple test
16716:
16717: * tests/: 058_paf2000.png, results/058.processed: .png added with
16718: -kb now
16719:
16720: * src/: include/pa_charset.h, include/pa_charsets.h,
16721: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
16722: moved to charsets.C
16723:
16724: 2003-03-05 paf
16725:
16726: * src/classes/string.C, src/include/pa_string.h,
16727: src/main/pa_string.C, tests/105.html,
16728: tests/results/105.processed: String::match bug fixed
16729:
16730: * src/classes/op.C, src/main/main.dsp, tests/104.html,
16731: tests/results/104.processed: ^bpt operator added [does int3 in
16732: debug build on win32]
16733:
16734: * tests/: 057.html, results/057.processed: test bug fixed
16735:
1.116 moko 16736: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 16737:
16738: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
16739: missing
16740:
1.116 moko 16741: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
16742: forgotten files added to Makes
1.95 moko 16743:
16744: * ltmain.sh: ltmain.sh added
16745:
16746: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16747: change undone ;(
16748:
16749: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16750: made static
16751:
16752: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 16753: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
16754: todo:make linker happy
1.95 moko 16755:
16756: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
16757: env param made optional
16758:
16759: 2003-03-04 paf
16760:
16761: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
16762: types/pa_vimage.h: number of gcc compiler bugs fixed
16763:
16764: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
16765: results/103.processed: tests: 103 image.copy transparence test
16766:
16767: * src/main/execute.C, tests/101.html, tests/102.html,
16768: tests/results/101.processed, tests/results/102.processed: tests:
16769: 101 method/variable name conflict test 102 form fields change
16770: should not not change anything [bug fix]
16771:
16772: * tests/: 057.html, 099.html, 100.html, results/057.processed,
16773: results/099.processed, results/100.processed: tests: 57 date
16774: create 2002: added 99,100 response:body/download
16775:
16776: * src/classes/image.C, tests/098.html, tests/098font.gif,
16777: tests/results/098.processed: test: 98 image font text [bug fixed]
16778:
16779: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
16780: tests/results/097.processed: test: 97 file::load http:// [bugs
16781: fixed]
16782:
16783: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
16784: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
16785: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
16786: image EXIF [bug fixed]
16787:
16788: * src/classes/table.C, src/main/execute.C, tests/061.dat,
16789: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
16790: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
16791: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
16792: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
16793: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
16794: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
16795: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
16796: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
16797: tests/094.html, tests/095.html, tests/results/061.processed,
16798: tests/results/062.processed, tests/results/063.processed,
16799: tests/results/064.processed, tests/results/065.processed,
16800: tests/results/066.processed, tests/results/067.processed,
16801: tests/results/068.processed, tests/results/069.processed,
16802: tests/results/070.processed, tests/results/071.processed,
16803: tests/results/072.processed, tests/results/073.processed,
16804: tests/results/074.processed, tests/results/075.processed,
16805: tests/results/076.processed, tests/results/077.processed,
16806: tests/results/078.processed, tests/results/080.processed,
16807: tests/results/081.processed, tests/results/082.processed,
16808: tests/results/083.processed, tests/results/084.processed,
16809: tests/results/085.processed, tests/results/086.processed,
16810: tests/results/087.processed, tests/results/088.processed,
16811: tests/results/089.processed, tests/results/090.processed,
16812: tests/results/091.processed, tests/results/092.processed,
16813: tests/results/093.processed, tests/results/094.processed,
16814: tests/results/095.processed, tests/079.html,
16815: tests/results/079.processed: tests: 61 file::stat size 62
16816: string->int autoconvert 63 double .int,dec,div,mul 64 date
16817: compare 65 file: basename,justname,justext 66 math:crypt 67
16818: string.match simple on long 68 string.match normalized simple on
16819: long 69 string.int 70 file::stat content-type 71 table.join 72
16820: hash parameter conditional pass 73 date daylightsaving,yearday 74
16821: date arithmetics 75 response date values/attributes 76 string.pos
16822: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
16823: with local 80 scientific numeric literal in string autoconvert 81
16824: xor: logical and numerical 82 for delims 83 menu delims 84
16825: table.hash distinct 85 long string replace 86 throw+catch
16826: current language preserve 87 bit shifts 88 junction tests +
16827: $caller test 89 hash.foreach selfmodification 90 int/void to int
16828: 91 $caller test 92 junction is + def junction tests 93 $caller
16829: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
16830:
16831: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
16832: fixed] 60 string eq string [bug fixed]
16833:
16834: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
16835: 058.html, 058_paf2000.png, 059.html, 060.html,
16836: results/053.processed, results/054.processed,
16837: results/055.processed, results/056.processed,
16838: results/057.processed, results/058.processed,
16839: results/059.processed, results/060.processed: test: 53
16840: string.replace 54 junctions 55 table.hash 56 call indirect 57
16841: date.create[string] 58 image.measure[png]
16842:
16843: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
16844: outputs/051.processed, results/052.processed: test: 52
16845: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
16846: task: fix that
16847:
16848: 2003-03-03 paf
16849:
16850: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
16851: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
16852: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
16853: outputs/049.processed, outputs/050.processed,
16854: outputs/051.processed, results/001.processed,
16855: results/002.processed, results/003.processed,
16856: results/005.processed, results/006.processed,
16857: results/008.processed, results/009.processed,
16858: results/011.processed, results/012.processed,
16859: results/013.processed, results/014.processed,
16860: results/015.processed, results/016.processed,
16861: results/017.processed, results/020.processed,
16862: results/021.processed, results/022.processed,
16863: results/024.processed, results/025.processed,
16864: results/026.processed, results/027.processed,
16865: results/028.processed, results/029.processed,
16866: results/030.processed, results/031.processed,
16867: results/049.processed, results/050.processed,
16868: results/051.processed, results/043.processed,
16869: results/044.processed, results/045.processed,
16870: results/046.processed, results/047.processed,
16871: results/048.processed: tests: 43,44,45 date rolls 46
16872: autoevaluating junction 47 table.select 48 name with subvar 49
16873: hash-creating switch 50 process 51 started parent/child, works as
16874: it were but it were NOT GOOD, created separate task to fix that
16875:
16876: * tests/: 042.html, results/042.processed: test: 42
16877: exception.handled
16878:
16879: * tests/: 041.html, results/041.processed: test: 41 table.locate by
16880: expression
16881:
16882: * tests/: 040.html, results/040.processed: test: 39 method result
16883: of type table 40 method param junction auto evaluate
16884:
16885: * tests/: 039.html, results/039.processed: test: 37 method result
16886: of type table
16887:
16888: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
16889: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
16890: tests/038.html, tests/results/033.processed,
16891: tests/results/034.processed, tests/results/035.processed,
16892: tests/results/036.processed, tests/results/037.processed,
16893: tests/results/038.processed: tests: 33 string.replace 34
16894: string.upper 35 table created 36 local/global vars with juntions
16895: 37 table clone 38 math PI & number formatting
16896:
16897: math class registring typo fixed
16898:
16899: * src/classes/op.C, src/include/pa_request.h,
16900: src/include/pa_string.h, src/main/execute.C,
16901: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
16902: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
16903: tests/032.html, tests/results/032.processed: uchar changed to
16904: String_UL in all places [was not everywhere] untaint test: 032
16905:
16906: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
16907: tests/results/004.processed, tests/parser-cygwin.sh,
16908: tests/parser-unix.sh: removed -H command line key, now testing
16909: using .sh file with SERVER_SOFTWARE=xxx
16910:
16911: 2003-02-26 paf
16912:
16913: * src/main/execute.C, src/types/pa_vstateless_class.h,
16914: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
16915: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
16916: tests/results/024.processed, tests/results/025.processed,
16917: tests/results/026.processed, tests/results/027.processed,
16918: tests/results/028.processed, tests/results/029.processed,
16919: tests/results/030.processed, tests/results/031.processed: fixed
16920: bug with name_cstr mutable CharPtr more tests
16921:
16922: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
16923: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
16924: << abort. die now just exits
16925:
16926: * src/classes/classes.awk, src/classes/classes.h,
16927: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16928: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16929: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16930: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16931: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16932: src/classes/xnode.C, src/include/pa_memory.h,
16933: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
16934: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
16935: src/types/pa_vform.C, tests/015.html, tests/016.html,
16936: tests/017.html, tests/018.html, tests/019.html,
16937: tests/019paf2001.gif, tests/020.html, tests/021.html,
16938: tests/022.html, tests/023.html, tests/022_dir/a.html,
16939: tests/022_dir/b.txt, tests/022_dir/c.htm,
16940: tests/results/015.processed, tests/results/016.processed,
16941: tests/results/017.processed, tests/results/018.processed,
16942: tests/results/019.processed, tests/results/020.processed,
16943: tests/results/021.processed, tests/results/022.processed,
16944: tests/results/023.processed: methoded_array now contains all Mxxx
16945: classes SAPI::get_env now returns info on pool more tests
16946:
16947: * src/include/pa_array.h, src/include/pa_hash.h,
16948: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
16949: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
16950: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
16951: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
16952: tests/014.html, tests/Makefile, tests/outputs/create-dir,
16953: tests/results/001.processed, tests/results/002.processed,
16954: tests/results/003.processed, tests/results/004.processed,
16955: tests/results/005.processed, tests/results/006.processed,
16956: tests/results/007.processed, tests/results/008.processed,
16957: tests/results/009.processed, tests/results/010.processed,
16958: tests/results/011.processed, tests/results/012.processed,
16959: tests/results/013.processed, tests/results/014.processed: hash
16960: cloning fixed
16961:
16962: 2003-02-25 paf
16963:
16964: * src/main/pa_common.C: typo fixed
16965:
16966: 2003-02-24 paf
16967:
16968: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
16969: [one remained]
16970:
16971: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
16972: [should have been get_string(&pool)] todo: check other such calls
16973:
16974: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
16975: test10, bad lookups
16976:
16977: xxx* xxx=smartptr.get(); << is bad style, after ";" original
16978: object got destructed, and xxx points to sky
16979:
16980: * ChangeLog, src/classes/string.C: match bug fixed
16981:
16982: * src/types/pa_vmail.C: body [text/html] transcoded to
16983: $.charset[specified] now
16984:
16985: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16986: which failed to handle sigsetjmp+throw: crashed inside of
16987: pre-throw code. rewritten simplier [though duplicating
16988: closesocket code]
16989:
16990: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16991: which failed to handle sigsetjmp+throw: crashed inside of
16992: pre-throw code. rewritten simplier [though duplicating
16993: closesocket code]
16994:
16995: 2003-02-21 paf
16996:
16997: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
16998: $cookie:name[$.expires[date << can be now]]
16999:
17000: written makefile with regression tests [raw]
17001:
17002: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17003: tests' only [it's not forcing CGI mode now] now use -H to output
17004: CGI header when parser used in command line [useful for tests
17005: also]
17006:
17007: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17008: switches on CGI mode, and is used in regression tests
17009:
17010: * src/: include/pa_request.h, main/pa_request.C,
17011: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17012: fixed
17013:
17014: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17015: handling pa_*
17016:
17017: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17018: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17019: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17020: memory handling files
17021:
17022: * src/main/pa_array.C: pool::format_integer terminator fixed
17023:
17024: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17025: compiles OK test to show benefits of free
17026:
17027: * src/: classes/file.C, classes/image.C, classes/mail.C,
17028: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17029: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17030: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17031: use pool [as the one in ^process]
17032:
17033: * src/classes/op.C: fixed process. sould now check for all cstr's
17034: -- some must use pool [as the one in ^process]
17035:
17036: 2003-02-20 paf
17037:
17038: * src/: classes/date.C, classes/double.C, classes/file.C,
17039: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17040: classes/math.C, classes/op.C, classes/response.C,
17041: classes/string.C, classes/table.C, classes/void.C,
17042: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17043: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17044: string cmp fixed
17045:
17046: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17047: values passed OK now
17048:
17049: 2003-02-19 paf
17050:
17051: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17052: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17053: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17054: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17055: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17056: all remaning leaks resulted from pooled::malloc calls [excluding
17057: in gd -- planning complete rewrite extremely ugly code]
17058:
17059: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17060: files
17061:
17062: 2003-02-17 paf
17063:
17064: * src/: classes/date.C, classes/double.C, classes/file.C,
17065: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17066: classes/response.C, classes/string.C, classes/table.C,
17067: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17068: include/pa_stylesheet_connection.h,
17069: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17070: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17071: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17072: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17073: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17074: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17075: of unitialized simple-typed field
17076:
17077: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17078: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17079: simple-typed field fixed. todo: find&kill all like that one
17080:
17081: * src/: main/execute.C, targets/cgi/pa_pool.C,
17082: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17083: debug output fixed
17084:
17085: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17086: main/pa_request.C: stack-stored items need extra .ref to prevent
17087: object_ptr from delete[them]
17088:
17089: * src/: classes/date.C, classes/op.C, classes/table.C,
17090: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17091: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17092: main/pa_charset.C, main/pa_common.C,
17093: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17094: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17095: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17096: calls
17097:
17098: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17099: couple mem leaks rusulted from old pooled::malloc usage.
17100: todo:find more like those
17101:
17102: * src/main/: compile.C, compile_tools.C: 2*2!
17103:
17104: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17105: stackItem fixed [there were no string on stack before]
17106:
17107: * src/: main/execute.C, main/pa_request.C,
17108: types/pa_vmethod_frame.C: first letters out OK
17109:
17110: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17111: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17112: main/pa_string.C, main/untaint.C, types/pa_value.h,
17113: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17114: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17115: type not initialized with zeros :( while class fields of class
17116: types initialized with default constructors. learn C++
17117:
17118: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17119: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17120: classes/math.C, classes/xdoc.C, classes/xnode.C,
17121: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17122: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17123:
17124: 2003-02-14 paf
17125:
17126: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17127: 13 link errors
17128:
17129: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17130: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17131: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17132: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17133: errors :)
17134:
17135: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17136: classes/hash.C, classes/mail.C, classes/op.C,
17137: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17138: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17139: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17140: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17141:
17142: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17143: classes/table.C, include/pa_common.h, include/pa_globals.h,
17144: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17145: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17146: types/pa_vint.h, types/types.dsp: op compiled
17147:
17148: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17149: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17150: main/untaint.C, types/pa_vtable.h: string, response compiled
17151:
17152: 2003-02-07 paf
17153:
17154: * src/: classes/table.C, types/pa_vtable.h: table compiled
17155:
17156: 2003-02-06 paf
17157:
17158: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17159: mail compiled
17160:
17161: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17162: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17163: types/pa_vfile.h, types/pa_vimage.h: image compiled
17164:
17165: * src/classes/: file.C, form.C: form compiled
17166:
17167: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17168: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17169: types/pa_vfile.C, types/pa_vfile.h: file compiled
17170:
17171: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17172: types/pa_vmath.h: math compiled [win32]
17173:
17174: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17175: types/pa_vstring.h: hash compiled
17176:
17177: 2003-02-04 paf
17178:
17179: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17180: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17181: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17182: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17183: types/pa_vhash.h: hash 50% compiled
17184:
17185: * src/: classes/date.C, classes/file.C, classes/hash.C,
17186: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17187: classes/string.C, classes/table.C, classes/xdoc.C,
17188: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17189: main/pa_string.C: date compiled
17190:
17191: * src/classes/: classes.dsp, double.C: double compiled
17192:
17193: * src/: classes/date.C, classes/double.C, classes/file.C,
17194: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17195: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17196: classes/string.C, classes/table.C, classes/void.C,
17197: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17198: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17199: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17200: compiled
17201:
17202: * src/: classes/date.C, classes/double.C, classes/file.C,
17203: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17204: classes/math.C, classes/op.C, classes/response.C,
17205: classes/string.C, classes/table.C, classes/void.C,
17206: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17207: types/pa_vvoid.h: void compiled :)
17208:
17209: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17210: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17211: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17212: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17213: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17214: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17215: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17216: types/pa_vresponse.C, types/pa_vstateless_class.C,
17217: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17218: types/pa_wcontext.C, types/types.dsp: removed stupid
17219: value_includes.h
17220:
17221: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17222: trying to remove stupid value_includes.h
17223:
17224: * src/main/pa_exec.C: pa_exec compiled on win32
17225:
17226: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17227:
17228: * src/: include/pa_globals.h, include/pa_request.h,
17229: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17230: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17231: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17232: types/pa_vrequest.C, types/pa_vstateless_class.C,
17233: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17234:
17235: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17236: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17237: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17238:
17239: * src/: include/pa_array.h, include/pa_config_includes.h,
17240: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17241: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17242: compiled
17243:
17244: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17245: name conflicts)
17246:
17247: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17248: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17249: yelds "virtual memory exhausted" while trying to compile
17250: execute.C [eating up to 127MB]
17251:
17252: 2003-02-03 paf
17253:
17254: * src/: include/pa_config_includes.h, include/pa_hash.h,
17255: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17256: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17257: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17258: types/pa_vint.h, types/pa_vjunction.h,
17259: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17260: started gcc compiling pa_common compiled
17261:
17262: * src/: include/pa_exception.h, include/pa_pool.h,
17263: main/pa_exception.C: exception gcc change #1
17264:
1.116 moko 17265: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17266: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17267:
17268: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17269:
17270: * src/types/pa_vtable.C: vtable compiled
17271:
17272: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17273:
17274: * src/: include/pa_cache_managers.h, main/pa_request.C,
17275: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17276:
17277: * src/types/pa_vstateless_class.C: vstateless_class compiled
17278:
17279: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17280:
17281: * src/types/pa_vrequest.C: vrequest compiled
17282:
17283: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17284: pa_vobject.C, pa_vobject.h: vobject compiled
17285:
17286: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
17287: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17288: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
17289: compiled
17290:
17291: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
17292:
17293: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
17294: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
17295: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
17296: compiled
17297:
17298: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17299: main.lib - 0 error(s), 0 warning(s)
17300:
17301: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17302: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
17303:
17304: 2003-01-31 paf
17305:
17306: * src/: include/pa_array.h, include/pa_operation.h,
17307: include/pa_request.h, main/execute.C, main/main.dsp,
17308: types/pa_vjunction.h: started last file from main library:
17309: execute
17310:
17311: * src/: include/pa_request.h, include/pa_sapi.h,
17312: main/compile.tab.C, main/compile.y, main/compile_tools.h,
17313: main/pa_request.C, targets/cgi/parser3.C,
17314: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
17315: types/pa_vhash.h: pa_request compiled
17316:
17317: * src/: classes/op.C, classes/string.C, include/pa_common.h,
17318: include/pa_globals.h, include/pa_request.h,
17319: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
17320: main/execute.C, main/main.dsp, main/pa_common.C,
17321: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17322: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
17323: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
17324: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
17325: types/types.dsp: most pa_request compiled
17326:
17327: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17328: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17329: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17330: classes/op.C, classes/response.C, classes/string.C,
17331: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17332: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17333: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17334: include/pa_config_fixed.h, include/pa_config_includes.h,
17335: include/pa_dictionary.h, include/pa_dir.h,
17336: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17337: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
17338: include/pa_pool.h, include/pa_request.h,
17339: include/pa_request_charsets.h, include/pa_request_info.h,
17340: include/pa_sapi.h, include/pa_socks.h,
17341: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17342: include/pa_stack.h, include/pa_string.h,
17343: include/pa_stylesheet_connection.h,
17344: include/pa_stylesheet_manager.h, include/pa_table.h,
17345: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17346: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17347: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
17348: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
17349: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17350: main/compile.C, main/compile.tab.C, main/compile.y,
17351: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17352: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
17353: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17354: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17355: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17356: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17357: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17358: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
17359: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
17360: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17361: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17362: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17363: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
17364: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
17365: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17366: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17367: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17368: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17369: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17370: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17371: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17372: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17373: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17374: types/pa_vresponse.h, types/pa_vstateless_class.C,
17375: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17376: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17377: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17378: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17379: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17380: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
17381:
17382: * ChangeLog, src/classes/classes.h, src/classes/op.C,
17383: src/include/pa_cache_managers.h, src/include/pa_charset.h,
17384: src/include/pa_charsets.h, src/include/pa_common.h,
17385: src/include/pa_dictionary.h, src/include/pa_exception.h,
17386: src/include/pa_exec.h, src/include/pa_pool.h,
17387: src/include/pa_request.h, src/include/pa_sapi.h,
17388: src/include/pa_sql_connection.h,
17389: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17390: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
17391: src/main/compile.tab.C, src/main/compile_tools.C,
17392: src/main/compile_tools.h, src/main/main.dsp,
17393: src/main/pa_charset.C, src/main/pa_charsets.C,
17394: src/main/pa_common.C, src/main/pa_dictionary.C,
17395: src/main/pa_exception.C, src/main/pa_exec.C,
17396: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17397: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
17398: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
17399: src/types/pa_vclass.h, src/types/pa_vcookie.C,
17400: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17401: src/types/pa_vdouble.h, src/types/pa_venv.h,
17402: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
17403: src/types/pa_vhash.h, src/types/pa_vimage.C,
17404: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
17405: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
17406: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17407: src/types/pa_vobject.C, src/types/pa_vobject.h,
17408: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17409: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17410: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17411: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
17412: src/types/pa_vstring.h, src/types/pa_vtable.h,
17413: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
17414: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
17415: died, long live StringPtr
17416:
17417: 2003-01-30 paf
17418:
17419: * src/: include/pa_charset.h, include/pa_request.h,
17420: include/pa_sql_driver_manager.h, main/compile.tab.C,
17421: main/compile.y, main/compile_tools.h, main/pa_request.C,
17422: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
17423:
17424: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
17425: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
17426: types/pa_vhash.h, types/pa_vmethod_frame.h,
17427: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17428: types/types.dsp: vstateless_class compiled
17429:
17430: * src/main/compile.C: compile compiled
17431:
17432: * src/: include/pa_array.h, include/pa_operation.h,
17433: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
17434: main/pa_table.C: compile_tools compiled
17435:
17436: * src/: include/pa_operation.h, main/compile.y,
17437: main/compile_tools.C, main/compile_tools.h: started
17438: compile_tools. vagues ideas of how to free compiled code
17439:
17440: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
17441: main/main.dsp, types/pa_value.C, types/pa_value.h,
17442: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
17443: compiled
17444:
17445: 2003-01-29 paf
17446:
17447: * src/: include/pa_globals.h, include/pa_request.h,
17448: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17449: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
17450: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
17451: compiled
17452:
17453: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
17454: now
17455:
17456: * src/: include/pa_array.h, include/pa_exception.h,
17457: include/pa_pool.h, main/pa_exception.C: gd compiled
17458:
17459: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
17460: compiled
17461:
17462: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17463: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
17464: types/pa_vfile.h: vfile compiled
17465:
17466: * src/: include/pa_common.h, include/pa_globals.h,
17467: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
17468: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
17469: types/pa_vform.C, types/pa_vform.h: vcookie compiled
17470:
17471: * src/: include/pa_exception.h, main/pa_cache_managers.C,
17472: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
17473: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
17474: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17475: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
17476:
17477: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
17478: main/main.dsp, main/untaint.C: more compiled
17479:
17480: * src/: include/pa_charsets.h, include/pa_request.h,
17481: include/pa_request_info.h, include/pa_string.h,
17482: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
17483: types/pa_vresponse.h: vrequest compiled
17484:
17485: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
17486: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
17487: pa_vresponse.h, pa_wcontext.h: vrequest compiled
17488:
17489: * src/: classes/classes.h, include/pa_charset.h,
17490: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
17491: include/pa_request.h, include/pa_string.h, main/main.dsp,
17492: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
17493: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
17494: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
17495: types/pa_vrequest.C, types/pa_vrequest.h,
17496: types/pa_vstateless_class.h, types/pa_vstring.h,
17497: types/pa_vvoid.h: vrequest,vdouble,vint compiled
17498:
17499: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
17500: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17501: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
17502: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
17503: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17504: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
17505: types/pa_vobject.h, types/pa_vstateless_class.h,
17506: types/pa_vstateless_object.h, types/pa_vstatus.h,
17507: types/pa_vstring.h, types/types.dsp: vmath compiled
17508:
17509: 2003-01-28 paf
17510:
17511: * src/: classes/classes.h, classes/date.C, classes/file.C,
17512: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
17513: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
17514: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
17515: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
17516: compile_tools
17517:
17518: * src/: include/pa_charset.h, include/pa_exception.h,
17519: include/pa_request.h, include/pa_string.h, main/untaint.C:
17520: untaint compiled
17521:
17522: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
17523: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
17524: more compiled. struck with string::store_to needing to know
17525: source/client charsets
17526:
17527: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
17528: types/pa_vfile.h: uue compiled
17529:
17530: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
17531: table compiled
17532:
17533: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
17534: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
17535:
17536: * src/: include/pa_charset.h, main/pa_charset.C,
17537: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
17538: introduced]
17539:
17540: * src/: classes/date.C, include/pa_charset.h,
17541: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
17542: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
17543: pa_charsets compiled
17544:
17545: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
17546: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
17547:
17548: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
17549: common compiled
17550:
17551: * src/: include/pa_charsets.h, main/pa_charsets.C,
17552: main/pa_sql_driver_manager.C: pa_charsets compiled
17553:
17554: * src/: include/pa_array.h, include/pa_charset.h,
17555: include/pa_charsets.h, include/pa_pool.h,
17556: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17557: include/pa_stack.h, include/pa_string.h,
17558: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
17559: sql_driver_manager compiled
17560:
17561: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
17562: letter i with two dots added to koi, all ukranian letters added
17563: to win1251.
17564:
17565: typographic simbol 0xb9 deleted from win1251 [strange one & were
17566: abscent from koi]
17567:
17568: 2003-01-27 paf
17569:
17570: * src/: include/pa_exception.h, include/pa_sql_connection.h,
17571: include/pa_sql_driver_manager.h, include/pa_string.h,
17572: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
17573: sql/pa_sql_driver.h: paused on sql_manager
17574:
17575: * src/: include/pa_cache_managers.h, include/pa_pool.h,
17576: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17577: include/pa_stack.h, main/pa_sql_driver_manager.C,
17578: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
17579:
17580: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
17581: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17582: include/pa_table.h, main/pa_sql_driver_manager.C,
17583: main/pa_table.C: table compiled
17584:
17585: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
17586: cache_managers compiled
17587:
17588: * src/: include/pa_array.h, include/pa_charset.h,
17589: include/pa_pool.h, main/pa_charset.C: charset compiled
17590:
17591: * src/: include/pa_pool.h, main/pa_common.C: common compiled
17592:
17593: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
17594: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
17595: main/pa_string.C, types/pa_value.C, types/pa_value.h,
17596: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
17597: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
17598:
17599: 2003-01-24 paf
17600:
17601: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
17602: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
17603: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
17604: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
17605: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
17606: types/pa_vint.h, types/pa_vjunction.h,
17607: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17608: types/pa_vstatus.h, types/pa_vstring.h: more patched
17609:
17610: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
17611: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
17612: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
17613: main/pa_string.C, main/pa_table.C: string compiled
17614:
17615: * src/: include/pa_array.h, include/pa_common.h,
17616: include/pa_dictionary.h, include/pa_exception.h,
17617: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
17618: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
17619: main/pa_string.C: dictionary compiled
17620:
17621: 2003-01-23 paf
17622:
17623: * src/: include/pa_array.h, include/pa_common.h,
17624: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
17625: include/pa_request.h, include/pa_string.h, main/pa_common.C,
17626: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
17627: types/pa_value.h: resurrected pool in new sense: now it's
17628: factory, producing&accounting memory chunks for read[autofree]
17629: buffers
17630:
17631: * src/: include/pa_array.h, include/pa_exception.h,
17632: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
17633: main/pa_exception.C, main/pa_table.C: table compiled
17634:
17635: * src/: classes/image.C, classes/op.C, include/pa_array.h,
17636: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
17637: include/pa_pool.h, include/pa_pragma_pack_begin.h,
17638: include/pa_pragma_pack_end.h, include/pa_sapi.h,
17639: include/pa_string.h, include/pa_table.h, include/pa_types.h,
17640: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
17641: main/pa_table.C: aint that easy
17642:
17643: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
17644: main/main.dsp: continued with Hash
17645:
17646: * src/main/pa_common.C: connect_string allocated on heap[wes on
17647: stack] now. and exception can be reported OK now [can be reported
17648: outside of pro c with that stack]
17649:
17650: 2003-01-22 paf
17651:
17652: * src/: include/pa_array.h, include/pa_charset.h,
17653: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
17654: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
17655: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
17656: base: contains references_count. auto_ptr template calls
17657: add_ref/release
17658:
17659: 2003-01-21 paf
17660:
17661: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17662: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17663: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17664: classes/op.C, classes/response.C, classes/string.C,
17665: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17666: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17667: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17668: include/pa_config_fixed.h, include/pa_config_includes.h,
17669: include/pa_dictionary.h, include/pa_dir.h,
17670: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17671: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17672: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17673: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17674: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17675: include/pa_stack.h, include/pa_string.h,
17676: include/pa_stylesheet_connection.h,
17677: include/pa_stylesheet_manager.h, include/pa_table.h,
17678: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17679: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17680: lib/pcre/pcre_parser_ctype.c, main/compile.C,
17681: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17682: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17683: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17684: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17685: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17686: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17687: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17688: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17689: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17690: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17691: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17692: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17693: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
17694: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
17695: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17696: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17697: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17698: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17699: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17700: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17701: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17702: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17703: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17704: types/pa_vstateless_object.h, types/pa_vstatus.C,
17705: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17706: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17707: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17708: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17709: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
17710: 2002->2003
17711:
17712: 2003-01-16 paf
17713:
17714: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
17715: src/main/pa_globals.C: http:// introducing $.any-status(1)
17716:
17717: * operators.txt, src/include/pa_config_fixed.h,
17718: src/main/pa_common.C: http request now return status. and not
17719: fail on status!=200
17720:
17721: 2003-01-15 paf
17722:
17723: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
17724:
17725: 2003-01-14 paf
17726:
17727: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
17728: mkinstalldirs: removed some ancient files [they in / really]
17729:
17730: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
17731: regretfully needed patch in two places. in config_fixed.h made
17732: stubs for lib to compile in MSVC
17733:
17734: 2003-01-13 paf
17735:
17736: * config.guess, config.sub, ltmain.sh: removed last piece of
17737: configure.in(libtool) hacks
17738:
1.116 moko 17739: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 17740: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
17741: ltdl.h: moved to latest libtool (1.4.3)
17742:
17743: 2003-01-10 paf
17744:
17745: * src/lib/ltdl/: configure, configure.in: PROG_NM
17746:
17747: * src/main/pa_globals.C: moved to latest xml lib versions, changed
17748: patches. libxml2 >= 2.5.1
17749: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
17750: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
17751: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17752:
17753: * INSTALL: moved to latest versions of xml libs libxml2 >=
17754: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
17755: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
17756: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17757:
17758: 2003-01-09 paf
17759:
17760: * INSTALL: xml,xslt,gdome lib urls updated
17761:
17762: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 17763: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 17764: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 17765: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
17766: 1.7.2
1.95 moko 17767:
17768: * depcomp: moving to automake 1.7.2
17769:
17770: 2002-12-27 paf
17771:
17772: * src/include/pa_version.h: 0007
17773:
17774: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
17775: outdated parts, made links to language docs
17776:
17777: * src/include/pa_config_auto.h.in: comment
17778:
17779: 2002-12-26 paf
17780:
17781: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
17782: not contain trailing / fixed.
17783:
17784: * INSTALL: changing SAFE_MODE politics
17785:
17786: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
17787:
17788: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
17789:
17790: 2002-12-25 paf
17791:
17792: * src/main/pa_globals.C: optimized-xml
17793:
17794: * src/main/pa_globals.C: optimized-as-is
17795:
17796: 2002-12-24 paf
17797:
17798: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
17799: fixed [were really called with zero size when .html?a=&b=]
17800:
17801: * src/classes/mail.C: $MAIL in @conf now invalid when configured
17802: with --with-sendmail
17803:
17804: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
17805: fixed]
17806:
17807: 2002-12-23 paf
17808:
17809: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
17810: ignoring parameters & were storing only string with default
17811: expires
17812:
17813: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
17814: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
17815: December 23, 2002 4:22 AM Subject: bug â
17816: Charset::transcode_buf2xchar
17817:
17818: 2002-12-20 paf
17819:
17820: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
17821: non-cgi [script] runs
17822:
17823: 2002-12-19 paf
17824:
17825: * INSTALL: --without-iconv recommended [it crashes on some systems
17826: [tested on elik]] moreover, it's not needed there [parser
17827: registers charsets itself]
17828:
17829: * INSTALL: --without-iconv recommended [it crashes on some systems
17830: [tested on elik]]
17831:
17832: * operators.txt, src/include/pa_globals.h,
17833: src/include/pa_request.h, src/main/pa_globals.C,
17834: src/main/pa_request.C: $response:download
17835:
17836: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
17837: compiler [win32]].
17838:
17839: 2002-12-18 paf
17840:
17841: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
17842:
17843: 2002-12-17 paf
17844:
17845: * src/targets/cgi/parser3.C: merged die&iis changes
17846:
17847: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
17848: to exit(1) 2. more flexible iilegal call check
17849:
17850: 2002-12-16 paf
17851:
17852: * ltmain.sh: some automakes silly insist on having this handy
17853:
17854: * src/main/untaint.C: filespec russian small 'r' changed to latin
17855: 'p' bug fix
17856:
17857: 2002-12-15 paf
17858:
17859: * src/main/untaint.C: filespec russian small 'r' changed to latin
17860: 'p'
17861:
17862: * configure.in, src/include/pa_config_auto.h.in,
17863: src/main/compile.C, src/main/pa_common.C: merged small changes
17864: from branch 6 to HEAD
17865:
17866: * src/main/compile.C: removed warning
17867:
17868: * src/main/pa_common.C: ftruncate having checked
17869:
17870: * configure.in, src/include/pa_version.h: new version
17871:
17872: 2002-12-14 paf
17873:
17874: * src/classes/table.C: removed unnecessary code
17875:
17876: * src/sql/pa_sql_driver.h: exception type fixed
17877:
17878: 2002-12-09 paf
17879:
17880: * src/types/pa_vvoid.h: $void.store[now] error
17881:
17882: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17883:
17884: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
17885: tries to write core dump
17886:
17887: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17888:
17889: * src/: classes/hash.C, classes/string.C, classes/table.C,
17890: classes/void.C, main/pa_sql_driver_manager.C,
17891: sql/pa_sql_driver.h: changed exception handling mech in sql
17892: handlers #2
17893:
17894: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
17895: exception handling mech in sql handlers
17896:
17897: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
17898: handlers
17899:
17900: * src/: classes/hash.C, classes/string.C, classes/table.C,
17901: classes/void.C, main/pa_sql_driver_manager.C,
17902: sql/pa_sql_driver.h: changed exception handling mech in sql
17903: handlers
17904:
1.116 moko 17905: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
17906: to write makefile which used libtool to install things, which is
17907: not needed
1.95 moko 17908:
17909: 2002-12-06 paf
17910:
17911: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
17912: $hash.fields -- pseudo field to make 'hash' more like 'table'
17913:
17914: 2002-12-05 paf
17915:
17916: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
17917: cc/bcc OK now
17918:
17919: * src/main/untaint.C: mail header closed properly
17920:
17921: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
17922: header ',' allowed. still bugs in smtp [only one receiptient
17923: works, cc, bcc ignored now, and MAILED ;)]
17924:
17925: [strncpy killed, memnchr used]
17926:
17927: * src/main/pa_table.C: table-copy now current=0
17928:
17929: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
17930: lowlevel proc
17931:
17932: * src/targets/cgi/parser3.C: more checks on
17933: http://domain/parser.cgi start [maybe some getenv returns "",
17934: checked that now
17935:
17936: * src/targets/cgi/parser3.C: more checks on
17937: http://domain/parser.cgi start [maybe some getenv returns "",
17938: checked that now
17939:
17940: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
17941: out-of-mem errors reached log]
17942:
17943: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
17944: mail:send MIME-Version default
17945:
17946: * src/main/main.dsp: pa_version included into main.dsp
17947:
17948: 2002-12-04 paf
17949:
17950: * src/types/pa_vform.C: $form:field string value cut by premature 0
17951:
17952: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
17953: lib/libltdl -> lib/ltdl Win32 changes. s
17954:
17955: * src/classes/classes.awk: more strict *.C$
17956:
17957: * gnu.dsp: restored
17958:
1.116 moko 17959: * configure.in, gnu.dsp, src/lib/Makefile.am,
17960: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
17961: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
17962: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
17963: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
17964: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
17965: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
17966: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
17967: now created with /configure, not ltdl/configure, so it does have
17968: no problems with automake. ltdl/configure
17969: AC_OUTPUT(Makefile<<removed)
1.95 moko 17970:
17971: 2002-12-02 paf
17972:
17973: * operators.txt: removed outdated status:db
17974:
17975: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
17976: src/main/pa_common.C, src/main/pa_request.C,
17977: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
17978: tainted parts becomes http-header
17979:
17980: 2002-11-29 paf
17981:
17982: * src/classes/date.C, src/classes/image.C, operators.txt: exif
17983: dates now objects of type date
17984:
17985: * src/classes/image.C: file.seek removed [it were used in image.C
17986: only, and for parser user this means that jpeg image has bad
17987: size in fragment's header] now used image.format
17988:
17989: * src/: include/pa_common.h, main/pa_common.C,
17990: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
17991: now handled exactly like $response:header values. e.g. can be
17992: hash [can have subattributes] & contain date values.
17993:
17994: * src/main/pa_common.C: http:// param values lang forced URI
17995:
17996: * src/main/pa_common.C: http:// tainted partes now %xx
17997:
17998: 2002-11-28 paf
17999:
18000: * operators.txt: http.timeout
18001:
18002: * src/classes/image.C: ^image.length now counts interchar space.
18003: plus space after last char
18004:
18005: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18006:
18007: * src/classes/image.C: ^image.font width measurer now scans full
18008: height [were -1]
18009:
18010: * configure.in: stopped double libltdl/Makefile generation
18011:
18012: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18013: chars [one top horizontal line of 1pixel height were missing]
18014:
18015: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18016: 'false' to go into (Hash *) parameter
18017:
18018: 2002-11-27 paf
18019:
18020: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18021: types/pa_vmail.C: response:body[file] if file nows it's name now
18022: returns content-disposition: >>attachment<<
18023:
18024: * src/classes/image.C: ^image.font << bad font file-size now
18025: properly reported
18026:
18027: 2002-11-26 paf
18028:
18029: * src/main/pa_request.C: fixed lang in reponse header
18030:
18031: * src/main/pa_common.C: utf8 prefix ignored @read text
18032:
18033: * operators.txt, src/main/pa_common.C: http:// response status!=200
18034: made exception: http.status with source=bad status#
18035:
18036: 2002-11-25 paf
18037:
18038: * configure.in, src/classes/image.C,
18039: src/include/pa_config_auto.h.in,
18040: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18041: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18042: const void related probs fixed
1.95 moko 18043:
18044: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
18045:
18046: $file[^file::load[http://there]] $file.SERVER
18047:
18048: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18049: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18050: http options [invalid onces now reported] made default
18051: user-agent: paf
18052:
18053: * operators.txt, src/classes/file.C, src/classes/table.C,
18054: src/classes/xdoc.C, src/include/pa_common.h,
18055: src/include/pa_globals.h, src/main/pa_common.C,
18056: src/main/pa_globals.C, src/main/pa_request.C,
18057: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18058: now understand http:// prefix and additional params, sample:
18059: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18060: $.USER-AGENT[parser3] ]]
18061:
18062: 2002-11-22 paf
18063:
18064: * src/classes/image.C, src/include/pa_globals.h,
18065: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
18066: src/types/pa_vimage.h, operators.txt: $image.exif support
18067: $image.exif.DateTime & co
18068:
18069: 2002-11-21 paf
18070:
18071: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18072: _PASS_APPENDED)
18073:
18074: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18075: EXIF information [were big block and it's size were considered
18076: negative :(]
18077:
18078: * operators.txt, src/classes/image.C, src/include/pa_common.h,
18079: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
18080: internals rewritten. no there's reader.seek, and all's ready for
18081: EXIF extraction [now we fail to measure files with EXIF info]
18082:
18083: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18084: O_TRUNC truncates even exclusevely write-locked file [thanks to
18085: Igor Milyakov <virtan@rotabanner.com> for discovering]
18086:
18087: 2002-11-20 paf
18088:
18089: * src/targets/cgi/parser3.C: logging @signal += query_string
18090:
18091: * configure.in, src/include/pa_config_auto.h.in,
18092: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18093: comment
18094:
18095: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18096:
18097: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18098: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18099: currently processed document SIGPIPE >> interrupts request
18100: processing [exception = DB rollback]
18101:
18102: * src/main/pa_exec.C: comment
18103:
18104: * src/main/pa_exec.C: pa_exec: data written only if size>0
18105:
18106: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
18107: << disable HTTP-POST repassing
18108:
18109: * src/: include/pa_config_fixed.h, main/pa_common.C,
18110: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18111: pipe read errors now checked
18112:
18113: 2002-11-19 paf
18114:
18115: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18116: CGI: Illegal call
18117:
18118: 2002-11-01 paf
18119:
18120: * src/main/execute.C: comment
18121:
18122: 2002-10-31 paf
18123:
18124: * src/main/execute.C: found out why, checked that for now. todo:
18125: find out a way for that user could do that
18126:
18127: * src/types/pa_vstateless_object.h: object put replaces static
18128: parent if any
18129:
18130: * src/types/pa_vobject.C: object put replaces static parent if any
18131:
18132: * src/: classes/form.C, classes/mail.C, classes/op.C,
18133: classes/xnode.h, main/compile.tab.C, main/execute.C,
18134: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18135: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18136: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18137: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18138: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18139: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18140: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18141: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18142: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18143: types/pa_vstateless_object.h, types/pa_vstatus.C,
18144: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18145: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18146: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18147: types/pa_wwrapper.h: static fix merged
18148:
18149: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18150: $virtual_fields in dynamic, but one can reach derived
18151: static[class] variable from base
18152:
18153: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18154: types/pa_vobject.C, types/pa_vobject.h,
18155: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18156: statics, left $virtual_fields in dynamic
18157:
18158: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18159: one can't remember derivates in base class: there's so many of
18160: them. also there can be no virtual method calls in static
18161: classes
18162:
18163: * src/: classes/form.C, classes/mail.C, classes/op.C,
18164: classes/xnode.h, main/execute.C, main/pa_request.C,
18165: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18166: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18167: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18168: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18169: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18170: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18171: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18172: types/pa_vresponse.C, types/pa_vresponse.h,
18173: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18174: types/pa_vstateless_object.h, types/pa_vstatus.C,
18175: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18176: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18177: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18178: types/pa_wwrapper.h: static call $self fixed
18179:
18180: * src/main/execute.C: comment
18181:
18182: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18183: ^process[$caller.self]{...} now compiles to last derived object
18184: part of that 'self'
18185:
18186: 2002-10-29 paf
18187:
18188: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18189: re-passing [iis to blame]
18190:
18191: * src/classes/string.C: changed string.save to pass current sql
18192: connection to cstr thus one can ^connect[some server]{
18193: $s[insert into table x (x) values (^taint[sql]{value})]
18194: ^s.save[some.sql] } and he'd get in some.sql file code with
18195: properly escaped. [tried in mssql->mysql export->import of
18196: binary data]
18197:
18198: 2002-10-25 paf
18199:
18200: * src/types/pa_vresponse.C: case insensitive response user fields
18201: get/put
18202:
18203: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18204: types/pa_vresponse.C: saving for maybe-future
18205:
18206: 2002-10-23 paf
18207:
18208: * operators.txt, src/classes/table.C: ^table.hash{code}...
18209: ^table.hash(expr)...
18210:
18211: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18212:
18213: 2002-10-22 paf
18214:
18215: * src/types/: pa_vform.C, pa_vform.h: removed needless
18216: VForm::Append...(...Value)
18217:
18218: * src/main/execute.C: $.name outside of $name[...] checked
18219:
18220: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18221: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18222:
18223: 2002-10-21 paf
18224:
18225: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
18226: $form:qtail $form:imap.x/y
18227:
18228: * operators.txt, src/types/pa_vform.C: $form:nameless =
18229: "?value&...", "...&value&...", "...&value"
18230:
18231: * operators.txt, src/types/pa_vform.C: $form:image-map
18232:
18233: * operators.txt, src/classes/file.C: /some/page.html:
18234: ^file:fullpath[a.gif] => /some/a.gif
18235:
18236: 2002-10-17 paf
18237:
18238: * src/main/: compile.tab.C, compile.y: operators precedence changed
18239: a little: logical not and bitwise negation precedence made
18240: highest, << and >> bitshits precedence made equal [were << higher
18241: than >>]
18242:
18243: * src/classes/op.C: exception handling fixed [were bad with
18244: contexts]
18245:
18246: 2002-10-16 paf
18247:
18248: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18249: main/pa_request.C: Request::self considered equal to
18250: VMethodFrame::self, and removed, Request::get_self() mapped to
18251: VMethodFrame.self()
18252:
18253: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18254: $hash in open field now gives old good error meesage
18255:
18256: 2002-10-15 paf
18257:
18258: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18259: use ^if($junction is junction){was and now true}
18260:
18261: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18262: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18263: types/pa_vxnode.C: xml->parser strings now have origin, which
18264: points to place where value left xml library and came to parser:
18265: place of dom field extraction/call
18266:
18267: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18268: main/compile.tab.C, main/compile.y, main/execute.C,
18269: types/pa_vmethod_frame.h: removed last pieces of old code
18270: allowing $junction.xxx at compile time
18271:
18272: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18273: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18274: objects also considered [were only classes]
18275:
18276: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18277: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18278: with CLASS self. [ (request&method_frame).self temporarily
18279: changed ]
18280:
18281: * src/classes/: hash.C, op.C: method_frame now always changed, with
18282: no exception to native calls. for&foreach changed to use
18283: method_frame.caller for their var's name context
18284:
18285: * src/: main/execute.C, targets/cgi/parser3.C,
18286: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
18287: compiling to system classes disabled
18288:
18289: * operators.txt, src/classes/op.C:
18290: ^process[$caller.CLASS]{code-string} added
18291:
18292: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
18293: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
18294: src/types/Makefile.am, src/types/pa_vjunction.C,
18295: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
18296: src/types/types.dsp: removed $junction.get $junction.set[]
18297: introducing $caller
18298:
18299: * src/types/pa_value.h: removed outdated comments. doxygen would
18300: find them lower by inheritance tree
18301:
18302: * src/types/pa_vjunction.C: ident
18303:
18304: 2002-10-14 paf
18305:
18306: * src/classes/op.C: process compiles to code's class class
18307:
18308: * src/: classes/form.C, classes/mail.C, classes/op.C,
18309: include/pa_request.h, main/compile.C, main/compile.tab.C,
18310: main/compile.y, main/execute.C, main/pa_request.C,
18311: types/pa_vstateless_class.h: operators now main-class-methods
18312:
18313: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
18314: better stack trace [has "call" & co there]
18315:
18316: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18317: operators @auto now executed in MAIN context
18318:
18319: * src/main/execute.C: operator execution context now = MAIN, not
18320: closest stack frame
18321:
18322: @touchit[] $i[after]
18323:
18324: ----t.html $i[before] << local ^touchit[] $i << now 'before',
18325: were 'after'
18326:
18327: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
18328: 'after'
18329:
18330: * src/main/execute.C: comment
18331:
18332: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
18333: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
18334: action]
18335:
18336: * src/types/pa_vxnode.C: misreplace fixed
18337:
18338: * configure, configure.in, src/include/pa_config_auto.h.in,
18339: src/types/pa_vstatus.C, operators.txt:
18340: $status:rusage.tv_secs/usecs introduced
18341:
18342: 2002-10-09 paf
18343:
18344: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
18345: on empty string [or uses (default)]
18346:
18347: 2002-10-08 paf
18348:
18349: * src/main/untaint.C: mail header quoted printable changed after
18350: RFC reread
18351:
18352: * operators.txt: plan on ^if(method
18353:
18354: * src/types/pa_vxnode.C: misreplace
18355:
18356: 2002-09-24 paf
18357:
1.116 moko 18358: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 18359:
18360: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
18361: mailreceive would compile on freebsd now
18362:
18363: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
18364: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 18365: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
18366: mailreceive would compile on freebsd now
1.95 moko 18367:
18368: * src/: classes/file.C, main/untaint.C: 1. file spec language
18369: changed: now there are only few chars are untainted: * ? ' " < >
18370: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
18371: one should use ^untaint[uri]{...} now]
18372:
18373: 2. $list[^file:list[dir]] now returns simply tainted names in
18374: $list.name, not tainted as filespec
18375:
18376: @russianindex[] #dir with files with russian-lang names
18377: $where[dir]
18378:
18379: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
18380: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
18381:
18382: 2002-09-23 paf
18383:
18384: * src/types/pa_vdouble.h: double->int round added
18385:
18386: * src/classes/date.C: date bug fix, now
18387: round(floatDays*secondsPerDay)
18388:
18389: * src/classes/date.C: date bug fix, now
18390: round(floatDays*secondsPerDay)
18391:
18392: 2002-09-20 paf
18393:
18394: * src/main/execute.C: code junction calls disabled [before: code
18395: was compiled in such a way, that there were no code-junctions in
18396: OP_CALL]
18397:
18398: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
18399:
18400: @badjunctioncallinside[code] ^code[]
18401:
18402: * src/main/: compile.tab.C, compile.y: changed grammer on junction
18403: expanding to include ^junction.method
18404:
18405: * src/main/pa_common.C: -d "DIR/" now true
18406:
18407: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
18408: as internal xdoc encoding, and after decoding attributes set by
18409: dom functions now encoded OK, not as digital entities
18410:
18411: * src/classes/xdoc.C: empty transform result, being taken as file
18412: now returns empty file, not raises stupid error about "stat-ed
18413: file"
18414:
18415: * src/types/pa_vhash.h: hash.foreach modification of existing keys
18416: allowed
18417:
18418: * src/types/types.dsp: introducing $junction.get/put(1) one can
18419: write iterators now:
18420:
18421: ^user-foreach[key;value]{$key=$value<br>}
18422:
18423: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18424: $code.value($i*2) $code }
18425:
18426: * src/main/compile_tools.h: mistype
18427:
1.116 moko 18428: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
18429: thus taking linking options configure changes into account [were:
18430: ignoring]
1.95 moko 18431:
18432: * src/types/: pa_vjunction.C, Makefile.am: introducing
18433: $junction.get/put(1) one can write iterators now:
18434:
18435: ^user-foreach[key;value]{$key=$value<br>}
18436:
18437: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18438: $code.value($i*2) $code }
18439:
18440: * src/: include/pa_opcode.h, include/pa_request.h,
18441: main/compile.tab.C, main/compile.y, main/execute.C,
18442: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
18443: introducing $junction.get/put(1) one can write iterators now:
18444:
18445: ^user-foreach[key;value]{$key=$value<br>}
18446:
18447: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18448: $code.value($i*2) $code }
18449:
18450: 2002-09-19 paf
18451:
1.116 moko 18452: * Makefile.am: new: make commit
1.95 moko 18453:
18454: * aclocal.m4: forced to be older
18455:
18456: 2002-09-18 paf
18457:
18458: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
18459: src/main/compile.y, src/main/execute.C: << >> int shifts
18460:
18461: * src/: include/pa_common.h, include/pa_request.h,
18462: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
18463: - now this - fatal error
18464:
18465: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
18466: that one can pass binary data there
18467:
18468: * src/: classes/date.C, classes/double.C, classes/file.C,
18469: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18470: classes/op.C, classes/response.C, classes/string.C,
18471: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18472: include/pa_request.h: pa_request contexts made privated, plus
18473: get_{self/method_frame} to read. Request_context_saver used in
18474: ^try to save flang too. [were not saved]
18475:
18476: * src/types/pa_vresponse.C: header value chains joined before
18477: output, this should help $.subject[$var $var] from being
18478: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
18479:
18480: 2002-09-17 paf
18481:
18482: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
18483: removed changes, operators executed with calling self. lots of
18484: code with ^include code relies on defined/defining self variables
18485:
18486: $a[1] ^include[print_a.p] print_a.p: $a
18487:
18488: ^include[set_a.p] a=$a set_a.p: $a[1]
18489:
18490: * src/: classes/op.C, main/execute.C, main/pa_request.C,
18491: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
18492: types/pa_vstateless_class.h: operators now executed with MAIN
18493: self. it's for ^include sake, too strong a change
18494:
18495: * src/classes/op.C: made place for ^process to compile it's code to
18496: in case of no self
18497:
18498: * src/main/execute.C: found ancient param to Junction, removed.
18499: allowed passing self to native_code_operators [for ^process to
18500: work, she needs self]
18501:
18502: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
18503: types/pa_vstateless_class.h: found ancient param to Junction,
18504: removed. allowed passing self to native_code_operators [for
18505: ^process to work, she needs self]
18506:
18507: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
18508: types/pa_value.h, types/pa_vmethod_frame.h,
18509: types/pa_vstateless_class.h: allowed Request.self to be 0,
18510: checked that in VMethodFrame get/put and $self.
18511:
18512: * src/classes/: table.C, xdoc.C: table::sql options table::create
18513: copy options options checked, wrong option now fatal error
18514:
18515: * src/main/pa_string.C: string.replace fixed [were missing words on
18516: pieces boundaries]
18517:
1.150 moko 18518: * configure, configure.in: .so now detected [can be .sl on hpux,
18519: .dll on cygwin, .so in other cases)
1.95 moko 18520:
18521: * configure, configure.in: .so now detected [can be .sl on hpux,
18522: .dll on cygwin, .so in other cases)
18523:
18524: * operators.txt, src/classes/hash.C, src/classes/table.C,
18525: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
18526: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
18527: record taken [were last]
18528:
18529: * src/: classes/hash.C, classes/table.C,
18530: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
18531: now errors
18532:
18533: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
18534:
18535: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
18536: ,2,3]
18537:
18538: 2002-09-16 paf
18539:
18540: * src/classes/file.C: file::cgi line ends can be both unix & dos.
18541: and they can be unix [\n\n] on win when 'use CGI' used, it causes
18542: stdout to be binary. now detected closest header break.
18543:
18544: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
18545: closed right
18546:
18547: 2002-09-13 paf
18548:
18549: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
18550: src/main/compile_tools.h: (expression #comment)
18551:
18552: (multiline expression #comment line2 #comment )
18553:
18554: (expression #comment with (brackets) comment) << OK
18555:
18556: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
18557: bitwise !|| numerical xor now [preparing for expression
18558: #comments]
18559:
18560: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
18561: error
18562:
18563: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
18564: cheched in pa_socks.C
18565:
1.116 moko 18566: * configure, configure.in, src/include/pa_config_auto.h.in:
18567: HAVE_WINSOCK_H created in configure.in
1.95 moko 18568:
18569: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
18570: cookie date now clean [were mistakenly tainted & that worked bad
18571: with opera -- 'happily' that worked OK with msie]
18572:
18573: 2002-09-12 paf
18574:
18575: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
18576: VClass get_element now first looks to fields, next to methods &
18577: co todo: the rest reason: more speed
18578:
18579: * src/main/untaint.C: quoted printable encoding stops before
18580: \s*<...>$
18581:
18582: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
18583: stops before <...>$
18584:
18585: 2002-09-11 paf
18586:
18587: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
18588: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
18589: forgot to check users of those funcs. not all were using that
18590: return value convention
18591:
18592: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
18593: windows-1254 added
18594:
18595: 2002-09-10 paf
18596:
18597: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
18598: VCodeFrame parent param were specified badly
18599:
18600: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
18601: WWrapper which used in constructing objects(second param to sql
18602: method) ^...sql{}[$.default{code}] now has parent, wich helps
18603: code in hash to survivi
18604:
18605: * src/: include/pa_request.h, main/execute.C: removed redundant
18606: param to execute [stack said 'thanks']
18607:
18608: * src/: classes/op.C, main/execute.C, types/pa_value.C,
18609: types/pa_value.h, types/pa_vcode_frame.h,
18610: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18611: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
18612: responsibility to wcontext
18613:
18614: * src/classes/file.C: decided not to log exec's with stderr, that
18615: could be warnings, and it's up to scritper to log/show them
18616:
18617: * src/: classes/double.C, main/execute.C: double:sql badly called
18618: write_assign_lang, not write_no_lang, thus doing unnecessary
18619: double/string converstion, which were loosing time&precesion
18620:
18621: * src/: main/pa_charset.C, types/pa_vmail.C:
18622: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
18623: case of unfinished in buffer processing, causing accidental
18624: transcode stop [in case that source enc != utf-8 & there is
18625: incomplete utf-8 sequence at the end of 16000block iside of
18626: libxml lib] tfm readed & code updated
18627:
18628: 2002-09-04 paf
18629:
18630: * configure: makes with sjlj
18631:
18632: * INSTALL, src/include/pa_config_fixed.h,
18633: src/include/pa_sql_connection.h,
18634: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
18635: checked. on win32 it made default
18636:
18637: * src/include/pa_config_auto.h.in: sjlj define
18638:
18639: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
18640: can not work with longjump/throw pair, and one must switch that
18641: on there. todo: detect that automatically]
18642:
18643: * src/types/pa_vxnode.C: removed too strong checks of
18644: xnode.elements. now, for instance, if element does not have any
18645: attributes, $xnode.attributes is void, not error
18646:
18647: 2002-09-02 paf
18648:
18649: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
18650: removed double_result, didn't help
18651:
18652: * src/main/execute.C: double_result made to move that var away from
18653: hungry g++ optimizer (-O2), before: it were optimized and
18654: comparison operators worked badly
18655:
18656: * src/types/pa_vdate.h: removed debug
18657:
1.116 moko 18658: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 18659:
18660: * src/main/execute.C: fixed numeric < & co so that thay now use
18661: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
18662: unknown reason.
18663:
18664: 2002-08-29 paf
18665:
18666: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
18667: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
18668: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
18669: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
18670: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
18671: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
18672: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
18673: [called less frequent, allowed to remove ugly
18674: Junction.change_context-s from many places, switch,
18675: mail:send..html{}, ..] request.root renamed to method_frame [more
18676: easyreading] ancient {...PUSH/POPs...} changed to stack vars
18677: [speed up]
18678:
18679: 2002-08-28 paf
18680:
18681: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
18682: tainted
18683:
18684: * src/types/pa_vcookie.C: fixed cookie delete when
18685: $cookie:name[$.value[]]
18686:
18687: * operators.txt, src/classes/string.C:
18688: ^string.split[delim[;options]]
18689:
18690: 2002-08-27 paf
18691:
1.116 moko 18692: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 18693:
18694: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
18695: delimiter
18696:
18697: * INSTALL: recommended latest gmime 1.0.5
18698:
18699: 2002-08-26 paf
18700:
18701: * configure, configure.in: apache13/hook added to make dist.
18702:
18703: 2002-08-23 paf
18704:
18705: * src/: include/pa_common.h, main/pa_common.C,
18706: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
18707: beside binary [cgi, isapi] not accessible [due to bad rights or
18708: whatever] it's error now
18709:
18710: 2002-08-21 paf
18711:
1.116 moko 18712: * Makefile.am: can use: make happy equals to make update install
1.95 moko 18713:
18714: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18715: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
18716: class". compiled as if here they named base class
18717:
18718: * src/main/pa_string.C: fixed bad language bug, [were wrong string
18719: cloning constructor]
18720:
18721: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
18722:
1.150 moko 18723: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 18724: $mail.received.file.value.content-type fixed
18725:
18726: 2002-08-20 paf
18727:
18728: * src/classes/file.C: fixed language of file:file result
18729:
18730: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
18731: from 3.0.0005
18732:
18733: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
18734:
18735: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
18736: 3.0.0005
18737:
18738: * src/classes/void.C, operators.txt: ^void.length[] = 0
18739:
18740: 2002-08-19 paf
18741:
18742: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
18743: work now
18744:
18745: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
18746: error in xnode, which were not catched in xdoc]
18747:
18748: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
18749: prepared: // validate each document after load/create (?)
18750: //xmlDoValidityCheckingDefaultValue = 1;
18751:
18752: 2002-08-15 paf
18753:
18754: * src/classes/classes.h: write to static var caused useless
18755: Exception, introduced Methoded::put_element wich consumes those
18756:
18757: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
18758: src/types/pa_vcookie.C, src/types/pa_vdate.h,
18759: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
18760: $response:field[date] $response:field[$.xxx[date]]
18761:
18762: * src/: classes/hash.C, classes/string.C, classes/table.C,
18763: classes/void.C, include/pa_sql_connection.h: fixed source of
18764: ^hash::sql{bad}
18765:
18766: * operators.txt: $request:body unprecessed POST request body
18767:
18768: * src/types/pa_vrequest.C: $request:body unprecessed POST request
18769:
18770: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
18771: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
18772:
18773: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
18774: src/include/pa_request.h, src/main/pa_pool.C,
18775: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
18776: $request:body r.post_data now const
18777:
18778: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
18779: classes/xnode.C, main/execute.C, types/pa_value.h,
18780: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
18781: types/pa_vtable.h: instead of type() checking everywhere used
18782: Value.as now user descendants can be used in params.
18783:
18784: VObject::as_*, is_defined now taken from bases. xtable(table)
18785: ^if($xtable) now OK
18786:
18787: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
18788: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
18789: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
18790:
18791: 2002-08-14 paf
18792:
18793: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
18794: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18795: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18796: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18797: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18798: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18799: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18800: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18801: types/pa_vresponse.C, types/pa_vresponse.h,
18802: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18803: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18804: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18805: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18806: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
18807: & VClass
18808:
18809: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
18810:
18811: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
18812: removed fixopt stupidity. on stupid linux use cd /document/root
18813: ../cgi/parser3 script
18814:
18815: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
18816: params, splitting them by space, excluding argv[0], argv[argc-1]
18817:
18818: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
18819: fixopt.h: fixopt now preprocesses command line params, splitting
18820: them by space, excluding argv[0], argv[argc-1]
18821:
18822: * src/targets/cgi/parser3.C: -f config file
18823:
18824: * src/targets/cgi/parser3.C: fixed .log file dir
18825:
18826: 2002-08-13 paf
18827:
18828: * src/types/pa_vobject.C: allow override parent variables, useful
18829: for form descendants [in vobject too, were in vclass]
18830:
18831: * src/types/pa_vclass.C: allow override parent variables, useful
18832: for form descendants
18833:
18834: * src/types/pa_vclass.C: checked: form[vclass]fields can be
18835: overwritten in derived(table)
18836:
18837: * src/: classes/form.C, classes/mail.C, classes/op.C,
18838: classes/xnode.h, include/pa_request.h, main/execute.C,
18839: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18840: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18841: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18842: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18843: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18844: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18845: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18846: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18847: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18848: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18849: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18850: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18851: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
18852: Value::get_element(..., bool looking_down) [needed to exclude
18853: endless recoursion]
18854:
18855: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
18856: fix bug with put endless recoursion todo: check 'as'
18857:
18858: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
18859: reorganized modules todo: fix bug with put endless recoursion
18860: todo: check 'as'
18861:
18862: * src/types/pa_vobject.h: checked: table fields can be overwritten
18863: in derived(table)
18864:
18865: * src/types/pa_vobject.h: derived classes can have fields of their
18866: own now
18867:
18868: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
18869: fixed error message on using non-created table
18870:
18871: * src/: classes/form.C, classes/hash.C, classes/mail.C,
18872: classes/op.C, classes/xnode.h, include/pa_request.h,
18873: main/compile.C, main/compile.tab.C, main/execute.C,
18874: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18875: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18876: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18877: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18878: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
18879: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18880: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18881: types/pa_vresponse.C, types/pa_vresponse.h,
18882: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18883: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18884: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18885: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18886: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
18887: looking down/up tree todo: fix error message on non-constructed
18888: parents
18889:
18890: 2002-08-12 paf
18891:
18892: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
18893: derived OK
18894:
18895: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
18896: thorough testing
18897:
18898: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
18899: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18900: types/pa_vobject.h, types/pa_vstateless_class.h,
18901: types/pa_vstateless_object.h, types/pa_wcontext.h,
18902: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
18903: ^base:create[] dynamic call rewritten todo: thorough testing
18904:
18905: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
18906: now instantates base class, remembers it and saves child in
18907: parent VObject.get_class now returns last child = downward
18908: virtual calls OK
18909:
18910: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18911: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18912: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
18913: types/pa_vobject.h, types/pa_vresponse.h,
18914: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18915: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
18916: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
18917: VAliased [redundant], moved $CLASS to VObject only [parser class
18918: instance]
18919:
18920: * src/main/pa_request.C: $response:body[file] content-type check
18921: fixed [were bad when content-type is hash]
18922:
18923: 2002-08-09 paf
18924:
18925: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18926: types/pa_vobject.h, types/pa_vxdoc.h: started as()
18927:
18928: 2002-08-08 paf
18929:
18930: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
18931: src/main/pa_globals.C: year column in month calendar [week year]
18932:
18933: * src/main/execute.C: error reporting on object writes to MAIN
18934: improved [were ruind with fixing $obj[^if(1){$obj}] ]
18935:
18936: * operators.txt, src/types/pa_vdate.h: $date.yearday
18937: $date.daylightsaving
18938:
18939: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
18940: use tainted data now. only she must specify the language.
18941:
18942: ^mail:send[ $.from[paf@mail.design.ru]
18943: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
18944: $.text[^taint[uri][ìîñêâà]=] ]
18945:
18946: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
18947: now prints more precise origin
18948:
18949: * src/include/pa_string.h: String::first_char now not fails on
18950: empty strings ^if(-f '') now ok and in 3 other places.
18951:
18952: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
18953: String::first_char now not fails on empty strings ^if(-f '') now
18954: ok and in 3 other places.
18955:
18956: 2002-08-07 paf
18957:
18958: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
18959: fixed
18960:
18961: * src/main/pa_string.C: ^string.mid(0;bad) fixed
18962:
18963: * src/: main/execute.C, types/pa_vcode_frame.h,
18964: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18965: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
18966: mistakenly not completely transparent to object writes.
18967: $hash[^if(1){$hash}] now works
18968:
18969: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
18970: now erasing cache file [there were bad check on that]
18971:
18972: * src/: classes/classes.dsp, classes/table.C,
18973: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
18974: all Debug dirs in .dsp now named 'Debug'
18975:
1.116 moko 18976: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 18977:
18978: * operators.txt, src/classes/mail.C: exception_type email.send
18979:
18980: * operators.txt, src/types/pa_vmail.C: exception_type email.format
18981:
18982: * src/types/pa_vmail.C: mail:send empty email checked
18983:
18984: 2002-08-06 paf
18985:
18986: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18987: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18988: ^table::create[$source;$.options] ^table::join[$source;$.options]
18989:
18990: * operators.txt, src/classes/hash.C, src/classes/string.C,
18991: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
18992: # $.default() }
18993:
18994: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
18995:
18996: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18997: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
18998: $file.content-type [instead of .mime-type] now works for
18999: file::stat also
19000:
19001: * src/main/pa_request.C: case insensitive mime_type_of
19002:
19003: 2002-08-05 paf
19004:
19005: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19006:
19007: * src/types/pa_vmail.C: file buffer relocated to parser heap
19008:
19009: * operators.txt: comment on date:calendar week column
19010:
19011: * src/main/pa_common.C: write checked
19012:
19013: * src/main/: pa_common.C: write checked
19014:
19015: * src/classes/date.C: +1 buf size for stupid snprintfs
19016:
19017: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19018: month calendar week column [ISO 8601 Week Numbers]
19019:
19020: 2002-08-02 paf
19021:
19022: * src/: include/pa_config_fixed.h, main/pa_string.C,
19023: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19024: DEBUG*
19025:
19026: * configure, configure.in, src/include/pa_version.h: release
19027: 3_0_0005
19028:
19029: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19030: multipart post fixed
19031:
19032: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
19033: response transcoded source->client only when text/* or simple
19034: onoverridden $response:body
19035:
19036: 2002-08-01 paf
19037:
19038: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19039: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19040: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19041: classes/op.C, classes/response.C, classes/string.C,
19042: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19043: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19044: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19045: include/pa_config_fixed.h, include/pa_dictionary.h,
19046: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19047: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19048: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19049: include/pa_socks.h, include/pa_sql_connection.h,
19050: include/pa_sql_driver_manager.h, include/pa_stack.h,
19051: include/pa_string.h, include/pa_stylesheet_connection.h,
19052: include/pa_stylesheet_manager.h, include/pa_table.h,
19053: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19054: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19055: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19056: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19057: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19058: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19059: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19060: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19061: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19062: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19063: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19064: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19065: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19066: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19067: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19068: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19069: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19070: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19071: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19072: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19073: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19074: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19075: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19076: types/pa_vmethod_frame.h, types/pa_vobject.h,
19077: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19078: types/pa_vresponse.h, types/pa_vstateless_class.C,
19079: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19080: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19081: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19082: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19083: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19084: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19085:
19086: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19087: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19088: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19089: classes/math.C, classes/op.C, classes/response.C,
19090: classes/string.C, classes/table.C, classes/void.C,
19091: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19092: include/pa_array.h, include/pa_cache_managers.h,
19093: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19094: include/pa_config_fixed.h, include/pa_config_includes.h,
19095: include/pa_dictionary.h, include/pa_dir.h,
19096: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19097: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19098: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19099: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19100: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19101: include/pa_stack.h, include/pa_string.h,
19102: include/pa_stylesheet_connection.h,
19103: include/pa_stylesheet_manager.h, include/pa_table.h,
19104: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19105: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19106: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19107: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19108: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19109: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19110: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19111: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19112: main/pa_sql_driver_manager.C, main/pa_string.C,
19113: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19114: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19115: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19116: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19117: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19118: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19119: targets/isapi/pool_storage.h, types/pa_valiased.C,
19120: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19121: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19122: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19123: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19124: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19125: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19126: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19127: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19128: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19129: types/pa_vresponse.C, types/pa_vresponse.h,
19130: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19131: types/pa_vstateless_object.h, types/pa_vstatus.C,
19132: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19133: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19134: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19135: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19136: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19137: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19138: types/Makefile.am: ident.C* removed
19139:
19140: * operators.txt, src/classes/file.C, src/main/pa_request.C:
19141: file:find[/can/do/this/now.txt]
19142:
19143: * src/targets/cgi/parser3.C: usage to stdout now
19144:
19145: 2002-07-31 paf
19146:
19147: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19148:
19149: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19150: default "postmaster"
19151:
19152: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19153: -f postmaster now default sendmail key word "postmaster"
19154: replaced to $.from
19155:
19156: 2002-07-30 paf
19157:
1.116 moko 19158: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19159: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19160:
19161: * src/main/pa_charset.C: comment
19162:
19163: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19164: table, &#decimal;
19165:
19166: * src/main/pa_request.C: comment
19167:
19168: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19169: paragraf]
19170:
19171: 2002-07-11 paf
19172:
19173: * src/main/pa_exec.C: build command line badly added params twice
19174: [and first time without ' ']. double wrong. fixed.
19175:
19176: * src/main/pa_exec.C: invalid .exe caused error message with params
19177: wich parser did not provide = reported badly. fixed that.
19178:
19179: * src/classes/mail.C: $MAIL[ # xxx ]
19180:
19181: now ok
19182:
19183: * operators.txt: plan: sql detailed exception
19184:
19185: 2002-07-01 paf
19186:
19187: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19188: [MForm.configure_admin were called when request.main_class ==0
19189:
19190: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19191:
19192: * src/classes/form.C: content_length type fix
19193:
19194: 2002-06-30 paf
19195:
19196: * src/classes/mail.C: merged from 4
19197:
19198: * src/classes/mail.C: restored $MAIL
19199:
19200: 2002-06-28 paf
19201:
19202: * configure, configure.in: removed paths.h
19203:
1.116 moko 19204: * configure, src/include/pa_version.h,
1.95 moko 19205: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19206: merged, makes updated
19207:
19208: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
19209: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19210: src/include/pa_pool.h, src/include/pa_version.h,
19211: src/main/pa_charset.C, src/main/pa_pool.C,
19212: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
19213: src/types/pa_vmail.C: merged latest updates to head
19214:
19215: 2002-06-27 paf
19216:
19217: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19218: not error now
19219:
19220: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
19221: src/include/pa_config_fixed.h, src/include/pa_pool.h,
19222: src/main/pa_charset.C, src/main/pa_pool.C:
19223: ^xdoc::create[[uri]]... base uri for document being created,
19224: imports and other relative file names would be relative to this
19225: uri default uri=path_translated
19226:
19227: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19228:
19229: 2002-06-26 paf
19230:
19231: * configure, configure.in, src/include/pa_version.h:
19232: release_3_0_0004
19233:
19234: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19235: 0 now
19236:
19237: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19238:
19239: 2002-06-25 paf
19240:
19241: * src/main/pa_string.C: emtpy string, or string of whitespaces
19242: considered bad number now
19243:
19244: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
19245: now
19246:
19247: * operators.txt, src/classes/string.C: ^string.normalize [old
19248: name: optimize
19249:
19250: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19251: library configured
19252:
19253: * src/main/pa_request.C: configure_admin forced if no @conf
19254:
1.150 moko 19255: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
19256: ^math:crypt updated to generate random salt when needed and to
19257: call system crypt() if not $apr1$ prefix
1.95 moko 19258:
19259: 2002-06-24 paf
19260:
19261: * INSTALL: --with-static/shared-mailreceive described
19262:
19263: * src/include/pa_config_fixed.h: ssize_t fixed
19264:
1.116 moko 19265: * configure, configure.in, src/include/pa_config_auto.h.in,
19266: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 19267: src/types/pa_vmail.C: $mail:received makes update
19268:
19269: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
19270: WITH_MAILRECEIVE
19271:
19272: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
19273:
19274: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
19275: option, for $mail:receive
19276:
19277: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
19278: introducting $message:received ^mail:send rewritten with backward
19279: comp
19280:
19281: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19282: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19283: types/types.dsp: win32xml win32mailreceive pseudomodules paths
19284: now
19285:
19286: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
19287: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19288: src/include/pa_request.h, src/include/pa_string.h,
19289: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
19290: src/main/pa_globals.C, src/main/pa_request.C,
19291: src/main/pa_string.C, src/main/pa_uue.C,
19292: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
19293: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
19294: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
19295: uue to separate file introducting $message:received ^mail:send
19296: rewritten with backward comp
19297:
19298: 2002-06-21 paf
19299:
1.116 moko 19300: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
19301: co changes
1.95 moko 19302:
1.116 moko 19303: * configure, configure.in, src/lib/md5/Makefile.am,
19304: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
19305: restructure .in and .am files appropriate changes
1.95 moko 19306:
19307: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
19308: pcre to libs/ added libs/md5 which is linked to non-apache
19309: targets ^math:crypt[password;$apr1$salt]
19310:
19311: * INSTALL, configure.in, operators.txt, parser3.dsw,
19312: src/Makefile.am, src/classes/Makefile.am,
19313: src/classes/classes.dsp, src/classes/math.C,
19314: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 19315: src/lib/pcre/Makefile.am, src/lib/pcre/README,
19316: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
19317: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
19318: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
19319: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
19320: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
19321: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
19322: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 19323: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
19324: src/lib/pcre/pcre_parser_ctype.dsp,
19325: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
19326: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
19327: src/main/compile.tab.C, src/main/main.dsp,
19328: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
19329: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
19330: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
19331: to libs/ added libs/md5 which is linked to non-apache targets
19332: ^math:crypt[password;$apr1$salt]
19333:
19334: 2002-06-20 paf
19335:
1.150 moko 19336: * INSTALL, configure, configure.in, operators.txt,
19337: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
19338: src/include/pa_globals.h, src/include/pa_request.h,
19339: src/main/execute.C, src/main/pa_request.C,
19340: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
19341: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
19342: file:justname&co & @auto/conf[filespec
1.95 moko 19343:
19344: * operators.txt, src/classes/file.C:
19345: !^file:dirname[/a/some.tar.gz]=/a
19346: !^file:dirname[/a/b/]=/a
19347: !^file:basename[/a/some.tar.gz]=some.tar.gz
19348: !^file:justname[/a/some.tar.gz]=some.tar
19349: !^file:justext[/a/some.tar.gz]=gz
19350:
19351: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19352: main/pa_request.C, types/pa_vmethod_frame.h: introducing
19353: @conf/auto[filespec]
19354:
1.116 moko 19355: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 19356:
1.150 moko 19357: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 19358: src/include/pa_globals.h, src/targets/cgi/parser3.C,
19359: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
19360:
19361: 2002-06-18 paf
19362:
19363: * configure, configure.in, src/include/pa_version.h: version to
19364: configure.in
19365:
19366: * INSTALL: reflected .conf.dist dir change
19367:
1.150 moko 19368: * Makefile.am, configure, configure.in,
1.116 moko 19369: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 19370: .in & *.am updated
19371:
19372: * src/classes/file.C: strncasecmp
19373:
19374: * src/classes/file.C: strcasecmp
19375:
1.150 moko 19376: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 19377:
19378: * src/classes/file.C: ^file::exec[script;$.bad error case
19379: insensitive check now
19380:
19381: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
19382:
19383: * configure, configure.in, src/include/pa_pool.h,
19384: src/include/pa_types.h: pack configure.in detection simplified.
19385: figured out that gcc on sparc not that stupid as thought
19386: previously: on sparc: when it sees packed class it modifies it's
19387: field-access-code to byte operations [stb, ldub] instead of 4byte
19388: operations [st, lduh] so packed must be all parts of packed
19389: class, i.e. it's parents&fields(classes). for now it's only
19390: String that packed and what was wrong is that it's parent -
19391: Pooled, were not packed. fixed that.
19392:
19393: 2002-06-14 paf
19394:
19395: * operators.txt: more precise xml-to-text options
19396:
19397: * operators.txt, src/types/pa_vxnode.C: xnode
19398: attribute_node.name/value xnode pi.node.data
19399:
19400: 2002-06-12 paf
19401:
1.116 moko 19402: * configure, configure.in, src/targets/cgi/Makefile.am,
19403: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 19404:
19405: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
19406: src/include/pa_globals.h, src/include/pa_request.h,
19407: src/main/compile.tab.C, src/main/pa_globals.C,
19408: src/main/pa_request.C, src/targets/cgi/parser3.C,
19409: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
19410:
19411: * src/classes/mail.C: sendmail -ti [default now]
19412:
19413: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
19414: to be strings. for convinient #ing
19415:
19416: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
19417: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
19418:
19419: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
19420: main/pa_globals.C, main/pa_request.C: @conf
19421:
19422: 2002-06-11 paf
19423:
19424: * src/classes/file.C: check simplified
19425:
19426: * src/: classes/file.C, targets/cgi/parser3.dsp,
19427: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
19428: valid prefix
19429:
19430: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
19431: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
19432: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
19433:
19434: 2002-06-10 paf
19435:
19436: * operators.txt, src/classes/op.C, src/include/pa_common.h,
19437: src/main/pa_common.C: lock failures reported now
19438:
19439: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
19440: string->double @ compile time were not-enough-checking...
19441:
19442: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
19443: autoconvert now ignored
19444:
19445: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
19446: check
19447:
19448: * src/classes/mail.C: mail netscape attachment name fixed. todo:
19449: $response:body content-type:name
19450:
19451: * configure, configure.in: hpux check, nsl link, no socket
19452:
19453: * operators.txt: old merge conflict removed
19454:
19455: * configure, configure.in: pack even address access on sparc&co
19456: arch checked in configure
19457:
19458: * configure, src/include/pa_version.h: makes
19459:
19460: * configure, configure.in, src/include/pa_version.h: makes
19461:
19462: * src/main/untaint.C: (bug#2) mail subject got always prepended
19463: with charset even when all letters were 7bit one
19464:
19465: * src/main/pa_common.C: merged fixed -d (bug)
19466:
19467: * src/main/pa_common.C: fixed -d (bug)
19468:
19469: 2002-06-03 paf
19470:
19471: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
19472: src/classes/classes.dsp, src/main/compile.tab.C,
19473: src/main/main.dsp, src/main/pa_globals.C,
19474: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
19475: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
19476: .dsp-s along with reorganized cvs modules dirs structure
19477:
19478: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19479: main/pa_globals.C, targets/cgi/parser3.dsp,
19480: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
19481: modules
19482:
19483: 2002-05-28 paf
19484:
19485: * src/targets/cgi/parser3.C: info.uri now ""
19486:
19487: 2002-05-17 paf
19488:
19489: * src/classes/: table.C: ^table.save << checked empty
19490: pre/match/post columns
19491:
19492: 2002-05-16 paf
19493:
19494: * src/classes/image.C: image::measure can png now
19495:
19496: 2002-05-15 paf
19497:
19498: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
19499: added
19500:
19501: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
19502:
19503: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
19504: %H[:%M[:%S]]]]]] [-%m now
19505:
19506: 2002-05-14 paf
19507:
19508: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
19509:
19510: 2002-05-07 paf
19511:
19512: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
19513: src/include/pa_globals.h, src/include/pa_request.h,
19514: src/include/pa_table.h, src/main/compile.tab.C,
19515: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
19516: src/main/pa_request.C, src/main/pa_table.C,
19517: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
19518: src/targets/isapi/parser3isapi.dsp,
19519: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
19520: name2number field now &. main_method_name now on Request pool
19521: rather on global_pool [Junction+VJunction created on same pool as
19522: name = were created on global pool, causing mem leaks]
19523:
19524: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
19525: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
19526: main/compile.y, main/main.dsp, main/pa_globals.C,
19527: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
19528: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19529: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
19530: field now &. main_method_name now on Request pool rather on
19531: global_pool [Junction+VJunction created on same pool as name =
19532: were created on global pool, causing mem leaks]
19533:
19534: 2002-05-06 paf
19535:
19536: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19537: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
19538: 100*40 bytes per request memory leak [nonpool malloc in globals]
19539:
19540: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19541: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
19542: 100*40 bytes per request memory leak [nonpool malloc in globals]
19543:
19544: 2002-04-30 paf
19545:
19546: * configure, src/include/pa_version.h: version now not b
19547:
19548: * src/targets/cgi/parser3.C: request.uri now never 0
19549:
19550: 2002-04-29 paf
19551:
19552: * configure.in: removed b
19553:
19554: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
19555: Exception::comment/type checked in (), no there's no empty
19556: type/comment by default
19557:
19558: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
19559: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
19560: src/doc/value.dox, src/include/pa_exception.h,
19561: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
19562: 0001
19563:
19564: 2002-04-26 paf
19565:
19566: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
19567: size reduced
19568:
19569: 2002-04-25 paf
19570:
19571: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
19572: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
19573: now that took into account
19574:
19575: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
19576: 01:03:04]
19577:
19578: * ChangeLog, operators.txt, src/classes/date.C:
19579: ^date::create[2002-12-33 01:03:04]
19580:
19581: * ChangeLog: updated changelog
19582:
19583: * src/classes/table.C: removed restriction on column count to
19584: ^table.hash to work, now must be >0 [were >1]
19585:
19586: 2002-04-24 paf
19587:
19588: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19589: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19590: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
19591: targets
19592:
19593: 2002-04-23 paf
19594:
19595: * operators.txt, src/classes/string.C:
19596: int/double/string:sql{}[$.default{code}] fixed [were barking:
19597: "junction used outside of context"]
19598:
19599: 2002-04-22 paf
19600:
19601: * types.txt, src/classes/string.C, src/include/pa_string.h,
19602: src/main/pa_string.C, src/types/pa_vstring.C,
19603: src/types/pa_vstring.h: ^string.optimize[]
19604:
19605: * src/: include/pa_globals.h, include/pa_table.h,
19606: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
19607: table template
19608:
19609: * src/classes/: string.C: optimize removed from string
19610: .left/right/pos
19611:
19612: * src/main/execute.C: rolled back to
19613: before_killing_userjunction_contexts
19614:
19615: * src/main/execute.C: user junctions context killed
19616:
19617: * src/main/execute.C: junctions to local contexts got
19618: cleanized&checked later
19619:
19620: 2002-04-19 paf
19621:
19622: * src/: classes/string.C, include/pa_request.h,
19623: include/pa_string.h, main/pa_request.C, main/pa_string.C,
19624: types/pa_vstring.C, types/pa_vstring.h: string now optimized
19625: prior to .left .right .mid .pos .match when that is profitable,
19626: and always before .replace when $ORIGINS(1) optimization disabled
19627: economy from not wasting mem on lots of strings which occur by
19628: lots of String:mid calls to get parts of source string between
19629: found_occurances
19630:
19631: * src/classes/file.C: ovector now local economy: 16 bytes per
19632: ^file:list
19633:
19634: * src/: include/pa_globals.h, include/pa_table.h,
19635: main/pa_globals.C, main/pa_string.C: String::match table columns
19636: globalized, not created @ each ^match anymore economy:
19637: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
19638:
19639: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
19640: removed from each String::match replace iteration, and made
19641: stacked sizeof(VTable)=12bytes economy on each replace code
19642:
19643: * src/doc/footer.htm: 2001,
19644:
19645: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19646: string.match[]['] option enables generation of $match.prematch
19647: .match .postmatch columns
19648:
19649: * src/main/pa_string.C: String::match options analized without
19650: cstr-ing them now
19651:
19652: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
19653: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
19654: config updated to doxygen 1.2.15, created helper which fixes
19655: minor bugs in chm project files & htm tree. changed extension to
19656: .htm
19657:
19658: 2002-04-18 paf
19659:
19660: * src/doc/doxygen.cfg: .chi generation disabled
19661:
19662: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
19663: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
19664: fields&methods
19665:
19666: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
19667: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
19668: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
19669: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
19670: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
19671: types/pa_vresponse.h, types/pa_vstateless_class.h,
19672: types/pa_vstateless_object.h, types/pa_vstatus.h,
19673: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
19674: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
19675: VStateless_class to VObject
19676:
19677: * src/: main/pa_request.C, types/pa_valiased.h,
19678: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19679: types/pa_vstring.h: VStateless_string_object speicalized light
19680: version of VStateless_object
19681:
19682: * src/classes/op.C: ^throw comment param made optional
19683:
19684: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
19685: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
19686: and implemented down in VClass, fclass_alias removed,
19687:
19688: * src/types/pa_value.C: forced to cut that from .h because of
19689: VStateless_class usage [undefined in .h]
19690:
19691: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19692: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19693: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
19694: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
19695: on each CALL]
19696:
19697: * src/: classes/classes.h, classes/date.C, classes/double.C,
19698: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19699: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19700: classes/response.C, classes/string.C, classes/table.C,
19701: classes/void.C, classes/xnode.C, include/pa_globals.h,
19702: include/pa_request.h, main/execute.C, main/pa_globals.C,
19703: main/pa_request.C, types/Makefile.am, types/pa_value.h,
19704: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
19705: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19706: types/pa_vstateless_class.h, types/pa_wcontext.C,
19707: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
19708: removed Value::fname
19709:
19710: 2002-04-17 paf
19711:
19712: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
19713: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
19714: doc/pooled.dox, doc/string.dox, doc/targets.dox,
19715: include/pa_pool.h, include/pa_types.h: dox updated to current
19716: state, PTHROW freshen to throw & co
19717:
19718: * src/types/pa_vhash.h: vstring wrong parent fixed
19719:
19720: * src/classes/op.C: taint local result var bug fixed
19721:
19722: 2002-04-16 paf
19723:
19724: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
19725: Attic asm.txt as most interesting
19726:
19727: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
19728: check, preventing content-length: 0 from appearing
19729:
19730: * src/main/execute.C: $result in @main now taken into account as in
19731: usual functions
19732:
19733: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
19734: & @unhandled_exception now taken into account as in usual
19735: functions
19736:
19737: * src/doc/postbuild.txt: instructions on post .html build
19738:
19739: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
19740:
19741: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
19742: tainted
19743:
19744: * src/main/pa_request.C: uri in error log
19745:
19746: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
19747: cheched date:create(days) param for validity [later were assumed
19748: valid and crashed on invalid onces]
19749:
19750: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19751: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
19752: and used that for removing VString wrapper
19753:
19754: * src/classes/op.C: exception2vhash file now tainted
19755:
19756: * src/classes/op.C: _process pseudo origin copied from local var to
19757: heap
19758:
19759: * src/classes/op.C: extra check on empty file in origin in _execute
19760:
19761: 2002-04-15 paf
19762:
19763: * src/: main/execute.C, types/pa_value.h: fixed name update
19764:
19765: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
19766: functions
19767:
19768: * src/: classes/file.C, classes/hash.C, classes/op.C,
19769: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
19770: started dual write_xxx_lang functions, if checked & works
19771:
19772: * src/: classes/date.C, classes/file.C, classes/mail.C,
19773: classes/string.C, classes/xnode.C, include/pa_request.h,
19774: types/pa_value.h, types/pa_wcontext.h: removed absolutely
19775: unnecessary VString shells
19776:
19777: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
19778: prev changes]
19779:
19780: * src/: classes/image.C, classes/op.C, classes/string.C,
19781: classes/table.C, include/pa_request.h, main/execute.C,
19782: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
19783: StringOrValue wcontext result, now ready for dual writes
19784:
19785: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
19786: checked that
19787:
19788: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19789: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
19790: changed to OP_WRITE_VALUE in var get cases
19791:
19792: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
19793: include/pa_request.h, main/compile.tab.C, main/compile.y,
19794: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19795: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
19796: switch in hash constructor fixed [were problems with using of
19797: stacked wwrapper after it's death]
19798:
19799: 2002-04-12 paf
19800:
19801: * operators.txt, src/classes/table.C: table.select(expression) 0
19802:
19803: 2002-04-11 paf
19804:
19805: * src/: classes/string.C, include/pa_request.h, main/execute.C:
19806: Request::process_internal codeFrame & wwrapper stacked [not
19807: wasting heap anymore]
19808:
19809: 2002-04-10 paf
19810:
19811: * src/: classes/double.C, classes/file.C, classes/hash.C,
19812: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
19813: classes/string.C, classes/table.C, classes/void.C,
19814: classes/xdoc.C, include/pa_request.h, main/execute.C,
19815: main/pa_string.C: killed Request::process() wrapping
19816: VString(String) in case we need only String
19817:
19818: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19819: killed 8 bytes from String.head
19820:
19821: 2002-04-09 paf
19822:
19823: * src/: main/compile.tab.C, targets/cgi/parser3.C,
19824: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
19825: local*/char b[...]; a=b; situations
19826:
19827: * operators.txt, src/classes/xdoc.C: xslt params made literal
19828:
19829: * src/classes/xdoc.C: xslt params fixed
19830:
19831: * src/: main/pa_common.C, targets/cgi/parser3.C,
19832: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
19833: not pool.malloc(MAX_NUMBER) but really neaded
19834:
19835: * operators.txt, src/classes/double.C, src/classes/int.C:
19836: int/double.int/double(default)
19837:
19838: 2002-04-04 paf
19839:
19840: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
19841: [when reconstructing pieces were split by
19842: max_integral(piece.size), thus some strings to replace happen to
19843: be split into two = not replaced)
19844:
19845: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
19846: standalone version = current dir
19847:
19848: * src/targets/cgi/parser3.C: document root in standalone version =
19849: current dir
19850:
19851: 2002-04-03 paf
19852:
19853: * configure, configure.in: more checks on nonexistent charset
19854:
1.116 moko 19855: * INSTALL, configure, configure.in: root config configure options
1.95 moko 19856:
19857: 2002-04-02 paf
19858:
19859: * src/main/compile.C: parser.compile [exception name more like in
19860: doc]
19861:
19862: 2002-04-01 paf
19863:
19864: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
19865: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
19866: .content-type.charset, not .charset
19867:
19868: 2002-03-29 paf
19869:
19870: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
19871:
19872: * operators.txt, src/classes/date.C: ^date::create now may not
19873: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
19874: days' year. | 31.05->31.04 roll
19875:
19876: 2002-03-28 paf
19877:
19878: * operators.txt, src/classes/date.C, src/classes/op.C,
19879: src/include/pa_globals.h, src/include/pa_hash.h,
19880: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
19881: ^cache(seconds) ^cache[date] }
19882:
19883: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
19884: param
19885:
19886: 2002-03-27 paf
19887:
19888: * operators.txt, src/classes/date.C, src/classes/double.C,
19889: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
19890: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
19891: src/classes/math.C, src/classes/op.C, src/classes/string.C,
19892: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
19893: src/classes/xnode.C, src/include/pa_exception.h,
19894: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
19895: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
19896: src/main/pa_array.C, src/main/pa_charset.C,
19897: src/main/pa_charsets.C, src/main/pa_common.C,
19898: src/main/pa_dictionary.C, src/main/pa_exception.C,
19899: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
19900: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
19901: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
19902: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
19903: src/types/pa_value.h, src/types/pa_vcookie.C,
19904: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
19905: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
19906: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
19907: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
19908: src/types/pa_wwrapper.h: assigned exception types
19909:
19910: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
19911: src/include/pa_request.h, src/main/execute.C,
19912: src/main/pa_request.C: decided agains resetting exception_trace,
19913: just changed name
19914:
19915: 2002-03-26 paf
19916:
19917: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
19918: fixed
19919:
19920: * src/classes/op.C: forced language of $source field of exception
19921: to 'tainted', so that sql-langed-frags could be outputed outside
19922: of connect
19923:
19924: * operators.txt: removed date.roll limit of +-1 offset
19925:
19926: * src/classes/date.C: removed date.roll limit of +-1 offset
19927:
19928: * operators.txt, src/classes/date.C: fixed date roll on
19929: daylightsaving days mktime took into account tm_isdst flag, which
19930: remained from BEFORE roll, but should have been reset
19931:
19932: 2002-03-25 paf
19933:
19934: * operators.txt, src/targets/cgi/parser3.C:
19935: http_site_config_filespec
19936:
19937: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
19938: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
19939: with any/both --disable-foreign-group-files --disable-execs
19940:
19941: * INSTALL: "--with=sendmail=COMMAND" comment
19942:
19943: * INSTALL, configure, configure.in, src/classes/mail.C,
19944: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 19945: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
19946: disables execs also. introducing --sendmail
1.95 moko 19947:
19948: * operators.txt: pgsql options comment
19949:
19950: * INSTALL: comment on --disable-link-stdcpp
19951:
1.116 moko 19952: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19953: libstdc++ link skipping configure option
1.95 moko 19954:
19955: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
19956: with error were put to cache with 'marked_to_rollback' flag, all
19957: consequent even OK requests rolled back
19958:
19959: 2002-03-22 paf
19960:
19961: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
19962: false return
19963:
19964: * operators.txt: few comments on sets
19965:
19966: 2002-03-18 paf
19967:
19968: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
19969: src/include/pa_globals.h, src/include/pa_request.h,
19970: src/include/pa_stack.h, src/main/pa_globals.C,
19971: src/main/pa_request.C: introducing ^try
19972:
19973: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
19974: types/pa_vdouble.h: removed some tested @tests
19975:
19976: 2002-03-15 paf
19977:
19978: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
19979:
19980: 2002-03-13 paf
19981:
19982: * src/main/pa_exception.C: checked not-pooled malloc
19983:
19984: 2002-03-11 paf
19985:
19986: * INSTALL, configure, configure.in,
19987: src/include/pa_config_auto.h.in: --disable-foreign-group-files
19988:
19989: * src/main/pa_common.C: --disable-foreign-group-files
19990:
19991: * INSTALL: --disable-execs
19992:
19993: * src/main/pa_exec.C: --disable-execs
19994:
19995: * configure, configure.in, src/include/pa_config_auto.h.in:
19996: --disable-execs
19997:
19998: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
19999:
20000: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20001: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20002:
20003: 2002-03-05 paf
20004:
20005: * operators.txt, src/classes/date.C: date week calendar columns
20006: named
20007:
20008: * operators.txt, src/classes/date.C: date week calendar columns
20009: named
20010:
20011: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20012: requires headers to be terminated with \r\n manually [refuses to
20013: separate header/body itself]
20014:
20015: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20016: targets/isapi/parser3isapi.C: isapi site config beside .dll
20017:
20018: 2002-03-04 paf
20019:
20020: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20021: in PASS language
20022:
20023: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20024: deserialize checks on broken file
20025:
20026: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20027: parser3isapi.dsp: isapi updated
20028:
20029: 2002-03-01 paf
20030:
20031: * src/main/pa_exec.C: execle -> execve, now argc OK
20032:
20033: 2002-02-28 paf
20034:
20035: * src/main/untaint.C: removed some debug comments
20036:
20037: * src/main/pa_charsets.C: when placing charset to cache using
20038: global name now [were request]
20039:
20040: * configure, configure.in: apache module updated
20041:
20042: * src/main/pa_string.C: origin by first piece preferred before last
20043: piece
20044:
20045: 2002-02-27 paf
20046:
20047: * src/main/pa_charset.C: size_t
20048:
20049: * INSTALL: shared/static-xml with-pathlink
20050:
20051: * operators.txt: SMTP comment
20052:
20053: 2002-02-26 paf
20054:
20055: * src/main/pa_exec.C: more precise names for vars, cosmetic
20056:
20057: * src/classes/xnode.C: in some situation, xpath query returned
20058: result with type NODESET, but empty nodeset member field, checked
20059: that
20060:
20061: 2002-02-22 paf
20062:
20063: * INSTALL: without-zlib comment
20064:
20065: * etc/parser3.charsets/windows-1251.cfg: °
20066:
20067: * configure, configure.in: glib###.a detection fixed
20068:
20069: * INSTALL: hashfile removed from INSTALL
20070:
1.116 moko 20071: * Makefile.am: make update
1.95 moko 20072:
20073: * src/main/pa_string.C: string iterators fixed again, so were
20074: String::join_chain
20075:
20076: * src/main/pa_string.C: string iterators fixed again, so were
20077: String::join_chain
20078:
20079: * src/: include/pa_string.h, main/pa_string.C: string iterators
20080: fixed again, so were String::join_chain
20081:
20082: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20083:
20084: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
20085: "session"
20086:
1.116 moko 20087: * configure, configure.in, src/include/pa_config_auto.h.in:
20088: --with-shared-xml --with-static-xml
1.95 moko 20089:
20090: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20091: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20092: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20093: xalan&xml
20094:
20095: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20096:
20097: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
20098: src/types/types.dsp: removed hashfile support from sources for
20099: now
20100:
1.116 moko 20101: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20102: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20103: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20104: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20105: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20106: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20107: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20108: src/types/Makefile.am, src/types/pa_vhashfile.C,
20109: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20110:
20111: 2002-02-21 paf
20112:
20113: * src/main/untaint.C: removed debug code, activated commented-for
20114: debug parts
20115:
1.116 moko 20116: * Makefile.am: make cvsupdate
1.95 moko 20117:
20118: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20119: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20120: append_row, not at link zero now string to string appending works
20121:
20122: 2002-02-20 paf
20123:
20124: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20125: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20126: DEBUG_STRING_APPENDS_VS_EXPANDS
20127:
20128: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20129: economy: 22%
20130:
20131: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20132: space uptimized: string::link_row removed
20133:
20134: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20135: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20136: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20137: types/pa_vstring.h: speed uptimized: string::is_empty
20138:
20139: * operators.txt, src/include/pa_common.h,
20140: src/include/pa_config_fixed.h, src/include/pa_string.h,
20141: src/include/pa_types.h, src/main/compile.tab.C,
20142: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20143: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20144: string append optimiziation idea and estimates
20145:
20146: 2002-02-19 paf
20147:
20148: * src/classes/math.C: not used directly [but erroreously reported
20149: that 'is', thus registering twice&other probs]
20150:
20151: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20152: to node [element]
20153:
20154: * src/main/compile.C: without string_origins parse error
20155: file+line+col possible
20156:
20157: * src/main/: compile.C: without string_origins not worked
20158:
20159: 2002-02-18 paf
20160:
20161: * src/types/pa_vdouble.h: since we have in_expression removed that
20162: trick i've installed into double::as_string
20163:
20164: * src/main/pa_globals.C: extern "C" was removed too fast
20165:
20166: * src/: include/pa_opcode.h, include/pa_request.h,
20167: main/compile.tab.C, main/compile.y, main/execute.C,
20168: types/pa_wcontext.h: in_expression aimed to solve old problem
20169: with string/nonstring values, now in expressions double/int
20170: values are passed as-is, without stupid tostring/fromstring
20171: conversions
20172:
20173: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20174: __cplusplus } #endif
20175:
20176: * src/main/compile.tab.C: bison env set so one could compile
20177: without cygwin installed
20178:
20179: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20180: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20181: gnome xml libs parser .dsp-s changed accordingly
20182:
20183: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
20184:
20185: * operators.txt, src/classes/date.C: date::create [were date::set,
20186: with backward comp
20187:
20188: * src/classes/math.C: math:random range check fixed
20189:
20190: * src/main/: compile.tab.C, compile.y: integer division stops name
20191:
20192: * INSTALL: local install comment
20193:
1.116 moko 20194: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20195:
1.116 moko 20196: * acinclude.m4, aclocal.m4, configure, configure.in,
20197: src/include/pa_config_auto.h.in,
20198: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20199: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20200:
20201: * operators.txt: \ comment
20202:
20203: 2002-02-13 paf
20204:
20205: * src/include/pa_config_includes.h: sys/time time both included
20206: now. vaguely remember confilicts on this on some system [not on
20207: six|ablv] so when would see them again would think up proper
20208: check
20209:
1.116 moko 20210: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20211: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20212:
20213: * src/main/pa_common.C: truncation never occured when writing files
20214: on unix [since i've changed cache mech] fix
20215:
20216: * src/main/pa_common.C: strnchr: sanity check added
20217:
20218: * etc/parser3.charsets/windows-1257.cfg: id added
20219:
20220: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20221: baltic charset file generated, in generation script ispunct check
20222: added
20223:
20224: 2002-02-08 paf
20225:
1.116 moko 20226: * src/: include/Makefile.am, sql/Makefile.am,
20227: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20228:
20229: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20230: forgotten
20231:
20232: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20233:
20234: * INSTALL, README: install&others updated
20235:
20236: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20237:
1.116 moko 20238: * Makefile.am, configure, configure.in,
20239: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20240: src/classes/Makefile.am, src/main/Makefile.am,
20241: src/main/pa_status_provider.C, src/targets/Makefile.am,
20242: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20243: works
1.95 moko 20244:
20245: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20246: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20247: classes/hashfile.C, classes/int.C, classes/mail.C,
20248: classes/math.C, classes/op.C, classes/response.C,
20249: classes/string.C, classes/table.C, classes/void.C,
20250: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20251: include/pa_array.h, include/pa_cache_managers.h,
20252: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20253: include/pa_config_fixed.h, include/pa_config_includes.h,
20254: include/pa_db_connection.h, include/pa_db_manager.h,
20255: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20256: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20257: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20258: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20259: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20260: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20261: include/pa_stack.h, include/pa_string.h,
20262: include/pa_stylesheet_connection.h,
20263: include/pa_stylesheet_manager.h, include/pa_table.h,
20264: include/pa_threads.h, include/pa_types.h, main/compile.C,
20265: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20266: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
20267: main/pa_db_connection.C, main/pa_db_manager.C,
20268: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20269: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20270: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20271: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20272: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20273: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20274: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
20275: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20276: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20277: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20278: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20279: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20280: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
20281: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
20282: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20283: types/pa_vmethod_frame.h, types/pa_vobject.h,
20284: types/pa_vrequest.h, types/pa_vresponse.h,
20285: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20286: types/pa_vstateless_object.h, types/pa_vstatus.C,
20287: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
20288: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
20289: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
20290: classes/image.C, main/pa_common.C, main/pa_exec.C,
20291: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20292: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
20293: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
20294: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
20295: types/pa_vxnode.C, main/pa_charset.C: name spelling
20296:
20297: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20298: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20299: classes/hashfile.C, classes/image.C, classes/int.C,
20300: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20301: classes/string.C, classes/table.C, classes/void.C,
20302: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20303: include/pa_array.h, include/pa_cache_managers.h,
20304: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20305: include/pa_config_fixed.h, include/pa_config_includes.h,
20306: include/pa_db_connection.h, include/pa_db_manager.h,
20307: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20308: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20309: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20310: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20311: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20312: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20313: include/pa_stack.h, include/pa_string.h,
20314: include/pa_stylesheet_connection.h,
20315: include/pa_stylesheet_manager.h, include/pa_table.h,
20316: include/pa_threads.h, include/pa_types.h, main/compile.C,
20317: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20318: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
20319: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20320: main/pa_db_connection.C, main/pa_db_manager.C,
20321: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20322: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20323: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20324: main/pa_socks.C, main/pa_sql_driver_manager.C,
20325: main/pa_status_provider.C, main/pa_string.C,
20326: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20327: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20328: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20329: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20330: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20331: targets/isapi/pool_storage.h, types/pa_valiased.C,
20332: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20333: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20334: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20335: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20336: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20337: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20338: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20339: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20340: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20341: types/pa_vresponse.h, types/pa_vstateless_class.C,
20342: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20343: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20344: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20345: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20346: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
20347: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
20348:
20349: 2002-02-07 paf
20350:
20351: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
20352:
1.116 moko 20353: * configure, configure.in, src/include/pa_config_auto.h.in,
20354: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
20355: added yet another locking function: fcntl
1.95 moko 20356:
20357: * config.sub: on cygwin configure passes it with strange i1586
20358: const, hacked it to mean i586
20359:
20360: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
20361: disabled $if reference due to conflicts with local variables
20362:
20363: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
20364: xdoc::set obsolete now, now xdoc::create, with both sences
20365:
20366: * operators.txt, src/classes/table.C, src/include/pa_array.h,
20367: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
20368: table::create now // 'set' name obsolete now table clone.
20369:
20370: * operators.txt, src/classes/string.C,
20371: src/include/pa_config_fixed.h, src/main/compile.tab.C:
20372: ^int/double/string.format now can be called with normal []
20373: brackets, not stupid {} as it were implemented for some strange
20374: reason. retaining backward compatibility due to some
20375: already-implemented servers
20376:
20377: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
20378: main/compile.y, main/compile_tools.C, main/compile_tools.h:
20379: operators now detected by check at name_without_curly_rdive_read
20380: rule whether diving code constists only of
20381: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
20382: with OP_GET_ELEMENT_OR_OPERATOR to form
20383: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
20384:
20385: 2002-02-06 paf
20386:
20387: * configure, configure.in: prefix expanded, grr
20388:
20389: * operators.txt, src/classes/mail.C: mail:send config changed
20390:
20391: 2002-02-05 paf
20392:
20393: * operators.txt: regex options commented
20394:
20395: * src/main/: pa_exec.C: argv0 now correct
20396:
20397: * src/types/pa_vstatus.C: status:rusage 3
20398:
20399: * src/types/pa_vstatus.C: status:rusage 2
20400:
20401: * operators.txt: status:rusage described int operators
20402:
20403: * src/types/pa_vstatus.C: status:rusage 1
20404:
20405: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
20406: src/types/types.dsp: status:rusage
20407:
20408: * configure.in, operators.txt, src/classes/file.C,
20409: src/classes/op.C, src/include/pa_common.h,
20410: src/include/pa_config_includes.h, src/main/compile.tab.C,
20411: src/main/pa_common.C: rewritten ^cache to use
20412: non-blocking-exclusive-caches
20413:
20414: * src/main/pa_common.C: text file read mode on win32 adjusted
20415: [speed impact. was off for debugging purpose, but forgotten
20416: afterwards]
20417:
20418: 2002-02-01 paf
20419:
20420: * src/classes/op.C: file_write does EX lock after create, while
20421: file_read does SH after open, so there's a moment after create
20422: but before EX lock when read can sneak into, and read
20423: just-created-for-writing-and-not-yet-locked file, added a check
20424: for that in ^cache...read
20425:
20426: 2002-01-31 paf
20427:
20428: * src/main/: compile.y, compile.tab.C: disabled operator call after
20429: ^xxx:
20430:
20431: * src/main/: compile.tab.C, execute.C: made operators lookup first
20432: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
20433:
20434: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
20435: main/compile.tab.C, main/compile.y, main/compile_tools.C,
20436: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
20437: operators check 6.1 rewritten. now check is done at compile time
20438:
20439: * src/main/execute.C: operators check 5 floated up old error of
20440: staying in 'entered class/object' state after $a($a..) it
20441: prevented operators from being called thereafter
20442:
20443: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20444: main/execute.C: operators check 4 floated up old error of staying
20445: in 'entered object' state after ^a.a(a) it prevented operators
20446: from being called thereafter
20447:
20448: * src/main/execute.C: operators check 3 floated up old error of
20449: staying in 'entered class' state after $a:a(a) it prevented
20450: operators from being called thereafter
20451:
20452: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
20453: floated up old error of staying in 'entered class' state after
20454: $a:a[a] it prevented operators from being called thereafter
20455:
20456: * src/main/execute.C: operators check, thay mistakenly seen in
20457: $class:operator $object.operators contexts
20458:
20459: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
20460: win32
20461:
1.116 moko 20462: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
20463: src/classes/Makefile.am, src/main/Makefile.am,
20464: src/targets/cgi/Makefile.am,
1.95 moko 20465: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 20466: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 20467:
1.116 moko 20468: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
20469: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
20470: configure, configure.in, form.txt, ident.awk, install-sh,
20471: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
20472: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 20473: etc/parser3.charsets/Makefile.am,
20474: etc/parser3.charsets/koi8-r.cfg,
20475: etc/parser3.charsets/windows-1250.cfg,
20476: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 20477: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
20478: src/main/Makefile.am, src/targets/cgi/Makefile.am,
20479: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
20480: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 20481: straightened installation scripts procedure made
20482: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
20483: change
20484:
20485: 2002-01-30 paf
20486:
20487: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
20488: removed] those comments were a mistake, and prevented libltdl
20489: from function properly
20490:
20491: 2002-01-29 paf
20492:
1.116 moko 20493: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
20494: creation [modified acinclude.m4 which were creating int into just
20495: assignment LIBTOOL=../libtool] added default system
20496: config&charsetts prepared 'make install', now it installs
20497: targets/cgi/parser3 into bin directory etc/parser3.conf &
20498: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 20499: $sysconfdir/parser3.charsets respectively
20500:
20501: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
20502: main/pa_globals.C: few forgotten ifdef XML added
20503:
20504: 2002-01-28 paf
20505:
1.116 moko 20506: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 20507: removed
20508:
20509: * src/main/pa_exception.C: dom|generic error output fix
20510:
20511: * src/classes/xnode.C: xdoc.importNode 3 [check err]
20512:
20513: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
20514:
20515: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
20516: [fixed as_node helper func to accept docs]
20517:
20518: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
20519: xdoc.importNode 0
20520:
20521: * src/classes/xdoc.C: xdoc::set now untaints OK
20522:
20523: 2002-01-25 paf
20524:
20525: * src/main/: compile.tab.C, compile.y: #comment before @ after
20526: @SPECIAL now works OK
20527:
20528: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
20529:
20530: * src/main/pa_exec.C: max arg count now 10, and proper message on
20531: violation that added
20532:
20533: * src/classes/hash.C: unified hash::sql, now
20534: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
20535:
20536: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20537: ^file:lock[filename]{code}
20538:
20539: * src/: classes/file.C, classes/op.C, classes/string.C,
20540: classes/table.C, classes/xdoc.C, include/pa_common.h,
20541: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
20542: to some pa_common funcs
20543:
20544: * src/: include/pa_charset.h, main/pa_globals.C:
20545: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
20546:
20547: * src/: include/pa_charset.h, main/pa_charset.C,
20548: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
20549: not stupid illegal define
20550:
20551: 2002-01-24 paf
20552:
20553: * src/include/pa_version.h: changed version number
20554:
20555: * src/: classes/hashfile.C, include/pa_db_table.h,
20556: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20557: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20558: main/pa_db_connection.C, main/pa_db_table.C,
20559: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
20560: hashfile without logfiles
20561:
20562: * src/: classes/hashfile.C, include/pa_db_table.h,
20563: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
20564: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
20565: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
20566: DB_INIT_TXN init bits, thus got rid of huge log files, which
20567: cluttered disk without huge need]
20568:
20569: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
20570: handy macro, which is strangly abscent in dome lib
20571:
20572: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
20573:
20574: * src/classes/xdoc.C: checked empty response
20575:
20576: * src/classes/xnode.C: xdoc.select fixed context node [were always
20577: /, not self node]
20578:
20579: * src/classes/xnode.C: xnode.select returns array always now, in
20580: case 'nothing found' returns empty array
20581:
20582: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
20583: be more tender with ctrl/c/v
20584:
20585: 2002-01-23 paf
20586:
20587: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
20588: substituted. // 2. when dom tree with entites goes under
20589: transform text nodes // got [erroreosly] cut on first
20590: entity occurance
20591:
20592: * src/types/pa_vdouble.h: double prec. todo: get rid of
20593: twice-converting
20594:
20595: * src/types/pa_vdouble.h: %.20E now float format when %g produced
20596: 'e' in output this is for regretful twice-converting here:
20597: $a(double value) when they write double falue they convert it to
20598: string first, thus %g were losing precesion.
20599:
20600: todo: think up some way to remove double->string string->double
20601: twice-converting
20602:
20603: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
20604: %.20E now default float format this is for regretful
20605: twice-converting here: $a(double value) when they write double
20606: falue they convert it to string first, thus %g were losing
20607: precesion.
20608:
20609: todo: think up some way to remove double->string string->double
20610: twice-converting
20611:
20612: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
20613: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
20614: reasons in comment inside
20615:
20616: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
20617: statically linked]
20618:
20619: * src/: include/pa_exception.h, main/compile.tab.C,
20620: main/pa_exception.C: removed exception va_list constructor. 1.
20621: not needed anymore 2. there were a conflict[causing errors]
20622: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
20623: never detected an ambiguilty here, compiling ctor(, "hello") into
20624: ctor(, va_list) which, of course, caused gpf
20625:
20626: * src/main/pa_globals.C: removed debug xslt messages
20627:
20628: 2002-01-22 paf
20629:
20630: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
20631: main/pa_globals.C: xsl stylesheet load: parsed entities, this
20632: helps compiling stylesheet properly. example: this refused to
20633: work, <b>«<xsl:value-of select="@title"
20634: />»</b> stranly worked only this way:
20635: <b>«<xsl:value-of select="@title" />»</b>
20636:
20637: docs says "set it to 1", never going into details, so I decided
20638: to try NOT to do that
20639:
20640: * src/classes/table.C: join behaived badly in case named tables
20641: structure mismatched: 0 strings sneaked into dest failing
20642: afterwards. replaced them with empty strings
20643:
20644: 2002-01-21 paf
20645:
20646: * src/main/pa_charset.C: checked empty transcoders in
20647: transcode_cstr|buf
20648:
20649: * src/classes/xdoc.C: xdoc::load error source = filespec
20650:
20651: * src/classes/xdoc.C: transform error source now
20652: stylesheet_filespec
20653:
1.116 moko 20654: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 20655: include/pa_stylesheet_connection.h, main/pa_charset.C,
20656: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 20657: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
20658: gnome
1.95 moko 20659:
20660: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20661: include/pa_globals.h, include/pa_stylesheet_connection.h,
20662: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
20663: xslt generic error 1
20664:
20665: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
20666: xml generic message 1
20667:
20668: * src/classes/table.C: ^table::load empty lines or #comments before
20669: headline
20670:
20671: * src/: include/pa_array.h, include/pa_globals.h,
20672: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
20673: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
20674: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
20675: errors 0
20676:
20677: 2002-01-16 paf
20678:
20679: * src/: classes/hash.C, classes/op.C, classes/string.C,
20680: classes/table.C, classes/void.C, classes/xdoc.C,
20681: include/pa_db_connection.h, include/pa_request.h,
20682: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20683: include/pa_stylesheet_connection.h,
20684: include/pa_stylesheet_manager.h, main/pa_request.C,
20685: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20686: targets/cgi/pool_storage.h: auto closers to sql_connection,
20687: stylesheet_connection auto destroyers to remaining gnome objects
20688:
20689: * src/classes/xdoc.C: few comments
20690:
20691: 2002-01-15 paf
20692:
20693: * src/classes/xdoc.C: xdoc file save string
20694:
20695: ready. todo: error handling
20696:
20697: * src/classes/xdoc.C: xdoc save rewritten using
20698: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
20699: result
20700:
20701: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
20702: started output options parsing
20703:
20704: 2002-01-14 paf
20705:
20706: * src/classes/xdoc.C: method
20707:
20708: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
20709: include/pa_pool.h, include/pa_stylesheet_connection.h,
20710: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
20711: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
20712: xslt transform0. TODO: use output options handle errors
20713:
20714: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
20715:
20716: 2002-01-11 paf
20717:
20718: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20719: main/compile_tools.C, main/compile_tools.h, main/execute.C:
20720: partial logical && || evaluation
20721:
20722: * src/classes/xnode.C: xpath selectNodes
20723:
20724: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
20725: string/number/bool
20726:
20727: * src/classes/xnode.C: xpath selectNode 2
20728:
20729: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
20730: xpath selectNode 1
20731:
20732: 2002-01-10 paf
20733:
20734: * src/classes/xnode.C: xpath selectNode -100 [just written]
20735:
20736: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
20737: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
20738: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
20739: refcounter]
20740:
20741: 2001-12-29 paf
20742:
20743: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
20744: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
20745: glib works 0
20746:
20747: 2001-12-28 paf
20748:
20749: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
20750: main/pa_exception.C: started glib transcoders
20751:
20752: * src/main/pa_globals.C: renamed gdome to libgdome.dll
20753:
20754: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
20755: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
20756: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
20757: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
20758: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
20759: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
20760: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
20761: libs just compiled in. no refcounting no xpath no xslt yet
20762:
20763: 2001-12-27 paf
20764:
20765: * src/: include/pa_charset.h, include/pa_common.h,
20766: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
20767: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
20768: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
20769: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
20770: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
20771: from xalan&xerces, started the process. globals [initialization
20772: pool [charset update charset [transcodings vxnode vxdoc [DOM
20773: calls
20774:
20775: * src/classes/Makefile.am: going away from xalan&xerces, not needed
20776: anymore
20777:
20778: 2001-12-26 paf
20779:
20780: * src/: include/pa_charset.h, include/pa_charsets.h,
20781: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
20782: key globalized [bug]
20783:
20784: 2001-12-25 paf
20785:
20786: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
20787: main/pa_string.C: table set & append changed splitting languages,
20788: separators now can be clean AND as-is same to mail command line
20789: $MAIN:MAIL.progX arguments
20790:
20791: 2001-12-24 paf
20792:
20793: * src/classes/mail.C: one parted text messages - no multipart
20794: mime-type anymore. for convinient if $.attach-ments
20795:
20796: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
20797: main/pa_string.C: read from cache size check updated
20798:
20799: * src/main/: pa_string.C: String::join_chain another ugly bug :(
20800:
20801: 2001-12-21 paf
20802:
20803: * src/classes/date.C: date:sql-string now returns localtime
20804:
20805: * src/main/pa_request.C: $result in @main actually not working, to
20806: hell with it for now
20807:
20808: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
20809: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
20810: @postprocess @exception
20811:
20812: * src/main/execute.C: junction evaluation canceled - endless
20813: recursion detected
20814:
20815: 2001-12-19 paf
20816:
20817: * src/main/pa_charset.C: charset->charset transcoding via unicode
20818: intermediate
20819:
20820: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
20821:
20822: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
20823:
20824: * src/classes/op.C: ^cache keypath now relative
20825:
20826: * src/classes/mail.C: changed weighting prior to sort
20827:
20828: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
20829: were missing
20830:
20831: 2001-12-17 paf
20832:
20833: * src/main/pa_charset.C: ifndef XML were bad type
20834:
20835: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
20836: outdated unset services_pool
20837:
20838: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
20839: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
20840: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
20841:
20842: * src/main/untaint.C: allowed space in filespec
20843:
20844: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
20845:
20846: * src/classes/image.C: no govno
20847:
20848: * src/classes/image.C: govno
20849:
20850: 2001-12-16 paf
20851:
20852: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
20853:
20854: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
20855: charset_connection&manager replaced by charset&charsets
20856:
20857: * src/main/pa_charset.C: name_cstr 0
20858:
20859: * src/main/untaint.C: uri lang now knows about client/source
20860: charsets
20861:
20862: * src/: classes/file.C, classes/math.C, classes/op.C,
20863: classes/string.C, classes/table.C, classes/xdoc.C,
20864: include/pa_array.h, include/pa_cache_managers.h,
20865: include/pa_charset_connection.h, include/pa_charset_manager.h,
20866: include/pa_common.h, include/pa_db_connection.h,
20867: include/pa_db_manager.h, include/pa_db_table.h,
20868: include/pa_dictionary.h, include/pa_exception.h,
20869: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
20870: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
20871: include/pa_sapi.h, include/pa_socks.h,
20872: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20873: include/pa_string.h, include/pa_stylesheet_connection.h,
20874: include/pa_stylesheet_manager.h, include/pa_table.h,
20875: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
20876: main/pa_charset.C, main/pa_charset_connection.C,
20877: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
20878: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20879: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
20880: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
20881: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
20882: types/types.dsp: introducing Charset
20883:
20884: 2001-12-14 paf
20885:
20886: * src/: include/pa_request.h, include/pa_transcoder.h,
20887: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
20888: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
20889: uri lang
20890:
20891: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
20892:
20893: * src/targets/cgi/Makefile.am: -I../../pcre to .am
20894:
20895: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
20896: defalts_name global
20897:
20898: * src/: include/pa_charset_connection.h, include/pa_pool.h,
20899: include/pa_request.h, main/main.dsp,
20900: main/pa_charset_connection.C, main/pa_charset_manager.C,
20901: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
20902: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
20903: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
20904: changed charset model. now important: $request:charset
20905: $response:charset while $response:content-type.charset become
20906: unimportant [informational]
20907:
20908: 2001-12-13 paf
20909:
20910: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
20911:
20912: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
20913: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
20914: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
20915: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
20916: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
20917: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
20918:
20919: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
20920: auto_ptr part other way, because of stupid gcc 2.96
20921: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
20922: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
20923: FormatterListener] /usr/include/g++-3/memory:48:
20924: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
20925: _Tp1 = FormatterListener, _Tp = FormatterListener]
20926:
20927: * src/classes/xdoc.C: removed extra inc
20928:
20929: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
20930:
20931: * src/include/pa_types.h: msvc head debugging flag
20932:
20933: * src/classes/xdoc.C: freed up listener
20934:
20935: * src/classes/string.C: change msg '... code is not code'
20936:
20937: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
20938: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20939: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
20940: [past/future prob]
20941:
20942: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20943: include/pa_config_fixed.h, include/pa_db_manager.h,
20944: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20945: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
20946:
20947: * src/: include/pa_config_fixed.h, main/pa_common.C,
20948: main/pa_string.C: removed signed mismatch warnings
20949:
20950: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
20951: 'expires' from header outputs
20952:
20953: * src/main/pa_string.C: string::recustruct erroreusly used outdated
20954: row ptr
20955:
20956: * src/classes/file.C: file::cgi bug, request_method were passed to
20957: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
20958:
20959: * src/classes/xdoc.C: lang list updated
20960:
20961: 2001-12-10 paf
20962:
20963: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
20964:
20965: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
20966: erase files like that, knowing their full name introducing //
20967: theoretical problem with, for instance, "_2B" and "." fragments,
20968: // they would yield the same // because
20969: need_file_encode('_')=false // but we need to delete such files
20970: somehow, getting names from ^index
20971:
20972: * src/main/pa_string.C: ^string.replace bug fixed [bad
20973: string::join_chank break]
20974:
20975: 2001-12-07 paf
20976:
20977: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
20978: include/pa_common.h, include/pa_config_auto.h.in,
20979: include/pa_config_fixed.h, include/pa_config_includes.h,
20980: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
20981: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
20982: types/pa_vhashfile.C: merged from r14_simple_cache
20983:
20984: * src/main/pa_string.C: stupid sparc architecture failed to access
20985: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
20986: lduh [ %i2 + 1 ], %l0
20987:
20988: bus error, fixed that
20989:
20990: * src/main/pa_string.C: strange string deserialize bug on
20991: client[pmts], a bit shortened,
20992:
20993: * src/include/pa_config_auto.h.in: makes
20994:
20995: * src/: include/pa_common.h, include/pa_config_fixed.h,
20996: include/pa_config_includes.h, main/pa_common.C: exclusive lock
20997: file write shared lock file read
20998:
20999: * src/: classes/op.C, include/pa_common.h,
21000: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21001:
21002: 2001-12-06 paf
21003:
21004: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21005: main/pa_request.C: #ifdef RESOURCES_DEBUG
21006:
21007: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21008: info
21009:
21010: * src/classes/hashfile.C: removed transaction from ^cache
21011:
21012: 2001-12-05 paf
21013:
21014: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21015: IIS5 there were a prob with illegal call check
21016:
21017: 2001-12-04 paf
21018:
21019: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21020: main/pa_request.C: measures to log
21021:
21022: 2001-11-23 paf
21023:
21024: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21025: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21026: types/pa_vhashfile.C: merged from _0014, 1
21027:
21028: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21029: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21030: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21031: ^cache(33) would change
21032:
21033: 0660 bits in file_write & hashfile create
21034:
21035: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21036: after pa_string optimization]
21037:
21038: 2001-11-22 paf
21039:
21040: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21041: table.offset[whence]
21042:
21043: * src/classes/op.C: process cstr(,connection)
21044:
21045: * src/classes/op.C: process now gets its body on current language,
21046: not as-is
21047:
21048: * src/main/untaint.C: ORIGINS mode removed UHTML
21049:
21050: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21051: bit
21052:
1.116 moko 21053: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21054:
21055: 2001-11-21 paf
21056:
21057: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21058: <xsl:output output options made identical to xsl:output
21059: attributes exclusion: cdata-section-elements what xalan can do
21060: but that not used now: it can escape and remove CDATA sections
21061:
21062: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21063: produced by xslt
21064:
21065: * src/targets/cgi/parser3.C: removed debug cgi||1
21066:
21067: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21068:
21069: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21070: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21071: default language for {code}, it happen to change it's language
21072: from CLEAN, so later refused to split by CLEAN \t
21073:
21074: 2001-11-20 paf
21075:
1.116 moko 21076: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21077: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21078: bottom of dependeces, so that errors would popup quicklier, fixed
21079: line numbering in table::sql
21080:
21081: 2001-11-19 paf
21082:
21083: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21084: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21085: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21086: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21087: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21088: at wcontext.write
21089:
1.116 moko 21090: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21091: _set_new_handler
21092:
1.116 moko 21093: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21094: set_new_handler in apache&isapi
1.95 moko 21095:
21096: 2001-11-16 paf
21097:
21098: * src/targets/cgi/parser3.C: pool debug @ die
21099:
21100: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21101: removed 8 bytes from String, 2 bytes from
21102: string::chunk::row::item
21103:
21104: * src/main/pa_string.C: removed 1+4 bytes from String
21105:
21106: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21107: types/pa_vstring.C: removed 1+4 bytes from String
21108:
21109: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21110: 0
21111:
21112: * src/: include/pa_globals.h, include/pa_string.h,
21113: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21114: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21115: targets/cgi/parser3.C: introducing estimating
21116: String::cstr_bufsize, 0
21117:
21118: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21119:
21120: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21121:
21122: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21123: include/pa_pool.h: die in pool::fail
21124:
21125: 2001-11-15 paf
21126:
21127: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21128: main/pa_exception.C, targets/cgi/parser3.C: exception with
21129: dynamic buffer re-back now with counter
21130:
21131: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21132: static buffer back
21133:
21134: * src/targets/cgi/parser3.C: std::
21135:
21136: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21137: include/pa_config_includes.h: setnewhandler check
21138:
1.116 moko 21139: * src/include/pa_config_auto.h.in: makes
1.95 moko 21140:
21141: * src/targets/cgi/parser3.C: set_new_handler started
21142:
21143: 2001-11-14 paf
21144:
21145: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21146: was wrong
21147:
21148: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21149: was wrong
21150:
21151: * src/main/pa_request.C: z
21152:
21153: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21154: full returns win32 -1 solaris >buffer_size
21155:
21156: checked all that
21157:
21158: * src/classes/op.C: ^untaint{body} as-is default now
21159:
21160: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21161: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
21162: with no_bad_constructors_try
21163:
21164: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21165: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21166: this: $bred[^string::length[]] $bred[^response::clear[]]
21167: $bred[^int::int[]]
21168:
21169: now VObject creation moved into overriden
21170: VClass::create_new_value, thus 0 from create_new_value means that
21171: class has no ctors
21172:
21173: 2001-11-13 paf
21174:
21175: * src/classes/classes.C: returned accedently removed if in foreach
21176: callbacks [when hash no-0-restructure]
21177:
21178: 2001-11-12 paf
21179:
21180: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21181: passed as-is to method, xalan makes & into & itself
21182:
21183: * src/classes/date.C: date.roll parser2 alg used
21184:
21185: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21186: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21187: main/pa_dictionary.C, main/pa_hash.C,
21188: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21189: now does not containt 0 values. put 0 actullay removes. no check
21190: on 0 value in foreach now required
21191:
21192: 2001-11-11 paf
21193:
21194: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21195:
21196: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21197:
21198: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21199: driver initialize not const
21200:
21201: 2001-11-10 paf
21202:
21203: * src/main/pa_exec.C: doc
21204:
21205: 2001-11-09 paf
21206:
21207: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21208: param properly
21209:
21210: * src/classes/string.C: string.save now does untainting before
21211: saving
21212:
21213: * src/main/pa_common.C: line endings fixing fixed last piece[was
21214: still cstr oriented]
21215:
21216: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21217: line endings fixing got rid of cstr, now must work ok with post
21218: multipart
21219:
21220: * src/types/pa_vform.C: line endings fixed at post / multipart /
21221: not file also now
21222:
21223: 2001-11-08 paf
21224:
21225: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21226: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21227: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21228: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21229: main/pa_stylesheet_manager.C: restructured Cache manager to be
21230: simple parent, not second parent [gcc 2.96 strangly refused to
21231: call virtual from second parent]
21232:
1.116 moko 21233: * src/: include/pa_common.h, main/Makefile.am,
21234: targets/cgi/pa_pool.C: makes
1.95 moko 21235:
21236: * src/: include/pa_request.h, main/pa_request.C,
21237: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21238: 'status' class enabler
21239:
21240: <Location /parser-status.html> ParserStatusAllowed </Location>
21241:
21242: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21243: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21244: include/pa_stylesheet_manager.h, main/main.dsp,
21245: main/pa_cache_managers.C, main/pa_charset_manager.C,
21246: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21247: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21248: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21249: todo: apache 'status' class enabler
21250:
21251: 2001-11-05 paf
21252:
21253: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
21254: debug to normal
21255:
21256: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
21257: hence i removed skipping 0 values in hash::for_each-es we need to
21258: check cleaned cache items manually. few more checks.
21259:
21260: expiring to 0 time was wrong, changed to 'now' time
21261:
21262: * src/targets/cgi/parser3.C: read can return 0, that means sort of
21263: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
21264: on apache already done :)
21265:
21266: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
21267: skipping 0 values in hash::for_each-es we need to check cleaned
21268: cache items manually
21269:
21270: * src/main/: pa_db_connection.C, pa_db_table.C:
21271: parser_multithreaded check was wrong
21272:
21273: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21274: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21275: classes/hashfile.C, classes/image.C, classes/int.C,
21276: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21277: classes/string.C, classes/table.C, classes/void.C,
21278: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21279: include/pa_array.h, include/pa_charset_connection.h,
21280: include/pa_charset_manager.h, include/pa_common.h,
21281: include/pa_config_fixed.h, include/pa_config_includes.h,
21282: include/pa_db_connection.h, include/pa_db_manager.h,
21283: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21284: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21285: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21286: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21287: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21288: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21289: include/pa_stack.h, include/pa_string.h,
21290: include/pa_stylesheet_connection.h,
21291: include/pa_stylesheet_manager.h, include/pa_table.h,
21292: include/pa_threads.h, include/pa_types.h, main/compile.C,
21293: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21294: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
21295: main/pa_charset_manager.C, main/pa_common.C,
21296: main/pa_db_connection.C, main/pa_db_manager.C,
21297: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21298: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21299: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21300: main/pa_socks.C, main/pa_sql_driver_manager.C,
21301: main/pa_status_provider.C, main/pa_string.C,
21302: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21303: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21304: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21305: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21306: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21307: targets/isapi/pool_storage.h, types/pa_valiased.C,
21308: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21309: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21310: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21311: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21312: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21313: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21314: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21315: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21316: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21317: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21318: types/pa_vstateless_object.h, types/pa_vstatus.h,
21319: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
21320: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
21321: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21322: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
21323: $status:db fixed used not initialized in db_connection & db_table
21324:
21325: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
21326: $status:charset
21327:
21328: * src/: classes/xdoc.C, include/pa_db_connection.h,
21329: include/pa_stylesheet_connection.h,
21330: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
21331: types/pa_vstatus.h: $status:stylesheet
21332:
21333: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
21334: include/pa_request.h, include/pa_sql_connection.h,
21335: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21336: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
21337: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21338: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21339: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
21340: types/pa_vxnode.C, types/types.dsp: started status parser class
21341:
21342: 2001-11-01 paf
21343:
21344: * src/include/pa_config_auto.h.in: makes
21345:
21346: * src/main/pa_hash.C: removed old extra include
21347:
21348: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
21349: checks [for hp, there are such in math.h]
21350:
21351: * src/classes/op.C: ^for endless loop check strightened
21352:
21353: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
21354: behavior in native calls. it left unchanged, so ^for ^foreach &
21355: co can use r.root to write their i & key,value there
21356:
21357: * src/classes/op.C: detected for var storage bug, fixed.
21358: todo:foreach
21359:
21360: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
21361: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
21362: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
21363: changing of hash inside of foreach
21364:
21365: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
21366: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
21367: were hash.foreach
21368:
21369: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
21370: types/pa_vstring.C, types/pa_vstring.h:
21371: ^foreach[key|value]{body}[[separator]|{separator}]
21372:
21373: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
21374: types/pa_vcookie.C: ^hash.delete[key]
21375:
21376: 2001-10-31 paf
21377:
21378: * src/main/: compile.C, pa_common.C: completely empty file now
21379: considered "read", not ignored [not perfect trick used]
21380:
21381: * src/main/pa_common.C: simplier common ifdefs
21382:
21383: * src/main/pa_common.C: typing bug in common - bad ifdeff
21384:
21385: * src/main/pa_db_connection.C: z
21386:
21387: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
21388: lockdetector flags
21389: dbenv.lk_detect=DB_LOCK_RANDOM;
21390:
21391: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
21392: from accidental show [imagine user forgot @exception]
21393:
21394: * src/classes/table.C: ^table.save[[nameless|+append;]path]
21395:
21396: * src/: classes/file.C, classes/image.C, classes/mail.C,
21397: classes/string.C, classes/xnode.C, include/pa_common.h,
21398: main/pa_common.C: ^string.save[[append;]path]
21399:
21400: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21401: main/execute.C: \ in expression: int divide 10/3=3
21402:
21403: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
21404: inside of ^cache
21405:
21406: * src/: include/pa_threads.h, main/pa_db_connection.C,
21407: main/pa_db_table.C, targets/cgi/pa_threads.C,
21408: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
21409: needed
21410:
21411: 2001-10-30 paf
21412:
21413: * src/: classes/classes.dsp, main/main.dsp,
21414: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21415: types/types.dsp: enabled debug incremental compile
21416:
21417: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21418: form post data line endings not reformatted now.
21419:
21420: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
21421: now required [had bug when file= has no value]
21422:
21423: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
21424: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
21425: cstr(asis) default param removed
21426:
21427: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
21428:
21429: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
21430:
21431: * src/include/pa_dir.h: LOAD_DIR fixed
21432:
21433: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
21434: was broken} fix_line_breaks
21435:
21436: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
21437: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
21438: packed with #pragma pack
21439:
1.116 moko 21440: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 21441:
21442: 2001-10-29 paf
21443:
21444: * src/types/pa_wcontext.h: bitfield syntax stricter
21445:
21446: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
21447: string hash.puts
21448:
21449: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
21450:
21451: * src/include/pa_sql_connection.h: there were one wrong
21452: SQL_CONNECTION_FUNC_GUARDED [failed]
21453:
21454: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
21455: param.someday either ifdef or remove it
21456:
21457: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
21458:
21459: * src/main/untaint.C: optimizing returned after debugging
21460:
21461: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
21462: main/untaint.C: memory hunging #pragma pack(1)
21463:
21464: 16 419 844 13 169 394
21465:
21466: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21467: targets/cgi/pa_pool.C: String size_t replace to uint in proper
21468: places [todo:Array]
21469:
21470: * src/: main/execute.C, targets/cgi/pa_pool.C,
21471: targets/cgi/parser3.dsp, types/pa_wcontext.h,
21472: types/pa_wwrapper.h: debugging memory WContext flags to bits
21473:
21474: total 5 652 652/158731 total 5 469 332/158731
21475:
21476: * src/: include/pa_array.h, main/pa_array.C: debugging memory
21477: Array:: without cache in get/put now
21478:
21479: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
21480: 18:25:27 2001] total 5 652 652/158731
21481:
21482: * src/: include/pa_string.h, main/pa_string.C,
21483: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
21484: now
21485:
21486: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
21487: 18:11:53 2001] total 5796092/158731
21488:
21489: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
21490: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
21491: key ref now
21492:
21493: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
21494: 17:11:17 2001] total 16867948/202658
21495:
21496: * src/: classes/file.C, classes/image.C, classes/string.C,
21497: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
21498: main/execute.C, main/pa_array.C, main/pa_common.C,
21499: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21500: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
21501: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
21502: string::as_int/double now usually uses stack, not heap [200K out
21503: of 17M :)] VString(String&) not copies reference [29M -> 17M]
21504:
21505: * src/main/pa_sql_driver_manager.C: ping to have services [old
21506: hiding bug]
21507:
21508: * src/Makefile.am: .am order
21509:
21510: * src/: include/pa_array.h, include/pa_charset_manager.h,
21511: include/pa_db_connection.h, include/pa_db_manager.h,
21512: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
21513: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21514: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
21515: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
21516: required "friend class"
21517:
21518: ../include/pa_request.h:51: friend declaration requires
21519: class-key, i.e. `friend class Temp_lang'
21520:
21521: * src/: include/pa_exception.h, include/pa_sql_connection.h,
21522: main/pa_exception.C, main/pa_sql_driver_manager.C,
21523: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
21524:
21525: the idea is to #1 jump to C++ some function to main body, where
21526: every function stack frame has exception unwind information and
21527: from there... #2 propagate_exception()
21528:
21529: 2001-10-28 paf
21530:
21531: * src/main/pa_db_connection.C: removed old consts
21532:
21533: * src/main/pa_db_connection.C: expire table [was accidently pasted
21534: with wrong type/cast]
21535:
21536: * src/main/: pa_db_connection.C, pa_db_table.C: exception
21537: translation
21538:
1.116 moko 21539: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 21540: remember to build DB2 with -fexceptions!!!
21541:
21542: * src/main/pa_db_table.C: DB_RMW defed
21543:
21544: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
21545: include/pa_db_connection.h, include/pa_db_manager.h,
21546: include/pa_db_table.h, main/pa_db_connection.C,
21547: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
21548:
21549: 2001-10-27 paf
21550:
21551: * src/: classes/hashfile.C, include/pa_db_connection.h,
21552: include/pa_db_table.h, main/pa_db_connection.C,
21553: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
21554: types/pa_vhashfile.C: DB2 ifdefs
21555:
1.116 moko 21556: * src/: classes/Makefile.am, include/pa_config_fixed.h,
21557: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 21558: makes with DB2
21559:
1.116 moko 21560: * src/: include/pa_config_auto.h.in, main/Makefile.am,
21561: types/Makefile.am: makes db
1.95 moko 21562:
21563: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
21564: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
21565: globals.C
21566:
21567: * src/: classes/hashfile.C, include/pa_db_connection.h,
21568: include/pa_db_table.h, main/pa_db_connection.C,
21569: main/pa_db_table.C: ^hashfile.clear[]
21570:
21571: * src/classes/classes.awk: no $ in var names
21572:
21573: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
21574: connection&table [forgotten calls]
21575:
21576: 2001-10-26 paf
21577:
21578: * src/main/pa_db_connection.C: db checkpoints
21579:
21580: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
21581: checkpoints
21582:
21583: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
21584: default. but entities still reparsed. todo: tothink
21585:
21586: * src/main/pa_db_connection.C: db recover mech 2
21587:
21588: * src/: classes/hashfile.C, include/pa_db_connection.h,
21589: include/pa_db_manager.h, include/pa_db_table.h,
21590: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21591: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
21592: types/pa_vhashfile.h: db connections & tables now cached at
21593: create time & multithreaded
21594:
21595: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
21596: parsed_source
21597:
21598: * src/main/pa_db_connection.C: about to remove connection from
21599: vhashfile
21600:
21601: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
21602: transaction commit/rollback responsibility left to parent [as it
21603: sould - else there were a bug with double free]
21604:
21605: * src/include/pa_db_table.h: db: child transaction commit/rollback
21606: responsibility left to parent [as it sould - else there were a
21607: bug with double free]
21608:
21609: 2001-10-25 paf
21610:
21611: * src/: classes/hashfile.C, include/pa_common.h,
21612: include/pa_db_connection.h, include/pa_db_manager.h,
21613: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
21614: types/pa_vhashfile.C, types/pa_vhashfile.h,
21615: include/pa_db_table.h, main/pa_db_table.C: started db_home
21616: [multiple, cached] todo: autorecover [tried, but not succeded,
21617: yet]
21618:
21619: * src/include/pa_dir.h: ancient gpf on dir not found fixed
21620:
21621: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
21622: transaction parent passed
21623:
21624: 2001-10-24 parser
21625:
1.116 moko 21626: * src/classes/Makefile.am: makes
1.95 moko 21627:
21628: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
21629: isapi/pool_storage.h: pool_storage fixed
21630:
21631: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
21632: types/pa_vform.h: form fix_line_breaks
21633:
1.116 moko 21634: * src/targets/cgi/pool_storage.h: makes
1.95 moko 21635:
21636: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
21637: targets/cgi/pool_storage.h: makes
21638:
21639: * src/sql/pa_sql_driver.h: version
21640:
21641: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
21642: types/pa_vform.C, types/pa_vform.h: .am
21643:
21644: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
21645: this: DB_RMW Acquire write locks instead of read locks when doing
21646: the retrieval. Setting this flag may decrease the likelihood of
21647: deadlock during a read-modify-write cycle by immediately
21648: acquiring the write lock during the read part of the cycle so
21649: that another thread of control acquiring a read lock for the same
21650: item, in its own read-modify-write cycle, will not result in
21651: deadlock
21652:
21653: * src/targets/isapi/parser3isapi.dsp: doc
21654:
21655: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
21656:
21657: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
21658:
21659: * src/: classes/hashfile.C, include/pa_db_connection.h,
21660: main/pa_db_connection.C: hashfile expired deleted from db when
21661: get & iterate
21662:
21663: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
21664: expiring 1
21665:
21666: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
21667:
21668: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
21669: db_connection not bothers with key when not returning expired
21670: data
21671:
21672: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
21673: types/pa_vhashfile.C: db_cursor constructor public now
21674:
21675: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
21676: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
21677: stamped, todo: put_element analize
21678:
21679: * src/: include/pa_db_connection.h, include/pa_string.h,
21680: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
21681: serialize. todo stamp
21682:
21683: 2001-10-23 parser
21684:
21685: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
21686: classes/image.C, classes/mail.C, classes/response.C,
21687: classes/string.C, classes/table.C, classes/xdoc.C,
21688: include/pa_config_fixed.h, include/pa_db_connection.h,
21689: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
21690: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
21691: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
21692: types/pa_vtable.C: ^hashfile.hash[]
21693:
21694: * src/: classes/hashfile.C, classes/xdoc.C,
21695: include/pa_config_fixed.h, main/pa_db_manager.C,
21696: main/pa_globals.C: ifdefs so it compiled without db
21697:
21698: * src/: classes/hashfile.C, include/pa_db_connection.h,
21699: include/pa_db_manager.h, main/pa_db_connection.C,
21700: main/pa_db_manager.C, types/pa_vhashfile.h:
21701: ^hashfile.transaction{code} ^hashfile:clear[filename]
21702: ^hashfile.delete[key]
21703:
21704: 2001-10-22 parser
21705:
21706: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
21707: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
21708:
21709: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
21710: classes/xnode.C, include/pa_charset_connection.h,
21711: include/pa_db_connection.h, include/pa_db_manager.h,
21712: include/pa_exception.h, include/pa_sapi.h,
21713: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21714: include/pa_stylesheet_connection.h,
21715: include/pa_stylesheet_manager.h,
21716: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21717: main/pa_db_connection.C, main/pa_db_manager.C,
21718: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
21719: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21720: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
21721: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
21722: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
21723: types/types.dsp: hashfile 0
21724:
21725: * src/types/pa_vhashfile.C: z
21726:
21727: * src/: classes/classes.dsp, classes/hashfile.C,
21728: include/pa_config_fixed.h, main/execute.C,
21729: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
21730: types/pa_vhashfile.h, types/types.dsp: hashfile -100
21731:
21732: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
21733:
21734: * src/: include/pa_exception.h, include/pa_request.h,
21735: main/execute.C, main/pa_exception.C, main/pa_request.C,
21736: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21737: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
21738:
21739: 2001-10-19 parser
21740:
21741: * src/include/pa_pool.h: header
21742:
21743: * src/main/pa_pool.C: auto compiled on gcc
21744:
21745: * src/classes/image.C: comment
21746:
1.116 moko 21747: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 21748:
21749: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21750: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21751: types/pa_vxnode.h: xnode clone got freed
21752:
21753: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21754: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
21755: can free up xalandomstring resulting from pool::transcode
21756:
21757: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
21758: include/pa_config_fixed.h, include/pa_exception.h,
21759: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
21760: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
21761: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
21762: to c++ exceptions 1xml configure fixed to exclude xalan-patch
21763: from non-xml compile
21764:
21765: * src/main/pa_request.C: pool:: context - get_context
21766:
21767: * src/: classes/classes.h, classes/date.C, classes/double.C,
21768: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
21769: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
21770: classes/string.C, classes/table.C, classes/void.C,
21771: include/pa_config_fixed.h, include/pa_exception.h,
21772: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
21773: main/compile.C, main/compile_tools.C, main/execute.C,
21774: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
21775: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
21776: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
21777: main/pa_string.C, main/pa_table.C, main/untaint.C,
21778: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21779: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
21780: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
21781: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21782: types/pa_vstateless_class.h, types/pa_vtable.C,
21783: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
21784: exceptions 0
21785:
21786: * src/classes/classes.awk: $ removed
21787:
21788: 2001-10-18 parser
21789:
21790: * src/types/pa_vcookie.C: cookie:CLASS
21791:
21792: * src/main/main.dsp: project
21793:
21794: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
21795: set_document & ctor question "who owns document" solved
21796:
21797: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
21798:
21799: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21800: main/pa_pool.C: encoding in dom creating funcs
21801:
21802: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
21803: be transformed now
21804:
21805: * src/classes/xdoc.C: dom created by create can be transformed now
21806:
21807: * src/classes/xdoc.C: z
21808:
21809: * src/classes/xdoc.C: comment
21810:
21811: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
21812: create now uses XercesDocumentBridge, appendChild&co now works
21813:
21814: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
21815: @ recompile
21816:
21817: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
21818: $origin @exception[
21819:
21820: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
21821: tag names forced to XML lang
21822:
21823: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
21824: leechy-found bugs in code&doc fixed
21825:
21826: 2001-10-17 parser
21827:
21828: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
21829: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
21830: n functionality preserved
21831:
21832: * src/types/pa_vimage.h: removed unused vimage::save
21833:
21834: 2001-10-16 parser
21835:
21836: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
21837:
21838: * src/classes/: xnode.C: removed few dom returns & changed op.txt
21839:
21840: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
21841:
21842: * src/classes/image.C: image.copy tolerance
21843:
21844: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
21845: ineffective, but works for small paleted image
21846:
21847: * src/types/pa_vimage.C: comment
21848:
21849: * src/classes/image.C: gd size/resize bugfix
21850:
21851: * src/: classes/classes.dsp, main/main.dsp,
21852: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21853: types/types.dsp: ident >nul 2>&1
21854:
21855: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
21856: systems
21857:
21858: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
21859: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
21860:
21861: 2001-10-15 parser
21862:
21863: * src/main/execute.C: z
21864:
21865: * src/classes/: xdoc.C: !::create{qualifiedName}
21866:
21867: * src/types/pa_vxnode.C: document_type_node.
21868: !readonly attribute DOMString name
21869: !notation_node.
21870: !readonly attribute DOMString publicId
21871: !readonly attribute DOMString systemId
21872:
1.116 moko 21873: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
21874: ::write badly passed string too transparently [failed to
21875: intercept it]
1.95 moko 21876:
21877: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
21878: include/pa_request.h, main/pa_sql_driver_manager.C,
21879: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21880: types/pa_vxnode.h: DOM1 major addtion, only few
21881: attributes/methods left
21882:
21883: 2001-10-13 parser
21884:
21885: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21886: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
21887: in main handler
21888:
21889: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
21890: cleanups & frees order
21891:
21892: * src/types/pa_vcode_frame.h: couple comments
21893:
21894: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
21895: transparent enough to handle hash if creation&passing
21896:
21897: * src/: include/pa_config_fixed.h, main/execute.C,
21898: main/pa_exception.C: noticed that vcodeframe not transparent
21899: enough, would change now
21900:
21901: 2001-10-12 parser
21902:
21903: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
21904: fixed. initialization&free on each thread!
21905:
21906: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
21907: handling changed: now type of default param analized always, not
21908: only at problem time, thus helping early problem spotting
21909:
21910: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
21911: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
21912: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21913: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
21914: multithread bug fixed. initialization&free on each thread!
21915:
21916: 2001-10-11 parser
21917:
21918: * src/classes/xnode.C: xnode.selectSingle now
21919:
21920: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21921: include/pa_pool.h, include/pa_stylesheet_connection.h,
21922: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
21923: convertors out of Pool into Exception
21924:
21925: * src/main/pa_string.C: const
21926:
21927: * src/: include/pa_string.h, main/pa_string.C: restructured string:
21928: linked pieces of same language together prior to String::replace
21929:
21930: * src/classes/hash.C: !^hash.add[addme]
21931: !^hash.sub[subme]
21932: !^a.union[b] = new
21933: !^a.intersection[b] = new
21934: !^a.intersects[b] = bool
21935:
21936: * src/classes/hash.C: !^hash::append[append_from]
21937:
21938: * src/: classes/hash.C, types/pa_vhash.h:
21939: !^hash::create[[copy_from]]
21940:
21941: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21942: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
21943: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
21944: fixed. got rid of empty_string, which caused errors - it hasnt
21945: exception but somebody[value.bark] tried to throw it on it's pool
21946:
1.116 moko 21947: * src/include/pa_config_auto.h.in: makes
1.95 moko 21948:
21949: 2001-10-10 parser
21950:
21951: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
21952:
21953: * src/main/: compile.tab.C, compile.y: ^a[
21954:
21955: @next_method << now unclosed ] would be reported here
21956:
21957: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
21958: compile error
21959:
21960: 2001-10-09 parser
21961:
1.116 moko 21962: * src/: classes/Makefile.am, main/Makefile.am,
21963: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 21964:
21965: * src/classes/Makefile.am: makes
21966:
21967: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
21968: win32 errors intercepted [xalan transformer patched and
21969: incorporated]
21970:
21971: * src/: classes/classes.dsp, classes/xdoc.C,
21972: include/pa_stylesheet_connection.h, main/main.dsp,
21973: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21974: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
21975: patches starting
21976:
21977: * src/classes/: string.C, table.C: ^string.save[file]
21978:
21979: * src/classes/: date.C, table.C: calendar moved to date
21980:
21981: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
21982: string/table] now
21983:
21984: * src/classes/: op.C, table.C: z
21985:
21986: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
21987: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
21988: types/pa_vxnode.h: table:menu & op for delims made allowed not to
21989: be code [be string..]
21990:
21991: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
21992: table.C: lots of
21993: params->as_int/double/as_string/as_junction/as_no_junction
21994: messages added
21995:
21996: 2001-10-08 parser
21997:
21998: * src/: classes/date.C, classes/image.C, classes/string.C,
21999: classes/table.C, classes/void.C, include/pa_request.h:
22000: params->as_int/double message added
22001:
22002: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22003:
22004: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22005: image:sector removed image:html internal "line-*" attribs
22006:
22007: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22008: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22009:
22010: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22011: way
22012:
22013: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22014: main/untaint.C: header untainting to UL_HTTP_HEADER,
22015: UL_MAIL_HEADER made nonforced [only tainted pieces]
22016:
22017: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22018: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22019: @ SAPI::log
22020:
22021: * src/main/untaint.C: \r to ' ' in origins mode
22022:
22023: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22024: set]
22025:
22026: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22027: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22028: nonstandard liaison freed up
22029:
22030: 2001-10-07 parser
22031:
22032: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22033: project
22034:
22035: 2001-10-05 parser
22036:
22037: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22038: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22039: from outputing to cerr. lots of "todos"
22040:
22041: * src/main/untaint.C: http_header tainting more gentle with
22042: enquoting now
22043:
22044: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22045: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22046: xml errorhandler. fixed string.replace a little, read @test
22047:
22048: * src/main/pa_string.C: found replace bug - first_that_starts(char
22049: *) does not have limit, and looks further eos, fixing....
22050:
22051: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22052:
22053: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22054:
22055: * src/main/: pa_charset_connection.C: ctype another mem clear
22056: bugfix
22057:
1.116 moko 22058: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22059: $result[^[$p^]z] now works fine
1.95 moko 22060:
22061: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22062: wrong. fixed it
22063:
22064: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22065: of totable appered to be vital
22066:
22067: 2001-10-04 parser
22068:
22069: * src/classes/image.C: ^image.length[text]
22070:
22071: 2001-10-03 parser
22072:
22073: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22074:
22075: * src/main/pa_request.C: restored pcre defaulting in request
22076: [mindlessly "optimized" yesterday] comment left
22077:
22078: 2001-10-02 parser
22079:
22080: * src/: main/pa_charset_manager.C,
22081: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22082: needed
22083:
22084: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22085: forgot non-xml pool.*charset needed
22086:
22087: * src/classes/table.C: # config comments fixed
22088:
22089: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22090: charset_connection #comment now
22091:
22092: * src/: classes/classes.dsp, types/types.dsp: release projects
22093: options fixed to use release msvcrt lib
22094:
22095: * src/main/pa_charset_connection.C: pcre tables now const inside
22096: removed default - pcre handles that internally fixed bug on
22097: not-cleaning tables [previously was calloced, now member]
22098:
22099: * src/: include/pa_request.h, main/pa_charset_connection.C,
22100: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22101: inside removed default - pcre handles that internally fixed bug
22102: on not-cleaning tables [previously was calloced, now member]
22103:
22104: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22105: tested charset reload on file change @ apache version = OK tested
22106: freeing up prev encoding on adding new = OK
22107:
22108: 2001-10-01 parser
22109:
22110: * src/main/pa_charset_connection.C: removed entitify external hack
22111: [internal installed]
22112:
1.116 moko 22113: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22114:
22115: * src/: include/pa_charset_connection.h,
22116: include/pa_charset_manager.h,
22117: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22118: main/pa_charset_connection.C, main/pa_charset_manager.C,
22119: main/pa_request.C: charset loading & caching mech 0
22120:
22121: * src/: include/pa_stylesheet_connection.h,
22122: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22123: main/pa_globals.C, main/pa_request.C: would make charset loading
22124: & caching mech now
22125:
22126: 2001-09-30 parser
22127:
22128: * src/main/pa_request.C: forgot to fill toTable
22129:
22130: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22131: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22132: failed on win32 for now..
22133:
22134: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22135: now charsets table configuration variable is: CHARSETS
22136:
22137: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22138: ctype with unicode 1. todo: no П entities on output somehow
22139:
22140: * src/: classes/file.C, classes/op.C, classes/string.C,
22141: include/pa_request.h, main/pa_request.C: started ctype with
22142: unicode values
22143:
22144: 2001-09-28 parser
22145:
22146: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22147: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22148: string passed AS-IS now
22149:
22150: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22151: way of user-configuring... todo: implement
22152:
22153: 2001-09-27 parser
22154:
22155: * src/classes/table.C: table.sort changed to sort table itself
22156:
22157: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22158: X^.getElementsByTagName[tagname] = array of xnode
22159: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22160: nodes removed - regretfully not supported @ xalan. maybe someday
22161: would reimplement, if needed.
22162:
22163: win32build system: solved long waiting anti-non-started-apache
22164: problem
22165:
22166: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22167: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22168: types/types.dsp: win32 ident make system so not to rebuild
22169: library [ident.C.new]
22170:
22171: 2001-09-26 parser
22172:
22173: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22174: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22175: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22176: types/pa_vxnode.C, types/types.dsp: z
22177:
22178: * src/classes/classes.C: forgot one non-xml check
22179:
1.116 moko 22180: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22181: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22182:
22183: * src/targets/cgi/parser3.C: z
22184:
22185: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22186: targets/isapi/parser3isapi.C: #ifdef SMTP
22187:
22188: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22189: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22190: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22191: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22192: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22193: types/types.dsp: xdoc&xnode now
22194:
22195: * src/: classes/classes.C, classes/classes.awk,
22196: classes/classes.dsp, classes/classes.h, classes/date.C,
22197: classes/dnode.C, classes/dnode.h, classes/dom.C,
22198: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22199: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22200: classes/op.C, classes/response.C, classes/string.C,
22201: classes/table.C, classes/void.C, include/pa_array.h,
22202: include/pa_common.h, include/pa_config_fixed.h,
22203: include/pa_config_includes.h, include/pa_dictionary.h,
22204: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22205: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22206: include/pa_socks.h, include/pa_sql_connection.h,
22207: include/pa_sql_driver_manager.h, include/pa_stack.h,
22208: include/pa_string.h, include/pa_stylesheet_connection.h,
22209: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22210: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22211: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22212: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22213: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22214: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22215: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22216: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22217: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22218: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22219: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22220: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22221: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22222: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22223: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22224: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22225: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22226: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22227: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22228: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22229: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22230: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22231: types/pa_vmethod_frame.h, types/pa_vobject.h,
22232: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22233: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22234: types/pa_vstateless_object.h, types/pa_vstring.C,
22235: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22236: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22237: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22238: main.dsp splitted to main+classes+types along to .am
22239:
22240: * src/classes/Makefile.am: removed useless var
22241:
22242: * src/: classes/classes.cmd, main/main.dsp,
22243: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22244: main.dsp
22245:
22246: 2001-09-25 parser
22247:
22248: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22249: 1251 though, todo ICU
22250:
1.116 moko 22251: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 22252: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 22253: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
22254: types/pa_vdom.h: xml configure makes
1.95 moko 22255:
22256: 2001-09-24 parser
22257:
1.116 moko 22258: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
22259: types/Makefile.am: makes
1.95 moko 22260:
1.116 moko 22261: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 22262:
22263: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
22264: started unix makes update
22265:
22266: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
22267: started unix makes update
22268:
22269: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
22270:
22271: * src/types/pa_value.h: z
22272:
22273: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
22274: bugs with usinge hash/table in expressions
22275:
22276: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
22277: resolved conflicts fixed [const]
22278:
22279: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
22280: classes/table.C, include/pa_request.h, include/pa_sapi.h,
22281: main/compile.C, main/compile.tab.C, main/compile.y,
22282: main/compile_tools.h, main/main.dsp, main/pa_common.C,
22283: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22284: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
22285: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
22286: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
22287: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
22288: with before_xml [merge2 actually didn't happen - i've created
22289: tags on wrong branch. so this merge is in fact re-merge]
22290:
22291: 2001-09-21 parser
22292:
22293: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22294: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
22295: produced "" in make file and sadly wrong interpreted on load]
22296:
1.116 moko 22297: * src/: classes/classes.h, classes/hash.C, classes/op.C,
22298: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
22299: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22300: include/pa_sql_driver_manager.h, include/pa_string.h,
22301: main/compile.tab.C, main/main.dsp, main/pa_common.C,
22302: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
22303: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 22304:
22305: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
22306: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
22307: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
22308: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22309: main/pa_pool.C, main/pa_request.C,
22310: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
22311: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22312: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
22313: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
22314: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
22315: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
22316: types/pa_vrequest.C, types/pa_vresponse.h,
22317: types/pa_vstateless_class.C, types/pa_vstring.C,
22318: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
22319: created new projects for sql drivers [planning to remove sql
22320: drivers from main cvs project] first, will join latest changes
22321:
22322: * src/classes/: dom.C: defaulted dom writing methods encoding to
22323: pool.get_charset
22324:
22325: * src/classes/dom.C: defaulted dom writing methods encoding to
22326: pool.get_charset
22327:
22328: * src/include/pa_pool.h: defaulted dom writing methods encoding to
22329: pool.get_charset
22330:
22331: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
22332: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
22333: methods encoding to pool.get_charset
22334:
22335: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
22336: transcoder were created right "unsupported encoding" message.
22337: not @ set time, but @ use time, so until xml output functions
22338: .string, .file, .save used - no encoding name check occur
22339:
22340: reduced transcode buffer size to 60 fixed pool cleanup - no
22341: registration needed, pools are officially destructured
22342:
22343: 2001-09-20 parser
22344:
22345: * src/classes/image.C: 20K preload on jpg measure [image::measure]
22346:
22347: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
22348: $MAIN:DEFAULTS.content-type[$.charset[here]]
22349:
22350: * src/: classes/dnode.C, classes/dom.C,
22351: include/pa_config_includes.h, include/pa_globals.h,
22352: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22353: main/pa_pool.C, targets/cgi/parser3.dsp,
22354: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22355: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
22356: Pool::transcode 0
22357:
22358: * src/classes/dom.C: dom. string save file moved output xml options
22359: to last param and made it optional
22360:
22361: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
22362: dnodes
22363: !$attributenode.specified = boolean
22364: true if the attribute received its value explicitly
22365: in the XML document,
22366: or if a value was assigned programatically with the
22367: setValue function.
22368: false if the attribute value came from the default value
22369: declared in the document's DTD.
22370: !$pinode.target = target of this processing instruction
22371: XML defines this as being the first token following the
22372: markup
22373: that begins the processing instruction.
22374: XPath:
22375: !^node.select[xpath/query/expression] = hash of 0->node0
22376: 1->node1
22377: !^node.select-single[xpath/query/expression] = first node if
22378: any
22379:
22380: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
22381: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
22382: some 'const's added
22383:
22384: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
22385: expression context now, there value = size and boolean value
22386: size!=0
22387:
22388: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
22389: can be used in expression context now, there value = size and
22390: boolean value size!=0
22391:
22392: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
22393: types/pa_vstring.h: dnode .file .string .save moved back to dom
22394: due to strange xalan bug
22395:
22396: 2001-09-18 parser
22397:
22398: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
22399: classes/image.C, classes/op.C, classes/table.C,
22400: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22401: include/pa_sql_driver_manager.h, main/compile.C,
22402: main/compile.tab.C, main/compile.y, main/compile_tools.h,
22403: main/execute.C, main/pa_common.C, main/pa_request.C,
22404: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22405: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22406: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
22407: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
22408: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
22409: before_xml branch ^if(def $hash) now true only when
22410: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
22411:
22412: * src/: classes/op.C, main/execute.C: operators self changed to
22413: root ^for variable context changed to self
22414:
22415: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
22416: dnode 1
22417:
22418: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
22419: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
22420:
22421: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
22422: poly* fixed
22423:
22424: 2001-09-17 parser
22425:
22426: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
22427: types/pa_vdom.h: started dnode+dom
22428:
22429: dnode DOM methods: $node.name $node.value
22430: ...others...
22431:
22432: ^node.xpath[/rates/USD] = hash
22433: $hash[
22434: $.0[node0]
22435: $.1[node1]
22436: ]
22437:
22438: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
22439: applies to all linear primitives
22440:
22441: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
22442: include/pa_stylesheet_connection.h, main/main.dsp,
22443: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
22444: types/pa_vimage.h: started dnode DOM: $node.name
22445: $node.value ...others... ^node.xpath[/rates/USD] = hash
22446: dom(dnode)
22447:
22448: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
22449: main/compile.y, main/compile_tools.h, main/execute.C,
22450: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
22451: in expression compound($aa.zz.xx) names now can have minus '-' in
22452: name after '.'
22453:
22454: 2001-09-15 parser
22455:
22456: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
22457: image: $line-width ^line(...)[**** style]
22458:
22459: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
22460: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
22461: pool_storage - cleanups first, allocations second. apache wisely
22462: does just like that
22463:
22464: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
22465: rewritten using template, no bugs now
22466:
22467: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
22468: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22469: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
22470: poorly started isapi pool_storage, would rewrite using template
22471: now
22472:
22473: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
22474: include/pa_stylesheet_connection.h, main/main.dsp,
22475: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22476: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
22477: xalan objects freed up [introducing Pool::register_cleanup]
22478:
22479: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
22480: comments
22481:
22482: 2001-09-14 parser
22483:
22484: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
22485: z
22486:
22487: * src/: classes/dom.C, classes/file.C, classes/image.C,
22488: classes/mail.C, include/pa_common.h,
22489: include/pa_sql_driver_manager.h, include/pa_string.h,
22490: include/pa_stylesheet_connection.h,
22491: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22492: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
22493: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
22494: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
22495: compiled&cached
22496:
22497: 2001-09-13 parser
22498:
22499: * src/: classes/dom.C, classes/file.C, classes/image.C,
22500: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
22501:
22502: * src/classes/dom.C: dom:file content-type(.method)
22503:
22504: * src/: include/pa_common.h, include/pa_globals.h,
22505: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
22506: string now more informative error messages
22507:
22508: * src/: include/pa_globals.h, include/pa_request.h,
22509: main/pa_request.C, targets/cgi/parser3.C,
22510: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
22511: ParserSiteConfig .../parser3.conf
22512:
22513: cgi&isapi looks for {configure|c:\windows}/parser3.conf
22514:
22515: 2001-09-12 parser
22516:
22517: * src/: classes/op.C, include/pa_sql_driver_manager.h,
22518: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
22519: precise error reporting: "connection string must start with
22520: protocol://" now
22521:
22522: * src/main/compile.tab.C: fixed - subname code parts actually []
22523: braced
22524:
22525: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
22526: lexer on LS_USER level did [] matching without setting nestage,
22527: introduced special LS_NAME_SQUARE_PART state
22528:
22529: 2001-09-11 parser
22530:
22531: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
22532: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
22533: languages+=xml
22534:
22535: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
22536:
22537: * src/classes/dom.C: ^dom:save/string/file[output options] output
22538: options: $.method[xml|html|text] detection fixed
22539:
22540: * src/types/pa_vdom.h: messages
22541:
22542: * src/classes/dom.C: ^dom:save/string/file[output options] output
22543: options: $.method[xml|html|text] detection fixed
22544:
22545: 2001-09-10 parser
22546:
22547: * src/classes/dom.C: ^dom:save/string/file[output options] output
22548: options: $.method[xml|html|text] $.encoding[windows-1251|...]
22549:
22550: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
22551: added]
22552:
22553: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
22554: ^dom.xslt[stylesheet filename] 0
22555:
22556: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
22557: ^dom.xslt[stylesheet filename] -1 doc is lying
22558:
22559: * src/classes/dom.C: ^dom.file[encoding] = file
22560:
22561: * src/classes/: dom.C: ^dom.string[encoding] 1
22562: ^dom.save[encoding;filename]
22563:
22564: * src/classes/dom.C: ^dom.string[] 0
22565:
22566: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
22567:
22568: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
22569: types/pa_vform.h: ^dom.save[b.xml] 0
22570:
22571: 2001-09-08 parser
22572:
22573: * src/types/pa_vform.C: $form:tables.name.field
22574:
22575: 2001-09-07 parser
22576:
22577: * src/classes/table.C: table:empty removed, superceded by ^if(def
22578: $table)...
22579:
22580: * src/targets/cgi/parser3.C: z
22581:
22582: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
22583: from '' to int/double is 0]
22584:
22585: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
22586: $table) is false when table is empty
22587:
22588: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
22589: !$form:tables $atable[$form:tables.a]
22590: ^atable.menu{a=$atable.element}[,]
22591:
22592: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
22593: types/pa_vform.h, types/pa_vhash.h: !$form:fields
22594:
1.116 moko 22595: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 22596: types/pa_vdom.h, types/pa_vform.C: merged with successful start
22597: of dom
22598:
22599: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
22600: types/pa_vform.C, types/pa_vform.h: z
22601:
22602: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
22603: element [not last]
22604:
1.116 moko 22605: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 22606: types/pa_vdom.h: introducing dom. dom:load[a.xml]
22607:
22608: 2001-09-06 parser
22609:
22610: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
22611: table with one column 'element' and two rows: 1 and 2
22612:
22613: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
22614: table with one column 'element' and two rows: 1 and 2
22615:
22616: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
22617: bad int/double conversions, and now $form:nonexistent.int(88)
22618: would return 88
22619:
22620: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
22621: types/pa_vhash.h: now there's special hash key '_default'
22622: [instead of ^_default method] $hash[ $.a[1] $.b[2]
22623: $._default[xx] ] $hash.c
22624:
22625: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
22626: fixed [thanks, fif], ^; were treated there non-literally
22627:
22628: * src/doc/doxygen.cfg: merged new default options from 1.2.10
22629: doxygen
22630:
22631: * src/: classes/image.C, classes/op.C, classes/string.C,
22632: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
22633: types/pa_vtable.C: few #ifndef DOXYGEN
22634:
22635: 2001-09-05 parser
22636:
22637: * src/classes/: string.C, table.C: sql options can be void [same as
22638: image:html the other day]
22639:
22640: * src/targets/cgi/Makefile.am: .am undo
22641:
22642: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22643: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
22644: macro expantion on param, simply qoutes whatever passed, undone
22645:
22646: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22647: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
22648: STRINGIZE(name) #name invented
22649:
22650: * src/: classes/op.C, include/pa_sql_driver_manager.h,
22651: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
22652: MAIN_SQL_DRIVERS_NAME "drivers"
22653:
22654: moved to be availible to all users
22655:
22656: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
22657: SQL_DRIVER_CREATE_FUNC_NAME
22658:
22659: * src/classes/mail.C: MAIN:MAIL check fixed
22660:
22661: 2001-09-04 parser
22662:
22663: * src/classes/image.C: image.html now can accept void params
22664:
22665: * src/targets/isapi/parser3isapi.C: z
22666:
22667: * src/targets/cgi/parser3.C: full_file_spec bug
22668:
22669: * src/targets/cgi/parser3.C: getenvcheck
22670:
22671: * src/targets/cgi/parser3.C: zz
22672:
22673: * src/targets/cgi/parser3.C: zzz
22674:
22675: * src/classes/date.C: date
22676:
22677: * src/classes/date.C: date:sql-string is now without ''
22678:
1.116 moko 22679: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 22680: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
22681: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
22682:
1.116 moko 22683: * src/include/pa_config_auto.h.in: makes
1.95 moko 22684:
22685: 2001-09-03 parser
22686:
22687: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
22688:
22689: 2001-09-01 parser
22690:
22691: * src/classes/image.C: letter_spacing
22692:
22693: * src/classes/image.C: image: font params changed
22694:
22695: * src/classes/image.C: image: as_int as_string used
22696:
22697: * src/types/pa_vmethod_frame.h: $result[] now gets properly
22698: analized
22699:
22700: 2001-08-31 parser
22701:
22702: * src/targets/cgi/parser3.C: z
22703:
1.116 moko 22704: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
22705: cygwin
1.95 moko 22706:
22707: * src/classes/void.C: void:int/double += (default)
22708:
22709: * src/classes/image.C: image:font added space param image:font
22710: changed charwidth alg, added kerning const[for now]
22711:
22712: * src/classes/: string.C, table.C: string:int/double (defaults)
22713:
22714: 2001-08-29 parser
22715:
22716: * src/main/pa_exception.C: exception redundant debug info
22717:
22718: 2001-08-28 parser
22719:
22720: * src/classes/image.C: image error msgs
22721:
22722: * src/classes/image.C: image: gifsize little endian
22723:
22724: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
22725: doxygeneration
22726:
22727: * src/: classes/Makefile.am, main/Makefile.am,
22728: targets/cgi/Makefile.am, types/Makefile.am: .am-s
22729:
22730: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
22731: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
22732:
22733: * src/main/compile.C: NO_STRING_ORIGIN check2
22734:
22735: * src/classes/table.C: NO_STRING_ORIGIN check
22736:
22737: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
22738: storage class specifiers invalid in friend function declarations
22739:
22740: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
22741: main/untaint.C, targets/cgi/parser3.C,
22742: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
22743: case of limit
22744:
22745: * src/: classes/file.C, main/pa_common.C: file:move
22746: autocreate/remove dest/src dir
22747:
22748: * src/: classes/string.C, include/pa_dictionary.h,
22749: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
22750: main/untaint.C: pa_directory speeded up. moved zero 'from' check
22751: to directory constructor. string:replace
22752:
22753: 2001-08-27 parser
22754:
22755: * src/classes/image.C: fixed jpgsize alg
22756:
22757: * src/classes/image.C: fixed jpgsize alg
22758:
22759: * src/main/pa_exception.C: z
22760:
22761: * src/main/pa_common.C: removed debug info from pa_common
22762:
22763: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
22764: [auto.p from current dir loading]
22765:
1.116 moko 22766: * src/: main/pa_common.C, main/pa_exception.C,
22767: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
22768: for solaris -lsocket
1.95 moko 22769:
22770: 2001-08-24 parser
22771:
22772: * src/targets/cgi/parser3.C: not cgi extra \n 3
22773:
22774: * src/targets/cgi/parser3.C: not cgi extra \n 2
22775:
22776: * src/targets/cgi/parser3.C: not cgi extra \n
22777:
22778: * src/main/pa_sql_driver_manager.C: z
22779:
22780: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
22781: sql* removed services from disconnect - cross-request ideological
22782: probs.
22783:
22784: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
22785: cross-request ideological probs. oracle - fixed bug: cs
22786: allocated on request.pool and got freed before disconnect
22787:
22788: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
22789: mallocs fixed
22790:
22791: 2001-08-23 parser
22792:
22793: * src/classes/file.C: minor bug in file:save fixed
22794:
22795: * src/main/pa_sql_driver_manager.C: oracle: dlink
22796:
22797: 2001-08-22 parser
22798:
22799: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
22800: types/pa_vfile.h: file:load|save[text|binary;
22801:
22802: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
22803:
22804: 2001-08-21 parser
22805:
22806: * src/classes/: file.C, table.C: ^file:list
22807:
22808: 2001-08-20 parser
22809:
22810: * src/: main/compile.tab.C, main/compile.y,
22811: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
22812: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
22813: recousively caused problems: inc incremeted 123 literal!! fixed
22814:
22815: 2001-08-10 parser
22816:
22817: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
22818:
22819: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22820: added
22821:
22822: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22823: added
22824:
22825: * src/classes/table.C: table:sort restored [it was bad test :(]
22826:
22827: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
22828: ''
22829:
22830: * src/main/: pa_request.C: wanted to make const int
22831: MAX_EXECUTE_SECONDS=1;
22832:
22833: but couldnt, set_callback_and_alarm appeared to be not exported
22834: :(
22835:
22836: * src/main/pa_string.C: string.match hanged on. there were a hang
22837: check but it weren't wise enough
22838:
22839: @parse[dateString][tmp]
22840: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
22841: #end
22842:
22843: @main[] ^parse[2001-02-03]
22844:
22845: * src/classes/: table.C: table:sort now default desc
22846:
22847: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
22848: table.sort now creates new sorted table
22849:
22850: 2001-08-09 parser
22851:
22852: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
22853:
22854: * src/classes/hash.C: hash:_default now [was hash:default]
22855:
22856: * src/classes/op.C: case without switch check added
22857:
22858: * src/types/pa_vcookie.C: cookie name&value origins added, more
22859: precise $ORIGINS(1)
22860:
22861: * src/main/Makefile.am: .am
22862:
22863: * src/classes/void.C: void: int double copy/paste from int: bug
22864: fixed
22865:
22866: * src/classes/void.C: void: int double copy/paste from int: bug
22867: fixed
22868:
22869: 2001-08-07 parser
22870:
22871: * src/: classes/double.C, classes/int.C, classes/string.C,
22872: classes/table.C, include/pa_globals.h, main/pa_globals.C:
22873: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
22874: string, table
22875:
22876: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
22877: srand made working
22878:
22879: 2001-08-06 parser
22880:
22881: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
22882: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22883: main/compile.tab.C, main/compile.y, main/pa_array.C,
22884: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
22885: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
22886:
22887: * src/main/pa_exec.C: exec win32 real filename
22888:
22889: * src/classes/file.C: exec stderr out
22890:
22891: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
22892:
22893: 2001-08-03 parser
22894:
22895: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
22896:
22897: 2001-08-02 parser
22898:
22899: * src/: classes/string.C, classes/table.C, include/pa_array.h,
22900: main/execute.C, main/pa_exec.C: introducing Array_iter
22901:
22902: * src/main/execute.C: detected quick_get recursion bug. changed to
22903: get@execute, but needs array iterator, separate from array to
22904: avoid it & use caching
22905:
22906: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
22907: bug fixed
22908:
22909: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
22910: main/execute.C, main/pa_globals.C: found another multithread bug
22911: in op.C (last, last global var killed) :)
22912:
22913: 2001-08-01 parser
22914:
22915: * src/: include/pa_dictionary.h, include/pa_globals.h,
22916: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
22917: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22918: main/untaint.C: speeded up typo-html replacements. introducing
22919: Dictionary with first-char caching
22920:
22921: 2001-07-31 parser
22922:
22923: * src/types/Makefile.am: pa_vtable.C added to .am
22924:
22925: * src/main/compile.tab.C: added, so that could be compiled even on
22926: non-bison-enabled platforms
22927:
22928: 2001-07-28 parser
22929:
22930: * src/classes/table.C: table:hash always produces hash, when can't
22931: - empty
22932:
22933: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
22934: skipped \n
22935:
22936: 2001-07-27 parser
22937:
22938: * src/classes/: double.C, int.C, string.C: provided meaningful msg
22939: on int/double/string :sql without result and default
22940:
22941: 2001-07-26 parser
22942:
22943: * src/classes/op.C: fixed bad multithread bug with strangly global
22944: OP
22945:
22946: * src/main/compile.y: $man[$.age[zzz]] 0
22947:
22948: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
22949: creation syntax problem persists. restored $: for a while.
22950: thinking of $man[$.age[zzz]] syntax now
22951:
22952: * src/: classes/double.C, classes/int.C, classes/string.C,
22953: include/pa_opcode.h, main/compile.C, main/compile.y,
22954: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
22955: types/pa_vmethod_frame.h, types/pa_wcontext.h,
22956: types/pa_wwrapper.h: fixing :: realization #1
22957:
22958: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
22959: main/compile_tools.h, main/execute.C, main/pa_request.C,
22960: types/pa_vmethod_frame.h: introducing :: this is constructor call
22961: prefix. ordinary : remains for static accesses
22962:
22963: 2001-07-25 parser
22964:
22965: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
22966: fields 2. methods 3. columns
22967:
22968: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
22969: quote. optimized double&int tostring-s
22970:
22971: * src/main/: compile.C, compile.y, compile_tools.h: allowed
22972: whitespace before first method decl
22973:
22974: * src/classes/table.C: allowed nontable result in table:sql,
22975: results in empty table
22976:
22977: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
22978: lines before first method decl
22979:
22980: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
22981: types/pa_vtable.h: ^table.record[] now $table.fields
22982:
22983: * src/main/compile.y: $var[] is now empty string, not void
22984:
22985: * src/main/: compile.y, execute.C: $var[] is now empty string, not
22986: void
22987:
22988: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
22989: main/pa_globals.C: match replace code context moved to implicit
22990: $match context
22991:
22992: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
22993: main/compile_tools.h, main/execute.C: with killed, code storage
22994: introduced with former 'with' syntax
22995:
22996: 2001-07-24 parser
22997:
22998: * src/: main/compile.C, main/execute.C, main/pa_string.C,
22999: types/pa_value.h: first get_element, next get operator
23000:
23001: * src/main/compile.y: removed @end handling
23002:
23003: * src/main/: compile.C, compile.y: @end handling method2
23004:
23005: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23006: file:move
23007:
23008: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23009: fixed
23010:
23011: 2001-07-23 parser
23012:
23013: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23014: driver
23015:
23016: * src/classes/hash.C: changed sql driver query interface
23017:
23018: * src/: classes/hash.C, classes/string.C, classes/table.C,
23019: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23020: changed sql driver query interface
23021:
23022: 2001-07-20 parser
23023:
23024: * src/types/pa_vrequest.C: X!$browser:type
23025:
23026: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23027: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23028: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23029: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23030: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23031: types/pa_vobject.h, types/pa_vrequest.C,
23032: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23033: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23034: BASE element globally removed
23035:
23036: 2001-07-18 parser
23037:
23038: * src/classes/file.C: file:exec/cgi msg
23039:
23040: * src/classes/file.C: $file:exit-code renamed to 'status'
23041:
23042: * src/: classes/file.C, main/pa_exec.C: file:exec
23043:
1.116 moko 23044: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23045: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23046: removed $id from *.in *.am
1.95 moko 23047:
23048: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23049: abbrevations
23050:
23051: * src/: classes/date.C, classes/mail.C, classes/math.C,
23052: classes/string.C, classes/table.C, include/pa_globals.h,
23053: include/pa_string.h, main/execute.C, main/pa_globals.C,
23054: main/pa_request.C, main/pa_string.C, main/untaint.C,
23055: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23056: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23057: $ORIGINS(1) output tracing mode
23058:
23059: 2001-07-13 parser
23060:
23061: * src/: classes/double.C, classes/int.C, classes/string.C,
23062: include/pa_request.h, main/execute.C, main/pa_request.C:
23063: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23064: second would not call first @auto
23065:
23066: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23067: wrong, fixed
23068:
23069: 2001-07-12 parser
23070:
23071: * src/types/pa_value.h: pa_value.putelement modification of system
23072: classes prevented
23073:
23074: 2001-07-11 parser
23075:
23076: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23077: table $piece
23078:
23079: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23080: types/pa_vstateless_class.h: $file created by file:state +=
23081: .atime .mtime .ctime +found&fixed bug with exceptions on
23082: get_junction-created objects [they were on wrong pool]
23083:
23084: 2001-07-09 parser
23085:
23086: * src/main/untaint.C: qp wrong name
23087:
23088: * src/: classes/date.C, classes/string.C, classes/table.C,
23089: main/compile.y: date format 0
23090:
23091: 2001-07-07 parser
23092:
23093: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23094: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23095: roll table calendar
23096:
23097: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23098: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23099: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23100: include/pa_request.h, main/main.dsp, types/pa_value.h,
23101: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23102: string. todo: sql, calendar
23103:
23104: 2001-07-06 parser
23105:
23106: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23107: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23108:
23109: 2001-07-03 parser
23110:
23111: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23112: classes/random.C, main/main.dsp: class random renamed to math,
23113: operators became methods
23114:
23115: * src/classes/op.C: pow sqrt
23116:
23117: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23118:
23119: 2001-07-02 parser
23120:
23121: * src/classes/table.C: ^table.columns column renamed from 'name' to
23122: 'column'
23123:
23124: * src/classes/hash.C: ^hash.keys[]
23125:
23126: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23127:
23128: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23129: 'strings'
23130:
23131: 2001-06-29 parser
23132:
23133: * src/main/: execute.C: /0 %0 checkes ver 2
23134:
23135: * src/main/execute.C: /0 %0 checke
23136:
23137: * src/classes/Makefile.am: nothing - void
23138:
23139: * src/classes/table.C: empty strings @ sql
23140:
23141: 2001-06-28 parser
23142:
23143: * src/: classes/double.C, classes/file.C, classes/form.C,
23144: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23145: classes/op.C, classes/random.C, classes/response.C,
23146: classes/string.C, classes/table.C, classes/void.C,
23147: main/compile.C, main/compile_tools.C, main/execute.C,
23148: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23149: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23150: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23151: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23152: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23153: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23154: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23155: $";
23156:
23157: * src/: classes/double.C, classes/file.C, classes/form.C,
23158: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23159: classes/op.C, classes/random.C, classes/response.C,
23160: classes/string.C, classes/table.C, classes/void.C,
23161: main/compile.C, main/compile.y, main/compile_tools.C,
23162: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23163: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23164: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23165: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23166: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23167: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23168:
23169: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23170: $class:name: == ${class:name}:
23171:
23172: * src/classes/string.C: exactly one
23173:
23174: 2001-06-27 parser
23175:
23176: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23177: types/pa_vvoid.h: nothing renamed to void
23178:
23179: * src/classes/op.C: ^switch ^case
23180:
23181: * src/main/compile.y: nothing renamed to void
23182:
23183: * src/: classes/hash.C, classes/table.C, main/compile.y,
23184: main/execute.C, main/main.dsp, main/pa_request.C,
23185: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23186: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23187: void
23188:
23189: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23190:
23191: 2001-05-28 parser
23192:
23193: * src/doc/html2chm.cmd: removed >a
23194:
23195: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23196: project options [some bugs]
23197:
23198: * src/doc/sources2html.cmd: z
23199:
23200: * src/: classes/classes.C, main/compile.C, main/compile.y,
23201: main/execute.C: operators are not in root class again
23202:
23203: 2001-05-24 parser
23204:
23205: * src/targets/cgi/parser3.dsp: project file
23206:
23207: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23208: ^log ^exp
23209:
23210: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23211: conversions in @exception[params]
23212:
23213: * src/main/pa_request.C: // no _ conversions in @exception[params]
23214:
23215: 2001-05-23 parser
23216:
23217: * src/main/pa_string.C: string cmp bug
23218:
23219: * src/classes/: mail.C, op.C: rem max 1000
23220:
23221: * src/: classes/op.C, main/compile.y: allow one empty line before
23222: LS_DEF_NAME
23223:
23224: 2001-05-22 parser
23225:
23226: * src/classes/op.C: if params code-required
23227:
23228: 2001-05-21 parser
23229:
23230: * src/types/pa_vstring.C: eoleof
23231:
23232: * src/classes/Makefile.am: .AM
23233:
23234: * src/classes/nothing.C: resultless ^sql moved to nothing:
23235:
23236: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23237:
23238: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23239: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23240: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23241: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23242: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23243: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23244: 'nothing'
23245:
23246: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23247: vstring::set_string
23248:
23249: * src/classes/: double.C, int.C, string.C: int,double;sql
23250:
23251: * src/: classes/hash.C, classes/int.C, classes/string.C,
23252: classes/table.C, include/pa_string.h, main/pa_string.C,
23253: types/pa_vstring.C, types/pa_vstring.h: started int:sql
23254:
23255: * src/: classes/classes.C, classes/hash.C, classes/op.C,
23256: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
23257: hash:sql moved to main trunc. operators.txt updated
23258:
23259: * src/classes/: hash.C, op.C, table.C: hash:sql
23260:
23261: * src/classes/op.C: z
23262:
23263: * src/: main/compile.C, classes/classes.C: 1
23264:
23265: * src/: classes/classes.C, main/compile.C, main/compile.y,
23266: main/execute.C: 0
23267:
23268: * src/main/execute.C: z
23269:
23270: * src/targets/cgi/parser3.C: z
23271:
23272: * src/targets/cgi/parser3.C: argv can be just "parser3". made
23273: site_auto_path "." in that case
23274:
23275: * src/targets/cgi/: parser3.C: z
23276:
23277: * src/main/pa_request.C: .am
23278:
23279: * src/: main/pa_request.C, targets/cgi/parser3.C:
23280: pcre_tables=pcre_default_tables;
23281:
23282: 2001-05-19 parser
23283:
23284: * src/main/pa_string.C: z
23285:
23286: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
23287: introducing String::cstr_bufsize, returns just size+1 for as_is
23288: target.
23289:
23290: * src/: main/untaint.C, targets/cgi/pa_pool.C,
23291: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
23292: used, 4* mem wasted
23293:
23294: * src/classes/string.C: root context in match replace body now
23295: unchanged
23296:
23297: * src/types/pa_value.h: parameter # 1 based
23298:
23299: * src/main/pa_common.C: common: actual filename '%s'
23300:
23301: * src/classes/string.C: z
23302:
23303: * src/classes/Makefile.am: classes/.am
23304:
23305: * src/classes/: Makefile.am: classes/.am
23306:
23307: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
23308: targets/cgi/pa_pool.C: classes/.am
23309:
23310: 2001-05-18 parser
23311:
1.116 moko 23312: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
23313: pa_threads.C ins
1.95 moko 23314:
23315: * src/targets/cgi/Makefile.am: .am pa_threads.C added
23316:
23317: 2001-05-17 parser
23318:
23319: * src/: classes/string.C, include/pa_config_fixed.h,
23320: include/pa_config_includes.h, main/compile.y,
23321: main/compile_tools.h, main/execute.C, main/pa_array.C,
23322: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
23323: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
23324: types/pa_vform.C: #include "pa_config_includes.h" removed from
23325: most .C
23326:
23327: * src/doc/html2chm.cmd: z
23328:
23329: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
23330: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
23331:
23332: * src/main/pa_sql_driver_manager.C: moved expiration to
23333: get_connection_from_cache
23334:
23335: * src/main/pa_sql_driver_manager.C: cache expiration bf
23336:
23337: * src/: classes/classes.h, include/pa_sql_connection.h,
23338: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
23339: cache expiration[use SQL_Driver::disconnect]
23340:
23341: * src/main/pa_table.C: table.locate current restored on "not found"
23342:
23343: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
23344: line no
23345:
23346: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23347: ANTI_ENDLESS_EXECUTE_RECOURSION
23348:
23349: * src/: classes/op.C, include/pa_sql_connection.h,
23350: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
23351: sql/pa_sql_driver.h: fixed problem at last: 2connections own
23352: 1driver and set_services fight for driver::fservices. before fix
23353:
23354: * src/: classes/op.C, include/pa_config_fixed.h,
23355: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
23356: main/pa_sql_driver_manager.C: found problem at last: 2connections
23357: own 1driver and set_services fight for driver::fservices. before
23358: fix
23359:
23360: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23361: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23362: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
23363: pa_threads.C
23364:
23365: * src/include/pa_threads.h: removed targets/parser
23366:
23367: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
23368: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
23369: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
23370: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
23371: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
23372: headers
23373:
23374: * src/: classes/image.C, include/pa_sql_driver_manager.h,
23375: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
23376: order prevented sqlmanager to see MULTYTHREAD define
23377:
23378: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23379: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
23380: put/gets
23381:
23382: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
23383: from hash.h
23384:
23385: * src/: classes/op.C, include/pa_sql_connection.h,
23386: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
23387: from cache ->set_services(&services);
23388:
23389: 2001-05-16 parser
23390:
23391: * src/targets/cgi/parser3.C: z
23392:
23393: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
23394: debug, #ifdefed some. would debug later, on more precise sample
23395: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
23396: $name.$tail[$tail!] $name.$tail } ok3
23397:
23398: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
23399: removed array debug. before vstring rebasing
23400:
23401: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
23402: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
23403: array debugged; adjusted
23404:
23405: * src/main/: pa_sql_driver_manager.C, pa_string.C:
23406: SQL_Driver_manager line no for connect/charset errors
23407:
23408: 2001-05-15 parser
23409:
23410: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
23411: main/pa_string.C: string+array made linear grows
23412:
23413: * src/: include/pa_string.h, main/pa_string.C,
23414: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
23415: grow lineary, not exponentialy
23416:
23417: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
23418: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
23419: with fullchunk cmps
23420:
23421: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
23422: 70041= 81
23423:
23424: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
23425: targets/cgi/parser3.C: detected huge mem allocation: size/times
23426: malloc 27809390/368771, calloc 3232/83. would test now
23427:
23428: * src/: classes/random.C, main/compile.y, main/execute.C,
23429: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
23430: numbered params had wrong name - for instance: bad error message
23431: in ^for[] bad body type. fixed
23432:
23433: 2001-05-14 parser
23434:
23435: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
23436: main/untaint.C: ^string.upper|lower[]
23437:
23438: 2001-05-11 parser
23439:
23440: * src/: classes/double.C, classes/image.C, classes/op.C,
23441: classes/string.C, classes/table.C, classes/unknown.C,
23442: main/execute.C, types/pa_value.h, types/pa_vbool.h,
23443: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
23444: types/pa_vunknown.h: op: MAX_LOOPS as_int
23445:
23446: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
23447: .dsp for win32tools
23448:
23449: 2001-05-11 paf
23450:
23451: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
23452: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
23453: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
23454: targets/isapi/kill.pl: moved win32 helpers to /win32tools
23455:
23456: 2001-05-10 paf
23457:
23458: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
23459: for C++, that's all
23460:
1.116 moko 23461: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
23462: pa_config_includes.h: inline wonders
1.95 moko 23463:
23464: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
23465: doc/doxygen.cmd: hash.C added
23466:
23467: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
23468:
23469: * src/main/compile.y: @end grammar: allowed zero strings in control
23470: menthod
23471:
23472: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
23473: pa_vstateless_object.h: changed priority: field before method
23474: lookup in vclass & vobject
23475:
23476: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
23477: grammar: priorities changes [lowerd && prior] vobject: now first
23478: fields, next methods
23479:
23480: 2001-05-08 paf
23481:
23482: * src/main/pa_table.C: table columnname2item on nameless ignored
23483: bark=false. fixed
23484:
23485: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
23486: types/pa_vmethod_frame.h: hash:default works at last!
23487:
23488: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
23489: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
23490: hash:default
23491:
23492: * src/classes/table.C: z
23493:
23494: * src/classes/table.C: table:hash always hash of hash now
23495:
23496: * src/classes/table.C: table:empty return bool now
23497:
23498: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
23499: include/pa_table.h, main/pa_table.C, types/pa_value.h,
23500: types/pa_vtable.h: table:hash
23501:
23502: * src/classes/table.C: table:record have name
23503:
23504: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
23505: returns vunknown
23506:
23507: * src/classes/: double.C, int.C, op.C, string.C:
23508: int,double,string:int[] double[] string:length[] results now have
23509: hames
23510:
23511: * src/: classes/op.C, classes/table.C, main/main.dsp,
23512: types/pa_vtable.h: removed table:find. table:locate and op:eval
23513: now return bool
23514:
23515: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
23516: in method checkparams again. fixed
23517:
23518: 2001-05-07 paf
23519:
23520: * src/doc/chm.cmd: cmd
23521:
23522: * src/: classes/image.C, classes/mail.C, classes/string.C,
23523: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
23524: types/pa_value.h: method reported errors on wrong pool
23525:
23526: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
23527: now
23528:
23529: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
23530: include/code.h, include/pa_opcode.h, main/compile.C,
23531: main/compile_tools.h, main/execute.C, types/pa_value.h,
23532: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23533: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
23534: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
23535: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
23536: types/pa_vmethod_frame.h, types/pa_vobject.h,
23537: types/pa_vrequest.h, types/pa_vresponse.h,
23538: types/pa_vstateless_class.h, types/pa_vstring.h,
23539: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
23540: types/pa_wwrapper.h: pa_code.h
23541:
23542: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
23543:
23544: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
23545: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
23546: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
23547: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
23548: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
23549: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
23550: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
23551: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
23552: types/pa_vtable.h: dox, split by not clean parts also
23553:
23554: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
23555: types/pa_vtable.h: table: fields, then methods. so to enable
23556: 'dir' fields & co. more
23557:
23558: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
23559: so to enable 'dir' fields & co.
23560:
23561: * src/main/compile.y: grammar: @end
23562:
23563: 2001-05-04 paf
23564:
23565: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
23566: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
23567:
23568: * src/: classes/classes.h, classes/double.C, classes/file.C,
23569: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
23570: classes/op.C, classes/random.C, classes/response.C,
23571: classes/string.C, classes/table.C, classes/unknown.C,
23572: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
23573: method dox
23574:
23575: 2001-05-03 paf
23576:
23577: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
23578: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
23579: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
23580: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
23581: doc/string.dox, doc/targets.dox, doc/value.dox,
23582: main/pa_request.C: dox splitted .dox files and added some
23583:
23584: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
23585:
23586: 2001-05-02 paf
23587:
23588: * src/classes/: image.C, table.C: table:dir result are not tainted
23589: by file_name language now
23590:
23591: 2001-04-28 paf
23592:
23593: * src/classes/classes.inc: removed classes.inc
23594:
23595: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
23596: from .am
23597:
23598: * src/classes/classes.awk: skipped classes in .awk
23599:
23600: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
23601: classes/classes.inc, classes/double.C, classes/file.C,
23602: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
23603: classes/string.C, classes/table.C, classes/unknown.C,
23604: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
23605: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
23606: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
23607: pa_methoded back to classes/classes.h
23608:
23609: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
23610:
23611: * src/: classes/Makefile.am, classes/classes.awk,
23612: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
23613: classes/ls.exe, main/bison.exe: classes.inc autogenerator
23614:
23615: * src/: classes/classes.C, classes/classes.h, classes/double.C,
23616: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
23617: classes/response.C, classes/string.C, classes/table.C,
23618: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
23619: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
23620: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
23621: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
23622: include|main/pa_methoded
23623:
23624: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
23625: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
23626:
23627: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
23628: moved some configured data to request::classes_conf moved some
23629: string crations from globals to M... [works]
23630:
23631: * src/: classes/form.C, classes/mail.C, classes/op.C,
23632: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
23633: main/pa_request.C: moved some configured data to
23634: request::classes_conf moved some string crations from globals to
23635: M...
23636:
23637: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
23638: about to move configured data to special request hash
23639:
23640: * src/: classes/classes.C, classes/classes.h, classes/file.C,
23641: classes/form.C, classes/mail.C, include/pa_request.h,
23642: main/pa_request.C: configure started
23643:
23644: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
23645: 2. todo: methoded-configure
23646:
23647: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23648: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23649: classes/_random.h, classes/_response.h, classes/_string.h,
23650: classes/_table.h, classes/_unknown.h, classes/classes.inc,
23651: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
23652: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23653: classes/random.C, classes/response.C, classes/string.C,
23654: classes/table.C, classes/unknown.C, include/pa_globals.h,
23655: include/pa_request.h, main/compile.y, main/execute.C,
23656: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23657: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23658: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
23659: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
23660: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
23661: types/pa_vrequest.h, types/pa_vresponse.h,
23662: types/pa_vstateless_class.h, types/pa_vstring.h,
23663: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
23664: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
23665: methoded-configure
23666:
23667: * src/: classes/file.C, classes/table.C, main/compile.y,
23668: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
23669: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
23670: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
23671:
23672: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
23673: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
23674: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23675: classes/random.C, classes/response.C, classes/string.C,
23676: classes/table.C, classes/unknown.C, include/pa_request.h,
23677: main/compile.y, main/execute.C, main/pa_globals.C,
23678: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
23679: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
23680: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
23681: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
23682: beautifying just compiled. todo: debug, configure
23683:
23684: 2001-04-27 paf
23685:
23686: * src/: classes/file.C, classes/image.C, classes/table.C,
23687: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
23688: beautifying -99
23689:
23690: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
23691: classes/_response.h, classes/_unknown.h, classes/classes.C,
23692: classes/classes.h, classes/double.C, classes/file.C,
23693: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
23694: classes/op.C, classes/random.C, classes/response.C,
23695: classes/string.C, include/pa_globals.h, main/main.dsp,
23696: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
23697: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
23698: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
23699: types/pa_vunknown.h: beautifying -100
23700:
23701: * src/main/compile.y: serge@ found @CLASS bug. fixed
23702:
23703: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
23704: classes/_op.h, classes/_random.h, classes/_table.h,
23705: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
23706: classes/op.C, classes/random.C, classes/response.C,
23707: classes/string.C, classes/table.C, classes/unknown.C,
23708: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23709: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23710: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
23711: beautifying
23712:
23713: 2001-04-26 paf
23714:
23715: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
23716:
23717: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
23718: documentation ++
23719:
23720: * src/: classes/_exec.h, doc/doxygen.cfg,
23721: include/pa_config_fixed.h, include/pa_config_includes.h,
23722: targets/cgi/pa_pool.C: code documentation ++
23723:
23724: * src/: classes/_image.h, classes/op.C, classes/random.C,
23725: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23726: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
23727: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
23728: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
23729: types/pa_vmethod_frame.h, types/pa_vobject.h,
23730: types/pa_vrequest.C, types/pa_vrequest.h,
23731: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
23732: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
23733: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
23734: code documentation ++
23735:
23736: * src/: classes/image.C, classes/mail.C, classes/string.C,
23737: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
23738: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
23739: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
23740: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23741: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
23742: types/pa_vobject.h, types/pa_vstateless_class.h,
23743: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
23744:
23745: * src/main/: pa_request.C, pa_string.C: z
23746:
23747: * src/: include/pa_common.h, include/pa_types.h,
23748: main/pa_sql_driver_manager.C: module [and, guess, isapi]
23749: connection caching fixed. request-pooled-url were stored into
23750: global connectioncache
23751:
23752: 2001-04-25 paf
23753:
23754: * src/: doc/doxygen.cfg, doc/doxygen.txt,
23755: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
23756:
23757: * src/: include/code.h, include/pa_common.h, main/compile.y,
23758: main/execute.C, main/pa_common.C: -d
23759:
23760: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
23761: illegal call check a bit improved, but still under iis no mapping
23762: of dir with parser allowed!
23763:
23764: 2001-04-24 paf
23765:
23766: * src/targets/Makefile.am: apache module lib .am
23767:
23768: * src/main/pa_exec.C: windows32 buildCommand
23769:
23770: 2001-04-23 paf
23771:
23772: * src/targets/cgi/Makefile.am: win32 conditional
23773:
23774: * src/targets/cgi/Makefile.am: win32 conditional
23775:
23776: * src/targets/cgi/Makefile.am: liblink
23777:
23778: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
23779: vfile fields return type
23780:
23781: * src/types/pa_vfile.h: vfile fields return type
23782:
23783: * src/include/pa_config_auto.h.in: .h.in
23784:
23785: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
23786: types/Makefile: makefiles removed
23787:
23788: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
23789: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
23790:
23791: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
23792: [tested: i & g ]
23793:
23794: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
23795: @test noticed series in isapi, check how initialize_random_class
23796: is called! [must be called only once]
23797:
23798: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
23799: would not be 'unknown column'
23800:
23801: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
23802: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
23803:
23804: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
23805: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
23806: [now doesnt]
23807:
23808: * src/targets/cgi/parser3.C: cgi cmdline ver
23809:
23810: * src/targets/cgi/parser3.C: cgi /// @test disable
23811: /cgi-bin/parser3/auto.p
23812:
23813: * src/main/untaint.C: untaint without charset
23814:
23815: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23816: main/pa_common.C: common: file_write /// @test mkdirs
23817: file_delete rmdirs
23818:
23819: * src/main/untaint.C: mail header only once to =?
23820:
23821: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
23822: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
23823: main/untaint.C: untaint - @test optimize whitespaces for
23824: all but 'html'
23825:
23826: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
23827: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23828: main/untaint.C: untaint - @test mail-header
23829:
23830: 2001-04-20 paf
23831:
23832: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
23833: include/pa_request.h, include/pa_string.h, main/compile.y,
23834: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23835: targets/cgi/parser3.C: $MAIN:LOCALE
23836:
23837: * src/main/untaint.C: z
23838:
23839: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
23840:
23841: 2001-04-19 paf
23842:
23843: * src/main/compile_tools.h: $a$b bugfix
23844:
23845: * src/targets/cgi/parser3.C: z
23846:
23847: * src/classes/file.C: z
23848:
23849: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
23850: done: header to $fields. waits for header '\' tricks
23851:
23852: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23853: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
23854: changed urlencode here and in untaint.C to HTTP standard's " and
23855: \" mech
23856:
23857: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
23858: http://alx/~paf/ doesnt load /auto.p
23859:
23860: 2001-04-18 paf
23861:
23862: * src/main/pa_request.C: 1
23863:
23864: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
23865: linux @alx
23866:
23867: 2001-04-17 paf
23868:
23869: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
23870: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
23871: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
23872: enabled
23873:
23874: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23875: classes/_exec.h, classes/_file.h, classes/_form.h,
23876: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23877: classes/_random.h, classes/_response.h, classes/_string.h,
23878: classes/_table.h, classes/_unknown.h, classes/file.C,
23879: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
23880: include/pa_config_fixed.h, include/pa_config_includes.h,
23881: include/pa_hash.h, include/pa_sql_driver_manager.h,
23882: include/pa_version.h, main/Makefile.am, main/compile.y,
23883: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
23884: main/pa_sql_driver_manager.C, sql/Makefile.am,
23885: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
23886: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
23887: types/pa_vform.C, types/pa_vimage.h: exec @jav
23888:
23889: * src/: include/pa_sql_driver_manager.h,
23890: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23891: types/pa_vimage.h: sql driver interface now has initialize(client
23892: .so)
23893:
23894: 2001-04-16 paf
23895:
23896: * src/Makefile.am: compile2 cygwin
23897:
23898: * src/: include/pa_config_includes.h, main/pa_exec.C,
23899: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
23900:
23901: * src/targets/cgi/Makefile.am: compile0 jav
23902:
23903: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23904: classes/_exec.h, classes/_file.h, classes/_form.h,
23905: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23906: classes/_random.h, classes/_response.h, classes/_string.h,
23907: classes/_table.h, classes/_unknown.h, classes/image.C,
23908: classes/mail.C, classes/op.C, classes/random.C,
23909: include/pa_config_fixed.h, include/pa_config_includes.h,
23910: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
23911: main/compile.y, main/pa_common.C, main/pa_exec.C,
23912: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
23913: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
23914: compile-1
23915:
23916: 2001-04-15 paf
23917:
23918: * src/classes/op.C: z
23919:
23920: * src/classes/table.C: table:empty +=process
23921:
23922: * src/types/pa_value.h: MethodParams !junction
23923:
23924: * src/: classes/_string.h, classes/double.C, classes/file.C,
23925: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23926: classes/random.C, classes/response.C, classes/string.C,
23927: classes/table.C, classes/unknown.C, main/pa_request.C:
23928: MethodParams everywhere
23929:
23930: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
23931: types/pa_vmethod_frame.h: MethodParams in op.C
23932:
23933: 2001-04-12 paf
23934:
23935: * src/: classes/image.C, types/pa_vimage.h: image:font :text
23936:
23937: * src/: classes/_unknown.h, classes/unknown.C,
23938: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23939: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
23940:
23941: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
23942:
23943: * src/classes/image.C: image:gif now does not have params
23944:
23945: * src/classes/image.C:
23946: image:line/fill/rectangle/bar/replace/polygon/polybar
23947:
23948: * src/: classes/image.C, classes/op.C, main/execute.C,
23949: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
23950: for var now written not to r.wcontext, but to r.root cleared
23951: "entered_object" state
23952:
23953: 2001-04-11 paf
23954:
23955: * src/classes/image.C: image:create image:load
23956:
23957: * src/: classes/image.C, main/main.dsp: gd with mem write + image
23958: just compiled
23959:
23960: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23961: todo: gif without file
23962:
23963: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23964: started porting to Pooled descendant
23965:
23966: * src/: classes/image.C, main/execute.C, main/main.dsp,
23967: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
23968: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
23969: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
23970:
23971: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
23972: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
23973: end. switching to python imaging lib
23974:
23975: * src/main/main.dsp: gd+smtp made separate libs
23976:
23977: * src/: include/pa_globals.h, include/pa_string.h,
23978: main/pa_common.C, main/pa_request.C, main/untaint.C,
23979: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
23980: length
23981:
23982: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
23983: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
23984: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
23985: UL_FILE_NAME of posted file name
23986:
23987: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
23988: post [broke when moved post read to core]
23989:
23990: 2001-04-10 paf
23991:
23992: * src/classes/image.C: image:html done
23993:
23994: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
23995:
23996: * src/classes/image.C: z
23997:
23998: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
23999: forgotten!
24000:
24001: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24002: main/pa_request.C, main/pa_string.C, main/untaint.C,
24003: types/pa_vimage.h: image:measure -90
24004:
24005: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24006: classes/_int.h, classes/_mail.h, classes/_op.h,
24007: classes/_random.h, classes/_response.h, classes/_string.h,
24008: classes/_table.h, classes/file.C, classes/mail.C,
24009: include/pa_common.h, include/pa_globals.h, main/execute.C,
24010: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24011: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24012: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24013: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24014: compiled
24015:
24016: * src/classes/mail.C: minor bug with unclear from/to
24017:
24018: * src/classes/mail.C: sendmail unix skipping defaults
24019:
24020: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24021: sendmail unix added defaults
24022:
24023: * src/classes/mail.C: unix sendmail compiled. todo:testing
24024:
24025: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24026:
24027: 2001-04-09 paf
24028:
24029: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24030: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24031: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24032: targets/isapi/parser3isapi.dsp: all targets exec
24033:
24034: * src/: include/pa_sapi.h, include/pa_string.h,
24035: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24036: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24037: args in apache:util.script
24038:
24039: * src/include/pa_string.h: written but not tested exec with env for
24040: unix
24041:
24042: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24043: targets/cgi/parser3.C: exec win32 env
24044:
24045: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24046: 0
24047:
24048: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24049: main/execute.C, main/main.dsp, main/pa_globals.C,
24050: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24051: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24052:
24053: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24054: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24055:
24056: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24057: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24058:
24059: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24060: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24061: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24062: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24063: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24064: exec class just compiled. moved post read to request core
24065:
24066: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24067: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24068: main/pa_globals.C, targets/cgi/parser3.C,
24069: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24070: are already read by vform
24071:
24072: 2001-04-08 paf
24073:
24074: * src/: classes/file.C, classes/mail.C, classes/string.C,
24075: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24076: uuencode. string<<
24077:
24078: 2001-04-07 paf
24079:
24080: * src/classes/mail.C: z
24081:
24082: * src/classes/mail.C: z
24083:
24084: * src/classes/mail.C: ^mail[$attach
24085:
24086: * src/classes/mail.C: ^attach dead end
24087:
24088: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24089: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24090: targets/isapi/parser3isapi.C: mail:send 1
24091:
24092: * src/: classes/mail.C, main/pa_request.C: z
24093:
24094: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24095: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24096: compiled
24097:
24098: * src/classes/mail.C: +=
24099:
24100: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24101: prepared
24102:
24103: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24104: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24105: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24106: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24107:
24108: 2001-04-06 paf
24109:
24110: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24111: main/pa_string.C: table:dir 1
24112:
24113: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24114: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24115:
24116: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24117: classes/root.C, include/pa_globals.h, include/pa_request.h,
24118: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24119: main/pa_request.C: renamed 'root' to 'op'
24120:
24121: * src/classes/: _op.h, op.C: renamed from 'root'
24122:
24123: * src/types/pa_valiased.C: another root inherititance skipped
24124:
24125: * src/main/: compile.C, compile.y, execute.C: operators are now not
24126: root methods of parent class. just 'ROOT' class
24127:
24128: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24129: @office
24130:
24131: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24132:
24133: 2001-04-05 paf
24134:
24135: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24136: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24137: constructor flag dropped at get_method_frame and remembered into
24138: method_frame
24139:
24140: * src/: classes/file.C, classes/root.C, classes/string.C,
24141: classes/table.C, main/pa_request.C: junction to code&expression
24142: in errors
24143:
24144: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24145: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24146: $LOCALE:ctype[Russian_Russia.1251]
24147:
24148: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24149: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24150: main/pa_table.C: hash now not thread-safe.
24151:
24152: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24153: main/untaint.C: z
24154:
24155: * src/: classes/random.C, classes/root.C, classes/table.C,
24156: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24157: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24158: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24159: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24160:
24161: * src/: classes/table.C, include/pa_sql_connection.h,
24162: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24163:
24164: * src/classes/table.C: select * from hren error contains statement
24165:
24166: * src/: classes/table.C, include/pa_sql_connection.h,
24167: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24168: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24169:
24170: * src/: classes/root.C, include/pa_sql_connection.h,
24171: include/pa_sql_driver.h, main/main.dsp,
24172: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24173: services for conv memory & error reporting
24174:
24175: 2001-04-04 paf
24176:
24177: * src/doc/doxygen.cfg: z
24178:
24179: * src/include/pa_sql_driver.h: mysql connect
24180:
24181: * src/include/pa_sql_driver.h: mysql info
24182:
24183: * src/: classes/root.C, include/pa_sql_driver.h,
24184: include/pa_sql_driver_manager.h, main/main.dsp,
24185: main/pa_sql_driver_manager.C: more manager&connection&driver
24186:
24187: * src/sql/Makefile.am: forgot to add mysql client
24188:
24189: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24190: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24191: [forgot to add libltdl, added]
24192:
24193: * src/: Makefile.am, classes/root.C, classes/string.C,
24194: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24195: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24196: include/pa_string.h, include/pa_table.h, main/main.dsp,
24197: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24198: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24199: -1000 just compiled
24200:
24201: * src/: classes/random.C, classes/root.C, classes/table.C,
24202: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24203: main/pa_request.C, types/pa_vclass.h: sql frame -10
24204:
24205: 2001-04-03 paf
24206:
24207: * src/types/pa_vform.C: z
24208:
24209: * src/: classes/string.C, types/pa_vform.C: string:match replace
24210: assigned lang
24211:
24212: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24213: {}[]< empty []
24214:
24215: * src/: classes/file.C, classes/string.C, classes/table.C,
24216: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24217: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24218:
24219: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24220: string:match replace strange matches
24221:
24222: * src/classes/string.C: string:match replace 0
24223:
24224: * src/: classes/string.C, main/pa_string.C: string:match replace
24225: prepared 2
24226:
24227: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24228: string:match replace prepared
24229:
24230: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24231: string:match replace -11
24232:
24233: * src/: classes/string.C, include/pa_globals.h,
24234: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24235: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24236:
24237: * src/: classes/string.C, include/pa_globals.h,
24238: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24239: main/pa_string.C: string:match [search] -1 just compiled
24240:
24241: * src/types/pa_vstring.C: z
24242:
24243: * src/: classes/double.C, classes/file.C, classes/form.C,
24244: classes/int.C, classes/response.C, classes/root.C,
24245: classes/string.C, classes/table.C, include/pa_string.h,
24246: main/pa_string.C: string:match -10 [frame]
24247:
24248: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24249: main/pa_request.C: z
24250:
24251: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
24252: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
24253: todo/tests
24254:
24255: * src/include/pa_common.h: z
24256:
24257: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
24258: main/pa_request.C, targets/cgi/parser3.C,
24259: targets/isapi/parser3isapi.C, types/pa_vfile.C:
24260: content-disposition
24261:
24262: * src/: include/pa_common.h, include/pa_globals.h,
24263: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24264: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
24265:
24266: * src/: include/pa_common.h, include/pa_request.h,
24267: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
24268: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24269: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
24270: response:body
24271:
24272: * src/classes/table.C: table:append now uses string::split
24273:
24274: * src/classes/table.C: z
24275:
24276: * src/: classes/file.C, classes/root.C, classes/string.C,
24277: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
24278: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
24279: include/pa_string.h, main/execute.C, main/pa_string.C,
24280: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
24281: string::pos & cmp & piece bugs fixed. string::split new
24282: table:load separated from set table:set implemented with clean \n
24283: \t searches
24284:
24285: 2001-04-02 paf
24286:
24287: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24288: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
24289: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24290: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
24291: it in table:set/load
24292:
24293: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
24294: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
24295:
24296: * src/classes/random.C: random:generate 1
24297:
24298: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
24299: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24300: types/pa_value.h: random:generate
24301:
24302: 2001-03-30 paf
24303:
24304: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
24305: todo: table flip and append. string::pos
24306:
24307: * src/: classes/double.C, classes/file.C, classes/int.C,
24308: classes/response.C, classes/root.C, classes/string.C,
24309: classes/table.C, main/compile.y, main/execute.C,
24310: types/pa_value.h, types/pa_vstateless_class.C,
24311: types/pa_vstateless_class.h: static|dynamic|any method
24312: registration
24313:
24314: * src/: classes/file.C, classes/table.C, include/pa_table.h,
24315: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
24316: table:flip
24317:
24318: 2001-03-29 paf
24319:
24320: * src/classes/string.C: string:xsplit forgot that they must result
24321: in 1 row N column [not vice versa]
24322:
24323: * src/classes/string.C: z
24324:
24325: * src/classes/string.C: string: rsplit
24326:
24327: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24328: string: lsplit
24329:
24330: * src/: classes/string.C, include/pa_string.h, main/execute.C,
24331: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
24332: lsplit -1
24333:
24334: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
24335: string: pos
24336:
24337: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24338: string: pos -1
24339:
24340: * src/: classes/string.C, classes/table.C, include/pa_string.h,
24341: main/compile.y, main/pa_request.C, main/pa_string.C,
24342: main/untaint.C: string: left right mid
24343:
24344: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
24345: main/compile_tools.h, main/main.dsp, types/pa_value.h,
24346: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
24347: and [;] are different now.
24348:
24349: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24350: main/untaint.C: pool.request undone
24351:
24352: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24353: main/untaint.C: pool.request
24354:
24355: 2001-03-28 paf
24356:
24357: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24358: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24359: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
24360: $request:browser [.type .version]; unknown.get_double now = 0.
24361:
24362: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24363: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
24364: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
24365: types/pa_vform.C: file:load autodetection of mime-type by
24366: user-file-name
24367:
24368: * src/: classes/file.C, main/execute.C, main/pa_common.C,
24369: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
24370: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
24371:
24372: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
24373: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
24374: write. must be self.set
24375:
24376: * src/: classes/file.C, classes/root.C, classes/table.C,
24377: include/pa_table.h, main/pa_table.C: table:locate1, file:test
24378:
24379: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
24380: include/pa_table.h, main/pa_array.C, main/pa_table.C,
24381: types/pa_vtable.h: table:locate just compiled
24382:
24383: 2001-03-27 paf
24384:
24385: * src/main/: execute.C, pa_common.C: fixed r/w context of
24386: code-params2, fixed ntfs hardlink slow dir update
24387:
24388: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
24389: types/pa_wcontext.h: fixed r/w context of code-params
24390:
24391: * src/: classes/table.C, main/execute.C: about to change junction
24392: rcontext!!
24393:
24394: * src/: classes/double.C, classes/int.C, classes/root.C,
24395: classes/string.C, classes/table.C, main/compile_tools.C,
24396: main/execute.C, main/pa_request.C, main/untaint.C,
24397: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
24398: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24399: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
24400: types/pa_vunknown.h: sort 0
24401:
24402: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
24403: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
24404: renamed to are_static_calls_disabled
24405:
24406: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
24407: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
24408: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24409: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
24410:
24411: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
24412:
24413: * src/: classes/table.C, include/pa_common.h, main/compile.y:
24414: started table:sort fixed minor bug in #...^{
24415:
24416: * src/: classes/table.C, include/pa_common.h, main/compile.y,
24417: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
24418: decided to have as it were. stepped back. grammar: added 'in'
24419: 'is' 'lt'&co follow-space check
24420:
24421: 2001-03-26 paf
24422:
24423: * src/: classes/file.C, classes/root.C, classes/table.C,
24424: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
24425: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24426: main/pa_table.C: moved ::save to pa_table. disabled @auto
24427: invocation in ^process
24428:
24429: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
24430:
24431: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
24432: main/pa_array.C: table:record
24433:
24434: * src/: main/untaint.C, targets/cgi/parser3.C,
24435: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24436: targets/isapi/pool_storage.h, types/pa_valiased.h,
24437: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
24438: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
24439: types/pa_vtable.h: z
24440:
24441: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
24442: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
24443: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24444: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
24445: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
24446: method realisations on 'self' validity - they now can simply
24447: assume that 'self' is V{Proper} .
24448:
24449: 2001-03-25 paf
24450:
24451: * src/main/untaint.C: z
24452:
24453: * src/main/: pa_request.C, untaint.C: moved default typo-table to
24454: lowlevel - it initialization could be skipped if failed in @auto.
24455: so that exception report would use some table
24456:
24457: * src/main/pa_request.C: table empty lines ignored. system-default
24458: content type assigned in output:result [can fail in main:auto and
24459: skipped normal defaults extraction]
24460:
24461: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
24462: bug
24463:
24464: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
24465: processing to table [except preliminary \r\n \r \n replacements
24466: to "\n"]
24467:
24468: * src/: classes/table.C, main/untaint.C: html-typo - decided to
24469: move all the processing to table
24470:
24471: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
24472: main/pa_table.C, main/untaint.C: returned table originating.
24473: useful for reporting typo table problems origin. think would be
24474: useful somewhere else
24475:
24476: * src/main/untaint.C: typo \r \r\n \n properly handled
24477:
24478: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
24479: include/pa_table.h, main/compile.y, main/compile_tools.C,
24480: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
24481: main/pa_string.C, main/pa_table.C, main/untaint.C,
24482: types/pa_vcookie.h: typo & typo-default
24483:
24484: 2001-03-24 paf
24485:
24486: * src/main/pa_common.C: z
24487:
24488: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
24489: targets/cgi/parser3.C: html-typo 2
24490:
24491: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
24492: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
24493: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
24494: main/execute.C, main/pa_array.C, main/pa_globals.C,
24495: main/pa_request.C, main/pa_string.C, main/untaint.C,
24496: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24497: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
24498: noticed double default content-type prob. run cgi.cmd tomorrow
24499: first html-typo sample. detected << problem: they become ltlt too
24500: fast
24501:
24502: * src/main/compile.y: z
24503:
24504: * src/main/: compile.y, compile_tools.h: #comment
24505:
24506: * src/: classes/file.C, classes/root.C, classes/table.C,
24507: include/pa_common.h, include/pa_request.h, main/compile.y,
24508: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24509: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
24510: stringified
24511:
24512: * src/types/pa_valiased.C: decided to String-ify file_read
24513:
24514: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
24515: isapi/parser3isapi.dsp: cgi: sapi::log
24516:
24517: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
24518: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
24519: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
24520: error log experiments failed - cgi under iis got no access to
24521: log. registereventsource simply failed with 5(illegal call) code,
24522: while worked OK as standalone executable. isapi: used
24523: HSE_APPEND_LOG_PARAMETER feature
24524:
24525: * src/: include/pa_common.h, include/pa_globals.h,
24526: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24527: targets/isapi/parser3isapi.C: fixed default content-type
24528: allocation storage
24529:
24530: * src/: include/pa_globals.h, include/pa_request.h,
24531: main/pa_globals.C, main/pa_request.C: z
24532:
24533: * src/: include/pa_array.h, include/pa_hash.h,
24534: include/pa_request.h, main/compile.y, main/pa_array.C,
24535: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24536: types/pa_vcookie.C: cyclic uses ignored. defaulted default
24537: content-type
24538:
24539: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
24540: sanity
24541:
24542: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
24543: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
24544: away freeze mech. no danger now for you can't do
24545: ^request:process[@new-method[] body] trick anymore. still
24546: remains $some_instance.process[@new-method[] possibility] but
24547: would leave it as a feature. see index for sample
24548:
24549: * src/: include/pa_common.h, main/pa_common.C,
24550: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
24551: monkey every target
24552:
24553: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24554: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
24555: types/pa_vform.C, types/pa_vform.h: auto.p monkey
24556:
24557: 2001-03-23 paf
24558:
24559: * src/: include/pa_pool.h, main/pa_request.C,
24560: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
24561: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24562: targets/isapi/pool_storage.h: isapi: dumb pool storage
24563:
24564: * src/targets/isapi/pa_pool.C: decided to continue with extension
24565:
24566: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
24567: it would be better to rewrite as filter then to deal with pool
24568:
24569: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
24570: now like in cgi, not from APPL_PHYSICAL_PATH
24571:
24572: * src/: classes/root.C, classes/table.C, include/pa_common.h,
24573: include/pa_config_fixed.h, include/pa_config_includes.h,
24574: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
24575: include/pa_version.h, main/compile.y, main/execute.C,
24576: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24577: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24578: main/untaint.C, targets/cgi/parser3.C,
24579: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
24580: cgi: reinvent document_root and request_uri under iis. autoconf
24581: updated. introducing ap_config_includes
24582:
24583: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
24584:
24585: * src/targets/cgi/parser3.C: cgi: only one pool now
24586:
24587: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
24588: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24589: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
24590: types/pa_venv.h, types/pa_vform.C: sapi made object
24591:
24592: * src/: include/pa_globals.h, main/pa_request.C,
24593: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24594: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
24595: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
24596:
24597: * src/: main/pa_request.C, targets/cgi/parser3.C,
24598: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
24599: isapi minor env beauty
24600:
24601: * src/: main/pa_request.C, targets/cgi/parser3.C,
24602: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
24603: isapi document_root 0
24604:
24605: 2001-03-22 paf
24606:
24607: * src/targets/isapi/parser3isapi.C: isapi keep-alive
24608:
24609: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
24610: isapi/parser3isapi.C: z
24611:
24612: * src/: include/pa_pool.h, main/pa_request.C,
24613: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
24614:
24615: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
24616: kill.pl: isapi added utils
24617:
24618: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
24619: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24620: types/pa_vform.C: isapi 0
24621:
24622: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
24623: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24624: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
24625: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
24626: started isapi
24627:
24628: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
24629: some comments
24630:
24631: * src/: include/pa_globals.h, include/pa_request.h,
24632: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
24633: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
24634: parser_root_auto_path parser_site_auto_path
24635:
24636: * src/types/pa_vcookie.C: cookie attr decoded
24637:
24638: 2001-03-21 paf
24639:
24640: * src/targets/cgi/parser3.C: z
24641:
24642: * src/include/pa_globals.h: post. todo: config of auto.p path
24643:
24644: * src/: include/pa_globals.h, targets/cgi/parser3.C,
24645: types/pa_venv.h: in cookie & env. todo:post
24646:
24647: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
24648: classes/root.C, classes/table.C, include/pa_array.h,
24649: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
24650: include/pa_request.h, include/pa_string.h, main/Makefile.am,
24651: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
24652: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24653: main/pa_table.C, main/untaint.C, targets/Makefile.am,
24654: targets/cgi/Makefile.am, targets/cgi/parser3.C,
24655: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
24656: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
24657: shifted apache branch on main trunc
24658:
24659: * src/: include/pa_common.h, include/pa_globals.h,
24660: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24661: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
24662: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
24663: starting mod_parser3
24664:
24665: * src/targets/cgi/parser3.C: starting mod_parser3
24666:
24667: 2001-03-20 paf
24668:
24669: * src/: main/pa_common.C, targets/cgi/Makefile.am,
24670: targets/cgi/parser3.C: automake compiled and works. todo:make
24671: win32 ifdefs work and add ifdef unistd
24672:
24673: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
24674: main/Makefile.am, main/pa_common.C, main/pa_request.C,
24675: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
24676: z
24677:
24678: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
24679: main/execute.C, main/pa_common.C, types/Makefile.am: removing
24680: locking
24681:
24682: * src/: classes/Makefile.am, types/Makefile.am: z
24683:
24684: * src/: Makefile.am, classes/file.C, classes/root.C,
24685: classes/table.C, include/pa_array.h, include/pa_request.h,
24686: include/pa_string.h, main/Makefile.am, main/execute.C,
24687: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24688: main/pa_string.C, main/untaint.C, targets/Makefile.am,
24689: targets/cgi/Makefile.am, targets/cgi/parser3.C,
24690: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
24691:
24692: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24693: main/pa_request.C, types/pa_vfile.h: ^table:save
24694:
24695: * src/: classes/file.C, classes/table.C, include/pa_array.h,
24696: include/pa_common.h, include/pa_request.h, include/pa_string.h,
24697: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
24698: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
24699: types/pa_vform.h: z
24700:
24701: * src/include/pa_string.h: z
24702:
24703: * src/: classes/_request.h, classes/request.C, main/main.dsp,
24704: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
24705: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
24706: :Value
24707:
24708: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
24709: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
24710: :VStateless_object
24711:
24712: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
24713: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
24714: :VStateless_object
24715:
24716: * src/: main/main.dsp, targets/cgi/parser3.dsp,
24717: types/pa_valiased.C, types/pa_vform.h: commented VForm
24718:
24719: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
24720: types/pa_valiased.h, types/pa_value.h,
24721: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
24722: types/pa_vstateless_object.h: moved common get_element part from
24723: stateless object&class into VAliased
24724:
24725: * src/: classes/_env.h, classes/_table.h, classes/env.C,
24726: classes/table.C, main/execute.C, main/main.dsp,
24727: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
24728: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
24729: now :Value
24730:
24731: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
24732: main/execute.C, main/main.dsp, main/pa_globals.C,
24733: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
24734:
24735: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
24736: doxx
24737:
24738: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
24739: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24740: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
24741: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
24742: and ^file:save
24743:
24744: 2001-03-19 paf
24745:
24746: * src/types/pa_vfile.C: z
24747:
24748: * src/: classes/file.C, classes/request.C, classes/table.C,
24749: include/pa_string.h, main/main.dsp, main/pa_pool.C,
24750: main/pa_request.C, main/untaint.C, types/pa_value.h,
24751: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
24752:
24753: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
24754: include/pa_string.h, include/pa_table.h, main/main.dsp,
24755: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
24756: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
24757: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
24758: classes/_file.h, classes/file.C, types/pa_vfile.C,
24759: types/pa_vfile.h: file class just compiled
24760:
24761: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
24762: include/pa_table.h, include/pa_types.h, main/execute.C,
24763: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24764: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
24765: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
24766:
24767: * src/include/pa_pool.h: z
24768:
24769: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
24770: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
24771: Hash::Value to Val so to doxygen would finlly stop confusing
24772: those Value-s
24773:
24774: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
24775: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
24776: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24777: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24778: include/pa_types.h, main/compile.C, main/compile.y,
24779: main/compile_tools.C, main/compile_tools.h, main/execute.C,
24780: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
24781: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
24782: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24783: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
24784:
24785: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
24786: derivates somehow unlinked. don't know why yet
24787:
24788: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
24789: include/pa_string.h, include/pa_threads.h, main/compile.C,
24790: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24791: main/execute.C, main/pa_array.C, main/pa_common.C,
24792: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
24793: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24794: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
24795:
24796: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
24797: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
24798: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
24799: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
24800: types/pa_vrequest.h: doc: detected Value derivates prob
24801:
24802: * src/include/pa_globals.h: z
24803:
24804: * src/: classes/_request.h, classes/request.C, include/code.h,
24805: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
24806: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
24807: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
24808: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
24809: main/execute.C, main/pa_pool.C, main/pa_request.C,
24810: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24811: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
24812:
24813: 2001-03-18 paf
24814:
24815: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
24816: cookie: allowed access to hash-assigned
24817:
24818: * src/targets/cgi/parser3.C: z
24819:
24820: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
24821: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
24822: include/pa_types.h, main/main.dsp, main/pa_common.C,
24823: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24824: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24825: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
24826: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
24827: types/pa_vunknown.h: cookie class
24828:
24829: * src/main/pa_request.C: zero length output allowed
24830:
24831: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
24832: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
24833:
24834: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
24835: lang switch
24836:
24837: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
24838: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24839: types/pa_value.h, types/pa_vhash.h:
24840: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
24841:
24842: * src/main/execute.C: z
24843:
24844: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
24845: targets/cgi/parser3.C: taint[uri
24846:
24847: * src/: classes/request.C, classes/response.C, classes/root.C,
24848: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
24849: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
24850: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
24851:
24852: * src/: classes/root.C, classes/string.C, include/pa_string.h,
24853: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24854: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
24855: types/pa_vstateless_class.C: convinient string(pool, char *src,
24856: bool tainted) ctor
24857:
24858: * src/: include/pa_hash.h, include/pa_request.h,
24859: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
24860: main/pa_request.C, main/pa_string.C, main/untaint.C,
24861: targets/cgi/parser3.C: proper @exceptions params tainting
24862:
24863: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
24864: response fields to header
24865:
24866: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
24867: z
24868:
24869: * src/: classes/_response.h, classes/response.C,
24870: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
24871: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
24872: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24873: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
24874: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
24875: $response: 0 request::core exception rethrow
24876:
24877: 2001-03-16 paf
24878:
24879: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
24880: types/pa_vrequest.h: native method' class call with less params
24881: then needed error reporting
24882:
24883: * src/: classes/_request.h, classes/request.C,
24884: include/pa_globals.h, include/pa_request.h, main/execute.C,
24885: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24886: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
24887: types/pa_vrequest.h: $request : query :uri
24888:
24889: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
24890: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
24891: types/pa_wcontext.h: $result
24892:
24893: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
24894:
24895: * src/: classes/double.C, include/code.h, main/compile.y,
24896: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
24897: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
24898:
24899: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
24900: main/compile.y, main/execute.C, types/pa_value.h,
24901: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
24902: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
24903: wcontext conflict
24904:
24905: * src/: main/execute.C, types/pa_value.h,
24906: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
24907: $string.field
24908:
24909: 2001-03-15 paf
24910:
24911: * src/main/pa_request.C: news sample
24912:
24913: * src/: main/compile.y, main/execute.C, main/pa_request.C,
24914: targets/cgi/parser3.C, types/pa_vstring.h: @exception
24915:
24916: * src/main/: compile.y, execute.C: z
24917:
24918: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
24919: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
24920: pre pre works
24921:
24922: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24923: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
24924: fillfields just compiled
24925:
24926: 2001-03-14 paf
24927:
24928: * src/: include/pa_request.h, main/pa_request.C,
24929: targets/cgi/parser3.C: z
24930:
24931: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24932: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
24933: types/pa_vstring.h: limits -1
24934:
24935: * src/: include/pa_globals.h, include/pa_request.h,
24936: include/pa_types.h, main/main.dsp, main/pa_globals.C,
24937: main/pa_request.C, targets/cgi/parser3.C,
24938: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
24939: request_info -1
24940:
24941: * src/: include/pa_globals.h, main/pa_globals.C,
24942: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24943: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
24944: vform_fields_fill
24945:
24946: * src/targets/cgi/parser3.C: # if MSVC
24947:
24948: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
24949: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
24950:
24951: * src/targets/cgi/parser3.C: z
24952:
24953: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
24954: include/pa_string.h, include/pa_types.h, main/compile.y,
24955: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
24956: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
24957: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
24958: types/pa_vunknown.h: global handler, exceptions in parser3
24959:
24960: 2001-03-13 paf
24961:
24962: * src/: classes/form.C, main/compile.y, main/core.C,
24963: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
24964: types/pa_vform.h, types/pa_vstateless_class.C,
24965: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
24966: instead
24967:
24968: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24969: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
24970: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
24971: started cgi target
24972:
24973: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24974: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
24975: before error show with parser
24976:
24977: * src/: classes/_form.h, classes/form.C, include/core.h,
24978: include/pa_request.h, main/core.C, main/pa_request.C,
24979: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
24980:
24981: * src/targets/cgi/: parser.dsp, parser3.dsp: z
24982:
24983: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
24984: parser3.C: renamed targets/ parser to cgi
24985:
24986: * src/: classes/double.C, classes/env.C, classes/int.C,
24987: classes/root.C, classes/string.C, classes/table.C,
24988: include/pa_request.h, types/pa_vhash.h: z
24989:
24990: * src/: classes/_env.h, classes/env.C, classes/root.C,
24991: include/core.h, include/pa_pool.h, include/pa_request.h,
24992: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
24993: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24994: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
24995: [historical moment :)]
24996:
24997: * src/: include/code.h, include/pa_string.h, main/compile.y,
24998: main/execute.C, main/pa_string.C: 'value is type' expr operator
24999:
25000: * src/types/pa_venv.h: $ENV 1
25001:
25002: * src/main/execute.C: z
25003:
25004: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25005: future methods of ENV constructor if
25006:
25007: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25008: class
25009:
25010: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25011: classes/_root.h, classes/_string.h, classes/_table.h,
25012: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25013: classes/string.C, classes/table.C, include/pa_request.h,
25014: main/compile.C, main/compile_tools.h, main/core.C,
25015: main/execute.C, main/main.dsp, main/pa_request.C,
25016: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25017: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25018: types/pa_vobject.h, types/pa_vstateless_class.C,
25019: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25020: types/pa_wcontext.h: $ENV: re 0, stateless classes
25021:
25022: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25023: classes/_root.h, classes/_string.h, classes/_table.h,
25024: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25025: classes/string.C, classes/table.C, include/pa_request.h,
25026: main/compile.C, main/compile_tools.h, main/core.C,
25027: main/execute.C, main/main.dsp, main/pa_request.C,
25028: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25029: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25030: types/pa_vobject.h, types/pa_vstateless_class.C,
25031: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25032: types/pa_wcontext.h: $ENV: re 0, stateless classes
25033:
25034: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25035: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25036: yesterdays bad decision on execute_static_method
25037:
25038: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25039:
25040: * src/: classes/double.C, classes/int.C, classes/root.C,
25041: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25042:
25043: * src/main/pa_request.C: z
25044:
25045: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25046: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25047:
25048: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25049: include/pa_pool.h, main/pa_request.C:
25050: restructure_exceptions_dead_end
25051:
25052: * src/: classes/root.C, main/compile.y: ^if required junctions.
25053: allowed ; inside {} to break params
25054:
25055: * src/classes/root.C: ^eval
25056:
25057: * src/: classes/_string.h, classes/double.C, classes/int.C,
25058: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25059: string ^format
25060:
25061: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25062: 'bad' but not 'enough'
25063:
25064: * src/: classes/double.C, classes/root.C, classes/table.C,
25065: include/pa_common.h, include/pa_types.h, main/compile.y,
25066: main/pa_common.C, main/pa_request.C, main/untaint.C,
25067: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25068: types/pa_wwrapper.h: think constructing flag as is is bad
25069:
25070: * src/: classes/double.C, classes/int.C, classes/root.C,
25071: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25072: types/pa_vint.h: ^for
25073:
25074: 2001-03-12 paf
25075:
25076: * src/classes/table.C: table ^empty
25077:
25078: * src/: classes/table.C, include/pa_table.h: table ^menu
25079:
25080: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25081: ^offset ^line ^count
25082:
25083: * src/classes/root.C: ^round() ^floor() ^ceiling()
25084: ^abs() ^sign()
25085:
25086: * src/classes/: root.C, table.C: ^use
25087:
25088: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25089: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25090: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25091: ^while. switched off wcontext.constructing after write(value) or
25092: auto-vhash-constructing
25093:
25094: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25095: main/pa_request.C: fail_if_junction_ helper func
25096:
25097: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25098: include/pa_request.h, main/execute.C, main/main.dsp,
25099: main/pa_common.C, main/pa_request.C: ^process error point by
25100: actual method_name, not source. ^load
25101:
25102: * src/types/pa_vtable.h: table: no, better with string in cells...
25103:
25104: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25105: classes/_table.h, classes/table.C, main/untaint.C: z
25106:
25107: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25108: include/pa_table.h, main/core.C, main/execute.C,
25109: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25110: types/pa_value.h: table:set 0
25111:
25112: * src/: classes/root.C, include/core.h, include/pa_array.h,
25113: include/pa_request.h, include/pa_table.h, main/core.C,
25114: main/main.dsp, main/pa_request.C, main/pa_table.C,
25115: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25116: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25117: types/pa_vstring.h: freeze, ^table:create[] -1
25118:
25119: * src/: classes/root.C, types/pa_value.h: z
25120:
25121: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25122: get_method in couple places optimizing them
25123:
25124: * src/classes/root.C: z
25125:
25126: * src/: classes/root.C, types/pa_vclass.h: process temp main
25127: zeroing
25128:
25129: * src/: classes/double.C, classes/int.C, classes/root.C,
25130: classes/string.C, include/pa_common.h, include/pa_request.h,
25131: include/pa_string.h, include/pa_types.h, main/compile.C,
25132: main/compile.y, main/compile_tools.h, main/execute.C,
25133: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25134: types/pa_vmframe.h: ^process. actual names to store param and
25135: check_actual_numbered_params for better place diagnostics
25136:
25137: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25138: method-junctions bug fixed
25139:
25140: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25141: pa_vstateless_object.h, pa_vstring.h: stateless_object
25142:
25143: 2001-03-11 paf
25144:
25145: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25146: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25147: VDouble VInt base now VObject_base - without fields
25148:
25149: * src/: classes/root.C, include/core.h, main/core.C: z
25150:
25151: * src/: classes/double.C, classes/int.C, classes/root.C,
25152: classes/string.C, include/core.h, include/pa_hash.h,
25153: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25154: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25155:
25156: * src/: classes/double.C, classes/int.C, classes/root.C,
25157: include/pa_request.h, main/execute.C: intercept_string
25158:
25159: * src/: classes/double.C, classes/int.C, classes/root.C,
25160: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25161:
25162: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25163: ^inc-s(expr)
25164:
25165: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25166: classes/_root.h, classes/_string.h, classes/double.C,
25167: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25168: include/code.h, include/core.h, include/pa_array.h,
25169: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25170: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25171: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25172: include/pa_types.h, main/compile.C, main/compile.y,
25173: main/compile_tools.C, main/compile_tools.h, main/core.C,
25174: main/execute.C, main/pa_array.C, main/pa_common.C,
25175: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25176: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25177: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25178: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25179: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25180: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25181: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25182: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25183:
25184: * src/: main/pa_request.C, types/pa_vhash.h: z
25185:
25186: * src/: include/core.h, include/pa_request.h, main/core.C,
25187: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25188:
25189: * src/: include/pa_valiased.h, include/pa_value.h,
25190: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25191: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25192: include/pa_vjunction.h, include/pa_vmframe.h,
25193: include/pa_vobject.h, include/pa_vstring.h,
25194: include/pa_vunknown.h, include/pa_wcontext.h,
25195: include/pa_wwrapper.h, main/compile.y, main/core.C,
25196: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25197: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25198: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25199: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25200: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25201: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25202: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25203: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25204: include/
25205:
25206: 2001-03-10 paf
25207:
25208: * src/: include/core.h, include/pa_request.h, main/core.C,
25209: main/pa_request.C: run+auto=run
25210:
25211: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25212:
25213: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25214: classes/_root.h, classes/_string.h, classes/double.C,
25215: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25216: include/code.h, include/core.h, include/pa_array.h,
25217: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25218: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25219: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25220: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25221: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25222: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25223: include/pa_vjunction.h, include/pa_vmframe.h,
25224: include/pa_vobject.h, include/pa_vstring.h,
25225: include/pa_vunknown.h, include/pa_wcontext.h,
25226: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25227: main/compile_tools.C, main/compile_tools.h, main/core.C,
25228: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25229: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25230: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25231: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25232: main/pa_wcontext.C: sources header
25233:
25234: * src/main/pa_request.C: auto..
25235:
25236: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25237: main/pa_request.C: auto tree0
25238:
25239: * src/: include/core.h, include/pa_request.h, main/compile.y,
25240: main/core.C, main/pa_request.C: names to core.C
25241:
25242: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25243: include/pa_request.h, main/core.C, main/execute.C,
25244: main/pa_common.C, main/pa_request.C: root auto.p loaded
25245:
25246: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25247: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25248: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25249: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25250:
25251: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
25252: @auto[] realised. auto.p scan togo
25253:
25254: * src/: include/pa_request.h, main/execute.C: autocalc
25255: code-junctions result now have names
25256:
25257: * src/: classes/double.C, classes/int.C, classes/root.C,
25258: classes/string.C, include/pa_request.h, include/pa_string.h,
25259: include/pa_wcontext.h, main/compile.y, main/execute.C,
25260: main/pa_string.C, main/pa_wcontext.C: tainting 0
25261:
25262: * src/classes/env.C: env:file/line
25263:
25264: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
25265: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
25266: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
25267: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
25268: main/compile_tools.C, main/compile_tools.h, main/core.C,
25269: main/execute.C, main/main.dsp, main/pa_cframe.C,
25270: main/pa_request.C, main/pa_wcontext.C: const fight finished
25271:
25272: * src/include/pa_vclass.h: const fight to go
25273:
25274: * src/: classes/_env.h, classes/env.C, classes/root.C,
25275: include/pa_request.h, include/pa_vclass.h, main/core.C,
25276: main/main.dsp: env0
25277:
25278: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
25279: classes/_string.h, classes/double.C, classes/int.C,
25280: classes/root.C, classes/string.C, include/pa_request.h,
25281: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
25282: include/pa_wcontext.h, main/core.C, main/main.dsp,
25283: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
25284: main/pa_wcontext.C: ^lang prepare0
25285:
25286: 2001-03-09 paf
25287:
25288: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
25289: construct proper naming
25290:
25291: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
25292: classes/double.C, classes/int.C, classes/root.C,
25293: classes/string.C, include/code.h, include/pa_value.h,
25294: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
25295: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25296: main/compile.y, main/compile_tools.C, main/core.C,
25297: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
25298: and ^double[]. fixed expr type
25299:
25300: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25301: ^string.length[]
25302:
25303: 2001-03-08 paf
25304:
25305: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
25306:
25307: * src/: include/pa_vclass.h, include/pa_vstring.h,
25308: include/pa_wcontext.h, main/compile.y, main/core.C,
25309: main/execute.C, main/main.dsp: dead end: vstring can't be
25310: derivated from vobject
25311:
25312: * src/: include/pa_vclass.h, include/pa_vhash.h,
25313: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
25314:
25315: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
25316: remained clone conseqs
25317:
25318: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
25319:
25320: * src/main/pa_vclass.C: wow! vclass were out of vcs
25321:
25322: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
25323: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
25324: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
25325: include/pa_vobject.h, include/pa_vstring.h,
25326: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25327: main/execute.C: withoud cloning. didn't need it actually, params
25328: got passed from out unnamed ewpool
25329:
25330: * src/: include/pa_vdouble.h, include/pa_vhash.h,
25331: include/pa_vjunction.h, include/pa_vobject.h,
25332: include/pa_vunknown.h, main/compile.y: cloning dead end
25333:
25334: * src/: include/pa_bool.h, include/pa_double.h,
25335: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
25336: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
25337: include/pa_vjunction.h, include/pa_vmframe.h,
25338: include/pa_vobject.h, include/pa_vstring.h,
25339: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25340: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
25341: to give params proper names
25342:
25343: * src/main/pa_wcontext.C: z
25344:
25345: * src/: include/pa_vmframe.h, main/execute.C: added names to
25346: unknown values in get_element and unfilled params. removed wrong
25347: name change in get_element
25348:
25349: * src/main/execute.C: z
25350:
25351: * src/main/execute.C: fixed problems calling operators in
25352: constructors
25353:
25354: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
25355: detected problems calling operators in constructors
25356:
25357: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25358: autocalc def to string
25359:
25360: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
25361: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
25362:
25363: * src/classes/root.C: added root.c
25364:
25365: * src/: include/pa_request.h, include/pa_value.h,
25366: include/pa_vcframe.h, include/pa_vmframe.h,
25367: include/pa_wcontext.h, main/compile.C, main/compile.y,
25368: main/core.C, main/execute.C, main/pa_cframe.C,
25369: main/pa_wcontext.C: 'if' just compiled
25370:
25371: * src/: include/pa_vbool.h, include/pa_vdouble.h,
25372: include/pa_vjunction.h, include/pa_vmframe.h,
25373: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
25374: main/pa_wcontext.C: z
25375:
25376: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
25377: main/core.C, main/execute.C, main/main.dsp: z. detected probs
25378: with parameter names in operator methods
25379:
25380: * src/main/compile.y: minor renamings in .y
25381:
25382: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25383: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
25384: @BASE. changed 'RUN' assignment mech
25385:
25386: * src/main/execute.C: z
25387:
25388: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25389: main/compile_tools.h, main/execute.C: made class: dynamic, not
25390: static. so to enable runtime ^use
25391:
25392: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
25393:
25394: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25395: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
25396:
25397: * src/main/execute.C: root root in code-junction
25398:
25399: 2001-03-07 paf
25400:
25401: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
25402: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
25403:
25404: * src/: include/pa_stack.h, include/pa_value.h,
25405: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
25406: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
25407: fixed rwcontext of {} params up
25408:
25409: * src/main/: compile.y, compile_tools.h: ^func(params)
25410:
25411: * src/main/compile.y: .y priorities syntax shaped up a bit
25412:
25413: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
25414: include/pa_vunknown.h, main/compile.y, main/execute.C,
25415: main/pa_hash.C: expr def in -f
25416:
25417: * src/main/: compile.y, execute.C: expr calls
25418:
25419: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
25420: fixed
25421:
25422: * src/main/compile.y: expr quoted code
25423:
25424: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
25425: support0
25426:
25427: * src/main/compile.y: expr string comparisons 0
25428:
25429: * src/: include/pa_string.h, main/compile.y, main/execute.C,
25430: main/pa_string.C: just compiled lt&co
25431:
25432: * src/main/execute.C: ^var.menu{$field} problem detected. that
25433: $field not a $var.field
25434:
25435: 2001-03-06 paf
25436:
25437: * src/main/compile.y: .y expr visible-shorter
25438:
25439: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
25440: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
25441: logical
25442:
25443: * src/: include/pa_vstring.h, main/compile.y: problems with
25444: skipping whitespace in yylex
25445:
25446: * src/include/pa_vbool.h: forgot this
25447:
25448: * src/: include/code.h, main/compile.y, main/execute.C: without
25449: string ops in expressions 0
25450:
25451: * src/: include/pa_value.h, include/pa_vdouble.h,
25452: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
25453: main/execute.C, main/main.dsp: !~
25454:
25455: * src/: include/pa_vcframe.h, include/pa_vclass.h,
25456: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
25457: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25458: include/pa_vunknown.h, include/pa_wcontext.h,
25459: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
25460: main/compile_tools.h, main/execute.C: +-*/
25461:
25462: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
25463: main/compile_tools.h: grammar-1.1 $a(z) $a=0
25464:
25465: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
25466: main/execute.C: expr grammar-1 2*2=4.000000 :)
25467:
25468: * src/main/compile.y: expr grammar-1
25469:
25470: * src/main/compile.y: expr lexx1
25471:
25472: * src/main/: compile.y, execute.C, main.dsp: z
25473:
25474: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
25475: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
25476: main/execute.C: expr lex0 exec-1
25477:
25478: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
25479:
25480: 2001-02-26 paf
25481:
25482: * src/main/compile.y: max_string in yyerror bug fix
25483:
25484: 2001-02-25 paf
25485:
25486: * src/: include/pa_value.h, include/pa_vmframe.h,
25487: include/pa_wcontext.h, main/execute.C: VAliased3
25488:
25489: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
25490:
25491: * src/main/execute.C: VAliased1
25492:
25493: * src/: include/pa_request.h, include/pa_value.h,
25494: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
25495: VAliased0
25496:
25497: * src/: include/pa_pool.h, include/pa_request.h,
25498: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
25499: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
25500: VAliased just compiled
25501:
25502: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
25503: include/pa_vobject.h, main/execute.C: alias dead end
25504:
25505: * src/: include/pa_value.h, include/pa_vclass.h,
25506: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
25507: main/main.dsp: no not get fields into interm VFielded class.
25508: fields & staticfields 1
25509:
25510: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
25511: include/pa_vobject.h, include/pa_wcontext.h,
25512: include/pa_wwrapper.h, main/core.C, main/execute.C,
25513: main/main.dsp: would now get fields into interm VFielded class
25514:
25515: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
25516: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25517: include/pa_wcontext.h, main/compile.y, main/core.C,
25518: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
25519: main/pa_wcontext.C: virtuals2
25520:
25521: * src/main/compile.y: : 1
25522:
25523: * src/main/compile.y: rethought to $class:static.field.subfield
25524:
25525: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
25526: $class:element
25527:
25528: * src/: include/pa_value.h, include/pa_vmframe.h,
25529: include/pa_wwrapper.h, main/compile.y, main/execute.C,
25530: main/pa_wcontext.C: before execute class calls rewrite
25531:
25532: * src/: include/pa_request.h, main/compile.C, main/core.C: default
25533: name RUN, also alias
25534:
25535: * src/main/compile.y: escaping bug
25536:
25537: * src/: include/pa_request.h, include/pa_value.h,
25538: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
25539: main/core.C, main/execute.C, main/pa_common.C: vobject1
25540:
25541: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
25542: include/pa_vmframe.h, include/pa_vobject.h,
25543: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
25544: main/compile_tools.h, main/execute.C: ^class:method() just
25545: compiled
25546:
25547: 2001-02-24 paf
25548:
25549: * src/main/main.dsp: no bison -d
25550:
25551: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
25552: class' err msg wrong
25553:
25554: * src/main/compile.y: z
25555:
25556: * src/main/: compile.y, core.C: yylex need some @special lines adj
25557:
25558: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
25559: main/compile.y, main/compile_tools.h, main/core.C: modules0
25560:
25561: * src/: include/pa_vclass.h, main/core.C: z
25562:
25563: * src/: include/pa_value.h, include/pa_vclass.h,
25564: include/pa_vobject.h, main/main.dsp: vobject00
25565:
25566: * src/main/pa_array.C: minor bug in expanding very small arrays.
25567: 60% from 1 were 0
25568:
25569: * src/: include/pa_value.h, include/pa_wcontext.h,
25570: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
25571: as bad as you've named it: wcontext.value() was not a perfect
25572: idea
25573:
25574: * src/main/execute.C: codeframe1
25575:
25576: * src/: include/pa_value.h, include/pa_vcframe.h,
25577: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
25578: include/pa_vjunction.h, include/pa_vmframe.h,
25579: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
25580: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
25581: just compiled
25582:
25583: * src/: include/pa_vframe.h, main/compile.y: found junction
25584: ideology @: ^x{$a()) must construct current wcontext element, so
25585: smart wcontext handling needed
25586:
25587: * src/main/compile.y: fixed grammar bugs in constructor/params
25588: klinch
25589:
25590: * src/main/: compile.y, execute.C: fixed empty constructor
25591: optimized empty case. failed on calls - produced empty string
25592: param
25593:
25594: * src/main/compile.y: fixed last \n macrotemplate strip bug
25595:
25596: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
25597: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
25598: main/compile_tools.C, main/compile_tools.h, main/core.C,
25599: main/execute.C: code junctions0. something wrong with last \n
25600: macrotemplate strip
25601:
25602: * src/: include/pa_value.h, main/compile.C, main/core.C,
25603: main/pa_value.C: minor error reporting format beautifyings
25604:
25605: * src/: include/pa_value.h, include/pa_vclass.h,
25606: include/pa_vframe.h, main/core.C, main/execute.C,
25607: main/pa_value.C: get_method RIP. junctions everywhere. call with
25608: junctions0
25609:
25610: 2001-02-23 paf
25611:
25612: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
25613: pa_wwrapper.h: lara came, can't work, sorry :(
25614:
25615: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
25616: junction
25617:
25618: * src/: include/pa_vframe.h, include/pa_vunknown.h,
25619: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
25620: main/execute.C, main/main.dsp, main/pa_value.C: call0
25621:
25622: * src/: include/pa_hash.h, include/pa_value.h,
25623: include/pa_wcontext.h, main/core.C, main/execute.C,
25624: main/main.dsp, main/pa_hash.C: started call. store param, vframe
25625: done
25626:
25627: * src/include/pa_wcontext.h: z
25628:
25629: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
25630: wrong grammar in complex constructor case
25631:
25632: * src/main/: compile.y, execute.C: empty constructor bug fixed
25633:
25634: * src/main/execute.C: with result rwpool
25635:
25636: * src/: include/pa_value.h, main/core.C, main/execute.C,
25637: main/main.dsp: value named
25638:
25639: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
25640: strign 2 value in 2 places in execute
25641:
25642: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
25643: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
25644: wcontext.put_element when wcontext fvalue==0
25645:
25646: 2001-02-22 paf
25647:
25648: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
25649: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
25650: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
25651:
25652: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
25653: erroreos checkout
25654:
25655: * src/: include/pa_request.h, main/compile.y: $self.put(val)
25656:
25657: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
25658: main/compile_tools.h, main/pa_array.C: $self.get
25659:
25660: * src/main/: compile.C, compile.y, compile_tools.C: z
25661:
25662: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
25663: bit. finished now.
25664:
25665: * src/main/compile.y: $: finished
25666:
25667: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
25668:
25669: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
25670: main/execute.C: OP_STRING better then some xxx _VALUE
25671:
25672: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
25673: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25674: string to vstring it .y all
25675:
25676: * src/: include/pa_request.h, include/pa_stack.h,
25677: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
25678: all
25679:
25680: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
25681: precise parse error line:col
25682:
25683: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
25684: main/pa_hash.C, main/pa_pool.C: TRY...
25685:
25686: * src/: include/pa_exception.h, include/pa_pool.h,
25687: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
25688: main/compile.C, main/compile.y, main/compile_tools.C,
25689: main/core.C, main/pa_array.C, main/pa_exception.C,
25690: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
25691: main/pa_table.C: removed exception from request
25692:
25693: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
25694: some forgotten
25695:
25696: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
25697: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
25698: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
25699: get/put simple vars to VClass works0
25700:
25701: * src/: include/pa_array.h, include/pa_wcontext.h,
25702: main/pa_string.C: in process, but found that exceptions are too
25703: global
25704:
25705: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
25706: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
25707: main/execute.C, main/pa_string.C: write_value write_string 0 it
25708: seems wcontext must write strings regardles of fvalue!=0
25709:
25710: 2001-02-21 paf
25711:
25712: * src/main/execute.C: tired :)
25713:
25714: * src/main/: compile.C, compile.y, execute.C: store0
25715:
25716: * src/: include/compile.h, include/execute.h, include/pa_array.h,
25717: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
25718: include/pa_wcontext.h, main/compile.C, main/compile.y,
25719: main/execute.C, main/main.dsp, main/pa_array.C,
25720: main/pa_request.C: get put -1 [just compiled]
25721:
25722: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
25723: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
25724: main/main.dsp, main/pa_request.C: request core methods0
25725:
25726: * src/: include/compile.h, include/pa_array.h, main/compile.C,
25727: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
25728: execute
25729:
25730: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
25731: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
25732: methods and one_big_piece. now compile returns array<method*>
25733:
25734: * src/main/compile.y: more straightforward yylex[end]
25735:
25736: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
25737: string.operator==(char*)
25738:
25739: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
25740: main/execute.C, main/pa_array.C: after array.const get wonders
25741:
25742: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
25743: pa_string.h, pa_value.h: struck with const array.gets
25744:
25745: * src/main/: execute.C: z
25746:
25747: * src/main/: compile.y, execute.C: z
25748:
25749: * src/main/: compile.C, compile.y, compile_tools.h: error
25750: processing in eval & yyerror so it wouldn't cause memleaks.
25751:
25752: * src/main/: compile.C, compile.y: failed to add absolute precies
25753: parse error positions. leaving RIGHTMOST position as
25754: @file[line:col]
25755:
25756: * src/: include/compile.h, main/compile.C, main/compile.y,
25757: main/compile_tools.h: line numbers needed. would add them to .y
25758: now internally. externally it's not as precise as needed
25759:
25760: * src/: include/code.h, include/pa_types.h, main/compile.C,
25761: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25762: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
25763: compiler works ok
25764:
25765: 2001-02-20 paf
25766:
25767: * src/main/: compile.C, compile.y, compile_tools.C,
25768: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
25769: not perfect
25770:
25771: * src/: include/code.h, include/compile.h, include/execute.h,
25772: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
25773: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25774: main/compile.C, main/compile.y, main/compile_tools.C,
25775: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
25776: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25777: main/pa_string.C, main/pa_table.C: bison[yacc] first time
25778: compiled. execute=dump for now
25779:
25780: * src/main/core.C: core rewrite using yacc investigations now will
25781: be compile[yacc]/execute[opcodes]
25782:
25783: 2001-02-15 paf
25784:
25785: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
25786: rewrite as turing machine? for it seems it would be it's too many
25787: ifs with this syntax now
25788:
25789: 2001-02-14 paf
25790:
25791: * src/main/core.C: get_params 1
25792:
25793: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
25794: :( ]
25795:
25796: * src/main/core.C: varios breaks
25797:
25798: * src/main/core.C: get names 3
25799:
25800: * src/main/core.C: get names 2
25801:
25802: * src/main/core.C: get names 1
25803:
25804: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
25805: names 0
25806:
25807: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
25808: text repassing2 operator static vars
25809:
25810: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
25811: main/pa_string.C: process text repassing
25812:
25813: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25814: module:calls changes
25815:
25816: 2001-02-13 paf
25817:
25818: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25819: ^class:calls[] started
25820:
25821: * src/: include/pa_value.h, main/core.C: z
25822:
25823: * src/main/core.C: operators : and self. prefixes
25824:
25825: * src/main/core.C: z
25826:
25827: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25828: tested
25829:
25830: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25831: optimized
25832:
25833: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
25834: would change privates to better support optimization
25835:
25836: * src/: include/pa_string.h, main/pa_string.C:
25837: String_iterator::skip_to todo:optimize
25838:
25839: 2001-02-12 paf
25840:
25841: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
25842: String_iterator
25843:
25844: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
25845: comments
25846:
25847: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
25848: self/methodref joined
25849:
25850: 2001-02-11 paf
25851:
25852: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
25853: main/main.dsp: core started. core.C, context&value .h
25854:
25855: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25856: include/pa_string.h, main/main.dsp, main/pa_array.C,
25857: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
25858:
25859: 2001-01-30 paf
25860:
25861: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
25862: comments
25863:
25864: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
25865: main/pa_pool.C: moved pa_pool.C to be target specific
25866:
25867: * src/: include/pa_exception.h, include/pa_pool.h,
25868: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
25869: to & changes
25870:
25871: * src/: include/pa_exception.h, include/pa_pool.h,
25872: include/pa_request.h, include/pa_table.h, main/pa_array.C,
25873: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
25874: re-associated. that's much better even removed 'die' necessety
25875:
25876: * src/: include/pa_error.h, include/pa_exception.h,
25877: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25878: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
25879: targets/Makefile.am: lowered targets/parser into subdir, added
25880: parser_Pool(Pool) failed to add. would think..
25881:
25882: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
25883: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
25884: main/pa_string.C, main/pa_table.C: Table more like C++ style
25885: hence lots of 'const'
25886:
25887: * src/: include/pa_error.h, include/pa_request.h,
25888: include/pa_string.h, include/pa_table.h, main/pa_error.C,
25889: main/pa_table.C: Error fixed
25890:
25891: 2001-01-29 paf
25892:
25893: * src/: include/pa_array.h, include/pa_common.h,
25894: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
25895: include/pa_request.h, include/pa_string.h, include/pa_table.h,
25896: main/Makefile.am, main/pa_array.C, main/pa_common.C,
25897: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
25898:
25899: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25900: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25901: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
25902: main/pa_string.C, main/pa_table.C: Request Error Table
25903:
25904: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
25905: templates"
25906:
25907: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
25908: main/main.dsp, main/pa_array.C: templates failed no template
25909: specializations [VC6], no library auto instantation [VC6, GNU c++
25910: 2.95.2-6 from latest cygwin]
25911:
25912: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25913: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25914: main/main.dsp, main/pa_array.C, main/pa_string.C,
25915: main/pa_table.C: Table started would test template Array now
25916:
25917: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25918: String originating
25919:
25920: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
25921: main/pa_hash.C: made local Hash-es not thread safe=quicker by
25922: SYNCHRONIZED(thread_safe)
25923:
25924: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
25925: parts to top
25926:
25927: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
25928: main/pa_threads.C: decided on one global_mutex, like PHP as I can
25929: see: needed only in global Hash now, made Hash:: put/get
25930: SYNCHRONIZED
25931:
25932: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
25933: main/pa_threads.C: added pa_threads
25934:
25935: Mutex
25936:
25937: * src/include/pa_hash.h: some comments
25938:
25939: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
25940: Array& operator += (Array& src)
25941:
25942: * src/main/pa_array.C: expand not convinient, would rewrite
25943:
25944: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
25945: (Array& src)
25946:
25947: rethought, would change now
25948:
25949: 2001-01-27 paf
25950:
25951: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
25952: caching
25953:
25954: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25955: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
25956: cache rethought to chunk caching
25957:
25958: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25959: include/pa_string.h, main/main.dsp, main/pa_array.C,
25960: main/pa_hash.C, main/pa_string.C: Array 0
25961:
25962: * src/main/pa_string.C: String::operator ==
25963:
25964: * src/main/pa_hash.C: String(&String)
25965:
25966: * src/main/pa_hash.C: added pa_hash.C [forgotten]
25967:
25968: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
25969: main/main.dsp, main/pa_string.C: uint, and added pa_types &
25970: pa_hash[forgotten]
25971:
25972: 2001-01-26 paf
25973:
25974: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25975: removed templates [vc++ suxx]
25976:
25977: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
25978: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
25979:
25980: * src/include/: pa_pool.h, pa_string.h: pa_pool split
25981:
1.119 moko 25982: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 25983:
1.119 moko 25984: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 25985: check
25986:
25987: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
25988: dynamic row_count
25989:
25990: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25991: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25992: targets/Makefile.am: Initial revision
25993:
25994: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25995: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25996: targets/Makefile.am: creating parser3 module
25997:
E-mail: