Annotation of parser3/ChangeLog, revision 1.157
1.157 ! moko 1: 2021-01-20 moko
! 2:
! 3: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
! 4:
! 5: * etc/auto.p.in: @config[result] added to simplify $cfg change in
! 6: /httpd.p
! 7:
! 8: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
! 9: ^use[/httpd.p] + optional ^preprocess[] (related to feature
! 10: #1203)
! 11:
! 12: 2021-01-19 moko
! 13:
! 14: * buildall: --disable-parallel-mark added to avoid "number of
! 15: processors" threads creation for heap marking as it conflicts
! 16: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
! 17: limits threads)
! 18:
1.156 moko 19: 2021-01-16 moko
20:
21: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
22: main/pa_globals.C, main/pa_memory.C,
23: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
24: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
25: feature #1209)
26:
27: 2021-01-15 moko
28:
29: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
30: 3.4.6rc
31:
32: * src/classes/json.C: get_delim added for delimiter caching (10%
33: faster on large json)
34:
35: 2021-01-14 moko
36:
37: * operators.txt: updated with 3.4.6 changes
38:
39: * tests/results/224.processed: test result modified after
40: today(shift) implemented
41:
42: * tests/: 407.html, results/407.processed: test for ^hash.select
43: option $.default(bool) added (related to feature #1172)
44:
45: * src/classes/hash.C: ^hash.select option $.default(bool) added
46: (related to feature #1172)
47:
48: * tests/: 141.html, results/141.processed: test modified for
49: feature #1185.
50:
51: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
52: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
53: options $.lower(bool) (implements feature #1185)
54:
55: 2021-01-11 moko
56:
57: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
58: #1192)
59:
60: * tests/: 411.html, results/411.processed: test for ^date::today(N)
61: added (related to feature #1192)
62:
1.155 moko 63: 2021-01-05 moko
64:
65: * tests/: 270.html, results/270.processed: test modified to work
66: under Windows
67:
68: * tests/: 390.html, 395.html, results/395.processed: tests updated
69: 4 windows
70:
71: * tests/: 410.html, results/410.processed: test for
72: $CLASS-GETTER-PROTECTED(false) added
73:
74: 2021-01-04 moko
75:
76: * tests/: 409.html, results/409.processed, results/auto.p: test for
77: $MAIN:LOCALS(true) added
78:
1.154 moko 79: 2021-01-03 moko
80:
81: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
82: types/pa_vclass.h, types/pa_vstateless_class.C,
83: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
84: +LOCALS. $main -> $MAIN in exception texts (implements feature
85: #1207)
86:
87: 2021-01-02 moko
88:
89: * etc/auto.p.in: minor
90:
91: * src/main/pa_request.C: sending headers only after opening file to
92: allow error reporting if file was not opened (foreign group,
93: etc).
94:
95: 2020-12-31 moko
96:
97: * src/: include/pa_request.h, main/pa_request.C,
98: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
99:
100: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
101: main/pa_request.C: get_class_ref added and used
102:
103: * etc/auto.p.in: @CLASS httpd added
104:
105: * etc/auto.p.in: @auto[] is now first
106:
107: 2020-12-30 moko
108:
109: * tests/: 408.html, results/408.processed: test for bug #1166
110: (windows only) added
111:
112: * src/main/pa_common.C: create_dir_for_file should not create dir
113: for trailing / (fixes bug #1166)
114:
115: * tests/: 341.html, results/341.processed: tests for
116: ^nameless_table.hash[] added (related to feature #1138)
117:
118: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
119: (implements feature #1138), extra fields in named tables no
120: longer ignored (implements feature #1138)
121:
122: * tests/results/390.processed: updated after exception text change
123:
124: 2020-12-29 moko
125:
126: * tests/: 407.html, results/407.processed: +$._default check
127:
128: * src/classes/hash.C: keep $_default in ^hash.reverse[]
129:
130: * tests/: 407.html, results/407.processed: test for ^hash.select[]
131: and ^hash.reverse[] added (releated to feature #1172)
132:
133: * src/classes/hash.C:
134: ^hash.select[key;value](bool-condition)[options hash] +
135: ^hash.reverse[] added (implements feature #1172)
136:
137: * src/types/pa_vtable.h: warning war
138:
139: * src/include/pa_config_fixed.h: win32 fix
140:
1.153 moko 141: 2020-12-27 moko
142:
143: * tests/: 406.html, results/406.processed: test results updated
144:
145: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
146: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
147: spelling
148:
149: 2020-12-26 moko
150:
151: * tests/: 406.html, results/406.processed: tests for
152: ^table.rename[] added (related to feature #1148)
153:
154: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
155: ^table.rename[column name from;column name to], ^table.rename[
156: $.[column name from][column name to] ... ] added (implements
157: feature #1148)
158:
159: 2020-12-25 moko
160:
161: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
162: request_info now on stack to avoid yet another THREAD_LOCAL
163: memory deallocation issue (now with cookies), explained in #1203
164:
165: * src/types/pa_vcookie.C: fields should be inited
166:
167: 2020-12-24 moko
168:
169: * src/include/pa_stylesheet_connection.h: looks like
170: xsltFreeStylesheet leads to memory double-free. If so, it's for
171: sure libxml bug, but we have GC anyway, so we just remove this
172: call and see...
173:
174: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
175: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
176: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
177: abort.c:65:8 frame #3: 0x00000000004da663
178: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
179: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
180: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
181: malloc.c:617:9 frame #5: 0x0000000000577f0c
182: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
183: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
184: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
185: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
186: frame #8: 0x000000000050d35c
187: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
188: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
189: frame #10: 0x00000000004436e5
190: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
191: [inlined]
192: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
193: pa_stylesheet_connection.h:62:3
194:
195: 2020-12-23 moko
196:
197: * src/classes/image.C: ^image::measure[; $.video() ] option added
198:
199: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
200: ^image::measure[; $.video(true) ] added
201:
202: * src/main/pa_exec.C: not cleared automatically in multithreaded
203: httpd mode for unknown reasons
204:
205: 2020-12-22 moko
206:
207: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
208: error_log uri of currently processed document", but never used
209: and conflicts with how libgc stops threads on FreeBSD (#define
210: SIG_SUSPEND SIGUSR1), thus removed.
211:
212: 2020-12-21 moko
213:
214: * src/main/pa_request.C: +comment
215:
1.151 moko 216: 2020-12-20 moko
217:
1.152 moko 218: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
219: it is more safe to have versions of pa_strdup with one and two
220: arguments, as helper_length=0 not always mean that strlen()
221: should be called, but means zero.
222:
223: * src/targets/isapi/parser3isapi.C: minor
224:
225: * src/main/pa_http.C: +valid_http_method
226:
1.151 moko 227: * src/: include/pa_http.h, main/pa_http.C,
228: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
229:
230: 2020-12-17 moko
231:
232: * tests/: 405.html, results/405.processed: test for split by regex
233: added (related to feature #1160)
234:
235: * src/classes/string.C: split by regex implemented (feature #1160)
236:
237: * src/classes/string.C: minor
238:
239: * tests/: 404.html, results/404.processed: test for whitespace
240: string is now OK for table argument (related to feature #1169)
241:
242: * src/: classes/image.C, classes/string.C, classes/table.C,
243: types/pa_vmethod_frame.C: whitespace string is now OK for table
244: argument (as with hash) (implements feature #1169)
245:
246: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
247: limit for comment (fixes bug #1102)
248:
249: * src/targets/cgi/parser3.C: +HAVE_TLS check
250:
251: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
252:
253: * src/include/pa_config_includes.h: HAVE_TLS used
254:
255: * configure.ac: +TLS check
256:
257: * src/main/pa_http.C: content logging added
258:
259: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
260: clear_response_headers added
261:
262: 2020-12-16 moko
263:
264: * buildall: as we now use threads, libatomic_ops still required for
265: some OS.
266:
267: * src/main/pa_request.C: whitespace
268:
269: * src/: include/pa_request.h, main/pa_request.C:
270: Request::Exception_trace::table extracted and used
271:
272: * src/main/pa_request.C: moving output_result call outside of try
273: as network exceptions should not be handled by parser code
274:
275: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
276: logging network exchange
277:
278: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
279: via network if it was network write error.
280:
281: * src/targets/cgi/parser3.C: log -> pa_log
282:
283: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
284:
285: * src/main/pa_threads.C: getpid() if no gettid() found
286:
287: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
288: we need to ignore "void" connections from browsers (browsers open
289: connections in advance and they will be empty if user does not
290: request more pages)
291:
292: 2020-12-15 moko
293:
294: * src/targets/cgi/parser3.C: avoid previous uri in logs
295:
296: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
297: RequestController not needed in httpd mode
298:
299: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
300: classes/classes.h, classes/curl.C, classes/date.C,
301: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
302: classes/hashfile.C, classes/image.C, classes/inet.C,
303: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
304: classes/memcached.C, classes/memory.C, classes/op.C,
305: classes/reflection.C, classes/regex.C, classes/response.C,
306: classes/string.C, classes/table.C, classes/void.C,
307: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
308: include/pa_array.h, include/pa_base64.h,
309: include/pa_cache_managers.h, include/pa_charset.h,
310: include/pa_charsets.h, include/pa_common.h,
311: include/pa_config_fixed.h, include/pa_config_includes.h,
312: include/pa_dictionary.h, include/pa_dir.h,
313: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
314: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
315: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
316: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
317: include/pa_request_charsets.h, include/pa_request_info.h,
318: include/pa_sapi.h, include/pa_socks.h,
319: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
320: include/pa_stack.h, include/pa_string.h,
321: include/pa_stylesheet_connection.h,
322: include/pa_stylesheet_manager.h, include/pa_symbols.h,
323: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
324: include/pa_uue.h, include/pa_xml_exception.h,
325: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
326: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
327: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
328: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
329: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
330: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
331: main/compile.tab.C, main/compile.y, main/compile_tools.C,
332: main/compile_tools.h, main/execute.C, main/pa_base64.C,
333: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
334: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
335: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
336: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
337: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
338: main/pa_sql_driver_manager.C, main/pa_string.C,
339: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
340: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
341: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
342: main/untaint.C, sql/pa_sql_driver.h,
343: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
344: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
345: targets/isapi/parser3isapi.C, types/pa_junction.h,
346: types/pa_method.h, types/pa_property.h, types/pa_value.C,
347: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
348: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
349: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
350: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
351: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
352: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
353: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
354: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
355: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
356: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
357: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
358: types/pa_vmemory.h, types/pa_vmethod_frame.C,
359: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
360: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
361: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
362: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
363: types/pa_vstateless_object.h, types/pa_vstatus.C,
364: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
365: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
366: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
367: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
368: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
369:
370: * src/main/pa_request.C: old compilers support
371:
372: * tests/: 362.html, results/362.processed: test updated after
373: changes after upgrade to libxml2-2.9.9 were made (related to bug
374: #1108)
375:
376: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
377: removed, as xsltFreeStylesheet has side effects on original doc.
378: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
379: not updated after xdoc modification (part 3 of test 362).
380: (related to bug #1108)
381:
382: * src/targets/isapi/parser3isapi.C: +pa_strcat
383:
384: * src/: classes/memory.C, include/pa_memory.h,
385: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
386: PA_GC_GCOLLECT used
387:
388: * src/include/pa_memory.h: +PA_GC_COLLECT
389:
390: * src/targets/cgi/parser3.C: msvs support fixes
391:
392: * src/lib/gc/include/gc.h: more cleanup
393:
394: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
395:
396: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
397: targets/cgi/parser3.C: $main:HTTPD.mode implemented
398:
399: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
400:
401: * configure.ac: pthread.h added to checked headers
402:
403: * src/classes/table.C: string stream is back :)
404:
405: * src/classes/memory.C: GC_generate_random_backtrace no longer
406: exists
407:
408: * src/main/pa_globals.C: GC_dont_gc replaced
409:
410: * src/lib/gc/include/gc.h: major cleanup, only used functions are
411: left to simplify adding new functions. depricated GC_dont_gc
412: replaced with GC_disable and GC_enable calls.
413:
414: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
415: CORD_from_file* not used and thus removed
416:
417: * src/lib/gc/include/gc_allocator.h: minor cleanup
418:
419: 2020-12-14 moko
420:
421: * src/classes/: curl.C, memory.C, table.C: every TLS should be
422: referenced elsewhere, or GC will collect it.
423:
424: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
425: main/pa_xml_io.C: bugfix: TLS variables should be referenced
426: elsewhere, or GC will collect them (and we'll get GPF in
427: multithreaded enviroment). May be it can be also fixed by some
428: GC call, not sure. But this fix costs nothing (but hours of
429: debugging to find the issue :).
430:
1.150 moko 431: 2020-12-11 moko
432:
433: * configure.ac: gettid() check added
434:
435: * src/main/pa_threads.C: HAVE_GETTID used
436:
437: * src/include/pa_config_auto.h.in: +HAVE_GETTID
438:
439: * src/: include/pa_threads.h, main/pa_threads.C: now unified
440: version for isapi/cgi/apache
441:
442: * buildall: threads are now required.
443:
444: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
445: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
446: main/main.vcproj: pa_threads.C moved to main
447:
448: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
449: isapi/pa_threads.C: pa_threads.C moved to main
450:
451: * src/: main/Makefile.am, targets/cgi/Makefile.am,
452: targets/apache/Makefile.am: pa_threads.C moved to main
453:
454: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
455:
456: * src/: include/pa_stylesheet_connection.h,
457: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
458: and weird GPF in multithreaded httpd is gone
459:
460: * src/include/: pa_stylesheet_connection.h,
461: pa_sql_driver_manager.h: whitespace
462:
463: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
464:
465: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
466: main/pa_stylesheet_manager.C: whitespace, warning war
467:
468: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
469: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
470: parser_multithreaded never used
471:
472: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
473:
474: 2020-12-10 moko
475:
476: * src/: include/pa_config_includes.h, include/pa_http.h,
477: main/pa_http.C, targets/cgi/parser3.C: initial support for
478: MULTITHREADED and PARALLEL httpd server modes
479:
480: * src/main/pa_globals.C: GC_java_finalization is depricated
481:
482: 2020-12-09 moko
483:
484: * etc/auto.p.in: + @httpd-main
485:
486: * src/: include/pa_common.h, main/pa_request.C,
487: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
488: work
489:
490: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
491: slow file_read_binary no longer used, send_range added
492:
493: 2020-12-08 moko
494:
495: * src/main/pa_request.C: >4Gb support
496:
497: * src/targets/cgi/parser3.C: msvc warning war
498:
499: * src/: include/pa_config_includes.h, main/pa_http.C,
500: main/pa_request.C: msvc warnings war
501:
502: * src/classes/image.C: warning war
503:
504: * src/classes/table.C: MSVC warning war
505:
506: * src/targets/cgi/parser3.C: msvc warnings war
507:
508: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
509: added
510:
1.149 moko 511: 2020-12-07 moko
512:
1.150 moko 513: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
514: avoid logging beside system-wide auto.p
515:
516: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
517:
518: * configure, configure.ac, src/include/pa_config_auto.h.in:
519: configure options added:
520:
521: --with-system-cfg=FILE to specify system-wide auto.p
522: --with-system-log=FILE to specify system-wide parser3.log
523:
524: * Makefile.am: bin no longer exists
525:
526: * configure, configure.ac: auto.p moved to etc to simplify debian
527: package
528:
529: * buildall: auto.p and parser3.charsets moved to their default
530: location after install
531:
532: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
533:
534: * aclocal.m4, configure: automake 1.15 -> 1.16.1
535:
1.149 moko 536: * src/targets/cgi/parser3.C: locate_config call returned to
537: original place as it requires pa_thread_request() under Windows
538:
539: * src/targets/cgi/parser3.C: renaming
540:
541: 2020-12-06 moko
542:
543: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
544: check added
545:
546: 2020-12-04 moko
547:
548: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
549: main/pa_request.C: unified uint64_t lseek implemented to support
550: >4Gb files under x86, including Windows
551:
552: 2020-12-02 moko
553:
554: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
555: with max_file_size
556:
557: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
558: support for processing files sized >4Gb on 32 bit planforms
559:
560: * tests/399.html: file moved
561:
562: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
563:
564: * src/targets/cgi/pa_sapi_info.h: warning war
565:
566: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
567: warning war
568:
569: 2020-12-01 moko
570:
571: * src/classes/image.C: mp4 extended size (>4Gb) support added
572:
573: * src/classes/image.C: for "size not found" exception to be shown
574: if size not found until eof
575:
576: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
577: bit linux)
578:
579: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
580: #1188)
581:
582: 2020-11-30 moko
583:
584: * src/classes/image.C: definitions moved closer to code
585:
586: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
587: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
588: 395_dir/3_VP8X.webp, results/395.processed,
589: results/396.processed: tests for ^image::measure[] .webp support
590: added, all image files moved into one directory (related to
591: feature #1188)
592:
593: * src/classes/image.C: ^image::measure[] now supports webp (feature
594: #1188)
595:
1.148 moko 596: 2020-11-29 moko
597:
598: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
599: processing, unnessesary defines removed
600:
601: 2020-11-24 moko
602:
603: * tests/results/: 099.processed, 100.processed, 205.processed,
604: 309.processed, 310.processed: Content-Disposition: inline
605: returned
606:
607: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
608: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
609: ] added (related to bug #1204)
610:
611: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
612: ] supported to avoid Content-Disposition: inline;
613: filename="<file>.ext" but still set Content-Type for ext (related
614: to bug #1204)
615:
1.147 moko 616: 2020-11-22 moko
617:
618: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
619: types/pa_vfile.C: pa_filename added to avoid useless rsplit
620:
621: * src/main/pa_request.C: content_disposition_inline returned.
622:
623: 2020-11-17 moko
624:
625: * src/main/pa_request.C: empty main method name support
626:
627: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
628: config_handler added, stdout flush added.
629:
630: 2020-11-16 moko
631:
632: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
633:
634: * tests/results/: 099.processed, 205.processed, 237.processed,
635: 309.processed, 310.processed: Content-Disposition: inline is not
636: required and should not contain filename="<name>"
637:
638: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
639: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
640: targets/isapi/parser3isapi.C: pa_strcat implemented and used
641:
1.146 moko 642: 2020-11-14 moko
643:
644: * src/targets/cgi/parser3.C: spelling
645:
646: * src/targets/cgi/parser3.C: renaming
647:
648: * src/targets/cgi/parser3.C: args_skip removed, locate_config
649: relocated
650:
651: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
652: before request processing, which is weired
653:
654: 2020-11-13 moko
655:
656: * src/main/pa_http.C: pa_recv added with timeout support, thus read
657: copied in httpd.
658:
659: 2020-11-12 moko
660:
661: * src/main/pa_http.C: ALARM code unified to be used in httpd
662:
663: * src/: include/pa_request.h, main/pa_request.C,
664: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
665:
666: * src/main/pa_http.C: URI validation added
667:
668: * src/targets/cgi/parser3.C: filespec_to_process now variable,
669: can't be empty but can be null. httpd-main is now main method
670: name for httpd mode
671:
672: 2020-11-11 moko
673:
674: * src/main/pa_request.C: path_translated can be null in httpd mode
675:
676: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
677: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
678: classes/xdoc.C, include/pa_request.h, main/execute.C,
679: main/pa_request.C: r.absolute -> r.full_disk_path
680:
681: * src/targets/cgi/parser3.C: if filename to process is not
682: specified, auto.p should be present.
683:
1.145 moko 684: 2020-11-03 moko
685:
686: * src/: classes/op.C, include/pa_request.h: unused argument removed
687:
688: * src/main/pa_request.C: content_disposition_inline is the default,
689: not required.
690:
1.144 moko 691: 2020-10-29 moko
692:
693: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
694: ^use[file; $.main(true) ] implemented for auto.p processing and
695: path_translated changing to correct relative files path
696: calculation in httpd mode
697:
698: * src/: include/pa_request.h, main/pa_request.C:
699: fail_on_read_problem removed, as it allways true, as if should
700: be.
701:
702: * src/: include/pa_request.h, main/pa_request.C,
703: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
704: targets/isapi/parser3isapi.C: clearing config_filespec when
705: config was not found, thus flag not required and removed.
706:
707: 2020-10-28 moko
708:
709: * tests/: 402.html, results/402.processed: error reporting test
710:
711: * src/main/execute.C: better error reporting when
712: $result[^hash::create[]] in @main.
713:
714: * src/main/: execute.C, pa_request.C: frame.result() should be used
715: + minor optimization
716:
717: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
718: main/pa_xml_io.C: execute_*_method simplified and unified
719:
720: 2020-10-27 moko
721:
722: * tests/: 306.html, results/306.processed: a bit more testing. :)
723:
724: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
725: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
726: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
727: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
728: types/pa_vmethod_frame.h, types/pa_vobject.C,
729: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
730: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
731: longer used in object-prototype mode
732:
733: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
734: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
735: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
736: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
737: $form:name[value] features
738:
1.143 moko 739: 2020-10-18 moko
740:
741: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
742:
743: 2020-10-15 moko
744:
745: * src/main/pa_http.C: url no longer needed as
746: ALTER_EXCEPTION_SOURCE is used
747:
748: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
749: main/pa_http.C: check_file_size filespec is now optional
750:
751: * src/: classes/curl.C, include/pa_exception.h,
752: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
753: ALTER_EXCEPTION_COMMENT added for better error reporting
754:
755: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
756: results/346-curl.processed, results/379-curl.processed,
757: results/379.processed: test results updated as load now provides
758: better error reporting + curl responses updated
759:
760: 2020-10-14 moko
761:
762: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
763: main/pa_string.C, targets/apache/mod_parser3_core.C,
764: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
765: checked. 10 is now default base, no hex autodetect by default
766:
767: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
768: connection socket closing in destructor + accept exception
769: handling
770:
771: * src/targets/cgi/parser3.C: warning war
772:
773: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
774: main/pa_request.C, targets/apache/mod_parser3_core.C,
775: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
776: exception handling unified
777:
778: 2020-10-13 moko
779:
780: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
781: autodetection
782:
783: * src/targets/apache/mod_parser3_core.C: reverted to atoi
784:
785: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
786:
787: * src/main/pa_http.C: warning war
788:
1.142 moko 789: 2020-10-12 moko
790:
1.143 moko 791: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
792: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
793: unhandled exception code optimization
794:
795: * src/targets/cgi/parser3.C: request_info now global variable
796:
797: * src/main/pa_http.C: http_read_response moved to HTTP_response
798: class
799:
800: * src/: include/pa_http.h, main/pa_http.C,
801: targets/cgi/pa_sapi_info.h: read_post implemented
802:
1.142 moko 803: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
804: [host:]port syntax support in httpd mode
805:
806: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
807: targets/cgi/parser3.C: populate_env added
808:
809: * src/include/pa_hash.h: to make get(char *) compiling in
810: HashStringString
811:
812: 2020-10-10 moko
813:
814: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
815: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
816:
817: * src/: include/pa_http.h, include/pa_request_info.h,
818: main/pa_http.C, main/pa_string.C,
819: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
820: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
821: types/pa_vrequest.C: initial httpd mode implementation
822:
1.141 moko 823: 2020-10-04 moko
824:
825: * src/targets/cgi/parser3.C: options together
826:
827: 2020-09-30 moko
828:
829: * src/main/pa_http.C: renamed
830:
1.140 moko 831: 2020-08-14 moko
832:
833: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
834: src/targets/cgi/Makefile.am: no httpd as separate library
835:
836: 2020-08-13 moko
837:
838: * src/targets/cgi/parser3.C: SAPI::die used in exception in
839: unhandled exception handler to report 500 instead of 200 it was
840: before.
841:
842: * src/targets/apache/mod_parser3_core.C: minor cleanup
843:
844: * src/: include/pa_sapi.h, main/untaint.C,
845: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
846: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
847: thus replaced with SAPI::die and removed
848:
849: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
850: cgi/parser3.C: whitespace
851:
852: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
853:
854: 2020-08-12 moko
855:
856: * src/targets/cgi/parser3.C: duplicate info in signal logging
857: removed, whitespace was: SIGPIPE received while executing code.
858: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
859: cl=0]
860:
861: * parser3.sln: + httpd.vcproj
862:
863: 2020-08-11 moko
864:
865: * src/targets/cgi/Makefile.am: +libhttpd
866:
867: * configure.ac, src/lib/Makefile.am: +libhttpd
868:
1.139 moko 869: 2020-07-13 moko
870:
871: * tests/: 401.html, results/401.processed: test for hash key does
872: not keep language, but tainted in foreach.
873:
1.138 moko 874: 2020-07-01 moko
875:
876: * tests/: 235.html, results/235.processed: test result updated as
877: messages before attachments implemented (feature #1176)
878:
1.137 moko 879: 2020-06-27 moko
880:
881: * tests/: 400.html, results/400.processed: test updated to check
882: ^return{code}
883:
884: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
885: fixed
886:
887: 2020-06-26 moko
888:
889: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
890: added (related to https://www.parser.ru/forum/?id=85319)
891:
892: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
893: when $result assignment was last statement in the method
894: (https://www.parser.ru/forum/?id=85319)
895:
1.136 moko 896: 2020-05-23 moko
897:
898: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
899: whitespace, unused level removed
900:
901: 2020-05-19 moko
902:
903: * src/types/pa_vmail.C: whitespace
904:
905: * src/types/pa_vmail.C: files should be processed last (related to
906: feature #1176)
907:
1.135 moko 908: 2020-05-12 moko
909:
910: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
911: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
912:
913: * configure.ac: FreeBSD1X.X check added to avoid
914: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
915:
1.134 moko 916: 2020-02-26 moko
917:
918: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
919: compilation issue (related to bug #1201)
920:
921: * src/main/pa_common.C: entry_readable -> entry_exists,
922: undocumented access(fname, R_OK) call removed (fixes bug #1201)
923: -f and -d now works under Windows in UTF-8 with Russian
924: filenames.
925:
926: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
927: advice (related to feature #1199)
928:
929: 2020-02-25 moko
930:
931: * buildall: --silent removed
932:
933: * configure.ac: gmime-3.0 support
934:
935: * buildall: --with-system-mailreceive option added to build with
936: system libgmime
937:
938: * src/types/pa_vmail.C: avoiding
939: https://github.com/jstedfast/gmime/issues/83 "feature" (related
940: to feature #1199)
941:
1.133 moko 942: 2020-02-18 moko
943:
944: * src/classes/op.C: windows x64 debug mode compile fix
945:
946: * src/main/pa_globals.C: no longer required due to -MD -> -MT
947: change (releated to feature #1200)
948:
949: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
950: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
951: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
952: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
953: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
954: targets/apache/ApacheModuleParser3.vcproj,
955: targets/apache/ApacheModuleParser3Core.vcproj,
956: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
957: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
958: dependency (related to feature #1200)
959:
1.132 moko 960: 2020-02-12 moko
961:
962: * src/types/pa_vmail.C: minimize diff
963:
964: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
965: #1199)
966:
1.131 moko 967: 2020-01-18 moko
968:
969: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
970:
1.130 moko 971: 2019-12-28 moko
972:
973: * src/targets/cgi/parser3.C: avoid empty ?
974:
975: 2019-12-27 moko
976:
977: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
978: DOCUMENT_ROOT (related to feature #1164)
979:
980: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
981: fcgiwrap setup (implements feature #1164)
982:
983: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
984: but no issues found (related to feature #1164)
985:
986: * src/targets/cgi/parser3.C: actualized
987:
988: 2019-12-26 moko
989:
990: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
991: removed
992:
993: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
994: removed
995:
996: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
997: allocation errors, we don't want default gc warnings (without
998: timestamp and URI).
999:
1000: * src/: classes/memory.C, main/pa_globals.C,
1001: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1002: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1003: pa_globals_init
1004:
1005: * src/main/pa_globals.C: setup_hex_value() removed, static array
1006: initialization used (optimization)
1007:
1008: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1009: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1010: pa_socks_init/pa_socks_done moved inside pa_globals_init
1011: (optimization)
1012:
1.129 moko 1013: 2019-12-09 moko
1014:
1015: * src/include/pa_config_fixed.h: warning war
1016:
1.128 moko 1017: 2019-12-08 moko
1018:
1019: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1020: process grammar under Unix.
1021:
1022: 2019-12-07 moko
1023:
1024: * tests/389.html: For Windows XP. :)
1025:
1026: * tests/388-sql.html: Windows compatibility added
1027:
1028: 2019-12-06 moko
1029:
1030: * src/targets/cgi/parser3.C: warning war
1031:
1032: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1033: == sizeof(CORD)) to avoid aligning bugs in future
1034:
1035: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1036: XML_STATIC
1037:
1038: * src/include/pa_request.h: StackItem() not required
1039:
1040: * src/include/pa_stack.h: warning war
1041:
1042: * src/include/pa_config_includes.h: GCC warning silenced
1043:
1044: * src/include/pa_memory.h: warning war: the program should also
1045: define 'void operator delete [](void*, std::size_t)'
1046: [-Wsized-deallocation]
1047:
1048: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1049:
1050: * src/classes/string.C: not reqired cast removed
1051:
1052: * src/classes/string.C: not reqired cast removed
1053:
1054: 2019-12-05 moko
1055:
1056: * src/lib/sdbm/pa_file_io.C: warning war
1057:
1058: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1059: enum Language : size_t - required for VS2015+ to make
1060: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1061: without it (related to feature #1198)
1062:
1063: 2019-12-04 moko
1064:
1065: * src/main/pa_base64.C: unsigned char -> uchar
1066:
1067: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1068: as other libs
1069:
1070: * src/include/pa_version.h: +amd64
1071:
1072: 2019-12-03 moko
1073:
1074: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1075: release
1076:
1077: * src/include/pa_config_includes.h: warning war
1078:
1079: * src/classes/image.C: warning war
1080:
1081: * src/main/pa_globals.C: x64 libs support
1082:
1083: * src/include/pa_config_includes.h: warning war
1084:
1085: * src/types/pa_method.h: warning war
1086:
1.127 moko 1087: 2019-11-28 moko
1088:
1089: * src/classes/math.C: vs2003 compatibility + warning war
1090:
1091: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1092: libxml2-2.9.9 (related to feature #1136)
1093:
1094: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1095: typecast for more compatibility (related to feature #1136)
1096:
1097: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1098: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1099: feature #1136)
1100:
1101: 2019-11-26 moko
1102:
1103: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1104: removed (it was failing in $$var case), condition added
1105:
1.126 moko 1106: 2019-11-25 moko
1107:
1108: * tests/: 397.html, 399.html, results/141.processed,
1109: results/399.processed: base64 options tested
1110:
1111: * src/: classes/math.C, main/pa_http.C: base64 options used
1112:
1113: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1114: implemented (feature #986)
1115:
1116: * src/main/pa_cache_managers.C: whitespace
1117:
1118: * tests/: 397.html, 399.html, results/399.processed: tests for
1119: ^base64 encode options added (related to feature #986)
1120:
1121: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1122: pa_base64_encode(file) removed - more memory, but faster and less
1123: code (related fo feature #986)
1124:
1125: 2019-11-24 moko
1126:
1127: * tests/: 155.html, results/155.processed: limit and offset in
1128: ^table::load[] now supported, thus test added
1129:
1130: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1131: main/pa_common.C: optimization: offset and limit options parsing
1132: moved inside file_load.
1133:
1134: 2019-11-23 moko
1135:
1136: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1137: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1138: optimization: file_read replaced with simplified file_read_binary
1139:
1140: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1141: types/pa_vform.C: whitespace
1142:
1143: * src/: include/pa_common.h, main/pa_common.C: never used params
1144: removed
1145:
1146: 2019-11-21 moko
1147:
1148: * tests/: 193.html, results/193.processed, results/389.processed:
1149: test results updated as now base64 does not discard tail without
1150: padding (related to feature #986)
1151:
1152: 2019-11-20 moko
1153:
1154: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1155: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1156: pa_base64_decode (related to feature #986)
1157:
1158: * tests/398.html: tests for base64 decode added (related to feature
1159: #986)
1160:
1161: * src/main/pa_base64.C: base64_decode rewritten - padding option
1162: support, padding inside base 64 supported (related to feature
1163: #096)
1164:
1165: 2019-11-19 moko
1166:
1167: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1168: FreeBSD 12
1169:
1.125 moko 1170: 2019-11-16 moko
1171:
1172: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1173: support added, step support removed (related to #986)
1174:
1175: 2019-11-15 moko
1176:
1177: * src/classes/math.C: using log since log2 is not present on
1178: FreeBSD < 8.4 (related to feature #1177)
1179:
1180: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1181: pa_base64_size extracted and used for files as well (related to
1182: feature 986)
1183:
1184: 2019-11-14 moko
1185:
1186: * tests/: 397.html, results/397.processed: + content check
1187:
1188: * tests/: 141.html, results/141.processed: make test resuls more
1189: readable
1190:
1191: * tests/: 397.html, results/193.processed, results/397.processed:
1192: test results updated after \x00 character was disabled in
1193: math:convert string mode (related to feature #1177)
1194:
1195: * src/classes/: math.C, string.C: \\x00 character disabled while
1196: converting to string (as in base64, related to feature #1177)
1197:
1198: * src/classes/file.C: more correct arguments separation
1199:
1200: * src/: classes/file.C, classes/math.C, classes/string.C,
1201: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1202: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1203: options added, but not yet implemented (related to feature #986)
1204:
1205: * src/classes/math.C: whitespace
1206:
1207: 2019-11-13 moko
1208:
1209: * tests/: 397.html, results/397.processed: +tainting test (related
1210: to feature #1177)
1211:
1212: * src/classes/math.C: as we now produce not only digits, result
1213: should be tainted (related to feature #1177)
1214:
1215: * src/main/pa_base64.C: whitespace
1216:
1217: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1218: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1219: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1220: implementation moved from pa_common.h and pa_common.C
1221:
1222: 2019-11-12 moko
1223:
1224: * tests/: 275.html, results/275.processed: out of range test fixed,
1225: as ^math:convert now supports arbitrary precision
1226:
1227: 2019-11-11 moko
1228:
1229: * tests/results/389.processed: uctualized error message
1230:
1231: * tests/: 389.html, 397.html, results/397.processed: tests for
1232: ^math:convert added (related to feature #1177)
1233:
1234: * src/classes/math.C: ^math:convert now supports arbitrary
1235: precision, alphabet support added (implements feature #1177)
1236:
1.124 moko 1237: 2019-11-06 moko
1238:
1239: * tests/: 181.html, results/181.processed: entities usage added,
1240: more entites load tests (related to bug #842 discussion)
1241:
1242: 2019-11-05 moko
1243:
1244: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1245: call from xmlFileOpen if http://localhost/<file> was not found
1246: (related to bug #842)
1247:
1248: * src/main/pa_xml_io.C: rename
1249:
1250: * src/main/pa_xml_io.C: +MemoryStream constructor
1251:
1252: * src/main/pa_xml_io.C: whitespace
1253:
1.123 moko 1254: 2019-10-31 moko
1255:
1256: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1257: XML_PARSE_NOENT) added to fix entities load, (related to feature
1258: #1181)
1259:
1.122 moko 1260: 2019-10-25 moko
1261:
1262: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1263: queries tests
1264:
1265: 2019-10-24 moko
1266:
1267: * tests/: 388-sql.html, results/388-sql.processed: support for
1268: pgsql driver test
1269:
1270: * tests/: 388-sql.html, results/388-sql.processed:
1271: multi_statements=1 now tested, mysql test now supported
1272: (connection must be specified in [parser3] section in .my.cnf)
1273: related to issues #1195 and #1194
1274:
1.121 moko 1275: 2019-09-11 moko
1276:
1277: * src/classes/int.C: whitespace
1278:
1279: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1280: exception test
1281:
1282: * tests/results/388-sql.processed: sql queries now shown (related
1283: to feature #1196)
1284:
1285: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1286: with old parser versions.
1287:
1288: * src/: classes/file.C, classes/hash.C, classes/string.C,
1289: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1290: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1291: instead of connect string in query_event_handlers exceptions
1292: (implements feature #1196)
1293:
1.120 moko 1294: 2019-09-06 moko
1295:
1296: * tests/388-sql.html: mysql compat
1297:
1298: * src/: classes/hash.C, classes/string.C, classes/table.C,
1299: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1300: sql_ variables declaration moved to pa_common.h
1301:
1.116 moko 1302: 2019-01-15 moko
1303:
1304: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1305: logically sorted
1306:
1307: 2018-12-27 moko
1308:
1309: * src/include/pa_config_includes.h: warning war:
1310: -Wdeprecated-register added for C++ 17
1311:
1312: 2018-10-15 moko
1313:
1314: * configure.ac: FreeBSD 11.2 can be build with ./configure
1315: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1316: --with-xml=/usr/local/
1317:
1318: 2018-09-24 moko
1319:
1320: * tests/: 396.html, 396.tiff, results/396.processed: test for
1321: ^image::measure[] now supports tiff added (related to feature
1322: #1188)
1323:
1324: * src/classes/image.C: ^image::measure[] now supports tiff
1325: (implements feature #1188)
1326:
1327: 2018-09-20 moko
1328:
1329: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1330: files measure added (related to ticket #1188)
1331:
1332: * src/classes/image.C: measure of bmp files implemented (related to
1333: ticket #1188)
1334:
1335: 2018-09-18 moko
1336:
1337: * tests/: 394-curl.html, results/394-curl.processed,
1338: results/auto.p: test for bug #1187 (max_file_size check for head
1339: requests) added
1340:
1341: 2018-08-24 moko
1342:
1343: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1344: response content-length check is required (fixes bug #1187)
1345:
1346: 2018-05-11 moko
1347:
1348: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1349: $.append(bool) ] option added (related to feature #919)
1350:
1351: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1352: from misha@ patch (implements feature #919)
1353:
1354: 2018-03-22 moko
1355:
1356: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1357: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1358: with 128kb buffer. Now works at least 12 times faster. :) May be
1359: Windows-only problem.
1360:
1361: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1362: build fix)
1363:
1364: 2018-02-03 moko
1365:
1366: * src/main/execute.C: removes irrelevant lines from exception stack
1367: trace when exceptions occurs in assigment (fixes bug #1165)
1368:
1369: * tests/: 393.html, results/393.processed: test for behavour after
1370: "Property can not be created, already exists field with that
1371: name" exception removed (related to feature #1183)
1372:
1373: * src/types/pa_vclass.C: "Property can not be created, already
1374: exists field with that name" exception removed (implements
1375: feature #1183)
1376:
1377: 2018-01-19 moko
1378:
1379: * src/classes/string.C: whitespace
1380:
1381: * src/classes/string.C: whitespace
1382:
1383: * tests/: 392.html, results/392.processed: test for
1384: ^regex::create[$regex] added (related to feature #1135)
1385:
1386: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1387: ^regex::create[$regex] added (implements feature #1135)
1388:
1389: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1390: commented define added (related to feature #1157)
1391:
1392: 2018-01-17 moko
1393:
1394: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1395:
1396: 2018-01-15 moko
1397:
1398: * tests/: 390.html, results/390.processed: real path replaced by
1399: stub
1400:
1401: * tests/: 391.html, results/391.processed: test for feature #1181
1402: (XML_PARSE_HUGE exception) added
1403:
1404: 2018-01-11 moko
1405:
1406: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1407: XML_PARSE_HUGE option passed by default (implements feature
1408: #1181)
1409:
1410: * src/classes/string.C: whitespace
1411:
1412: 2017-12-10 moko
1413:
1414: * tests/: 389.html, 390.html, results/389.processed,
1415: results/390.processed: image code coverage tests added (related
1416: to feature #1125)
1417:
1418: 2017-12-08 moko
1419:
1420: * tests/: 346-curl.html, 388-sql.html, 389.html,
1421: results/346-curl.processed, results/388-sql.processed,
1422: results/389.processed: more code coverage tests
1423:
1424: * tests/: 264.html, results/264.processed: code coverage for
1425: ^file::exec[]
1426:
1427: 2017-12-07 moko
1428:
1429: * tests/: 174.html, 388-sql.html, 389.html,
1430: results/388-sql.processed, results/389.processed,
1431: results/174.processed: more coverage tests
1432:
1433: * src/classes/math.C: exception text actualized
1434:
1435: 2017-12-06 moko
1436:
1437: * tests/388-sql.html: $SQL can be here
1438:
1439: * tests/results/auto.p: $SQL not required here
1440:
1441: * tests/: 388-sql.html, 389.html, Makefile,
1442: results/388-sql.processed, results/389.processed, results/auto.p:
1443: code coverage tests for sql (using sqlite) and int/double/bool
1444: added (related to feature #1125)
1445:
1446: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1447: lib/json/json.vcproj, lib/md5/md5.vcproj,
1448: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1449: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1450: targets/apache/ApacheModuleParser3Core.vcproj,
1451: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1452: types/types.vcproj: gc\include no longer required
1453:
1454: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1455: required
1456:
1457: * src/: classes/Makefile.am, classes/table.C,
1458: include/pa_config_includes.h, include/pa_string.h,
1459: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1460: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1461: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1462: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1463: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1464: used, we now include it directly
1465:
1466: 2017-12-04 moko
1467:
1468: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1469: memcached/memcached.vcproj, punycode/punycode.vcproj,
1470: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1471: where required
1472:
1473: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1474: now can be used to trace memory allocations
1475:
1476: * src/: classes/table.C, include/pa_config_includes.h,
1477: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1478: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1479: method removes, libcord also can work without libgc
1480:
1481: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1482:
1483: 2017-11-29 moko
1484:
1485: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1486: are not present (related to feature #1173)
1487:
1488: * tests/346-curl.html: test updated to test curl content-length bug
1489: (related to feature #1173)
1490:
1491: * tests/results/346-curl.processed: more test for content-length
1492: curl bug (related to feature #1173)
1493:
1494: * tests/results/346-curl.processed: test results updated after
1495: #1173 implemented
1496:
1497: 2017-11-28 moko
1498:
1499: * src/classes/curl.C: another libcurl Content-length bug walkaround
1500: (related to feature #1173)
1501:
1502: 2017-11-27 moko
1503:
1504: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1505: $.http_version[version string] added (implements feature #1173),
1506: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1507: where $post(true) bug existed.
1508:
1509: 2017-11-18 moko
1510:
1511: * src/include/pa_memory.h: warning war (related to feature #1170)
1512:
1513: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1514: feature #1170)
1515:
1516: 2017-11-17 moko
1517:
1518: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1519: std::basic_stringstream used in ^table.csv-string[] is compatible
1520: with delete usage check only under Debian 9 (related to feature
1521: #1170)
1522:
1523: 2017-11-16 moko
1524:
1525: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1526: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1527: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1528: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1529: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1530: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1531: stubs defend from accidental use (implements feature #1170)
1532:
1533: 2017-06-24 moko
1534:
1535: * configure.ac: minor fix: thanks to alx@
1536:
1.115 moko 1537: 2017-05-29 moko
1538:
1539: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1540: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1541: added to avoid cutting of UTF-8 chars (fixed bug #123)
1542:
1543: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1544: ignored, =?UTF-8?Q?= should start in case of leading space
1545: (related to bug #123)
1546:
1547: * buildall: echo -n -> printf for OS X. :)
1548:
1549: 2017-05-25 moko
1550:
1551: * tests/: 288.html, results/288.processed: test updated afted
1552: setting $o.prop without setter exception removed (related to
1553: feature #1157)
1554:
1555: * src/types/pa_vclass.C: no more "this property has no setter
1556: method" when setting $o.prop without setter (implements feature
1557: #1157)
1558:
1559: * buildall: echo \c -> echo -n for FreeBSD
1560:
1561: * configure, configure.ac, src/include/pa_config_auto.h.in,
1562: src/types/pa_vdouble.h: isfinite now checked in configure
1563:
1564: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1565: upgraded to automake 1.15
1566:
1567: 2017-05-23 moko
1568:
1569: * src/types/pa_vdouble.h: finite returned where isfinite not
1570: defined
1571:
1572: 2017-05-22 moko
1573:
1574: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1575:
1576: * buildall: extern CFLAGS setting support
1577:
1578: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1579:
1580: * buildall: http -> https
1581:
1582: * buildall: gc-7.2f -> gc-7.6.0
1583:
1584: 2017-05-20 moko
1585:
1586: * buildall: https, pcre, xml, xslt updated to current versions
1587: (related to feature #1136)
1588:
1589: 2017-05-19 moko
1590:
1591: * tests/097.html: after parser.ru moved to https
1592:
1593: 2017-05-17 moko
1594:
1595: * tests/results/: 175.processed, 372.processed: tests resuls
1596: updated after lintian spelling typos fixed (related to bug #1156)
1597:
1598: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1599: classes/string.C, classes/table.C, main/pa_charset.C,
1600: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1601: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1602: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1603:
1604: * tests/results/096.processed: +XMP
1605:
1606: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1607: $.xmp(true) options tested (test for feature #1154)
1608:
1609: * src/classes/image.C: ^image:measure[] options $.exif(false)
1610: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1611: fetched by default! (implements feature #1154)
1612:
1613: 2017-05-16 moko
1614:
1615: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1616: allowed (related to feature #1154)
1617:
1618: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1619: initial XMP implementation - without options and transcode
1620: (related to feature #1154)
1621:
1622: 2017-05-12 moko
1623:
1624: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1625: image: exif moved to ffields, skipped in ^image.html[] where
1626: iterators now used (preparation for feature #1154)
1627:
1628: 2017-05-05 moko
1629:
1630: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1631: results/387.processed: test for circular class inheritance check
1632: added (related to bug #1150)
1633:
1634: * src/types/pa_vstateless_class.C: circular class inheritance check
1635: added (fixes endless add_derived bug #1150)
1636:
1637: 2017-05-04 moko
1638:
1639: * tests/: 386.html, results/386.processed: test for
1640: $table.value(number) added (related to feature #1152)
1641:
1642: * src/types/pa_vtable.C: table put_element: column value must be
1643: string - > column value must be string compatible to allow
1644: $t.value(1) (implements feature #1152)
1645:
1646: 2017-05-03 moko
1647:
1648: * src/main/pa_request.C: $use[$method] is not possible, reverting
1649: (related to feature #1151)
1650:
1651: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1652: not possible, removing test (related to feature #1151)
1653:
1654: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1655: get_element_method added and used to allow $use[$method] and
1656: $autouse[$method] (implements feature 1151)
1657:
1658: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1659: variable added (related to feature #1151)
1660:
1661: * tests/results/226.processed: actualized after ^try-catch used
1662:
1663: * tests/: 226.html, 385.html, results/385.processed: test for
1664: @autouse in variable added
1665:
1666: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1667:
1.114 moko 1668: 2017-02-27 moko
1669:
1670: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1671:
1.113 moko 1672: 2017-02-20 moko
1673:
1674: * operators.txt: actualization + beauty
1675:
1676: 2017-02-16 moko
1677:
1678: * tests/: 384.html, results/384.processed: test for
1679: ^reflection:mixin[; $.name[] ] option added (related to feature
1680: #1089)
1681:
1682: * tests/: 384.html, results/384.processed: test for
1683: ^reflection:mixin[] added (related to feature #1089)
1684:
1685: * src/types/pa_value.h: warning war: virtual ~Value() added
1686:
1.112 moko 1687: 2017-02-15 moko
1688:
1689: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1690: fixed
1691:
1692: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1693: test added (related to feature #1069)
1694:
1695: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1696: compilation without HASH_ORDER fixed
1697:
1698: * src/: classes/reflection.C, include/pa_hash.h:
1699: $.reverse(true/false) added to ^reflection:methods[] (related to
1700: feature #1069)
1701:
1702: 2017-02-14 moko
1703:
1704: * tests/: 152.html, results/152.processed: test for $._default hash
1705: added (related to bug #1131)
1706:
1707: * tests/: 277.html, results/277.processed: test for hash with only
1708: $._default is now defined (related to bug #1131)
1709:
1710: * src/types/pa_vhash.h: hash with only $._default is now defined
1711: (fixed bug #1131)
1712:
1713: 2017-02-13 moko
1714:
1715: * tests/cat-windows.sh: cat-windows added (cygwin required)
1716:
1717: * tests/: 171.html, 264.html, 286.html, 370.html,
1718: results/320.processed, results/375.processed, results/auto.p:
1719: cat-windows.sh support added
1720:
1721: * tests/375.html: Windows support
1722:
1723: * tests/270.html: documented
1724:
1725: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1726: (not backslashes) even under Windows (broke test 270)
1727:
1728: 2017-02-12 moko
1729:
1730: * tests/: descript.ion, todo.txt: cleanup
1731:
1732: 2017-02-09 moko
1733:
1734: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1735: run_tests.cmd: Windows compatibility
1736:
1737: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1738: incorrectly (GMT) if parser is called from cygwin
1739:
1.111 moko 1740: 2017-02-08 moko
1741:
1.112 moko 1742: * operators.txt: actualization 15% completed
1743:
1744: * operators.txt: cp1251 -> utf-8
1745:
1746: * NEWS, README: minor update
1747:
1748: * src/include/pa_config_includes.h: warning war continues
1749:
1750: * src/: include/pa_config_includes.h, include/pa_memory.h,
1751: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1752: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1753: gcc 6.x issues fixed
1754:
1.111 moko 1755: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1756: classes/classes.h, classes/curl.C, classes/date.C,
1757: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1758: classes/hashfile.C, classes/image.C, classes/inet.C,
1759: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1760: classes/memcached.C, classes/memory.C, classes/op.C,
1761: classes/reflection.C, classes/regex.C, classes/response.C,
1762: classes/string.C, classes/table.C, classes/void.C,
1763: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1764: include/pa_array.h, include/pa_cache_managers.h,
1765: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1766: include/pa_config_fixed.h, include/pa_config_includes.h,
1767: include/pa_dictionary.h, include/pa_dir.h,
1768: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1769: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1770: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1771: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1772: include/pa_request_charsets.h, include/pa_request_info.h,
1773: include/pa_sapi.h, include/pa_socks.h,
1774: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1775: include/pa_stack.h, include/pa_string.h,
1776: include/pa_stylesheet_connection.h,
1777: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1778: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1779: include/pa_uue.h, include/pa_xml_exception.h,
1780: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1781: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1782: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1783: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1784: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1785: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1786: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1787: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1788: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1789: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1790: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1791: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1792: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1793: main/pa_string.C, main/pa_stylesheet_connection.C,
1794: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1795: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1796: main/untaint.C, sql/pa_sql_driver.h,
1797: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1798: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1799: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1800: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1801: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1802: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1803: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1804: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1805: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1806: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1807: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1808: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1809: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1810: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1811: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1812: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1813: types/pa_vmemcached.h, types/pa_vmemory.h,
1814: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1815: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1816: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1817: types/pa_vresponse.C, types/pa_vresponse.h,
1818: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1819: types/pa_vstateless_object.h, types/pa_vstatus.C,
1820: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1821: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1822: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1823: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1824: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1825: 2015->2017
1826:
1.110 moko 1827: 2017-02-07 moko
1828:
1829: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1830:
1831: 2017-02-06 moko
1832:
1833: * src/main/pa_common.C: minor fixes, whitespace
1834:
1835: * src/: classes/curl.C, classes/file.C, classes/image.C,
1836: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1837: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1838: now used (implements feature #1081)
1839:
1840: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1841:
1842: 2017-02-01 moko
1843:
1844: * src/include/pa_request.h: cleanup
1845:
1846: 2017-01-30 moko
1847:
1848: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1849:
1850: 2017-01-29 moko
1851:
1852: * tests/: 383.html, results/383.processed: test for
1853: ^reflection:stack[] added (related to feature #1052)
1854:
1855: * src/classes/reflection.C: else added
1856:
1857: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1858: $.max_file_lock_wait added (implements feature #1128)
1859:
1860: 2017-01-28 moko
1861:
1862: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1863: body and other cases tests added (related to featue #1014)
1864:
1865: * src/classes/curl.C: bug if response is empty fixed (related to
1866: feature #1014)
1867:
1868: 2017-01-27 moko
1869:
1870: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1871: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1872: added (implements feature #1052)
1873:
1874: 2017-01-25 moko
1875:
1876: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1877: method test added
1878:
1879: 2017-01-23 moko
1880:
1881: * src/classes/reflection.C: optimization: options->get replaced by
1882: hash iterator
1883:
1884: * tests/: 381.html, results/381.processed: now -> fixed date
1885:
1886: * src/main/pa_request.C: warning war
1887:
1888: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1889: 5Mb (fixes bug #1058)
1890:
1891: * src/classes/curl.C: warning war
1892:
1893: * tests/: 381.html, results/381.processed: tests for ^json:string
1894: $.one-line(true) option added (related to feature #1124)
1895:
1896: * src/: classes/json.C, types/pa_value.h: $json-string
1897: $.one-line(true|false) options is now supported (implements
1898: feature #1124)
1899:
1900: * tests/: 380.html, results/380.processed: test for modified
1901: $.max_file_size added (related to bug #1014)
1902:
1903: * tests/: 379.html, results/auto.p: tests for rewritten http file
1904: load added (related to bug #1014)
1905:
1906: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1907: main/pa_common.C, main/pa_http.C: check_file_size added and used
1908: in curl / file load from disk and http, http file load rewritten
1909: (related to bug #1014)
1910:
1911: 2017-01-18 moko
1912:
1913: * tests/: 378.html, results/378.processed: tests for ^result[]
1914: added (related to feature #66)
1915:
1916: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1917: Method::CO_WITHOUT_FRAME as frame still added in expression
1918: (related to feature #66)
1919:
1920: 2017-01-17 moko
1921:
1922: * tests/: 377.html, results/377.processed: test for different
1923: combinations of breaks in body and delimiter (related to bug
1924: #1077)
1925:
1926: * tests/: 376.html, results/376.processed: many ^break[] tests
1927: added (related to bug #1077)
1928:
1929: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1930: passed to native method" exception added to avoid bugs due to
1931: WRITE_EXPR_RESULT skipped and native methods execution continues
1932: after ^break[] (related to bug #1077)
1933:
1934: 2017-01-14 moko
1935:
1936: * tests/: 330.html, results/330.processed: test results updated
1937: after ^break[] bugs where fixed (related to bug #1077)
1938:
1939: * tests/: 329.html, results/329.processed: test results updated
1940: after ^break[] bugs where fixed (related to bug #1077)
1941:
1942: * tests/results/320.processed: ^return[] added
1943:
1944: 2017-01-13 moko
1945:
1946: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1947: classes/table.C, include/pa_request.h, main/execute.C,
1948: main/pa_request.C, targets/cgi/parser3.C,
1949: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1950: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1951: checked after each possible process/execute call (fixes bug
1952: #1077)
1953:
1954: 2016-12-29 moko
1955:
1956: * src/main/pa_common.C: warning war
1957:
1958: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1959: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1960: pa_file_size_limit added, ^math:random fixed for upper limit and
1961: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1962: (related to feature #1014)
1963:
1964: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1965: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1966: (related to feature #1014)
1967:
1968: 2016-12-28 moko
1969:
1970: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1971: warning war
1972:
1973: 2016-12-26 moko
1974:
1975: * tests/: 341.html, results/341.processed: test for
1976: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1977:
1978: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1979: (related to feature #1057)
1980:
1981: * src/types/pa_vdate.C: warning war continues...
1982:
1983: * src/: classes/date.C, classes/image.C, classes/table.C,
1984: include/pa_config_includes.h, types/pa_vfile.C: warning war
1985:
1986: * src/lib/gd/gifio.C: warning war / cleanup
1987:
1988: * src/lib/json/pa_json.C: warning war
1989:
1990: * src/classes/hash.C: warning war
1991:
1992: * src/types/pa_vfile.C: warning war
1993:
1994: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1995: -Wall warning war continues
1996:
1997: * configure.ac: --with-build-warnings actualized
1998:
1999: 2016-12-25 moko
2000:
2001: * src/main/pa_exec.C: -wAll warning war
2002:
2003: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2004: -wAll warning war
2005:
2006: * src/: include/pa_common.h, include/pa_sapi.h,
2007: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2008: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2009: -wAll warning war
2010:
2011: 2016-12-23 moko
2012:
2013: * src/lib/ltdl/Makefile.am: extra dist added
2014:
2015: * tests/results/344.processed: test result updated after $file.text
2016: prefetched in ^hash::create[$file] (related to feature #1075)
2017:
2018: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2019: ^hash::create[$file] (related to feature #1075)
2020:
2021: 2016-12-22 moko
2022:
2023: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2024: main/pa_request.C, main/pa_stylesheet_connection.C,
2025: types/pa_vfile.C: file_stat now return 64-bit size (implements
2026: #1014 under 32-bit unix versions)
2027:
2028: 2016-12-21 moko
2029:
2030: * tests/: 375.html, results/375.processed: test for exec returning
2031: stated file added (related to feature #1119)
2032:
2033: * src/classes/file.C: load should not return file with null body
2034: (fixes bug #1119)
2035:
2036: 2016-12-14 moko
2037:
2038: * tests/: 374.html, results/374.processed: test for $method.name
2039: added (related to feature #1117) plus method returning junction
2040: test
2041:
2042: 2016-12-13 moko
2043:
2044: * src/: include/pa_symbols.h, main/pa_symbols.C,
2045: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2046: (implements feature #1117)
2047:
2048: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2049: HEAD and TRACE can't have body (implements feature #1116)
2050:
2051: 2016-12-09 moko
2052:
2053: * tests/: 373.html, results/373.processed: tests for
2054: ^reflection:tainting added (related to feature #1098)
2055:
2056: * src/classes/reflection.C: ^reflection:tainting arguments order
2057: change (related to feature #1098)
2058:
2059: 2016-12-06 moko
2060:
2061: * src/: classes/reflection.C, include/pa_string.h,
2062: main/pa_string.C: ^reflection:tainting[$string] added (implements
2063: feature #1098)
2064:
2065: 2016-12-05 moko
2066:
2067: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2068: (fixes bug #1114)
2069:
2070: 2016-12-04 moko
2071:
2072: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2073: check added
2074:
2075: 2016-12-03 moko
2076:
2077: * tests/: 346-curl.html, results/346-curl.processed: test modified
2078: to test value.as_hash() usage
2079:
2080: * src/classes/curl.C: value.as_hash() used for correct hash
2081: processing
2082:
2083: * src/classes/reflection.C: exceptions texts fixes
2084:
2085: 2016-12-02 moko
2086:
2087: * tests/: 372.html, results/372.processed: tests for
2088: ^reflection:create[ $.class[name] $.constructor[name]
2089: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2090: feature #1094)
2091:
2092: * src/types/pa_vmethod_frame.h: comment added: params should be
2093: declared outside of *_FRAME_ACTION as MethodParams destructor
2094: will be called in ~VNativeMethodFrame
2095:
2096: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2097: ] minor fix
2098:
2099: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2100: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2101: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2102: now supported (implements feature #1094) value::as_hash added
2103: (and should be used everywhere)
2104:
2105: * src/classes/reflection.C: cleanup
2106:
2107: 2016-12-01 moko
2108:
2109: * tests/: 356.html, results/356.processed: test for method
2110: junctions class name added to the resulting hash added (related
2111: to feature #1068)
2112:
2113: * src/classes/reflection.C: for method junctions class name added
2114: to the resulting hash (related to feature #1068)
2115:
2116: 2016-11-30 moko
2117:
2118: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2119: exception (related to bug #1113)
2120:
2121: * src/types/pa_vhashfile.C: whitespace
2122:
2123: * src/main/pa_os.C: errno now returned as it should (fixes bug
2124: #1113)
2125:
2126: * tests/results/: 175.processed, 192.processed, 224.processed,
2127: 229.processed, 239.processed, 244.processed, 246.processed,
2128: 314.processed, 352.processed: tests results updated after method
2129: call exceptions improved as method now keeps its name
2130:
2131: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2132: types/pa_vmethod_frame.h: method call exceptions improved as
2133: method now keeps its name
2134:
2135: * tests/: 224.html, 239.html, results/224.processed,
2136: results/239.processed: tests and tests results updated after
2137: Request::construct exception changed
2138:
2139: * src/: classes/reflection.C, main/execute.C: Request::construct
2140: exception optimized
2141:
2142: * tests/: 371.html, results/371.processed: test for
2143: WWrapper.get_element call in $.name.key[value] code added
2144: (related to feature #1091)
2145:
2146: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2147: in $.name.key[value] code (related to feature #1091)
2148:
2149: 2016-11-29 moko
2150:
2151: * src/classes/op.C: VS warning war
2152:
2153: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2154: C4239: nonstandard extension used : 'return' : conversion from
2155: 'Value' to 'Value &' (related to feature #1020)
2156:
2157: * src/: main/execute.C, types/pa_vmethod_frame.h,
2158: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2159: used : 'return' : conversion from 'Value' to 'Value &' (related
2160: to feature #1020)
2161:
2162: * src/main/execute.C: VS warning war
2163:
2164: * src/targets/cgi/parser3.C: VS compatibility fix
2165:
2166: * src/include/pa_request.h: VS warning war
2167:
2168: * tests/: 370.html, results/370.processed: test for ^file::exec[
2169: ... $.stdin[$binary_file] ] added (related to bug #1044)
2170:
2171: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2172: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2173: $.stdin[$binary_file] (fixes bug #1044)
2174:
2175: 2016-11-28 moko
2176:
2177: * src/main/pa_exec.C: whitespace
2178:
2179: * src/main/pa_request.C: whitespace
2180:
2181: * tests/: 369.html, results/369.processed: test for
2182: $response:status usage added (related to feature #1099)
2183:
2184: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2185: if < 100 (implements feature #1099)
2186:
2187: * src/targets/cgi/parser3.C: whitespace
2188:
2189: * src/targets/cgi/parser3.C: whitespace
2190:
2191: * tests/: 368.html, results/368.processed: test updated after
2192: ^reflection:filename[$method] added (related to feature #1053)
2193:
2194: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2195: main/compile.y, main/execute.C, main/pa_request.C,
2196: types/pa_vclass.h: filename -> filespec,
2197: ^reflection:filename[$method] added (related to feature #1053)
2198:
2199: 2016-11-27 moko
2200:
2201: * tests/: 368.html, results/368.processed: test for
2202: reflection:filename[$class or object] added (related to feature
2203: #1053)
2204:
2205: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2206: types/pa_vstateless_class.h: ^reflection:filename[$class or
2207: object] added (implements feature #1053)
2208:
2209: 2016-11-26 moko
2210:
2211: * src/: include/pa_request_info.h,
2212: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2213: remove_absolute_uri -> strip_absolute_uri
2214:
2215: 2016-11-25 moko
2216:
2217: * src/: include/pa_request_info.h,
2218: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2219: request_info.remove_absolute_uri added to remove possible
2220: http://site.name/ from $request:uri (implements feature #1112)
2221:
2222: 2016-11-24 moko
2223:
2224: * tests/: 367-curl.html, results/367-curl.processed: test for
2225: previous request headers clearing after redirect added (related
2226: to bug #1109)
2227:
2228: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2229: response headers from previous requests are now cleared, only
2230: last request headers are collected (fixes bug #1109)
2231:
2232: * tests/results/: 266.processed, 321.processed, 356.processed:
2233: tests results updated as method name now added to the resulting
2234: hash for new syntax only (Imp1 compatimility fixed, related to
2235: feature #1068)
2236:
2237: * src/classes/reflection.C: method name now added to the resulting
2238: hash for new syntax only (Imp1 compatimility fixed, related to
2239: feature #1068)
2240:
2241: * tests/results/366.processed: test for native and parser
2242: implementation of ^use[] logic (related to feature #1074)
2243:
2244: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2245: for native and parser implementation of ^use[] logic (related to
2246: feature #1074)
2247:
2248: 2016-11-23 moko
2249:
2250: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2251: main/pa_request.C: @USE file now implemented as ^use[file;
2252: $.origin[origin_file] ] (implements feature #1074)
2253:
1.109 moko 2254: 2016-11-21 moko
2255:
1.110 moko 2256: * tests/: 365.html, results/365.processed: test for $caller bugs in
2257: 3.4.4 and $caller.method now tested (related to feature #1110)
2258:
2259: * tests/: 364.html, results/364.processed: $caller usage in
2260: different contexts now tested (related to feature #1110)
2261:
2262: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2263:
2264: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2265:
1.109 moko 2266: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2267: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2268: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2269: used (implements feature #1110)
2270:
2271: 2016-11-20 moko
2272:
2273: * src/types/pa_vdouble.h: whitespace
2274:
2275: 2016-11-11 moko
2276:
2277: * tests/: 363.html, results/363.processed: more tests for feature
2278: #1091 (how parser methods work in expression context)
2279:
2280: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2281: expressions strings are now written as strings, not values by
2282: write_as_string (related to feature #1091)
2283:
2284: * src/classes/op.C: to make more correct behavour in expression
2285: context
2286:
2287: 2016-11-07 moko
2288:
2289: * tests/: 362.html, results/362.processed: test for
2290: xsltParseStylesheetDoc caching as xsl modification after it added
2291: (related to bug #1108)
2292:
2293: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2294: result now cached as xdoc is modified after it (fixes bug #1108)
2295:
2296: 2016-11-06 moko
2297:
2298: * src/types/pa_vxdoc.h: whitespace
2299:
2300: 2016-11-05 moko
2301:
2302: * src/types/pa_vmethod_frame.h: cleanup
2303:
2304: 2016-11-03 moko
2305:
2306: * tests/results/244.processed: more correct exception after method
2307: frames separation
2308:
2309: * src/types/pa_vmethod_frame.h: minor optimizaion
2310:
2311: * src/types/pa_method.h: optimization: params_count added
2312:
2313: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2314: include/pa_request.h, main/execute.C, main/pa_request.C,
2315: types/pa_value.C, types/pa_vmethod_frame.C,
2316: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2317: VMethodFrame now divided into VNativeMethodFrame,
2318: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2319: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2320: and used (related to feature #1104)
2321:
2322: 2016-11-02 moko
2323:
2324: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2325: classes/double.C, classes/file.C, classes/hash.C,
2326: classes/hashfile.C, classes/image.C, classes/inet.C,
2327: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2328: classes/memcached.C, classes/op.C, classes/reflection.C,
2329: classes/regex.C, classes/string.C, classes/table.C,
2330: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2331: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2332: r.write (implements feature #1091)
2333:
2334: * src/main/execute.C: cleanup (related to feature #1104)
2335:
2336: * src/: include/pa_request.h, main/execute.C,
2337: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2338: added, in_expression removed (implements feature #1104)
2339:
2340: 2016-10-31 moko
2341:
2342: * src/types/pa_value.C: whitespace
2343:
2344: 2016-10-28 moko
2345:
2346: * tests/results/244.processed: updated after error reporting fixed
2347: in pa_wcontext.C
2348:
2349: * src/types/pa_wcontext.C: error reporting fixed
2350:
2351: * src/types/pa_wcontext.h: whitespace
2352:
2353: * src/classes/image.C: not fully readed entries are no longer
2354: processed (fixes bug #1106)
2355:
2356: 2016-10-26 moko
2357:
2358: * src/classes/image.C: whitespace
2359:
2360: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2361: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2362: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2363: longer required (related to feature #1091)
2364:
2365: * tests/results/: 264.processed, 350.processed: test results update
2366: reverted (whitespace optimization) after write_no_lang removed :)
2367: (related to feature #1091)
2368:
2369: * src/: classes/file.C, classes/hash.C, classes/op.C,
2370: classes/string.C, classes/table.C, classes/void.C,
2371: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2372: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2373: equal write_pass_lang (related to feature #1091)
2374:
2375: * tests/results/: 264.processed, 350.processed: test results
2376: updated (whitespace optimization) after write_assign_lang removed
2377: (related to feature #1091)
2378:
2379: * tests/: 361.html, results/361.processed: test for non-string
2380: ^untaint added (related to feature #1091)
2381:
2382: * src/: classes/curl.C, classes/date.C, classes/file.C,
2383: classes/hash.C, classes/op.C, classes/string.C,
2384: include/pa_request.h, main/execute.C: optimization:
2385: write_assign_lang removed as not required (first part of feature
2386: #1091 implementation)
2387:
1.108 moko 2388: 2016-10-12 moko
2389:
2390: * tests/: 360.html, results/360.processed: more test code (related
2391: to feature #1104)
2392:
2393: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2394: include/pa_request.h, main/compile.y, main/execute.C: opcode
2395: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2396: WContext is next task (implements feature #1104)
2397:
2398: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2399: / CO_WITHOUT_WCONTEXT
2400:
2401: * tests/: 360.html, results/360.processed: test for in expression
2402: state (related to feature #1104)
2403:
2404: 2016-10-11 moko
2405:
2406: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2407:
2408: * src/classes/op.C: default value removed from initializer
2409:
2410: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2411:
2412: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2413:
2414: 2016-10-10 moko
2415:
2416: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2417: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2418: to feature #42)
2419:
2420: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2421: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2422:
2423: 2016-10-08 moko
2424:
2425: * src/classes/double.C: whitespace
2426:
2427: 2016-10-07 moko
2428:
2429: * src/types/pa_vmethod_frame.h: reorder
2430:
2431: 2016-10-06 moko
2432:
2433: * src/classes/date.C: typo
2434:
2435: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2436:
2437: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2438: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2439: types/pa_vmethod_frame.h: params.get now returns Value&, not
2440: Value*
2441:
2442: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2443:
2444: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2445: removed; first as_* code rewrite
2446:
2447: 2016-10-05 moko
2448:
2449: * src/include/pa_request.h: whitespace
2450:
2451: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2452: intercept_string added (related to feature #1097)
2453:
2454: * src/: classes/image.C, classes/op.C, classes/table.C,
2455: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2456: optimization: intercept_string removed (implements feature #1097)
2457:
2458: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2459:
2460: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2461: from VCodeFrame and WWrapper as not required
2462:
2463: 2016-10-04 moko
2464:
2465: * src/: classes/curl.C, classes/date.C, classes/double.C,
2466: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2467: classes/int.C, classes/json.C, classes/op.C,
2468: classes/reflection.C, classes/string.C, classes/table.C,
2469: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2470: proces_to_value -> process after StringOrValue removed (related
2471: to feature #1020)
2472:
2473: * src/classes/form.C: whitespace
2474:
2475: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2476:
2477: * tests/: 357.html, 358.html, results/357.processed,
2478: results/358.processed, results/auto.p: test for @conf
2479: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2480:
2481: 2016-10-03 moko
2482:
2483: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2484: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2485: supported (implements feature #42)
2486:
2487: * src/types/pa_vregex.h: no reason for VRegex to be
2488: is_evaluated_expr
2489:
2490: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2491: (implements feature #1095)
2492:
2493: 2016-10-01 moko
2494:
2495: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2496: false by default (related to feature #1089)
2497:
2498: 2016-09-30 moko
2499:
2500: * src/types/pa_wcontext.h: cleanup
2501:
2502: 2016-09-29 moko
2503:
2504: * src/main/execute.C: whitespace
2505:
2506: * src/include/pa_request.h: whitespace
2507:
2508: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2509: classes/op.C, classes/table.C, include/pa_request.h,
2510: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2511: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2512: StringOrValue removed as it just slows down and adds complexity
2513: (implements feature #1020)
2514:
2515: 2016-09-28 moko
2516:
2517: * tests/: 356.html, results/266.processed, results/321.processed,
2518: results/356.processed: tests updated after name was added to
2519: method_info hash, test for ^reflection:method_info[junction]
2520: added (related to feature #1068)
2521:
2522: * src/classes/reflection.C: ^reflection:method_info[junction] now
2523: supported, method name added to the resulting hash (implements
2524: feature #1068)
2525:
2526: * tests/: 276.html, results/276.processed: more tests for
2527: ^reflection:delete[]
2528:
2529: * src/classes/reflection.C: fixed bug then ^reflection:delete
2530: didn't work on class and could damage native objects (like file)
2531:
2532: 2016-09-26 moko
2533:
2534: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2535: results/345.processed, results/346-curl.processed,
2536: results/347-curl.processed, results/348.processed: numbers added
2537: to simplify diff analysis
2538:
2539: * tests/: 352.html, results/352.processed: test result updated as
2540: method name used
2541:
2542: * src/classes/reflection.C: method name used
2543:
2544: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2545: its name
2546:
2547: * src/types/pa_method.h: whitespace
2548:
2549: * src/classes/reflection.C: both method and field with one name can
2550: exist.
2551:
2552: * src/classes/reflection.C: ^reflection:mixin added (implements
2553: feature #1089)
2554:
2555: * tests/: 355.html, results/355.processed: property appears in
2556: derived class if added in base test added
2557:
2558: * src/types/pa_vstateless_class.h: get_method declaration +
2559: whitespace
2560:
2561: * tests/: 354.html, results/354.processed: nice test from method
2562: and property with one name in class added
2563:
2564: 2016-09-23 moko
2565:
2566: * src/classes/reflection.C: ^reflection:method usage documented
2567:
2568: 2016-09-22 moko
2569:
2570: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2571: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2572: compile warning and GPF occures on VS2003 (related to feature
2573: #1087)
2574:
2575: * tests/: 350.html, results/350.processed: test added for
2576: $.encloser[] support in ^table::create (related to feature #11)
2577:
2578: * src/classes/table.C: another minor fix (related to feature #11)
2579:
1.107 moko 2580: 2016-09-21 moko
2581:
2582: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2583:
2584: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2585: classes/json.C, classes/string.C, classes/table.C,
2586: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2587: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2588: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2589: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2590: pa_charsets, vs2015 warning war
2591:
2592: * src/classes/table.C: vs2015 warning war
2593:
2594: * src/types/pa_vdate.C: vs2015 warning war
2595:
2596: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2597:
2598: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2599: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2600:
2601: * src/main/pa_common.C: vs2015 compilation fixes
2602:
2603: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2604: vs2015 compilation fixes
2605:
2606: * src/main/pa_charset.C: vs2015 warning war
2607:
2608: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2609:
2610: * src/main/pa_charset.C: vs2015 warning war
2611:
2612: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2613:
2614: * src/types/pa_vdate.C: vs2015 compilation fix
2615:
2616: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2617:
2618: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2619: VS2015 compilation fixes
2620:
2621: * src/classes/table.C: minor fix (related to feature #11)
2622:
2623: * tests/results/282.processed: no longer skipping extra enclosers
2624: (related to feature #11)
2625:
2626: * src/classes/table.C: minor fix + no longer skipping extra
2627: enclosers (related to feature #11)
2628:
2629: * src/classes/table.C: minor optimization (related to feature #11)
2630:
2631: * src/classes/table.C: minor fix and optimization (related to
2632: feature #11)
2633:
2634: 2016-09-20 moko
2635:
2636: * tests/: 353.html, results/353.processed: test for
2637: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2638: added (related to bug #1090)
2639:
2640: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2641: one_big_piece (fixes bug #1090)
2642:
2643: * tests/: 229.html, results/229.processed: code coverage tests
2644:
2645: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2646: body) was called
2647:
2648: * src/classes/op.C: whitespace
2649:
2650: * tests/: 323.html, results/323.processed: test for code junction
2651: should not be returned by ^reflection:class, ^reflection:base
2652:
2653: * src/classes/reflection.C: bugfix: code junction should not be
2654: returned by ^reflection:class, ^reflection:base
2655:
2656: * tests/: 323.html, 352.html, results/352.processed: no more
2657: exception for ^reflection:method[class;no-such-method] (related
2658: to feature #1087)
2659:
2660: * src/classes/reflection.C:
2661: ^reflection:method[class;no-such-method] : exception -> void
2662: (related to feature #1087)
2663:
2664: * src/include/pa_request.h: request::write_value added to allow
2665: write value without convertion (related to issue #1091)
2666:
2667: 2016-09-19 moko
2668:
2669: * src/main/pa_random.C: windows build fix
2670:
2671: * src/types/pa_vhash.h: warning war
2672:
2673: 2016-09-14 moko
2674:
2675: * tests/: 352.html, 552.html, results/352.processed,
2676: results/552.processed: test for ^reflection:method[] extension
2677: added (related to feature #1087)
2678:
2679: * tests/: 552.html, results/552.processed: test for
2680: ^reflection:method[] extension added (related to feature #1087)
2681:
2682: * src/classes/reflection.C: compatibility issue fixed, VClass
2683: dynamic_cast check added (related to feature #1087)
2684:
2685: * tests/: 351.html, results/351.processed: test for @auto[]
2686: inheritance bug diring ^process[] added (related to bug #1088)
2687:
2688: * src/: classes/op.C, main/pa_request.C,
2689: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2690: disable it inheritance during ^process (fixes bug #1088)
2691:
2692: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2693: added (implements feature #1087)
2694:
2695: 2016-09-13 moko
2696:
2697: * tests/: 349.html, results/auto.p: test for objects prototyping
2698: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2699: to feature #1086)
2700:
2701: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2702: types/pa_vobject.C: objects now are not class instances, but have
2703: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2704: in @conf (implements feature #1086)
2705:
2706: 2016-09-08 moko
2707:
2708: * src/: classes/file.C, classes/mail.C, classes/string.C,
2709: classes/table.C, main/pa_http.C, main/pa_string.C,
2710: include/pa_string.h: cleanup: string::split limit argument
2711: removed as no longer required, pos_after no longer reference
2712: (related to feature #11)
2713:
2714: * src/classes/table.C, tests/results/348.processed: now exception
2715: is rised when invalid option is passed to ^table::create[]
2716:
2717: * tests/: 282.cfg, 282.html, results/282.processed: more code
2718: coverage tests
2719:
2720: * tests/: 348.html, results/348.processed: code coverage tests
2721: added
2722:
2723: * tests/: 348.html, results/348.processed: generic ^table::create[]
2724: tests
2725:
2726: * tests/: 035.html, results/035.processed, results/272.processed:
2727: tests updated after $.encloser[] support for ^table::create
2728: implementation (related to feature #11)
2729:
2730: * src/classes/table.C: $.encloser[] support for ^table::create
2731: finally added (implements feature #11)
2732:
2733: 2016-09-07 moko
2734:
2735: * src/include/pa_string.h: added StringSplitHelper as friend
2736: (related to feature #11)
2737:
2738: * src/include/pa_string.h: body and langs now protected, not
2739: private to allow inheritance (related to feature #11)
2740:
2741: * src/classes/table.C: lsplit optimized before cloning for
2742: ^table::create with $.encloser[] (related to feature #11)
2743:
2744: * src/classes/table.C: optimizaion: TableControlChars.separators
2745: added and used (related to feature #11)
2746:
2747: * src/classes/table.C: spelling:
2748:
2749: TableSeparators -> TableControlChars column -> separator
2750: separators -> control_chars
2751:
2752: 2016-09-06 moko
2753:
2754: * src/main/pa_string.C: whitespace
2755:
2756: * src/main/pa_string.C: whitespace
2757:
2758: 2016-09-01 moko
2759:
2760: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2761: results OS-independent
2762:
2763: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2764: compiler (related to feature #1042)
2765:
2766: 2016-08-15 moko
2767:
2768: * src/include/pa_string.h: whitespace
2769:
2770: * src/classes/table.C: whitespace
2771:
1.106 moko 2772: 2016-08-05 moko
2773:
2774: * tests/: 344.html, results/344.processed: test for
2775: ^hash::create[$file] added (related to feature #1075)
2776:
2777: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2778: supported (implements feature #1075)
2779:
2780: 2016-08-04 moko
2781:
2782: * tests/: 341.html, results/341.processed: more code coverage tests
2783:
2784: * tests/: 346-curl.html, results/346-curl.processed: more code
2785: coverage tests for curl
2786:
2787: * tests/: 346-curl.html, results/346-curl.processed: more code
2788: coverage tests for curl
2789:
2790: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2791: results/223.processed: code coverage tests: $.form[ $.table[] ]
2792: test added
2793:
2794: * tests/: 223-curl.html, results/223-curl.processed: more code
2795: coverage tests for curl
2796:
2797: 2016-08-03 moko
2798:
2799: * src/classes/curl.C: dlink(curl_library) now called not once, but
2800: until it will be loaded, allowing to find existing library.
2801:
2802: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2803: results/347-curl.processed: more code coverage tests for curl
2804:
2805: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2806: results/339-curl.processed, results/346-curl.processed: curl
2807: functionality tests
2808:
2809: 2016-08-02 moko
2810:
2811: * tests/: 339.html, results/339.processed: test for tables in
2812: ^file:load[] and ^curl:load[] (commented) added (related to
2813: feature #1042)
2814:
2815: * tests/: 345.html, results/345.processed: code coverage tests for
2816: file class
2817:
2818: * tests/: 344.html, results/344.processed: code coverage tests
2819:
2820: * tests/: 344.html, results/344.processed: mdate removed from
2821: output
2822:
2823: * src/classes/file.C: minor bugfix: is_text should be taked from
2824: fcontent.is_text_mode() if not set (related to feature #1061)
2825:
2826: * tests/: 344.html, results/344.processed: more tests
2827:
2828: * tests/: 343.html, 344.html, results/343.processed,
2829: results/344.processed: tests for ^file::create[ $.from-charset
2830: and $.to-charset ] (related to feature #1061)
2831:
2832: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2833: aset_text_mode argument optimized
2834:
2835: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2836: checkBOM now used in detect_binary_content (related to feature
2837: #1061)
2838:
2839: * src/main/pa_request.C: load_charset no longer required to_upper
2840:
2841: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2842: preserves original file mode (if no $.mode specified)
2843:
2844: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2845: ^file::create now supports $.from-charset[] and $.to-charset
2846: options (implements feature #1061), automatic transcode is done
2847: if text file is created from binary file and charset is detected.
2848:
2849: 2016-07-30 moko
2850:
2851: * src/classes/table.C: ^t.hash[..;] now supported (related to
2852: feature #1057)
2853:
2854: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2855: added (related to feature #1057)
2856:
2857: * tests/: 286.html, results/286.processed: code tests coverage
2858:
2859: 2016-07-29 moko
2860:
2861: * src/classes/table.C: table size should be checked inside menu and
2862: foreach (related to feature #858)
2863:
2864: * src/: classes/curl.C, classes/file.C, classes/string.C,
2865: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2866: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2867: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2868: charsets.get now does str_upper inside (related to feature #1061)
2869:
2870: * tests/: 342.html, results/342.processed: more code coverage tests
2871:
2872: * tests/: 342.html, outputs/342.processed: table menu code coverage
2873: + foreach test added (related to feature #858)
2874:
2875: * tests/: 341.html, results/341.processed: tests for
2876: ^table.hash[]{code} added + code coverage tests (related to
2877: feature #1057)
2878:
2879: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2880: value} support (implements feature #1057)
2881:
2882: * src/classes/table.C: whitespace
2883:
2884: 2016-07-28 moko
2885:
2886: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2887: from URL, if not specified query string removed from url-based
2888: filenames in ^curl:load[] and ^file::load[] (related to feature
2889: #1042)
2890:
2891: 2016-07-27 moko
2892:
2893: * tests/: 340.html, results/340.processed: test for
2894: transcode_text_result=false added (related to issue #1042)
2895:
2896: 2016-07-26 moko
2897:
2898: * src/types/pa_vfile.C: file name should not be empty (if file path
2899: is folder and ends with /) (related to feature #1042)
2900:
2901: * src/main/pa_http.C: whitespace optimizaion
2902:
2903: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2904: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2905: multiple headers, ^file::load supports headers transcoding
2906: (implements feature #1042)
2907:
2908: 2016-07-25 moko
2909:
2910: * src/include/pa_common.h: PA_DEFAULT added
2911:
2912: 2016-07-22 moko
2913:
2914: * tests/: 338.html, results/338.processed: test for
2915: $date.field(value) added (related to feature #1066)
2916:
2917: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2918: $date.field(value) now supported for y/m/d/h/m/s (implements
2919: feature #1066)
2920:
1.105 moko 2921: 2016-07-21 moko
2922:
2923: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2924: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2925: arguments removed; image.C - absolute path shown in exception
2926: (implements feature #1071)
2927:
2928: * tests/: 235.html, results/235.processed: test and test result
2929: updated after static boundary in mail and Errors-To: mail header
2930: removed (related to feature #1047)
2931:
2932: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2933: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2934: used, static boundary in mail removed, Errors-To: mail header
2935: removed (implements feature #1047)
2936:
2937: 2016-07-20 moko
2938:
2939: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2940: equest.classes(): Value -> VStateless_class, part 3 (related to
2941: issue #1051)
2942:
2943: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2944: request.classes(): Value -> VStateless_class, part 2 (related to
2945: issue #1051)
2946:
2947: * tests/results/: 224.processed, 323.processed: classes without
2948: methods should not be methoded (related to issue #1051)
2949:
2950: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2951: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2952: -> VStateless_class, part 1 (related to issue #1051)
2953:
2954: * tests/: 337.html, results/337.processed: test for
2955: ^reflection:fields_reference[] and VHashReference class added
2956: (related to feature #1072)
2957:
2958: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2959: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2960: and VHashReference added, allowing ^reflection:fields_reference[]
2961: implementation (closes feature #1072)
2962:
2963: 2016-07-19 moko
2964:
2965: * tests/: 323.html, results/323.processed: we want to see
2966: "methoded"
2967:
2968: * tests/: 336.html, results/336.processed: test for $BASE:property
2969: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2970: #1059)
2971:
2972: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2973: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2974: somebody_entered_some_class, $BASE:property works again,
2975: ^BASE:method[] bugs fixed (fixes bug #1059)
2976:
2977: 2016-07-14 moko
2978:
2979: * tests/: 335.html, results/335.processed: test for feature #1055
2980: added
2981:
2982: * src/classes/hash.C: bugfix: $._default was not copied if empty
2983: feature: ^hash.contains[_default] added (implements feature
2984: #1055)
2985:
2986: 2016-07-13 moko
2987:
2988: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2989: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2990:
2991: 2016-07-05 moko
2992:
2993: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2994: in ^hash.foreach (related to feature #1073)
2995:
2996: 2016-07-04 moko
2997:
2998: * tests/: 134.html, 281.html, results/134.processed,
2999: results/281.processed: tests updated after hash blocking removed
3000: (related to feature #1073)
3001:
3002: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3003: no longer blocks on change during foreach (implements feature
3004: #1073)
3005:
3006: 2016-06-17 moko
3007:
3008: * tests/: 330.html, results/330.processed: try exception source
3009: test added (related to bug in #1062)
3010:
3011: * tests/: 334.html, results/334.processed: Exception stack trace
3012: test added (related to bug in $1062)
3013:
3014: * src/classes/op.C: Exception trace now correctly restored and
3015: errors reported (related to bug #1062)
3016:
1.104 moko 3017: 2016-05-25 moko
3018:
3019: * src/main/compile.y: minor cleanup + beauty
3020:
3021: 2016-05-24 moko
3022:
3023: * tests/: 333.html, results/333.processed: more exceptions testing
3024:
3025: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3026: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3027: features #1056, #1026)
3028:
3029: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3030: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3031: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3032: (implements feature #1056)
3033:
3034: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3035: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3036: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3037: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3038: feature #1026)
3039:
3040: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3041: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3042: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3043: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3044: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3045: feature #1026)
3046:
3047: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3048: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3049: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3050: SYMBOLS_CACHING define implemented (related to feature #1026)
3051:
3052: * src/main/main.vcproj: + ps_symbols
3053:
3054: * src/: include/Makefile.am, include/pa_string.h,
3055: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3056: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3057: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3058: types/pa_vstateless_class.C: initial implementation for symbols
3059: cache (related to feature #1026)
3060:
3061: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3062:
3063: * src/main/pa_globals.C: minor cleanup
3064:
3065: 2016-05-19 moko
3066:
3067: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3068: (related to feature #1046)
3069:
3070: * tests/: 331.html, results/331.processed: test for
3071: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3072: (related to feature #1051)
3073:
3074: * src/main/compile.y:
3075: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3076: (implements feature #1054)
3077:
3078: 2016-05-18 moko
3079:
3080: * src/types/pa_vtable.C, tests/results/324.processed: no more
3081: "column not found" exception for ^table.no-such-method[] (related
3082: to feature #1046)
3083:
3084: * tests/: 261.html, results/261.processed: test added and updated
3085: after feature #1046 implementation
3086:
3087: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3088: types/pa_vvoid.h: $string.anything works for whitespace strings,
3089: ^string.contains added for hash compatibility, $string.method no
3090: longer returns stting method (implements feature #1046)
3091:
3092: 2016-05-12 moko
3093:
3094: * src/classes/curl.C: content-type response header no longer
3095: ignored (fixes issue #1045)
3096:
3097: * tests/: 330.html, results/330.processed: test for incomplete
3098: finally execution when break occures added (related to issue
3099: #1077)
3100:
3101: * src/classes/op.C: bugfix: Request::skip reset is called before
3102: executing catch and finally code (fixes issue #1062)
3103:
3104: 2016-05-11 moko
3105:
3106: * tests/: 329.html, results/329.processed: test for invalid
3107: ^break[] behavour added (bug #1077)
3108:
3109: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3110:
3111: 2016-04-24 moko
3112:
3113: * src/types/pa_vstateless_class.h: warning war
3114:
3115: 2016-04-17 moko
3116:
3117: * tests/: 328.html, results/328.processed: test for
3118: ^break(condition) and ^continue(condition) (related to feature
3119: #1063)
3120:
3121: * src/classes/op.C: ^break(condition) and ^continue(condition)
3122: implemented (feature #1063)
3123:
3124: 2016-04-12 moko
3125:
3126: * tests/results/280.processed: ordered hash now used for class
3127: methods and properties (test results updated for feature #1069)
3128:
3129: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3130: to xdoc.C as under FreeBSD it was inited after and inheritance
3131: failed (related to issue #1051)
3132:
3133: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3134: are printed to check inheritance (related to feature #1051)
3135:
1.103 moko 3136: 2016-04-09 moko
3137:
3138: * tests/results/320.processed: ordered hash now used for class
3139: methods and properties (test results updated for feature #1069)
3140:
3141: * src/types/pa_vstateless_class.h: ordered hash now used for class
3142: methods and properties (implements feature #1069)
3143:
3144: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3145: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3146: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3147: feature #1051)
3148:
3149: 2016-04-07 moko
3150:
3151: * src/main/execute.C: returned Value in .CLASS case for VJunction
3152: (related to feature #1051)
3153:
3154: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3155: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3156: string constants deduplication (related to feature #1051)
3157:
3158: * tests/results/224.processed: test result updated (related to
3159: feature #1051)
3160:
3161: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3162: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3163: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3164: types/pa_vstatus.h: classes hash now contains only
3165: VStateless_class derived objects, .CLASS is also allways
3166: VStateless_class derived object (related to feature #1051).
3167:
3168: 2016-04-06 moko
3169:
3170: * tests/results/323.processed: test result updated after feature
3171: #1051 implementation
3172:
3173: * src/: classes/classes.h, classes/op.C, classes/response.C,
3174: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3175: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3176: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3177: types/pa_vresponse.C, types/pa_vresponse.h,
3178: types/pa_vstateless_class.h: base -> methoded_donor for static
3179: classes, type() moved from VStateless_class to VClass and
3180: Methoded (implements feature #1051)
3181:
3182: 2016-04-04 moko
3183:
3184: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3185: beauty: put_class added (related to feature #1051)
3186:
3187: 2016-04-01 moko
3188:
3189: * tests/results/: 175.processed, 192.processed, 224.processed,
3190: 229.processed, 244.processed, 246.processed, 316.processed: test
3191: results updated as class.type() removed from error messages, only
3192: type() left (related to feature #1051)
3193:
3194: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3195: classes/op.C, classes/reflection.C, main/compile.y,
3196: main/compile_tools.h, main/execute.C, main/pa_request.C,
3197: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3198: types/pa_vmethod_frame.h, types/pa_vobject.h,
3199: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3200: from VStateless_class, type() is used instead (related to feature
3201: #1051)
3202:
3203: * src/classes/mail.C: old logic restored.
3204:
3205: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3206: classes/classes.h, classes/curl.C, classes/date.C,
3207: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3208: classes/hashfile.C, classes/image.C, classes/inet.C,
3209: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3210: classes/memcached.C, classes/memory.C, classes/reflection.C,
3211: classes/regex.C, classes/response.C, classes/string.C,
3212: classes/table.C, classes/xdoc.C, classes/xnode.C,
3213: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3214: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3215: feature #1051)
3216:
3217: 2016-03-30 moko
3218:
3219: * tests/: 327.html, results/224.processed, results/327.processed:
3220: test for TZ specification in ^date::create[], TZ is kept during
3221: ^date::create[$dt] (related to feature #1048)
3222:
3223: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3224: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3225: feature #1048)
3226:
3227: 2016-03-29 moko
3228:
3229: * tests/: 315.html, results/315.processed: test for timezone format
3230: +HHmm added (related to feature #1065)
3231:
3232: * src/classes/date.C: timezone format +HHmm now supported
3233: (implements feature #1065)
3234:
3235: 2016-03-28 moko
3236:
3237: * tests/: 202.html, results/131.processed, results/202.processed,
3238: results/224.processed, results/256.processed,
3239: results/315.processed: test results updated after %.2d now
3240: default for hours offset in iso-string (was %2d), test for
3241: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3242: added (related to feature #1065)
3243:
3244: 2016-03-27 moko
3245:
3246: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3247: feature #1065)
3248:
3249: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3250: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3251: added (implements feature #1065)
3252:
3253: 2016-03-24 moko
3254:
3255: * tests/: 202.html, results/202.processed: test $date.week added
3256: (related to bug #1067)
3257:
3258: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3259: date (fix for bug #1067)
3260:
3261: 2016-03-10 moko
3262:
3263: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3264:
1.102 moko 3265: 2015-12-07 moko
3266:
3267: * tests/: 326.html, results/326.processed: test for .CLASS &
3268: .CLASS_NAME optimization added (related to feature #844)
3269:
3270: 2015-11-17 moko
3271:
3272: * tests/: 323.html, results/323.processed: order added
3273:
3274: * tests/: 325.html, results/325.processed: double range test added
3275: (related to bug #1049)
3276:
3277: 2015-11-16 moko
3278:
3279: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3280: added to disallow NaN and Infinity (fixes bug #1049)
3281:
3282: 2015-11-11 moko
3283:
3284: * tests/324.html: parser 3.4.3 execution support added (related to
3285: feature #1017)
3286:
3287: * tests/: 324.html, results/324.processed: test for
3288: GET_ELEMENT4CALL feature added (feature #1017)
3289:
1.101 moko 3290: 2015-10-29 moko
3291:
3292: * operators.txt: updated for 3.4.4
3293:
3294: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3295:
3296: * src/main/pa_exec.C: get_exit_status implemented for Windows
3297: (related to bug #1043)
3298:
3299: 2015-10-28 moko
3300:
3301: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3302: hangup during ^file::exec (fixes bug #1043)
3303:
1.100 moko 3304: 2015-10-27 moko
3305:
3306: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3307:
1.99 moko 3308: 2015-10-26 moko
3309:
1.100 moko 3310: * tests/322.html, src/classes/reflection.C: arguments reorder
3311: (related to issue #1041)
3312:
3313: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3314: Copyright year updated
3315:
1.99 moko 3316: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3317: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3318: classes/form.C, classes/hash.C, classes/hashfile.C,
3319: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3320: classes/mail.C, classes/math.C, classes/memcached.C,
3321: classes/memory.C, classes/op.C, classes/reflection.C,
3322: classes/regex.C, classes/response.C, classes/string.C,
3323: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3324: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3325: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3326: include/pa_config_fixed.h, include/pa_config_includes.h,
3327: include/pa_dictionary.h, include/pa_dir.h,
3328: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3329: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3330: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3331: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3332: include/pa_request_charsets.h, include/pa_request_info.h,
3333: include/pa_sapi.h, include/pa_socks.h,
3334: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3335: include/pa_stack.h, include/pa_string.h,
3336: include/pa_stylesheet_connection.h,
3337: include/pa_stylesheet_manager.h, include/pa_table.h,
3338: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3339: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3340: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3341: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3342: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3343: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3344: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3345: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3346: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3347: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3348: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3349: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3350: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3351: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3352: main/pa_string.C, main/pa_stylesheet_connection.C,
3353: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3354: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3355: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3356: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3357: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3358: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3359: targets/isapi/parser3isapi.C, types/pa_junction.h,
3360: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3361: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3362: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3363: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3364: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3365: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3366: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3367: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3368: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3369: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3370: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3371: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3372: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3373: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3374: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3375: types/pa_vresponse.C, types/pa_vresponse.h,
3376: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3377: types/pa_vstateless_object.h, types/pa_vstatus.C,
3378: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3379: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3380: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3381: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3382: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3383:
3384: * src/targets/cgi/parser3.C: year updated
3385:
3386: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3387: issue #1041)
3388:
3389: * tests/: 323.html, results/323.processed: test for base classes
3390: added
3391:
3392: * tests/: 261.html, results/261.processed: updated after better
3393: error reporting done for $string.key exception
3394:
3395: * src/types/pa_vstring.h: better error report for $string.key
3396: exception
3397:
3398: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3399: copied as VObject::get_element4call to remove extra virtual call
3400:
3401: * tests/: 322.html, results/322.processed: test for
3402: ^reflection:is[] added (related to feature #1041)
3403:
3404: * src/classes/reflection.C: ^reflection:is empty value is void
3405: (related to feature #1041)
3406:
3407: * src/classes/reflection.C:
3408: ^reflection:is[class_name|code|method;[context;]element_name]
3409: added (implements feature #1041)
3410:
3411: 2015-10-24 moko
3412:
3413: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3414:
1.98 moko 3415: 2015-10-22 moko
3416:
3417: * tests/: 321.html, results/321.processed: test for
3418: ^reflection:method_info[] file detection added
3419:
3420: * tests/: 320.html, results/320.processed: test for
3421: ^reflection:class_by_name[class_name] added (related to feature
3422: #993)
3423:
3424: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3425: added (implements feature #993)
3426:
3427: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3428: (related to feature #1017)
3429:
3430: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3431: added (related to issue #1039)
3432:
3433: * src/main/pa_request.C: ^throw origin fixed (related to feature
3434: #1039)
3435:
3436: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3437: for VDate
3438:
3439: * tests/results/182.processed: updated after feature #1038
3440: implemented
3441:
3442: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3443: compile-time exception origin added (test for feature #1039)
3444:
3445: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3446: main/pa_request.C: exception unification: compile-time exceptions
3447: now have origin, @USE origins also tracked (implements feature
3448: #1039)
3449:
3450: 2015-10-20 moko
3451:
3452: * src/main/pa_request.C: cleanup
3453:
3454: 2015-10-15 moko
3455:
3456: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3457:
3458: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3459: types/pa_vtable.C: new feature: no more $table.method and
3460: $hash.method, aliases for _at, _count, _key (related to feature
3461: #1017)
3462:
1.97 moko 3463: 2015-10-14 moko
3464:
1.98 moko 3465: * tests/: 317.html, results/317.processed: test for
3466: ^string.unescape[] added (related to feature #120)
3467:
1.97 moko 3468: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3469: defined" bug (described in issue #1036)
3470:
3471: * tests/: 247.html, results/247.processed: test for checkBOM added
3472: (test for bug #1037)
3473:
3474: * src/: include/pa_charsets.h, main/pa_charsets.C,
3475: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3476: it's not enforced, skips BOM signature if it complies charset
3477: (fixes bug #1037)
3478:
3479: 2015-10-13 moko
3480:
3481: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3482: linking
3483:
3484: * src/classes/inet.C: vs2003 compilation fix
3485:
3486: * src/classes/math.C: warning war
3487:
3488: * src/lib/punycode/pa_punycode.c: warning war
3489:
3490: 2015-10-12 moko
3491:
3492: * src/lib/punycode/pa_punycode.c: warning war
3493:
3494: * parser3.sln: moved parser3 first, to make it default startup
3495: project
3496:
3497: * buildall: parser "mirror" now used for external libs sources
3498: (implements feature #1036)
3499:
3500: * buildall: most external libs are updated to their current
3501: versions (related to feature #1036)
3502:
3503: * src/classes/image.C: more tags added
3504:
3505: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3506:
3507: 2015-10-11 moko
3508:
3509: * src/classes/curl.C: minor optimization (related to feature #1035)
3510:
3511: 2015-10-09 moko
3512:
3513: * src/classes/curl.C: pa_strdup added for strings from curl
3514: (related to feature #1035)
3515:
3516: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3517: ULLONG_MAX definition
3518:
3519: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3520: (implements feature #1035)
3521:
3522: * src/main/pa_charset.C: String::Body(String::C) used
3523:
3524: * src/main/pa_charset.C: exceptions unified
3525:
3526: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3527: unified
3528:
3529: * src/: classes/file.C, classes/image.C, classes/mail.C,
3530: classes/op.C, classes/xdoc.C, classes/xnode.C,
3531: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3532: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3533: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3534: String::Body(String::C) constructor added (related to bug #957)
3535:
3536: * src/classes/file.C: minor optimization
3537:
3538: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3539: Cord(char*) autocreation (related to bug #957)
3540:
3541: * src/: classes/string.C, main/untaint.C: minor optimizations
3542:
3543: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3544: String(char*, Lang, length) removed, String(C(), Lang) used
3545: instead (related to bug #957)
3546:
3547: 2015-10-08 moko
3548:
3549: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3550: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3551: main/untaint.C: Now char * is converted to CORD only using
3552: AS_CORD() to check for empty cord bug (fixes bug #957)
3553:
3554: * src/include/pa_hash.h: fixed compilation without
3555: HASH_CODE_CACHING
3556:
3557: * src/classes/string.C:
3558: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3559: feature #120)
3560:
3561: * src/main/pa_common.C: reduce js flags checks count (related to
3562: feature #120)
3563:
1.96 moko 3564: 2015-10-07 moko
3565:
3566: * tests/: 275.html, results/275.processed: test modified after
3567: unsigned long long int support implemented (feature #1034)
3568:
3569: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3570: pa_atoul added for unsigned long long int support
3571:
3572: 2015-10-06 moko
3573:
3574: * src/types/pa_vdate.C: INT_MAX used
3575:
3576: 2015-10-03 moko
3577:
3578: * tests/: 302.html, results/302.processed: test for bug #1023
3579: (\u2028, \u2029 escaping) added
3580:
3581: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3582: json:string[] (fixes bug #1023)
3583:
3584: 2015-09-29 moko
3585:
3586: * tests/305.html: try-catch added for OS without ipv6 support
3587:
3588: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3589: compilation
3590:
3591: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3592: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3593: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3594: implemented to distinguish ^hash.method from $hash.field
3595: (implements feature #1017)
3596:
3597: * src/lib/punycode/pa_punycode.c: warning war
3598:
3599: * src/include/pa_config_includes.h: warning war
3600:
3601: * src/include/pa_config_includes.h: pragma warning actualized a bit
3602:
3603: * src/include/pa_config_includes.h: warning war
3604:
3605: * src/include/pa_hash.h: clang compilation fix
3606:
3607: 2015-09-27 moko
3608:
3609: * src/main/compile.tab.C: Bison 3 is now default
3610:
3611: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3612:
3613: 2015-09-25 moko
3614:
3615: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3616: works with undefined HASH_ORDER (related to feature #196)
3617:
3618: 2015-09-24 moko
3619:
3620: * tests/: 027.html, results/027.processed: test modified to test
3621: ^hash.sort (feature #196)
3622:
3623: * src/: classes/hash.C, include/pa_hash.h:
3624: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3625: added (implements feature #196)
3626:
3627: * tests/: 316.html, results/316.processed: Added test for bug #1025
3628: (exception handling in non-cached ^cache), plus for "it does not
3629: have logical value" and "$exception.handled value must be either
3630: boolean or string 'cache'" exceptions.
3631:
3632: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3633: code (fixes bug #1025)
3634:
1.95 moko 3635: 2015-09-23 moko
3636:
3637: * src/classes/table.C: warning war
3638:
3639: * src/: classes/math.C, types/pa_vcookie.C: warning war
3640:
3641: * src/classes/file.C: warning war
3642:
3643: * src/: include/pa_table.h, main/pa_table.C: warning war
3644:
3645: * src/: main/pa_request.C, classes/date.C: warning war
3646:
3647: * src/: types/pa_vdate.C, classes/op.C: warning war
3648:
3649: * tests/: 122.html, results/122.processed: win sync: to remove
3650: differences with OS that doesn't keep timezone change history
3651:
3652: * src/types/pa_vdate.C: tzset() should be called in Windows after
3653: TZ change (related to feature #36)
3654:
3655: * tests/: 075.html, results/075.processed: win sync: to remove
3656: differences with OS that doesn't keep timezone change history
3657:
3658: * tests/: 315.html, results/315.processed: win sync: to remove
3659: differences with OS that doesn't keep timezone change history
3660:
3661: * tests/: 256.html, results/256.processed: win sync: to remove
3662: differences with OS that doesn't keep timezone change history
3663:
3664: * tests/: 124.html, results/124.processed: win results sync: to
3665: avoid hitting time change hole.
3666:
3667: * src/types/pa_vdate.C: static returned. :)
3668:
3669: 2015-09-22 moko
3670:
3671: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3672:
3673: * tests/results/131.processed: more tests for feature #1032
3674:
3675: * src/classes/date.C: minor fix related to feature #1032
3676:
3677: * operators.txt: ISO date creation documented (related to feature
3678: #1032)
3679:
3680: * operators.txt: iso-string documented (related to feature #1032)
3681:
3682: * tests/: 315.html, results/315.processed: more tests added
3683: (related to feature #1032)
3684:
3685: * tests/: 131.html, results/131.processed: date range checks
3686: updated (related to feature #36)
3687:
3688: * tests/: 315.html, results/057.processed, results/315.processed:
3689: test added for ISO date support (related to issue #315)
3690:
3691: * src/classes/date.C: more readable exceptions in date creation
3692: (related to ticket #1032)
3693:
3694: 2015-09-18 moko
3695:
3696: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3697: added (related to issue #1032)
3698:
3699: * tests/results/256.processed, src/classes/json.C: iso-string
3700: documented (related to issue #1032)
3701:
3702: * tests/: 256.html, results/256.processed: ISO date check added
3703: (related to issue #1032)
3704:
3705: * tests/: 057.html, results/057.processed, results/224.processed:
3706: tests results updated after ISO date support implemented (related
3707: to feature #1032)
3708:
3709: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3710: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3711: ^date::create[string] constructor formalized, ^date.iso-string[]
3712: added (implements feature #1032)
3713:
3714: 2015-09-05 moko
3715:
3716: * operators.txt: actualized
3717:
3718: * operators.txt: date changes documented (related to ticket #36)
3719:
3720: 2015-09-04 moko
3721:
3722: * src/types/pa_vdate.C: warning war
3723:
3724: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3725:
3726: 2015-09-03 moko
3727:
3728: * tests/results/096.processed: test result updated for 0..9999 year
3729: date range support (related to feature #36)
3730:
3731: * tests/: 314.html, results/314.processed: test for
3732: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3733: bug #1031)
3734:
3735: * src/classes/string.C: Static calls fixed for ^string:base64[],
3736: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3737:
1.116 moko 3738: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3739: configure.in -> configure.ac
1.95 moko 3740:
1.116 moko 3741: * configure, configure.in, src/include/pa_config_auto.h.in: more
3742: correct timezone check for FreeBSD Warning war: configure.in ->
3743: configure.ac
1.95 moko 3744:
3745: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3746: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3747: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3748: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3749: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3750: src/main/Makefile.am, src/targets/apache/Makefile.am,
3751: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3752: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3753: check added
3754:
3755: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3756:
3757: * tests/results/: 124.processed, 224.processed: test resuls updated
3758: for new date implementation (related to feature #36)
3759:
3760: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3761: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3762: types/pa_vdate.h: new double date implementation with internal
3763: support for extended 0..9999 year range, default timezone support
3764: (related to feature #36)
3765:
3766: 2015-08-28 moko
3767:
3768: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3769: (fixes bug #1030)
3770:
3771: 2015-08-21 moko
3772:
3773: * src/classes/inet.C: snprintf size "bug" commented
3774:
3775: * src/main/pa_common.C: snprintf comments updated
3776:
3777: 2015-08-16 moko
3778:
3779: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3780:
3781: 2015-08-11 moko
3782:
3783: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3784: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3785: can be null (fixes bug #1029)
3786:
3787: 2015-08-06 moko
3788:
1.116 moko 3789: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3790: pa_vdate.C added
1.95 moko 3791:
3792: 2015-08-05 moko
3793:
3794: * tests/: 313.html, results/313.processed: test for
3795: ^table.count[columns] and ^table.flip[] with nameless tables
3796: (feature #1003)
3797:
3798: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3799: max_cell added, now ^table.count[columns] and ^table.flip[] works
3800: correctly for nameless tables (implements feature #1003)
3801:
3802: 2015-08-03 moko
3803:
3804: * tests/312.html: test for ^table.append[$hash] and
3805: ^table.insert[$hash] added (related to feature #1028)
3806:
3807: * src/classes/table.C: ^table.append[$hash] and
3808: ^table.insert[$hash] now supported (implements feature #1028)
3809:
3810: * tests/: 312.html, results/312.processed: test row copy in
3811: ^table.hash[; $.type[table] ] added (related to feature #1016)
3812:
3813: * src/classes/table.C: row copy now created in ^table.hash[;
3814: $.type[table] ] (related to feature #1016)
3815:
3816: 2015-07-29 moko
3817:
3818: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3819: added (related to feature #1016)
3820:
3821: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3822: ^table.delete[] added to delete current row (related to feature
3823: 1016)
3824:
3825: 2015-07-28 moko
3826:
3827: * tests/: 312.html, results/312.processed: test for
3828: $table.column[value] and ^table.insert{row} (related to feature
3829: #1016)
3830:
3831: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3832: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3833: ^table.insert{row} are now implemented (feature #1016)
3834:
3835: * src/include/pa_array.h: Optimization: bool reverse removed from
3836: append(), insert() added, memmove arguments order in remove()
3837: fixed (related to feature #1016)
3838:
3839: 2015-07-23 moko
3840:
3841: * src/classes/json.C: tainted json and empty json exception added
3842: (implements feature #1015)
3843:
3844: * tests/: 311.html, results/311.processed: empty json and tainted
3845: json exception test added (related to issue #1015)
3846:
3847: 2015-07-22 moko
3848:
3849: * tests/: 311.html, results/311.processed: test for UTF-8
3850: processing added
3851:
3852: * tests/: 311.html, results/311.processed: test for
3853: json_exception_with_source added (related to issue #394)
3854:
3855: * src/classes/json.C: json_exception_with_source added (implements
3856: feature #394)
3857:
3858: 2015-06-29 moko
3859:
3860: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3861: directories are now correctly determined if _d_type == DT_UNKNOWN
3862: (closes bug #1027)
3863:
3864: 2015-06-10 moko
3865:
3866: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3867: error if libxml has LIBXML_ICU_ENABLED.
3868:
3869: 2015-06-04 moko
3870:
3871: * tests/099.html: ups, reverting
3872:
3873: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3874: results/310.processed: tests for $response:body[ $.file[] ] and
3875: $response:last-modified added
3876:
3877: * src/main/pa_request.C: last-modified check fixed
3878:
3879: 2015-06-03 moko
3880:
3881: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3882: results/205.processed, results/293.processed: $response:headers
3883: logging added (tests for feature #1007)
3884:
3885: * src/: include/pa_common.h, include/pa_request.h,
3886: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3887: $response:headers are now in uppercase (closes feature #1007)
3888:
3889: 2015-06-02 moko
3890:
3891: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3892: build errors reverted for clang compatibility
3893:
3894: 2015-06-01 moko
3895:
3896: * src/include/pa_memory.h: -pedantic build errors fixed
3897:
3898: * src/classes/math.C: -pedantic build error fixed
3899:
3900: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3901:
3902: 2015-05-31 moko
3903:
3904: * src/classes/table.C: USE_STRINGSTREAM optimized
3905:
3906: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3907: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3908: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3909: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3910: types/pa_vxnode.h: warning war (-pedantic flag)
3911:
3912: 2015-05-28 moko
3913:
3914: * tests/: 308.html, results/308.processed: test for
3915: ^table::create[$t;], etc work added (related to bug #975)
3916:
3917: * src/classes/table.C: check_option_param removed,
3918: ^table::create[$t;], etc now works (fixes bug #975)
3919:
3920: 2015-05-27 moko
3921:
3922: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3923: (Debian jessie) fixed (closes issue #1024)
3924:
3925: * tests/Makefile: sort added as in Debian jessie list become
3926: unsorted
3927:
3928: 2015-05-18 moko
3929:
3930: * tests/: 201.html, results/201.processed: test for
3931: ^string.trim[what] feature #1022
3932:
3933: * src/classes/string.C: ^string.trim[what] now supported,
3934: implements feature #1022
3935:
3936: 2015-05-17 moko
3937:
3938: * tests/results/185.processed: test result updated as feature #1021
3939: implemented (left/right accept negative parameter)
3940:
3941: * src/classes/string.C: left/right now accept negative parameter
3942: (implements feature #1021)
3943:
3944: 2015-05-08 moko
3945:
3946: * src/classes/math.C: isalnum -> pa_isalnum
3947:
3948: * src/main/execute.C: optimization in getter-junction processing
3949: (related to issue #997)
3950:
3951: 2015-05-07 moko
3952:
3953: * tests/: 307.html, results/307.processed: test for issue #997
3954: added
3955:
3956: * src/main/execute.C: process_getter result now checked if junction
3957: returned (closes issue #997)
3958:
3959: * tests/: 305.html, results/305.processed: sort added to ignore
3960: different order
3961:
3962: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3963: assignment (closes issue #994)
3964:
3965: * tests/: 306.html, results/306.processed: test for issue #994
3966: added
3967:
3968: * tests/: 303.html, results/303.processed: two more errors tested
3969:
3970: 2015-05-06 moko
3971:
3972: * tests/: 305.html, results/305.processed: test for name2ip &
3973: ip2name added (related to feature #992)
3974:
3975: * tests/: 303.html, 304.html, results/303.processed,
3976: results/304.processed: tests for idna conversion added (related
3977: to issue #849)
3978:
3979: 2015-05-02 moko
3980:
3981: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3982: implemented
3983:
3984: 2015-04-30 moko
3985:
3986: * src/main/pa_http.C: idna_host added, related to issue #849
3987:
3988: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3989: (related to issue #849)
3990:
3991: 2015-04-24 moko
3992:
3993: * src/types/pa_vjunction.C: warning war
3994:
3995: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3996: unification
3997:
3998: * src/lib/punycode/pa_idna.c: warning war
3999:
4000: 2015-04-22 moko
4001:
4002: * src/main/main.vcproj: punycode include path added
4003:
4004: * src/lib/punycode/pa_idna.c: windows compile error fixed
4005:
4006: * src/lib/punycode/pa_idna.c: warning war
4007:
4008: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4009: project file added
4010:
4011: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4012:
4013: * src/include/pa_memory.h: warning war
4014:
4015: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4016: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4017: implemented (related to feature #849)
4018:
4019: * configure.in, src/main/Makefile.am,
4020: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4021: libpunycode added in Unix
4022:
4023: 2015-04-21 moko
4024:
4025: * configure.in: large files support
4026:
4027: 2015-04-15 moko
4028:
4029: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4030: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4031: pa_punycode.h: initial version for punycode/idna support library
4032: (ticket #849)
4033:
4034: 2015-04-08 moko
4035:
4036: * src/: classes/curl.C, classes/date.C, classes/file.C,
4037: classes/image.C, classes/mail.C, classes/reflection.C,
4038: classes/string.C, classes/xnode.C, include/pa_request.h,
4039: include/pa_string.h, include/pa_stylesheet_connection.h,
4040: main/compile.y, main/compile_tools.h, main/execute.C,
4041: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4042: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4043: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4044: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4045: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4046: clang compiler warnings (closes issue #1018)
4047:
4048: * src/include/pa_string.h: String::Body comparation operators with
4049: char * added (related to issue #958)
4050:
4051: 2015-04-07 moko
4052:
4053: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4054: pa_malloc/pa_free to remove system malloc/free usage (related to
4055: issue #1018)
4056:
4057: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4058: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4059: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4060: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4061: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4062: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4063: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4064: malloc/strdup/free replaced with pa_ version and checks for
4065: accidental use of non-pa_ version added (related to issue #1018)
4066:
4067: 2015-04-03 moko
4068:
4069: * buildall: pcre-8.33 -> pcre-8.36
4070:
4071: * src/: main/compile.y, classes/form.C, classes/mail.C,
4072: classes/op.C, classes/string.C, main/compile.tab.C,
4073: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4074: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4075: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4076: ticket #958)
4077:
4078: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4079: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4080: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4081: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4082: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4083: $request:headers, $request:method added (implements feature
4084: #1007)
4085:
4086: 2015-03-17 misha
4087:
4088: * tests/302.html: - test for
4089: ^json:string[...;$._default[method-name]]
4090:
4091: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4092: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4093: option $._default[method-name] is specified in ^json:string[], a
4094: method with specified name will be called for classes/objects
4095: serialization ( new feature: #982 )
4096:
4097: 2015-03-16 misha
4098:
4099: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4100: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4101: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4102: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4103: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4104: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4105: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4106: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4107: types/pa_vrequest.h, types/pa_vstateless_class.C,
4108: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4109: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4110: $var.CLASS_NAME now have special opcodes. This can be switched
4111: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4112: on pa_opcode.h ( new feature: #844 )
4113:
4114: 2015-03-15 misha
4115:
4116: * tests/075.html: - test for $response:header[]
4117:
4118: * src/types/pa_vresponse.C: - $response:header[] deletes header
4119: that was set earlie ( new feature: #1001 )
4120:
4121: 2015-03-12 misha
4122:
4123: * tests/246.html: - more tests for ^hash._at[]
4124:
4125: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4126: accepts second param [key|value|hash] ( new feature: #1012 )
4127:
4128: 2015-03-09 moko
4129:
4130: * src/types/pa_vmail.C: exception for everything but
4131: $mail:received, closes issue #1011
4132:
4133: 2015-02-20 moko
4134:
4135: * tests/: 275.html, results/275.processed: hex detection in
4136: pa_atoui fix test (closes issue #1010)
4137:
4138: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4139: issue #1010)
4140:
4141: 2015-02-17 moko
4142:
4143: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4144: tainted.
4145:
4146: 2015-02-03 misha
4147:
4148: * tests/301.html: - test for ^json:string($double) causes
4149: exception. bugfix: #1008
4150:
4151: * src/classes/json.C: - ^json:string($double) causes exception.
4152: bugfix: #1008
4153:
4154: * tests/014.html: - updated for work with ^hash.delete[]
4155:
4156: 2015-01-12 misha
4157:
4158: * src/: classes/form.C, include/pa_common.h,
4159: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4160: types/pa_vform.h: - supports body with PUT method as well ( new
4161: feature: #1006 )
4162:
4163: * src/classes/file.C: - warnings war
4164:
4165: 2015-01-11 misha
4166:
4167: * tests/300.html: - test for ^hash.delete[] is added
4168:
4169: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4170: feature: #989 ) - tiny optimization in intersects
4171:
4172: 2015-01-06 moko
4173:
4174: * src/types/pa_vmail.C: file names transcode added, to and cc added
4175: with transcode, attachments detection fixed
4176:
4177: * src/main/pa_request.C: filling mail received after cgi/auto.p
4178: load to allow charset switch (related to issue #996)
4179:
4180: 2014-12-31 moko
4181:
4182: * src/types/pa_vmail.C: from and subject now transcoded if not
4183: UTF-8 source charset (fixes issue 996)
4184:
4185: * src/main/pa_exception.C: fixed string from stack bug (closes
4186: issue #1000)
4187:
4188: 2014-12-11 misha
4189:
4190: * src/types/pa_vhashfile.C: - check if key is not empty before
4191: access ( bug fix: #1005 )
4192:
4193: 2014-11-13 misha
4194:
4195: * src/main/compile.y: - PC.append does not reset to false while
4196: creating a new class. bugfix: #990
4197:
4198: * tests/299.html: - test for creation class after working with
4199: partial class (create+append)
4200:
4201: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4202: #995
4203:
4204: * tests/232.html: - test for @get[def] added
4205:
4206: 2014-10-12 moko
4207:
4208: * src/lib/pcre/pcre_internal.vcproj: correct path
4209:
4210: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4211: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4212: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4213: targets/apache/ApacheModuleParser3.vcproj,
4214: targets/apache/ApacheModuleParser3Core.vcproj,
4215: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4216: types/types.vcproj: project GUID inserted in *.vcproj for correct
4217: conversion in newer VS versions
4218:
4219: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4220: pcre_internal.vcproj added
4221:
4222: 2014-08-28 moko
4223:
4224: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4225: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4226: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4227:
4228: 2014-06-30 misha
4229:
4230: * tests/298.html: - tests for ^reflection:def[class;className]
4231: added
4232:
4233: * src/classes/reflection.C: - ^reflection:def[class;className]
4234: added ( new feature: #918 )
4235:
4236: 2014-06-29 misha
4237:
4238: * src/classes/table.C: - ^table::create[unsupported data] -
4239: exception comment changed to "body must be table or code" ( bug
4240: fix: #951 )
4241:
4242: * tests/: 261.html, results/261.processed: - tests for
4243: ^json:string[...;$.void[null|string]] added
4244:
4245: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4246: option $.void[string|null] added to ^json:string[...] ( new
4247: feature: #952 )
4248:
4249: 2014-06-28 moko
4250:
4251: * src/classes/curl.C: $.charset now processed before other curl
4252: options (closes issue #980)
4253:
4254: 2014-05-23 misha
4255:
4256: * src/classes/json.C: - bug fix: #987
4257:
4258: 2014-05-04 misha
4259:
4260: * tests/: 253.html, 253_json.txt: - test for
4261: ^json:parse[$.int(false)] is added
4262:
4263: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4264: default true). The option is similar to $.double(bool) but for
4265: integers.
4266:
4267: 2014-05-01 moko
4268:
4269: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4270: #12 )
4271:
4272: 2014-04-16 moko
4273:
4274: * src/main/pa_http.C: response-charset option should finally work
4275: now (fix for issue #867)
4276:
4277: * src/main/pa_http.C: response-charset option should work now (fix
4278: for issue #867)
4279:
4280: 2014-03-07 moko
4281:
4282: * buildall: libgc moved
4283:
4284: * buildall: libgc moved
4285:
4286: 2013-12-29 moko
4287:
4288: * src/classes/string.C: ^string:js-unescape result now tainted,
4289: closes issue #966
4290:
4291: * tests/: 186.html, results/186.processed: ^string:js-unescape
4292: result now tainted, issue #966
4293:
4294: 2013-12-03 moko
4295:
4296: * src/: classes/memcached.C, types/pa_vmemcached.C,
4297: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4298: option was added for http://www.parser.ru/forum/?id=79343
4299:
4300: * src/classes/file.C: bugfix for
4301: http://www.parser.ru/forum/?id=79337
4302:
4303: 2013-11-05 moko
4304:
4305: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4306:
4307: * src/main/pa_globals.C: spelling fixed
4308:
4309: 2013-10-29 moko
4310:
4311: * src/lib/json/json.vcproj: json.c -> pa_json.C
4312:
4313: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4314: #892
4315:
4316: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4317: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4318: exceptions to be thrown thougth json library), related to issue
4319: #892
4320:
4321: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4322: related to issue #896
4323:
4324: 2013-10-24 moko
4325:
4326: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4327:
4328: 2013-10-23 moko
4329:
4330: * README: actualization
4331:
4332: 2013-10-22 moko
4333:
4334: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4335: compatibility patch from Sergey Kirpichev
4336:
4337: * tests/: 297.html, results/297.processed: non-working getter fix
4338: test for issue #948
4339:
4340: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4341: called when saving value of $match variable in ^string.match[] to
4342: increase compatibility (related to issue #948).
4343:
4344: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4345: usage optimization
4346:
4347: 2013-10-21 moko
4348:
4349: * tests/: 182.html, results/182.processed: local path removed for
4350: compatibility
4351:
4352: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4353: results/244.processed, results/253.processed,
4354: results/254.processed, results/275.processed,
4355: results/281.processed: try_catch -> try-catch
4356:
4357: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4358: results/294.processed, results/296.processed: try_catch ->
4359: try-catch
4360:
4361: 2013-10-20 moko
4362:
4363: * tests/: 296.html, results/296.processed: test for xsl exception
4364: for issue #938 added.
4365:
4366: * src/: include/pa_xml_exception.h,
4367: main/pa_stylesheet_connection.C: forgotten to be replaced
4368: XmlException is now replaced (once again closes issue #938)
4369:
4370: 2013-10-18 moko
4371:
4372: * buildall: disable clock_gettime detection to avoid librt linking
4373: (which in turn depends on libpthread), related to issue #943
4374:
4375: 2013-10-18 misha
4376:
4377: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4378: lib/smtp/smtp.vcproj, main/main.vcproj,
4379: targets/apache/ApacheModuleParser3Core.vcproj,
4380: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4381: types/types.vcproj: - new locations for libxml2 includes where
4382: added to vcproj files
4383:
4384: 2013-10-18 moko
4385:
4386: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4387: fix
4388:
4389: * tests/: 295.html, results/295.processed: test for issue #948
4390: updated
4391:
4392: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4393: :)
4394:
4395: * tests/: 295.html, results/295.processed: test for issue #948
4396: added
4397:
4398: * src/: classes/hash.C, classes/string.C, classes/table.C,
4399: include/pa_request.h, types/pa_method.h: for getters and setters
4400: to be executed request.put_element should be called, not
4401: context.put_element (fixes issue #948)
4402:
4403: 2013-10-17 moko
4404:
4405: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4406: LIBXML2_NEW_BUFFER check (closes issue #943)
4407:
4408: * buildall: libxml 2.9.1 build is broken --without-reader.
4409:
4410: 2013-10-16 moko
4411:
4412: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4413:
4414: * tests/: 294.html, results/294.processed: test for issue #938
4415:
4416: * src/: classes/xdoc.C, classes/xnode.C,
4417: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4418: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4419:
4420: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4421: libxslt-1.1.26 -> libxslt-1.1.28
4422:
4423: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4424: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4425: to '?', related to issue #938
4426:
4427: 2013-10-15 moko
4428:
4429: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4430: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4431: minor optimizations (closes issue #896)
4432:
4433: * tests/results/: 292.processed, 293.processed: results updated to
4434: comply with issue #896
4435:
4436: * tests/: 292.html, 293.html, results/292.processed,
4437: results/293.processed: tests for json escaping
4438:
4439: 2013-10-14 moko
4440:
4441: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4442: and cleanup, code moved from .h to .C, no changes in code
4443:
4444: 2013-10-12 moko
4445:
4446: * tests/results/119.processed: updated test result commited
4447:
4448: * tests/: 291.html, results/291.processed: test for issue #894
4449: added
4450:
4451: * src/types/pa_wcontext.h: base methods call support function
4452: get_somebody_entered_some_class should not be true forever, as
4453: wcontext can have many get_elements calls (fixes issue #894)
4454:
4455: 2013-10-11 moko
4456:
4457: * tests/: 290.html, results/290.processed: test for junction GPF
4458: issue #942 added
4459:
4460: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4461: to native method fixed (closes issue #942)
4462:
4463: * tests/: 158.html, results/158.processed: test for csv-string[]
4464: added
4465:
4466: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4467: feature #907)
4468:
4469: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4470: feature #907)
4471:
4472: 2013-10-09 moko
4473:
4474: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4475: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4476: types/pa_vstateless_class.C: GET_default, SET_default now works
4477: properly not only in objects, but in classes as well (closes
4478: issue #903)
4479:
4480: * tests/: 289.html, results/289.processed: GET/SET_default now
4481: works in classes, not only objects, test case added, related to
4482: issue #903
4483:
4484: * tests/: 288.html, results/288.processed: test for endless
4485: recursion bug added (related to issue #903)
4486:
4487: 2013-10-05 moko
4488:
4489: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4490: classes/table.C, main/execute.C, types/pa_method.h,
4491: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4492: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4493: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4494: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4495: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4496: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4497: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4498: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4499: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4500: optimization: put_element no longer has "bool areplace" argument,
4501: related to issue #903
4502:
4503: 2013-10-03 moko
4504:
4505: * tests/results/182.processed: result for $.replace(false) test
4506: commited
4507:
4508: * src/classes/date.C: ^date::create(number) processed correctly
4509: (fixes issue #901)
4510:
4511: * src/classes/image.C: as_no_junction removed, as param can be
4512: expression (closes issue #931)
4513:
4514: * tests/233.html: test for issue #931 added
4515:
4516: 2013-10-02 moko
4517:
4518: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4519: modified, test for $.replace(false) added
4520:
4521: * src/main/compile_tools.h: forgotten class replace returned. :)
4522:
4523: 2013-09-30 moko
4524:
4525: * tests/: 141.html, results/141.processed: md5 tainting test added
4526:
4527: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4528: main/compile_tools.h, main/pa_request.C: allow_class_replace
4529: implemented; $.replace option added to ^process and ^use
4530:
4531: 2013-08-27 moko
4532:
4533: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4534: cstr_to_string_body_untaint should be called with charsets for
4535: possible uri language and connection for possible sql language.
4536: related to issue #857
4537:
4538: * buildall: and -> or fixed
4539:
4540: 2013-08-26 moko
4541:
4542: * buildall: prepare_ functions logic changed to support
4543: gc-7.2d.tar.gz extracting to gc-7.2 directory
4544:
4545: 2013-08-23 moko
4546:
4547: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4548: statically
4549:
4550: 2013-08-22 moko
4551:
4552: * src/classes/string.C: String::Empty used (related to issue #912)
4553: append_know_length removed (related to old GPF bug)
4554:
4555: 2013-08-21 moko
4556:
4557: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4558:
4559: * src/classes/math.C: ^math:digest[...;$file] support added
4560: (related to ticket #857
4561:
4562: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4563: implemented
4564:
4565: * src/types/pa_vhashfile.h: warning war
4566:
4567: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4568: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4569: anti_endless_json_string_recoursion removed from request;
4570: json_string_recoursion added to json_options; $.indent[indent
4571: value] now supported and passed within recoursion closes feature
4572: #937
4573:
4574: * tests/: 287.html, results/287.processed: test for feature #937
4575:
4576: 2013-07-31 moko
4577:
4578: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4579: compilation having #define _S
4580:
4581: * src/main/pa_globals.C: cleanup
4582:
4583: 2013-07-30 moko
4584:
4585: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4586: main/pa_common.C: vs2003 warning war
4587:
4588: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4589:
4590: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4591:
4592: * src/lib/md5/pa_sha2.c: warning war
4593:
4594: 2013-07-29 moko
4595:
4596: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4597: patches from github
4598:
4599: * src/: classes/bool.C, classes/double.C, classes/int.C,
4600: classes/memcached.C, include/pa_config_includes.h,
4601: types/pa_vfile.C, types/pa_vfile.h: warning war
4602:
4603: * src/lib/json/json.vcproj: C++ -> C
4604:
4605: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4606:
4607: * src/lib/json/: json.c, pa_json.C: windows compatibility
4608:
4609: * src/lib/json/: json.c, pa_json.C: windows compatibility
4610:
4611: * src/lib/json/: json.c, pa_json.C: warning war
4612:
4613: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4614:
4615: * src/include/pa_config_fixed.h: uint16_t added
4616:
4617: * configure.in: uint16_t check added
4618:
4619: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4620: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4621: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4622: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4623: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4624:
4625: 2013-07-25 moko
4626:
4627: * parser3.sln: dependencies added
4628:
4629: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4630: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4631: module support
4632:
4633: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4634:
4635: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4636:
4637: 2013-07-23 moko
4638:
4639: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4640: PA_DEBUG_GC_MEMORY removed
4641:
4642: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4643: PA_DEBUG_DISABLE_GC compilation fix
4644:
4645: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4646: main/pa_request.C: outdated RESOURCES_DEBUG removed
4647:
4648: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4649: garbage cleanup
4650:
4651: * src/main/pa_common.C: warning war
4652:
4653: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4654:
4655: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4656: minor cleanup
4657:
4658: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4659: uses cygwin, not WIN32 implementation
4660:
4661: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4662: able to exec shell scripts
4663:
4664: * src/classes/math.C: ifdef WIN32 cleanup
4665:
4666: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4667:
4668: * src/classes/curl.C: LT_MODULE_EXT used
4669:
4670: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4671:
4672: 2013-07-22 moko
4673:
4674: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4675: includes fix
4676:
4677: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4678:
4679: * configure.in, src/include/pa_config_includes.h,
4680: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4681: src/main/pa_exec.C: includes cleanup
4682:
4683: * src/targets/cgi/parser3.C: 2012->2013
4684:
4685: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4686:
4687: * configure.in, src/include/pa_config_includes.h,
4688: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4689: src/main/pa_random.C, src/main/pa_socks.C,
4690: src/types/pa_vstatus.C: cygwin support cleanup
4691:
4692: * configure.in: dirent.h check added
4693:
4694: * src/: include/pa_config_includes.h, include/pa_dir.h,
4695: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4696: not copied
4697:
4698: 2013-07-21 moko
4699:
4700: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4701:
4702: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4703: parser3.vcproj: unused getopt.h / getopt.c removed
4704:
4705: * operators.txt, src/classes/file.C, tests/022.html,
4706: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4707: $.stat(true)] usage commented
4708:
4709: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4710: src/main/pa_dir.C: ^file:list[] now has dir column and when
4711: $.stat(true) it has size/*date columns modified patch from misha@
4712: that closes issue #914.
4713:
4714: * src/: include/pa_config_includes.h, main/pa_globals.C:
4715: PA_RELEASE_ASSERTS removed
4716:
4717: * src/lib/md5/pa_md5c.c: minor cleanup
4718:
4719: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4720: localeconv()->decimal_point usage remoed (related to issue #934)
4721:
4722: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4723: cordprnt.c removed
4724:
4725: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4726: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4727: pa-include/pa_strings.h: includes cleanup
4728:
4729: * src/lib/md5/pa_md5c.c: headers cleanup
4730:
4731: 2013-07-20 moko
4732:
4733: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4734: cleanup
4735:
4736: 2013-07-19 moko
4737:
4738: * src/classes/math.C: extern "C" added for crypt
4739:
4740: 2013-07-18 moko
4741:
4742: * src/classes/math.C: fix redhat7.2 build
4743:
4744: 2013-07-17 moko
4745:
4746: * configure.in, src/include/pa_config_includes.h,
4747: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4748: added for uint8/32/64_t)
4749:
4750: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4751: pa_config_includes.h used for uint32/64_t
4752:
4753: 2013-07-16 moko
4754:
4755: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4756: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4757: war
4758:
4759: * src/main/compile.tab.C: compile.y was updated
4760:
4761: * src/main/compile.y: warning war
4762:
4763: * src/: include/pa_exception.h, main/pa_exception.C,
4764: main/pa_xml_exception.C: warning war
4765:
4766: * src/: include/pa_common.h, main/pa_common.C: warning war
4767:
4768: * configure.in: beauty :)
4769:
4770: * tests/: 141.html, results/141.processed: sha256/512 added
4771:
4772: 2013-07-13 moko
4773:
4774: * src/lib/md5/md5.vcproj: sha2 added
4775:
4776: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4777: classes/math.C: sha2 support (sha256/sha512 digest)
4778:
4779: 2013-07-08 moko
4780:
4781: * src/classes/image.C: directory read or other read problem message
4782: fixed (related to issue #933)
4783:
4784: 2013-07-07 moko
4785:
4786: * AUTHORS: + misha + moko. :)
4787:
4788: 2013-07-06 moko
4789:
4790: * src/: classes/curl.C, include/pa_globals.h,
4791: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4792: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4793: for lt_dlinit to be called once and lt_dlexit called at right
4794: place (related to issue #925)
4795:
4796: 2013-07-04 moko
4797:
4798: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4799: VString::as_vfile now uses vfile.set_binary_string to avoid
4800: content-type to be set, as it brokes badly designed logic in
4801: response output. This hopefully finishes issue #928.
4802:
4803: * tests/results/: 256.processed, 286.processed: file now displayed
4804: as name, size, mode, content-type
4805:
4806: * src/main/pa_common.C: read error now reported cottectly (fixes
4807: issue #933
4808:
4809: 2013-06-28 moko
4810:
4811: * tests/: 286.html, results/286.processed: test extended
4812:
4813: * tests/: 286.html, results/286.processed: Test for issue #928
4814: added. it tests default content-type change.
4815:
4816: * src/types/pa_vfile.C: closes issue #928 - default content-type
4817: now updated
4818:
4819: 2013-06-25 moko
4820:
4821: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4822: content-type for text/binary files without name added;
4823: ^file::create[$f;...] options now works properly and $f
4824: properties are default (fixes issue #928)
4825:
4826: 2013-05-16 misha
4827:
4828: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4829: added
4830:
4831: * src/main/pa_table.C: - a tiny memory optimisation while creating
4832: table if specified limit is bigger than source rows count
4833:
4834: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4835: added ( new feature: #858 )
4836:
4837: 2013-04-29 moko
4838:
4839: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4840: $.ipresolve(0|1|2) added (closes issue #891)
4841:
4842: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4843:
4844: 2013-04-24 moko
4845:
4846: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4847: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4848: types/pa_vmemcached.h: ^memcache.release[] added, calls
4849: memcached_quit (refs #893)
4850:
4851: 2013-04-22 moko
4852:
4853: * src/: include/pa_string.h, main/pa_common.C: no more double
4854: slashes in file path (fixes bug #872)
4855:
4856: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4857: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4858: #739)
4859:
4860: * tests/results/266.processed: $.max_params added (feature #915)
4861:
4862: * src/: include/pa_common.h, main/pa_http.C: response-charset
4863: option added to file::load (closes issue #867)
4864:
4865: 2013-04-20 misha
4866:
4867: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4868: commited
4869:
4870: 2013-03-15 misha
4871:
4872: * src/classes/: hash.C, table.C: - Optimisation: do not create
4873: multiple empty strings while ::sql. uae String::Empty instead
4874:
4875: 2013-03-14 misha
4876:
4877: * src/classes/reflection.C: - for user classes
4878: ^reflection:method_info[] returns $.max_params and $.extra_param
4879: with $.call_type if they available ( new feature: #915 )
4880:
4881: * src/classes/file.C: - ^file:delete[] now supports an option
4882: $.exception(false) that suppress any exception while deleting
4883: file ( new feature: #916 )
4884:
4885: * src/classes/curl.C: - parsing cookies after curl:load now should
4886: work :)
4887:
4888: 2013-03-12 misha
4889:
4890: * src/types/pa_vfile.C: - if specified file_name is empty string
4891: set default name for the file
4892:
4893: 2013-03-11 misha
4894:
4895: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4896: also available in $f.cookies
4897:
4898: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4899: moved to a separate method
4900:
4901: 2013-03-10 moko
4902:
4903: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4904: added
4905:
4906: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4907: removed (declared by autoconf)
4908:
4909: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4910: uint32_t define
4911:
4912: 2013-03-10 misha
4913:
4914: * src/classes/file.C: ^file:delete and ^file:move now support
4915: option $.keep-empty-dirs(true) ( new feature: #884 )
4916:
4917: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4918: empty dirs is added
4919:
4920: 2013-03-10 moko
4921:
4922: * src/classes/: bool.C, double.C, int.C: default can be present,
4923: but default check removed from ^int/double/bool.int/double/bool
4924: for string.int/double/bool compatibility (related to issue #913)
4925:
4926: * src/classes/string.C: ^string.int/dobule/bool no longer
4927: internally throws exception if default is present (closes issue
4928: #913)
4929:
4930: 2013-03-09 misha
4931:
4932: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4933: optimisations ( #845 )
4934:
4935: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4936:
4937: 2013-03-08 moko
4938:
4939: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4940: creates correct table (fixes issue #910)
4941:
4942: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4943: use outside of 'connect' operator (fixes issue #911)
4944:
4945: * tests/results/: 096.processed, 122.processed: test results
4946: updated as doubles now printed with 15 significant digits, not 5
4947: (fixes issue #882)
4948:
4949: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4950: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4951:
4952: 2013-02-21 moko
4953:
4954: * src/classes/table.C: _locate_name_value does not check arguments
4955: count, so we check it in advance (fixes issue #905)
4956:
4957: 2012-10-23 moko
4958:
4959: * buildall: old shell for and echo compatibility (for six)
4960:
4961: 2012-10-19 moko
4962:
4963: * buildall: --strip added --disable-safe-mode listed in usage
4964:
4965: 2012-10-17 misha
4966:
4967: * src/classes/op.C: - apply-taint should not throw "outside
4968: connect" exception with sql lang now
4969:
4970: 2012-10-17 moko
4971:
4972: * src/main/pa_request.C: bugfix: safe mode should be inited for
4973: each request (for apache module)
4974:
4975: 2012-09-26 moko
4976:
4977: * src/doc/doxygen.cfg: png -> svg
4978:
4979: 2012-09-25 moko
4980:
4981: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4982: test added
4983:
4984: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4985: double use when key is long
4986:
4987: 2012-09-16 moko
4988:
4989: * src/classes/math.C: Format -> Method Encode -> Format
4990:
4991: * tests/: 141.html, results/141.processed: math:digest hmac test
4992: added
4993:
4994: 2012-09-14 moko
4995:
4996: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4997: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4998: implementation added
4999:
5000: 2012-09-12 moko
5001:
5002: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5003: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5004: targets.dox and string.dox slightly actualized
5005:
5006: 2012-08-31 moko
5007:
5008: * ChangeLog: now generated with patched cvs2cl.pl
5009:
5010: 2012-07-29 moko
5011:
5012: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5013: result should be pushed after VMethodFrame destructor is called,
5014: as it deletes junctions from stack params (fixes issue #868)
5015:
5016: 2012-07-23 moko
5017:
5018: * INSTALL, README: buildall script usage documented, other outdated
5019: info updated.
5020:
5021: * buildall-with-xml, buildall-without-xml: replaced by buildall
5022:
5023: 2012-07-21 moko
5024:
5025: * buildall: glib does not compile when threads are disabled...
5026:
5027: * src/types/pa_vmail.C: g_assertion fixes for empty input
5028:
5029: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5030: unref, can't unref nested objects)
5031:
5032: * src/types/pa_vmail.C: another check added
5033:
5034: 2012-07-19 moko
5035:
5036: * buildall: usage added
5037:
5038: * buildall: new buildall script that unites buildall-with-xml,
5039: buildall-without-xml, --with-apache and --with-mailreceive
5040:
5041: * configure.in: support for static gmime and dynamic glib linking.
5042: fixes for FreeBSD
5043:
5044: 2012-07-17 moko
5045:
5046: * configure.in: --with-mailreceive replaced
5047: --with-static-mailreceive and --with-shared-mailreceive pathlink
5048: removed
5049:
5050: 2012-07-16 moko
5051:
5052: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5053: capitalized, content now decoded and text content converted to
5054: $request:charset. all properties are accessed by functions, this
5055: ready for dynamic load.
5056:
5057: 2012-06-28 moko
5058:
1.116 moko 5059: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5060: 32 bit
1.95 moko 5061:
5062: 2012-06-27 moko
5063:
5064: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5065: passive ftp
5066:
5067: * src/lib/ltdl/ltdl.vcproj: release build fixed
5068:
5069: * configure.in: 3.4.2 RC -> 3.4.2
5070:
5071: 2012-06-22 moko
5072:
5073: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5074: #815)
5075:
5076: * tests/: 284.html, results/284.processed: output options test
5077: (feature #265)
5078:
5079: 2012-06-22 misha
5080:
5081: * tests/215.html: - little changes
5082:
5083: 2012-06-21 moko
5084:
5085: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5086: types/pa_vxdoc.h: output_options returned and used (bugfix for
5087: feature #265)
5088:
5089: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5090: breaks long .*, default 10M restored. (issue #216)
5091:
5092: * tests/: 283.html, results/283.processed: test for issue #815
5093: added
5094:
5095: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5096: again, cstrm not required.
5097:
5098: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5099: Win32 and broken FreeBSD (issue #45)
5100:
5101: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5102:
5103: * src/main/pa_string.C: warnings war
5104:
5105: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5106: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5107: main/pa_socks.C, targets/apache/pa_threads.C,
5108: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5109: types/pa_vstatus.C: compilation under cygwin fixed
5110:
5111: 2012-06-19 moko
5112:
5113: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5114: Windows fixed
5115:
5116: * parser3.sln: removed antique pcre_ctype
5117:
5118: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5119:
5120: * src/include/pa_config_fixed.h: undefined reference to
5121: __imp__pcre_* fix for Windows
5122:
5123: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5124: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5125: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5126: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5127: define fixed
1.95 moko 5128:
5129: 2012-06-18 moko
5130:
5131: * src/classes/memcached.C: flush -> clear
5132:
5133: * src/classes/memcached.C: memcached does not support quotes even
5134: in server name
5135:
5136: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5137: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5138: called on open to check servers existance. $.key(true) syntax
5139: now supported
5140:
5141: 2012-06-17 moko
5142:
5143: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5144: cleanup
5145:
5146: * src/classes/table.C, tests/282.cfg, tests/282.html,
5147: tests/results/282.processed: encloser at the EOF bug fixed,
5148: incorrectly enclosed data now processed more logicaly (fixes
5149: #339)
5150:
5151: 2012-06-15 moko
5152:
5153: * buildall-without-xml: sync with buildall-with-xml
5154:
5155: * buildall-with-xml: download auto-detected between fetch and curl
5156:
5157: * configure.in: --with-gc and --with-pcre now also processed
5158: correctly
5159:
1.116 moko 5160: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5161: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5162: should be run on rol1 using automake / aclocal (GNU automake)
5163: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5164:
5165: * configure.in: new PARSER_VERSION logic
5166:
5167: * src/include/pa_version.h: new pa_version.h logic
5168:
5169: * src/: classes/curl.C, classes/file.C, classes/image.C,
5170: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5171: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5172: feols_normalized -> fis_text_content set_binary added
5173:
5174: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5175:
5176: 2012-06-15 misha
5177:
5178: * src/: classes/curl.C, classes/file.C, classes/image.C,
5179: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5180: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5181: ^file::create[text;content] EOLs in content now is normalized. (
5182: new feature: #815 )
5183:
5184: 2012-06-15 moko
5185:
5186: * configure.in: --disable-version-update added to disable version
5187: update with host information (for debian package) whitespace
5188: optimized
5189:
5190: * configure.in: version changed to 3.4.2 RC no-pic added for
5191: libtool
5192:
5193: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5194: it.
5195:
5196: 2012-06-14 moko
5197:
5198: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5199: tests/results/281.processed: "hash flocked" error removed for
5200: safe operations like ^h._count[] ( new feature: #335 )
5201:
1.116 moko 5202: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5203:
5204: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5205:
5206: * configure.in: --with-static/shared xml replaced with --with-xml,
5207: xml compilation check added
5208:
5209: * configure.in: --with-static/shared-gc, --with-static-pcre are
5210: replaced with --with-gc and --with-pcre test for pcre linking
5211: added
5212:
5213: 2012-06-13 moko
5214:
5215: * configure.in: apxs2 check optimized
5216:
5217: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5218: .la, includes optimized
5219:
5220: * buildall-with-xml: --with-pic looks better for -fPIC
5221:
5222: * configure.in: switched to convenience library in static linking
5223:
5224: * src/targets/apache/Makefile.am: switched to convenience library
5225: usage to avoid libtool warnings
5226:
5227: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5228: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5229: smtp/Makefile.am: switched to convenience library usage
5230:
5231: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5232:
5233: * src/targets/apache/Makefile.am: updated for libtool usage
5234:
5235: * buildall-without-xml: --with-included-ltdl added
5236:
5237: * buildall-without-xml: sync with buildall-with-xml
5238:
5239: * buildall-with-xml: --with-included-ltdl added $cflags added for
5240: -fPIC for x64 $download added for wget success check added
5241:
5242: * buildall-without-xml: --with-dynamic-stdcpp removed
5243:
5244: * configure.in: disable-static returned
5245:
5246: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5247: LIBTOOLFLAGS
5248:
5249: 2012-06-12 moko
5250:
5251: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5252: compatible with LIBTOOLFLAGS for unknown reasons
5253:
5254: * buildall-with-xml: --with-dynamic-stdcpp removed
5255:
5256: * configure.in: static/dynamic -lstdc++ linking option removed
5257: apxs2 check added
5258:
5259: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5260: option removed
5261:
5262: 2012-06-10 moko
5263:
5264: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5265: added
5266:
5267: * src/targets/cgi/pp3.cmd: old PAF stuff
5268:
1.116 moko 5269: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5270: beauty
1.95 moko 5271:
5272: * depcomp: from libtool 2.4.2
5273:
5274: * configure.in: ltdl directory removed, it has correct Makefile.in
5275:
5276: 2012-06-09 moko
5277:
1.116 moko 5278: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5279: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5280: autogenerated files updated after libtool update
5281:
1.116 moko 5282: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5283: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5284: config_auto.h.in, config_fixed.h, configure, configure.ac,
5285: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5286: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5287: config/compile, config/config.guess, config/config.sub,
5288: config/depcomp, config/install-sh, config/ltmain.sh,
5289: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5290: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5291: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5292: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5293: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5294: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5295: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5296: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5297:
5298: * configure.in: preparation for new libtool
5299:
5300: * configure.in: Some beauty added :)
5301:
5302: * src/targets/apache/Makefile.am: := -> =
5303:
5304: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5305: again. :)
5306:
5307: * src/include/pa_config_includes.h, configure.in: limits.h added,
5308: previously was taken from pcre_internal.h. :)
5309:
5310: * src/lib/pcre/Makefile.am: config.h returned
5311:
5312: * src/lib/pcre/config.h: still need this. :)
5313:
5314: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5315:
5316: * configure.in: --with-charsets removed; --with-mysql-client & co
5317: removed
5318:
5319: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5320: now in parser tree, no need to copy
5321:
5322: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5323: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5324: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5325: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5326: extracts now used old trash removed
5327:
5328: * etc/parser3.charsets/Makefile.am: charsets now in share
5329: (debian/patches/104_automake.patch) + all charsets are copied
5330:
5331: * buildall-with-xml, buildall-without-xml: curl option removed +
5332: extra arguments now supported
5333:
5334: 2012-06-08 misha
5335:
5336: * src/classes/table.C: - one params.as_hash usage was rolled back:
5337: the 2nd option in ^table.hash[] could be hash or table so
5338: .as_hash will throw an exception when table option is specified
5339:
5340: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5341: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5342: classes/table.C, classes/void.C, classes/xdoc.C,
5343: include/pa_exception.h, types/pa_vmethod_frame.C,
5344: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5345: and improved (whitespaces are allowed as empty options) -
5346: MethodParams::as_table is added - above methods are used for
5347: parsing methods' options ( new feature: #9 )
5348:
5349: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5350: to vclass. now class fields can be accessible as a hash:
5351: $h[^hash::create[$asd:CLASS]]
5352:
5353: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5354: have get_fields method so their fields can be accessed with
5355: ^reflection:fields[...] & ^reflection:field[...]
5356:
5357: 2012-06-06 misha
5358:
5359: * tests/280.html: - tests for
5360: ^reflection:method[obj-or-class;method],
5361: ^reflection:field[obj-or-class;field] and
5362: ^reflection:fields[obj-or-class] are added
5363:
5364: 2012-06-05 misha
5365:
5366: * src/classes/reflection.C: - ^reflection:method[class or
5367: object;method name] and ^reflection:field[class or object;field
5368: name] are added
5369:
5370: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5371: is used
5372:
5373: * src/types/pa_method.h: - Method::as_vjunction method is added
5374:
5375: 2012-06-05 moko
5376:
1.116 moko 5377: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5378:
5379: * src/classes/memcached.C: flish ttl fixed
5380:
5381: 2012-06-04 moko
5382:
5383: * src/classes/json.C, src/classes/op.C, tests/279.html,
5384: tests/results/279.processed: ^json:parse[] now supports $.taint
5385: option (new feature #833)
5386:
5387: 2012-06-04 misha
5388:
5389: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5390: - search_stop method was moved from pa_vcookie.C to pa_common.C
5391:
5392: 2012-06-03 misha
5393:
5394: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5395: cookies are parced and stored into $.cookies ( new feature: #31 )
5396:
5397: 2012-05-30 misha
5398:
5399: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5400: incomplete class into a scope while @USE is found
5401:
5402: * src/main/compile.y: - add incomplete class into a scope while
5403: @USE and @CLASS instructions are found ( bugfix: #838 )
5404:
5405: 2012-05-30 moko
5406:
5407: * src/types/pa_vclass.C, tests/278.html,
5408: tests/results/278.processed: removed "property has no getter
5409: method" exception when GET_DEFAULT present (fixes #269)
5410:
5411: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5412: $._default
5413:
5414: 2012-05-29 moko
5415:
5416: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5417: uninitialized values usage (new feature: #154)
5418:
5419: 2012-05-28 moko
5420:
5421: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5422: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5423: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5424: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5425: src/types/pa_vobject.C, src/types/pa_vobject.h,
5426: src/types/pa_vstring.h, src/types/pa_vtable.C,
5427: tests/results/277.processed, src/types/pa_vtable.h,
5428: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5429: ^json:string[$o; $.default[$method]] implemented for VObject (new
5430: feature #803)
5431:
5432: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5433: tests/results/277.processed: json numbers are now treated as
5434: double ( new feature: #834 )
5435:
5436: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5437: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5438: added for out of range checks, zero division in vint/vdouble
5439: check added ( fixes #832 )
5440:
5441: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5442: ( fixes #832 )
5443:
5444: 2012-05-28 misha
5445:
5446: * buildall-with-xml: - --without-lzma option is added to libxml2
5447: configure
5448:
5449: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5450: added - tests for unsupported values for options $.file, $.table
5451: and $.date are added
5452:
5453: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5454: accepts "stat" $.file[] option's value in addition to existed
5455: "text" and "base64" ( new feature: #835 )
5456:
5457: * tests/276.html: - test for
5458: ^reflection:delete[$object-or-class;field-name]
5459:
5460: * src/classes/reflection.C: -
5461: ^reflection:delete[$object-or-class;field-name] is added ( new
5462: feature: #268 )
5463:
5464: 2012-05-27 misha
5465:
5466: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5467:
5468: 2012-05-24 misha
5469:
5470: * src/include/pa_common.h: - method lastposafter was removed
5471:
5472: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5473: lastposafter - ^file:dirname[] & Co proper handle windows file
5474: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5475: work as *nix commands
5476:
5477: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5478:
5479: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5480: rskipchars were added
5481:
5482: * tests/270.html: - more tests for ^file:find[]
5483:
5484: * tests/065.html: - more tests for ^file:dirname[] & Co
5485:
5486: * src/include/pa_version.h: - must be "win32" here. it is
5487: auto-generated on *nix
5488:
5489: 2012-05-24 moko
5490:
5491: * src/classes/math.C: ^math:convert[] now supports uint32 and
5492: throws overflow exception ( new feature: #830 )
5493:
5494: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5495: uint32 support and overflow added ( new feature: #830 )
5496:
5497: 2012-05-23 moko
5498:
5499: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5500: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5501: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5502: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5503: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5504: types/pa_vregex.h, types/pa_vstateless_class.C,
5505: types/pa_vstateless_class.h, types/pa_vstring.h,
5506: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5507: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5508: "return string as-is" removed from as_expr_result. ( new feature:
5509: #831 )
5510:
5511: * tests/results/244.processed: test changed after bug #782 fix
5512: commited
5513:
5514: * tests/results/229.processed: test results for bug #782 commited
5515:
5516: * tests/: 254.html, results/254.processed: uid now just compared,
5517: not printed. :)
5518:
5519: 2012-05-20 moko
5520:
5521: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5522: feature: #341 )
5523:
5524: * tests/: 254.html, results/254.processed: test for
5525: ^reflection:uid[] added
5526:
5527: * tests/: 254.html, results/254.processed: test for
5528: ^reflection:uid[$obj] added
5529:
5530: 2012-05-17 misha
5531:
5532: * src/main/untaint.C: - do not replace ' char by _26 while
5533: exploding filespec-tainting ( new feature: #829 )
5534:
5535: 2012-05-12 moko
5536:
5537: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5538: not.
5539:
5540: 2012-05-08 moko
5541:
5542: * src/types/pa_vmethod_frame.h: bug #782 fixed
5543:
5544: * tests/229.html: test for bug #782
5545:
5546: * tests/results/259.processed, src/main/pa_request.C,
5547: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5548: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5549: src/types/pa_vvoid.h: feature #154 - first empty param now
5550: string; defined locals are empty strings; $STRICT-VARS(true)
5551: added
5552:
5553: 2012-04-27 moko
5554:
1.116 moko 5555: * src/targets/apache/Makefile.am:
1.95 moko 5556: ../../lib/memcached/libmemcached.a added
5557:
5558: 2012-04-27 misha
5559:
5560: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5561: ( #827 )
5562:
5563: 2012-04-25 moko
5564:
5565: * src/: classes/json.C, classes/memcached.C,
5566: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5567: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5568: implemented.
5569:
5570: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5571:
5572: 2012-04-23 moko
5573:
5574: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5575: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5576: types/pa_vmemcached.h: open allows options hash for new
5577: memcached(options) function
5578:
5579: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5580: not appended
5581:
5582: 2012-04-21 moko
5583:
5584: * src/classes/curl.C: '' added. :)
5585:
5586: * src/classes/classes.vcproj: new curl.h location
5587:
5588: * src/classes/curl.C: verbose output redirection from stderr to
5589: file curl option added
5590:
5591: 2012-04-20 moko
5592:
5593: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5594: contains what we need from curl, #ifdef HAVE_CURL removed
5595:
1.116 moko 5596: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5597: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5598: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5599: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5600: configure option
5601:
5602: 2012-04-19 moko
5603:
5604: * src/: classes/double.C, classes/inet.C, classes/int.C,
5605: classes/string.C, lib/gc/include/gc_allocator.h,
5606: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5607: options from sql_result_string removed. (closes issue #468)
5608:
5609: * src/types/pa_vmemcached.C: empty string fix
5610:
5611: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5612: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5613: pa_vmemcached.C
5614:
5615: 2012-04-18 moko
5616:
5617: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5618: apache2-mpm-prefork" error displayed in threaded mpm.
5619:
5620: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5621: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5622: installed (issue #354)
5623:
5624: 2012-04-16 moko
5625:
5626: * src/types/pa_vmemcached.C: call to memcached_result_create and
5627: memcached_result_free removed
5628:
5629: 2012-04-14 moko
5630:
5631: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5632:
5633: * src/types/pa_vmemcached.C: check_key added and used
5634:
5635: 2012-04-13 moko
5636:
5637: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5638: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5639: Serialization_data now added and used, VString now serialized
5640: with languages into memcached.
5641:
5642: 2012-03-28 moko
5643:
5644: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5645: lib/memcached/pa_memcached.h: result lengths added
5646:
5647: 2012-03-27 moko
5648:
5649: * src/types/pa_vmemcached.C: strdup added
5650:
5651: 2012-03-24 moko
5652:
5653: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5654: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5655: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5656:
5657: 2012-03-20 moko
5658:
1.116 moko 5659: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5660:
5661: * src/targets/cgi/Makefile.am: cleanup
5662:
5663: * src/: types/Makefile.am, types/pa_vmemcached.C,
5664: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5665:
5666: * src/: classes/Makefile.am, classes/memcached.C,
5667: lib/memcached/Makefile.am, lib/memcached/constants.h,
5668: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5669: lib/memcached/types.h, lib/Makefile.am: memcached initial
5670:
5671: 2012-03-16 moko
5672:
5673: * src/main/execute.C: ident now works under Linux + ident displays
5674: filenames (closes issue #818)
5675:
1.116 moko 5676: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5677: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5678: pa_vmethod_frame_local.h removed
5679:
5680: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5681: classes/classes.h, classes/curl.C, classes/date.C,
5682: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5683: classes/hashfile.C, classes/image.C, classes/inet.C,
5684: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5685: classes/memory.C, classes/op.C, classes/reflection.C,
5686: classes/regex.C, classes/response.C, classes/string.C,
5687: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5688: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5689: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5690: include/pa_config_fixed.h, include/pa_config_includes.h,
5691: include/pa_dictionary.h, include/pa_dir.h,
5692: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5693: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5694: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5695: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5696: include/pa_request_charsets.h, include/pa_request_info.h,
5697: include/pa_sapi.h, include/pa_socks.h,
5698: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5699: include/pa_stack.h, include/pa_string.h,
5700: include/pa_stylesheet_connection.h,
5701: include/pa_stylesheet_manager.h, include/pa_table.h,
5702: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5703: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5704: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5705: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5706: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5707: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5708: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5709: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5710: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5711: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5712: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5713: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5714: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5715: main/pa_string.C, main/pa_stylesheet_connection.C,
5716: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5717: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5718: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5719: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5720: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5721: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5722: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5723: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5724: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5725: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5726: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5727: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5728: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5729: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5730: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5731: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5732: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5733: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5734: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5735: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5736: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5737: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5738: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5739: types/pa_vresponse.h, types/pa_vstateless_class.C,
5740: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5741: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5742: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5743: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5744: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5745: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5746: ident now works under Linux + ident displays filenames (closes
5747: issue #818) Copyright updated
5748:
5749: 2012-03-13 moko
5750:
5751: * src/main/pa_string.C: compilation fix for feature #741
5752:
5753: 2012-03-09 misha
5754:
5755: * tests/193.html: - tests for ^string:base64[encoded] are updated
5756:
5757: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5758: now detects invalid base64 chars in the middle of encoded stricg
5759: ( new feature: #55 )
5760:
5761: * src/include/pa_exception.h: - new exception type for base64
5762: decoding is added
5763:
5764: 2012-03-06 misha
5765:
5766: * tests/274.html: - tests for ^date::today[] and
5767: ^date.sql-string[datetime|date|time] are added
5768:
5769: * src/classes/date.C: - constructor ^date::today[] is added ( new
5770: feature: #811 ) - ^date.sql-string[] now can accept one param --
5771: strings "datetime", "date" or "time" - comments tidying up
5772:
5773: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5774: date and time
5775:
5776: 2012-03-03 misha
5777:
5778: * tests/193.html: - tests for
5779: ^string:base64[encoded;$.strict(true)] are added
5780:
5781: * tests/results/auto.p: - try-catch operator is added
5782:
5783: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5784: main/pa_common.C: - $.strict(true|false) option is added to
5785: base64 decode methods ( new feature: #55 )
5786:
5787: * src/main/pa_common.C: - base64 decode memory usage was decreased
5788: ( new feature: #819 )
5789:
5790: 2012-02-28 moko
5791:
5792: * src/classes/hash.C: ident test
5793:
5794: 2012-02-27 misha
5795:
5796: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5797:
5798: 2012-01-08 misha
5799:
5800: * tests/273.html: - tests for ^string.replace[from;to] are added
5801:
5802: * src/: classes/string.C, include/pa_dictionary.h,
5803: main/pa_dictionary.C, main/pa_string.C: -
5804: ^string.replace[from;to] is added ( new feature: #741 ) -
5805: ^string.replace[one subst here] is slightly optimized
5806:
5807: 2011-12-07 misha
5808:
5809: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5810: named table with one empty column ( bugfix: #63 )
5811:
5812: 2011-11-30 misha
5813:
5814: * src/classes/json.C: - it's possible to set user's method for
5815: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5816: #763 )
5817:
5818: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5819:
5820: 2011-11-23 misha
5821:
5822: * src/: classes/curl.C, classes/file.C, classes/image.C,
5823: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5824: types/pa_vfile.h, types/pa_vform.C: - constructor
5825: ^file::create[mode;filename;content[;options]] now accepts binary
5826: mode and file-content - new constructor's format:
5827: ^file::create[string-or-file-content[;$.name[filename]
5828: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5829: feature: #65 )
5830:
5831: * src/: include/pa_request.h, main/pa_request.C: - new method
5832: mime_type_of(const String*) is added
5833:
5834: * src/include/pa_exception.h: - new exception constant
5835: FILE_NAME_MUST_BE_SPECIFIED is added
5836:
5837: * src/classes/table.C: - bug with negative offset transformed into
5838: a feature. it means pointing to a row from the end of the table (
5839: new feature: #810 )
5840:
5841: 2011-11-19 misha
5842:
5843: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5844: â ìåòîäå _select ( new feature: #810 )
5845:
5846: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5847: options were specified together is simplified
5848:
5849: 2011-11-12 misha
5850:
5851: * src/main/pa_request.C: - forgotten fix for escaping filename in
5852: HTTP content-disposition header (a part of bug #361 )
5853:
5854: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5855: checks for ancestors' classes as well ( new feature: #456 )
5856:
5857: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5858: "without cycle" now have types "parser.break" and
5859: "parser.continue" instead of "parser.runtime" ( new feature: #799
5860: )
5861:
5862: 2011-11-11 misha
5863:
5864: * tests/results/: 099.processed, 100.processed, 205.processed,
5865: 237.processed: - since bug #361 was fixed the content of filename
5866: in HTTP headers is quoted
5867:
5868: * tests/results/270.processed: - result for test 270
5869:
5870: * tests/: 065.html, results/065.processed: - more tests for
5871: ^file:basename[] & Co were added
5872:
5873: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5874:
5875: * tests/270.html: - tests for ^file:find[] are added
5876:
5877: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5878: using option $.charset. option $.engoding is still supported but
5879: these options can not be specified together
5880:
5881: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5882: comparation charset name with string "UTF-8" ( bugfix: #759 )
5883:
5884: 2011-10-11 misha
5885:
5886: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5887: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5888: #622)
5889:
5890: 2011-09-30 misha
5891:
5892: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5893: exception "saving stat-ed file" ( bugfix: #395 )
5894:
5895: 2011-05-30 misha
5896:
5897: * src/classes/string.C: - fixed bug which was added with
5898: params.as_hash into string:sql
5899:
5900: 2011-05-29 misha
5901:
5902: * src/types/pa_value.C: - filename in content-disposition header
5903: must be quoted ( bugfix: #361 )
5904:
5905: 2011-05-27 misha
5906:
5907: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5908: created file
5909:
5910: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5911: usage
5912:
5913: * src/include/pa_exception.h: - one more string for exception was
5914: added
5915:
5916: 2011-05-25 misha
5917:
5918: * tests/269.html: - tests for checking input params in some dom
5919: methods
5920:
5921: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5922: was added. it isn't possible not wo create xdoc with invalid
5923: tagName. ( bugfix: #160 )
5924:
5925: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5926: string "data must be string" was mover from pa_exception.h to
5927: pa_xml_exception.h
5928:
5929: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5930: as_xmlncname, as_xmlname and as_xmlnsuri were added
5931:
5932: * src/main/pa_xml_exception.C: - XmlException accepts more options
5933:
5934: * src/include/pa_xml_exception.h: - XmlException accepts more
5935: options - XML-related exception's strings were added
5936:
5937: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5938: output_options were removed)
5939:
5940: 2011-05-19 misha
5941:
5942: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5943: params.as_hash is used more while parsing methods hash-options
5944:
5945: 2011-05-18 misha
5946:
5947: * operators.txt: - info about json-serialization of xdoc was added
5948:
5949: * tests/256.html: - tests for json-serialization xdoc were added
5950:
5951: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5952:
5953: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5954: classes/json.C, classes/xdoc.C: - now json:string can serialize
5955: xdoc-objects. options (the same as ^xdoc.string[]) could be
5956: specified in $.xdoc[] ( new feature: #265 )
5957:
5958: 2011-05-15 misha
5959:
5960: * tests/268.html: - tests for ^table.count[with options] were added
5961:
5962: * src/classes/table.C: - method ^table.count[] now can accept
5963: options ( new feature: #93 ): ^table.count[column] returns number
5964: of columns for named table; ^table.count[cells] returns number of
5965: cells in the current row; ^table.count[] & ^table.count[rows]
5966: return number of rows in a table.
5967:
5968: * tests/267.html: - test for checking switch/case in boolean mode
5969: was added
5970:
5971: * src/classes/op.C: - if switch's or case's value is bool, they are
5972: compared as bool values, not as double values: new feature: #351
5973:
5974: 2011-05-06 misha
5975:
5976: * tests/242.html: - EOL before EOF was added
5977:
5978: * tests/169.html: - tests for splitting empty string and void were
5979: added
5980:
5981: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5982: returned table with one empty cell)
5983:
5984: 2011-04-03 misha
5985:
5986: * src/include/pa_version.h, configure.in: - version in head was
5987: changed to 3.4.2b
5988:
5989: 2011-03-30 misha
5990:
5991: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5992: as well ( new feature #294 )
5993:
5994: 2011-03-29 misha
5995:
5996: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5997: limited to approx. 6 MB. previous limits were too big for real
5998: life. bugfix: #216
5999:
6000: 2011-03-04 moko
6001:
6002: * etc/parser3.charsets/cp866.cfg: Conforms to
6003: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6004:
6005: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6006: vlalek@
6007:
6008: 2011-02-22 misha
6009:
6010: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6011: be under #ifdef XML or parser can't be compiled without xml
6012: support
6013:
6014: 2011-02-21 misha
6015:
1.116 moko 6016: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6017: ApacheModuleParser3.vcproj was removed
6018:
6019: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6020: removed)
6021:
6022: 2011-02-20 misha
6023:
6024: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6025: $.overridden in ^reflection:method_info[...] were added
6026:
6027: * src/classes/reflection.C: - beautifying result of
6028: ^reflection:method_info[] ($.overridden/inherited)
6029:
6030: 2011-02-18 misha
6031:
6032: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6033: and pa_isalnum instead of isalpha and isalnum - bug with
6034: redundand quoting lowercased latin chars while building email
6035: body was fixed
6036:
6037: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6038: added (they check for latin chars only)
6039:
6040: 2011-02-16 misha
6041:
6042: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6043: string size for transcoding gave too small value (should ever
6044: look for availability char in dest charset inspite of the char
6045: size)
6046:
6047: 2011-02-04 moko
6048:
6049: * tests/223.html: header values now not url-encoded (issue #195)
6050:
6051: 2011-02-01 misha
6052:
6053: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6054:
6055: 2011-01-31 misha
6056:
6057: * src/main/pa_request.C: - throw exception if param file_name in
6058: use_file is empty
6059:
6060: 2011-01-08 moko
6061:
6062: * src/classes/curl.C: compilations errors fixed
6063:
6064: 2010-12-29 moko
6065:
6066: * tests/: 265.html, results/265.processed: test for issue #200
6067: added
6068:
6069: * src/main/pa_string.C: empty regex result check added (fixes issue
6070: #200)
6071:
6072: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6073:
6074: * tests/results/223.processed: header values now not url-encoded
6075: (issue #195)
6076:
6077: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6078: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6079: pa_http_safe_header_name added for headers names (fixes bug #195)
6080:
6081: 2010-12-18 misha
6082:
6083: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6084: => pa-include
6085:
6086: 2010-11-28 moko
6087:
6088: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6089:
6090: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6091: -> pa
6092:
6093: * configure.in: apr -> pa
6094:
6095: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6096:
6097: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6098: classes/Makefile.am, types/Makefile.am: apr -> pa
6099:
6100: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6101: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6102: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6103: pa-include/pa_apr.h, pa-include/pa_errno.h,
6104: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6105: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6106: module apr name conflict resolved)
6107:
6108: 2010-11-27 misha
6109:
6110: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6111: libbz2
6112:
6113: 2010-11-26 misha
6114:
6115: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6116: warnings removed
6117:
6118: 2010-11-25 moko
6119:
6120: * operators.txt: $.indent(true)
6121:
6122: * operators.txt: another bugfix. :)
6123:
6124: * operators.txt: bugfix. :)
6125:
6126: * buildall-with-xml: libxml2-2.7.8 + with-apache
6127:
6128: 2010-11-24 moko
6129:
1.116 moko 6130: * configure: apxs support
1.95 moko 6131:
6132: * configure.in: apxs support -Bstatic gc removed for OS X
6133:
6134: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6135:
6136: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6137: THREAD_LOCAL usage
6138:
6139: * src/: classes/curl.C, include/pa_config_includes.h,
6140: main/pa_globals.C: THREAD_LOCAL defined and used
6141:
6142: 2010-11-23 moko
6143:
6144: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6145: should be passed to pa_sleep, and only fractional part (bugfix:
6146: #188)
6147:
6148: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6149:
6150: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6151: GC_dont_gc=1, as in cgi version
6152:
6153: * src/targets/apache/mod_parser3.c: warning war
6154:
6155: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6156: pa_httpd.h: version removed, some trash removed
6157:
6158: * src/targets/apache/mod_parser3.c: version removed (we don't want
6159: to show it), warning war
6160:
6161: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6162: pa_httpd.h: parser_status_allowed removed + merge config
6163: functions removed (override is the default) + beauty
6164:
6165: * src/: include/pa_request.h, main/pa_request.C,
6166: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6167: hide $status used in apache module removed
6168:
6169: 2010-11-18 moko
6170:
6171: * operators.txt: $.table[compact] added for ^json:string[]
6172:
6173: 2010-11-16 moko
6174:
6175: * src/targets/apache/mod_parser3.c: some cleanup done
6176:
6177: * src/main/untaint.C: bugfix: first, second String::Body argument
6178: is hashcode; second, info.fragment_begin is original, not
6179: resulting length
6180:
6181: * src/classes/file.C: new feature: $.stdin now untainted
6182:
6183: * tests/results/264.processed: new feature: $.stdin[] now untainted
6184:
6185: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6186:
6187: * src/classes/op.C: ^apply-taint[] method added
6188:
6189: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6190: added; $.stdin untaint test added
6191:
6192: 2010-11-15 moko
6193:
6194: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6195: removed
6196:
6197: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6198: pa_httpd.h: 2x2 calculated under apache2. :)
6199:
6200: 2010-11-13 moko
6201:
6202: * src/targets/apache/mod_parser3.c: initial changes to build module
6203: with apache 2.x includes
6204:
6205: * src/targets/apache/: Makefile.am, mod_parser3.c,
6206: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6207: united apache 1.3 / apache 2.x DSO module
6208:
6209: 2010-11-09 moko
6210:
6211: * src/types/pa_method.h: check added to dissallow @method[name;*]
6212: syntax
6213:
6214: * tests/: 263.html, results/263.processed: test from method[*args]
6215: added
6216:
6217: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6218: number of params can now be passed to a method declared with *arg
6219:
6220: 2010-11-06 moko
6221:
6222: * src/classes/table.C: formating fixed. :)
6223:
6224: * src/classes/table.C: closes #4: ^table.select now supports
6225: $.limit(), $.offset, $.reverse() options
6226:
6227: * tests/: 262.html, results/262.processed: test for ^table:select
6228: with options added (feature #4)
6229:
6230: * src/include/pa_array.h: remove function added
6231:
6232: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6233: object in get_element/put_element, using static one.
6234:
6235: 2010-11-04 moko
6236:
6237: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6238: options is passed
6239:
6240: * tests/: 256.html, results/256.processed: $.table[compact] feature
6241: now tested; k and p in handler now tested.
6242:
6243: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6244: $.table[compact] feature added
6245:
6246: * src/classes/json.C: key is now passed to handler in
6247: value_json_string; ^json:string result now process tainting
6248: inside and returns clean string, related to issue #153
6249:
6250: * src/main/untaint.C: bugfix: charset can be null (in
6251: ^string:save[] as example), thus check is added
6252:
6253: 2010-10-31 moko
6254:
6255: * src/classes/string.C: error message changed (fixes issue #149)
6256:
6257: 2010-10-29 moko
6258:
6259: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6260: port is not default (fixes issue #155); exception on invalid port
6261: added.
6262:
6263: * src/main/untaint.C: '*' is now not urlencoded to allow header
6264: "Accept: */*" to be passed
6265:
6266: 2010-10-28 moko
6267:
6268: * src/classes/curl.C: bugfix: detect_charset() was throwing
6269: exception on unknown charset even if response_charset was
6270: specified
6271:
6272: 2010-10-27 moko
6273:
6274: * src/classes/string.C: ^string.append removed for void
6275: compatibility
6276:
6277: 2010-10-26 moko
6278:
6279: * src/classes/json.C: libjson supports array at top level, we too
6280: (GPF fixed)
6281:
6282: 2010-10-25 moko
6283:
6284: * tests/: 253.html, results/253.processed: libjson supports array
6285: at top level, parser now supports it as well.
6286:
6287: * tests/261.html, tests/results/261.processed,
6288: src/types/pa_vstring.h: empty string is now void compatible
6289: (allows $empty.key)
6290:
6291: 2010-10-22 misha
6292:
6293: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6294: while adding additional expires checkout)
6295:
6296: * tests/030.html: - test for session cookie was added
6297:
6298: 2010-10-21 moko
6299:
6300: * src/: classes/string.C, classes/void.C, main/execute.C,
6301: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6302: string (feature #111)
6303:
6304: * tests/: 261.html, results/261.processed: checks void from string
6305: inheritance (feature #111)
6306:
6307: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6308: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6309: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6310: now true by default
6311:
6312: 2010-10-17 moko
6313:
6314: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6315: upload now uses binary blocks instead of L_FILE_POST tainting.
6316: (bugfix: #128)
6317:
6318: * tests/: 223.html, results/223.processed: binary file upload test
6319: added, GPF (issue #128) also checked in this test
6320:
6321: 2010-10-13 misha
6322:
6323: * tests/260.html: - test for math:convert
6324:
6325: * src/classes/math.C: - error in math:convert was fixed
6326:
6327: * operators.txt: - info about
6328: ^math:convert[number](from-base;to-base) was added
6329:
6330: * src/classes/math.C: - method
6331: ^math:convert[number](from-base;to-base) for converting number
6332: represention from one base to another was added ( new feature:
6333: #23 )
6334:
6335: 2010-10-13 moko
6336:
6337: * src/main/compile.tab.C: [] now is empty string, not void
6338:
6339: * src/main/compile.y: [] now is empty string, not void
6340:
6341: * src/types/pa_vvoid.h: void now passed as parameter
6342:
6343: * tests/: 259.html, results/259.processed: to test difference
6344: between void and empty string (see ticket #111)
6345:
6346: * tests/results/152.processed: $sEmpty[] is now empty string, not
6347: void
6348:
6349: * tests/256.html: $s[$void] is no longer empty string
6350:
6351: * tests/254.html: empty string is no longer void
6352:
6353: 2010-10-12 misha
6354:
6355: * src/types/pa_vcookie.C: - check if $.expires value can be
6356: converted to date during cookies set up ( bugfix: #104 )
6357:
6358: * tests/041.html: - more tests for ^table.locate were added
6359:
6360: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6361: work ( bugfix: #129 ) - exception comment for incorrect options
6362: ^table.locate[field;value;options] was fixed
6363:
6364: 2010-10-10 moko
6365:
6366: * src/: classes/reflection.C, main/execute.C: constructor returning
6367: another object feature returned
6368:
6369: * tests/results/258.processed: test result updated as constructor
6370: returning another object feature returned
6371:
6372: * tests/: 258.html, results/258.processed: test for constructor
6373: returning another object
6374:
6375: 2010-10-08 misha
6376:
6377: * tests/257.html: - whitespaces after @METACOMMANDS and their
6378: options shouldn't cause exceptions any longer
6379:
6380: 2010-10-06 moko
6381:
6382: * src/classes/: hash.C, table.C: length from sql server is now
6383: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6384:
6385: 2010-10-02 misha
6386:
6387: * operators.txt: - the X mark was removed from ^cache[file]. it is
6388: usable to delete cache file.
6389:
6390: 2010-10-02 moko
6391:
6392: * tests/: 253.html, results/253.processed: hook_key added for key
6393: checking
6394:
6395: * src/classes/json.C: null key bug fixed
6396:
6397: 2010-09-29 misha
6398:
6399: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6400:
6401: 2010-09-25 moko
6402:
6403: * src/classes/json.C: small fixed
6404:
6405: * tests/results/: 253.processed, 255.processed: just updated
6406:
6407: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6408: results/255.processed: charset transcode test added for
6409: json:parse
6410:
6411: 2010-09-24 moko
6412:
6413: * src/types/pa_value.h: warning war :)
6414:
6415: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6416: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6417: ^json:string
6418:
6419: 2010-09-22 moko
6420:
6421: * src/main/pa_charset.C: parser charset tables declare only
6422: white-space before 0x20, thus adding the missing chars
6423:
6424: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6425: to http://unicode.org/Public/MAPPINGS/VENDORS/
6426:
6427: 2010-09-21 misha
6428:
6429: * src/main/compile.y: - some semicolons were added (VS2010 don't
6430: want to compile grammar if they are absent)
6431:
6432: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6433:
6434: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6435:
6436: * src/main/main.vcproj: - path to bison is changed
6437:
6438: 2010-09-21 moko
6439:
1.116 moko 6440: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6441: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6442: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6443:
6444: 2010-09-20 misha
6445:
6446: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6447:
6448: * src/classes/json.C: - add EOL while json-serializing hash
6449:
6450: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6451: compilers don't like 'ES'.
6452:
6453: 2010-09-17 misha
6454:
6455: * operators.txt: - info about json class was added
6456:
6457: * src/classes/json.C: - ^json:string[object]
6458:
6459: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6460: preventing infinite recursion while executing json:string was
6461: added
6462:
6463: * src/include/pa_string.h: - method append_quoted was added
6464:
6465: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6466: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6467: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6468: was added to Value & Co
6469:
6470: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6471: were used
6472:
6473: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6474: were added
6475:
6476: 2010-09-10 moko
6477:
6478: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6479: die_or_abort (backport from 3.4.1)
6480:
6481: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6482: die_or_abort (bugfix: #106)
6483:
6484: 2010-09-09 moko
6485:
6486: * src/classes/json.C: warning war. :)
6487:
6488: 2010-09-08 misha
6489:
6490: * src/lib/json/Makefile.am: - additional include directories were
6491: added (for pa_memory.h and gc.h)
6492:
6493: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6494: compile as C++ instead default - additional include directory was
6495: added (for gc.h)
6496:
6497: * src/types/pa_vform.C: - little code reformating
6498:
6499: * src/classes/file.C: - $.content-type option now can be specified
6500: in ^file::create ( new feature: #102 )
6501:
6502: 2010-09-08 moko
6503:
6504: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6505: pa_malloc/pa_free
6506:
6507: 2010-09-07 moko
6508:
6509: * tests/results/254.processed: VStateless_class:put_element
6510: exception was fixed
6511:
6512: * src/types/: pa_value.h, pa_vstateless_class.h: now
6513: VStateless_class:put_element barks self.type, not this.type
6514: (bugfix: #105)
6515:
6516: 2010-09-06 moko
6517:
6518: * src/classes/reflection.C: bugfix: new String() is required for
6519: exception handling
6520:
6521: * tests/: 254.html, results/254.processed: test modified
6522:
6523: 2010-09-05 moko
6524:
6525: * tests/: 254.html, results/254.processed: ^reflection:copy test
6526: added
6527:
6528: * src/: classes/reflection.C, include/pa_request.h:
6529: ^reflection:copy implemented (new feature: #100)
6530:
6531: 2010-09-03 moko
6532:
6533: * src/lib/json/JSON_parser.C: c++ compatiblity
6534:
6535: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6536: option testing added
6537:
6538: 2010-09-02 moko
6539:
6540: * src/classes/json.C: $.distinct[first|last|all] added
6541:
6542: 2010-09-01 moko
6543:
6544: * tests/results/253.processed: json test result
6545:
6546: * tests/: 253.html, 253_json.txt: json test added
6547:
6548: * src/classes/json.C: json.C update to actual version + hash key
6549: creation bugfix
6550:
6551: 2010-08-31 misha
6552:
6553: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6554: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6555: src/lib/Makefile.am, src/classes/Makefile.am,
6556: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6557: json library was added
6558:
6559: 2010-08-30 moko
6560:
6561: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6562: types/pa_vobject.C: cosmetic optimization in
6563: request:execute_method usage
6564:
6565: * src/: include/pa_charset.h, main/pa_charset.C: small
6566: optimization, just to decrease number of lines. :)
6567:
6568: 2010-08-27 misha
6569:
6570: * src/classes/op.C: - taint[json] was added
6571:
6572: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6573: were added
6574:
6575: * src/main/pa_exec.C: - warning fix was rolled back.
6576:
6577: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6578: include/pa_string.h: - taint[json] was added - escaping was
6579: slightly modified
6580:
6581: 2010-08-25 misha
6582:
6583: * src/classes/file.C: - typo in file:sql exception was fixed
6584:
6585: * src/main/pa_exec.C: - warning about declared and not used
6586: variable forced_allow was removed
6587:
6588: 2010-08-14 misha
6589:
6590: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6591: were removed
6592:
6593: 2010-08-11 moko
6594:
6595: * tests/: 249.html, results/249.processed: default setter and
6596: anti-recursive default getter test added
6597:
6598: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6599: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6600: types/pa_vobject.h, types/pa_vstateless_class.C,
6601: types/pa_vstateless_class.h: default setter support +
6602: anti-recursive default getter support ( new feature: #13 )
6603:
6604: * src/include/pa_hash.h: optimization: threshold member removed
6605: from hash, reducing sizeof(hash)
6606:
6607: 2010-08-10 misha
6608:
6609: * tests/196.html: - junction-method was added to the test
6610:
6611: * tests/248.html: - ups. typo :)
6612:
6613: * tests/248.html: - test for checking .match with 4 params
6614:
6615: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6616: 247_windows1251.txt: - test for "transcode file from utf-8 to
6617: $request:charset during loading if the BOM code is detected"
6618:
6619: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6620: $request:charset during loading if the BOM code is detected ( new
6621: feature: #98 )
6622:
6623: 2010-08-05 misha
6624:
6625: * src/classes/image.C: - ^image.replace now can accept only 2
6626: params. in this case the whole image is affected ( new feature:
6627: #95 )
6628:
6629: 2010-08-04 misha
6630:
6631: * tests/246.html: - test tor ^hash._at[] was added
6632:
6633: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6634: #53 )
6635:
6636: * src/include/pa_hash.h: - methods for accessing the first and the
6637: last values of ordered hash were added (first_value and
6638: last_value)
6639:
6640: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6641: (similar to others file's methods):
6642: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6643: #68 )
6644:
6645: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6646:
6647: 2010-08-01 moko
6648:
6649: * src/classes/op.C: to correctly process $result[] in code, called
6650: from ^process
6651:
6652: * tests/245.html: $result in ^process[] test added
6653:
6654: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6655: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6656: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6657: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6658: caller, self) op_call(VMethodFrame &frame, bool constructing)
6659: removed, construct(class,method) added
6660:
6661: * tests/results/: 192.processed, 244.processed: request::construct
6662: added
6663:
6664: * tests/: 244.html, 245.html, results/244.processed,
6665: results/245.processed: object creation exceptions and ^process
6666: tests added
6667:
6668: 2010-07-28 misha
6669:
6670: * tests/make_tests.cmd: - win32 EOLs
6671:
6672: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6673: tests on Win32 were added (The system timezone should be GMT+3)
6674:
6675: 2010-07-26 misha
6676:
6677: * tests/: 212.html, results/212.processed: - sizes were removed
6678: mecause they could be different on different OSs
6679:
6680: * tests/065.html: - make it "win32 friendly"
6681:
6682: 2010-07-25 misha
6683:
6684: * src/main/compile.y: - all EOLs between methods are removed during
6685: compilation ( new feature: #47 )
6686:
6687: * tests/results/149.processed: - prepare tests to trim trailing
6688: methods' EOLs
6689:
6690: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6691:
6692: * tests/: results/006.processed, results/014.processed, 006.html,
6693: 014.html, 022.html: - prepare tests to trim trailing methods'
6694: EOLs
6695:
6696: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6697: results/071.processed, results/022.processed: - prepare tests to
6698: trim trailing methods' EOLs
6699:
6700: * tests/: results/073.processed, results/109.processed,
6701: results/142.processed, results/144.processed,
6702: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6703: 144.html: - prepare tests to trim trailing methods' EOLs
6704:
6705: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6706: 149.html, 152.html, results/096.processed, results/107.processed,
6707: results/109.processed, results/142.processed,
6708: results/144.processed: - prepare tests to trim trailing methods'
6709: EOLs
6710:
6711: 2010-07-24 moko
6712:
6713: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6714: the hash order in this test
6715:
6716: * tests/014.html: to check hash order, hash no is longer sorted
6717: before print
6718:
6719: * src/include/pa_hash.h: hash copy constructor now keeps order
6720: (bugfix: #54)
6721:
6722: 2010-07-23 moko
6723:
6724: * tests/results/224.processed: @auto[] is no longer inherited
6725:
6726: * src/types/pa_vstateless_class.C, tests/227.html,
6727: tests/results/227.processed: @auto[] is no longer inherited
6728: (bugfix: #57)
6729:
6730: 2010-07-22 misha
6731:
6732: * src/classes/table.C: - don't skip comment lines during
6733: table::load if encloser or separator is set as '#' ( new feature:
6734: #30 )
6735:
6736: * src/targets/cgi/parser3.C: - don't run as cgi if
6737: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6738: #12 )
6739:
6740: * src/classes/file.C: - set PARSER_VARSION env before external
6741: script executing
6742:
6743: 2010-07-13 misha
6744:
6745: * tests/058.html: - test for suppressing @border was added - test
6746: for user attribute was added
6747:
6748: * tests/results/186.processed: unescaping from \uXXXX
6749:
6750: * tests/186.html: unescaping from \uXXXX
6751:
6752: * tests/: 239.html, results/239.processed: method call type
6753:
6754: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6755: $junction_method.CLASS_NAME (+CLASS)
6756:
6757: 2010-07-07 misha
6758:
6759: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6760: *nix
6761:
6762: 2010-07-05 misha
6763:
6764: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6765: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6766: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6767: comment strings "options must be hash", "options must be hash,
6768: not code" and "called with invalid option" were replaced by
6769: constatns - exception comment string "invalid option passed" was
6770: replaced by "called with invalid option" (now in different
6771: methods are the same exception comment string)
6772:
6773: * src/include/pa_exception.h: - more exception strings were defined
6774:
6775: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6776: types/pa_vstateless_class.h: - now we can define possible
6777: method's call type ( new feature: #5 ) 1.
6778: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6779: methods 2. @static:method[params] (only static keyword could be
6780: used here) -- for specified methods
6781:
6782: * src/main/pa_common.C: - junction points should not be deleted on
6783: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6784: cleanup
6785:
6786: 2010-07-03 misha
6787:
6788: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6789: results/158.processed, results/160.processed,
6790: results/161.processed, results/162.processed,
6791: results/163.processed: - prepare tests to trim trailing methods'
6792: EOLs
6793:
6794: * tests/results/169.processed: - prepare tests to trim trailing
6795: methods' EOLs
6796:
6797: * tests/results/: 168.processed, 169.processed: - prepare tests to
6798: trim trailing methods' EOLs
6799:
6800: * tests/: results/170.processed, results/167.processed,
6801: results/168.processed, results/169.processed, 167.html, 168.html,
6802: 169.html: - prepare tests to trim trailing methods' EOLs
6803:
6804: * tests/: results/170.processed, results/171.processed,
6805: results/172.processed, results/173.processed,
6806: results/174.processed, results/175.processed, 170.html, 171.html,
6807: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6808: trailing methods' EOLs
6809:
6810: * tests/: results/176.processed, results/180.processed,
6811: results/184.processed, results/185.processed,
6812: results/191.processed, results/192.processed,
6813: results/196.processed, results/197.processed,
6814: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6815: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6816: to trim trailing methods' EOLs
6817:
6818: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6819: results/199.processed, results/208.processed,
6820: results/209.processed, results/213.processed,
6821: results/214.processed: - prepare tests to trim trailing methods'
6822: EOLs
6823:
6824: 2010-06-29 misha
6825:
6826: * tests/: 220.html, 218.html, results/218.processed,
6827: results/215.processed, results/217.processed, 215.html, 217.html:
6828: - prepare tests to trim trailing methods' EOLs
6829:
6830: * tests/: results/224.processed, 224.html, 223.html,
6831: results/223.processed, results/220.processed: - prepare tests to
6832: trim trailing methods' EOLs
6833:
6834: * tests/results/: 226.processed, 230.processed: - prepare tests to
6835: trim trailing methods' EOLs
6836:
6837: * tests/: 229.html, results/229.processed: - prepare tests to trim
6838: trailing methods' EOLs
6839:
6840: * tests/: 232.html, 235.html, results/232.processed,
6841: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6842: results/226.processed, results/227.processed,
6843: results/228.processed, results/230.processed: - prepare tests to
6844: trim trailing methods' EOLs
6845:
6846: 2010-06-16 moko
6847:
6848: * tests/: 229.html, results/229.processed: elseif now supported in
6849: ^if
6850:
6851: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6852:
6853: 2010-06-03 misha
6854:
6855: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6856: instead of memcopy for overlaped regions
6857:
6858: 2010-05-25 misha
6859:
6860: * src/main/pa_common.C: - wanring about unused vars was removed
6861:
6862: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6863: get_method_filename was moved to execute.C
6864:
6865: 2010-05-23 misha
6866:
6867: * src/main/pa_request.C: - more accurate detection of method's file
6868:
6869: 2010-05-22 misha
6870:
6871: * src/classes/reflection.C: - bugfix: core during detection of
6872: .file if filespec isn't detected successfully
6873:
6874: 2010-05-20 misha
6875:
6876: * src/main/pa_request.C: - fix in get_method_filename
6877:
6878: * src/include/pa_request.h: - new feature: #24 -- searching
6879: included file in @USE/^use is changed. if its filespec doesn't
6880: start from '/' it will be searched in caller file directory
6881:
6882: * src/classes/reflection.C: - ^reflection:method_info returns file
6883: where the method is defined
6884:
6885: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6886: classes/op.C: - new feature: #24 -- searching included file in
6887: @USE/^use is changed. if its filespec doesn't start from '/' it
6888: will be searched in caller file directory
6889:
6890: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6891: is moved to pa_common.h
6892:
6893: 2010-05-18 misha
6894:
6895: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6896: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6897: cookie parser decode \uXXXX as well as %uXXXX
6898:
6899: 2010-05-17 misha
6900:
6901: * src/classes/curl.C: beauty: - unused param is removed in method
6902: _curl_version_action - some spaces were removed or replaced by
6903: tabs
6904:
6905: * src/classes/table.C: - bugfix: #72 core with empty value during
6906: ^table.hash[...;name_of_the_last_column][$.type[string]]
6907:
6908: 2010-05-16 misha
6909:
6910: * src/classes/curl.C: new: #61 more curl options were added
6911: (contributed by Sumo)
6912:
6913: 2010-04-29 pretender
6914:
6915: * src/main/pa_string.C: fixes #63 Split result from empty string
6916: now empty string.
6917:
6918: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6919: string type.
6920:
6921: 2010-04-28 pretender
6922:
6923: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6924: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6925: macrodefinition removed
6926:
6927: 2010-04-19 pretender
6928:
6929: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6930: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6931:
6932: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6933: fixes #64 Now file.missing exception generates in unsafe mode to.
6934:
6935: * src/classes/file.C: fixes #48 Now not throw "not save environment
6936: variable" exception in grpunlim version.
6937:
6938: 2010-04-05 misha
6939:
6940: * src/classes/string.C: - new feature: 4th param was added to
6941: match. if specified its value is returned in case of nothing was
6942: found
6943:
6944: 2010-04-01 misha
6945:
6946: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6947: multiple execution of /a/b/auto.p
6948:
6949: 2010-03-19 misha
6950:
6951: * src/main/execute.C: - core in $table1.$table2 was fixed
6952:
6953: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6954:
6955: 2010-01-27 misha
6956:
6957: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6958: trying to open file by path /existing-file/non-exixting-file
6959:
6960: 2010-01-26 misha
6961:
6962: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6963: was added (returns file)
6964:
6965: 2009-12-22 misha
6966:
6967: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6968: now parser doesn't have class curl if it was built without it
6969:
6970: 2009-12-15 misha
6971:
6972: * configure.in: - little cheat with curl include dir was added
6973:
6974: 2009-12-05 misha
6975:
6976: * src/classes/curl.C: - some fixes
6977:
6978: 2009-12-04 misha
6979:
6980: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6981: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6982: buildall-with-xml, buildall-without-xml, configure.in: - curl
6983: class was added
6984:
6985: * src/include/pa_hash.h: - hash-iterator was added
6986:
6987: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6988: was added to pcre
6989:
6990: 2009-11-27 misha
6991:
6992: * src/classes/image.C: - don't add @border attribute to output of
6993: ^image.html[] if it was specified by user with empty value
6994:
6995: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6996: root element and we are trying to access .documentElement
6997:
6998: 2009-11-11 misha
6999:
7000: * src/classes/table.C: - in ^table.flip[] look at number of columns
7001: instead of number of items in first row for named tables
7002:
7003: 2009-11-10 misha
7004:
7005: * operators.txt: - info about hash-options in ^file::create was
7006: added
7007:
7008: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7009: added
7010:
7011: 2009-11-09 misha
7012:
7013: * buildall-with-xml: - moving to libxml 2.7.6
7014:
7015: * tests/236.html: - tests for comparations cords with functions
7016: were added
7017:
7018: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7019: added
7020:
7021: * src/main/pa_http.C: - little optimisation
7022:
7023: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7024: GPF mallocs + stringstream (table.save)
7025:
7026: * src/classes/file.C: - file::create now accepts 4th param: options
7027: with $.charset
7028:
7029: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7030: bug in cord (comparation cords with functions was buggy)
7031:
7032: 2009-11-06 misha
7033:
7034: * src/main/pa_string.C: - bugfix: calculation string.length
7035: sometimes was buggy
7036:
7037: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7038: destroyed if exception occured during match/replace
7039:
7040: * src/: main/pa_charset.C, include/pa_charset.h: - method
7041: lengthUTF8Char was added
7042:
7043: * src/classes/op.C: - clean tainting lang was added for user's
7044: usage
7045:
7046: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7047: fixed: checkouts are required after GC_MALLOC
7048:
7049: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7050:
7051: * operators.txt: - actually, there is no ^untaint[xml] in
7052: file::create
7053:
7054: 2009-10-15 misha
7055:
7056: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7057: were added
7058:
7059: * tests/234.html: - more tests for checking ^taint[uri] escaping
7060: were added
7061:
7062: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7063: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7064: hacking: for dealing with transcoding+^taint[uri]
7065: transcode_and_untaint was replaced by untaint_and_transcode
7066:
7067: 2009-10-13 misha
7068:
7069: * tests/: 121.html, results/121.processed: - test transcoding +
7070: url-escaping now
7071:
7072: * tests/results/auto.p: - more helpers' methods were added
7073:
7074: * src/main/pa_globals.C: - die instead of abort
7075:
7076: 2009-10-06 misha
7077:
7078: * src/main/pa_common.C: - don't allocate memory during
7079: capitalization if input string is already capitalized
7080:
7081: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7082:
7083: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7084: use format function because it calls malloc
7085:
7086: * src/include/pa_common.h: - more capitalized headers were added
7087:
7088: * src/main/pa_common.C: - in safe mode clear executable bits during
7089: file writing
7090:
7091: 2009-10-05 misha
7092:
7093: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7094:
7095: 2009-10-03 misha
7096:
7097: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7098: ^img.text[] & ^img.length[] can work in utf-8 now
7099:
7100: * src/: include/pa_charset.h, main/pa_charset.C: - class
7101: UTF8_string_iterator was added
7102:
7103: * src/classes/image.C: - respect utf-8 when calculate alphabet
7104: length
7105:
7106: * src/classes/mail.C: - check from before get message.cstr
7107:
7108: 2009-10-02 misha
7109:
7110: * tests/233.html: - test for image.font, image.length, image.text
7111: with text in utf-8 were added
7112:
7113: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7114:
7115: * buildall-with-xml, buildall-without-xml: - comment about gc
7116: version for freebsd 4 was added
7117:
7118: 2009-10-01 misha
7119:
7120: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7121: terminator) - read_pipe were slightly optimized
7122:
7123: 2009-09-28 misha
7124:
7125: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7126: removed
7127:
7128: * src/types/pa_vmail.C: - forgot about space after ':'
7129:
7130: * src/types/pa_vmail.C: - escape filenames while preparing mail
7131: body - small simplifications
7132:
7133: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7134: inout params like pa_base64
7135:
7136: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7137: option $.debug-print(1) was added to mail:send - changes for
7138: using uue_encode which uses less memory
7139:
7140: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7141:
7142: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7143: memory now
7144:
7145: 2009-09-26 misha
7146:
7147: * src/types/pa_vmail.C: - default encoding now is base64
7148:
7149: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7150:
7151: 2009-09-25 misha
7152:
7153: * src/types/pa_vmail.C: - capitalization of headers was added to
7154: sending mail as well
7155:
7156: * buildall-with-xml: - catalog package was removed from libxml
7157:
7158: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7159: win32 absolute path
7160:
7161: * src/include/pa_common.h: - one more capitalized header was added
7162:
7163: 2009-09-22 misha
7164:
7165: * INSTALL: - comment about building just httpd binary while
7166: building apache module was added
7167:
7168: 2009-09-21 misha
7169:
7170: * buildall-with-xml: - moving to the latest versions of xml libs:
7171: libxml 2.7.4 and libxslt 1.1.25
7172:
7173: 2009-09-19 misha
7174:
7175: * tests/231.html: - test for encoding cookie in win-1251
7176:
7177: 2009-09-18 misha
7178:
7179: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7180: object] were added
7181:
7182: * operators.txt: - info about method ^reflection:fields[class or
7183: object] was added
7184:
7185: * src/classes/reflection.C: - method ^reflection:fields[class or
7186: object] was added
7187:
7188: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7189: methods get_fields were added
7190:
7191: * tests/232.html: - tests for @GET[name]
7192:
7193: * src/classes/table.C: - some changes in handling hash-options for
7194: creare, join and locate
7195:
7196: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7197: defined with option: the type of requested value
7198:
7199: 2009-09-17 misha
7200:
7201: * tests/212.html: - tests for .pattern and .options were added
7202:
7203: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7204: $regex.options were added
7205:
7206: 2009-09-11 misha
7207:
7208: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7209: rewrited. it checks not just one case of sending cookies during
7210: file::load[http], but also sending headers and fields (including
7211: files)
7212:
7213: 2009-09-10 misha
7214:
7215: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7216: was removed => now parser can open files with Russian 'r' in
7217: filename
7218:
7219: * src/main/untaint.C: - bugfix: client charset whould be analized
7220: while escaping cookies but now source charset
7221:
7222: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7223: ^tainted[uri] so it was possible to make request with incorrect
7224: http header
7225:
7226: * src/main/pa_http.C: - capitalization of http headers during
7227: file::load[http was slightly changes - bugfix: all headers which
7228: parser sends during file::load[http should be transcoded and only
7229: then escaped
7230:
7231: * src/main/untaint.C: - a bit more comments were added
7232:
7233: * src/classes/: file.C, string.C: - types where changes (minus 2
7234: warnings)
7235:
7236: * src/include/pa_common.h: - 2 capitalized strings for making http
7237: headers during file::load[http were added
7238:
7239: 2009-09-08 misha
7240:
7241: * operators.txt: - changes in file.save and string.save were added
7242:
7243: * tests/: 230.html, 230.txt: - tests for checking options in
7244: file.save and string.save were added
7245:
7246: * src/main/pa_request.C: - http headers names, which are passed to
7247: SAPI::add_header_attribute are lowercased now (it'll be
7248: capitalized in that method)
7249:
7250: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7251: classes/string.C: - file_write accepts Request_charsets and asked
7252: charset and cound transcode content before writing - string.save
7253: and file.save have option $.charset now
7254:
7255: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7256: classes/xdoc.C: - file_write accepts Request_charsets and asked
7257: charset and cound transcode content before writing
7258:
7259: * src/include/pa_exception.h: - new exception comment string was
7260: defined
7261:
7262: 2009-09-07 misha
7263:
7264: * src/main/compile.y: - grammar $name\ name stops now for regex
7265: sub-pattern\s
7266:
7267: 2009-09-04 misha
7268:
7269: * src/main/pa_http.C: - capitalization of http headers during
7270: file::load[http was implemented
7271:
7272: 2009-09-03 misha
7273:
7274: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7275: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7276: types/pa_vmail.C, targets/cgi/parser3.C,
7277: targets/isapi/parser3isapi.C: - back to storing response http
7278: headers in lowercase - capitalize them during output
7279:
7280: 2009-08-31 misha
7281:
7282: * src/classes/table.C: - allow call with any brackets (it could be
7283: useful in methods with explict result declaration)
7284:
7285: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7286: correctly if $request:charset==koi8-r
7287:
7288: 2009-08-30 misha
7289:
7290: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7291: changed: content-type => Content-type and so on
7292:
7293: * src/classes/file.C, src/include/pa_common.h,
7294: src/include/pa_request.h, src/main/pa_http.C,
7295: src/main/pa_request.C, src/types/pa_vcookie.C,
7296: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7297: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7298: tests/results/002.processed, tests/results/003.processed,
7299: tests/results/004.processed, tests/results/005.processed,
7300: tests/results/006.processed, tests/results/007.processed,
7301: tests/results/008.processed, tests/results/009.processed,
7302: tests/results/010.processed, tests/results/011.processed,
7303: tests/results/012.processed, tests/results/013.processed,
7304: tests/results/014.processed, tests/results/015.processed,
7305: tests/results/016.processed, tests/results/017.processed,
7306: tests/results/018.processed, tests/results/019.processed,
7307: tests/results/020.processed, tests/results/021.processed,
7308: tests/results/022.processed, tests/results/023.processed,
7309: tests/results/024.processed, tests/results/025.processed,
7310: tests/results/026.processed, tests/results/027.processed,
7311: tests/results/028.processed, tests/results/029.processed,
7312: tests/results/030.processed, tests/results/031.processed,
7313: tests/results/032.processed, tests/results/033.processed,
7314: tests/results/034.processed, tests/results/035.processed,
7315: tests/results/036.processed, tests/results/037.processed,
7316: tests/results/038.processed, tests/results/039.processed,
7317: tests/results/040.processed, tests/results/041.processed,
7318: tests/results/042.processed, tests/results/043.processed,
7319: tests/results/044.processed, tests/results/045.processed,
7320: tests/results/046.processed, tests/results/047.processed,
7321: tests/results/048.processed, tests/results/049.processed,
7322: tests/results/050.processed, tests/results/051.processed,
7323: tests/results/052.processed, tests/results/053.processed,
7324: tests/results/054.processed, tests/results/055.processed,
7325: tests/results/056.processed, tests/results/057.processed,
7326: tests/results/058.processed, tests/results/059.processed,
7327: tests/results/060.processed, tests/results/061.processed,
7328: tests/results/062.processed, tests/results/063.processed,
7329: tests/results/064.processed, tests/results/065.processed,
7330: tests/results/066.processed, tests/results/067.processed,
7331: tests/results/068.processed, tests/results/069.processed,
7332: tests/results/070.processed, tests/results/071.processed,
7333: tests/results/072.processed, tests/results/073.processed,
7334: tests/results/074.processed, tests/results/075.processed,
7335: tests/results/076.processed, tests/results/077.processed,
7336: tests/results/078.processed, tests/results/079.processed,
7337: tests/results/080.processed, tests/results/081.processed,
7338: tests/results/082.processed, tests/results/083.processed,
7339: tests/results/084.processed, tests/results/085.processed,
7340: tests/results/086.processed, tests/results/087.processed,
7341: tests/results/088.processed, tests/results/089.processed,
7342: tests/results/090.processed, tests/results/091.processed,
7343: tests/results/092.processed, tests/results/093.processed,
7344: tests/results/094.processed, tests/results/095.processed,
7345: tests/results/096.processed, tests/results/097.processed,
7346: tests/results/098.processed, tests/results/099.processed,
7347: tests/results/100.processed, tests/results/101.processed,
7348: tests/results/102.processed, tests/results/103.processed,
7349: tests/results/104.processed, tests/results/105.processed,
7350: tests/results/106.processed, tests/results/107.processed,
7351: tests/results/108.processed, tests/results/109.processed,
7352: tests/results/110.processed, tests/results/111.processed,
7353: tests/results/112.processed, tests/results/113.processed,
7354: tests/results/114.processed, tests/results/115.processed,
7355: tests/results/116.processed, tests/results/117.processed,
7356: tests/results/118.processed, tests/results/119.processed,
7357: tests/results/120.processed, tests/results/121.processed,
7358: tests/results/122.processed, tests/results/123.processed,
7359: tests/results/124.processed, tests/results/125.processed,
7360: tests/results/126.processed, tests/results/127.processed,
7361: tests/results/128.processed, tests/results/129.processed,
7362: tests/results/130.processed, tests/results/131.processed,
7363: tests/results/132.processed, tests/results/133.processed,
7364: tests/results/134.processed, tests/results/135.processed,
7365: tests/results/136.processed, tests/results/138.processed,
7366: tests/results/139.processed, tests/results/140.processed,
7367: tests/results/141.processed, tests/results/142.processed,
7368: tests/results/143.processed, tests/results/144.processed,
7369: tests/results/145.processed, tests/results/146.processed,
7370: tests/results/147.processed, tests/results/148.processed,
7371: tests/results/149.processed, tests/results/150.processed,
7372: tests/results/151.processed, tests/results/152.processed,
7373: tests/results/153.processed, tests/results/154.processed,
7374: tests/results/155.processed, tests/results/156.processed,
7375: tests/results/157.processed, tests/results/158.processed,
7376: tests/results/159.processed, tests/results/160.processed,
7377: tests/results/161.processed, tests/results/162.processed,
7378: tests/results/163.processed, tests/results/164.processed,
7379: tests/results/165.processed, tests/results/166.processed,
7380: tests/results/167.processed, tests/results/168.processed,
7381: tests/results/169.processed, tests/results/170.processed,
7382: tests/results/171.processed, tests/results/172.processed,
7383: tests/results/173.processed, tests/results/174.processed,
7384: tests/results/175.processed, tests/results/176.processed,
7385: tests/results/177.processed, tests/results/178.processed,
7386: tests/results/179.processed, tests/results/180.processed,
7387: tests/results/181.processed, tests/results/182.processed,
7388: tests/results/183.processed, tests/results/184.processed,
7389: tests/results/185.processed, tests/results/186.processed,
7390: tests/results/187.processed, tests/results/188.processed,
7391: tests/results/189.processed, tests/results/190.processed,
7392: tests/results/191.processed, tests/results/192.processed,
7393: tests/results/193.processed, tests/results/194.processed,
7394: tests/results/195.processed, tests/results/196.processed,
7395: tests/results/197.processed, tests/results/198.processed,
7396: tests/results/199.processed, tests/results/200.processed,
7397: tests/results/201.processed, tests/results/202.processed,
7398: tests/results/203.processed, tests/results/204.processed,
7399: tests/results/205.processed, tests/results/206.processed,
7400: tests/results/207.processed, tests/results/208.processed,
7401: tests/results/209.processed, tests/results/210.processed,
7402: tests/results/211.processed, tests/results/212.processed,
7403: tests/results/213.processed, tests/results/214.processed,
7404: tests/results/215.processed, tests/results/216.processed,
7405: tests/results/217.processed, tests/results/218.processed,
7406: tests/results/219.processed, tests/results/220.processed,
7407: tests/results/221.processed, tests/results/222.processed,
7408: tests/results/223.processed, tests/results/224.processed,
7409: tests/results/225.processed, tests/results/226.processed,
7410: tests/results/227.processed, tests/results/228.processed,
7411: tests/results/229.processed: - http headers were changed:
7412: content-type => Content-type and so on
7413:
7414: 2009-08-27 misha
7415:
7416: * src/: main/pa_random.C, include/pa_random.h,
7417: targets/cgi/parser3.C: - year was updated :)
7418:
7419: 2009-08-26 misha
7420:
7421: * tests/: 224.html, 224.p: - test for creating of parser object
7422: using constructor without params - little bugfix in test
7423:
7424: * src/main/compile_tools.h: - bugfix: should't call autouse while
7425: checking existed class while processing partial option
7426:
7427: * src/classes/reflection.C: - bugfix: core when creating object
7428: with reflection and constructor doesn't have params
7429:
7430: 2009-08-24 misha
7431:
7432: * tests/229.html: - tests for checking the number of parameters
7433: were added
7434:
7435: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7436: number of method's parameters wasn't checked correctly (the bug
7437: was introduced in 3.4.0)
7438:
7439: 2009-08-22 misha
7440:
7441: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7442: transcoded, but tainted pieces are escaped only when
7443: content-type==url-encoding
7444:
7445: * tests/228.html: - test for checking
7446: ^file::load[http://...;$.body[]]
7447:
7448: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7449: post charset was too early (charsets is empty at this moment)
7450:
7451: 2009-08-21 misha
7452:
7453: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7454: main/untaint.C: - some fixes with transcode+untaint
7455:
7456: 2009-08-15 misha
7457:
7458: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7459: was increaced to 100 (was 50)
7460:
7461: * tests/227.html: - test for checking overriding properties in
7462: static classes was added
7463:
7464: * tests/: 226.html, 226.p: - test for @autoload[] was added
7465:
7466: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7467: main/execute.C, main/pa_request.C, classes/reflection.C: -
7468: autouse was implemented
7469:
7470: 2009-08-14 misha
7471:
7472: * src/classes/reflection.C: - outdated checkout was removed
7473:
7474: * src/classes/reflection.C: - optimization - method ^dynamical was
7475: added.
7476:
7477: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7478: types/pa_vstateless_class.h, main/execute.C: - optimization
7479:
7480: * src/types/pa_vclass.C: - exception if base on sytem class
7481:
7482: 2009-08-12 misha
7483:
7484: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7485: pa_vstateless_class.h: - little optimisation
7486:
7487: 2009-08-11 misha
7488:
7489: * tests/224.html: - method_params => method_info - checking for
7490: $.inherited
7491:
7492: * src/classes/reflection.C, operators.txt: - method method_params
7493: was renamed to method_info and now it returns class name, if
7494: method was defined in ancestor
7495:
7496: * tests/225.html: - tests for cheching properties in hierarhical
7497: classes were added
7498:
7499: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7500: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7501: main/compile.y, main/execute.C, classes/classes.C: - problems
7502: with properties in new classes implementation were fixed
7503:
7504: 2009-08-10 misha
7505:
7506: * src/main/execute.C: - now constructor shouldn't be defined in
7507: class. it could be defined in parent.
7508:
7509: 2009-08-09 misha
7510:
7511: * src/classes/reflection.C: - ^reflection:methods doesn't return
7512: base's methods
7513:
7514: 2009-08-08 misha
7515:
7516: * src/: classes/classes.h, classes/date.C, classes/file.C,
7517: classes/form.C, classes/hash.C, classes/hashfile.C,
7518: classes/image.C, classes/mail.C, classes/op.C,
7519: classes/reflection.C, classes/regex.C, classes/string.C,
7520: classes/table.C, classes/xdoc.C, classes/xnode.C,
7521: classes/xnode.h, include/pa_hash.h, main/execute.C,
7522: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7523: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7524: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7525: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7526: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7527: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7528: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7529: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7530: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7531: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7532: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7533: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7534: types/pa_vresponse.C, types/pa_vresponse.h,
7535: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7536: types/pa_vstateless_object.h, types/pa_vstatus.C,
7537: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7538: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7539: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7540: types/pa_wwrapper.h, types/types.vcproj: - new classes
7541: implementation
7542:
7543: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7544: USE_MUNMAP is used. so it is disabled as a workaround.
7545:
7546: 2009-08-05 misha
7547:
7548: * src/: main/pa_common.C, include/pa_common.h: - not needed
7549: parameter was removed
7550:
7551: * src/main/pa_http.C: - bugfix: error was during detecting
7552: content-type of file which was loaded by http
7553:
7554: 2009-08-01 misha
7555:
7556: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7557: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7558: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7559: can't be disabled with defines any longer
7560:
7561: 2009-07-29 misha
7562:
7563: * src/classes/reflection.C, tests/results/224.processed: - for
7564: native methods with any call type now returned empty call_type
7565: value
7566:
7567: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7568: classes/table.C, include/pa_hash.h, include/pa_request.h,
7569: main/pa_request.C: - break in cycles was optimized
7570:
7571: * INSTALL: - more defines were described
7572:
7573: 2009-07-28 misha
7574:
7575: * operators.txt: - some changes in information about reflection
7576: class
7577:
7578: * tests/: 224.html, 224.p: - tests for reflection class
7579:
7580: * src/classes/reflection.C: - some bugs were fixed, method classes
7581: was added, refactoring
7582:
7583: 2009-07-26 misha
7584:
7585: * src/classes/classes.vcproj: - reflection class wass added to
7586: project
7587:
7588: * operators.txt: - information about reflection class was added
7589:
7590: * src/classes/reflection.C: - class was redesigned
7591:
7592: 2009-07-24 misha
7593:
7594: * src/classes/: Makefile.am, reflection.C: - class reflection was
7595: added
7596:
7597: * src/types/pa_vstateless_class.h: - method for reflection method's
7598: in classes was added
7599:
7600: 2009-07-22 misha
7601:
7602: * src/main/compile_tools.h: - bugfix: $object.$var was
7603: over-optimized. it failed if $object1.$object2.field
7604:
7605: 2009-07-16 misha
7606:
7607: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7608: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7609: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7610: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7611: one more arg: length of cord
7612:
7613: 2009-07-15 misha
7614:
7615: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7616: tainted in ^file::load[http://...;$.cookies[]]
7617:
7618: * src/classes/: op.C, regex.C, string.C: - new string with
7619: exception was used
7620:
7621: * src/include/pa_exception.h: - new string with exception was added
7622:
7623: * tests/223.html: - test for checking cookie-encoding during
7624: ^file::load[http was added
7625:
7626: * tests/: 221.html, 222.html: - tests for checking type of
7627: $table.fields.field were added
7628:
7629: * src/types/pa_vtable.C: - not used var decl was removed
7630:
7631: * src/include/pa_string.h: - use cached string length in Body::mid.
7632: it improves speed of match with brackets in pattern
7633:
7634: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7635: outside
7636:
7637: 2009-07-14 misha
7638:
7639: * src/types/pa_vtable.C: - $table.fields.a return string even if
7640: column is empty (sometime returned void) - $table.fields was
7641: added for nameless tables
7642:
7643: * src/targets/cgi/getopt.c: - one warning resolved
7644:
7645: * src/main/pa_string.C: - potentian bug fixed
7646:
7647: * src/classes/op.C: - small optimization in taint/untaint
7648:
7649: 2009-07-13 misha
7650:
7651: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7652: added
7653:
7654: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7655: souldn't add the attribut to output
7656:
7657: 2009-07-11 misha
7658:
7659: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7660: stack size was increaced to 2MB (default=1MB)
7661:
7662: 2009-07-08 misha
7663:
7664: * src/main/pa_string.C: - link to UTF-8 description was added
7665:
7666: * src/include/pa_hash.h: - hash keeps element's order in more
7667: places (ex: ._keys[])
7668:
7669: * tests/220.html: - test for checking order of elements in hash in
7670: foreach was added
7671:
7672: * tests/172.html: - small changes in printing hash
7673:
7674: * tests/129.html: - small changes in printing hash
7675:
7676: * src/: include/pa_common.h, include/pa_hash.h,
7677: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7678: types/pa_vmethod_frame.h: - hash now keeps order of elements
7679:
7680: * tests/014.html: - small changes in printing hash
7681:
7682: 2009-07-07 misha
7683:
7684: * src/classes/op.C: - new taint language "parser-code" was added
7685:
7686: * tests/219.html: - test for auto untaint parser code in process
7687: was added
7688:
7689: * src/classes/op.C: - tainted pieces in body of process are
7690: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7691:
7692: * src/: include/pa_string.h, main/untaint.C: - new language
7693: L_PARSER_CODE for auto-untaint in process was added
7694:
7695: * src/: classes/file.C, classes/hash.C, classes/image.C,
7696: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7697: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7698: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7699: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7700: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7701: code cleanup
7702:
7703: 2009-07-06 misha
7704:
7705: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7706: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7707: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7708:
7709: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7710: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7711: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7712: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7713: should be used
7714:
7715: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7716: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7717: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7718: untaint_cstr[m] should be used
7719:
7720: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7721: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7722:
7723: * tests/218.html: - test for checking automatic file-spec-taint was
7724: added
7725:
7726: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7727: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7728: classes/file.C, classes/hash.C, classes/image.C,
7729: classes/string.C, classes/table.C, classes/void.C,
7730: classes/xdoc.C: - optimizations and simplification of
7731: string.cstr(...)
7732:
7733: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7734: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7735: - optimizations and simplification of string.cstr(...)
7736:
7737: 2009-07-04 misha
7738:
7739: * tests/217.html: - test for recursion detection was added
7740:
7741: * src/: types/types.vcproj, main/main.vcproj,
7742: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7743: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7744: from .vcproj
7745:
7746: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7747:
7748: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7749: uploading files and case-insensitive http-method were added
7750:
7751: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7752: tainted pattern in ^file:list[] was added
7753:
7754: 2009-07-03 misha
7755:
7756: * src/: classes/classes.vcproj, main/main.vcproj,
7757: types/types.vcproj, targets/cgi/parser3.vcproj,
7758: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7759: for dynamic_cast) - little options changes
7760:
7761: * src/main/pa_http.C: - file::load[http works now with uploading
7762: files _and_ changing $.charset
7763:
7764: 2009-06-29 misha
7765:
7766: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7767: while creating pattern
7768:
7769: 2009-06-25 misha
7770:
7771: * src/classes/image.C, operators.txt: - options' names for
7772: ^image.font were changed to $.space, $.width and $spacing -
7773: default space width now == gif's width
7774:
7775: 2009-06-24 misha
7776:
7777: * tests/215.html: - tests for $file.mode were added
7778:
7779: * operators.txt: - added info about $file.mode and changes in
7780: ^image.font[
7781:
7782: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7783: param now could be omited - third param now could be hash (with
7784: all widths options: $.space-width, $.letter-width) - it's
7785: possible to specify tracking ($.letter-space)
7786:
7787: * src/classes/file.C: - file objects now could have mode field
7788: (text|binary)
7789:
7790: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7791:
7792: 2009-06-23 misha
7793:
7794: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7795: trim can work with utf-8 chars now
7796:
7797: 2009-06-20 misha
7798:
7799: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7800: was implemented
7801:
7802: * src/classes/table.C: - string length cacheing was implemented
7803:
7804: * src/include/pa_string.h: - string length cacheing was implemented
7805:
7806: 2009-06-17 misha
7807:
7808: * src/main/execute.C: - value param was removed from
7809: WContext::WContext
7810:
7811: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7812: pa_wwrapper.h: - value param was removed from WContext::WContext
7813: - field wcontext was removed from VCodeFrame (using fparent
7814: instead)
7815:
7816: * tests/214.html: - test with hash copying
7817:
7818: 2009-06-16 misha
7819:
7820: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7821: strings doesn't work in expression anymore
7822:
7823: * src/main/execute.C: - less calls for get_constructing() - little
7824: refactoring
7825:
7826: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7827: include/pa_request.h: - less calls for get_constructing()
7828:
7829: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7830: introduced with OPTIMIZE_SINGLE_STRING optimization
7831:
7832: 2009-06-14 misha
7833:
7834: * src/: classes/date.C, classes/file.C, classes/hash.C,
7835: classes/hashfile.C, classes/image.C, classes/regex.C,
7836: classes/table.C, classes/xdoc.C, classes/xnode.h,
7837: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7838: types/pa_vstateless_class.h, main/execute.C: - create object for
7839: storing object's fields only for parser objects
7840:
7841: 2009-06-13 misha
7842:
7843: * buildall-with-xml, buildall-without-xml: - new option was added
7844: for building GC (it slightly reduces memory usage)
7845:
7846: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7847: single string write
7848:
7849: * src/main/execute.C: - bytecode optimization of ^class:constructor
7850: - optimization of single string write
7851:
7852: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7853: - bytecode optimization of ^class:constructor
7854:
7855: 2009-06-09 misha
7856:
7857: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7858: main (better compatibility)
7859:
7860: 2009-06-08 misha
7861:
7862: * src/main/compile.y: - I've forgot to commit it :(
7863:
7864: 2009-06-07 misha
7865:
7866: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7867: WITH_READ and WITH_ROOT
7868:
7869: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7870: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7871: WITH_ROOT - little refactoring
7872:
7873: 2009-06-06 misha
7874:
7875: * tests/213.html: - tests for 3rd match string-param were added
7876:
7877: * src/classes/string.C: - 3rd match param could be string now
7878:
7879: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7880: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7881: GET_OBJECT_ELEMENT
7882:
7883: 2009-06-05 misha
7884:
7885: * src/main/pa_http.C: - bugfix: content-length was not calculated
7886: if $.body was specified
7887:
7888: 2009-06-04 misha
7889:
7890: * src/classes/op.C: - optimizing write_assign_lang in connect
7891:
7892: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7893:
7894: * src/main/execute.C: - little refactoring - optimizing
7895: write_assign_lang in taint/untaint
7896:
7897: * src/include/pa_opcode.h: - little refactoring
7898:
7899: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7900: main/compile_tools.h, main/execute.C: - optimizations for
7901: $self.field, ^self.method, $self.field[...] and $self.field(...)
7902: were added
7903:
7904: 2009-06-03 misha
7905:
7906: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7907:
7908: 2009-06-02 misha
7909:
7910: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7911: include/pa_opcode.h: - refactoring in last optimizations
7912: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7913: now but code is much easy and it is ready for further
7914: improvements.
7915:
7916: 2009-05-27 misha
7917:
7918: * src/: types/pa_junction.h, types/pa_vjunction.C,
7919: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7920: changed in destructing junctions
7921:
7922: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7923: String:Body
7924:
7925: 2009-05-26 misha
7926:
7927: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7928: one method detect_charset was deleted - bug was fixed in this
7929: method (error while detecting charset in content_type withot last
7930: ';')
7931:
7932: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7933: once
7934:
7935: 2009-05-25 misha
7936:
7937: * src/classes/file.C: - bugfix: file::exec didn't work after
7938: optimizing of helper_length
7939:
7940: 2009-05-24 misha
7941:
7942: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7943: were added - little refactoring
7944:
7945: * src/main/execute.C: - core while printing in debug log
7946: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7947: optimisations were added
7948:
7949: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7950: were added
7951:
7952: 2009-05-23 misha
7953:
7954: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7955: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7956: CORD_cat optimization
7957:
7958: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7959: - call constr optimisation under separate define now
7960:
7961: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7962: in $b should be string, not void
7963:
7964: * src/main/compile.y: - little fix for rem-cut optimisation
7965:
7966: * src/: include/pa_opcode.h, main/compile_tools.C,
7967: main/compile_tools.h, main/execute.C: - optimisations for
7968: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7969:
7970: * INSTALL: - description of some #defined were added
7971:
7972: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7973: before 1st access (memory usage is reduced if don't access to
7974: .text field)
7975:
7976: * src/include/pa_array.h: - array grows step now not static (it
7977: reduces numbers of reallocs)
7978:
7979: 2009-05-20 misha
7980:
7981: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7982: $.b(2), $c[d] and $.e[f] was added
7983:
7984: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7985: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7986: $.e[f] was added
7987:
7988: * src/main/execute.C: - debug printing moved in defines
7989:
7990: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7991: and little refactoring for OP_GET_OBJECT_ELEMENT +
7992: OP_GET_OBJECT_VAR_ELEMENT optimisation
7993:
7994: 2009-05-19 misha
7995:
7996: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7997: execute.C: - $a.$b & ^a.$b bytecode optimisation
7998:
7999: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8000: ^a.$b optimisation)
8001:
8002: * src/main/compile.y: - compiler now generate new opcodes:
8003: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8004: ^a.b - compiler now cut off ^rem{ with all content ; any number
8005: of params }
8006:
8007: * src/main/execute.C: - code for handle new opcodes
8008: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8009:
8010: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8011: added for LA2V and LA2S
8012:
8013: * src/include/pa_opcode.h: - new defines which can be used for
8014: disable some bytecode optimisation and new opcodes were added
8015:
8016: 2009-05-17 misha
8017:
8018: * src/lib/cord/cordxtra.c: - bugfix.
8019:
8020: * tests/212.html: - .size[] and .study_size[] were added to tests
8021:
8022: * operators.txt: - info about regex class was added
8023:
8024: * tests/212.html: - tests for regex class were added
8025:
8026: 2009-05-16 misha
8027:
8028: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8029: gc7.1
8030:
8031: * tests/022.html: - test for ^file:list[path;] (empty second param)
8032: was added
8033:
8034: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8035: param) should work
8036:
8037: 2009-05-15 misha
8038:
8039: * src/classes/table.C: - automatically disable stringstream usage
8040: on freebsd4
8041:
8042: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8043: scope
8044:
8045: * tests/211.html: - test with different types of access to hash was
8046: added
8047:
8048: * tests/210.html: - test which checks for loosing tainting in
8049: hash's keys was added
8050:
8051: * tests/208.html: - some parser work added. or stime == 0 %-)
8052:
8053: * src/lib/cord/cordbscs.c: - little hack was added to cord
8054:
8055: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8056:
8057: * src/include/pa_version.h, configure.in: - moko have made a lot of
8058: optimisations for increacing version number more dramatically :)
8059:
8060: * src/classes/date.C: - little refactoring: use constructor which
8061: accepts formated string
8062:
8063: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8064: which can print formatted string was added
8065:
8066: 2009-05-14 misha
8067:
8068: * src/include/pa_string.h: - type was fixed
8069:
8070: * src/: classes/hashfile.C, classes/op.C,
8071: include/pa_cache_managers.h, include/pa_charset.h,
8072: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8073: include/pa_request.h, include/pa_sql_driver_manager.h,
8074: include/pa_string.h, include/pa_stylesheet_manager.h,
8075: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8076: main/pa_charsets.C, main/pa_string.C,
8077: main/pa_stylesheet_connection.C, types/pa_value.h,
8078: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8079: types/pa_vobject.C, types/pa_vstateless_class.C,
8080: types/pa_vstateless_class.h: - hash_code caching was implemented
8081: (seaches should be faster now)
8082:
8083: * src/: classes/file.C, classes/hash.C, classes/image.C,
8084: classes/string.C, classes/table.C, include/pa_string.h,
8085: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8086: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8087: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8088: types/pa_vrequest.C: - String constructors don't have that stupid
8089: true/false param which means 'tainted'. they accept lang instead.
8090:
8091: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8092: with OPTIMIZE_RESULT
8093:
8094: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8095: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8096:
8097: 2009-05-13 misha
8098:
8099: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8100: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8101: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8102: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8103: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8104: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8105: include/pa_string.h, classes/date.C, classes/file.C,
8106: classes/hash.C, classes/image.C, classes/string.C,
8107: classes/table.C, classes/xdoc.C: - result optimisation -
8108: helper_length parameter removed from string constructors
8109:
8110: 2009-05-11 misha
8111:
8112: * tests/209.html: - tests for ^hash::create[hash] were added
8113:
8114: * tests/208.html: - tests for $status:rusage, $status:memory,
8115: ^memory:compact[] were added
8116:
8117: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8118: log10 were added
8119:
8120: * tests/206.html: - test for try with finally was added
8121:
8122: 2009-05-10 misha
8123:
8124: * tests/205.html: - test for ^file::create[...] was added
8125:
8126: * tests/204.html: - test for ^response:clear[] was added
8127:
8128: * tests/038.html: - tests for trigonometric functions were added
8129:
8130: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8131: added - more tests for .add, .sub, .union, .intersects and
8132: .intersections
8133:
8134: * tests/065.html: - test for ^file:dirname was added
8135:
8136: * tests/030.html: - test for $cookie:fields was added
8137:
8138: * tests/203.html: - test for ^h._keys[column name] was added
8139:
8140: * tests/201.html: - tests for .trim were added
8141:
8142: * tests/202.html: - tests for last-day,
8143: date:calendar[type](YYYY;MM;DD) were added
8144:
8145: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8146: .offset[type](N) were added
8147:
8148: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8149: and .pos[c](N) were added
8150:
8151: * tests/141.html: - test for math:sha1 was added
8152:
8153: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8154:
8155: 2009-05-09 misha
8156:
8157: * src/main/compile.y: - rollback
8158:
8159: 2009-05-05 misha
8160:
8161: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8162: replaced by is_empty()
8163:
8164: * src/: include/pa_string.h, main/pa_charset.C: - little
8165: optimisation: somewhere length() was replaced by is_empty()
8166:
8167: * src/classes/table.C: - little optimisation: somewhere length()
8168: was replaced by is_empty()
8169:
8170: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8171: classes/op.C, classes/table.C, main/pa_exception.C: - little
8172: optimisation: somewhere length() was replaced by is_empty()
8173:
8174: 2009-05-04 misha
8175:
8176: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8177: types/pa_vstateless_class.h, main/execute.C,
8178: include/pa_request.h, classes/hash.C, classes/op.C,
8179: classes/table.C: - more optimisations were added: some operators
8180: don't switch write context anylonger
8181:
8182: 2009-05-01 misha
8183:
8184: * src/main/compile.y: - slightly more opcode optimisations for
8185: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8186:
8187: * src/main/execute.C: - simplifying process for getters
8188:
8189: 2009-04-30 misha
8190:
8191: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8192:
8193: * tests/results/199.processed: - test for checking $result into
8194: ^rem was added
8195:
8196: * tests/199.html: - test for checking $result into ^rem was added
8197:
8198: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8199: some OS it returns list in different order)
8200:
8201: * src/: include/pa_array.h, include/pa_request.h,
8202: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8203: changes in stack impl - get_element() optimisation: 3rd param
8204: removed - bugfix: problems with reading empty input param -
8205: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8206:
8207: * tests/results/198.processed: - test for reading empty local var
8208: was added
8209:
8210: * tests/198.html: - test for reading empty local var was added
8211:
8212: 2009-04-29 misha
8213:
8214: * src/main/compile.y: - bugfix: couldn't compile because
8215: OP_VALUE__GET_ELEMENT should be unde #ifdef
8216:
8217: * src/: include/pa_array.h, include/pa_opcode.h,
8218: include/pa_request.h, main/compile.y, main/execute.C,
8219: main/pa_request.C, types/pa_vmethod_frame.C,
8220: types/pa_vmethod_frame.h: - we can work without opcode
8221: OP_STORE_PARAM, so it was removed
8222:
8223: 2009-04-28 misha
8224:
8225: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8226: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8227: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8228: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8229: 4.
8230: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8231:
8232: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8233:
8234: * src/: main/pa_string.C, classes/string.C: - !length() =>
8235: is_empty()
8236:
8237: 2009-04-27 misha
8238:
8239: * src/types/pa_vregex.h: - back explicit vars initialisation
8240:
8241: 2009-04-24 misha
8242:
8243: * src/classes/string.C: - ups. typo fixed
8244:
8245: * src/main/execute.C: - more replacements '*new VBool' to
8246: 'VBool::get' - checks for ^break[], ^continue[] and
8247: parser.interrupted were optimised
8248:
8249: * src/classes/string.C: - number of params.count() calls was
8250: slightly reduced
8251:
8252: 2009-04-23 misha
8253:
8254: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8255: make it x64 friendly
8256:
8257: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8258: parser is x64 friendly now
8259:
8260: 2009-04-22 misha
8261:
8262: * src/types/pa_vhashfile.C: - coder friendly exception about
8263: exceeding record size was added
8264:
8265: * src/classes/file.C: - use vregex object instead of direct calls
8266: methods from pcre lib
8267:
8268: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8269: classes/string.C: - use vregex object instead of direct calls
8270: methods from pcre lib
8271:
8272: * src/: include/pa_common.h, main/pa_common.C: - method
8273: print_pcre_exec_error_text was moved to class vregex
8274:
8275: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8276: was added
8277:
8278: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8279: - class vregex was added
8280:
8281: 2009-04-21 misha
8282:
8283: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8284:
8285: * src/: types/pa_junction.h, types/pa_value.C,
8286: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8287: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8288: junction-optimisation (destructors)
8289:
8290: * src/include/pa_array.h: - free under if now
8291:
8292: 2009-04-19 misha
8293:
8294: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8295:
8296: 2009-04-18 misha
8297:
8298: * src/include/pa_version.h:
8299: :q :
8300:
8301: CV:
8302: ----------------------------------------------------------------------
8303:
8304: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8305: refactoring
8306:
8307: * src/: include/pa_array.h, include/pa_hash.h,
8308: types/pa_vmethod_frame.h: - destructors under #ifdef now
8309:
8310: * src/include/pa_memory.h: - define for using destructors was added
8311:
8312: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8313: main/execute.C: - some junctions will be cached now
8314:
8315: * src/include/pa_hash.h: - hash destructor frees pairs now
8316:
8317: * src/include/pa_array.h: - inline was added to destructor
8318:
8319: * src/types/pa_method.h: - comment was changed
8320:
8321: 2009-04-17 misha
8322:
8323: * src/: include/pa_array.h, include/pa_hash.h,
8324: types/pa_vmethod_frame.h: - destructors were added
8325:
8326: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8327: renamed to always_use_result
8328:
8329: * src/main/: compile.y, compile_tools.h: - rollback changes in
8330: compiler: full backward compatibility is better
8331:
8332: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8333: result in var's hash
8334:
8335: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8336: optimisation in method_frame
8337:
8338: * src/include/pa_array.h: - optimisation in array (allocate
8339: elements only when needed)
8340:
8341: * src/types/pa_vresponse.C: - check for $response:headers field
8342: before looking at custom fields
8343:
8344: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8345: not needed to check existance var with name 'result' in var's
8346: hash
8347:
8348: * src/main/compile.y: - compiler was changed: now it detects
8349: writings to $result and set flag writo_to_result in method
8350:
8351: * src/classes/string.C: - little optimisation: no needed to write
8352: number with lang
8353:
8354: * src/main/pa_charset.C: - methods readChar and skipChar which is
8355: used for read utf8-strings were renamed - is_escaped was renamed
8356: to isEscaped (to the same name convention)
8357:
8358: * src/: types/pa_method.h, main/compile_tools.h: - flag
8359: write_to_result added. compiler get this info from code.
8360:
8361: 2009-04-16 misha
8362:
8363: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8364: String only before 1st write
8365:
8366: * src/include/pa_string.h: - not needed template removed
8367:
8368: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8369: types/pa_vjunction.C, types/pa_vproperty.C,
8370: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8371: main/pa_request.C, classes/bool.C, classes/double.C,
8372: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8373: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8374: bool objects)
8375:
8376: 2009-04-15 misha
8377:
8378: * src/lib/cord/cordxtra.c: - more optimisation
8379:
8380: * src/: include/pa_string.h, main/untaint.C: - String::append
8381: optimisation
8382:
8383: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8384: then get and can sometime be used)
8385:
8386: * src/main/pa_string.C: - String::length optimisation
8387:
8388: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8389: these methods read different strings
8390:
8391: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8392: fresult_initial_void removed + some optimisation - if $result
8393: defined we don't write to context anymore
8394:
8395: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8396: need just skip char)
8397:
8398: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8399: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8400: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8401:
8402: * src/types/pa_vvoid.h: - added get() method for retreave one
8403: instance
8404:
8405: 2009-04-11 misha
8406:
8407: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8408:
8409: * tests/197.html: - test for parser://test in xml was added
8410:
8411: * src/classes/string.C: - small optimisation
8412:
8413: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8414: optimisation
8415:
8416: 2009-04-10 misha
8417:
8418: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8419: to pcre-7.8
8420:
8421: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8422:
8423: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8424: added
8425:
8426: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8427: $request:CLASS_NAME were added
8428:
8429: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8430: were added
8431:
8432: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8433: $env:CLASS_NAME were added
8434:
8435: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8436: '@todo' now
8437:
8438: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8439: compirer
8440:
8441: * src/main/pa_string.C: - little code cleanup
8442:
8443: * src/main/pa_common.C: - describe one more UTF-8 related error
8444: during PCRE compile/execute
8445:
8446: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8447: normalizing todo-comments: '@todo' now
8448:
8449: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8450:
8451: * src/main/pa_charset.C: - type changed for making compiler happy
8452:
8453: 2009-03-10 misha
8454:
8455: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8456: in main()
8457:
8458: 2009-02-01 misha
8459:
8460: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8461: boundary
8462:
8463: 2009-01-25 misha
8464:
8465: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8466:
8467: * src/classes/file.C: - more changes for parsing different number
8468: of params for file::load
8469:
8470: * tests/193.html: - tests for exception while base64-decode binary
8471: to string was added
8472:
8473: * tests/192.html: - tests for file::load with different number of
8474: options
8475:
8476: * src/classes/math.C: - ups. forgot '+1'
8477:
8478: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8479: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8480: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8481: (new option $.encode[multipart-form/data] should be specified) -
8482: $.method[] option for file::load now is not case-sensitive
8483:
8484: * src/: include/pa_string.h, main/untaint.C: - for file post the
8485: new taint language L_FILE_POST was added
8486:
8487: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8488: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8489: stuff was moved to separate files
8490:
8491: 2009-01-23 misha
8492:
8493: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8494: spaces to tabs were converted
8495:
8496: 2009-01-12 misha
8497:
8498: * src/main/pa_http.C: - value of $.method[] option force uppercased
8499: now
8500:
8501: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8502: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8503: their names
8504:
8505: * src/main/pa_common.C: - changes in formating
8506:
8507: * src/: classes/file.C, main/pa_http.C: - some constants changed
8508: their names
8509:
8510: * src/include/pa_http.h: - some spaces were converted to tabs
8511:
8512: * src/include/pa_common.h: - some constants changed their names
8513:
8514: * src/classes/file.C: - fixed 4-th paramether for file::load -
8515: little code rewriting
8516:
8517: * src/types/pa_vfile.C: - little code rewriting
8518:
8519: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8520: types/pa_value.h: - some formating changes
8521:
8522: * src/include/pa_common.h: - some formating spaces transformed to
8523: tabs
8524:
8525: * src/classes/string.C: - exception while base64-decode binary to a
8526: string
8527:
8528: 2009-01-11 misha
8529:
8530: * configure.in: - version changed to 3.3.1b
8531:
8532: 2008-09-05 misha
8533:
8534: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8535: release_3_3_0 on 2008-09-05 10:59:35 +0000
8536:
8537: 2008-09-04 misha
8538:
8539: * tests/: 130.html, 131.html: - these exceptions not typeless
8540: anymore
8541:
8542: * src/classes/op.C: - exception with 'invalid taint language' not
8543: typeless anylonger
8544:
8545: * src/classes/image.C: - some exceptions while operations with
8546: image not typeless anymore
8547:
8548: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8549: main/pa_exec.C, main/pa_http.C: - some exceptions while
8550: operations with files not typeless anymore
8551:
8552: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8553: types/pa_vdate.h: - exceptions while checking date range not
8554: typeless anymore
8555:
8556: * src/include/pa_exception.h: - exception type string for invalid
8557: date range was added
8558:
8559: 2008-09-03 misha
8560:
8561: * src/: classes/file.C, main/pa_string.C: - exception while pce
8562: operations not typeless anymore
8563:
8564: * src/include/pa_exception.h: - exception type for pce operations
8565: was added
8566:
8567: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8568: and .CLASS_NAME insite classes
8569:
8570: * src/classes/table.C: - don't save table header whiile
8571: ^table.save[append;filename] if file exists
8572:
8573: 2008-09-02 misha
8574:
8575: * src/main/compile.y, src/main/compile_tools.h,
8576: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8577: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8578: renamed to partial and it login changed: we must mark class as
8579: partial for allow their modifications in future.
8580:
8581: 2008-08-29 misha
8582:
8583: * tests/results/022.processed: - testing taint[regex] in mask for
8584: file:list
8585:
8586: * tests/022.html: - testing taint[regex] in mask for file:list
8587:
8588: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8589: for file:list was added
8590:
8591: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8592: file:list
8593:
8594: 2008-08-26 misha
8595:
8596: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8597: last derived object
8598:
8599: * src/classes/image.C: - many strings "image.format" replaced by
8600: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8601: understand some more exif tags
8602:
8603: * src/include/pa_exception.h: - string "image.format" was added
8604:
8605: 2008-08-21 misha
8606:
8607: * src/: main/pa_string.C, classes/file.C: - use method for print
8608: pcre_exec text error
8609:
8610: * src/main/pa_common.C: - method for print pcre_exec text error was
8611: added
8612:
8613: * src/include/pa_common.h: - method declaration for print pcre_exec
8614: text error was added
8615:
8616: 2008-08-19 misha
8617:
8618: * src/main/execute.C: - bugfix: opcodes must be in separate
8619: namespace while debug execution as well
8620:
8621: * tests/: 015.html, results/015.processed: - test for escaping some
8622: parser chars was added
8623:
8624: 2008-08-18 misha
8625:
8626: * tests/: 190.html, 190.p, results/190.processed: - test for
8627: $caller.self.field + default getter in one class was added
8628:
8629: * tests/: 189.html, results/189.processed: - test for
8630: ^date::create[date object]
8631:
8632: * tests/: 188.html, results/188.processed: - tests for match with
8633: UTF-8 strings
8634:
8635: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8636: ^string.match[]
8637:
8638: * ChangeLog: - parser 3.3.0 beta13
8639:
8640: 2008-08-15 misha
8641:
1.116 moko 8642: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8643: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8644: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8645: dftables.c: - old PCRE files removed
1.95 moko 8646:
8647: * src/lib/pcre/config.h: - configuration for PCRE library
8648:
8649: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8650: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8651:
8652: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8653: library and set flag UTF8 if $request:charset is UTF-8
8654:
8655: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8656: include/pa_config_fixed.h: - moved to new PCRE library
8657:
8658: * src/: main/main.vcproj, types/types.vcproj,
8659: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8660: win32\pcre instead of parser3\src\lib\pcre
8661:
8662: * src/: include/pa_opcode.h, include/pa_operation.h,
8663: main/compile.C, main/compile.y, main/compile_tools.C,
8664: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8665: opcodes were moved to separate namespace
8666:
8667: 2008-08-14 misha
8668:
8669: * src/types/pa_vstateless_class.C: - newline at the end missed
8670:
8671: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8672: tainting
8673:
8674: 2008-08-11 misha
8675:
8676: * tests/: 187.html, 187.p, results/187.processed: - tests for
8677: $caller.self, $caller.self.field and $caller.self.field[value]
8678: were added
8679:
8680: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8681: runtime as well (for $caller.self)
8682:
8683: 2008-07-25 misha
8684:
8685: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8686: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8687: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8688: tests with international characters
8689:
8690: 2008-07-23 misha
8691:
8692: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8693: file::load[...;http://
8694:
8695: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8696: now everywhere in separate namespace
8697:
8698: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8699: for vars
8700:
8701: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8702: can be escaped by '^'
8703:
8704: 2008-07-22 misha
8705:
8706: * src/classes/string.C, tests/186.html: - names changes:
8707: escape=>js-escape, unescape=>js-unescape
8708:
8709: 2008-07-21 misha
8710:
8711: * tests/results/186.processed: - test for string escape/unescape
8712:
8713: * tests/186.html: - test for string escape/unescape
8714:
8715: * src/classes/string.C: - string has escape and unescape methods
8716: now
8717:
8718: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8719: added
8720:
8721: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8722: method-layers added (with different params)
8723:
8724: 2008-07-18 misha
8725:
8726: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8727: was added
8728:
8729: * tests/185.html: - test for ^str.pos[sub](offset) added
8730:
8731: * src/classes/string.C, src/classes/void.C, operators.txt: -
8732: ^string.pos[substr](offset) -- 2nd param accepted now
8733:
8734: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8735: strings
8736:
8737: 2008-07-17 misha
8738:
8739: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8740: helper length added for mid for small optimisation
8741:
8742: 2008-07-16 misha
8743:
8744: * tests/: 185.html, results/185.processed: - tests for
8745: length/left/right/mid/pos with utf-8 strings
8746:
8747: * src/classes/string.C: - left/right/mid/length/pos works fine for
8748: utf-8 strings
8749:
8750: * src/main/untaint.C: - comments removed
8751:
8752: * src/: include/pa_string.h, main/pa_string.C,
8753: include/pa_charset.h, main/pa_charset.C: - methods for working
8754: with pos/mid for strings in utf-8 were added
8755:
8756: 2008-07-15 misha
8757:
8758: * tests/: 184.html, results/184.processed: - test for case body as
8759: expression: $var(^switch(1){^case(1)(true)..})
8760:
8761: * src/classes/op.C: - case body can be expression now:
8762: $var(^switch(1){^case(1)(true)..})
8763:
8764: * tests/: results/183.processed, 183.html: - added test for testing
8765: new cookie encoding (%uXXXX)
8766:
8767: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8768: decoding for backward compatibility they decoded from %XX in
8769: request:charset too
8770:
8771: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8772: - cookie class now decode cookies before first access after last
8773: request:charset changing (as form class).
8774:
8775: * src/main/pa_charset.C: - added method escape for escaping cookies
8776: as %uXXXX - before transcode calculate required space for dest
8777: string. it reduce mem usage for transcode
8778:
8779: * src/include/pa_charset.h: - added method escape for escaping
8780: cookies as %uXXXX
8781:
8782: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8783: was added. will used for escaping cookies as %uXXXX
8784:
8785: * src/include/pa_common.h: - escape method has new option for skip
8786: converting '+' to a space char
8787:
8788: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8789: transcode - escape method has new option for skip converting '+'
8790: to a space char
8791:
8792: 2008-07-08 misha
8793:
8794: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8795: (no UE if more then 1 case matches anylonger) - optimization:
8796: doing searching.as_string() || searching.as_double() only once
8797:
8798: 2008-07-04 misha
8799:
8800: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8801: now ^date::create[date object] works
8802:
8803: * src/classes/string.C: - left and right added as aliases for start
8804: and end in ^string.trim[]
8805:
8806: 2008-07-03 misha
8807:
8808: * src/classes/file.C: - allow $.limit for file::sql as well
8809:
8810: * src/classes/file.C: - allow $.offset option for file::sql - force
8811: send limit=1 to query for use sql specifics authomatically
8812:
8813: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8814: if $.limit value if empty. autoconvert it as everywere
8815:
8816: 2008-07-02 misha
8817:
8818: * configure.in: - time to change version number to 3.3.0 %-)
8819:
8820: * src/include/pa_version.h: - time to change version number to
8821: 3.3.0 %-)
8822:
8823: 2008-06-26 misha
8824:
8825: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8826: $.limit(0) fixes
8827:
8828: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8829: - $.limit(0) fixes
8830:
8831: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8832: new API)
8833:
8834: * src/: include/pa_sql_driver_manager.h,
8835: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8836: classes/op.C: - document_root added
8837:
8838: * src/main/compile.tab.C: - error message was changed
8839:
8840: 2008-06-25 misha
8841:
8842: * src/main/compile.y: - error message was changed
8843:
8844: 2008-06-24 misha
8845:
8846: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8847:
8848: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8849: tests for @OPTIONS\nappend
8850:
8851: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8852:
8853: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8854:
8855: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8856:
8857: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8858: compile.y
8859:
8860: 2008-06-17 misha
8861:
8862: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8863: compilation: ^if(default){true. it's incorrect. must be
8864: exception}
8865:
8866: 2008-06-16 misha
8867:
8868: * tests/: 181.ent, 181.html, results/181.processed: - test for
8869: checking external reference loading with 'http://localhost'
8870: prefix while creating xdoc
8871:
8872: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8873: ^math:long2ip[] and ^math:ip2long[]
8874:
8875: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8876: added which use scalar stateless class method when user object
8877: used in scalar context - use get_scalar_value when user object
8878: requested in scalar context
8879:
8880: * src/main/pa_common.C: - size must be int but not size_t or we
8881: can't compare with 0 sprintf result
8882:
8883: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8884: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8885: with internal switch between local/global vars
8886:
8887: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8888: specified
8889:
8890: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8891: pa_vstateless_object.h: - stateless class and object now has
8892: private scalar field and getter/setter for working with it
8893:
8894: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8895: moved to inet static class
8896:
8897: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8898: class added (^inet:aton[IP], ^inet:ntoa(number))
8899:
8900: * tests/: 180.html, results/180.processed: - tests for
8901: ^math:long2ip(long) and ^math:ip2long[IP]
8902:
8903: * src/classes/math.C: - ^math:ip2long[IP] added
8904:
8905: 2008-06-11 misha
8906:
8907: * src/main/pa_xml_io.C: - use file_read_text again because of we
8908: need cut BOM code and remove DOS newline chars. but don't
8909: transcode it anyway.
8910:
8911: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8912: main/pa_http.C: - option for disable transcoding while file_read
8913: and file_read_text added
8914:
8915: 2008-06-10 misha
8916:
8917: * tests/: 179.html, 179.p, results/179.processed: - test for many
8918: classes in 1 file
8919:
8920: * src/main/: compile.C, compile_tools.h: - compile return list of
8921: classes now.
8922:
8923: * src/main/: compile.y, compile.tab.C: - compile return list of
8924: classes now. internals.
8925:
8926: * src/main/pa_request.C: - compile return list of classes now. try
8927: call @conf and @auto for each returned class
8928:
8929: * src/include/pa_request.h: - compile return list of classes now
8930:
8931: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8932: return list of classes when compile buf)
8933:
8934: 2008-06-07 misha
8935:
8936: * src/main/pa_request.C: - constructing VRequest object with 3rd
8937: param -- form
8938:
8939: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8940: 3rd param: form. needed for get post_charset
8941:
8942: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8943: added
8944:
8945: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8946: types/pa_vform.C, types/pa_vform.h: - some polish
8947:
8948: 2008-06-06 misha
8949:
8950: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8951: charset and decode chars from it but not from response:charset
8952:
8953: * src/main/pa_http.C: - detect_charset moved out of here
8954:
8955: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8956: methods moved here - unescape_chars accepn one charset now
8957:
8958: * src/main/pa_http.C: - new constants used - don't allow
8959: $.content-type in ^file::load[;http://;$.method[POST]] - add
8960: charset info while ^file::load[;http://;$.method[POST]] - option
8961: $.omit-post-charset(true) added to ^file::load[;http://] for
8962: disabling charset during post
8963:
8964: * src/types/pa_vform.C: - new constants used
8965:
8966: * src/include/pa_common.h: - some constants were added
8967:
8968: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8969: instead of StrEqNc
8970:
8971: * src/main/pa_common.C: - new method for caseless search
8972: c-substring in c-string - use isxdigit instead of is_hex_digit
8973:
8974: * src/include/pa_common.h: - new method for caseless search
8975: c-substring in c-string
8976:
8977: 2008-06-05 misha
8978:
8979: * tests/results/178.processed: - test for testing default getter
8980:
8981: * tests/178.html: - test for testing default getter
8982:
8983: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8984: for test for testing default getter
8985:
8986: * src/main/execute.C: - default getter soul
8987:
8988: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8989: requested objects' field not found
8990:
8991: * src/types/pa_vclass.C: - register default getter if defined - get
8992: default getter if requested field not found
8993:
8994: * src/types/pa_vstateless_object.h: - method get_default_getter was
8995: added
8996:
8997: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8998: pointer to default getter and methods for get/set it were added
8999:
9000: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9001: auto_name field (for default getter)
9002:
9003: 2008-06-04 misha
9004:
9005: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9006: transcoding, no cutting BOM code, no fixing line breaks) and get
9007: it to libxml "as is"
9008:
9009: 2008-06-03 misha
9010:
9011: * src/main/pa_common.C: - use store_Char instead of
9012: transcodeCharFromUTF8
9013:
9014: * src/: include/pa_charset.h, main/pa_charset.C: - method
9015: store_Char added, transcodeCharFromUTF8 -- removed
9016:
9017: 2008-06-02 misha
9018:
9019: * tests/: results/177.processed, 177.html: - test for checking
9020: .[acm]date after local ^file::load[] was added
9021:
9022: * tests/: results/176.processed, 176.html: - test for checking
9023: @OPTION\locals + @method[vars][locals] added
9024:
9025: * tests/results/auto.p: - CLASS_PATH specified for checking use
9026:
9027: 2008-05-30 misha
9028:
9029: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9030: @OPTION\nlocals + @method[vars][;locals;] were added
9031:
9032: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9033: moved to separate method op_code - switch from VMethodFrame to
9034: VMethodFrameGlobal + VMethodFrameLocal
9035:
9036: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9037: was moved to separate method op_code
9038:
9039: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9040: VMethodFrame now
9041:
9042: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9043: all_vars_local as well
9044:
9045: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9046: pa_vmethod_frame_local.h, Makefile.am: - who children for
9047: VMethodFrame were added: one (global) works as VMethodFrame
9048: before and second (local) write all vars in self vars scope
9049:
9050: * src/types/pa_method.h: - method has bool flag all_vars_local now
9051:
9052: 2008-05-29 misha
9053:
9054: * tests/: 129.html, results/129.processed: - more tests for
9055: ^table.hash[]
9056:
9057: * src/classes/hash.C: - ^hash::sql has a new option:
9058: $.type[hash|string|table] as ^table.hash[] one.
9059:
9060: * src/classes/op.C: - ^try has 3rd param now: finally code which
9061: executed anyway after try or catch section
9062:
9063: 2008-05-27 misha
9064:
9065: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9066: must not fail if $.distinct(1) wasn't specified
9067:
9068: 2008-05-26 misha
9069:
9070: * src/classes/op.C: - allow ^throw[my type]
9071:
9072: 2008-05-22 misha
9073:
9074: * configure.in, configure: - version number updated to 3.2.4b
9075:
9076: * src/classes/: op.C, string.C: - trim format string before
9077: eval/format
9078:
9079: * tests/: results/175.processed, 175.html: - more tests for
9080: different format strings in .format[]
9081:
9082: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9083: as well (not only %XX)
9084:
9085: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9086: charset specified - checks for format before print number
9087: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9088: (instead of tabs) removed
9089:
9090: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9091: charset specified
9092:
9093: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9094: char in requested charset from utf code was added
9095:
9096: 2008-05-19 misha
9097:
9098: * tests/: 174.html, results/174.processed: - test for
9099: ^hashfile.cleanup[] added
9100:
9101: * src/classes/hashfile.C: - optimization: don't create any key or
9102: value variable if it's name weren't specified
9103: (^hf.foreach[;v]{...})
9104:
9105: 2008-05-16 misha
9106:
9107: * src/classes/hash.C: - optimization: don't create any key variable
9108: if variable name wasn't specified (^h.foreach[;v]{...})
9109:
9110: 2008-05-15 misha
9111:
9112: * src/classes/op.C: - small changes
9113:
9114: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9115:
9116: * src/classes/hash.C: - calculate var_context once before foreach
9117:
9118: 2008-05-14 misha
9119:
9120: * src/classes/hashfile.C: - incorrect vars context calculation for
9121: ^hashfile.foreach[;]{} fixed
9122:
9123: * src/classes/: hash.C, table.C: - little optimisation
9124:
9125: * src/classes/file.C: - bugfix: double absolute path while loading
9126: file
9127:
9128: * tests/: 174.html, results/174.processed: - tests for hashfile
9129: were added
9130:
9131: * buildall-with-xml: - moving to libxslt 1.1.24
9132:
9133: 2008-04-30 misha
9134:
9135: * src/classes/file.C: - stat file while loading (local only) so
9136: .adate, .mdate and .cdate available without additional ::stat
9137:
9138: 2008-04-28 misha
9139:
9140: * src/classes/file.C: - $.name and $.content-type available for
9141: stated file
9142:
9143: 2008-04-14 misha
9144:
9145: * src/targets/cgi/parser3.C: - new year in copyright %-)
9146:
9147: * src/include/pa_version.h: - new version number in head
9148:
9149: 2008-04-10 misha
9150:
9151: * tests/: 080.html, results/080.processed: - cut '0' from
9152: exponential part because of on diff OS it differ (20 or 020 for
9153: ex)
9154:
9155: * tests/: 119.html, results/119.processed: - check for encoding
9156: while creating xdoc
9157:
9158: 2008-04-09 misha
9159:
9160: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9161:
9162: * src/main/pa_common.C: - comment added
9163:
9164: * src/classes/date.C: - little refactoring
9165:
9166: 2008-04-07 misha
9167:
9168: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9169: style of ^table.save[]: prepare one big string and sabe it at
9170: once. it's safe on freebsd 4.x but use much more memory.
9171:
9172: * buildall-with-xml, buildall-without-xml: - option
9173: --disable-stringstream added (under comment. use it on freebsd
9174: 4.x)
9175:
9176: 2008-02-22 misha
9177:
9178: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9179: specified together in file::load[;http] - get back transcoding
9180: $.body[] in file::load[;http]
9181:
9182: 2008-02-21 misha
9183:
9184: * src/classes/date.C: - ^date.gmt-string[] was added
9185:
9186: * src/types/pa_value.C: - method for output date in RFC 822 format
9187: moved to pa_common.h
9188:
9189: * src/include/pa_common.h: - method for output date in RFC 822
9190: format moved here from pa_value.C
9191:
9192: * src/types/pa_vmail.C: - fixed core in sending mail with
9193: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9194:
9195: 2008-02-20 misha
9196:
9197: * src/main/pa_http.C: - transcode $.headers before escaping into
9198: specified charset while ^file::load[...;http://...] (L_URI
9199: instead of L_HTTP_HEADER) - $.cookies param available in
9200: ^file::load[;http://...] now (but we don't parse set-cookies from
9201: response yet) (cookies not transcoded as common $cookies)
9202:
9203: 2008-02-19 misha
9204:
9205: * src/main/pa_request.C: - rollback: we mustn't force taint
9206: $response:field values because in this case
9207: $response:locateion[http://...] don't works.
9208:
9209: 2008-02-15 misha
9210:
9211: * src/classes/op.C: - little refactoring
9212:
9213: * src/main/pa_http.C: - taint names of $.headers for load[;http
9214:
9215: * src/main/pa_request.C: - force taint values of $response:field
9216:
9217: 2008-02-14 misha
9218:
9219: * src/main/pa_request.C: - $response:field transcoded to
9220: $response:charset before escaping now
9221:
9222: * src/main/pa_http.C: - some outdated comments removed
9223:
9224: * src/classes/date.C: - lastdat -> last-day
9225:
9226: * src/classes/date.C: - ^date:lastday(year;month) and
9227: ^date.lastday[] were added - little code refactoring - comments
9228: changes
9229:
9230: * tests/: 159.html, results/159.processed: - test for number of
9231: days in February
9232:
9233: * src/types/pa_value.C: - fixes in code formatting
9234:
9235: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9236: and comments
9237:
9238: 2008-02-13 misha
9239:
9240: * src/main/pa_common.C: - bugfix for february at leap year
9241:
9242: 2008-01-28 misha
9243:
9244: * tests/: 160.html, results/160.processed: - more test for cache
9245: added
9246:
9247: * src/classes/op.C: - bugfix: cache body executed twice if contains
9248: unhandled exception
9249:
9250: 2008-01-25 misha
9251:
9252: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9253: bug when hashfile became inavailable after memory:compact)
9254:
9255: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9256:
9257: 2008-01-22 misha
9258:
9259: * src/classes/table.C: - little refactiring and exception texts
9260: changes in method ^table.hash[]
9261:
9262: * src/types/pa_vcookie.C: - link to cookie specification changed
9263:
9264: 2008-01-21 misha
9265:
9266: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9267: file::exec/cgi
9268:
9269: * src/classes/file.C: - bugfix: core while processing headers if
9270: executed cgi script don't return content
9271:
9272: 2008-01-18 misha
9273:
9274: * buildall-with-xml: - move to libxml2 version 2.6.31
9275:
9276: * src/include/pa_version.h, configure.in: - version number updated
9277: to '3.2.3b'
9278:
9279: 2007-12-28 misha
9280:
9281: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9282: hash.contains
9283:
9284: 2007-12-27 misha
9285:
9286: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9287: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9288: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9289: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9290: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9291: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9292: src/targets/cgi/parser3.vcproj,
9293: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9294: back to VS2003 because of Apache 1.3 module can't work if it was
9295: built in VS 2005. with cgi all file so VS2003 project files can
9296: be easy converted to the new format.
9297:
9298: 2007-12-04 misha
9299:
9300: * src/types/pa_vcode_frame.h: - changes in comment
9301:
9302: 2007-11-29 misha
9303:
9304: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9305: intercept strings any longer
9306:
9307: * tests/: 173.html, results/173.processed: - tests for
9308: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9309: but not in main code frame
9310:
9311: * tests/: 172.html, results/172.processed: - more tests for pass
9312: objects from code frames
9313:
9314: 2007-11-27 misha
9315:
9316: * tests/: 152.html, results/152.processed: - tests for converting
9317: strings 'true'/'false' to bool were added
9318:
9319: * tests/152.html: - added checks for converting strings
9320: 'true'/'false' to bool
9321:
9322: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9323: not only strings with numbers but with values 'true'/'false' as
9324: well
9325:
9326: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9327: for parser3.log increased
9328:
9329: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9330:
9331: * src/include/pa_common.h: - remove_crlf return cstring size now
9332:
9333: * src/include/pa_types.h: - constant with buffer size for
9334: parser3.log added
9335:
9336: 2007-11-16 misha
9337:
9338: * tests/cat.sh: - script for tests for file::exec/cgi
9339:
9340: * tests/171.html: - tests for file::exec/cgi
9341:
9342: * tests/results/171.processed: - tests results for file::exec/cgi
9343:
9344: 2007-11-15 misha
9345:
9346: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9347:
9348: * src/classes/file.C: - .body must be set before analyzing cgi
9349: headers
9350:
9351: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9352: only if exec/cgi return anything.
9353:
9354: 2007-11-14 misha
9355:
9356: * operators.txt: - info about new text|binary option for
9357: file::exec/cgi was added
9358:
9359: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9360: ^file:exec[[text|binary];script;...]
9361:
9362: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9363: classes/string.C, classes/table.C: - more text strings moved to
9364: the one place
9365:
9366: 2007-11-09 misha
9367:
9368: * src/types/pa_vrequest.C: - $request:argv must be taint
9369:
9370: * ChangeLog: - $request:argv [patch from Sumo]
9371:
9372: * operators.txt: - $request:argv
9373:
9374: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9375: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9376:
9377: 2007-10-25 misha
9378:
9379: * buildall-with-xml, buildall-without-xml: - options preparations
9380: for ./configure rewrited
9381:
9382: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9383: error occure in unhandled_exception finally fixed
9384:
9385: 2007-10-23 misha
9386:
9387: * tests/: 170.html, results/170.processed: - test for
9388: @method[][result]
9389:
9390: * operators.txt: - added info about node.prefix and
9391: node.namespaceURI
9392:
9393: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9394:
9395: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9396: added for node and attribute
9397:
9398: 2007-10-22 misha
9399:
9400: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9401:
9402: * src/main/pa_request.C: - added const content-transfer-encoding
9403:
9404: * src/include/pa_request.h: - added const content-transfer-encoding
9405: - ups. constants must be in lowercase (for search)
9406:
9407: * src/types/pa_vmail.C: - more constants used -
9408: content-transfer-encoding: 8bit added
9409:
9410: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9411:
9412: * src/include/pa_request.h: - more constants
9413:
9414: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9415: ommit anymore if $.content-disposition was specified - little
9416: refactoring
9417:
9418: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9419:
9420: 2007-10-17 misha
9421:
9422: * operators.txt: - info about
9423: table::create[nameless]{data}[>options<] was added
9424:
9425: * src/main/: compile.tab.C, compile.y: - if error occure while
9426: compile method don't put this method in methods table anymore.
9427: in other case the parser coredumped if @unhandled_exception
9428: method can't be compiled because of parser.compile error.
9429:
9430: * src/main/execute.C: - little code reformating
9431:
9432: * src/main/pa_request.C: - little code reformating - comment
9433: changed
9434:
9435: 2007-10-16 misha
9436:
9437: * tests/: 035.html, results/035.processed: - tests
9438: table::create[]{}[options] added
9439:
9440: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9441: options (only $.seperator[] yet)
9442:
9443: 2007-10-10 misha
9444:
9445: * src/classes/table.C: - some contstants moved to pa_common.h -
9446: some code changes
9447:
9448: 2007-10-02 misha
9449:
9450: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9451: then three time as much. but base64 encoding method still use
9452: less memory anyway.
9453:
9454: 2007-09-17 misha
9455:
9456: * operators.txt: - added info about $cookie:fields
9457:
9458: * src/types/pa_vcookie.C: - $cookie:fields available now
9459:
9460: * src/classes/hash.C: - some stuff for use with .for_each moved to
9461: common
9462:
9463: * src/include/pa_common.h: - some stuff for use with .for_each
9464: moved here
9465:
9466: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9467:
9468: 2007-09-14 misha
9469:
9470: * buildall-with-xml: - new xml libs again =)
9471:
9472: 2007-08-28 misha
9473:
9474: * operators.txt: - texts about ^table.columns[[column name]] and
9475: ^string.split[...][v][column name] were added
9476:
9477: * tests/: 168.html, 169.html, results/168.processed,
9478: results/169.processed: - tests for ^table.columns[[column name]]
9479: and ^string.split[...][v][column name] were added
9480:
9481: * src/classes/table.C: - new option ^table.columns[[column name]]
9482: was added
9483:
9484: * src/classes/string.C: - new option ^string.split[...;v;[column
9485: name]]
9486:
9487: * src/include/pa_exception.h: - error text message for
9488: ^hash._keys[], ^table.columns[] and ^string.split[]
9489:
9490: 2007-08-27 misha
9491:
9492: * src/main/untaint.C: - try to fix coredump on unix if print to
9493: body ^taint[sql][something] outside of connect
9494:
9495: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9496: outside of connect
9497:
9498: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9499: added (commented by default)
9500:
9501: 2007-08-20 misha
9502:
9503: * operators.txt: - comment about new method ^node.hasAttributes[]
9504: was added
9505:
9506: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9507: duplicated exception text strings were removed
9508:
9509: * src/include/pa_exception.h: - more exception text strings moved
9510: here
9511:
9512: * src/classes/table.C: - some duplicate exceptions' text strings
9513: removed
9514:
9515: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9516: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9517: removed
9518:
9519: * src/include/pa_exception.h: - some exception text strings movet
9520: to pa_exception
9521:
9522: * tests/: 149.html, results/149.processed: - test for
9523: ^xnode.hasAttributes[] was added - some code changes
9524:
9525: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9526: added
9527:
9528: 2007-08-17 misha
9529:
9530: * tests/: results/006.processed, results/059.processed, 006.html,
9531: 059.html: - more tests for match
9532:
9533: * tests/: 129.html, results/129.processed: - tests for
9534: ^table.hash[...][$.type[string|hash|table]] added
9535:
9536: * src/targets/cgi/parser3.C: - little syntax changes
9537:
9538: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9539: syntax changes
9540:
9541: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9542: messages in parser3.log switched off by default. If someone
9543: really still need it: use $SIGPIPE(1)
9544:
9545: 2007-08-08 misha
9546:
9547: * buildall-with-xml, buildall-without-xml: - remove libs source
9548: files by default since now
9549:
9550: 2007-08-07 misha
9551:
9552: * buildall-without-xml: - some option syntax changes
9553:
9554: * buildall-with-xml: - compile libxml2 without http support - some
9555: option syntax changes
9556:
9557: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9558:
9559: 2007-08-06 misha
9560:
9561: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9562:
9563: * tests/: 160.html, results/160.processed: - cache test was
9564: rewrited
9565:
9566: 2007-07-06 misha
9567:
9568: * tests/: 153.html, results/153.processed: - added test for
9569: ^math:sha1[string]
9570:
9571: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9572: transcoded
9573:
9574: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9575: were added
9576:
9577: 2007-06-28 misha
9578:
9579: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9580: some incorrect chars
9581:
9582: 2007-06-19 misha
9583:
9584: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9585: were moved on top because of gcc 4 had a problems during
9586: building.
9587:
9588: 2007-06-18 misha
9589:
9590: * tests/results/019.processed: - new image commited
9591:
9592: 2007-06-09 misha
9593:
9594: * src/classes/: op.C, table.C: - in while and table.select method
9595: as_expression used now
9596:
9597: * src/types/pa_vmethod_frame.h: - method as_expression was added
9598:
9599: 2007-06-08 misha
9600:
9601: * tests/: 166.html, results/166.processed: - test for
9602: ^match[...][n]
9603:
9604: * tests/: 165.html, results/165.processed: - tests for loops
9605:
9606: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9607: because of no speed/memory optimisation but some proglems with
9608: long cycles occure
9609:
9610: 2007-06-06 misha
9611:
9612: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9613: ^table.select(true) and ^table.select(1) didn't works because of
9614: awaiting junction-param only. fixed.
9615:
9616: 2007-05-24 misha
9617:
9618: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9619: with 0.5 secs interval
9620:
9621: * src/classes/op.C: - cache was rewrited. I hope it works with
9622: locking system now on unix
9623:
9624: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9625: system locks which wait till other threads release it but try get
9626: lock, if fail wait 1 sec and make 10 attempts.
9627:
9628: * src/include/pa_os.h: - consts for blocking locks + some comments
9629: were added
9630:
9631: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9632: opening files
9633:
9634: * src/classes/table.C: - changes in includes. if unclude <sstream>
9635: after our classes on unix it can't be build
9636:
9637: * src/types/pa_vhashfile.C: - not needed code removed
9638:
9639: 2007-05-23 misha
9640:
9641: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9642: include/pa_common.h: - cosmetic changes
9643:
9644: 2007-05-18 misha
9645:
9646: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9647: often. it's give some speed increasing
9648:
9649: * tests/results/160.processed: - returned time corrected
9650:
9651: * tests/160.html: - time increased because on unix 1 mean nothing
9652: :(
9653:
9654: * operators.txt: - added info about ^hash.contain[key]
9655:
9656: * src/classes/hash.C: - added ^hash.contain[key]
9657:
9658: * src/include/pa_hash.h: - added method for checking key exists in
9659: hash
9660:
9661: 2007-05-07 misha
9662:
9663: * src/include/pa_string.h: - was compilation error during build on
9664: freebsd4
9665:
9666: 2007-05-03 misha
9667:
9668: * src/classes/table.C: - option $.type[hash|string|table] was added
9669: for ^table.hash[]
9670:
9671: * src/classes/file.C: - comment removed
9672:
9673: 2007-04-26 misha
9674:
9675: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9676: real files doesn't opened in place anymore
9677:
9678: 2007-04-24 misha
9679:
9680: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9681:
9682: * src/include/pa_exception.h: "static" removed
9683:
9684: 2007-04-23 misha
9685:
9686: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9687:
9688: * src/classes/math.C: added: - ^math:ln(N) (the same as
9689: ^math:log(N)) - ^math:lg(N)
9690:
9691: * tests/: 097.html, results/097.processed: - charsets converstion
9692: during ^file::load[text;http://...] added
9693:
9694: * tests/: 164.html, results/164.processed: - check for set expires
9695: as a date
9696:
9697: * tests/: 164.html, results/164.processed: - test for hashfile
9698:
9699: * src/classes/hashfile.C: - little comment changes
9700:
9701: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9702: access
9703:
9704: * src/: classes/date.C, classes/double.C, classes/file.C,
9705: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9706: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9707: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9708: classes/xnode.h, include/pa_request.h, main/execute.C,
9709: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9710: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9711: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9712: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9713: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9714: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9715: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9716: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9717: "parser.runtime" strings were removed
9718:
9719: * src/classes/hashfile.C: - with .clear[] called files_delete()
9720: now.
9721:
9722: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9723:
9724: * src/include/pa_exception.h: - string constant with
9725: "parser.runtime" text was added
9726:
9727: 2007-04-20 misha
9728:
9729: * operators.txt: - some comments changing
9730:
9731: * operators.txt: - added info about .^hashfile.release[],
9732: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9733:
9734: * configure: =cheching for unsetenv
9735:
9736: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9737: ^hashfile.release[] were added
9738:
9739: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9740: ^string.match[][] understand new option now: return number of
9741: matches but not table wit results
9742:
9743: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9744: reopen now
9745:
9746: * src/classes/op.C: - bug. must be false
9747:
9748: * configure.in: - checking for unsetenv was added
9749:
9750: * src/types/pa_vform.C: - some comments
9751:
9752: 2007-04-18 misha
9753:
9754: * buildall-with-xml: moving to libxml2-2.6.28
9755:
9756: * buildall-with-xml, buildall-without-xml: added commented lines
9757: with --disable-safe-mode option
9758:
9759: * operators.txt: - info about $form:files
9760:
9761: 2007-04-17 misha
9762:
9763: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9764: $form:files was added
9765:
9766: * tests/: 163.html, results/163.processed: removing auto format
9767:
9768: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9769:
9770: 2007-04-16 misha
9771:
9772: * tests/: 163.html, results/163.processed: - test for .int[],
9773: floor, round, ceiling and .format[]
9774:
9775: * src/classes/file.C: - little optimization for getting args in
9776: exec/cgi
9777:
9778: 2007-04-13 misha
9779:
9780: * src/classes/file.C: - arguments for file::exec/cgi can be
9781: specified now as s table with one column
9782:
9783: 2007-03-27 misha
9784:
9785: * tests/: 162.html, results/162.processed: - test for
9786: ^table.select(^condition[$t])
9787:
9788: * tests/results/auto.p: - load windows-1251 charset for some tests
9789:
9790: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9791:
9792: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9793: 161_windows1251.txt: - added test for
9794: ^file::load[text;/local/file.txt;$.charset[...]]
9795:
9796: * tests/: results/013.processed, 013.html: - added test for
9797: checking $._default value while hash modifications
9798:
9799: * tests/: 160.html, results/160.processed: - add test for
9800: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9801:
9802: 2007-03-22 misha
9803:
9804: * src/include/pa_common.h: - "charset" string defined for
9805: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9806:
9807: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9808: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9809: added - not needed transcodes were removed from
9810: ^file::load[...;http://...]
9811:
9812: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9813: added
9814:
9815: * src/classes/date.C: - date.week was fixed
9816:
9817: * operators.txt: - added info about date.weekyear
9818:
9819: * tests/: 159.html, results/159.processed: - tests for date.week
9820: and date.weekyear added
9821:
9822: 2007-03-15 misha
9823:
9824: * src/classes/table.C: - enclose column numbers for nameless tables
9825: as well
9826:
9827: 2007-03-14 misha
9828:
9829: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9830:
9831: * src/classes/table.C: - table.save optimization: now required much
9832: less memory
9833:
9834: 2007-03-13 misha
9835:
9836: * tests/results/: 158.processed, 158.processes: - tests for
9837: table.save/table.load
9838:
9839: * tests/: 158.html, results/158.processes: - tests for
9840: table.save/table.load
9841:
9842: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9843:
9844: * buildall-with-xml: - pattern needed now for building
9845:
9846: * tests/results/097.processed: - added test results for xdoc::load
9847: & xdoc::load[http://...]
9848:
9849: * tests/097.html: - added test for xdoc::load
9850:
9851: 2007-03-12 misha
9852:
9853: * tests/: 107.html, results/107.processed: - added test for xpath
9854: '//man'
9855:
9856: 2007-03-01 misha
9857:
9858: * tests/: 097.html, results/097.processed: - added test for
9859: creating xdoc from file
9860:
9861: * tests/: results/157.processed, 157.html: - added test for
9862: file:move
9863:
9864: 2007-02-28 misha
9865:
9866: * src/classes/xdoc.C: - another attempt
9867:
9868: * src/classes/xdoc.C: - roll back last changes for a while
9869:
9870: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9871:
9872: * src/classes/file.C: - under lock we create non-exist dir anyway
9873:
9874: * tests/results/099.processed: - ever send content-disposition to
9875: client with file
9876:
9877: * tests/157.html: + test for file:copy
9878:
9879: 2007-02-26 misha
9880:
9881: * src/classes/file.C: - some similar strings moved to #define
9882: instead of to be copy/pasted many times
9883:
9884: * src/types/pa_vfile.h: - class name string ("file") moved to
9885: #define
9886:
9887: 2007-02-20 misha
9888:
9889: * configure.in: - added some strings for sqlite detection
9890:
9891: 2007-02-19 misha
9892:
9893: * operators.txt: - some comments changes
9894:
9895: * buildall-with-xml, buildall-without-xml: - some modifications
9896:
9897: 2007-02-17 misha
9898:
9899: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9900:
9901: * src/main/pa_request.C: - damn, i forgot to commit it while I
9902: change console behaviour
9903:
9904: 2007-02-12 misha
9905:
9906: * src/targets/cgi/parser3.C: - don't print headers if
9907: $console:line[data] was used during cgi execution.
9908:
9909: * src/types/pa_vconsole.h: - console class have bool flag now which
9910: marked as 'true' if class was used.
9911:
9912: * tests/: 152.html, results/152.processed: - more types was added
9913: to test 152
9914:
9915: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9916: adding 'bool' (^if($image){} caused exception)
9917:
9918: 2007-02-09 misha
9919:
9920: * tests/: 152.html, results/152.processed: - test alightly updated
9921:
9922: * tests/: 152.html, results/152.processed: - test rewrited
9923:
9924: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9925: bugfix. I broke xdoc & xnode in expression
9926:
9927: 2007-02-08 misha
9928:
9929: * tests/: 152.html, results/152.processed: - add test for checking
9930: 'def' for void, string, bool, int & double
9931:
9932: 2007-02-07 misha
9933:
9934: * operators.txt: - ^file:base64[filespec] was added
9935:
9936: * tests/results/153.processed: - result test for
9937: ^file:base64[filespec] was updated
9938:
9939: * tests/153.html: - test for ^file:base64[filespec] was added
9940:
9941: * src/types/pa_vconsole.h: - little optimization
9942:
9943: * src/classes/file.C: - ^file:base64[filespec]
9944:
9945: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9946:
9947: * src/include/pa_common.h: - declarations for
9948: ^file:base64[filespec]
9949:
9950: * src/types/pa_vcookie.C: - little optimization
9951:
9952: 2007-02-06 misha
9953:
9954: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9955: were temporary commented
9956:
9957: * src/types/pa_vbool.h: - bugfix
9958:
9959: * tests/156.html: - added test for bool cookie
9960:
9961: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9962:
9963: * tests/: 155.html, results/155.processed: - added test for check
9964: $.encloser[] option for table save/load
9965:
9966: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9967:
9968: 2007-02-05 misha
9969:
9970: * tests/results/152.processed: - newline at the end was missed
9971:
9972: * tests/results/141.processed: - math:md5 must be lowercased
9973:
9974: * src/targets/cgi/parser3.C: - 2007 in help ;)
9975:
9976: 2007-02-03 misha
9977:
9978: * tests/results/: 150.processed, 151.processed, 152.processed: -
9979: test for bool added and some content length fixes
9980:
9981: * tests/152.html: - test for bool added
9982:
9983: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9984:
9985: * operators.txt: - info bool class was added
9986:
1.116 moko 9987: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9988: classes/classes.vcproj, classes/double.C, classes/int.C,
9989: classes/string.C, classes/void.C, classes/xnode.C,
9990: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9991: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9992: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9993: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9994: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9995: types/types.vcproj: - bool class was added
9996:
9997: * src/main/pa_request.C: - fix
9998:
9999: 2007-01-18 misha
10000:
10001: * src/: main/pa_string.C, classes/string.C: - return table during
10002: ^string.match[][] even if no matched found.
10003:
10004: 2006-12-20 misha
10005:
10006: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10007: http://www.parser.ru/forum/?id=55598 ]
10008:
10009: 2006-12-19 misha
10010:
10011: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10012: details: http://www.parser.ru/forum/?id=52359
10013:
10014: * src/main/pa_request.C: - always set content-disposition for
10015: $response:body[hash here]. more details:
10016: http://www.parser.ru/forum/?id=52130
10017:
10018: 2006-12-07 misha
10019:
10020: * operators.txt: - added info about bool params in cookie set
10021:
10022: * src/types/pa_vcookie.C: - bool param in cookies available now
10023: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10024: ]
10025:
10026: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10027: was added
10028:
10029: 2006-12-02 misha
10030:
10031: * src/classes/file.C: - file_block_read used instead of native read
10032:
10033: * src/main/pa_common.C: - added file_block_read with read error
10034: detection - file_block_read used instead of native read
10035:
10036: * src/include/pa_common.h: - added file_block_read declaration
10037:
10038: 2006-12-01 misha
10039:
10040: * operators.txt: - info about $var.CLASS_NAME was added
10041:
10042: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10043: $var.CLASS_NAME added
10044:
10045: * operators.txt: - added info about ^file:copy[]
10046:
10047: * src/classes/file.C: - ^file:copy[from;fo] was added
10048:
10049: 2006-11-20 misha
10050:
10051: * src/classes/date.C: - bug fix :)
10052:
10053: 2006-11-17 misha
10054:
10055: * src/include/pa_common.h: - array in crc32 calculation was changed
10056: to static
10057:
10058: * src/main/pa_common.C: - little optimization in getMonthDays -
10059: small changes in crc32 calculation
10060:
10061: * src/classes/date.C: - not needed code was removed
10062:
10063: 2006-11-16 misha
10064:
10065: * src/types/pa_vmail.C: - fix missed brakes
10066:
10067: * src/types/pa_vmail.C: - mail:send now set content-type:
10068: multipart/related instead of multipart/mixed if file have
10069: $.content-id[]
10070:
10071: 2006-11-15 misha
10072:
10073: * src/types/pa_vdouble.h: abs -> fabs
10074:
10075: 2006-11-14 misha
10076:
10077: * operators.txt: - added info about ^file.md5[] and
10078: ^file:md5[file-name]
10079:
10080: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10081: added
10082:
10083: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10084: FILE_BUFFER_SIZE
10085:
10086: * src/classes/math.C: - hex_string was moved to pa_common.h
10087:
10088: * src/include/pa_common.h: - hex_string was moved from math.C -
10089: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10090:
10091: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10092: values was fixed
10093:
10094: 2006-11-13 misha
10095:
10096: * operators.txt: - added info about ^math:crc32[string],
10097: ^file:crc32[file-name] & ^file.crc32[]
10098:
10099: * src/classes/math.C: - added ^math:crc32[string]
10100:
10101: * src/classes/file.C: - some comments were changed - added
10102: ^file:crc32[file-name] and ^file.crc32[]
10103:
10104: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10105: crc32 calculation added
10106:
10107: 2006-11-03 misha
10108:
10109: * src/include/pa_array.h: - not needed variable removed
10110:
10111: * tests/: 150.html, 151.html, results/150.processed,
10112: results/151.processed: - 2 tests were added
10113:
10114: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10115: with $.reverse(1) were fixed
10116:
10117: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10118: query converted to $.charset during ^file::load[http://...]
10119:
10120: 2006-11-02 misha
10121:
10122: * src/include/pa_table.h: ups. forget '=' char
10123:
10124: * src/include/pa_table.h: - one more fix in
10125: .locate[...][$.reverse(1)]
10126:
10127: 2006-11-01 misha
10128:
10129: * src/classes/math.C: - bug fix, details:
10130: http://www.parser.ru/forum/?id=53360
10131:
10132: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10133: false for all records )[$.reverse(1)]
10134:
10135: * src/main/pa_http.C: - second param for this mid method is length
10136: but not end_index so this method has error and can't detect
10137: charsets in next content-types: Content-type: text/html;
10138: charset="windows-1251" Content-type: text/html;
10139: charset="windows-1251"; Content-type: text/html;
10140: charset=windows-1251;
10141:
10142: only Content-type: text/html; charset=windows-1251 was fine
10143:
10144: 2006-10-31 misha
10145:
10146: * src/classes/file.C: - empty args in file::exec removed now
10147:
10148: 2006-09-03 paf
10149:
10150: * src/classes/file.C: proper tainting of
10151: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10152:
10153: 2006-06-09 paf
10154:
10155: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10156:
10157: * src/classes/table.C: formatting
10158:
10159: * src/classes/table.C: incorporated patch from misha: Sent:
10160: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10161: ignoring string options for ^table.save[]
10162:
10163: * src/classes/hash.C: incorporated patch from misha Sent:
10164: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10165: $hash._default disappear while
10166:
10167: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10168: $.format[!uue|!base64] << new base64 option. default uue ] ]
10169:
10170: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10171: PM Subject: patch for base64 in ^mail:send[] %-)
10172:
10173: 2006-04-09 paf
10174:
10175: * src/main/compile.tab.C: ` change compiled
10176:
10177: * gnu.vcproj, operators.txt, parser3.sln,
10178: src/classes/classes.vcproj, src/classes/file.C,
10179: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10180: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10181: src/classes/xnode.C, src/include/pa_array.h,
10182: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10183: src/include/pa_memory.h, src/include/pa_request.h,
10184: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10185: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10186: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10187: src/lib/pcre/pcre_dftables.vcproj,
10188: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10189: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10190: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10191: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10192: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10193: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10194: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10195: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10196: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10197: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10198: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10199: src/types/pa_value.h, src/types/pa_vcookie.C,
10200: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10201: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10202: src/types/pa_vstatus.C, src/types/types.vcproj,
10203: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10204: ^menu, ^hash/hashfile.foreach
10205:
10206: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10207: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10208: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10209: src/classes/xnode.C, src/include/pa_array.h,
10210: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10211: src/include/pa_memory.h, src/include/pa_request.h,
10212: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10213: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10214: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10215: src/lib/pcre/pcre_dftables.vcproj,
10216: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10217: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10218: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10219: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10220: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10221: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10222: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10223: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10224: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10225: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10226: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10227: src/types/pa_value.h, src/types/pa_vcookie.C,
10228: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10229: src/types/pa_vstatus.C, src/types/types.vcproj,
10230: tests/descript.ion: ! switched to VS2005 (projects and
10231: object<info explicitly typed>.for_each(, info)) +
10232: $response:field[] setting void means removing + grammar $name`
10233: name stops now, for mysql `$field` + started ^break[]
10234: ^continue[], in ^for. TODO: to other iterators (while, menu,
10235: foreach) + all log messages += [uri=, method=, cl=]
10236:
10237: * buildall-with-xml: merged . ftp paths update
10238:
10239: * buildall-with-xml: . ftp paths update
10240:
10241: 2006-03-04 paf
10242:
10243: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10244: checks++ [thanks to Igor Zinkovsky for detailed report]
10245:
10246: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10247: Igor Zinkovsky for detailed report]
10248:
10249: 2006-03-01 paf
10250:
10251: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10252: \n to ' ' in
10253:
10254: 2006-02-18 paf
10255:
10256: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10257: \n to ' ' in
10258:
10259: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10260:
10261: 2006-02-03 paf
10262:
10263: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10264: base64
10265:
10266: * src/main/pa_common.C: ! bugfix: decoding from base64
10267:
10268: 2006-01-20 paf
10269:
10270: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10271: economy fix
10272:
10273: * src/classes/: table.C: merged from HEAD ! bugfix
10274: ^table.save[$.encloser-s now handled properly
10275:
10276: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10277: handled properly
10278:
10279: 2006-01-19 paf
10280:
10281: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10282: libgc:USE_MUNMAP activates merging of free memory blocks which
10283: helps a lot in our case: after transform we want
10284: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10285:
10286: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10287: economy fix
10288:
10289: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10290: activates merging of free memory blocks which helps a lot in our
10291: case: after transform we want CORD(main.result)->cstr[big
10292: malloc]->transcode[big malloc]
10293:
10294: 2006-01-17 paf
10295:
10296: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10297: before reading them. got rid of reallocs = became quicker and
10298: less fragmentated
10299:
10300: 2005-12-29 paf
10301:
1.116 moko 10302: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10303: configure, configure.in, src/include/pa_version.h,
10304: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10305: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10306: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10307: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10308: src/lib/ltdl/missing: . merged from 3.2.1
10309:
1.116 moko 10310: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10311: packaged when 'make dist', so do configure companion files in
10312: src/lib/ltdl
10313:
10314: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10315: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10316: missing: . now config_auto.h is created with configure [were
10317: constant]
1.95 moko 10318:
10319: * INSTALL: . references to documentation and some clarification
10320:
10321: * buildall-with-xml, buildall-without-xml: . farawell doc
10322: indication
10323:
1.116 moko 10324: * Makefile.am: . dist+=buildall*
1.95 moko 10325:
10326: 2005-12-28 paf
10327:
10328: * configure: . 3.2.1
10329:
10330: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10331: simplify build process, see INSTALL
10332:
10333: 2005-12-26 paf
10334:
10335: * configure: ver
10336:
10337: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10338: version
10339:
10340: 2005-12-21 paf
10341:
10342: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10343: compiled with bison 1.875b, it reports unexpected token names
10344:
10345: 2005-12-19 paf
10346:
10347: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10348: holds a link to xmlNode to prevent premature gc(xmlNode)
10349:
10350: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10351: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10352: src/main/main.vcproj, src/main/pa_globals.C,
10353: src/targets/cgi/parser3.vcproj,
10354: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10355: configure, configure.in, src/include/pa_version.h: . killing
10356: gdome [what a relief]
10357:
10358: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10359: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10360: run_parser.sh, results/001.processed, results/002.processed,
10361: results/003.processed, results/004.processed,
10362: results/005.processed, results/006.processed,
10363: results/008.processed, results/009.processed,
10364: results/010.processed, results/011.processed,
10365: results/012.processed, results/013.processed,
10366: results/014.processed, results/015.processed,
10367: results/016.processed, results/017.processed,
10368: results/018.processed, results/020.processed,
10369: results/021.processed, results/022.processed,
10370: results/023.processed, results/024.processed,
10371: results/025.processed, results/026.processed,
10372: results/027.processed, results/028.processed,
10373: results/029.processed, results/030.processed,
10374: results/031.processed, results/032.processed,
10375: results/033.processed, results/034.processed,
10376: results/035.processed, results/036.processed,
10377: results/037.processed, results/038.processed,
10378: results/039.processed, results/040.processed,
10379: results/041.processed, results/042.processed,
10380: results/043.processed, results/044.processed,
10381: results/045.processed, results/046.processed,
10382: results/047.processed, results/048.processed,
10383: results/049.processed, results/050.processed,
10384: results/051.processed, results/052.processed,
10385: results/053.processed, results/054.processed,
10386: results/055.processed, results/056.processed,
10387: results/057.processed, results/058.processed,
10388: results/059.processed, results/060.processed,
10389: results/061.processed, results/062.processed,
10390: results/063.processed, results/064.processed,
10391: results/065.processed, results/066.processed,
10392: results/067.processed, results/068.processed,
10393: results/069.processed, results/070.processed,
10394: results/071.processed, results/072.processed,
10395: results/073.processed, results/074.processed,
10396: results/075.processed, results/076.processed,
10397: results/077.processed, results/078.processed,
10398: results/079.processed, results/080.processed,
10399: results/081.processed, results/082.processed,
10400: results/083.processed, results/084.processed,
10401: results/085.processed, results/086.processed,
10402: results/087.processed, results/088.processed,
10403: results/089.processed, results/090.processed,
10404: results/091.processed, results/092.processed,
10405: results/093.processed, results/094.processed,
10406: results/095.processed, results/096.processed,
10407: results/097.processed, results/099.processed,
10408: results/100.processed, results/101.processed,
10409: results/102.processed, results/104.processed,
10410: results/105.processed, results/106.processed,
10411: results/107.processed, results/108.processed,
10412: results/109.processed, results/110.processed,
10413: results/111.processed, results/112.processed,
10414: results/113.processed, results/114.processed,
10415: results/115.processed, results/117.processed,
10416: results/119.processed, results/120.processed,
10417: results/121.processed, results/122.processed,
10418: results/123.processed, results/124.processed,
10419: results/125.processed, results/126.processed,
10420: results/127.processed, results/128.processed,
10421: results/129.processed, results/130.processed,
10422: results/131.processed, results/132.processed,
10423: results/133.processed, results/134.processed,
10424: results/135.processed, results/136.processed,
10425: results/138.processed, results/139.processed,
10426: results/140.processed, results/141.processed,
10427: results/142.processed, results/143.processed,
10428: results/144.processed, results/145.processed,
10429: results/146.processed, results/147.processed,
10430: results/148.processed, results/149.processed, results/auto.p: .
10431: now works if we turn off default auto.p
10432:
1.116 moko 10433: * configure: . makes
1.95 moko 10434:
10435: * src/types/pa_vxnode.C: . less warnings
10436:
10437: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10438: tests/145.html, tests/149.html, tests/descript.ion,
10439: tests/outputs/d.cmd, tests/results/142.processed,
10440: tests/results/143.processed, tests/results/144.processed,
10441: tests/results/145.processed, tests/results/146.processed,
10442: tests/results/147.processed, tests/results/148.processed,
10443: tests/results/149.processed: . removed .nodeValue from all node
10444: types other than 5 (grabbed piece from gdome)
10445:
10446: * tests/: 137.html, results/137.processed: . not handled this case
10447: yet. code does not hang from inserting parent into child,
10448: considering thing minor issue -- nodes are removed from source
10449: anyway, don't know why shold that be an error after all
10450:
10451: * src/targets/cgi/parser3.C: . style
10452:
10453: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10454: xdoc too [were barking "not element"]
10455:
10456: 2005-12-16 paf
10457:
10458: * tests/: 146.html, 147.html, 148.html: . more tests
10459:
10460: * src/classes/xnode.C: . also bark on possible errors
10461:
10462: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10463: props
10464:
10465: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10466: main/compile.y: merged from HEAD ! fixed overoptimized
10467: ^call(false) case. (confused it with ^call[] case)
10468:
10469: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10470: ^call(false) case. (confused it with ^call[] case)
10471:
10472: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10473:
10474: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10475: results/001.processed, results/002.processed,
10476: results/003.processed, results/004.processed,
10477: results/005.processed, results/006.processed,
10478: results/008.processed, results/009.processed,
10479: results/010.processed, results/011.processed,
10480: results/012.processed, results/013.processed,
10481: results/014.processed, results/015.processed,
10482: results/016.processed, results/017.processed,
10483: results/018.processed, results/019.processed,
10484: results/020.processed, results/021.processed,
10485: results/022.processed, results/023.processed,
10486: results/024.processed, results/025.processed,
10487: results/026.processed, results/027.processed,
10488: results/028.processed, results/029.processed,
10489: results/030.processed, results/031.processed,
10490: results/032.processed, results/033.processed,
10491: results/034.processed, results/035.processed,
10492: results/036.processed, results/037.processed,
10493: results/038.processed, results/039.processed,
10494: results/040.processed, results/041.processed,
10495: results/042.processed, results/043.processed,
10496: results/044.processed, results/045.processed,
10497: results/046.processed, results/047.processed,
10498: results/048.processed, results/049.processed,
10499: results/050.processed, results/051.processed,
10500: results/052.processed, results/053.processed,
10501: results/054.processed, results/055.processed,
10502: results/056.processed, results/057.processed,
10503: results/058.processed, results/059.processed,
10504: results/060.processed, results/061.processed,
10505: results/062.processed, results/063.processed,
10506: results/064.processed, results/065.processed,
10507: results/066.processed, results/067.processed,
10508: results/068.processed, results/069.processed,
10509: results/070.processed, results/071.processed,
10510: results/072.processed, results/073.processed,
10511: results/074.processed, results/075.processed,
10512: results/076.processed, results/077.processed,
10513: results/078.processed, results/079.processed,
10514: results/080.processed, results/081.processed,
10515: results/082.processed, results/083.processed,
10516: results/084.processed, results/085.processed,
10517: results/086.processed, results/087.processed,
10518: results/088.processed, results/089.processed,
10519: results/090.processed, results/091.processed,
10520: results/092.processed, results/093.processed,
10521: results/094.processed, results/095.processed,
10522: results/096.processed, results/097.processed,
10523: results/099.processed, results/101.processed,
10524: results/102.processed, results/104.processed,
10525: results/105.processed, results/106.processed,
10526: results/107.processed, results/108.processed,
10527: results/109.processed, results/110.processed,
10528: results/111.processed, results/112.processed,
10529: results/113.processed, results/114.processed,
10530: results/115.processed, results/116.processed,
10531: results/117.processed, results/118.processed,
10532: results/119.processed, results/120.processed,
10533: results/121.processed, results/122.processed,
10534: results/123.processed, results/124.processed,
10535: results/125.processed, results/126.processed,
10536: results/127.processed, results/128.processed,
10537: results/129.processed, results/130.processed,
10538: results/131.processed, results/132.processed,
10539: results/133.processed, results/134.processed,
10540: results/135.processed, results/136.processed,
10541: results/137.processed, results/138.processed,
10542: results/139.processed, results/140.processed,
10543: results/141.processed: . refreshed old tests, made them work
10544: without auto.p (in utf8) . things noted: . gif got encoded
10545: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10546: some strange year)
10547:
10548: * INSTALL: . revived linux libgc fix
10549:
10550: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10551: glib/gdome in INSTALL and patches]
10552:
10553: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10554: include/pa_charset.h, include/pa_config_includes.h,
10555: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10556: include/pa_xml_exception.h, lib/cord/Makefile.am,
10557: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10558: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10559: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10560: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10561: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10562: types/pa_vxnode.h: . started killing gdome
10563:
10564: 2005-12-13 paf
10565:
10566: * src/main/: pa_request.C: merged from HEAD ! when code in
10567: @unhandled_exception thrown another exception, print correct
10568: origin (earlier code in catch of exception inside of
10569: @unhandled_exception grabbed parent_frame(original_exception)
10570: origin and printed it, instead of true origin)
10571:
10572: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10573: another exception, print correct origin (earlier code in catch of
10574: exception inside of @unhandled_exception grabbed
10575: parent_frame(original_exception) origin and printed it, instead
10576: of true origin)
10577:
10578: 2005-12-09 paf
10579:
10580: * INSTALL: . updated INSTALL doc to work around linux stack base
10581: detection problem, due to change in gc6.4 code
10582:
10583: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10584: ignored in ^string.matched :(
10585:
10586: * src/main/pa_string.C: ! regex tainting were ignored in
10587: ^string.matched :(
10588:
10589: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10590: src/include/pa_config_fixed.h, src/include/pa_version.h,
10591: src/main/compile.y, src/main/compile_tools.h,
10592: src/main/pa_charset.C, src/main/pa_common.C,
10593: src/main/pa_globals.C, src/main/pa_string.C,
10594: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10595: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10596:
10597: 2005-12-08 paf
10598:
10599: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10600: 500 chars now handled OK [were wrapped on 500th char according to
10601: rfc, but sendmail failed to unwrap it properly]
10602:
10603: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10604: handled OK [were wrapped on 500th char according to rfc, but
10605: sendmail failed to unwrap it properly]
10606:
10607: * src/targets/isapi/parser3isapi.C: . less warnings
10608:
10609: * src/targets/isapi/parser3isapi.C: . undone some strange change
10610: since 3.1.5
10611:
10612: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10613: link fixes
10614:
10615: * src/: classes/date.C, include/pa_config_fixed.h,
10616: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10617: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10618: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10619:
10620: * src/include/pa_config_fixed.h: . removed outdated string origins
10621: [in current storage scheme there's no place for them. someday we
10622: can add third CORD to store origins and special version of parser
10623: which stores origins there [separate binary]]
10624:
10625: 2005-12-07 paf
10626:
10627: * src/targets/isapi/parser3isapi.C: . now links in release mode
10628:
10629: * src/include/pa_version.h: makefiles
10630:
10631: * src/include/pa_version.h: . not beta
10632:
10633: * configure, configure.in, src/include/pa_version.h: not beta
10634:
10635: 2005-12-06 paf
10636:
10637: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10638: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10639: decided to undo the change ^call[$void] passes void. now it will
10640: pass empty string again.
10641:
10642: * src/main/: compile.tab.C, compile.y: . version readded
10643:
10644: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10645: = ^switch[void] problem
10646:
10647: 2005-12-01 paf
10648:
10649: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10650: caused ^case[string] to be coerced to double since searching
10651: value were not string (it was vvoid)
10652:
10653: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10654: ^case[string] to be coerced to double since searching value were
10655: not string (it was vvoid)
10656:
10657: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10658: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10659:
10660: 2005-11-30 paf
10661:
10662: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10663: win32 must putenv("TZ="), on unix works only putenv("TZ")
10664:
10665: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10666: putenv("TZ="), on unix works only putenv("TZ")
10667:
10668: * INSTALL: . xml libs versions updated
10669:
10670: * src/main/pa_globals.C: //20051130 trying to remove this, author
10671: claims that fixed a lot there // 20040920 for now both
10672: workarounds needed. wait for new libxml/xsl versions
10673:
10674: 2005-11-28 paf
10675:
10676: * src/classes/table.C: merged from HEAD: ! nameless table has
10677: columns==0
10678:
10679: * src/classes/table.C: ! nameless table has columns==0
10680:
10681: * src/main/pa_http.C: merged from HEAD: ! status line check made
10682: earlier [was totally wrong]
10683:
10684: * src/main/pa_http.C: ! status line check made earlier [was totally
10685: wrong]
10686:
10687: 2005-11-25 paf
10688:
10689: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10690: undoing for now...
10691:
10692: * src/include/pa_version.h: -this reduces speed(table::load),
10693: strange. undoing
10694:
10695: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10696:
10697: * src/classes/op.C: + ^while(){}[SEPARATOR]
10698:
10699: * src/include/pa_array.h: + optimistics added: all arrays (table
10700: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10701: this speeds things up and saves memory a LOT! (not noticed
10702: negative effect on syntetic tests, future will tell...)
10703:
10704: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10705: changed gc_malloc implementation, which obscured profiling
10706:
10707: * src/classes/table.C: merged from HEAD: + optimized
10708: table::load/sql, now row ArrayString-s allocated with
10709: columns.count() elements and don't always grow from
10710: count=3[realloc,realloc]
10711:
10712: * src/classes/table.C: + optimized table::load/sql, now row
10713: ArrayString-s allocated with columns.count() elements and don't
10714: always grow from count=3[realloc,realloc]
10715:
10716: * src/classes/table.C: merged from HEAD: . ^table.save unused
10717: buffer after save
10718:
10719: * src/classes/table.C: . ^table.save unused buffer after save
10720:
10721: 2005-11-24 paf
10722:
10723: * configure.in: . merged glib2-config patch
10724:
10725: * configure.in: + trying to find glib2-config
10726:
10727: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10728: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10729: file/dir_readable to simple file/dir_exist, this would help in
10730: situations "class not found because .p file has bad rights" << in
10731: that case error would be explicit "access denied to 'this' file"
10732:
1.116 moko 10733: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10734:
10735: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10736: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10737: to simple file/dir_exist, this would help in situations "class
10738: not found because .p file has bad rights" << in that case error
10739: would be explicit "access denied to 'this' file"
10740:
10741: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10742: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10743: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10744: ^file::exec/cgi[script;$.charset[changed]
10745: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10746: encoded in $.charset charset
10747:
10748: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10749: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10750: encoded in $.charset charset
10751:
10752: * src/: include/Makefile.am, include/pa_common.h,
10753: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10754: main/pa_common.C, main/pa_http.C: . extracted http:// into
10755: separate file [preparation for
10756: ^file::cgi[script;$.form[$.field1[]
10757:
10758: 2005-11-22 paf
10759:
10760: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10761:
10762: * acinclude.m4, configure.in: . merged underquting fixes
10763:
1.116 moko 10764: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10765:
10766: * src/classes/op.C: . overmerged a little
10767:
10768: * src/main/compile.tab.C: Makefile
10769:
10770: * src/main/: pa_common.C: . less gcc warnings
10771:
10772: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10773: now reports original exception if we have no old cache
10774:
10775: * src/classes/op.C: + $exception.handled[cache] now reports
10776: original exception if we have no old cache
10777:
10778: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10779: from HEAD: + ^taint/untaint[regex] << escapes these:
10780: \^$.[]|()?*+{}
10781:
10782: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10783: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10784:
10785: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10786: getenv-ed variable, which does not work both on win32&unix.
10787: copied old TZ value now
10788:
10789: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10790: stored pointer to getenv-ed variable, which does not work both on
10791: win32&unix. copied old TZ value now
10792:
10793: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10794: getenv-ed variable, which does not work both on win32&unix.
10795: copied old TZ value now
10796:
10797: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10798: access to internal hash
10799:
10800: * src/types/pa_vresponse.C: + $response:headers access to internal
10801: hash
10802:
10803: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10804: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10805: isapi] this reduces number of "GC Warning: Repeated allocation of
10806: very large block" messages to only important onces
10807:
10808: * src/targets/isapi/parser3isapi.C: +
10809: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10810: isapi] this reduces number of "GC Warning: Repeated allocation of
10811: very large block" messages to only important onces
10812:
10813: * src/classes/string.C: merged from HEAD: + removed limitation on
10814: ^string/int/double:sql{}[$.default[({param style})] ]
10815:
10816: * src/classes/string.C: + removed limitation on
10817: ^string/int/double:sql{}[$.default[({param style})] ]
10818:
10819: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10820: with ?params or $.form option" limitation
10821:
10822: * src/main/pa_common.C: + removed "use either uri with ?params or
10823: $.form option" limitation
10824:
10825: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10826: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10827: ^file::base64[encoded] decode
10828:
10829: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10830: main/pa_common.C: + ^file.base64[] encode +
10831: ^file::base64[encoded] decode
10832:
10833: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10834: ^string:base64[encoded] decode
10835:
10836: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10837: ^string:base64[in] encode + ^string.base64[] decode
10838:
10839: 2005-11-21 paf
10840:
10841: * src/classes/file.C: + merged from HEAD:
10842: ^file::create[text;file.xml;^untaint[xml]{data}]
10843:
10844: * src/classes/file.C: +
10845: ^file::create[text;file.xml;^untaint[xml]{data}]
10846:
10847: * src/main/pa_request.C: ! merged: $response:body[file] now
10848: differes from :download, it does not return content-disposition
10849: at all now [previusely it returned valueless content-disposition]
10850:
10851: * src/main/pa_request.C: ! $response:body[file] now differes from
10852: :download, it does not return content-disposition at all now
10853: [previusely it returned valueless content-disposition]
10854:
10855: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10856: literals, reverted to just vvod, recreating empty array with each
10857: void_value token. that's absolutely needed, since that array
10858: grows
10859:
10860: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10861: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10862: types/pa_vmethod_frame.h: + merged: expression literals:
10863: true/false. ^format[$.indent(true)]
10864:
10865: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10866: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10867: types/pa_vmethod_frame.h: + expression literals: true/false.
10868: ^format[$.indent(true)]
10869:
10870: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10871: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10872: i386-pc-win32)"
10873:
10874: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10875: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10876: i386-pc-win32)"
10877:
10878: 2005-11-18 paf
10879:
10880: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10881: null}[$.default(123)] will now return default value
10882:
10883: * src/classes/op.C: + merged ^cache[] << returns current cache
10884: expiration time
10885:
10886: * src/classes/op.C: + ^cache[] << returns current cache expiration
10887: time
10888:
10889: * src/classes/table.C: ! merged ^table::create[not'nameless';
10890: failed << Exception.problem_source pointed to local var!
10891:
10892: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10893: Exception.problem_source pointed to local var!
10894:
10895: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10896: now loads VFile.ptr!=0, so such files can be saved now
10897:
10898: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10899: loads VFile.ptr!=0, so such files can be saved now
10900:
10901: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10902: only . and .. now removed from list [were removed all .*]
10903:
10904: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10905: .. now removed from list [were removed all .*]
10906:
10907: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10908: open error now checked, were not :( [stole that piece from apache
10909: 1.3 sources]
10910:
10911: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10912: checked, were not :( [stole that piece from apache 1.3 sources]
10913:
10914: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10915: untainting of @main result if returned by $result or
10916: $response:body
10917:
10918: * src/main/pa_request.C: ! ensured proper untainting of @main
10919: result if returned by $result or $response:body
10920:
10921: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10922: issue: now tries to guess content-length and allocates one big
10923: piece if possible [regretfully gc_realloc works as malloc+free,
10924: leaving lots of holes behind]
10925:
10926: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10927: fixed file load memory issue: now tries to guess content-length
10928: and allocates one big piece if possible [regretfully gc_realloc
10929: works as malloc+free, leaving lots of holes behind]
10930:
10931: 2005-11-16 paf
10932:
10933: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10934: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10935: table::save with enclosers now doubles them: "->"" !
10936: table::save/load do not remove elements from options hash
10937:
10938: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10939: [were overoptimized ^if(double_literal), compiler confused
10940: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10941:
10942: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10943: [were overoptimized ^if(double_literal), compiler confused
10944: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10945:
10946: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10947: main/pa_common.C: ! table::save with enclosers now doubles them:
10948: "->"" ! table::save/load do not remove elements from options hash
10949:
10950: 2005-11-03 paf
10951:
1.116 moko 10952: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10953: compilation, not all makefiles liked that
1.95 moko 10954:
10955: 2005-08-30 paf
10956:
10957: * src/classes/op.C: merge . speedup check of [DEFAULT]
10958:
10959: * src/classes/op.C: . speedup check of [DEFAULT]
10960:
10961: 2005-08-26 paf
10962:
10963: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10964:
10965: * src/: classes/date.C, types/pa_vdate.h: + date.week
10966:
10967: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10968: complains about bad!=nameless
10969:
10970: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10971: about bad!=nameless
10972:
10973: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10974: optional options were allowed to be empty. were checked
10975: if(is_string), changed to !defined||is_string to allow void
10976:
10977: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10978: classes/string.C, classes/table.C, classes/void.C: ! optional
10979: options were allowed to be empty. were checked if(is_string),
10980: changed to !defined||is_string to allow void
10981:
10982: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10983: as_junction where they needed as_int/double, so failed with
10984: recent "(const) now no junction" optimization
10985:
10986: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10987: merged ! many classes/* used as_junction where they needed
10988: as_int/double, so failed with recent "(const) now no junction"
10989: optimization
10990:
10991: * src/: classes/double.C, classes/int.C, classes/math.C,
10992: classes/op.C, classes/string.C, classes/table.C,
10993: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10994: used as_junction where they needed as_int/double, so failed with
10995: recent "(const) now no junction" optimization
10996:
10997: 2005-08-24 paf
10998:
10999: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11000: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11001: stripped it
11002:
11003: 2005-08-09 paf
11004:
11005: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11006: not cleared
11007:
11008: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11009: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11010: classes/hashfile.C, classes/image.C, classes/int.C,
11011: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11012: classes/response.C, classes/string.C, classes/table.C,
11013: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11014: include/pa_array.h, include/pa_cache_managers.h,
11015: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11016: include/pa_config_fixed.h, include/pa_config_includes.h,
11017: include/pa_dictionary.h, include/pa_dir.h,
11018: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11019: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11020: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11021: include/pa_request_charsets.h, include/pa_request_info.h,
11022: include/pa_sapi.h, include/pa_socks.h,
11023: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11024: include/pa_stack.h, include/pa_string.h,
11025: include/pa_stylesheet_connection.h,
11026: include/pa_stylesheet_manager.h, include/pa_table.h,
11027: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11028: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11029: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11030: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11031: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11032: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11033: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11034: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11035: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11036: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11037: main/pa_sql_driver_manager.C, main/pa_string.C,
11038: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11039: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11040: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11041: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11042: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11043: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11044: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11045: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11046: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11047: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11048: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11049: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11050: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11051: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11052: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11053: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11054: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11055: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11056: types/pa_vresponse.C, types/pa_vresponse.h,
11057: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11058: types/pa_vstateless_object.h, types/pa_vstatus.C,
11059: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11060: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11061: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11062: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11063: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11064:
11065: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11066: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11067: speedup consequent checks in vmethod_frame
11068:
11069: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11070: not cleared
11071:
11072: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11073: params: 50 max (were 10)
11074:
11075: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11076: params: 50 max (were 10)
11077:
11078: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11079: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11080: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11081: empty string) ! simplified (double) speedup consequent checks in
11082: vmethod_frame
11083:
11084: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11085: optimized constants in expressions vstring->vdouble + optimized
11086: ^call(vdouble), no junction creation, no calls later
11087:
11088: 2005-08-08 paf
11089:
11090: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11091: compile_tools.h: merged + optimized constants in expressions
11092: vstring->vdouble + optimized ^call(vdouble), no junction
11093: creation, no calls later
11094:
11095: * src/types/pa_vdouble.h: merged . double values without fractional
11096: part now default printed as %.0f instead of %g
11097:
11098: * src/types/pa_vdouble.h: . double values without fractional part
11099: now default printed as %.0f instead of %g
11100:
11101: * src/classes/hashfile.C: . merged ! second hashfile::open would
11102: cause an exception
11103:
11104: * src/classes/hashfile.C: ! second hashfile::open would cause an
11105: exception
11106:
11107: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11108: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11109: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11110: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11111: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11112: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11113: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11114: types/pa_vresponse.h, types/pa_vstateless_class.C,
11115: types/pa_vstateless_object.h, types/pa_vvoid.h,
11116: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11117: merged VJunction(new Junction) optimization from 3.1.4
11118:
11119: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11120: types/pa_vstateless_class.C: + optimized new VJunction(new
11121: Junction(params)) to new VJunction(params), thousands of mallocs
11122: removed
11123:
11124: 2005-08-05 paf
11125:
11126: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11127: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11128: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11129: creation, no calls later
11130:
11131: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11132: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11133: classes/hashfile.C, classes/image.C, classes/int.C,
11134: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11135: classes/response.C, classes/string.C, classes/table.C,
11136: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11137: include/pa_array.h, include/pa_cache_managers.h,
11138: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11139: include/pa_config_fixed.h, include/pa_config_includes.h,
11140: include/pa_dictionary.h, include/pa_dir.h,
11141: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11142: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11143: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11144: include/pa_request_charsets.h, include/pa_request_info.h,
11145: include/pa_sapi.h, include/pa_socks.h,
11146: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11147: include/pa_stack.h, include/pa_string.h,
11148: include/pa_stylesheet_connection.h,
11149: include/pa_stylesheet_manager.h, include/pa_table.h,
11150: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11151: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11152: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11153: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11154: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11155: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11156: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11157: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11158: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11159: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11160: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11161: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11162: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11163: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11164: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11165: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11166: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11167: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11168: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11169: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11170: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11171: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11172: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11173: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11174: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11175: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11176: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11177: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11178: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11179: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11180: types/pa_vstateless_object.h, types/pa_vstatus.C,
11181: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11182: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11183: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11184: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11185: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11186:
11187: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11188: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11189: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11190: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11191: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11192: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11193: optimized constants in expressions vstring->vdouble
11194:
11195: 2005-07-29 paf
11196:
11197: * src/types/pa_vclass.C: . shaped up error messages a bit
11198:
11199: * src/types/pa_vclass.C: + property getter can now be overridden
11200:
11201: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11202: bug fix: static parent fields were not replaced in case
11203: $derived:field[put] + property setter can now be overridden
11204:
11205: 2005-07-28 paf
11206:
11207: * configure, configure.in, src/classes/classes.h,
11208: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11209: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11210: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11211: src/classes/xnode.h, src/include/pa_hash.h,
11212: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11213: src/types/Makefile.am, src/types/pa_method.h,
11214: src/types/pa_value.h, src/types/pa_vclass.C,
11215: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11216: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11217: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11218: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11219: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11220: src/types/pa_vobject.C, src/types/pa_vobject.h,
11221: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11222: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11223: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11224: src/types/pa_vstateless_class.h,
1.95 moko 11225: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11226: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11227: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11228: dynamic_fields_join
11229:
11230: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11231: classes/xnode.C, include/pa_hash.h, main/execute.C,
11232: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11233: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11234: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11235: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11236: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11237: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11238: types/pa_vresponse.h, types/pa_vstateless_object.h,
11239: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11240: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11241: restored its checks in vobject.put_element->static fields |
11242: dynamic properties
11243:
11244: 2005-07-27 paf
11245:
11246: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11247: is some old code containing @set_name $name
11248:
11249: * src/types/pa_vobject.h: . fixed warning
11250:
11251: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11252: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11253:
11254: * src/: classes/xnode.C, include/pa_hash.h,
11255: types/pa_vstateless_class.C: ! new asserts were all false.
11256: regretfully reverted them all to checks
11257:
11258: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11259: classes/op.C, main/execute.C, types/pa_method.h,
11260: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11261: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11262: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11263: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11264: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11265: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11266: types/pa_vstateless_object.h, types/pa_vvoid.h,
11267: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11268: joined_dynamic_fields: removed unused param from put_method
11269: (returned to 3 params)
11270:
11271: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11272: joined_dynamic_fields: dynamic get/set works with overriding
11273: props [alpha2]
11274:
11275: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11276: works [alfa]
11277:
11278: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11279: classes/op.C, include/pa_hash.h, main/execute.C,
11280: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11281: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11282: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11283: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11284: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11285: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11286: types/pa_vresponse.h, types/pa_vstateless_class.C,
11287: types/pa_vstateless_object.h, types/pa_vvoid.h,
11288: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11289: joined_dynamic_fields: just compiled
11290:
11291: * src/: classes/date.C, classes/file.C, classes/hash.C,
11292: classes/hashfile.C, classes/image.C, classes/table.C,
11293: classes/xdoc.C, classes/xnode.h, main/execute.C,
11294: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11295: types/pa_vstateless_class.h: joined_dynamic_fields: started
11296:
11297: * src/types/pa_vobject.C: . object setters [only started, does not
11298: work yet]
11299:
11300: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11301: object setters [only started, does not work yet]
11302:
11303: 2005-07-26 paf
11304:
11305: * src/: include/pa_request.h, main/execute.C: . properties: set
11306: works [alpha2]. for classes. todo: for objects
11307:
11308: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11309: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11310: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11311: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11312: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11313: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11314: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11315: types/pa_vstateless_object.h, types/pa_vvoid.h,
11316: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11317: properties: set works [alpha1]
11318:
11319: 2005-07-25 paf
11320:
11321: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11322: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11323: properties: started, get works [alpha1, other approach]
11324:
11325: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11326: properties: started, get works [alpha2]
11327:
11328: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11329: pa_vstateless_class.h: . properties: started, get works [alpha]
11330:
11331: 2005-07-15 paf
11332:
11333: * src/: classes/classes.h, classes/op.C, main/execute.C,
11334: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11335: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11336: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11337: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11338: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11339: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11340: types/pa_vresponse.C, types/pa_vresponse.h,
11341: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11342: types/pa_vstateless_object.h, types/pa_vvoid.h,
11343: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11344: types/pa_wwrapper.h, types/types.vcproj: + started property
11345: [getters work but think of changing them too to precaching]
11346:
11347: 2005-07-08 paf
11348:
11349: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11350: gpf
11351:
11352: 2005-06-28 paf
11353:
11354: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11355: in passing empty strings to file::exec/cgi environment
11356:
11357: 2005-06-06 paf
11358:
11359: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11360: ^table:sql ^hash:sql now DO process $.bind option
11361:
11362: 2005-05-24 paf
11363:
11364: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11365: $.limit] now work again [support was broken in 3.1.4]
11366:
11367: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11368: ALL_INTERIOR_POINTERS
11369:
11370: 2005-05-12 paf
11371:
11372: * configure: 3.1.5beta
11373:
11374: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11375:
11376: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11377: $.limit] now work again [support was broken in 3.1.4]
11378:
11379: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11380: line-width [was refusing to fill if line-width >1, thanks to
11381: Seras <seras@pinxit.lt> for repro case
11382:
11383: 2005-04-25 paf
11384:
11385: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11386: correctly
11387:
11388: 2005-04-19 paf
11389:
11390: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11391: in VString violating invariant!!
11392:
11393: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11394: getenv("TZ")==null
11395:
11396: 2005-04-08 paf
11397:
11398: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11399: bugfix: when there is no char in charset one byte produces 6
11400: (ÿ <<max). increased buffer size!
11401:
11402: 2005-03-23 paf
11403:
11404: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11405: ^date.sql-string now takes TZ into account
11406:
11407: 2005-03-16 paf
11408:
11409: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11410: gcc 3.4
11411:
11412: * src/types/pa_vhash.C: . warning about eof eol
11413:
11414: 2005-02-17 paf
11415:
11416: * operators.txt, src/classes/op.C: + operator ^sleep(double
11417: seconds)
11418:
11419: 2005-02-02 paf
11420:
11421: * src/classes/xnode.C: beauty: removed needless includes
11422:
11423: 2005-01-31 paf
11424:
11425: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11426: $.partNoNumber now alias to $.part1
11427:
11428: * src/types/pa_vmail.C: change: incoming letter part contains
11429: "content-disposition" header with any value? now considering that
11430: part to be "file#" [for text/plain text/html were $.text#
11431: $.html#]
11432:
11433: * INSTALL: updatet to latest working versions available
11434:
11435: 2005-01-20 paf
11436:
11437: * configure.in, src/include/pa_version.h: version
11438:
11439: 2005-01-19 paf
11440:
1.116 moko 11441: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11442: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11443: couple warnings in parser3.C
1.95 moko 11444:
11445: 2004-12-23 paf
11446:
11447: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11448:
11449: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11450: dir to directory of script (when shbang used), not to directory
11451: of its interpreter
11452:
11453: * src/include/pa_version.h: compiled on win32...
11454:
11455: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11456: we need more hspace
11457:
11458: * configure, configure.in, src/include/pa_version.h: configured
11459: host to pa_version. will be displayed everywhere
11460:
11461: * src/main/pa_request.C: new: @unhandled_exception can prevent
11462: exception from being logged by setting $exception.handled(1)
11463:
11464: * operators.txt, src/classes/file.C: change:
11465: ^file::sql{query}[[options]] options: $.name[file name]
11466: $.content-type[application/what]
11467:
11468: * src/: include/pa_common.h, main/pa_common.C,
11469: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11470: new file
11471:
11472: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11473: bugfix: table->hash now regards _default
11474:
11475: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11476: created by accessing $name_of_method it acquired bad self=closest
11477: methodframe; instead of proper self (current class)
11478:
11479: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11480: hashfile produced bad cord
11481:
11482: 2004-12-10 paf
11483:
11484: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11485: subsequent failures though defined in .h
11486:
11487: * src/main/pa_common.C: comment on volatile
11488:
11489: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11490: alarm function were not used since the beginning due to stupid
11491: error [setsigjmp were not checked in configure.in]
11492:
11493: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11494: unix too
11495:
11496: * src/main/pa_common.C: http: exception status of send/recv errors
11497: change to most probable http.timeout
11498:
11499: * src/main/pa_common.C: win32: http connection $.timeout option now
11500: works [setsockopt on send/receive]
11501:
11502: 2004-12-08 paf
11503:
11504: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11505: cstr-ed knowing mail charset, and untainting uri lang now knows
11506: proper charset
11507:
11508: 2004-11-24 paf
11509:
11510: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11511:
11512: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11513: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11514:
11515: 2004-11-12 paf
11516:
11517: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11518: [since 3.0.4]
11519:
11520: 2004-11-09 paf
11521:
11522: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11523: writes basics to c:\parser3.log
11524:
11525: 2004-10-21 paf
11526:
11527: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11528: tainted strings [were returning clean onces]
11529:
11530: 2004-10-15 paf
11531:
11532: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11533: cycles(i=1; i=2), which was wrong, now does ONE
11534:
11535: 2004-10-12 paf
11536:
11537: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11538:
11539: 2004-10-07 paf
11540:
11541: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11542: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11543: release asserts
11544:
11545: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11546: String.dump() to stdout in detailed form [were String.v() in
11547: short form]
11548:
11549: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11550: \t\r\n as @#| and truncates long char sequences less
11551:
11552: 2004-10-06 paf
11553:
11554: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11555: win32 beauty: socket errors properly decoded
11556:
11557: 2004-10-05 paf
11558:
11559: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11560: request::configure_user/admin done always, even if no
11561: file-to-process useful in @unhandled_exception [say, if they
11562: would want to mail by SMTP something]
11563:
11564: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11565: now performed prior to file loading [and @auto executing] thus
11566: making $cookie:value available in @auto and in
11567: @unhandled_exception when IIS is configured to run interpreter
11568: even if no file exist
11569:
11570: 2004-09-20 paf
11571:
11572: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11573: somewhere where it should have called xmlMalloc and it calls
11574: xmlFree when it should have not called it. inserted two
11575: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11576: xmlFree just ignored. put away a testcase, maybe someday libxml
11577: author would fix all that. until that day: we have SLOW garbage
11578: collecting when many xml objects are alive hint: do
11579: ^memory:compact[] before xdoc::create
11580:
11581: 2004-09-17 paf
11582:
11583: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11584: error from 3.0.8 version]
11585:
11586: 2004-09-14 paf
11587:
11588: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11589: part bugfix: hashfile.foreach iterated only part if hashfile were
11590: modified inside
11591:
11592: 2004-09-13 paf
11593:
11594: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11595: [were as octal]
11596:
11597: * src/types/pa_vhashfile.C: beauty: not reproduced
11598: $hashfile.key[$novalue] bug [reported by motorin], inserted
11599: safety-check
11600:
11601: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11602: [not something obscure from sdbm lib]
11603:
11604: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11605: = strerror now returnes something and we can properly report that
11606: to client
11607:
11608: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11609: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11610:
11611: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11612: [tainted as-is] this helps //[space][newline] to remain as-is and
11613: not be unnecessary optimized away [ruining javascript]
11614:
11615: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11616: [tainted as-is]
11617:
11618: * src/classes/mail.C: bugfix: typo error
11619:
11620: 2004-09-09 paf
11621:
11622: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11623: separators bugfix: loads header with endings \r\n\r\n and \n\n
11624: (bloody yandex.server)
11625:
11626: 2004-09-06 paf
11627:
11628: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11629: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11630: encoded
11631:
11632: 2004-09-01 paf
11633:
11634: * src/types/pa_vmail.C: change: multipart/mixed changed to
11635: multipart/related outlook express have no problems showing
11636: unrelated attachments. todo: someday figure out a way of
11637: multipart/mixed multipart/related text/html
11638: image/xxx application/octet-stream << true attachments
11639:
11640: * src/types/pa_vmail.C: new:
11641: ^mail:send[$.file[$.content-disposition can be overriden new:
11642: empty mail header fields removed from letter
11643:
11644: * src/: classes/mail.C, include/pa_config_fixed.h,
11645: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11646: ^mail:send[ $.file[ $.any[header]
11647:
11648: 2004-08-30 paf
11649:
11650: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11651: warnings
11652:
11653: * src/main/pa_common.C: beauty: do not bother with charset
11654: detection when ^file::load[binary
11655:
11656: 2004-08-27 paf
11657:
11658: * src/main/pa_common.C: hack: for yandex.server http server
11659:
11660: 2004-08-18 paf
11661:
11662: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11663: possibly-chunked response
11664:
11665: 2004-08-17 paf
11666:
11667: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11668: $f.content-type now = that of http response
11669:
11670: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11671: $f.content-type now = that of http response
11672:
11673: 2004-07-30 paf
11674:
11675: * src/: include/pa_request.h, main/pa_request.C,
11676: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11677: win32: system&parser exceptions in release mode reported properly
11678: parser exception in exception handler WERE mistakenly reported as
11679: system exception, without details [in apache & isapi] +some
11680: beauty in exception text
11681:
11682: * src/: include/pa_exception.h, main/pa_request.C,
11683: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11684: release mode reported properly parser exception in exception
11685: handler WERE mistakenly reported as system exception, without
11686: details
11687:
11688: * src/main/execute.C: beauty: simplified system exception handling
11689:
11690: 2004-07-29 paf
11691:
11692: * src/classes/table.C: bugfix:
11693: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11694: were ignored, and \t used unconditionally]
11695:
11696: * src/types/Makefile.am: added vhash.c
11697:
11698: 2004-07-28 paf
11699:
11700: * src/: classes/date.C, classes/image.C, classes/math.C,
11701: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11702: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11703: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11704: failed on russian letters
11705:
11706: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11707: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11708: letters
11709:
11710: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11711: as 'currentDirectory' parameter to CreateProcess
11712:
11713: 2004-07-27 paf
11714:
11715: * src/targets/cgi/parser3.vcproj: beauty: win32:
11716: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11717: from release somewhere [to help searching for unhandled system
11718: exceptions]
11719:
11720: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11721: TZ shift
11722:
11723: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11724: but also in ctor
11725:
11726: 2004-07-26 paf
11727:
11728: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11729: src/main/pa_request.C, src/types/pa_vfile.h,
11730: src/types/pa_vhash.C, src/types/pa_vhash.h,
11731: src/types/types.vcproj: new: $response:body/download[
11732: $.file[name on disk] $.name[of file for user]
11733: $.mdate[date of last-modified. default from directory] ]
11734:
11735: * src/classes/file.C: moving file:send somewhere else..
11736:
11737: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11738: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11739: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11740: $response:download[ $.filename[filename] $.option[] ,, ]
11741:
11742: * src/classes/file.C: beauty: invalid mode thoroughly reported
11743:
11744: 2004-07-21 paf
11745:
11746: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11747: to several lines
11748:
11749: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11750:
11751: note: ms outlook[!express] shows only first 255 characters of
11752: subject
11753:
11754: 2004-07-15 paf
11755:
11756: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11757: off]
11758:
11759: 2004-07-14 paf
11760:
11761: * src/classes/table.C: bugfix: $.bind values now got untainted
11762: according to lang [were: as-is]
11763:
11764: 2004-07-07 paf
11765:
11766: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11767: checked that
11768:
11769: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11770: now untainted according to their languages. were: as-is.
11771: EVERYWHERE
11772:
11773: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11774: environment string now untainted according to their languages.
11775: were: as-is. EVERYWHERE
11776:
11777: * src/main/pa_exec.C: bufix: on unix environment string now
11778: untainted according to their languages. were: as-is. on win32:
11779: ok
11780:
11781: * parser3.vssscc: ...would not go unnoticed
11782:
11783: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11784: fails. in case on input appears nonutf, those bytes will be
11785: printed in %HH form. that can be easily decoded/recovered.
11786:
11787: this form is quite noticable, and hopefully would not go noticed
11788:
11789: 2004-07-06 paf
11790:
11791: * src/main/pa_exec.C: bufix: on unix environment string now
11792: untainted according to their languages. were: as-is. on win32:
11793: ok
11794:
11795: 2004-07-01 paf
11796:
11797: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11798: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11799: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11800: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11801: main/main.vcproj, targets/cgi/parser3.vcproj,
11802: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11803: option: global optimization ON
11804:
11805: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11806: to do xdoc::create{invalid chars} standard disables chars less
11807: then \x20, except tab, cr, lf.
11808:
11809: changed tainting so that those become '!'
11810:
11811: 2004-06-25 paf
11812:
11813: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11814: int on odd address [prev bugfix failed due to superwize
11815: optimizer, which turned memcpy into same 'ld' asm command]
11816:
11817: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11818: int on odd address
11819:
11820: 2004-06-22 paf
11821:
11822: * src/sql/pa_sql_driver.h: note: about possible optimization
11823:
11824: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11825: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11826: src/include/pa_config_includes.h: new: ^void:sql{call
11827: paf(:a)}[ $.bind[ $.a[2]
11828: ] ] output variables work. todo: check in out
11829: variables
11830:
11831: 2004-06-18 paf
11832:
11833: * src/: classes/file.C, classes/hash.C, classes/string.C,
11834: classes/table.C, classes/void.C, include/pa_globals.h,
11835: include/pa_sql_connection.h, main/compile.tab.C,
11836: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11837: $.bind[ $.a[2] ]
11838: ] input variables work. todo:output
11839:
11840: * src/targets/cgi/parser3.C: bugfix: iis specific
11841: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11842: /_bug.html?404;http://hpsv/test/
11843: --------------------------------------------------------------------------------
11844: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11845: --------------------------------------------------------------------------------
11846: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11847:
11848: 2004-06-16 paf
11849:
11850: * src/targets/cgi/parser3.C: new: iis specific
11851: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11852: $request:query
11853: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11854: $form:fields IIS-STATUS="404"
11855: IIS-DOCUMENT="http://server/_bug.html" f="v"
11856:
11857: todo: isapi too
11858:
11859: 2004-05-26 paf
11860:
11861: * src/include/pa_version.h: 3.1.3
11862:
11863: * operators.txt: beauty: removed outdated level 'table'
11864:
11865: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11866:
11867: * src/main/pa_string.C: beauty: removed 3 warnings
11868:
11869: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11870: classes/op.C: beauty: removed outdated level 'table'
11871:
11872: 2004-05-25 paf
11873:
11874: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11875: implementation. mistery: how anything worked
11876:
11877: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11878: changed, it is now safe to use url if pointers to it are stored
11879: to gc mem
11880:
11881: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11882: unknown errors reported and not cause SIGSEGV now
11883:
11884: 2004-05-24 paf
11885:
11886: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11887: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11888: less memory: CORD_chars_block originally intended to ... it was
11889: good that CORD_chars_block were not used: it consumes more memory
11890: [and, might be slow too] undoing that. [and removed that func so
11891: that it would not confuse parser developer in future]
11892:
11893: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11894: less memory: CORD_chars_block originally intended to
11895: speedup/reduce mem usage were forgotten, and were used stupid
11896: CORD_chars
11897:
11898: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11899:
11900: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11901: BIGENDIAN processors space-conserving mech failed, causing
11902: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11903: (1|2|3));
11904:
11905: 2004-05-14 paf
11906:
11907: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11908: bugfix: void now has vfile value, and $response:body[] works OK
11909:
11910: 2004-05-12 paf
11911:
11912: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11913: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11914: sources to use is_defined() {return as_bool();} along VBool
11915:
11916: 2004-05-11 paf
11917:
11918: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11919: referencing to local objects
11920:
11921: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11922: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11923: left intact
11924:
11925: 2004-04-15 paf
11926:
11927: * src/classes/date.C: merged: beauty: unused var removed
11928:
11929: * src/classes/date.C: beauty: unused var removed
11930:
11931: * src/include/: pa_exec.h: bugfix: interface without pointer
11932: provoked bug
11933:
11934: 2004-04-09 paf
11935:
11936: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11937:
11938: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11939:
11940: 2004-04-08 paf
11941:
11942: * src/classes/date.C: new: ^date::create[y-m-d
11943: h-M-s>>.milliseconds<<] now allowed, ignored so far
11944:
11945: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11946:
11947: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11948: to consult default catalog [usually, that file belongs to other
11949: user/group]
11950:
11951: 2004-04-06 paf
11952:
11953: * src/main/pa_common.C: beauty: gcc warning removed
11954:
11955: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11956: accept that trick, trying other
11957:
11958: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11959: explicit result problem
11960:
11961: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11962: explicit result problem
11963:
11964: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11965: explicit result problem
11966:
11967: * operators.txt, src/classes/string.C: new: ^string.append[string]
11968:
11969: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11970: main/execute.C: attempt_check_call_in_explicit_result_mode:
11971: failed
11972:
11973: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11974: http://i.p.a.ddress gethostbyaddr added [on some platforms
11975: gethostbyname failed with such 'domains'] now checked properly,
11976: were: needless reverse/forward dns lookup
11977:
11978: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11979: http://i.p.a.ddress gethostbyaddr added [on some platforms
11980: gethostbyname failed with such 'domains'] now checked properly,
11981: were: needless reverse/forward dns lookup
11982:
11983: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11984: @method[][result] means "no string output here" moved to lexical
11985: level [on grammar level it were too difficult]
11986:
11987: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11988: src/main/compile.y, src/main/compile_tools.h,
11989: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11990: @method[][result] means "no string output here", implemented part
11991: of that idea: compiler throws away string literal generation
11992: code. and barks nonwhitespace chars
11993:
11994: * operators.txt: truth: removed comment about $ORIGIN
11995:
11996: 2004-04-05 paf
11997:
11998: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11999: src/include/pa_version.h, src/main/pa_common.C,
12000: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12001:
12002: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12003: Konstantin Tomashevitch [mailto:konst@design.ru]
12004:
12005: * src/doc/html2chm.cmd: beauty: no need in bg here
12006:
12007: * src/doc/sources2html.cmd: beauty: same window, in bg it
12008: interfered with FAR console
12009:
12010: * configure, configure.in: 3.1.3
12011:
12012: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12013:
12014: * src/main/pa_common.C: removed warning
12015:
12016: * src/include/pa_version.h: 3.1.3
12017:
12018: 2004-04-02 paf
12019:
12020: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12021:
12022: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12023: allows to specify where to put parser log file
12024:
12025: 2004-04-01 paf
12026:
12027: * src/classes/table.C: bugfix: bugfix: table::load last line
12028: without tab and enter were ignored
12029:
12030: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12031: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12032: main/pa_socks.C, targets/cgi/parser3.C,
12033: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12034: bugfix: sql connections now are disconnected
12035:
12036: 2004-03-30 paf
12037:
12038: * src/classes/table.C: bugfix: table::load last line without tab
12039: and enter were ignored
12040:
12041: * src/classes/table.C: bufix: if last table lines were commented,
12042: gpfed
12043:
12044: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12045: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12046: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12047: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12048: doc/methoded.dox, doc/object.dox, doc/string.dox,
12049: doc/targets.dox, doc/value.dox, include/pa_version.h,
12050: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12051: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12052: bugfixes from 3.1.2, changed version to 3.1.3beta
12053:
12054: 2004-03-29 paf
12055:
12056: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12057: causes gpf
12058:
12059: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12060: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12061: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12062: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12063: value.dox: translated to english
12064:
12065: 2004-03-25 paf
12066:
12067: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12068: parser3project dependency removed
12069:
12070: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12071: bugfix: refused to compile without xml
12072:
12073: * src/types/pa_vform.C: beauty: removed warning
12074:
12075: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12076: any folder [removed last ;) folder dependency]
12077:
12078: * src/classes/classes.vcproj: bugfix: now all compiles in any
12079: folder [removed last ;) folder dependency]
12080:
12081: * src/include/pa_version.h: release
12082:
12083: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12084:
12085: * src/classes/table.C: beauty: comment& more meaningful error
12086: message
12087:
12088: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12089: $.hash[$.column_value1(true) ... ] [were producing some strang
12090: thing]
12091:
12092: 2004-03-23 paf
12093:
12094: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12095: and http status line parsing checked number of columns in table
12096: [user reported an assert]
12097:
12098: * operators.txt: example: on hashfile
12099:
12100: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12101: bugfix: junction reattach now actually reattaches a junction to
12102: new wcontext [were only assigning it to junction, which caused
12103: junction tracking to loose junction, and it's context were not
12104: killed, and it tried to process in invalid context, gpf]
12105:
12106: * src/targets/cgi/parser3.C: debug helper added
12107:
12108: 2004-03-19 paf
12109:
12110: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12111: "type(type)" in braces
12112:
12113: 2004-03-10 paf
12114:
12115: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12116: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12117: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12118: solution to search-in-namespaces problem:
12119: $xdoc.search-namespaces.x[http://pif.design.ru/]
12120: $nodes[^xdoc.select[//x:second]]
12121:
12122: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12123: expression][[NAMESPACES HASH]] allows to search for info in
12124: namespaces
12125:
12126: $nodes[^xdoc.select[//x:second][
12127: $.x[http://pif.design.ru/] ]]
12128:
12129: 2004-03-09 paf
12130:
12131: * operators.txt, src/main/pa_common.C: new:
12132: ^file::load[...][options] $.form[
12133: !$.field1[string]
12134: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12135: ] !$.body[string]
12136:
12137: GET ?here notGET(POST, HEAD, others) in content-type:
12138: application/x-www-form-urlencoded
12139:
12140: todo: upload files ability
12141:
12142: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12143: properly, done
12144:
12145: 2004-03-05 paf
12146:
12147: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12148: GET/POST $.form[$.fields started, not tested yet
12149: todo:$.field[table] for multiple values
12150:
12151: * operators.txt: new: http:// options $.user $.password basic
12152: authorization
12153:
12154: * src/main/pa_common.C: beauty: link to rtf added
12155:
12156: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12157: new: http:// options $.user $.password basic authorization
12158:
12159: * src/main/pa_common.C: beauty: removed needless vars
12160:
12161: * operators.txt: new: pgsql option [like that recently added to
12162: oracle driver] ClientCharset=parser-charset <<
12163: charset in which parser thinks client works
12164:
12165: * operators.txt: new: odbc option [like that recently added to
12166: oracle driver] ClientCharset=parser-charset <<
12167: charset in which parser thinks client works
12168:
12169: * src/sql/pa_sql_driver.h: beauty: important warning added
12170:
12171: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12172: char!
12173:
12174: * etc/parser3.charsets/windows-1251.cfg: typo
12175:
12176: 2004-03-04 paf
12177:
12178: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12179: cached, sql transcoding now goes faster
12180:
12181: * operators.txt: new: mysql option [like that recently added to
12182: oracle driver] ClientCharset=parser-charset <<
12183: charset in which parser thinks client works
12184:
12185: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12186: typo error
12187:
12188: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12189: chars commented
12190:
12191: 2004-03-03 paf
12192:
12193: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12194: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12195:
12196: 2004-03-02 paf
12197:
12198: * operators.txt: new[update typo]: !^void.left(n)
12199: nothing !^void.right(n) nothing !^void.mid(p[;n])
12200: nothing
12201:
12202: * operators.txt, src/classes/void.C: new: !^void.left(n)
12203: nothing !^void.right(n) nothing !^void.pos(p[;n])
12204: nothing
12205:
12206: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12207: ^file::sql[[name_to_become_$.name]]{} query result must be one
12208: row with columns: first: data second: file name third:
12209: content-type
12210:
12211: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12212: ^connect gets properly escaped string, which can be passed to
12213: request now this for mysql only. it's up to parser sql driver to
12214: fix zeros properly
12215:
12216: * INSTALL: note: added on building apache with this option:
12217: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12218:
12219: 2004-03-01 paf
12220:
12221: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12222: extension memory:compact befor processingrequest
12223:
12224: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12225: call sole column of result
12226:
12227: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12228: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12229: pixel color
12230:
12231: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12232: beauty: image -- less checks [were ugly impl]
12233:
12234: * src/classes/string.C: bugfix: ^string.left/right/mid with
12235: negative values now considered bad
12236:
12237: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12238:
12239: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12240: options now have unified defaults [after transform
12241: indent/omit-xml-declaration/standalone 'default' erroreously
12242: meant 'true']
12243:
12244: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12245: added [on some platforms gethostbyname failed with such
12246: 'domains']
12247:
12248: * src/include/pa_config_auto.h.in: no select check, no define
12249:
12250: * src/classes/string.C: feature: ^string.trim both parameters may
12251: be empty-strings, meaning kind=both chars=whitespaces
12252:
12253: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12254: exist
12255:
12256: * src/classes/string.C: check: trim 'chars' must not be empty,
12257: exception if it is
12258:
12259: * src/classes/string.C: changed: ^string.trim [] << both,
12260: whitespaces [start|both|end] << kind, whitespaces
12261: [start|both|end;chars] full
12262:
12263: 2004-02-27 paf
12264:
12265: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12266: method: ^string.trim[start|both|end[;chars]] default
12267: 'chars' -- whitespace chars finished
12268:
12269: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12270: src/main/pa_string.C: new method:
12271: ^string.trim[start|both|end[;chars]] default 'chars' --
12272: whitespace chars started, only start works
12273:
12274: * src/main/compile.C: bugfix: line numbers after
12275: ^process{}[$.line(-10]] can be negative, allowed to print they as
12276: signed
12277:
12278: * src/main/untaint.C: speed: there's no \n chars in output
12279: [normally], so no need to optimize them they could be retrived
12280: from databases, though. but 1. should be replaced 2. if not
12281: optimized, no harm done
12282:
12283: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12284: ^file::exec/cgi could return invalid status & zombie child can
12285: remain for short period until process exists [very bad in
12286: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12287:
12288: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12289: malicious SMTP server to attack as by returning too long status
12290: responses http://i2/tasks/edit/?id=4629448401140924947
12291:
12292: 2004-02-26 paf
12293:
12294: * operators.txt: feature: ^process...{CODE}[now has options] which
12295: are $.main[to what to rename @main] $.file[file,
12296: from which (user says) goes that CODE] $.lineno(line
12297: number in that file, where CODE starts. may be negative)
12298:
12299: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12300: src/main/compile.C, src/main/compile_tools.h,
12301: src/main/pa_request.C: feature: ^process...{CODE}[now has
12302: options] which are $.main[to what to rename @main]
12303: $.file[file, from which (user says) goes that CODE]
12304: $.lineno(line number in that file, where CODE starts. may be
12305: negative)
12306:
12307: 2004-02-25 paf
12308:
1.116 moko 12309: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12310: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12311:
12312: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12313: produces hash of column=>1
12314:
12315: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12316: with incomplete errno constants set
12317:
12318: 2004-02-24 paf
12319:
12320: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12321: "man select"
12322:
12323: * src/main/pa_os.C: beauty: <0 better then ==-1
12324:
12325: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12326:
12327: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12328:
1.116 moko 12329: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12330:
12331: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12332: unix: steps to work on unix [extracted 'to']
12333:
12334: * src/classes/mail.C: smtp on unix: steps to work on unix
12335:
12336: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12337:
1.116 moko 12338: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12339: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12340: unix [testing on solaris]
1.95 moko 12341:
12342: 2004-02-20 paf
12343:
12344: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12345: pointing that out
12346:
12347: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12348: fixed again [same solution, mistanenly removed one line]
12349:
12350: 2004-02-19 paf
12351:
12352: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12353: date::create from bad datetime in spring daylightsaving hole now
12354: OK for all platforms [on some platforms it failed]
12355:
12356: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12357: in daylightsaving hole] now throws error
12358:
12359: * src/classes/date.C: comment: mistake fixed
12360:
12361: 2004-02-18 paf
12362:
12363: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12364: now renderes in $request:charset, but in header puts
12365: $response:charset todo: make that default only so that coder
12366: could override that
12367:
12368: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12369: turns off omit-xml-declaration
12370:
12371: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12372: /.xsl for sample
12373:
12374: 2004-02-17 paf
12375:
12376: * src/classes/xdoc.C: beauty: needless helper class removed
12377:
12378: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12379: copied extra time
12380:
12381: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12382: part of libxml
12383:
12384: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12385: libxml to do the work] <xsl:output method="html"
12386: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12387: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12388: />
12389:
12390: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12391:
12392: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12393: caused assertion
12394:
12395: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12396: could hang. now such add does nothing, sub clears $hash
12397:
12398: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12399: not made quoted-printable
12400:
12401: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12402: string invariant
12403:
12404: 2004-02-16 paf
12405:
12406: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12407: cleared [were not cleared properly]
12408:
12409: 2004-02-13 paf
12410:
1.116 moko 12411: * src/include/pa_version.h: prerelease
1.95 moko 12412:
12413: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12414: used, introducing dependencies timestamp check
12415:
12416: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12417: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12418: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12419: .xsl.stamp now not used, introducing dependencies timestamp check
12420:
1.150 moko 12421: * configure.in: auto.p: @conf made relative
1.95 moko 12422:
12423: 2004-02-12 paf
12424:
12425: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12426: ruined empty <input type=file> submits. parser thought there were
12427: nameless empty file and $form:field got value of type 'file'
12428:
12429: * INSTALL: --without-threads
12430:
12431: * src/include/pa_sapi.h: 2004
12432:
12433: 2004-02-11 paf
12434:
12435: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12436: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12437: classes/hashfile.C, classes/image.C, classes/int.C,
12438: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12439: classes/response.C, classes/string.C, classes/table.C,
12440: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12441: include/pa_array.h, include/pa_cache_managers.h,
12442: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12443: include/pa_config_fixed.h, include/pa_config_includes.h,
12444: include/pa_dictionary.h, include/pa_dir.h,
12445: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12446: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12447: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12448: include/pa_request_charsets.h, include/pa_request_info.h,
12449: include/pa_socks.h, include/pa_sql_connection.h,
12450: include/pa_sql_driver_manager.h, include/pa_stack.h,
12451: include/pa_string.h, include/pa_stylesheet_connection.h,
12452: include/pa_stylesheet_manager.h, include/pa_table.h,
12453: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12454: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12455: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12456: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12457: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12458: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12459: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12460: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12461: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12462: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12463: main/pa_sql_driver_manager.C, main/pa_string.C,
12464: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12465: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12466: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12467: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12468: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12469: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12470: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12471: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12472: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12473: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12474: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12475: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12476: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12477: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12478: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12479: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12480: types/pa_vresponse.h, types/pa_vstateless_class.C,
12481: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12482: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12483: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12484: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12485: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12486: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12487:
12488: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12489: debug version of gc.dll
12490:
12491: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12492: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12493: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12494: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12495: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12496: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12497: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12498: processes
12499:
12500: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12501: main/pa_globals.C, targets/cgi/parser3.vcproj,
12502: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12503: changes to reflect libxml xsl new folders
12504:
12505: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12506: lib/smtp/smtp.vcproj, main/main.vcproj,
12507: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12508: to reflect libxml xsl new folders
12509:
12510: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12511: lib/smtp/smtp.vcproj, main/main.vcproj,
12512: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12513: types/types.vcproj: started changes to reflect libxml xsl new
12514: folders
12515:
12516: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12517: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12518: src/main/compile.tab.C, src/main/main.vcproj,
12519: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12520: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12521: started changes to reflect libxml xsl new folders
12522:
12523: 2004-02-10 paf
12524:
12525: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12526: compile. recommened latest libxml up to date
12527:
12528: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12529: pattern compilation errors", on which spent 4 hours worktime. use
12530: versions higher than that. recommended now latest up to date
12531:
12532: 2004-02-06 paf
12533:
12534: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12535: beauty: unified destructing style
12536:
12537: * src/main/untaint.C: beauty: removed old def/ifdef
12538:
12539: * src/main/untaint.C: beauty: coredump @unknown untaint language
12540: now
12541:
12542: 2004-02-03 paf
12543:
12544: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12545: targets/isapi/parser3isapi.C, types/pa_value.C,
12546: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12547: then %ld/%lu
12548:
12549: * src/main/pa_common.C: typo: %l -> %u
12550:
12551: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12552: in attributes or documents-results of transform now not xx;
12553:
12554: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12555:
12556: * src/main/pa_charset.C: bugfix: forgot to undo some
12557:
12558: * src/main/pa_charset.C: beauty: uncomment
12559: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12560: libraries
12561:
12562: 2004-02-02 paf
12563:
12564: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12565: $cookie:example[ $.value[value] $.path[/there/] ]
12566:
12567: $cookie:example[ $.value[] $.expires[session]
12568: $.path[/there/] $.domain[test.com] ]
12569:
12570: * src/types/pa_vform.C: bugfix: empty values with
12571: enctype=multipart/form-data now produce entries in $form:tables
12572: <form method=post enctype=multipart/form-data> <input type=hidden
12573: name=a> <input type=hidden name=b>
12574:
12575: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12576: <hr> <pre>$request:body
12577:
12578: 2004-01-30 paf
12579:
12580: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12581: or documents-results of transform now not xx;
12582:
12583: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12584: produce exception.
12585:
12586: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12587: bugfix: ^date::create[invalid fields now produce exception.
12588:
12589: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12590: year] now produces exception. todo: check other fields
12591:
12592: 2004-01-29 paf
12593:
12594: * src/include/pa_memory.h: typo error
12595:
12596: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12597: more byte then specified, then zeroed it << useless and
12598: potentially harmful(could gpf)
12599:
12600: 2004-01-22 paf
12601:
12602: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12603:
12604: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12605: optimization
12606:
12607: * src/main/untaint.C: bugfix: whitespace now optimized properly
12608: [were bug: ^taint[1 & 2]="1 &2"
12609:
12610: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12611: errors
12612:
12613: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12614: overflow
12615:
12616: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12617: error-reporting code * in parser-error reporting code [when no
12618: @unhandled_exception defined]
12619:
12620: fixed in one place: my *snprintf override
12621:
12622: 2004-01-13 paf
12623:
12624: * operators.txt: typo erro
12625:
12626: 2003-12-25 paf
12627:
12628: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12629: garbled [pieces after zero bytes were removed]
12630:
12631: 2003-12-22 paf
12632:
1.116 moko 12633: * src/include/Makefile.am: bugfix: removed from dist:
12634: src/include/pa_config_auto.h which were configured for
1.95 moko 12635: make-dist-platform and badly updated proper config file in target
12636: [when .tar used for updating existing source tree]
12637:
12638: * ChangeLog, operators.txt, src/classes/op.C,
12639: src/include/pa_sql_connection.h,
12640: src/include/pa_sql_driver_manager.h,
12641: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12642: feature: sql introducing ability to transcode charsets
12643:
12644: 2003-12-19 paf
12645:
12646: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12647: error message
12648:
12649: * src/main/pa_charset.C: bugfix: memory for charsethandler
12650: structure for libxml now allocated properly
12651:
12652: 2003-12-17 paf
12653:
12654: * src/types/pa_vfile.C: beauty: removed outdated cast
12655:
12656: * src/main/pa_common.C: bugfix: empty http response caused gpf
12657:
12658: * src/include/pa_string.h: bugfix: removed too strong a assert
12659:
12660: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12661: unreported xmlGenericErrors]
12662:
12663: 2003-12-15 paf
12664:
12665: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12666: works}
12667:
12668: 2003-12-11 paf
12669:
12670: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12671: id
12672: !$status:tid thread id
12673:
12674: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12675: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12676: bugfix(solaris): removed dependency on object initialization
12677: order [one more place]
12678:
12679: * src/: classes/file.C, classes/mail.C, classes/op.C,
12680: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12681: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12682: understand that
12683:
12684: * src/: classes/file.C, classes/mail.C, classes/op.C,
12685: classes/xdoc.C, include/pa_cache_managers.h,
12686: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12687: include/pa_stylesheet_manager.h, main/pa_request.C,
12688: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12689: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12690: ctor call [relying on implicit String::Body(cstr) call]
12691:
12692: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12693: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12694: object initialization order [two places]
12695:
12696: 2003-12-10 paf
12697:
12698: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12699: << time now ok
12700:
12701: * operators.txt, src/main/pa_sql_driver_manager.C,
12702: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12703: operational
12704:
12705: * ChangeLog, operators.txt, src/classes/xdoc.C,
12706: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12707: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12708: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12709: back operational
12710:
12711: 2003-12-02 paf
12712:
12713: * src/types/pa_vmail.C: bugfix:
12714: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12715: as-is forced]
12716:
12717: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12718: exceptions out of libxml callbacks: reimplemented error handling
12719: of http://localhost, parser://method and safemode check callbacks
12720:
12721: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12722: [merged from HEAD]
12723:
12724: * src/classes/image.C: nothing: comment removed
12725:
12726: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12727: addresses to int
12728:
12729: 2003-12-01 paf
12730:
12731: * src/main/pa_xml_io.C: bugfix: typo
12732:
12733: * src/main/pa_globals.C: bugfix: win32: compile prob
12734:
12735: * src/classes/xdoc.C: bugfix: typo
12736:
12737: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12738: exception
12739:
12740: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12741:
12742: 2003-11-28 paf
12743:
12744: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12745: all xml documents read
12746:
12747: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12748:
12749: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12750: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12751: replaced original open mech of xdoc::create & co to use libxml
12752: open, so that this would work for root document todo: safe mode
12753: checks to libxml: ideally to some 1 point
12754:
12755: * src/main/pa_xml_io.C: comment
12756:
12757: * operators.txt, src/main/pa_xml_io.C: leading / in
12758: http://parser[abscent params]
12759:
12760: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12761: works. todo: maybe replace original open mech of xdoc::create &
12762: co to use libxml open, so that this would work for root document
12763:
12764: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12765: "parser://method/params/here"> <test> &test^; </test> }]
12766:
12767: ^taint[^xdoc.string[]]
12768:
12769: @method[param] <!ENTITY test
12770: "test-entity-value+$form:user+$param!">
12771:
12772: 2003-11-27 paf
12773:
12774: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12775:
12776: * src/classes/date.C: bugfix: typo error
12777:
12778: 2003-11-26 paf
12779:
12780: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12781: src/main/Makefile.am, src/main/main.vcproj,
12782: src/main/pa_globals.C, src/main/pa_request.C,
12783: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12784: xml errors to hash<thread_id,error> reorganization: xml io moved
12785: to pa_xml_io.C/h
12786:
12787: * src/types/pa_value.h: warnings: --
12788:
12789: 2003-11-25 paf
12790:
12791: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12792: whatever)
12793:
12794: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12795: a, (c?x:y, z)
12796:
12797: * src/main/untaint.C: bugfix: consequences of not reading this
12798: comment: CORD_pos_chars_left /* Number of characters in cache.
12799: <= 0 ==> none */
12800:
12801: * src/include/pa_array.h: removed needless checks
12802:
12803: 2003-11-24 paf
12804:
12805: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12806: removed limit: now $form:xxx can be accessed anytime, even in
12807: @auto/conf [and request/response:charset still can be changed
12808: anytime]
12809:
12810: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12811: now not transcodes response body
12812:
12813: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12814: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12815: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12816: $xdoc.firstChild.firstChild.nodeValue[different]
12817: ^taint[^xdoc.string[]]
12818:
12819: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12820: workaround: static Hash::allocates -> static Hash_allocates
12821:
12822: 2003-11-21 paf
12823:
1.116 moko 12824: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12825: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12826: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12827:
12828: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12829:
12830: * src/classes/mail.C: bugfix: typo
12831:
12832: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12833: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12834: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12835: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12836: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12837: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12838:
12839: * src/main/pa_exec.C: bug in safe mode
12840:
12841: * src/include/Makefile.am: pa_xml_exception.h
12842:
12843: * src/targets/isapi/parser3isapi.C: more warnings --
12844:
12845: 2003-11-20 paf
12846:
12847: * src/: classes/math.C, classes/op.C, classes/string.C,
12848: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12849: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12850: --
12851:
12852: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12853: more warnings --
12854:
12855: * src/classes/xdoc.C: more warnings --
12856:
12857: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12858:
12859: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12860: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12861:
12862: * src/: classes/date.C, classes/file.C, classes/hash.C,
12863: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12864: classes/table.C, include/pa_cache_managers.h,
12865: include/pa_stylesheet_connection.h, main/pa_request.C,
12866: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12867: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12868: --
12869:
12870: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12871: can't report problem (undefined @unhandled_exception) problem
12872: source string were not reported
12873:
12874: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12875: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12876: classes/hashfile.C, classes/image.C, classes/int.C,
12877: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12878: classes/response.C, classes/string.C, classes/table.C,
12879: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12880: include/pa_array.h, include/pa_cache_managers.h,
12881: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12882: include/pa_config_fixed.h, include/pa_dictionary.h,
12883: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12884: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12885: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12886: include/pa_request.h, include/pa_request_charsets.h,
12887: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12888: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12889: include/pa_stack.h, include/pa_string.h,
12890: include/pa_stylesheet_connection.h,
12891: include/pa_stylesheet_manager.h, include/pa_table.h,
12892: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12893: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12894: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12895: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12896: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12897: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12898: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12899: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12900: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12901: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12902: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12903: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12904: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12905: targets/isapi/parser3isapi.C, types/pa_junction.h,
12906: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12907: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12908: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12909: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12910: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12911: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12912: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12913: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12914: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12915: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12916: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12917: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12918: types/pa_vresponse.h, types/pa_vstateless_class.C,
12919: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12920: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12921: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12922: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12923: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12924: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12925: const IDENT
12926:
12927: * src/: include/pa_array.h, include/pa_pool.h,
12928: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12929: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12930: types/pa_wcontext.h: more warnings --
12931:
12932: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12933: classes/file.C, classes/hash.C, classes/hashfile.C,
12934: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12935: classes/memory.C, classes/op.C, classes/string.C,
12936: classes/table.C, classes/xdoc.C, classes/xnode.C,
12937: include/pa_config_includes.h, include/pa_operation.h,
12938: include/pa_sql_connection.h, include/pa_table.h,
12939: include/pa_types.h, lib/ltdl/config_fixed.h,
12940: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12941: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12942: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12943: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12944: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12945: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12946: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12947: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12948: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12949: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12950: types/pa_vmail.C, types/pa_vobject.C,
12951: types/pa_vstateless_class.h, types/pa_vtable.C,
12952: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12953: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12954: on all projects (except libltdl=off & libsdbm=level3) found
12955: several unitialized vars
12956:
12957: 2003-11-19 paf
12958:
12959: * src/classes/op.C: more ansi C++ comp
12960:
12961: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12962: src/main/pa_request.C: ^cache[...]{body}{catch block with
12963: $exception.handled[cache] meaning "get expired cache, if any.
12964: else error"}
12965:
12966: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12967: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12968: ^cache[...]{body}{catch code with $exception.cache field}
12969:
12970: 2003-11-12 paf
12971:
12972: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12973: [copy/paste bug]
12974:
12975: 2003-11-11 paf
12976:
12977: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12978: failed]
12979:
12980: 2003-11-10 paf
12981:
12982: * src/types/pa_vconsole.h: flush
12983:
12984: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12985: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12986: read/write [for nntp]
12987:
12988: * operators.txt: mysql: transaction support: ?autocommit=0
12989:
12990: * operators.txt: comment: updated
12991:
12992: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12993: serialize version and exipire now removes entries
12994:
12995: * operators.txt: ^hashfile.delete[] removes files altogether [and
12996: dir, if could]
12997:
12998: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12999: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13000: removes files altogether [and dir, if could]
13001:
13002: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13003: nonexistent pair. .c coded that that was error. fixed
13004:
13005: * src/types/pa_vhashfile.C: sdbm: exception type change to
13006: file.access [regretfull can't split it to different exceptions
13007: without modifying sdbm source wich would prefer not to]
13008:
13009: 2003-11-07 paf
13010:
13011: * src/: classes/date.C, classes/file.C, classes/hash.C,
13012: classes/hashfile.C, classes/image.C, classes/table.C,
13013: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13014: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13015: main/execute.C, main/main.vcproj, main/pa_pool.C,
13016: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13017: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13018: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13019: destructing objects at request processing end
13020:
13021: 2003-11-06 paf
13022:
13023: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13024: updates
13025:
13026: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13027: to include sdbm
13028:
1.116 moko 13029: * src/include/: pa_config_includes.h, pa_version.h: our
13030: replacements of max& co only for cpp
1.95 moko 13031:
13032: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13033: upper dir, .am updated
13034:
13035: * tests/todo.txt: hashfile: done
13036:
13037: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13038: expiration [time in value. todo: move time to key]
13039:
13040: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13041:
13042: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13043: to do that in foreach, no errors, but surely wrong]
13044:
13045: * operators.txt, src/types/pa_vhashfile.C,
13046: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13047:
13048: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13049: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13050: foreach
13051:
13052: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13053: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13054:
13055: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13056: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13057:
13058: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13059: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13060: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13061: get/put [raw]
13062:
13063: * src/: classes/op.C, main/pa_os.C: just linked
13064:
13065: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13066: XmlException changes
13067:
13068: * src/: include/pa_charset.h, include/pa_globals.h,
13069: include/pa_stylesheet_connection.h, main/pa_exception.C:
13070: XmlException changes
13071:
13072: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13073:
13074: * src/: include/pa_common.h, include/pa_exception.h,
13075: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13076: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13077: main/pa_xml_exception.C: locking move to pa_os [along with
13078: pa_sleep] apr-impl locking done
13079:
13080: * configure, configure.in, operators.txt, parser3.sln,
13081: src/classes/classes.vcproj, src/classes/hashfile.C,
13082: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13083: src/include/pa_exception.h, src/include/pa_globals.h,
13084: src/include/pa_memory.h, src/include/pa_version.h,
13085: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13086: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13087: src/main/compile.tab.C, src/main/main.vcproj,
13088: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13089: src/types/Makefile.am, src/types/pa_vhash.C,
13090: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13091: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13092: again with sdbm from apache
13093:
13094: 2003-11-05 paf
13095:
13096: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13097: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13098: \parser3project dir anymore
13099:
13100: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13101: thoughtlessly from xalan]
13102:
13103: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13104: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13105: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13106:
13107: * src/main/helpers/CaseFolding.txt:
13108: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13109:
13110: 2003-11-04 paf
13111:
13112: * operators.txt: comment: ^mail:send[$.options[
13113:
13114: * src/classes/table.C: compiled on unix
13115:
1.116 moko 13116: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13117:
13118: * src/classes/mail.C: compiled on unix
13119:
13120: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13121: src/types/pa_vmail.h: !^mail:send[
13122: $.options[unix: string to append to sendmail command
13123: line]
13124:
13125: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13126: tests/todo.txt: ^table.save[... $.separator[^#09]
13127: $.encloser["] <nothing> by default
13128:
13129: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13130: !$.separator[^#09] !$.encloser["] <nothing> by
13131: default
13132:
13133: 2003-11-03 paf
13134:
13135: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13136: ^table::load[; options: !$.column-separator[^#09]
13137: !$.column-encloser["]
13138:
13139: * operators.txt, src/include/pa_config_fixed.h,
13140: src/types/pa_vrequest.C: $request:document-root
13141:
13142: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13143: [already included into uri=xxx]
13144:
13145: * operators.txt, src/classes/image.C, tests/todo.txt:
13146: ^image.gif[filename] for $response:download
13147:
13148: * src/classes/date.C: minor precaution
13149:
13150: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13151: !^date.unix-timestamp[]
13152:
13153: 2003-10-30 paf
13154:
13155: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13156: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13157:
13158: * src/classes/: date.C, image.C: improvement diagnostics:
13159: $now[^date::create[$undefined]] now is error
13160:
13161: * src/main/pa_common.C: read errors would now be reported 'actually
13162: read -1 bytes'
13163:
13164: 2003-10-24 paf
13165:
13166: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13167: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13168: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13169: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13170:
13171: 2003-10-22 paf
13172:
13173: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13174:
13175: 2003-10-21 paf
13176:
13177: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13178: fixed: string.match[g] without <'> option produced columns with
13179: NULL's, which gpf'ed at table.save time
13180:
13181: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13182: recoursion' message with intensive throw-catches fixed: incorrect
13183: name and line (one name upper then needed) in error message about
13184: problems inside try block
13185:
13186: 2003-10-10 paf
13187:
13188: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13189: check offset argument for validity did that in String::Body::pos
13190: myself http://i2/tasks/edit/?id=4577425257580789777
13191:
13192: 2003-10-07 paf
13193:
13194: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13195: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13196:
13197: 2003-10-03 paf
13198:
13199: * parser3.sln, src/include/pa_dictionary.h,
13200: src/main/pa_dictionary.C, src/main/pa_string.C,
13201: src/targets/cgi/parser3.vcproj: dictionary optimized by
13202: precalculating cstr&length
13203:
13204: 2003-10-02 paf
13205:
13206: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13207: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13208: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13209: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13210:
13211: 2003-09-30 paf
13212:
13213: * src/main/pa_string.C: string::replace bug fix [were ignoring
13214: occurrances after lang-mismatched
13215:
13216: 2003-09-29 paf
13217:
13218: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13219: helper
13220:
13221: * src/main/pa_string.C: string::serialize bug fix with
13222: zero-terminator
13223:
13224: * src/classes/table.C: ^nameless_table.save column row now has no
13225: \t at the end
13226:
13227: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13228: @postprocess now takes $response:body/download
13229:
13230: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13231: error message
13232:
13233: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13234:
13235: * src/classes/table.C: bugfix: flip: must produce nameless
13236: http://i2/tasks/edit/?id=4573405524674081244
13237:
13238: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13239: main/helpers/simple_folding.pl: utf-8 upper/lower
13240:
13241: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13242: to typo error http://i2/tasks/edit/?id=4573354650786434584
13243:
13244: 2003-09-26 paf
13245:
13246: * src/main/untaint.C: removed needless field
13247:
13248: * src/main/untaint.C: removed needless const
13249:
13250: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13251: String.for_each bug fixed [omited one-char cases]
13252:
13253: * src/include/pa_stack.h: bugfix: before collecting garbage,
13254: runtime-executor stack were cleared... BADLY
13255:
13256: * src/main/pa_string.C: ^stirng.replace code used old
13257: param-convention on langs.append, fixed that search fo the like,
13258: found none
13259:
13260: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13261: string::serialize/deserialize implemented Language enum assigned
13262: meaningful letters [more convinient for debugging. read warning
13263: before adding/changing anything]
13264:
13265: 2003-09-25 paf
13266:
13267: * src/: include/pa_string.h, include/pa_version.h,
13268: main/pa_string.C, main/untaint.C: templates and anonymous unions
13269: differences on unix
13270:
13271: * parser3.sln, src/classes/file.C, src/classes/image.C,
13272: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13273: src/classes/xdoc.C, src/classes/xnode.C,
13274: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13275: src/include/pa_charsets.h, src/include/pa_common.h,
13276: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13277: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13278: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13279: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13280: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13281: src/main/compile_tools.h, src/main/pa_charset.C,
13282: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13283: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13284: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13285: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13286: src/types/pa_vmail.C, src/types/pa_vmath.C,
13287: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13288: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13289:
13290: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13291: functions aligned to that of eeparser3 look
13292:
13293: * src/lib/cord/cordprnt.c: removed warnings
13294:
13295: 2003-09-24 paf
13296:
13297: * src/: classes/file.C, classes/image.C, classes/mail.C,
13298: classes/op.C, classes/xdoc.C, classes/xnode.C,
13299: include/pa_cache_managers.h, include/pa_charset.h,
13300: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13301: include/pa_sql_driver_manager.h, include/pa_string.h,
13302: include/pa_stylesheet_manager.h, include/pa_table.h,
13303: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13304: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13305: main/pa_sql_driver_manager.C, main/pa_string.C,
13306: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13307: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13308: types/pa_vstateless_class.h, types/pa_vstatus.C,
13309: types/pa_vxnode.C: v() functions of String::Body,
13310: String::Languages and String itself StringBody->String::Body
13311:
13312: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13313: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13314: never optimized anything. todo: somehow speed up harder cases:
13315: concatenationA+concatenationB when last block of A and first of B
13316: contain same letters
13317:
13318: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13319: lib/cord/include/cord.h: langs: speed up by joining adjucent
13320: blocks of same char [CORD_append_block]
13321:
13322: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13323: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13324: save space by extending blocks when appending block with c ==
13325: lastblock.c
13326:
13327: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13328: working yet :( but more working &understood :)
13329:
13330: * src/: classes/table.C, include/pa_string.h,
13331: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13332:
13333: 2003-09-23 paf
13334:
13335: * src/main/untaint.C: $a[ok!] $a works!
13336:
13337: * src/main/untaint.C: something even more works :)
13338:
13339: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13340: something more works :)
13341:
13342: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13343: lib/cord/cordxtra.c: something already works :)
13344:
13345: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13346: serialize&deserialize
13347:
13348: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13349: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13350: main/untaint.C: main idea implemented, details left
13351:
13352: 2003-09-22 paf
13353:
13354: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13355:
13356: * src/classes/xnode.C: copy/paste comment bugfix
13357:
13358: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13359: allocator returns 0, just die.
13360: http://i2/tasks/edit/?id=4570798492410259445
13361:
13362: * src/classes/xdoc.C: copy/paste comment bugfix
13363:
13364: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13365: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13366: xnode: getAttributeNS setAttributeNS removeAttributeNS
13367: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13368:
13369: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13370: chars due to bitwise operation signed-char error]
13371:
13372: 2003-09-19 paf
13373:
13374: * src/types/pa_wcontext.C: output message: more practical
13375: suggestion
13376:
13377: * src/main/pa_common.C, operators.txt: merged
13378: $f[^file::load[binary;http://...]] $f.tables
13379:
13380: 2003-09-02 paf
13381:
13382: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13383: flush stdout without referencing 'stdout' symbol. to hell with
13384: non-ansi libraries without 'stdout' symbol
13385:
13386: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13387: unix (users reported problems with some old libc)
13388:
13389: * src/types/pa_vdate.h: forgot initializer
13390:
13391: 2003-09-01 paf
13392:
13393: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13394: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13395: zone]
13396:
13397: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13398:
13399: 2003-08-19 paf
13400:
13401: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13402: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13403: simplified a little
13404:
13405: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13406: [lost fix from 3.0.8]
13407:
13408: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13409: visible here }
13410:
13411: bug fix
13412:
13413: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13414:
13415: * src/main/compile.tab.C: initialized couple of variables about
13416: which user reported runtime problems when parser were compiled
13417: with VC7, warning level4. study shows that later in bison
13418: they've fixed that. would migrate to latest bison someday
13419:
13420: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13421: recoding headers)
13422:
13423: * src/types/pa_vmail.C: works as before, same charset problems:
13424: gmime recodes to UTF-8 only headers, not body. so not recoding
13425: anything for now
13426:
13427: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13428: problems with body
13429:
13430: * src/types/pa_vmail.C: mail_receive just compiled
13431:
13432: 2003-08-18 paf
13433:
13434: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13435: main/main.vcproj, types/types.vcproj: win32: continued process
13436: detaching from \parser3project directory
13437:
13438: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13439: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13440: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13441: src/lib/pcre/pcre_dftables.dsp,
13442: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13443: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13444: src/types/types.dsp: moved to MSVC 7
13445:
13446: * gnu.vcproj.vspscc, parser3.vssscc,
13447: src/classes/classes.vcproj.vspscc,
13448: src/lib/cord/cord.vcproj.vspscc,
13449: src/lib/ltdl/libltdl.vcproj.vspscc,
13450: src/lib/md5/md5.vcproj.vspscc,
13451: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13452: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13453: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13454: src/targets/isapi/parser3isapi.vcproj.vspscc,
13455: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13456: moved to MSVC 7
13457:
13458: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13459: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13460: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13461: src/lib/pcre/pcre_dftables.vcproj,
13462: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13463: src/targets/cgi/parser3.vcproj,
13464: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13465: new VS project files
13466:
13467: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13468: .NET to detect Jalindi Igloo capabilities.
13469:
13470: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13471: src/classes/classes.awk, src/doc/footer.htm,
13472: src/include/pa_config_fixed.h, src/include/pa_version.h,
13473: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13474: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13475: src/types/pa_vmail.C: merged 3.1.0 latest changes
13476:
13477: 2003-08-15 paf
13478:
13479: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13480: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13481:
13482: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13483: non-ascii <yyy> now encoded correctly
13484:
13485: 2003-07-29 paf
13486:
1.116 moko 13487: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13488: dist
1.95 moko 13489:
13490: * src/types/pa_vmail.C: just started --with-mail-receive
13491:
13492: 2003-07-28 paf
13493:
1.116 moko 13494: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13495: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13496:
13497: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13498:
13499: 2003-07-25 paf
13500:
13501: * src/doc/footer.htm: year
13502:
13503: 2003-07-24 paf
13504:
13505: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13506: fix
13507:
13508: * src/include/pa_version.h: release
13509:
1.116 moko 13510: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13511:
13512: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13513: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13514: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13515: getting rid of win32xml pseudo project
13516:
13517: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13518:
1.116 moko 13519: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13520: configure.in, operators.txt, parser3.dsw,
1.95 moko 13521: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13522: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13523: src/classes/classes.C, src/classes/classes.awk,
13524: src/classes/classes.dsp, src/classes/classes.h,
13525: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13526: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13527: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13528: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13529: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13530: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13531: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13532: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13533: src/include/pa_array.h, src/include/pa_cache_managers.h,
13534: src/include/pa_charset.h, src/include/pa_charsets.h,
13535: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13536: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13537: src/include/pa_dictionary.h, src/include/pa_dir.h,
13538: src/include/pa_exception.h, src/include/pa_exec.h,
13539: src/include/pa_globals.h, src/include/pa_hash.h,
13540: src/include/pa_memory.h, src/include/pa_opcode.h,
13541: src/include/pa_operation.h, src/include/pa_pool.h,
13542: src/include/pa_pragma_pack_begin.h,
1.95 moko 13543: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13544: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13545: src/include/pa_sapi.h, src/include/pa_socks.h,
13546: src/include/pa_sql_connection.h,
13547: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13548: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13549: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13550: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13551: src/include/pa_uue.h, src/lib/Makefile.am,
13552: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13553: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13554: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13555: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13556: src/lib/cord/include/ec.h,
13557: src/lib/cord/include/private/Makefile.am,
13558: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13559: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13560: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13561: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13562: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13563: src/main/compile_tools.C, src/main/compile_tools.h,
13564: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13565: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13566: src/main/pa_charsets.C, src/main/pa_common.C,
13567: src/main/pa_dictionary.C, src/main/pa_dir.C,
13568: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13569: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13570: src/main/pa_request.C, src/main/pa_socks.C,
13571: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13572: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13573: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13574: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13575: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13576: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13577: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13578: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13579: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13580: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13581: src/targets/isapi/parser3isapi.dsp,
13582: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13583: src/types/pa_junction.h, src/types/pa_method.h,
13584: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13585: src/types/pa_vclass.C, src/types/pa_vclass.h,
13586: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13587: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13588: src/types/pa_vdouble.h, src/types/pa_venv.h,
13589: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13590: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13591: src/types/pa_vimage.C, src/types/pa_vimage.h,
13592: src/types/pa_vint.h, src/types/pa_vjunction.h,
13593: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13594: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13595: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13596: src/types/pa_vobject.C, src/types/pa_vobject.h,
13597: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13598: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13599: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13600: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13601: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13602: src/types/pa_vstring.h, src/types/pa_vtable.C,
13603: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13604: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13605: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13606: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13607: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13608: HEAD
13609:
13610: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13611: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13612: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13613: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13614: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13615: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13616: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13617: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13618: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13619: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13620: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13621: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13622: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13623: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13624: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13625: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13626: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13627: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13628: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13629: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13630: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13631: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13632: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13633: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13634: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13635: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13636: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13637: outputs/create-dir, results/001.processed, results/002.processed,
13638: results/003.processed, results/004.processed,
13639: results/005.processed, results/006.processed,
13640: results/007.processed, results/008.processed,
13641: results/009.processed, results/010.processed,
13642: results/011.processed, results/012.processed,
13643: results/013.processed, results/014.processed,
13644: results/015.processed, results/016.processed,
13645: results/017.processed, results/018.processed,
13646: results/019.processed, results/020.processed,
13647: results/021.processed, results/022.processed,
13648: results/023.processed, results/024.processed,
13649: results/025.processed, results/026.processed,
13650: results/027.processed, results/028.processed,
13651: results/029.processed, results/030.processed,
13652: results/031.processed, results/032.processed,
13653: results/033.processed, results/034.processed,
13654: results/035.processed, results/036.processed,
13655: results/037.processed, results/038.processed,
13656: results/039.processed, results/040.processed,
13657: results/041.processed, results/042.processed,
13658: results/043.processed, results/044.processed,
13659: results/045.processed, results/046.processed,
13660: results/047.processed, results/048.processed,
13661: results/049.processed, results/050.processed,
13662: results/051.processed, results/052.processed,
13663: results/053.processed, results/054.processed,
13664: results/055.processed, results/056.processed,
13665: results/057.processed, results/058.processed,
13666: results/059.processed, results/060.processed,
13667: results/061.processed, results/062.processed,
13668: results/063.processed, results/064.processed,
13669: results/065.processed, results/066.processed,
13670: results/067.processed, results/068.processed,
13671: results/069.processed, results/070.processed,
13672: results/071.processed, results/072.processed,
13673: results/073.processed, results/074.processed,
13674: results/075.processed, results/076.processed,
13675: results/077.processed, results/078.processed,
13676: results/079.processed, results/080.processed,
13677: results/081.processed, results/082.processed,
13678: results/083.processed, results/084.processed,
13679: results/085.processed, results/086.processed,
13680: results/087.processed, results/088.processed,
13681: results/089.processed, results/090.processed,
13682: results/091.processed, results/092.processed,
13683: results/093.processed, results/094.processed,
13684: results/095.processed, results/096.processed,
13685: results/097.processed, results/098.processed,
13686: results/099.processed, results/100.processed,
13687: results/101.processed, results/102.processed,
13688: results/103.processed, results/104.processed,
13689: results/105.processed, results/106.processed,
13690: results/107.processed, results/108.processed,
13691: results/109.processed, results/110.processed,
13692: results/111.processed, results/112.processed,
13693: results/113.processed, results/114.processed,
13694: results/115.processed, results/116.processed,
13695: results/117.processed, results/118.processed,
13696: results/119.processed, results/120.processed,
13697: results/121.processed, results/122.processed,
13698: results/123.processed, results/124.processed,
13699: results/125.processed, results/126.processed,
13700: results/127.processed, results/128.processed,
13701: results/129.processed, results/130.processed,
13702: results/131.processed, results/132.processed,
13703: results/133.processed, results/134.processed,
13704: results/135.processed, results/136.processed,
13705: results/137.processed, results/138.processed,
13706: results/139.processed, results/140.processed,
13707: results/141.processed: merged(copied) to HEAD from template_gc
13708:
13709: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13710: towards \parser3project not having to be in root
13711:
13712: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13713: module compiled [were minor unnecessary changes in lib/md5
13714: interface]
13715:
13716: * src/include/pa_version.h: release
13717:
13718: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13719:
13720: * src/classes/math.C: merged uuid bugfix
13721:
13722: * tests/: 141.html, results/141.processed: fixed bug with
13723: too-small-a-buffer
13724:
13725: * src/classes/math.C: uuid bugfix
13726:
13727: * tests/: 141.html, Makefile, results/005.processed,
13728: results/030.processed, results/075.processed,
13729: results/078.processed: to reflect date format change (were -
13730: become ' ')
13731:
13732: * src/classes/math.C: uuid bugfix
13733:
13734: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13735: debug/release changes
13736:
13737: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13738:
13739: 2003-07-23 paf
13740:
13741: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13742: renamed a little [to move to comman naming conv]
13743:
1.116 moko 13744: * src/targets/Makefile.am: apache13 splitted to simplify apache
13745: build
1.95 moko 13746:
13747: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13748: main/pa_request.C, main/pa_sql_driver_manager.C,
13749: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13750: stack top_index() fixed
13751:
13752: * src/main/pa_globals.C: minor style changes
13753:
13754: * src/: classes/op.C, include/pa_sql_connection.h: connection
13755: closing/caching fixed [connections were not closed/put to cache]
13756:
13757: 2003-07-22 paf
13758:
13759: * INSTALL: gc part updated stightly
13760:
13761: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13762: new sapi interface
13763:
13764: * src/classes/file.C: comment on OS
13765:
13766: * src/main/pa_string.C: removed reduntant invariant check [there is
13767: one deeper in cord lib]
13768:
13769: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13770:
13771: * src/main/pa_memory.C: out of memory is no longer coredump
13772:
13773: * INSTALL: disable-threads adviced
13774:
13775: 2003-07-21 paf
13776:
1.116 moko 13777: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13778:
13779: * src/classes/file.C: file::exec/cgi environment variables now must
13780: be UPPERCASE and A-Z 0-9 _-
13781:
13782: * src/classes/file.C: env passing fixed
13783:
13784: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13785:
13786: * src/main/pa_common.C: http:// CRLF now
13787:
13788: 2003-07-02 paf
13789:
13790: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13791: fields to reflect their real meaning
13792:
13793: 2003-06-27 paf
13794:
13795: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13796: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13797: file::exec/cgi .charset
13798:
13799: 2003-06-26 paf
13800:
13801: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13802: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13803: src/classes/table.C: fixed several uninitialized local
13804: structures. notably ^hash.foreach now inserts delimiters
13805: properly [were inserting it before first body]
13806:
13807: 2003-06-24 paf
13808:
13809: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13810:
13811: 2003-06-20 paf
13812:
13813: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13814: src/main/pa_globals.C: introducing
13815: $f[^file::load[binary;http://...]] $f.tables
13816:
13817: 2003-06-06 paf
13818:
13819: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13820: table. [were method lookup: inconsistent]
13821:
13822: 2003-06-02 paf
13823:
13824: * src/include/pa_memory.h: empty string clone fixed to return
13825: writable memory
13826:
13827: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13828: were not appended] which violated string invariant
13829:
13830: 2003-05-30 paf
13831:
13832: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13833: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13834:
13835: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13836: GMT ; RFC 822, updated by RFC 1123
13837:
13838: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13839: targets/isapi/parser3isapi.C: initialized request_info properly
13840:
13841: * src/classes/xnode.C: found minor bug, commended for future
13842:
13843: 2003-05-28 paf
13844:
13845: * src/classes/form.C: request_info.content_length can't be <0,
13846: size_t for some time
13847:
13848: 2003-05-26 paf
13849:
13850: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13851: forgotten <0 changed to !=STRING_NOT_FOUND
13852:
13853: * src/classes/math.C: merged ffffu from HEAD
13854:
13855: 2003-05-11 paf
13856:
13857: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13858:
13859: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13860: premature doc free. transformed document had xmlDoc reference
13861: stored to non-gc-memory (libgdome) added holding-reference
13862:
13863: 2003-04-29 paf
13864:
13865: * src/main/pa_globals.C: started digging on double free. on win32
13866: found that that's perfectly normal.
13867:
13868: 2003-04-25 paf
13869:
13870: * src/classes/table.C: table.join bug fix [bad limit check]
13871:
13872: * src/classes/math.C: merged from HEAD: simpiler hash_string
13873:
13874: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13875: print anything. changed to quicker and simplier code
13876:
13877: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13878: strict a check]
13879:
13880: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13881:
13882: 2003-04-24 paf
13883:
13884: * src/include/pa_table.h: too strict assert loosened
13885:
13886: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13887: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13888: report
13889:
13890: 2003-04-21 paf
13891:
1.116 moko 13892: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13893:
13894: * src/main/pa_globals.C: pcre memory management changed to use GC
13895: memory
13896:
13897: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13898: xmlMallocAtomic [author agreed to my suggestion], used that
13899:
13900: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13901:
13902: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13903: types/pa_vmail.C: attributed_meaning_to_string added
13904: L_UNSPECIFIED piece which was sortof OK, but violated string
13905: invariant [assertion barked on that] changed to L_PASS_APPEND,
13906: made that param obligatory
13907:
13908: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13909: fixed [assert helped]
13910:
13911: * src/include/pa_string.h: assert added [looking for bug]
13912:
13913: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13914: names on Win32 considered disk-global
13915:
13916: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13917: considered disk-global
13918:
13919: 2003-04-18 paf
13920:
13921: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13922: filenames
13923:
13924: * src/main/untaint.C: enabled '~' letter in filenames
13925:
13926: 2003-04-16 paf
13927:
13928: * src/classes/file.C: small bug introduced in autoptr times fixed
13929:
13930: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13931: HEAD
13932:
1.116 moko 13933: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13934:
13935: 2003-04-15 paf
13936:
13937: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13938: src/lib/md5/pa_md5c.c, tests/141.html,
13939: tests/results/141.processed: merged from head ^math:uuid[]
13940: ^math:uid64[] ^math:md5[string]
13941:
13942: test added: 141.html
13943:
13944: * operators.txt, src/classes/math.C: ^math:uid64[]
13945:
13946: * src/classes/math.C: ^math:uuid[]
13947:
13948: * operators.txt, src/classes/math.C: ^math:uuid[]
13949:
13950: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13951: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13952:
13953: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13954: src/include/pa_config_fixed.h, src/main/pa_common.C:
13955: ^file::load[mode;name; $.offset $.limit
13956:
13957: 2003-04-14 paf
13958:
13959: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13960: started ^math:md5
13961:
13962: * src/classes/table.C, src/include/pa_array.h,
13963: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13964: tests/results/140.processed: table $.reverse option works in
13965: create&co table $.distinct[tables] bug fix merged
13966:
13967: * src/: classes/table.C, include/pa_table.h: table
13968: $.distinct[tables] bug fixed
13969:
13970: * src/classes/table.C: more warnings
13971:
13972: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13973: removed checks in table::set_current, moved them back to
13974: table::locate implemented table::create/join ñ $.reverse
13975:
13976: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13977: removed checks in table::set_current, moved them back to
13978: table::locate
13979:
13980: 2003-04-11 paf
13981:
13982: * operators.txt, src/classes/date.C, src/classes/table.C,
13983: src/include/pa_array.h, src/include/pa_common.h,
13984: src/include/pa_config_includes.h, src/include/pa_string.h,
13985: src/include/pa_table.h, src/main/pa_request.C,
13986: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13987: src/main/pa_table.C: merged from HEAD from
13988: before_append_array_limit_sense_change to
13989: after_append_array_limit_sense_change
13990:
13991: * src/classes/table.C: typo
13992:
13993: * operators.txt, src/classes/date.C, src/classes/table.C,
13994: src/include/pa_array.h, src/include/pa_common.h,
13995: src/include/pa_config_includes.h, src/include/pa_globals.h,
13996: src/include/pa_table.h, src/main/pa_array.C,
13997: src/main/pa_globals.C, src/main/pa_request.C,
13998: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13999: src/main/pa_table.C: append_array_limit_sense_change locate
14000: accepts options same as create new option: $.reverse(1) [do not
14001: work in table::create]
14002:
14003: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14004: (stat xxx,
14005:
14006: * src/classes/: table.C: typo
14007:
14008: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14009: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14010: results/130.processed, results/131.processed,
14011: results/132.processed, results/133.processed,
14012: results/134.processed, results/135.processed,
14013: results/136.processed, results/137.processed,
14014: results/138.processed, results/139.processed: added few mustfail
14015: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14016: date/time 132.html mustfail: access to junction outside of
14017: context 133.html mustfail: access to junction outside of context,
14018: case version 134.html mustfail: hash: adding a key inside of
14019: foreach 135.html mustfail: modifying system class 136.html
14020: mustfail: $.name outside of $hash[here] 137.html mustfail:
14021: appendChild without import 138.html mustfail: invalid encoding
14022: inside of xml 139.html mustfail: bad XPath
14023:
14024: * operators.txt, src/classes/table.C, tests/084.html,
14025: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14026: tests/129.html, tests/results/125.processed,
14027: tests/results/126.processed, tests/results/127.processed,
14028: tests/results/128.processed, tests/results/129.processed: merged
14029: from HEAD ^table.hash[key][$.distinct[tables]]
14030:
14031: maked appropriate tests [changed one old nonconforming]
14032:
14033: * operators.txt, src/classes/table.C:
14034: ^table.hash[key][$.distinct[tables]]
14035:
14036: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14037: merged fix for found very old xml (dom) bug: were passing
14038: domString objects and later ERROREOUSLY freed them
14039:
14040: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14041: src/main/pa_charset.C: re-added libgdome patch. regretfully
14042: libgdome bug can not be worked around
14043:
14044: 2003-04-10 paf
14045:
14046: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14047: found very old xml (dom) bug: were passing domString objects and
14048: later ERROREOUSLY freed them
14049:
14050: * src/doc/string.dox, src/include/pa_memory.h,
14051: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14052: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14053: tests/123.html, tests/124.html, tests/results/001.processed,
14054: tests/results/002.processed, tests/results/003.processed,
14055: tests/results/004.processed, tests/results/005.processed,
14056: tests/results/006.processed, tests/results/008.processed,
14057: tests/results/009.processed, tests/results/010.processed,
14058: tests/results/011.processed, tests/results/012.processed,
14059: tests/results/013.processed, tests/results/014.processed,
14060: tests/results/015.processed, tests/results/016.processed,
14061: tests/results/017.processed, tests/results/018.processed,
14062: tests/results/020.processed, tests/results/021.processed,
14063: tests/results/022.processed, tests/results/023.processed,
14064: tests/results/024.processed, tests/results/025.processed,
14065: tests/results/026.processed, tests/results/027.processed,
14066: tests/results/028.processed, tests/results/029.processed,
14067: tests/results/030.processed, tests/results/031.processed,
14068: tests/results/032.processed, tests/results/033.processed,
14069: tests/results/034.processed, tests/results/035.processed,
14070: tests/results/036.processed, tests/results/037.processed,
14071: tests/results/038.processed, tests/results/039.processed,
14072: tests/results/040.processed, tests/results/041.processed,
14073: tests/results/042.processed, tests/results/043.processed,
14074: tests/results/044.processed, tests/results/045.processed,
14075: tests/results/046.processed, tests/results/047.processed,
14076: tests/results/048.processed, tests/results/049.processed,
14077: tests/results/050.processed, tests/results/051.processed,
14078: tests/results/052.processed, tests/results/053.processed,
14079: tests/results/054.processed, tests/results/055.processed,
14080: tests/results/056.processed, tests/results/057.processed,
14081: tests/results/058.processed, tests/results/059.processed,
14082: tests/results/060.processed, tests/results/061.processed,
14083: tests/results/062.processed, tests/results/063.processed,
14084: tests/results/064.processed, tests/results/065.processed,
14085: tests/results/066.processed, tests/results/067.processed,
14086: tests/results/068.processed, tests/results/069.processed,
14087: tests/results/070.processed, tests/results/071.processed,
14088: tests/results/072.processed, tests/results/073.processed,
14089: tests/results/074.processed, tests/results/075.processed,
14090: tests/results/076.processed, tests/results/077.processed,
14091: tests/results/078.processed, tests/results/079.processed,
14092: tests/results/080.processed, tests/results/081.processed,
14093: tests/results/082.processed, tests/results/083.processed,
14094: tests/results/084.processed, tests/results/085.processed,
14095: tests/results/086.processed, tests/results/087.processed,
14096: tests/results/088.processed, tests/results/089.processed,
14097: tests/results/090.processed, tests/results/091.processed,
14098: tests/results/092.processed, tests/results/093.processed,
14099: tests/results/094.processed, tests/results/095.processed,
14100: tests/results/096.processed, tests/results/097.processed,
14101: tests/results/101.processed, tests/results/102.processed,
14102: tests/results/104.processed, tests/results/105.processed,
14103: tests/results/106.processed, tests/results/107.processed,
14104: tests/results/108.processed, tests/results/109.processed,
14105: tests/results/110.processed, tests/results/111.processed,
14106: tests/results/112.processed, tests/results/113.processed,
14107: tests/results/114.processed, tests/results/115.processed,
14108: tests/results/116.processed, tests/results/117.processed,
14109: tests/results/118.processed, tests/results/119.processed,
14110: tests/results/120.processed, tests/results/121.processed,
14111: tests/results/122.processed, tests/results/123.processed,
14112: tests/results/124.processed: new convention: char* never 0.
14113: assert in cord on that
14114:
14115: * src/main/pa_charset.C: couple more asserts
14116:
14117: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14118: speedup
14119:
14120: * src/main/pa_charset.C: couple assertions on fantastic situations
14121: added [may be those is the case now?]
14122:
14123: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14124: that's memory from gc_malloc, not from g_malloc :(, but would
14125: hope]
14126:
14127: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14128: that's memory from gc_malloc, not from g_malloc :(, but would
14129: hope]
14130:
14131: * src/main/pa_charset.C: checked custom malloc for returning 0
14132:
14133: 2003-04-09 paf
14134:
14135: * src/classes/date.C: merged ^date.roll changes
14136:
14137: * src/classes/date.C: ^date.roll bug fix
14138:
14139: * src/classes/date.C: ^date.roll now throws less errors: month
14140: shifts handles end of month situation by reducing day number
14141: hour-hole shift reduces hour to recover
14142:
14143: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14144: Sort by function time
14145:
14146: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14147: http:// $.charset[] param done
14148:
14149: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14150: added [after volatile fix. passes on win&intel-solaris]
14151:
14152: 2003-04-08 paf
14153:
14154: * src/: classes/file.C, classes/op.C, classes/table.C,
14155: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14156: include/pa_common.h, include/pa_request_charsets.h,
14157: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14158: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14159: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14160: types/pa_vresponse.C: started http:// $.charset[] param and
14161: http response charset detection just compiled. todo:test
14162:
14163: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14164:
14165: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14166: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14167: types/pa_vmail.C: changed transcode param converntion along with
14168: string creating convention -- all strings are zero-terminated,
14169: this allowed to fix one remaining String("123", 2) case
14170:
14171: * src/: classes/date.C, classes/file.C, classes/hash.C,
14172: classes/op.C, classes/string.C, classes/table.C,
14173: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14174: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14175: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14176: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14177: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14178: violated String::invariant. started fixing [not compiled now]
14179:
14180: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14181: main/compile.tab.C, main/compile.y, main/pa_string.C,
14182: main/untaint.C, targets/cgi/parser3.C: number of string style
14183: improvements & optimizations
14184:
14185: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14186: :(]
14187:
14188: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14189: [for it's a pointer really]
14190:
14191: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14192: 'n' param. worked that around
14193:
14194: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14195: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14196: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14197: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14198: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14199:
14200: Thanks for the bug report and patch.
14201:
14202: I hadn't looked at this code in a while. Reading it now, it
14203: seems to me that the tests should also be ">= MAX_DEPTH" to
14204: comply with the invariant, though that may not matter a lot. I
14205: changed that, too.
14206:
14207: Hans
14208:
14209: 2003-04-07 paf
14210:
14211: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14212: merged from head:safe mode error message now includes numbers
14213:
14214: * src/main/execute.C: n-th attempt to make a=a work with double.
14215: problem: as_double returns it's result in fp-register compiler
14216: optimizes access to that register after b->as_double, and just
14217: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14218: from memory. _SAME_ double values do not match here. when
14219: forced to REload fp-register, values do match.
14220:
14221: tried to make them volatile.
14222:
14223: * src/main/execute.C: n-th attempt to make a=a work with double.
14224: problem: as_double returns it's result in fp-register compiler
14225: optimizes access to that register after b->as_double, and just
14226: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14227: from memory. _SAME_ double values do not match here. when
14228: forced to REload fp-register, values do match.
14229:
14230: tried to make them volatile.
14231:
14232: * src/types/pa_vobject.h: small style change
14233:
14234: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14235:
14236: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14237: mode error message now includes numbers
14238:
14239: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14240: now causes death
14241:
14242: 2003-04-04 paf
14243:
14244: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14245: incorportated pa_exec patch by From: "Victor Fedoseev"
14246: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14247: Sent: Thursday, January 23, 2003 9:14 AM
14248:
14249: huge speedup on ^file::cgi with big result
14250:
14251: * src/classes/table.C: sort table with 0 rows bug fixed
14252:
14253: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14254: fix http://i2/tasks/edit/?id=4493701604654042676
14255:
14256: @main[] $with_default[ $.a[1] $._default[default from
14257: with_default] ] ^show[$with_default]
14258:
14259: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14260: =$to_add_to.xxx=<br>
14261:
14262: ^show[$to_add_to]
14263:
14264: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14265: ^show[$cloned]
14266:
14267: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14268:
14269: } <hr>
14270:
14271: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14272: http://i2/tasks/edit/?id=4493701604654042676
14273:
14274: @main[] $with_default[ $.a[1] $._default[default from
14275: with_default] ] ^show[$with_default]
14276:
14277: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14278: =$to_add_to.xxx=<br>
14279:
14280: ^show[$to_add_to]
14281:
14282: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14283: ^show[$cloned]
14284:
14285: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14286:
14287: } <hr>
14288:
14289: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14290: http://i2/tasks/edit/?id=4507350336410850921
14291:
14292: * src/classes/xdoc.C: memory allocation func bugfix
14293: http://i2/tasks/edit/?id=4499303470368629745
14294:
14295: * src/classes/math.C: allowed random 1...
14296:
14297: * src/classes/math.C: allowed random 0..
14298:
14299: * src/main/pa_globals.C: exif mem leak
14300: http://i2/tasks/edit/?id=4480590323629807263
14301:
14302: * src/: classes/classes.dsp, main/main.dsp,
14303: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14304: fix http://i2/tasks/edit/?id=4493946731322521294
14305: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14306:
14307: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14308: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14309: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14310: links to xml libs made relative, no need to unpack parser3project
14311: to /parser3project.
14312:
14313: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14314: column more precise - tab handling bug fixed
14315:
14316: * src/main/: compile.tab.C, compile.y: more understandable error
14317: message in case @CLASS with more then one line inside
14318:
14319: * src/targets/cgi/parser3.C: more understandable error message in
14320: case of errors in @unhandled_exception
14321:
14322: 2003-04-03 paf
14323:
14324: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14325: src/main/compile.tab.C, src/main/compile.y,
14326: src/main/compile_tools.C, src/main/compile_tools.h,
14327: src/main/execute.C, src/main/pa_request.C: debug info format
14328: simplified, now it's: OP_VALUE Operation::Origin << here value*
14329:
14330: higher limits: file number (max: 255) line number (max:
14331: 64535) column number (max: 255)
14332:
14333: * src/classes/math.C: top limit
14334:
14335: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14336: precise parse error position in case of
14337:
14338: ^bug ]
14339:
14340: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14341: changed to realities, and passed [bug fixed]
14342:
14343: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14344: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14345: main/compile_tools.h, main/pa_request.C: introducing
14346: ^process...[main-method-alias]
14347:
14348: * src/: classes/date.C, classes/image.C, classes/op.C,
14349: classes/string.C, classes/table.C, classes/xdoc.C,
14350: types/pa_vmethod_frame.h: MethodParams& now [methods without
14351: params receive zero reference, but they are expected not to look
14352: there]
14353:
14354: * operators.txt, src/classes/date.C, src/classes/double.C,
14355: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14356: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14357: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14358: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14359: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14360: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14361: [methods without params receive zero reference, but they are
14362: expected not to look there]
14363:
14364: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14365: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14366: ^process...[filename] useful for better error reporting
14367: [file/line/col]
14368:
14369: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14370: types/pa_vstring.h: slightly improved error messages text: 1. is
14371: '%s', it 2. method undefined in case of ^void[]
14372:
14373: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14374: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14375: handling done. now we have error columns todo: test it
14376:
14377: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14378: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14379:
14380: this makes life easier: were: bad stack order -- were in
14381: exception catch unwind order, which didn't match execution order
14382:
14383: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14384:
14385: @first[] ^throw[a;1]
14386:
14387: showed throw a first throw b try
14388:
14389: which is no good
14390:
14391: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14392: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14393: trace reset after handled exception [old bug fixed]
14394:
14395: * src/main/: compile.tab.C, compile.y: parse position old bug
14396: fixed. position reporting made precise [both, in parse erros and
14397: runtime errors]
14398:
14399: 2003-04-02 paf
14400:
14401: * src/: include/pa_operation.h, include/pa_request.h,
14402: main/compile.C, main/compile.tab.C, main/compile.y,
14403: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14404: main/pa_exception.C, main/pa_request.C: debug info: started
14405: using. todo:complete
14406:
14407: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14408: main/compile.C, main/compile.tab.C, main/compile.y,
14409: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14410: main/pa_request.C: prepared debug info todo:use it
14411:
14412: * src/include/pa_operation.h: strange mistake fixed: forgot to
14413: return Operation class->union after switching from autoptrs.
14414:
14415: * tests/: Makefile, results/108.processed, results/117.processed:
14416: meta considered OK [it's up to coder now to remove it not needed]
14417:
14418: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14419: Dictionary constructor when moved to gc]
14420:
14421: * src/main/pa_common.C: uncommented http:// file loading
14422:
14423: * src/include/pa_array.h, src/main/execute.C,
14424: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14425: fix [gdGrowingBuf]
14426:
14427: * configure.in, src/lib/Makefile.am: removed patches
14428:
14429: * configure, src/include/pa_config_auto.h.in,
14430: src/main/pa_charset.C: --enable-assertions autoconf-ed
14431:
14432: * src/main/pa_common.C: uncommented http:// file loading
14433:
14434: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14435: xdoc::create/load
14436:
14437: * src/: classes/form.C, classes/hash.C, classes/image.C,
14438: classes/string.C, classes/table.C, classes/void.C,
14439: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14440: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14441: String::String(str,helper_length) are checked. found/fixed one
14442: place: $request:body now zero-terminated,
14443:
14444: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14445: main/compile_tools.C, main/execute.C, types/pa_value.h,
14446: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14447: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14448: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14449: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14450: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14451: types/pa_vxnode.h: more locally scoped vars in execute (more
14452: easily optimizable)
14453:
14454: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14455: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14456:
14457: * src/: include/pa_array.h, include/pa_stack.h,
14458: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14459: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14460: become assertion iterator in methodframe filler
14461:
14462: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14463: targets/cgi/parser3.C: array::get/put inlined
14464:
14465: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14466: gc_substitute_memory_management_functions +installed CORD_oom
14467: function
14468:
14469: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14470: src/include/pa_config_includes.h, src/include/pa_string.h,
14471: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14472: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14473: assertions started configure.in --enable-assertions
14474:
14475: 2003-04-01 paf
14476:
14477: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14478: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14479: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14480: gdome uses glib memory, and stores last pointer to xmlDoc there,
14481: gc misses that and collects valid memory fixed by remembering
14482: xmlDoc from dom object in xdoc. todo: do something with
14483: premature free of xdoc with xnodes/node values referring into it
14484:
14485: * src/classes/: mail.C: typo fix
14486:
14487: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14488: changes
14489:
14490: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14491: main/pa_memory.C: moved memory debugging to global level: to
14492: pa_gc_malloc
14493:
14494: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14495: debugging showed no errors. todo: debug parser memory
14496:
14497: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14498: configurations
14499:
14500: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14501: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14502: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14503: types/types.dsp: prepared xml-static configuration
14504:
14505: 2003-03-31 paf
14506:
14507: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14508: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14509: xml lib memory debugging, simple checks failed: it seems that
14510: library does realloc(bad ptr), and recording those ptrs in heap
14511: [for debugging] was bad: heap situation changes = everything
14512: works fine
14513:
14514: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14515: xmlRegisterCharEncodingHandler limitation [currently imposed
14516: limit of 10 user-defined charsets]
14517:
14518: 2003-03-28 paf
14519:
14520: * src/main/execute.C: execution stack copied to local register
14521: variable, removed lots [~2e7) of memory accesses
14522:
14523: 2003-03-27 paf
14524:
14525: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14526: works in debug, but fails in release todo: fix that
14527:
14528: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14529: targets/cgi/parser3.C: forgot to merge XML memory funcs
14530: replacement from gc branch
14531:
14532: * src/main/pa_exec.C: introducing append_help_length [radical
14533: improvement here]
14534:
14535: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14536: 'not recommened' in gc.h, on win32 noticed no difference]
14537:
14538: * src/include/pa_array.h: returned checked array get [were disabled
14539: for debugging] result:not slower [don't understand that, it were
14540: INLINED] todo: find out a way of inlining it!
14541:
14542: * src/: include/pa_string.h, lib/gc/include/gc.h,
14543: lib/gc/include/gc_fake.h, main/compile.tab.C,
14544: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14545: convention changed: all resulting strings are zero-terminated
14546:
14547: * src/: classes/date.C, classes/file.C, classes/hash.C,
14548: classes/string.C, classes/table.C, classes/void.C,
14549: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14550: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14551: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14552: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14553: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14554: types/pa_vfile.C, types/pa_vmail.C: introducing
14555: append_help_length [radical improvement here]
14556:
14557: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14558: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14559: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14560: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14561: even slower
14562:
14563: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14564: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14565: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14566: clients of &get(): most to use non-ref version, some[in tight
14567: places] to get_unchecked_ref
14568:
14569: * src/doc/memory.dox: forgot to add
14570:
14571: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14572: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14573: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14574: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14575: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14576: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14577: targets/cgi/parser3.dsp, types/pa_vmail.C,
14578: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14579: T>>&<< removed after Stack::pop wiping removed [moved to separate
14580: func] other Array & removed
14581:
14582: 2003-03-26 paf
14583:
14584: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14585: classes/table.C, include/pa_array.h, include/pa_charset.h,
14586: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14587: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14588: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14589: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14590: main/pa_exec.C, main/pa_sql_driver_manager.C,
14591: main/pa_stylesheet_manager.C, main/pa_table.C,
14592: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14593: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14594: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14595: pre-evaluated .count() in some places
14596:
14597: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14598: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14599: types/types.dsp: .dsp profiling updated
14600:
14601: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14602: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14603: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14604:
14605: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14606: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14607: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14608: use lib/gc,lib/cord
14609:
1.116 moko 14610: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14611: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14612: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14613: src/include/pa_config_includes.h, src/include/pa_request.h,
14614: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14615: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14616: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14617: src/lib/cord/include/Makefile.am,
1.116 moko 14618: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14619: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14620: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14621: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14622: src/types/pa_vform.h, src/types/pa_vhash.h,
14623: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14624: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14625: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14626: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14627: funcs ported pa_exec
1.95 moko 14628:
14629: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14630:
14631: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14632: bundled gc includes
14633:
14634: * src/: classes/op.C, include/pa_array.h,
14635: include/pa_sql_connection.h, include/pa_string.h,
14636: include/pa_version.h, main/compile.tab.C, main/compile.y,
14637: main/execute.C, main/pa_common.C, main/pa_exception.C,
14638: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14639: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14640: first real site (aval)]
14641:
14642: 2003-03-25 paf
14643:
14644: * operators.txt, src/main/pa_sql_driver_manager.C,
14645: src/types/pa_vstatus.C: $status.memory used free since_compact
14646: process
14647:
14648: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14649: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14650:
14651: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14652:
14653: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14654: src/types/pa_value.h, src/types/pa_vfile.h,
14655: src/types/pa_vobject.C, src/types/pa_vobject.h,
14656: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14657: tests/results/121.processed: untaint.C L_URI
14658:
14659: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14660: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14661: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14662: src/types/pa_vmemory.h: ^memory:compact[]
14663:
14664: * tests/results/109.processed: it was a bug in parser. updated 109
14665: test result
14666:
14667: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14668:
14669: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14670: tests/results/107.processed: fixed dom language [values are now
14671: considered tainted. it was a bug in parser. updated 107 test
14672: result
14673:
14674: * src/classes/xdoc.C: fixed transform params
14675:
14676: * src/: include/pa_stylesheet_manager.h,
14677: main/pa_stylesheet_manager.C: fixed stylesheet caching
14678:
14679: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14680: overloads for structure handling
14681:
14682: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14683: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14684: StringBody(0) ambiguilty, introducting static
14685: StringBody::Format(int)
14686:
14687: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14688: linked
14689:
14690: * src/types/pa_vxdoc.C: vxdoc compiled
14691:
14692: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14693: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14694: finalizers isntalled
14695:
14696: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14697: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14698: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14699: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14700: compiled todo: xnode.C / finalizers
14701:
14702: * src/doc/string.dox: updated: new string internals
14703:
14704: 2003-03-24 paf
14705:
14706: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14707: include/pa_charset.h, include/pa_config_fixed.h,
14708: include/pa_request.h, include/pa_stylesheet_connection.h,
14709: include/pa_stylesheet_manager.h, main/pa_charset.C,
14710: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14711: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14712: types/pa_vxnode.h: started XML
14713:
14714: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14715:
14716: * src/: classes/file.C, classes/image.C, classes/mail.C,
14717: include/pa_string.h, main/pa_common.C,
14718: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14719:
14720: * src/: classes/file.C, classes/image.C, classes/mail.C,
14721: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14722: main/pa_request.C, main/pa_sql_driver_manager.C,
14723: types/pa_vimage.h: size_t pos everywhere checks changed to check
14724: for eq STRING_NOT_FOUND
14725:
14726: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14727: optimize bit implemented
14728:
14729: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14730: String::ArrayFragment::append_positions fixed
14731:
14732: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14733: String::this_starts fixed
14734:
14735: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14736:
14737: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14738: hashcode implemented fully, including per-char callback [it can
14739: be - substr CORD node]
14740:
14741: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14742: rewritten to rewalloc with 100byte buf ahead
14743:
14744: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14745: src/include/pa_string.h, src/main/compile.tab.C,
14746: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14747: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14748: CORD_ec [bad] would rewrite as realloc now
14749:
14750: * src/: classes/date.C, classes/file.C, classes/form.C,
14751: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14752: include/pa_cache_managers.h, include/pa_charsets.h,
14753: include/pa_common.h, include/pa_request.h,
14754: include/pa_sql_driver_manager.h, include/pa_table.h,
14755: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14756: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14757: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14758: types/pa_vmail.C, types/pa_vmethod_frame.C,
14759: types/pa_vstateless_class.h: 2*2 worked :)
14760:
14761: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14762: src/include/pa_exec.h, src/include/pa_string.h,
14763: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14764: passed OK
14765:
14766: * src/: classes/hash.C, classes/string.C, classes/table.C,
14767: types/pa_value.C: all linked todo: debug
14768:
14769: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14770: types/pa_vstateless_class.C: all compiled. todo:link
14771:
14772: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14773:
14774: * src/types/pa_vtable.C: pa_vtable.C compiled
14775:
14776: * src/types/pa_vstring.C: pa_vstring.C compiled
14777:
14778: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14779:
14780: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14781: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14782: pa_vstateless_class.C, pa_vstateless_class.h:
14783: pa_vstateless_class.C compiled
14784:
14785: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14786: types/pa_vmath.C: pa_vmail.C compiled
14787:
14788: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14789:
14790: * src/types/pa_vform.C: pa_vform.C compiled
14791:
14792: * src/types/pa_vfile.C: pa_vfile.C compiled
14793:
14794: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14795: pa_vstateless_class.C: pa_vcookie.C compiled
14796:
14797: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14798: types/pa_vhash.h: pa_value.C compiled
14799:
14800: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14801: classes.lib main.lib compiled
14802:
14803: * src/classes/void.C: void.C compiled
14804:
14805: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14806: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14807: compiled
14808:
14809: * src/: classes/string.C, include/pa_request.h,
14810: include/pa_string.h, main/pa_string.C: string.C compiled
14811:
14812: * src/: classes/op.C, classes/string.C, classes/table.C,
14813: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14814: main/pa_request.C, main/pa_string.C: op.C compiled
14815:
14816: * src/classes/: math.C, op.C: math.C compiled
14817:
14818: * src/: classes/mail.C, classes/string.C, classes/table.C,
14819: types/pa_vmail.h: mail.C compiled
14820:
14821: * src/classes/: int.C, table.C: int.C compiled
14822:
14823: * src/: classes/hash.C, classes/image.C, classes/string.C,
14824: classes/table.C, include/pa_memory.h, include/pa_string.h,
14825: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14826: compiled
14827:
14828: * src/: classes/hash.C, classes/string.C, classes/table.C,
14829: classes/void.C, classes/xdoc.C, include/pa_request.h,
14830: include/pa_sql_connection.h: hash.C compiled
14831:
14832: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14833: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14834: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14835: classes/math.C, classes/op.C, classes/response.C,
14836: classes/string.C, classes/table.C, classes/void.C,
14837: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14838: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14839: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14840: file.C table.C compiled
14841:
14842: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14843: main/untaint.C: main.lib compiled
14844:
14845: 2003-03-21 paf
14846:
14847: * src/: classes/op.C, include/pa_cache_managers.h,
14848: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14849: include/pa_stylesheet_manager.h, main/pa_exception.C,
14850: main/pa_globals.C, main/pa_sql_driver_manager.C,
14851: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14852: compiled
14853:
14854: * src/: classes/hash.C, classes/image.C, classes/op.C,
14855: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14856: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14857: main/compile.C, main/pa_common.C, main/pa_request.C,
14858: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14859: pa_request.C compiled
14860:
14861: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14862: include/pa_request.h, main/execute.C, main/pa_request.C,
14863: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14864: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14865: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14866: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14867: compiled
14868:
14869: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14870: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14871: on unix
14872:
14873: * src/: include/pa_charset.h, include/pa_charsets.h,
14874: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14875: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14876: pa_charsets.C compiled
14877:
14878: * src/: classes/image.C, classes/mail.C, classes/op.C,
14879: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14880: main/compile.y, main/execute.C, main/pa_common.C,
14881: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14882: types/pa_vcode_frame.h, types/pa_vimage.h,
14883: types/pa_vmethod_frame.h: execute.C compiled
14884:
14885: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14886: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14887: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14888: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14889: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14890: include/pa_cache_managers.h, include/pa_charsets.h,
14891: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14892: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14893: include/pa_sql_driver_manager.h, include/pa_string.h,
14894: include/pa_stylesheet_connection.h,
14895: include/pa_stylesheet_manager.h, include/pa_table.h,
14896: main/compile.C, main/compile.tab.C, main/compile.y,
14897: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14898: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14899: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14900: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14901: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14902: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14903: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14904: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14905: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14906: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14907: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14908: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14909: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14910: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14911: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14912: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14913: types/pa_vresponse.h, types/pa_vstateless_class.C,
14914: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14915: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14916: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14917: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14918: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14919: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14920: [C++ CORD wrapper]
14921:
14922: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14923:
14924: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14925: $file::exec/cgi[script; $.charset[this is script's charset]
14926:
14927: command line, env values, input got transcoded before call
14928: stdout, stderr got transcoded after call
14929:
14930: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14931: by default. use: ^file::exec[...;$.stdin[$request.body]
14932:
14933: * src/main/pa_common.C: } typo bug fix
14934:
14935: * src/main/pa_common.C: } typo bug fix
14936:
14937: 2003-03-20 paf
14938:
14939: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14940: main/untaint.C: cord bug fix, but still errors todo: clear out
14941:
14942: * src/include/pa_string.h: more tests
14943:
14944: * src/main/pa_string.C: string.pos fixed
14945:
1.116 moko 14946: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14947: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14948: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14949: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14950: replaces
1.95 moko 14951:
14952: * src/: classes/image.C, include/pa_dictionary.h,
14953: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14954: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14955: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14956: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14957:
14958: * src/include/pa_string.h: warning
14959:
14960: * src/include/pa_string.h: this_starts fixed
14961:
14962: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14963: new String ctor & append params convention
14964:
14965: * src/: classes/file.C, classes/hash.C, classes/image.C,
14966: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14967: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14968: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14969: main/pa_exception.C, main/pa_exec.C,
14970: main/pa_sql_driver_manager.C, main/pa_string.C,
14971: main/pa_stylesheet_manager.C, main/untaint.C,
14972: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14973: types/pa_vmail.C: more tests OK
14974:
14975: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14976: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14977: gc/exit runned OK
14978:
14979: * src/types/pa_vmail.C: another naming problem: should not name
14980: vars like that: unpredictable close caused problems with later
14981: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14982: descriptors missing on startup: stdin; Bad file number
14983:
14984: todo: find out why so many filters(stream) here. probably wrong?
14985:
14986: * src/: include/pa_dictionary.h, include/pa_string.h,
14987: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14988: main/untaint.C: test compiled
14989:
14990: * src/: classes/image.C, classes/mail.C, classes/math.C,
14991: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14992: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14993: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14994: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14995: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14996: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14997: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14998: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14999: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15000:
15001: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15002: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15003: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15004: src/include/pa_memory.h, src/include/pa_request.h,
15005: src/include/pa_request_charsets.h,
15006: src/include/pa_sql_connection.h, src/include/pa_string.h,
15007: src/main/compile.tab.C, src/main/execute.C,
15008: src/main/pa_charset.C, src/main/pa_common.C,
15009: src/main/pa_exception.C, src/main/pa_exec.C,
15010: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15011: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15012: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15013: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15014: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15015: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15016: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15017: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15018: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15019: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15020: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15021: pa_common.C [done, without http for now]
15022:
15023: 2003-03-19 paf
15024:
15025: * src/: classes/date.C, classes/form.C, classes/hash.C,
15026: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15027: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15028: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15029: include/pa_string.h, include/pa_table.h, main/compile.C,
15030: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15031: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15032: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15033: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15034: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15035: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15036: types/pa_vstateless_class.h, types/pa_vtable.C,
15037: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15038: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15039: types/pa_wwrapper.h: started test
15040:
1.116 moko 15041: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15042: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15043:
15044: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15045: include/pa_string.h, main/pa_string.C: string compiled todo: test
15046: it
15047:
15048: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15049: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15050: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15051: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15052: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15053: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15054: types/pa_vmethod_frame.h, types/types.dsp: string
15055: reimplementation with cord+array<fragment>: 70%
15056:
15057: 2003-03-18 paf
15058:
15059: * src/: classes/date.C, classes/file.C, classes/form.C,
15060: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15061: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15062: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15063: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15064: can ignore lang in cmp and pos really, but would
15065: split properly!
15066:
15067: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15068: cord part made parser/src/lib: it's not compiled into libgc by
15069: default
15070:
15071: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15072: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15073: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15074: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15075: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15076: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15077: src/classes/xnode.C, src/classes/xnode.h,
15078: src/include/Makefile.am, src/include/pa_cache_managers.h,
15079: src/include/pa_charset.h, src/include/pa_charsets.h,
15080: src/include/pa_common.h, src/include/pa_dictionary.h,
15081: src/include/pa_exception.h, src/include/pa_exec.h,
15082: src/include/pa_globals.h, src/include/pa_hash.h,
15083: src/include/pa_memory.h, src/include/pa_pool.h,
15084: src/include/pa_request.h, src/include/pa_request_charsets.h,
15085: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15086: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15087: src/include/pa_stylesheet_connection.h,
15088: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15089: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15090: src/main/compile.C, src/main/compile.tab.C,
15091: src/main/compile_tools.C, src/main/compile_tools.h,
15092: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15093: src/main/pa_charsets.C, src/main/pa_common.C,
15094: src/main/pa_dictionary.C, src/main/pa_exception.C,
15095: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15096: src/main/pa_pool.C, src/main/pa_request.C,
15097: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15098: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15099: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15100: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15101: src/types/pa_junction.h, src/types/pa_method.h,
15102: src/types/pa_value.C, src/types/pa_value.h,
15103: src/types/pa_vclass.C, src/types/pa_vclass.h,
15104: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15105: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15106: src/types/pa_vdouble.h, src/types/pa_venv.h,
15107: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15108: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15109: src/types/pa_vimage.C, src/types/pa_vimage.h,
15110: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15111: src/types/pa_vmath.C, src/types/pa_vmath.h,
15112: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15113: src/types/pa_vobject.C, src/types/pa_vobject.h,
15114: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15115: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15116: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15117: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15118: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15119: src/types/pa_vstring.h, src/types/pa_vtable.C,
15120: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15121: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15122: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15123: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15124: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15125: gc: PA_Object done lots of replacements also
15126:
15127: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15128: gc logging
15129:
15130: 2003-03-17 paf
15131:
15132: * src/: classes/date.C, classes/file.C, classes/form.C,
15133: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15134: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15135: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15136: include/pa_string.h, include/pa_types.h, main/compile.C,
15137: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15138: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15139: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15140: main/pa_sql_driver_manager.C, main/pa_string.C,
15141: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15142: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15143: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15144: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15145: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15146: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15147: types/pa_vxnode.h: libgc attempt
15148:
15149: 2003-03-13 paf
15150:
15151: * src/: include/pa_sql_driver_manager.h,
15152: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15153: called
15154:
15155: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15156: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15157: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15158: types/pa_value.h, types/pa_vobject.h,
15159: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15160: set_base, set_derived simplified [counter leaks fixed]
15161:
15162: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15163: src/types/types.dsp: incorporated status class patch From:
15164: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15165: 2003 8:14 AM
15166:
15167: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15168: Win32 specific: QuotaPeakNonPagedPoolUsage
15169: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15170:
15171: 2003-03-12 paf
15172:
1.116 moko 15173: * configure, configure.in, src/lib/ltdl/configure,
15174: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15175: lib/ltdl/Makefile now created by /configure.in only [were by
15176: lib/ltdl/configure.in OVERWRITE]
15177:
1.116 moko 15178: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15179: linkage fixed for g++ 3.2.2
1.95 moko 15180:
15181: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15182: on using privately declared class [fixed]
15183:
15184: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15185: 3.2 rightliy complained on using privately declared class [fixed]
15186:
15187: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15188: sigpipe before request constructor now causes death
15189:
15190: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15191: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15192: not cause exception in exception handler
15193:
1.116 moko 15194: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15195: now default links libstdc++ statically. that can be overriden by
15196: --with-dynamic-stdcpp
1.95 moko 15197:
15198: 2003-03-11 paf
15199:
15200: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15201: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15202: necessity of libstdc++
15203:
15204: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15205:
15206: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15207:
15208: 2003-03-08 paf
15209:
15210: * tests/Makefile: make install & co
15211:
15212: * src/: include/pa_request.h, classes/op.C: removing
15213: vclass,object.h -> pa_request.h dependency
15214:
15215: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15216: main/pa_request.C: removing vform,response,cookie.h ->
15217: pa_request.h dependency
15218:
15219: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15220: dependency [testing...]
15221:
15222: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15223: return 0; fixed
15224:
15225: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15226: types/pa_vmail.h: vmail.C received just compiled [not tested]
15227:
15228: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15229:
15230: * src/main/pa_request.C: forgotten: ifdef XML
15231:
15232: * src/main/pa_request.C: forgotten: ifdef XML
15233:
15234: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15235: win32 and run memleak tests again
15236:
15237: * src/targets/cgi/parser3.C: charsets: see some strange things with
15238: old xml lib-- it's internal memory handling has faults
15239:
15240: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15241: problems when transcode from charset A to A.
15242:
15243: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15244: todo: still problems when transcode from charset A to A.
15245:
15246: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15247: classes/table.C, include/pa_array.h,
15248: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15249: started full-scale-site-test [~ http://parser.ru sources]
15250:
15251: some fixes
15252:
15253: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15254: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15255: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15256: results/110.processed, results/111.processed,
15257: results/112.processed, results/113.processed,
15258: results/114.processed, results/115.processed,
15259: results/116.processed, results/117.processed,
15260: results/118.processed, results/119.processed,
15261: results/120.processed: xml: tests 109 dom create/show 110 xpath
15262: selectSingle 111 xdoc.create from tainted & 112
15263: xdoc.create/output with russian attr value 113 xpath
15264: selectString/Number 114 dom attributes.count 115 xpath selectBool
15265: 116 output media-type change 117 transform by dom stylesheet 118
15266: empty transform result 119 dom setAttribute 120 nbsp letter
15267: output
15268:
15269: =END OF PREPARED XML TESTS=
15270:
15271: 2003-03-07 paf
15272:
15273: * src/classes/xdoc.C, src/include/pa_charset.h,
15274: src/include/pa_stylesheet_connection.h, tests/108.html,
15275: tests/108.xsl, tests/results/108.processed: xml: test 108
15276: transform with params [bugs fixed]
15277:
15278: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15279: from copy/paste bug
15280:
15281: * src/classes/xdoc.C, src/include/pa_charset.h,
15282: src/include/pa_request.h, src/main/execute.C,
15283: src/main/pa_charset.C, src/main/pa_exception.C,
15284: src/main/pa_globals.C, src/main/pa_request.C,
15285: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15286: src/types/pa_vxnode.C, tests/107.html,
15287: tests/results/107.processed: xml: test: 107 bug fixes
15288:
15289: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15290: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15291: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15292:
15293: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15294: string
15295:
15296: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15297: mem alloc functions used for different cases [libxml, libxsl]
15298:
15299: * src/classes/classes.C: fixed: prevent system classes from
15300: modification to lock ALL the classes, not only directly used
15301:
15302: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15303: linked
15304:
15305: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15306:
15307: 2003-03-06 paf
15308:
15309: * src/classes/xdoc.C: xdoc.C 50%
15310:
15311: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15312: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15313: main/pa_globals.C, main/pa_request.C,
15314: main/pa_stylesheet_manager.C: xnode.C compiled
15315:
15316: * src/: include/pa_stylesheet_connection.h,
15317: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15318: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15319:
15320: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15321: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15322: xml: stylesheet&manager STARTED
15323:
15324: * src/: include/pa_globals.h, main/pa_charset.C,
15325: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15326:
15327: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15328: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15329: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15330: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15331: charsets
15332:
15333: * tests/023.html: in some cases it rounded up badly. postponing
15334: solution of that problem, making more simple test
15335:
15336: * tests/: 058_paf2000.png, results/058.processed: .png added with
15337: -kb now
15338:
15339: * src/: include/pa_charset.h, include/pa_charsets.h,
15340: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15341: moved to charsets.C
15342:
15343: 2003-03-05 paf
15344:
15345: * src/classes/string.C, src/include/pa_string.h,
15346: src/main/pa_string.C, tests/105.html,
15347: tests/results/105.processed: String::match bug fixed
15348:
15349: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15350: tests/results/104.processed: ^bpt operator added [does int3 in
15351: debug build on win32]
15352:
15353: * tests/: 057.html, results/057.processed: test bug fixed
15354:
1.116 moko 15355: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15356:
15357: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15358: missing
15359:
1.116 moko 15360: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15361: forgotten files added to Makes
1.95 moko 15362:
15363: * ltmain.sh: ltmain.sh added
15364:
15365: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15366: change undone ;(
15367:
15368: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15369: made static
15370:
15371: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15372: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15373: todo:make linker happy
1.95 moko 15374:
15375: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15376: env param made optional
15377:
15378: 2003-03-04 paf
15379:
15380: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15381: types/pa_vimage.h: number of gcc compiler bugs fixed
15382:
15383: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15384: results/103.processed: tests: 103 image.copy transparence test
15385:
15386: * src/main/execute.C, tests/101.html, tests/102.html,
15387: tests/results/101.processed, tests/results/102.processed: tests:
15388: 101 method/variable name conflict test 102 form fields change
15389: should not not change anything [bug fix]
15390:
15391: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15392: results/099.processed, results/100.processed: tests: 57 date
15393: create 2002: added 99,100 response:body/download
15394:
15395: * src/classes/image.C, tests/098.html, tests/098font.gif,
15396: tests/results/098.processed: test: 98 image font text [bug fixed]
15397:
15398: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15399: tests/results/097.processed: test: 97 file::load http:// [bugs
15400: fixed]
15401:
15402: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15403: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15404: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15405: image EXIF [bug fixed]
15406:
15407: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15408: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15409: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15410: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15411: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15412: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15413: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15414: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15415: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15416: tests/094.html, tests/095.html, tests/results/061.processed,
15417: tests/results/062.processed, tests/results/063.processed,
15418: tests/results/064.processed, tests/results/065.processed,
15419: tests/results/066.processed, tests/results/067.processed,
15420: tests/results/068.processed, tests/results/069.processed,
15421: tests/results/070.processed, tests/results/071.processed,
15422: tests/results/072.processed, tests/results/073.processed,
15423: tests/results/074.processed, tests/results/075.processed,
15424: tests/results/076.processed, tests/results/077.processed,
15425: tests/results/078.processed, tests/results/080.processed,
15426: tests/results/081.processed, tests/results/082.processed,
15427: tests/results/083.processed, tests/results/084.processed,
15428: tests/results/085.processed, tests/results/086.processed,
15429: tests/results/087.processed, tests/results/088.processed,
15430: tests/results/089.processed, tests/results/090.processed,
15431: tests/results/091.processed, tests/results/092.processed,
15432: tests/results/093.processed, tests/results/094.processed,
15433: tests/results/095.processed, tests/079.html,
15434: tests/results/079.processed: tests: 61 file::stat size 62
15435: string->int autoconvert 63 double .int,dec,div,mul 64 date
15436: compare 65 file: basename,justname,justext 66 math:crypt 67
15437: string.match simple on long 68 string.match normalized simple on
15438: long 69 string.int 70 file::stat content-type 71 table.join 72
15439: hash parameter conditional pass 73 date daylightsaving,yearday 74
15440: date arithmetics 75 response date values/attributes 76 string.pos
15441: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15442: with local 80 scientific numeric literal in string autoconvert 81
15443: xor: logical and numerical 82 for delims 83 menu delims 84
15444: table.hash distinct 85 long string replace 86 throw+catch
15445: current language preserve 87 bit shifts 88 junction tests +
15446: $caller test 89 hash.foreach selfmodification 90 int/void to int
15447: 91 $caller test 92 junction is + def junction tests 93 $caller
15448: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15449:
15450: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15451: fixed] 60 string eq string [bug fixed]
15452:
15453: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15454: 058.html, 058_paf2000.png, 059.html, 060.html,
15455: results/053.processed, results/054.processed,
15456: results/055.processed, results/056.processed,
15457: results/057.processed, results/058.processed,
15458: results/059.processed, results/060.processed: test: 53
15459: string.replace 54 junctions 55 table.hash 56 call indirect 57
15460: date.create[string] 58 image.measure[png]
15461:
15462: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15463: outputs/051.processed, results/052.processed: test: 52
15464: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15465: task: fix that
15466:
15467: 2003-03-03 paf
15468:
15469: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15470: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15471: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15472: outputs/049.processed, outputs/050.processed,
15473: outputs/051.processed, results/001.processed,
15474: results/002.processed, results/003.processed,
15475: results/005.processed, results/006.processed,
15476: results/008.processed, results/009.processed,
15477: results/011.processed, results/012.processed,
15478: results/013.processed, results/014.processed,
15479: results/015.processed, results/016.processed,
15480: results/017.processed, results/020.processed,
15481: results/021.processed, results/022.processed,
15482: results/024.processed, results/025.processed,
15483: results/026.processed, results/027.processed,
15484: results/028.processed, results/029.processed,
15485: results/030.processed, results/031.processed,
15486: results/049.processed, results/050.processed,
15487: results/051.processed, results/043.processed,
15488: results/044.processed, results/045.processed,
15489: results/046.processed, results/047.processed,
15490: results/048.processed: tests: 43,44,45 date rolls 46
15491: autoevaluating junction 47 table.select 48 name with subvar 49
15492: hash-creating switch 50 process 51 started parent/child, works as
15493: it were but it were NOT GOOD, created separate task to fix that
15494:
15495: * tests/: 042.html, results/042.processed: test: 42
15496: exception.handled
15497:
15498: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15499: expression
15500:
15501: * tests/: 040.html, results/040.processed: test: 39 method result
15502: of type table 40 method param junction auto evaluate
15503:
15504: * tests/: 039.html, results/039.processed: test: 37 method result
15505: of type table
15506:
15507: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15508: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15509: tests/038.html, tests/results/033.processed,
15510: tests/results/034.processed, tests/results/035.processed,
15511: tests/results/036.processed, tests/results/037.processed,
15512: tests/results/038.processed: tests: 33 string.replace 34
15513: string.upper 35 table created 36 local/global vars with juntions
15514: 37 table clone 38 math PI & number formatting
15515:
15516: math class registring typo fixed
15517:
15518: * src/classes/op.C, src/include/pa_request.h,
15519: src/include/pa_string.h, src/main/execute.C,
15520: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15521: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15522: tests/032.html, tests/results/032.processed: uchar changed to
15523: String_UL in all places [was not everywhere] untaint test: 032
15524:
15525: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15526: tests/results/004.processed, tests/parser-cygwin.sh,
15527: tests/parser-unix.sh: removed -H command line key, now testing
15528: using .sh file with SERVER_SOFTWARE=xxx
15529:
15530: 2003-02-26 paf
15531:
15532: * src/main/execute.C, src/types/pa_vstateless_class.h,
15533: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15534: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15535: tests/results/024.processed, tests/results/025.processed,
15536: tests/results/026.processed, tests/results/027.processed,
15537: tests/results/028.processed, tests/results/029.processed,
15538: tests/results/030.processed, tests/results/031.processed: fixed
15539: bug with name_cstr mutable CharPtr more tests
15540:
15541: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15542: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15543: << abort. die now just exits
15544:
15545: * src/classes/classes.awk, src/classes/classes.h,
15546: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15547: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15548: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15549: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15550: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15551: src/classes/xnode.C, src/include/pa_memory.h,
15552: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15553: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15554: src/types/pa_vform.C, tests/015.html, tests/016.html,
15555: tests/017.html, tests/018.html, tests/019.html,
15556: tests/019paf2001.gif, tests/020.html, tests/021.html,
15557: tests/022.html, tests/023.html, tests/022_dir/a.html,
15558: tests/022_dir/b.txt, tests/022_dir/c.htm,
15559: tests/results/015.processed, tests/results/016.processed,
15560: tests/results/017.processed, tests/results/018.processed,
15561: tests/results/019.processed, tests/results/020.processed,
15562: tests/results/021.processed, tests/results/022.processed,
15563: tests/results/023.processed: methoded_array now contains all Mxxx
15564: classes SAPI::get_env now returns info on pool more tests
15565:
15566: * src/include/pa_array.h, src/include/pa_hash.h,
15567: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15568: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15569: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15570: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15571: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15572: tests/results/001.processed, tests/results/002.processed,
15573: tests/results/003.processed, tests/results/004.processed,
15574: tests/results/005.processed, tests/results/006.processed,
15575: tests/results/007.processed, tests/results/008.processed,
15576: tests/results/009.processed, tests/results/010.processed,
15577: tests/results/011.processed, tests/results/012.processed,
15578: tests/results/013.processed, tests/results/014.processed: hash
15579: cloning fixed
15580:
15581: 2003-02-25 paf
15582:
15583: * src/main/pa_common.C: typo fixed
15584:
15585: 2003-02-24 paf
15586:
15587: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15588: [one remained]
15589:
15590: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15591: [should have been get_string(&pool)] todo: check other such calls
15592:
15593: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15594: test10, bad lookups
15595:
15596: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15597: object got destructed, and xxx points to sky
15598:
15599: * ChangeLog, src/classes/string.C: match bug fixed
15600:
15601: * src/types/pa_vmail.C: body [text/html] transcoded to
15602: $.charset[specified] now
15603:
15604: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15605: which failed to handle sigsetjmp+throw: crashed inside of
15606: pre-throw code. rewritten simplier [though duplicating
15607: closesocket code]
15608:
15609: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15610: which failed to handle sigsetjmp+throw: crashed inside of
15611: pre-throw code. rewritten simplier [though duplicating
15612: closesocket code]
15613:
15614: 2003-02-21 paf
15615:
15616: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15617: $cookie:name[$.expires[date << can be now]]
15618:
15619: written makefile with regression tests [raw]
15620:
15621: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15622: tests' only [it's not forcing CGI mode now] now use -H to output
15623: CGI header when parser used in command line [useful for tests
15624: also]
15625:
15626: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15627: switches on CGI mode, and is used in regression tests
15628:
15629: * src/: include/pa_request.h, main/pa_request.C,
15630: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15631: fixed
15632:
15633: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15634: handling pa_*
15635:
15636: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15637: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15638: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15639: memory handling files
15640:
15641: * src/main/pa_array.C: pool::format_integer terminator fixed
15642:
15643: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15644: compiles OK test to show benefits of free
15645:
15646: * src/: classes/file.C, classes/image.C, classes/mail.C,
15647: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15648: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15649: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15650: use pool [as the one in ^process]
15651:
15652: * src/classes/op.C: fixed process. sould now check for all cstr's
15653: -- some must use pool [as the one in ^process]
15654:
15655: 2003-02-20 paf
15656:
15657: * src/: classes/date.C, classes/double.C, classes/file.C,
15658: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15659: classes/math.C, classes/op.C, classes/response.C,
15660: classes/string.C, classes/table.C, classes/void.C,
15661: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15662: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15663: string cmp fixed
15664:
15665: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15666: values passed OK now
15667:
15668: 2003-02-19 paf
15669:
15670: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15671: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15672: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15673: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15674: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15675: all remaning leaks resulted from pooled::malloc calls [excluding
15676: in gd -- planning complete rewrite extremely ugly code]
15677:
15678: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15679: files
15680:
15681: 2003-02-17 paf
15682:
15683: * src/: classes/date.C, classes/double.C, classes/file.C,
15684: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15685: classes/response.C, classes/string.C, classes/table.C,
15686: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15687: include/pa_stylesheet_connection.h,
15688: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15689: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15690: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15691: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15692: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15693: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15694: of unitialized simple-typed field
15695:
15696: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15697: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15698: simple-typed field fixed. todo: find&kill all like that one
15699:
15700: * src/: main/execute.C, targets/cgi/pa_pool.C,
15701: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15702: debug output fixed
15703:
15704: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15705: main/pa_request.C: stack-stored items need extra .ref to prevent
15706: object_ptr from delete[them]
15707:
15708: * src/: classes/date.C, classes/op.C, classes/table.C,
15709: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15710: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15711: main/pa_charset.C, main/pa_common.C,
15712: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15713: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15714: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15715: calls
15716:
15717: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15718: couple mem leaks rusulted from old pooled::malloc usage.
15719: todo:find more like those
15720:
15721: * src/main/: compile.C, compile_tools.C: 2*2!
15722:
15723: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15724: stackItem fixed [there were no string on stack before]
15725:
15726: * src/: main/execute.C, main/pa_request.C,
15727: types/pa_vmethod_frame.C: first letters out OK
15728:
15729: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15730: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15731: main/pa_string.C, main/untaint.C, types/pa_value.h,
15732: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15733: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15734: type not initialized with zeros :( while class fields of class
15735: types initialized with default constructors. learn C++
15736:
15737: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15738: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15739: classes/math.C, classes/xdoc.C, classes/xnode.C,
15740: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15741: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15742:
15743: 2003-02-14 paf
15744:
15745: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15746: 13 link errors
15747:
15748: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15749: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15750: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15751: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15752: errors :)
15753:
15754: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15755: classes/hash.C, classes/mail.C, classes/op.C,
15756: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15757: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15758: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15759: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15760:
15761: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15762: classes/table.C, include/pa_common.h, include/pa_globals.h,
15763: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15764: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15765: types/pa_vint.h, types/types.dsp: op compiled
15766:
15767: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15768: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15769: main/untaint.C, types/pa_vtable.h: string, response compiled
15770:
15771: 2003-02-07 paf
15772:
15773: * src/: classes/table.C, types/pa_vtable.h: table compiled
15774:
15775: 2003-02-06 paf
15776:
15777: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15778: mail compiled
15779:
15780: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15781: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15782: types/pa_vfile.h, types/pa_vimage.h: image compiled
15783:
15784: * src/classes/: file.C, form.C: form compiled
15785:
15786: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15787: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15788: types/pa_vfile.C, types/pa_vfile.h: file compiled
15789:
15790: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15791: types/pa_vmath.h: math compiled [win32]
15792:
15793: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15794: types/pa_vstring.h: hash compiled
15795:
15796: 2003-02-04 paf
15797:
15798: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15799: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15800: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15801: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15802: types/pa_vhash.h: hash 50% compiled
15803:
15804: * src/: classes/date.C, classes/file.C, classes/hash.C,
15805: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15806: classes/string.C, classes/table.C, classes/xdoc.C,
15807: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15808: main/pa_string.C: date compiled
15809:
15810: * src/classes/: classes.dsp, double.C: double compiled
15811:
15812: * src/: classes/date.C, classes/double.C, classes/file.C,
15813: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15814: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15815: classes/string.C, classes/table.C, classes/void.C,
15816: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15817: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15818: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15819: compiled
15820:
15821: * src/: classes/date.C, classes/double.C, classes/file.C,
15822: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15823: classes/math.C, classes/op.C, classes/response.C,
15824: classes/string.C, classes/table.C, classes/void.C,
15825: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15826: types/pa_vvoid.h: void compiled :)
15827:
15828: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15829: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15830: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15831: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15832: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15833: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15834: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15835: types/pa_vresponse.C, types/pa_vstateless_class.C,
15836: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15837: types/pa_wcontext.C, types/types.dsp: removed stupid
15838: value_includes.h
15839:
15840: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15841: trying to remove stupid value_includes.h
15842:
15843: * src/main/pa_exec.C: pa_exec compiled on win32
15844:
15845: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15846:
15847: * src/: include/pa_globals.h, include/pa_request.h,
15848: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15849: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15850: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15851: types/pa_vrequest.C, types/pa_vstateless_class.C,
15852: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15853:
15854: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15855: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15856: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15857:
15858: * src/: include/pa_array.h, include/pa_config_includes.h,
15859: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15860: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15861: compiled
15862:
15863: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15864: name conflicts)
15865:
15866: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15867: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15868: yelds "virtual memory exhausted" while trying to compile
15869: execute.C [eating up to 127MB]
15870:
15871: 2003-02-03 paf
15872:
15873: * src/: include/pa_config_includes.h, include/pa_hash.h,
15874: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15875: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15876: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15877: types/pa_vint.h, types/pa_vjunction.h,
15878: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15879: started gcc compiling pa_common compiled
15880:
15881: * src/: include/pa_exception.h, include/pa_pool.h,
15882: main/pa_exception.C: exception gcc change #1
15883:
1.116 moko 15884: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15885: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15886:
15887: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15888:
15889: * src/types/pa_vtable.C: vtable compiled
15890:
15891: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15892:
15893: * src/: include/pa_cache_managers.h, main/pa_request.C,
15894: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15895:
15896: * src/types/pa_vstateless_class.C: vstateless_class compiled
15897:
15898: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15899:
15900: * src/types/pa_vrequest.C: vrequest compiled
15901:
15902: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15903: pa_vobject.C, pa_vobject.h: vobject compiled
15904:
15905: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15906: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15907: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15908: compiled
15909:
15910: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15911:
15912: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15913: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15914: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15915: compiled
15916:
15917: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15918: main.lib - 0 error(s), 0 warning(s)
15919:
15920: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15921: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15922:
15923: 2003-01-31 paf
15924:
15925: * src/: include/pa_array.h, include/pa_operation.h,
15926: include/pa_request.h, main/execute.C, main/main.dsp,
15927: types/pa_vjunction.h: started last file from main library:
15928: execute
15929:
15930: * src/: include/pa_request.h, include/pa_sapi.h,
15931: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15932: main/pa_request.C, targets/cgi/parser3.C,
15933: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15934: types/pa_vhash.h: pa_request compiled
15935:
15936: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15937: include/pa_globals.h, include/pa_request.h,
15938: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15939: main/execute.C, main/main.dsp, main/pa_common.C,
15940: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15941: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15942: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15943: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15944: types/types.dsp: most pa_request compiled
15945:
15946: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15947: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15948: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15949: classes/op.C, classes/response.C, classes/string.C,
15950: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15951: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15952: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15953: include/pa_config_fixed.h, include/pa_config_includes.h,
15954: include/pa_dictionary.h, include/pa_dir.h,
15955: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15956: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15957: include/pa_pool.h, include/pa_request.h,
15958: include/pa_request_charsets.h, include/pa_request_info.h,
15959: include/pa_sapi.h, include/pa_socks.h,
15960: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15961: include/pa_stack.h, include/pa_string.h,
15962: include/pa_stylesheet_connection.h,
15963: include/pa_stylesheet_manager.h, include/pa_table.h,
15964: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15965: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15966: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15967: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15968: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15969: main/compile.C, main/compile.tab.C, main/compile.y,
15970: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15971: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15972: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15973: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15974: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15975: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15976: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15977: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15978: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15979: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15980: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15981: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15982: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15983: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15984: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15985: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15986: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15987: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15988: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15989: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15990: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15991: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15992: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15993: types/pa_vresponse.h, types/pa_vstateless_class.C,
15994: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15995: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15996: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15997: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15998: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15999: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16000:
16001: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16002: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16003: src/include/pa_charsets.h, src/include/pa_common.h,
16004: src/include/pa_dictionary.h, src/include/pa_exception.h,
16005: src/include/pa_exec.h, src/include/pa_pool.h,
16006: src/include/pa_request.h, src/include/pa_sapi.h,
16007: src/include/pa_sql_connection.h,
16008: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16009: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16010: src/main/compile.tab.C, src/main/compile_tools.C,
16011: src/main/compile_tools.h, src/main/main.dsp,
16012: src/main/pa_charset.C, src/main/pa_charsets.C,
16013: src/main/pa_common.C, src/main/pa_dictionary.C,
16014: src/main/pa_exception.C, src/main/pa_exec.C,
16015: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16016: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16017: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16018: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16019: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16020: src/types/pa_vdouble.h, src/types/pa_venv.h,
16021: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16022: src/types/pa_vhash.h, src/types/pa_vimage.C,
16023: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16024: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16025: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16026: src/types/pa_vobject.C, src/types/pa_vobject.h,
16027: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16028: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16029: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16030: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16031: src/types/pa_vstring.h, src/types/pa_vtable.h,
16032: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16033: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16034: died, long live StringPtr
16035:
16036: 2003-01-30 paf
16037:
16038: * src/: include/pa_charset.h, include/pa_request.h,
16039: include/pa_sql_driver_manager.h, main/compile.tab.C,
16040: main/compile.y, main/compile_tools.h, main/pa_request.C,
16041: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16042:
16043: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16044: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16045: types/pa_vhash.h, types/pa_vmethod_frame.h,
16046: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16047: types/types.dsp: vstateless_class compiled
16048:
16049: * src/main/compile.C: compile compiled
16050:
16051: * src/: include/pa_array.h, include/pa_operation.h,
16052: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16053: main/pa_table.C: compile_tools compiled
16054:
16055: * src/: include/pa_operation.h, main/compile.y,
16056: main/compile_tools.C, main/compile_tools.h: started
16057: compile_tools. vagues ideas of how to free compiled code
16058:
16059: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16060: main/main.dsp, types/pa_value.C, types/pa_value.h,
16061: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16062: compiled
16063:
16064: 2003-01-29 paf
16065:
16066: * src/: include/pa_globals.h, include/pa_request.h,
16067: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16068: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16069: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16070: compiled
16071:
16072: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16073: now
16074:
16075: * src/: include/pa_array.h, include/pa_exception.h,
16076: include/pa_pool.h, main/pa_exception.C: gd compiled
16077:
16078: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16079: compiled
16080:
16081: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16082: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16083: types/pa_vfile.h: vfile compiled
16084:
16085: * src/: include/pa_common.h, include/pa_globals.h,
16086: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16087: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16088: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16089:
16090: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16091: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16092: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16093: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16094: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16095:
16096: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16097: main/main.dsp, main/untaint.C: more compiled
16098:
16099: * src/: include/pa_charsets.h, include/pa_request.h,
16100: include/pa_request_info.h, include/pa_string.h,
16101: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16102: types/pa_vresponse.h: vrequest compiled
16103:
16104: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16105: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16106: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16107:
16108: * src/: classes/classes.h, include/pa_charset.h,
16109: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16110: include/pa_request.h, include/pa_string.h, main/main.dsp,
16111: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16112: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16113: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16114: types/pa_vrequest.C, types/pa_vrequest.h,
16115: types/pa_vstateless_class.h, types/pa_vstring.h,
16116: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16117:
16118: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16119: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16120: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16121: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16122: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16123: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16124: types/pa_vobject.h, types/pa_vstateless_class.h,
16125: types/pa_vstateless_object.h, types/pa_vstatus.h,
16126: types/pa_vstring.h, types/types.dsp: vmath compiled
16127:
16128: 2003-01-28 paf
16129:
16130: * src/: classes/classes.h, classes/date.C, classes/file.C,
16131: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16132: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16133: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16134: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16135: compile_tools
16136:
16137: * src/: include/pa_charset.h, include/pa_exception.h,
16138: include/pa_request.h, include/pa_string.h, main/untaint.C:
16139: untaint compiled
16140:
16141: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16142: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16143: more compiled. struck with string::store_to needing to know
16144: source/client charsets
16145:
16146: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16147: types/pa_vfile.h: uue compiled
16148:
16149: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16150: table compiled
16151:
16152: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16153: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16154:
16155: * src/: include/pa_charset.h, main/pa_charset.C,
16156: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16157: introduced]
16158:
16159: * src/: classes/date.C, include/pa_charset.h,
16160: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16161: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16162: pa_charsets compiled
16163:
16164: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16165: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16166:
16167: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16168: common compiled
16169:
16170: * src/: include/pa_charsets.h, main/pa_charsets.C,
16171: main/pa_sql_driver_manager.C: pa_charsets compiled
16172:
16173: * src/: include/pa_array.h, include/pa_charset.h,
16174: include/pa_charsets.h, include/pa_pool.h,
16175: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16176: include/pa_stack.h, include/pa_string.h,
16177: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16178: sql_driver_manager compiled
16179:
16180: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16181: letter i with two dots added to koi, all ukranian letters added
16182: to win1251.
16183:
16184: typographic simbol 0xb9 deleted from win1251 [strange one & were
16185: abscent from koi]
16186:
16187: 2003-01-27 paf
16188:
16189: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16190: include/pa_sql_driver_manager.h, include/pa_string.h,
16191: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16192: sql/pa_sql_driver.h: paused on sql_manager
16193:
16194: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16195: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16196: include/pa_stack.h, main/pa_sql_driver_manager.C,
16197: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16198:
16199: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16200: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16201: include/pa_table.h, main/pa_sql_driver_manager.C,
16202: main/pa_table.C: table compiled
16203:
16204: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16205: cache_managers compiled
16206:
16207: * src/: include/pa_array.h, include/pa_charset.h,
16208: include/pa_pool.h, main/pa_charset.C: charset compiled
16209:
16210: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16211:
16212: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16213: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16214: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16215: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16216: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16217:
16218: 2003-01-24 paf
16219:
16220: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16221: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16222: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16223: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16224: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16225: types/pa_vint.h, types/pa_vjunction.h,
16226: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16227: types/pa_vstatus.h, types/pa_vstring.h: more patched
16228:
16229: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16230: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16231: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16232: main/pa_string.C, main/pa_table.C: string compiled
16233:
16234: * src/: include/pa_array.h, include/pa_common.h,
16235: include/pa_dictionary.h, include/pa_exception.h,
16236: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16237: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16238: main/pa_string.C: dictionary compiled
16239:
16240: 2003-01-23 paf
16241:
16242: * src/: include/pa_array.h, include/pa_common.h,
16243: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16244: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16245: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16246: types/pa_value.h: resurrected pool in new sense: now it's
16247: factory, producing&accounting memory chunks for read[autofree]
16248: buffers
16249:
16250: * src/: include/pa_array.h, include/pa_exception.h,
16251: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16252: main/pa_exception.C, main/pa_table.C: table compiled
16253:
16254: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16255: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16256: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16257: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16258: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16259: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16260: main/pa_table.C: aint that easy
16261:
16262: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16263: main/main.dsp: continued with Hash
16264:
16265: * src/main/pa_common.C: connect_string allocated on heap[wes on
16266: stack] now. and exception can be reported OK now [can be reported
16267: outside of pro c with that stack]
16268:
16269: 2003-01-22 paf
16270:
16271: * src/: include/pa_array.h, include/pa_charset.h,
16272: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16273: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16274: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16275: base: contains references_count. auto_ptr template calls
16276: add_ref/release
16277:
16278: 2003-01-21 paf
16279:
16280: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16281: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16282: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16283: classes/op.C, classes/response.C, classes/string.C,
16284: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16285: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16286: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16287: include/pa_config_fixed.h, include/pa_config_includes.h,
16288: include/pa_dictionary.h, include/pa_dir.h,
16289: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16290: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16291: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16292: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16293: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16294: include/pa_stack.h, include/pa_string.h,
16295: include/pa_stylesheet_connection.h,
16296: include/pa_stylesheet_manager.h, include/pa_table.h,
16297: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16298: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16299: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16300: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16301: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16302: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16303: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16304: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16305: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16306: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16307: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16308: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16309: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16310: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16311: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16312: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16313: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16314: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16315: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16316: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16317: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16318: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16319: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16320: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16321: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16322: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16323: types/pa_vstateless_object.h, types/pa_vstatus.C,
16324: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16325: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16326: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16327: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16328: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16329: 2002->2003
16330:
16331: 2003-01-16 paf
16332:
16333: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16334: src/main/pa_globals.C: http:// introducing $.any-status(1)
16335:
16336: * operators.txt, src/include/pa_config_fixed.h,
16337: src/main/pa_common.C: http request now return status. and not
16338: fail on status!=200
16339:
16340: 2003-01-15 paf
16341:
16342: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16343:
16344: 2003-01-14 paf
16345:
16346: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16347: mkinstalldirs: removed some ancient files [they in / really]
16348:
16349: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16350: regretfully needed patch in two places. in config_fixed.h made
16351: stubs for lib to compile in MSVC
16352:
16353: 2003-01-13 paf
16354:
16355: * config.guess, config.sub, ltmain.sh: removed last piece of
16356: configure.in(libtool) hacks
16357:
1.116 moko 16358: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16359: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16360: ltdl.h: moved to latest libtool (1.4.3)
16361:
16362: 2003-01-10 paf
16363:
16364: * src/lib/ltdl/: configure, configure.in: PROG_NM
16365:
16366: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16367: patches. libxml2 >= 2.5.1
16368: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16369: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16370: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16371:
16372: * INSTALL: moved to latest versions of xml libs libxml2 >=
16373: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16374: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16375: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16376:
16377: 2003-01-09 paf
16378:
16379: * INSTALL: xml,xslt,gdome lib urls updated
16380:
16381: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16382: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16383: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16384: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16385: 1.7.2
1.95 moko 16386:
16387: * depcomp: moving to automake 1.7.2
16388:
16389: 2002-12-27 paf
16390:
16391: * src/include/pa_version.h: 0007
16392:
16393: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16394: outdated parts, made links to language docs
16395:
16396: * src/include/pa_config_auto.h.in: comment
16397:
16398: 2002-12-26 paf
16399:
16400: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16401: not contain trailing / fixed.
16402:
16403: * INSTALL: changing SAFE_MODE politics
16404:
16405: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16406:
16407: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16408:
16409: 2002-12-25 paf
16410:
16411: * src/main/pa_globals.C: optimized-xml
16412:
16413: * src/main/pa_globals.C: optimized-as-is
16414:
16415: 2002-12-24 paf
16416:
16417: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16418: fixed [were really called with zero size when .html?a=&b=]
16419:
16420: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16421: with --with-sendmail
16422:
16423: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16424: fixed]
16425:
16426: 2002-12-23 paf
16427:
16428: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16429: ignoring parameters & were storing only string with default
16430: expires
16431:
16432: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16433: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16434: December 23, 2002 4:22 AM Subject: bug â
16435: Charset::transcode_buf2xchar
16436:
16437: 2002-12-20 paf
16438:
16439: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16440: non-cgi [script] runs
16441:
16442: 2002-12-19 paf
16443:
16444: * INSTALL: --without-iconv recommended [it crashes on some systems
16445: [tested on elik]] moreover, it's not needed there [parser
16446: registers charsets itself]
16447:
16448: * INSTALL: --without-iconv recommended [it crashes on some systems
16449: [tested on elik]]
16450:
16451: * operators.txt, src/include/pa_globals.h,
16452: src/include/pa_request.h, src/main/pa_globals.C,
16453: src/main/pa_request.C: $response:download
16454:
16455: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16456: compiler [win32]].
16457:
16458: 2002-12-18 paf
16459:
16460: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16461:
16462: 2002-12-17 paf
16463:
16464: * src/targets/cgi/parser3.C: merged die&iis changes
16465:
16466: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16467: to exit(1) 2. more flexible iilegal call check
16468:
16469: 2002-12-16 paf
16470:
16471: * ltmain.sh: some automakes silly insist on having this handy
16472:
16473: * src/main/untaint.C: filespec russian small 'r' changed to latin
16474: 'p' bug fix
16475:
16476: 2002-12-15 paf
16477:
16478: * src/main/untaint.C: filespec russian small 'r' changed to latin
16479: 'p'
16480:
16481: * configure.in, src/include/pa_config_auto.h.in,
16482: src/main/compile.C, src/main/pa_common.C: merged small changes
16483: from branch 6 to HEAD
16484:
16485: * src/main/compile.C: removed warning
16486:
16487: * src/main/pa_common.C: ftruncate having checked
16488:
16489: * configure.in, src/include/pa_version.h: new version
16490:
16491: 2002-12-14 paf
16492:
16493: * src/classes/table.C: removed unnecessary code
16494:
16495: * src/sql/pa_sql_driver.h: exception type fixed
16496:
16497: 2002-12-09 paf
16498:
16499: * src/types/pa_vvoid.h: $void.store[now] error
16500:
16501: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16502:
16503: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16504: tries to write core dump
16505:
16506: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16507:
16508: * src/: classes/hash.C, classes/string.C, classes/table.C,
16509: classes/void.C, main/pa_sql_driver_manager.C,
16510: sql/pa_sql_driver.h: changed exception handling mech in sql
16511: handlers #2
16512:
16513: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16514: exception handling mech in sql handlers
16515:
16516: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16517: handlers
16518:
16519: * src/: classes/hash.C, classes/string.C, classes/table.C,
16520: classes/void.C, main/pa_sql_driver_manager.C,
16521: sql/pa_sql_driver.h: changed exception handling mech in sql
16522: handlers
16523:
1.116 moko 16524: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16525: to write makefile which used libtool to install things, which is
16526: not needed
1.95 moko 16527:
16528: 2002-12-06 paf
16529:
16530: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16531: $hash.fields -- pseudo field to make 'hash' more like 'table'
16532:
16533: 2002-12-05 paf
16534:
16535: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16536: cc/bcc OK now
16537:
16538: * src/main/untaint.C: mail header closed properly
16539:
16540: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16541: header ',' allowed. still bugs in smtp [only one receiptient
16542: works, cc, bcc ignored now, and MAILED ;)]
16543:
16544: [strncpy killed, memnchr used]
16545:
16546: * src/main/pa_table.C: table-copy now current=0
16547:
16548: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16549: lowlevel proc
16550:
16551: * src/targets/cgi/parser3.C: more checks on
16552: http://domain/parser.cgi start [maybe some getenv returns "",
16553: checked that now
16554:
16555: * src/targets/cgi/parser3.C: more checks on
16556: http://domain/parser.cgi start [maybe some getenv returns "",
16557: checked that now
16558:
16559: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16560: out-of-mem errors reached log]
16561:
16562: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16563: mail:send MIME-Version default
16564:
16565: * src/main/main.dsp: pa_version included into main.dsp
16566:
16567: 2002-12-04 paf
16568:
16569: * src/types/pa_vform.C: $form:field string value cut by premature 0
16570:
16571: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16572: lib/libltdl -> lib/ltdl Win32 changes. s
16573:
16574: * src/classes/classes.awk: more strict *.C$
16575:
16576: * gnu.dsp: restored
16577:
1.116 moko 16578: * configure.in, gnu.dsp, src/lib/Makefile.am,
16579: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16580: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16581: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16582: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16583: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16584: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16585: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16586: now created with /configure, not ltdl/configure, so it does have
16587: no problems with automake. ltdl/configure
16588: AC_OUTPUT(Makefile<<removed)
1.95 moko 16589:
16590: 2002-12-02 paf
16591:
16592: * operators.txt: removed outdated status:db
16593:
16594: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16595: src/main/pa_common.C, src/main/pa_request.C,
16596: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16597: tainted parts becomes http-header
16598:
16599: 2002-11-29 paf
16600:
16601: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16602: dates now objects of type date
16603:
16604: * src/classes/image.C: file.seek removed [it were used in image.C
16605: only, and for parser user this means that jpeg image has bad
16606: size in fragment's header] now used image.format
16607:
16608: * src/: include/pa_common.h, main/pa_common.C,
16609: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16610: now handled exactly like $response:header values. e.g. can be
16611: hash [can have subattributes] & contain date values.
16612:
16613: * src/main/pa_common.C: http:// param values lang forced URI
16614:
16615: * src/main/pa_common.C: http:// tainted partes now %xx
16616:
16617: 2002-11-28 paf
16618:
16619: * operators.txt: http.timeout
16620:
16621: * src/classes/image.C: ^image.length now counts interchar space.
16622: plus space after last char
16623:
16624: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16625:
16626: * src/classes/image.C: ^image.font width measurer now scans full
16627: height [were -1]
16628:
16629: * configure.in: stopped double libltdl/Makefile generation
16630:
16631: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16632: chars [one top horizontal line of 1pixel height were missing]
16633:
16634: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16635: 'false' to go into (Hash *) parameter
16636:
16637: 2002-11-27 paf
16638:
16639: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16640: types/pa_vmail.C: response:body[file] if file nows it's name now
16641: returns content-disposition: >>attachment<<
16642:
16643: * src/classes/image.C: ^image.font << bad font file-size now
16644: properly reported
16645:
16646: 2002-11-26 paf
16647:
16648: * src/main/pa_request.C: fixed lang in reponse header
16649:
16650: * src/main/pa_common.C: utf8 prefix ignored @read text
16651:
16652: * operators.txt, src/main/pa_common.C: http:// response status!=200
16653: made exception: http.status with source=bad status#
16654:
16655: 2002-11-25 paf
16656:
16657: * configure.in, src/classes/image.C,
16658: src/include/pa_config_auto.h.in,
16659: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16660: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16661: const void related probs fixed
1.95 moko 16662:
16663: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16664:
16665: $file[^file::load[http://there]] $file.SERVER
16666:
16667: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16668: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16669: http options [invalid onces now reported] made default
16670: user-agent: paf
16671:
16672: * operators.txt, src/classes/file.C, src/classes/table.C,
16673: src/classes/xdoc.C, src/include/pa_common.h,
16674: src/include/pa_globals.h, src/main/pa_common.C,
16675: src/main/pa_globals.C, src/main/pa_request.C,
16676: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16677: now understand http:// prefix and additional params, sample:
16678: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16679: $.USER-AGENT[parser3] ]]
16680:
16681: 2002-11-22 paf
16682:
16683: * src/classes/image.C, src/include/pa_globals.h,
16684: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16685: src/types/pa_vimage.h, operators.txt: $image.exif support
16686: $image.exif.DateTime & co
16687:
16688: 2002-11-21 paf
16689:
16690: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16691: _PASS_APPENDED)
16692:
16693: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16694: EXIF information [were big block and it's size were considered
16695: negative :(]
16696:
16697: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16698: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16699: internals rewritten. no there's reader.seek, and all's ready for
16700: EXIF extraction [now we fail to measure files with EXIF info]
16701:
16702: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16703: O_TRUNC truncates even exclusevely write-locked file [thanks to
16704: Igor Milyakov <virtan@rotabanner.com> for discovering]
16705:
16706: 2002-11-20 paf
16707:
16708: * src/targets/cgi/parser3.C: logging @signal += query_string
16709:
16710: * configure.in, src/include/pa_config_auto.h.in,
16711: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16712: comment
16713:
16714: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16715:
16716: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16717: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16718: currently processed document SIGPIPE >> interrupts request
16719: processing [exception = DB rollback]
16720:
16721: * src/main/pa_exec.C: comment
16722:
16723: * src/main/pa_exec.C: pa_exec: data written only if size>0
16724:
16725: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16726: << disable HTTP-POST repassing
16727:
16728: * src/: include/pa_config_fixed.h, main/pa_common.C,
16729: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16730: pipe read errors now checked
16731:
16732: 2002-11-19 paf
16733:
16734: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16735: CGI: Illegal call
16736:
16737: 2002-11-01 paf
16738:
16739: * src/main/execute.C: comment
16740:
16741: 2002-10-31 paf
16742:
16743: * src/main/execute.C: found out why, checked that for now. todo:
16744: find out a way for that user could do that
16745:
16746: * src/types/pa_vstateless_object.h: object put replaces static
16747: parent if any
16748:
16749: * src/types/pa_vobject.C: object put replaces static parent if any
16750:
16751: * src/: classes/form.C, classes/mail.C, classes/op.C,
16752: classes/xnode.h, main/compile.tab.C, main/execute.C,
16753: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16754: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16755: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16756: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16757: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16758: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16759: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16760: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16761: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16762: types/pa_vstateless_object.h, types/pa_vstatus.C,
16763: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16764: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16765: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16766: types/pa_wwrapper.h: static fix merged
16767:
16768: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16769: $virtual_fields in dynamic, but one can reach derived
16770: static[class] variable from base
16771:
16772: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16773: types/pa_vobject.C, types/pa_vobject.h,
16774: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16775: statics, left $virtual_fields in dynamic
16776:
16777: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16778: one can't remember derivates in base class: there's so many of
16779: them. also there can be no virtual method calls in static
16780: classes
16781:
16782: * src/: classes/form.C, classes/mail.C, classes/op.C,
16783: classes/xnode.h, main/execute.C, main/pa_request.C,
16784: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16785: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16786: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16787: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16788: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16789: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16790: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16791: types/pa_vresponse.C, types/pa_vresponse.h,
16792: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16793: types/pa_vstateless_object.h, types/pa_vstatus.C,
16794: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16795: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16796: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16797: types/pa_wwrapper.h: static call $self fixed
16798:
16799: * src/main/execute.C: comment
16800:
16801: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16802: ^process[$caller.self]{...} now compiles to last derived object
16803: part of that 'self'
16804:
16805: 2002-10-29 paf
16806:
16807: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16808: re-passing [iis to blame]
16809:
16810: * src/classes/string.C: changed string.save to pass current sql
16811: connection to cstr thus one can ^connect[some server]{
16812: $s[insert into table x (x) values (^taint[sql]{value})]
16813: ^s.save[some.sql] } and he'd get in some.sql file code with
16814: properly escaped. [tried in mssql->mysql export->import of
16815: binary data]
16816:
16817: 2002-10-25 paf
16818:
16819: * src/types/pa_vresponse.C: case insensitive response user fields
16820: get/put
16821:
16822: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16823: types/pa_vresponse.C: saving for maybe-future
16824:
16825: 2002-10-23 paf
16826:
16827: * operators.txt, src/classes/table.C: ^table.hash{code}...
16828: ^table.hash(expr)...
16829:
16830: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16831:
16832: 2002-10-22 paf
16833:
16834: * src/types/: pa_vform.C, pa_vform.h: removed needless
16835: VForm::Append...(...Value)
16836:
16837: * src/main/execute.C: $.name outside of $name[...] checked
16838:
16839: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16840: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16841:
16842: 2002-10-21 paf
16843:
16844: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16845: $form:qtail $form:imap.x/y
16846:
16847: * operators.txt, src/types/pa_vform.C: $form:nameless =
16848: "?value&...", "...&value&...", "...&value"
16849:
16850: * operators.txt, src/types/pa_vform.C: $form:image-map
16851:
16852: * operators.txt, src/classes/file.C: /some/page.html:
16853: ^file:fullpath[a.gif] => /some/a.gif
16854:
16855: 2002-10-17 paf
16856:
16857: * src/main/: compile.tab.C, compile.y: operators precedence changed
16858: a little: logical not and bitwise negation precedence made
16859: highest, << and >> bitshits precedence made equal [were << higher
16860: than >>]
16861:
16862: * src/classes/op.C: exception handling fixed [were bad with
16863: contexts]
16864:
16865: 2002-10-16 paf
16866:
16867: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16868: main/pa_request.C: Request::self considered equal to
16869: VMethodFrame::self, and removed, Request::get_self() mapped to
16870: VMethodFrame.self()
16871:
16872: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16873: $hash in open field now gives old good error meesage
16874:
16875: 2002-10-15 paf
16876:
16877: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16878: use ^if($junction is junction){was and now true}
16879:
16880: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16881: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16882: types/pa_vxnode.C: xml->parser strings now have origin, which
16883: points to place where value left xml library and came to parser:
16884: place of dom field extraction/call
16885:
16886: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16887: main/compile.tab.C, main/compile.y, main/execute.C,
16888: types/pa_vmethod_frame.h: removed last pieces of old code
16889: allowing $junction.xxx at compile time
16890:
16891: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16892: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16893: objects also considered [were only classes]
16894:
16895: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16896: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16897: with CLASS self. [ (request&method_frame).self temporarily
16898: changed ]
16899:
16900: * src/classes/: hash.C, op.C: method_frame now always changed, with
16901: no exception to native calls. for&foreach changed to use
16902: method_frame.caller for their var's name context
16903:
16904: * src/: main/execute.C, targets/cgi/parser3.C,
16905: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16906: compiling to system classes disabled
16907:
16908: * operators.txt, src/classes/op.C:
16909: ^process[$caller.CLASS]{code-string} added
16910:
16911: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16912: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16913: src/types/Makefile.am, src/types/pa_vjunction.C,
16914: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16915: src/types/types.dsp: removed $junction.get $junction.set[]
16916: introducing $caller
16917:
16918: * src/types/pa_value.h: removed outdated comments. doxygen would
16919: find them lower by inheritance tree
16920:
16921: * src/types/pa_vjunction.C: ident
16922:
16923: 2002-10-14 paf
16924:
16925: * src/classes/op.C: process compiles to code's class class
16926:
16927: * src/: classes/form.C, classes/mail.C, classes/op.C,
16928: include/pa_request.h, main/compile.C, main/compile.tab.C,
16929: main/compile.y, main/execute.C, main/pa_request.C,
16930: types/pa_vstateless_class.h: operators now main-class-methods
16931:
16932: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16933: better stack trace [has "call" & co there]
16934:
16935: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16936: operators @auto now executed in MAIN context
16937:
16938: * src/main/execute.C: operator execution context now = MAIN, not
16939: closest stack frame
16940:
16941: @touchit[] $i[after]
16942:
16943: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16944: were 'after'
16945:
16946: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16947: 'after'
16948:
16949: * src/main/execute.C: comment
16950:
16951: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16952: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16953: action]
16954:
16955: * src/types/pa_vxnode.C: misreplace fixed
16956:
16957: * configure, configure.in, src/include/pa_config_auto.h.in,
16958: src/types/pa_vstatus.C, operators.txt:
16959: $status:rusage.tv_secs/usecs introduced
16960:
16961: 2002-10-09 paf
16962:
16963: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16964: on empty string [or uses (default)]
16965:
16966: 2002-10-08 paf
16967:
16968: * src/main/untaint.C: mail header quoted printable changed after
16969: RFC reread
16970:
16971: * operators.txt: plan on ^if(method
16972:
16973: * src/types/pa_vxnode.C: misreplace
16974:
16975: 2002-09-24 paf
16976:
1.116 moko 16977: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16978:
16979: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16980: mailreceive would compile on freebsd now
16981:
16982: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16983: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16984: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16985: mailreceive would compile on freebsd now
1.95 moko 16986:
16987: * src/: classes/file.C, main/untaint.C: 1. file spec language
16988: changed: now there are only few chars are untainted: * ? ' " < >
16989: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16990: one should use ^untaint[uri]{...} now]
16991:
16992: 2. $list[^file:list[dir]] now returns simply tainted names in
16993: $list.name, not tainted as filespec
16994:
16995: @russianindex[] #dir with files with russian-lang names
16996: $where[dir]
16997:
16998: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16999: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17000:
17001: 2002-09-23 paf
17002:
17003: * src/types/pa_vdouble.h: double->int round added
17004:
17005: * src/classes/date.C: date bug fix, now
17006: round(floatDays*secondsPerDay)
17007:
17008: * src/classes/date.C: date bug fix, now
17009: round(floatDays*secondsPerDay)
17010:
17011: 2002-09-20 paf
17012:
17013: * src/main/execute.C: code junction calls disabled [before: code
17014: was compiled in such a way, that there were no code-junctions in
17015: OP_CALL]
17016:
17017: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17018:
17019: @badjunctioncallinside[code] ^code[]
17020:
17021: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17022: expanding to include ^junction.method
17023:
17024: * src/main/pa_common.C: -d "DIR/" now true
17025:
17026: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17027: as internal xdoc encoding, and after decoding attributes set by
17028: dom functions now encoded OK, not as digital entities
17029:
17030: * src/classes/xdoc.C: empty transform result, being taken as file
17031: now returns empty file, not raises stupid error about "stat-ed
17032: file"
17033:
17034: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17035: allowed
17036:
17037: * src/types/types.dsp: introducing $junction.get/put(1) one can
17038: write iterators now:
17039:
17040: ^user-foreach[key;value]{$key=$value<br>}
17041:
17042: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17043: $code.value($i*2) $code }
17044:
17045: * src/main/compile_tools.h: mistype
17046:
1.116 moko 17047: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17048: thus taking linking options configure changes into account [were:
17049: ignoring]
1.95 moko 17050:
17051: * src/types/: pa_vjunction.C, Makefile.am: introducing
17052: $junction.get/put(1) one can write iterators now:
17053:
17054: ^user-foreach[key;value]{$key=$value<br>}
17055:
17056: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17057: $code.value($i*2) $code }
17058:
17059: * src/: include/pa_opcode.h, include/pa_request.h,
17060: main/compile.tab.C, main/compile.y, main/execute.C,
17061: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17062: introducing $junction.get/put(1) one can write iterators now:
17063:
17064: ^user-foreach[key;value]{$key=$value<br>}
17065:
17066: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17067: $code.value($i*2) $code }
17068:
17069: 2002-09-19 paf
17070:
1.116 moko 17071: * Makefile.am: new: make commit
1.95 moko 17072:
17073: * aclocal.m4: forced to be older
17074:
17075: 2002-09-18 paf
17076:
17077: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17078: src/main/compile.y, src/main/execute.C: << >> int shifts
17079:
17080: * src/: include/pa_common.h, include/pa_request.h,
17081: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17082: - now this - fatal error
17083:
17084: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17085: that one can pass binary data there
17086:
17087: * src/: classes/date.C, classes/double.C, classes/file.C,
17088: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17089: classes/op.C, classes/response.C, classes/string.C,
17090: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17091: include/pa_request.h: pa_request contexts made privated, plus
17092: get_{self/method_frame} to read. Request_context_saver used in
17093: ^try to save flang too. [were not saved]
17094:
17095: * src/types/pa_vresponse.C: header value chains joined before
17096: output, this should help $.subject[$var $var] from being
17097: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17098:
17099: 2002-09-17 paf
17100:
17101: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17102: removed changes, operators executed with calling self. lots of
17103: code with ^include code relies on defined/defining self variables
17104:
17105: $a[1] ^include[print_a.p] print_a.p: $a
17106:
17107: ^include[set_a.p] a=$a set_a.p: $a[1]
17108:
17109: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17110: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17111: types/pa_vstateless_class.h: operators now executed with MAIN
17112: self. it's for ^include sake, too strong a change
17113:
17114: * src/classes/op.C: made place for ^process to compile it's code to
17115: in case of no self
17116:
17117: * src/main/execute.C: found ancient param to Junction, removed.
17118: allowed passing self to native_code_operators [for ^process to
17119: work, she needs self]
17120:
17121: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17122: types/pa_vstateless_class.h: found ancient param to Junction,
17123: removed. allowed passing self to native_code_operators [for
17124: ^process to work, she needs self]
17125:
17126: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17127: types/pa_value.h, types/pa_vmethod_frame.h,
17128: types/pa_vstateless_class.h: allowed Request.self to be 0,
17129: checked that in VMethodFrame get/put and $self.
17130:
17131: * src/classes/: table.C, xdoc.C: table::sql options table::create
17132: copy options options checked, wrong option now fatal error
17133:
17134: * src/main/pa_string.C: string.replace fixed [were missing words on
17135: pieces boundaries]
17136:
1.150 moko 17137: * configure, configure.in: .so now detected [can be .sl on hpux,
17138: .dll on cygwin, .so in other cases)
1.95 moko 17139:
17140: * configure, configure.in: .so now detected [can be .sl on hpux,
17141: .dll on cygwin, .so in other cases)
17142:
17143: * operators.txt, src/classes/hash.C, src/classes/table.C,
17144: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17145: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17146: record taken [were last]
17147:
17148: * src/: classes/hash.C, classes/table.C,
17149: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17150: now errors
17151:
17152: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17153:
17154: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17155: ,2,3]
17156:
17157: 2002-09-16 paf
17158:
17159: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17160: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17161: stdout to be binary. now detected closest header break.
17162:
17163: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17164: closed right
17165:
17166: 2002-09-13 paf
17167:
17168: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17169: src/main/compile_tools.h: (expression #comment)
17170:
17171: (multiline expression #comment line2 #comment )
17172:
17173: (expression #comment with (brackets) comment) << OK
17174:
17175: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17176: bitwise !|| numerical xor now [preparing for expression
17177: #comments]
17178:
17179: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17180: error
17181:
17182: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17183: cheched in pa_socks.C
17184:
1.116 moko 17185: * configure, configure.in, src/include/pa_config_auto.h.in:
17186: HAVE_WINSOCK_H created in configure.in
1.95 moko 17187:
17188: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17189: cookie date now clean [were mistakenly tainted & that worked bad
17190: with opera -- 'happily' that worked OK with msie]
17191:
17192: 2002-09-12 paf
17193:
17194: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17195: VClass get_element now first looks to fields, next to methods &
17196: co todo: the rest reason: more speed
17197:
17198: * src/main/untaint.C: quoted printable encoding stops before
17199: \s*<...>$
17200:
17201: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17202: stops before <...>$
17203:
17204: 2002-09-11 paf
17205:
17206: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17207: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17208: forgot to check users of those funcs. not all were using that
17209: return value convention
17210:
17211: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17212: windows-1254 added
17213:
17214: 2002-09-10 paf
17215:
17216: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17217: VCodeFrame parent param were specified badly
17218:
17219: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17220: WWrapper which used in constructing objects(second param to sql
17221: method) ^...sql{}[$.default{code}] now has parent, wich helps
17222: code in hash to survivi
17223:
17224: * src/: include/pa_request.h, main/execute.C: removed redundant
17225: param to execute [stack said 'thanks']
17226:
17227: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17228: types/pa_value.h, types/pa_vcode_frame.h,
17229: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17230: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17231: responsibility to wcontext
17232:
17233: * src/classes/file.C: decided not to log exec's with stderr, that
17234: could be warnings, and it's up to scritper to log/show them
17235:
17236: * src/: classes/double.C, main/execute.C: double:sql badly called
17237: write_assign_lang, not write_no_lang, thus doing unnecessary
17238: double/string converstion, which were loosing time&precesion
17239:
17240: * src/: main/pa_charset.C, types/pa_vmail.C:
17241: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17242: case of unfinished in buffer processing, causing accidental
17243: transcode stop [in case that source enc != utf-8 & there is
17244: incomplete utf-8 sequence at the end of 16000block iside of
17245: libxml lib] tfm readed & code updated
17246:
17247: 2002-09-04 paf
17248:
17249: * configure: makes with sjlj
17250:
17251: * INSTALL, src/include/pa_config_fixed.h,
17252: src/include/pa_sql_connection.h,
17253: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17254: checked. on win32 it made default
17255:
17256: * src/include/pa_config_auto.h.in: sjlj define
17257:
17258: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17259: can not work with longjump/throw pair, and one must switch that
17260: on there. todo: detect that automatically]
17261:
17262: * src/types/pa_vxnode.C: removed too strong checks of
17263: xnode.elements. now, for instance, if element does not have any
17264: attributes, $xnode.attributes is void, not error
17265:
17266: 2002-09-02 paf
17267:
17268: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17269: removed double_result, didn't help
17270:
17271: * src/main/execute.C: double_result made to move that var away from
17272: hungry g++ optimizer (-O2), before: it were optimized and
17273: comparison operators worked badly
17274:
17275: * src/types/pa_vdate.h: removed debug
17276:
1.116 moko 17277: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17278:
17279: * src/main/execute.C: fixed numeric < & co so that thay now use
17280: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17281: unknown reason.
17282:
17283: 2002-08-29 paf
17284:
17285: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17286: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17287: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17288: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17289: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17290: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17291: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17292: [called less frequent, allowed to remove ugly
17293: Junction.change_context-s from many places, switch,
17294: mail:send..html{}, ..] request.root renamed to method_frame [more
17295: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17296: [speed up]
17297:
17298: 2002-08-28 paf
17299:
17300: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17301: tainted
17302:
17303: * src/types/pa_vcookie.C: fixed cookie delete when
17304: $cookie:name[$.value[]]
17305:
17306: * operators.txt, src/classes/string.C:
17307: ^string.split[delim[;options]]
17308:
17309: 2002-08-27 paf
17310:
1.116 moko 17311: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17312:
17313: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17314: delimiter
17315:
17316: * INSTALL: recommended latest gmime 1.0.5
17317:
17318: 2002-08-26 paf
17319:
17320: * configure, configure.in: apache13/hook added to make dist.
17321:
17322: 2002-08-23 paf
17323:
17324: * src/: include/pa_common.h, main/pa_common.C,
17325: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17326: beside binary [cgi, isapi] not accessible [due to bad rights or
17327: whatever] it's error now
17328:
17329: 2002-08-21 paf
17330:
1.116 moko 17331: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17332:
17333: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17334: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17335: class". compiled as if here they named base class
17336:
17337: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17338: cloning constructor]
17339:
17340: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17341:
1.150 moko 17342: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17343: $mail.received.file.value.content-type fixed
17344:
17345: 2002-08-20 paf
17346:
17347: * src/classes/file.C: fixed language of file:file result
17348:
17349: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17350: from 3.0.0005
17351:
17352: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17353:
17354: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17355: 3.0.0005
17356:
17357: * src/classes/void.C, operators.txt: ^void.length[] = 0
17358:
17359: 2002-08-19 paf
17360:
17361: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17362: work now
17363:
17364: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17365: error in xnode, which were not catched in xdoc]
17366:
17367: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17368: prepared: // validate each document after load/create (?)
17369: //xmlDoValidityCheckingDefaultValue = 1;
17370:
17371: 2002-08-15 paf
17372:
17373: * src/classes/classes.h: write to static var caused useless
17374: Exception, introduced Methoded::put_element wich consumes those
17375:
17376: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17377: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17378: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17379: $response:field[date] $response:field[$.xxx[date]]
17380:
17381: * src/: classes/hash.C, classes/string.C, classes/table.C,
17382: classes/void.C, include/pa_sql_connection.h: fixed source of
17383: ^hash::sql{bad}
17384:
17385: * operators.txt: $request:body unprecessed POST request body
17386:
17387: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17388:
17389: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17390: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17391:
17392: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17393: src/include/pa_request.h, src/main/pa_pool.C,
17394: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17395: $request:body r.post_data now const
17396:
17397: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17398: classes/xnode.C, main/execute.C, types/pa_value.h,
17399: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17400: types/pa_vtable.h: instead of type() checking everywhere used
17401: Value.as now user descendants can be used in params.
17402:
17403: VObject::as_*, is_defined now taken from bases. xtable(table)
17404: ^if($xtable) now OK
17405:
17406: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17407: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17408: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17409:
17410: 2002-08-14 paf
17411:
17412: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17413: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17414: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17415: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17416: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17417: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17418: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17419: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17420: types/pa_vresponse.C, types/pa_vresponse.h,
17421: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17422: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17423: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17424: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17425: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17426: & VClass
17427:
17428: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17429:
17430: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17431: removed fixopt stupidity. on stupid linux use cd /document/root
17432: ../cgi/parser3 script
17433:
17434: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17435: params, splitting them by space, excluding argv[0], argv[argc-1]
17436:
17437: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17438: fixopt.h: fixopt now preprocesses command line params, splitting
17439: them by space, excluding argv[0], argv[argc-1]
17440:
17441: * src/targets/cgi/parser3.C: -f config file
17442:
17443: * src/targets/cgi/parser3.C: fixed .log file dir
17444:
17445: 2002-08-13 paf
17446:
17447: * src/types/pa_vobject.C: allow override parent variables, useful
17448: for form descendants [in vobject too, were in vclass]
17449:
17450: * src/types/pa_vclass.C: allow override parent variables, useful
17451: for form descendants
17452:
17453: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17454: overwritten in derived(table)
17455:
17456: * src/: classes/form.C, classes/mail.C, classes/op.C,
17457: classes/xnode.h, include/pa_request.h, main/execute.C,
17458: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17459: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17460: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17461: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17462: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17463: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17464: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17465: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17466: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17467: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17468: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17469: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17470: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17471: Value::get_element(..., bool looking_down) [needed to exclude
17472: endless recoursion]
17473:
17474: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17475: fix bug with put endless recoursion todo: check 'as'
17476:
17477: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17478: reorganized modules todo: fix bug with put endless recoursion
17479: todo: check 'as'
17480:
17481: * src/types/pa_vobject.h: checked: table fields can be overwritten
17482: in derived(table)
17483:
17484: * src/types/pa_vobject.h: derived classes can have fields of their
17485: own now
17486:
17487: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17488: fixed error message on using non-created table
17489:
17490: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17491: classes/op.C, classes/xnode.h, include/pa_request.h,
17492: main/compile.C, main/compile.tab.C, main/execute.C,
17493: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17494: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17495: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17496: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17497: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17498: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17499: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17500: types/pa_vresponse.C, types/pa_vresponse.h,
17501: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17502: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17503: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17504: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17505: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17506: looking down/up tree todo: fix error message on non-constructed
17507: parents
17508:
17509: 2002-08-12 paf
17510:
17511: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17512: derived OK
17513:
17514: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17515: thorough testing
17516:
17517: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17518: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17519: types/pa_vobject.h, types/pa_vstateless_class.h,
17520: types/pa_vstateless_object.h, types/pa_wcontext.h,
17521: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17522: ^base:create[] dynamic call rewritten todo: thorough testing
17523:
17524: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17525: now instantates base class, remembers it and saves child in
17526: parent VObject.get_class now returns last child = downward
17527: virtual calls OK
17528:
17529: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17530: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17531: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17532: types/pa_vobject.h, types/pa_vresponse.h,
17533: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17534: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17535: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17536: VAliased [redundant], moved $CLASS to VObject only [parser class
17537: instance]
17538:
17539: * src/main/pa_request.C: $response:body[file] content-type check
17540: fixed [were bad when content-type is hash]
17541:
17542: 2002-08-09 paf
17543:
17544: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17545: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17546:
17547: 2002-08-08 paf
17548:
17549: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17550: src/main/pa_globals.C: year column in month calendar [week year]
17551:
17552: * src/main/execute.C: error reporting on object writes to MAIN
17553: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17554:
17555: * operators.txt, src/types/pa_vdate.h: $date.yearday
17556: $date.daylightsaving
17557:
17558: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17559: use tainted data now. only she must specify the language.
17560:
17561: ^mail:send[ $.from[paf@mail.design.ru]
17562: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17563: $.text[^taint[uri][ìîñêâà]=] ]
17564:
17565: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17566: now prints more precise origin
17567:
17568: * src/include/pa_string.h: String::first_char now not fails on
17569: empty strings ^if(-f '') now ok and in 3 other places.
17570:
17571: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17572: String::first_char now not fails on empty strings ^if(-f '') now
17573: ok and in 3 other places.
17574:
17575: 2002-08-07 paf
17576:
17577: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17578: fixed
17579:
17580: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17581:
17582: * src/: main/execute.C, types/pa_vcode_frame.h,
17583: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17584: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17585: mistakenly not completely transparent to object writes.
17586: $hash[^if(1){$hash}] now works
17587:
17588: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17589: now erasing cache file [there were bad check on that]
17590:
17591: * src/: classes/classes.dsp, classes/table.C,
17592: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17593: all Debug dirs in .dsp now named 'Debug'
17594:
1.116 moko 17595: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17596:
17597: * operators.txt, src/classes/mail.C: exception_type email.send
17598:
17599: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17600:
17601: * src/types/pa_vmail.C: mail:send empty email checked
17602:
17603: 2002-08-06 paf
17604:
17605: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17606: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17607: ^table::create[$source;$.options] ^table::join[$source;$.options]
17608:
17609: * operators.txt, src/classes/hash.C, src/classes/string.C,
17610: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17611: # $.default() }
17612:
17613: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17614:
17615: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17616: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17617: $file.content-type [instead of .mime-type] now works for
17618: file::stat also
17619:
17620: * src/main/pa_request.C: case insensitive mime_type_of
17621:
17622: 2002-08-05 paf
17623:
17624: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17625:
17626: * src/types/pa_vmail.C: file buffer relocated to parser heap
17627:
17628: * operators.txt: comment on date:calendar week column
17629:
17630: * src/main/pa_common.C: write checked
17631:
17632: * src/main/: pa_common.C: write checked
17633:
17634: * src/classes/date.C: +1 buf size for stupid snprintfs
17635:
17636: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17637: month calendar week column [ISO 8601 Week Numbers]
17638:
17639: 2002-08-02 paf
17640:
17641: * src/: include/pa_config_fixed.h, main/pa_string.C,
17642: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17643: DEBUG*
17644:
17645: * configure, configure.in, src/include/pa_version.h: release
17646: 3_0_0005
17647:
17648: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17649: multipart post fixed
17650:
17651: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17652: response transcoded source->client only when text/* or simple
17653: onoverridden $response:body
17654:
17655: 2002-08-01 paf
17656:
17657: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17658: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17659: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17660: classes/op.C, classes/response.C, classes/string.C,
17661: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17662: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17663: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17664: include/pa_config_fixed.h, include/pa_dictionary.h,
17665: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17666: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17667: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17668: include/pa_socks.h, include/pa_sql_connection.h,
17669: include/pa_sql_driver_manager.h, include/pa_stack.h,
17670: include/pa_string.h, include/pa_stylesheet_connection.h,
17671: include/pa_stylesheet_manager.h, include/pa_table.h,
17672: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17673: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17674: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17675: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17676: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17677: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17678: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17679: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17680: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17681: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17682: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17683: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17684: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17685: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17686: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17687: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17688: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17689: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17690: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17691: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17692: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17693: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17694: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17695: types/pa_vmethod_frame.h, types/pa_vobject.h,
17696: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17697: types/pa_vresponse.h, types/pa_vstateless_class.C,
17698: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17699: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17700: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17701: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17702: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17703: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17704:
17705: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17706: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17707: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17708: classes/math.C, classes/op.C, classes/response.C,
17709: classes/string.C, classes/table.C, classes/void.C,
17710: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17711: include/pa_array.h, include/pa_cache_managers.h,
17712: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17713: include/pa_config_fixed.h, include/pa_config_includes.h,
17714: include/pa_dictionary.h, include/pa_dir.h,
17715: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17716: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17717: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17718: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17719: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17720: include/pa_stack.h, include/pa_string.h,
17721: include/pa_stylesheet_connection.h,
17722: include/pa_stylesheet_manager.h, include/pa_table.h,
17723: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17724: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17725: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17726: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17727: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17728: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17729: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17730: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17731: main/pa_sql_driver_manager.C, main/pa_string.C,
17732: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17733: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17734: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17735: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17736: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17737: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17738: targets/isapi/pool_storage.h, types/pa_valiased.C,
17739: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17740: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17741: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17742: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17743: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17744: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17745: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17746: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17747: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17748: types/pa_vresponse.C, types/pa_vresponse.h,
17749: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17750: types/pa_vstateless_object.h, types/pa_vstatus.C,
17751: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17752: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17753: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17754: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17755: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17756: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17757: types/Makefile.am: ident.C* removed
17758:
17759: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17760: file:find[/can/do/this/now.txt]
17761:
17762: * src/targets/cgi/parser3.C: usage to stdout now
17763:
17764: 2002-07-31 paf
17765:
17766: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17767:
17768: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17769: default "postmaster"
17770:
17771: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17772: -f postmaster now default sendmail key word "postmaster"
17773: replaced to $.from
17774:
17775: 2002-07-30 paf
17776:
1.116 moko 17777: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17778: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17779:
17780: * src/main/pa_charset.C: comment
17781:
17782: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17783: table, &#decimal;
17784:
17785: * src/main/pa_request.C: comment
17786:
17787: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17788: paragraf]
17789:
17790: 2002-07-11 paf
17791:
17792: * src/main/pa_exec.C: build command line badly added params twice
17793: [and first time without ' ']. double wrong. fixed.
17794:
17795: * src/main/pa_exec.C: invalid .exe caused error message with params
17796: wich parser did not provide = reported badly. fixed that.
17797:
17798: * src/classes/mail.C: $MAIL[ # xxx ]
17799:
17800: now ok
17801:
17802: * operators.txt: plan: sql detailed exception
17803:
17804: 2002-07-01 paf
17805:
17806: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17807: [MForm.configure_admin were called when request.main_class ==0
17808:
17809: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17810:
17811: * src/classes/form.C: content_length type fix
17812:
17813: 2002-06-30 paf
17814:
17815: * src/classes/mail.C: merged from 4
17816:
17817: * src/classes/mail.C: restored $MAIL
17818:
17819: 2002-06-28 paf
17820:
17821: * configure, configure.in: removed paths.h
17822:
1.116 moko 17823: * configure, src/include/pa_version.h,
1.95 moko 17824: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17825: merged, makes updated
17826:
17827: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17828: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17829: src/include/pa_pool.h, src/include/pa_version.h,
17830: src/main/pa_charset.C, src/main/pa_pool.C,
17831: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17832: src/types/pa_vmail.C: merged latest updates to head
17833:
17834: 2002-06-27 paf
17835:
17836: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17837: not error now
17838:
17839: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17840: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17841: src/main/pa_charset.C, src/main/pa_pool.C:
17842: ^xdoc::create[[uri]]... base uri for document being created,
17843: imports and other relative file names would be relative to this
17844: uri default uri=path_translated
17845:
17846: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17847:
17848: 2002-06-26 paf
17849:
17850: * configure, configure.in, src/include/pa_version.h:
17851: release_3_0_0004
17852:
17853: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17854: 0 now
17855:
17856: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17857:
17858: 2002-06-25 paf
17859:
17860: * src/main/pa_string.C: emtpy string, or string of whitespaces
17861: considered bad number now
17862:
17863: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17864: now
17865:
17866: * operators.txt, src/classes/string.C: ^string.normalize [old
17867: name: optimize
17868:
17869: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17870: library configured
17871:
17872: * src/main/pa_request.C: configure_admin forced if no @conf
17873:
1.150 moko 17874: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
17875: ^math:crypt updated to generate random salt when needed and to
17876: call system crypt() if not $apr1$ prefix
1.95 moko 17877:
17878: 2002-06-24 paf
17879:
17880: * INSTALL: --with-static/shared-mailreceive described
17881:
17882: * src/include/pa_config_fixed.h: ssize_t fixed
17883:
1.116 moko 17884: * configure, configure.in, src/include/pa_config_auto.h.in,
17885: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17886: src/types/pa_vmail.C: $mail:received makes update
17887:
17888: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17889: WITH_MAILRECEIVE
17890:
17891: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17892:
17893: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17894: option, for $mail:receive
17895:
17896: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17897: introducting $message:received ^mail:send rewritten with backward
17898: comp
17899:
17900: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17901: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17902: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17903: now
17904:
17905: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17906: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17907: src/include/pa_request.h, src/include/pa_string.h,
17908: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17909: src/main/pa_globals.C, src/main/pa_request.C,
17910: src/main/pa_string.C, src/main/pa_uue.C,
17911: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17912: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17913: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17914: uue to separate file introducting $message:received ^mail:send
17915: rewritten with backward comp
17916:
17917: 2002-06-21 paf
17918:
1.116 moko 17919: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17920: co changes
1.95 moko 17921:
1.116 moko 17922: * configure, configure.in, src/lib/md5/Makefile.am,
17923: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17924: restructure .in and .am files appropriate changes
1.95 moko 17925:
17926: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17927: pcre to libs/ added libs/md5 which is linked to non-apache
17928: targets ^math:crypt[password;$apr1$salt]
17929:
17930: * INSTALL, configure.in, operators.txt, parser3.dsw,
17931: src/Makefile.am, src/classes/Makefile.am,
17932: src/classes/classes.dsp, src/classes/math.C,
17933: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17934: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17935: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17936: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17937: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17938: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17939: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17940: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17941: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17942: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17943: src/lib/pcre/pcre_parser_ctype.dsp,
17944: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17945: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17946: src/main/compile.tab.C, src/main/main.dsp,
17947: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17948: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17949: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17950: to libs/ added libs/md5 which is linked to non-apache targets
17951: ^math:crypt[password;$apr1$salt]
17952:
17953: 2002-06-20 paf
17954:
1.150 moko 17955: * INSTALL, configure, configure.in, operators.txt,
17956: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
17957: src/include/pa_globals.h, src/include/pa_request.h,
17958: src/main/execute.C, src/main/pa_request.C,
17959: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17960: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
17961: file:justname&co & @auto/conf[filespec
1.95 moko 17962:
17963: * operators.txt, src/classes/file.C:
17964: !^file:dirname[/a/some.tar.gz]=/a
17965: !^file:dirname[/a/b/]=/a
17966: !^file:basename[/a/some.tar.gz]=some.tar.gz
17967: !^file:justname[/a/some.tar.gz]=some.tar
17968: !^file:justext[/a/some.tar.gz]=gz
17969:
17970: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17971: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17972: @conf/auto[filespec]
17973:
1.116 moko 17974: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17975:
1.150 moko 17976: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 17977: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17978: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17979:
17980: 2002-06-18 paf
17981:
17982: * configure, configure.in, src/include/pa_version.h: version to
17983: configure.in
17984:
17985: * INSTALL: reflected .conf.dist dir change
17986:
1.150 moko 17987: * Makefile.am, configure, configure.in,
1.116 moko 17988: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17989: .in & *.am updated
17990:
17991: * src/classes/file.C: strncasecmp
17992:
17993: * src/classes/file.C: strcasecmp
17994:
1.150 moko 17995: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 17996:
17997: * src/classes/file.C: ^file::exec[script;$.bad error case
17998: insensitive check now
17999:
18000: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18001:
18002: * configure, configure.in, src/include/pa_pool.h,
18003: src/include/pa_types.h: pack configure.in detection simplified.
18004: figured out that gcc on sparc not that stupid as thought
18005: previously: on sparc: when it sees packed class it modifies it's
18006: field-access-code to byte operations [stb, ldub] instead of 4byte
18007: operations [st, lduh] so packed must be all parts of packed
18008: class, i.e. it's parents&fields(classes). for now it's only
18009: String that packed and what was wrong is that it's parent -
18010: Pooled, were not packed. fixed that.
18011:
18012: 2002-06-14 paf
18013:
18014: * operators.txt: more precise xml-to-text options
18015:
18016: * operators.txt, src/types/pa_vxnode.C: xnode
18017: attribute_node.name/value xnode pi.node.data
18018:
18019: 2002-06-12 paf
18020:
1.116 moko 18021: * configure, configure.in, src/targets/cgi/Makefile.am,
18022: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18023:
18024: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18025: src/include/pa_globals.h, src/include/pa_request.h,
18026: src/main/compile.tab.C, src/main/pa_globals.C,
18027: src/main/pa_request.C, src/targets/cgi/parser3.C,
18028: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18029:
18030: * src/classes/mail.C: sendmail -ti [default now]
18031:
18032: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18033: to be strings. for convinient #ing
18034:
18035: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18036: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18037:
18038: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18039: main/pa_globals.C, main/pa_request.C: @conf
18040:
18041: 2002-06-11 paf
18042:
18043: * src/classes/file.C: check simplified
18044:
18045: * src/: classes/file.C, targets/cgi/parser3.dsp,
18046: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18047: valid prefix
18048:
18049: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18050: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18051: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18052:
18053: 2002-06-10 paf
18054:
18055: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18056: src/main/pa_common.C: lock failures reported now
18057:
18058: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18059: string->double @ compile time were not-enough-checking...
18060:
18061: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18062: autoconvert now ignored
18063:
18064: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18065: check
18066:
18067: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18068: $response:body content-type:name
18069:
18070: * configure, configure.in: hpux check, nsl link, no socket
18071:
18072: * operators.txt: old merge conflict removed
18073:
18074: * configure, configure.in: pack even address access on sparc&co
18075: arch checked in configure
18076:
18077: * configure, src/include/pa_version.h: makes
18078:
18079: * configure, configure.in, src/include/pa_version.h: makes
18080:
18081: * src/main/untaint.C: (bug#2) mail subject got always prepended
18082: with charset even when all letters were 7bit one
18083:
18084: * src/main/pa_common.C: merged fixed -d (bug)
18085:
18086: * src/main/pa_common.C: fixed -d (bug)
18087:
18088: 2002-06-03 paf
18089:
18090: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18091: src/classes/classes.dsp, src/main/compile.tab.C,
18092: src/main/main.dsp, src/main/pa_globals.C,
18093: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18094: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18095: .dsp-s along with reorganized cvs modules dirs structure
18096:
18097: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18098: main/pa_globals.C, targets/cgi/parser3.dsp,
18099: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18100: modules
18101:
18102: 2002-05-28 paf
18103:
18104: * src/targets/cgi/parser3.C: info.uri now ""
18105:
18106: 2002-05-17 paf
18107:
18108: * src/classes/: table.C: ^table.save << checked empty
18109: pre/match/post columns
18110:
18111: 2002-05-16 paf
18112:
18113: * src/classes/image.C: image::measure can png now
18114:
18115: 2002-05-15 paf
18116:
18117: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18118: added
18119:
18120: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18121:
18122: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18123: %H[:%M[:%S]]]]]] [-%m now
18124:
18125: 2002-05-14 paf
18126:
18127: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18128:
18129: 2002-05-07 paf
18130:
18131: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18132: src/include/pa_globals.h, src/include/pa_request.h,
18133: src/include/pa_table.h, src/main/compile.tab.C,
18134: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18135: src/main/pa_request.C, src/main/pa_table.C,
18136: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18137: src/targets/isapi/parser3isapi.dsp,
18138: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18139: name2number field now &. main_method_name now on Request pool
18140: rather on global_pool [Junction+VJunction created on same pool as
18141: name = were created on global pool, causing mem leaks]
18142:
18143: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18144: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18145: main/compile.y, main/main.dsp, main/pa_globals.C,
18146: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18147: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18148: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18149: field now &. main_method_name now on Request pool rather on
18150: global_pool [Junction+VJunction created on same pool as name =
18151: were created on global pool, causing mem leaks]
18152:
18153: 2002-05-06 paf
18154:
18155: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18156: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18157: 100*40 bytes per request memory leak [nonpool malloc in globals]
18158:
18159: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18160: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18161: 100*40 bytes per request memory leak [nonpool malloc in globals]
18162:
18163: 2002-04-30 paf
18164:
18165: * configure, src/include/pa_version.h: version now not b
18166:
18167: * src/targets/cgi/parser3.C: request.uri now never 0
18168:
18169: 2002-04-29 paf
18170:
18171: * configure.in: removed b
18172:
18173: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18174: Exception::comment/type checked in (), no there's no empty
18175: type/comment by default
18176:
18177: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18178: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18179: src/doc/value.dox, src/include/pa_exception.h,
18180: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18181: 0001
18182:
18183: 2002-04-26 paf
18184:
18185: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18186: size reduced
18187:
18188: 2002-04-25 paf
18189:
18190: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18191: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18192: now that took into account
18193:
18194: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18195: 01:03:04]
18196:
18197: * ChangeLog, operators.txt, src/classes/date.C:
18198: ^date::create[2002-12-33 01:03:04]
18199:
18200: * ChangeLog: updated changelog
18201:
18202: * src/classes/table.C: removed restriction on column count to
18203: ^table.hash to work, now must be >0 [were >1]
18204:
18205: 2002-04-24 paf
18206:
18207: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18208: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18209: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18210: targets
18211:
18212: 2002-04-23 paf
18213:
18214: * operators.txt, src/classes/string.C:
18215: int/double/string:sql{}[$.default{code}] fixed [were barking:
18216: "junction used outside of context"]
18217:
18218: 2002-04-22 paf
18219:
18220: * types.txt, src/classes/string.C, src/include/pa_string.h,
18221: src/main/pa_string.C, src/types/pa_vstring.C,
18222: src/types/pa_vstring.h: ^string.optimize[]
18223:
18224: * src/: include/pa_globals.h, include/pa_table.h,
18225: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18226: table template
18227:
18228: * src/classes/: string.C: optimize removed from string
18229: .left/right/pos
18230:
18231: * src/main/execute.C: rolled back to
18232: before_killing_userjunction_contexts
18233:
18234: * src/main/execute.C: user junctions context killed
18235:
18236: * src/main/execute.C: junctions to local contexts got
18237: cleanized&checked later
18238:
18239: 2002-04-19 paf
18240:
18241: * src/: classes/string.C, include/pa_request.h,
18242: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18243: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18244: prior to .left .right .mid .pos .match when that is profitable,
18245: and always before .replace when $ORIGINS(1) optimization disabled
18246: economy from not wasting mem on lots of strings which occur by
18247: lots of String:mid calls to get parts of source string between
18248: found_occurances
18249:
18250: * src/classes/file.C: ovector now local economy: 16 bytes per
18251: ^file:list
18252:
18253: * src/: include/pa_globals.h, include/pa_table.h,
18254: main/pa_globals.C, main/pa_string.C: String::match table columns
18255: globalized, not created @ each ^match anymore economy:
18256: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18257:
18258: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18259: removed from each String::match replace iteration, and made
18260: stacked sizeof(VTable)=12bytes economy on each replace code
18261:
18262: * src/doc/footer.htm: 2001,
18263:
18264: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18265: string.match[]['] option enables generation of $match.prematch
18266: .match .postmatch columns
18267:
18268: * src/main/pa_string.C: String::match options analized without
18269: cstr-ing them now
18270:
18271: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18272: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18273: config updated to doxygen 1.2.15, created helper which fixes
18274: minor bugs in chm project files & htm tree. changed extension to
18275: .htm
18276:
18277: 2002-04-18 paf
18278:
18279: * src/doc/doxygen.cfg: .chi generation disabled
18280:
18281: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18282: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18283: fields&methods
18284:
18285: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18286: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18287: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18288: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18289: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18290: types/pa_vresponse.h, types/pa_vstateless_class.h,
18291: types/pa_vstateless_object.h, types/pa_vstatus.h,
18292: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18293: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18294: VStateless_class to VObject
18295:
18296: * src/: main/pa_request.C, types/pa_valiased.h,
18297: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18298: types/pa_vstring.h: VStateless_string_object speicalized light
18299: version of VStateless_object
18300:
18301: * src/classes/op.C: ^throw comment param made optional
18302:
18303: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18304: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18305: and implemented down in VClass, fclass_alias removed,
18306:
18307: * src/types/pa_value.C: forced to cut that from .h because of
18308: VStateless_class usage [undefined in .h]
18309:
18310: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18311: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18312: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18313: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18314: on each CALL]
18315:
18316: * src/: classes/classes.h, classes/date.C, classes/double.C,
18317: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18318: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18319: classes/response.C, classes/string.C, classes/table.C,
18320: classes/void.C, classes/xnode.C, include/pa_globals.h,
18321: include/pa_request.h, main/execute.C, main/pa_globals.C,
18322: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18323: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18324: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18325: types/pa_vstateless_class.h, types/pa_wcontext.C,
18326: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18327: removed Value::fname
18328:
18329: 2002-04-17 paf
18330:
18331: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18332: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18333: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18334: include/pa_pool.h, include/pa_types.h: dox updated to current
18335: state, PTHROW freshen to throw & co
18336:
18337: * src/types/pa_vhash.h: vstring wrong parent fixed
18338:
18339: * src/classes/op.C: taint local result var bug fixed
18340:
18341: 2002-04-16 paf
18342:
18343: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18344: Attic asm.txt as most interesting
18345:
18346: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18347: check, preventing content-length: 0 from appearing
18348:
18349: * src/main/execute.C: $result in @main now taken into account as in
18350: usual functions
18351:
18352: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18353: & @unhandled_exception now taken into account as in usual
18354: functions
18355:
18356: * src/doc/postbuild.txt: instructions on post .html build
18357:
18358: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18359:
18360: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18361: tainted
18362:
18363: * src/main/pa_request.C: uri in error log
18364:
18365: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18366: cheched date:create(days) param for validity [later were assumed
18367: valid and crashed on invalid onces]
18368:
18369: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18370: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18371: and used that for removing VString wrapper
18372:
18373: * src/classes/op.C: exception2vhash file now tainted
18374:
18375: * src/classes/op.C: _process pseudo origin copied from local var to
18376: heap
18377:
18378: * src/classes/op.C: extra check on empty file in origin in _execute
18379:
18380: 2002-04-15 paf
18381:
18382: * src/: main/execute.C, types/pa_value.h: fixed name update
18383:
18384: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18385: functions
18386:
18387: * src/: classes/file.C, classes/hash.C, classes/op.C,
18388: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18389: started dual write_xxx_lang functions, if checked & works
18390:
18391: * src/: classes/date.C, classes/file.C, classes/mail.C,
18392: classes/string.C, classes/xnode.C, include/pa_request.h,
18393: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18394: unnecessary VString shells
18395:
18396: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18397: prev changes]
18398:
18399: * src/: classes/image.C, classes/op.C, classes/string.C,
18400: classes/table.C, include/pa_request.h, main/execute.C,
18401: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18402: StringOrValue wcontext result, now ready for dual writes
18403:
18404: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18405: checked that
18406:
18407: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18408: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18409: changed to OP_WRITE_VALUE in var get cases
18410:
18411: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18412: include/pa_request.h, main/compile.tab.C, main/compile.y,
18413: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18414: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18415: switch in hash constructor fixed [were problems with using of
18416: stacked wwrapper after it's death]
18417:
18418: 2002-04-12 paf
18419:
18420: * operators.txt, src/classes/table.C: table.select(expression) 0
18421:
18422: 2002-04-11 paf
18423:
18424: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18425: Request::process_internal codeFrame & wwrapper stacked [not
18426: wasting heap anymore]
18427:
18428: 2002-04-10 paf
18429:
18430: * src/: classes/double.C, classes/file.C, classes/hash.C,
18431: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18432: classes/string.C, classes/table.C, classes/void.C,
18433: classes/xdoc.C, include/pa_request.h, main/execute.C,
18434: main/pa_string.C: killed Request::process() wrapping
18435: VString(String) in case we need only String
18436:
18437: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18438: killed 8 bytes from String.head
18439:
18440: 2002-04-09 paf
18441:
18442: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18443: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18444: local*/char b[...]; a=b; situations
18445:
18446: * operators.txt, src/classes/xdoc.C: xslt params made literal
18447:
18448: * src/classes/xdoc.C: xslt params fixed
18449:
18450: * src/: main/pa_common.C, targets/cgi/parser3.C,
18451: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18452: not pool.malloc(MAX_NUMBER) but really neaded
18453:
18454: * operators.txt, src/classes/double.C, src/classes/int.C:
18455: int/double.int/double(default)
18456:
18457: 2002-04-04 paf
18458:
18459: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18460: [when reconstructing pieces were split by
18461: max_integral(piece.size), thus some strings to replace happen to
18462: be split into two = not replaced)
18463:
18464: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18465: standalone version = current dir
18466:
18467: * src/targets/cgi/parser3.C: document root in standalone version =
18468: current dir
18469:
18470: 2002-04-03 paf
18471:
18472: * configure, configure.in: more checks on nonexistent charset
18473:
1.116 moko 18474: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18475:
18476: 2002-04-02 paf
18477:
18478: * src/main/compile.C: parser.compile [exception name more like in
18479: doc]
18480:
18481: 2002-04-01 paf
18482:
18483: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18484: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18485: .content-type.charset, not .charset
18486:
18487: 2002-03-29 paf
18488:
18489: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18490:
18491: * operators.txt, src/classes/date.C: ^date::create now may not
18492: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18493: days' year. | 31.05->31.04 roll
18494:
18495: 2002-03-28 paf
18496:
18497: * operators.txt, src/classes/date.C, src/classes/op.C,
18498: src/include/pa_globals.h, src/include/pa_hash.h,
18499: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18500: ^cache(seconds) ^cache[date] }
18501:
18502: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18503: param
18504:
18505: 2002-03-27 paf
18506:
18507: * operators.txt, src/classes/date.C, src/classes/double.C,
18508: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18509: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18510: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18511: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18512: src/classes/xnode.C, src/include/pa_exception.h,
18513: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18514: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18515: src/main/pa_array.C, src/main/pa_charset.C,
18516: src/main/pa_charsets.C, src/main/pa_common.C,
18517: src/main/pa_dictionary.C, src/main/pa_exception.C,
18518: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18519: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18520: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18521: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18522: src/types/pa_value.h, src/types/pa_vcookie.C,
18523: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18524: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18525: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18526: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18527: src/types/pa_wwrapper.h: assigned exception types
18528:
18529: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18530: src/include/pa_request.h, src/main/execute.C,
18531: src/main/pa_request.C: decided agains resetting exception_trace,
18532: just changed name
18533:
18534: 2002-03-26 paf
18535:
18536: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18537: fixed
18538:
18539: * src/classes/op.C: forced language of $source field of exception
18540: to 'tainted', so that sql-langed-frags could be outputed outside
18541: of connect
18542:
18543: * operators.txt: removed date.roll limit of +-1 offset
18544:
18545: * src/classes/date.C: removed date.roll limit of +-1 offset
18546:
18547: * operators.txt, src/classes/date.C: fixed date roll on
18548: daylightsaving days mktime took into account tm_isdst flag, which
18549: remained from BEFORE roll, but should have been reset
18550:
18551: 2002-03-25 paf
18552:
18553: * operators.txt, src/targets/cgi/parser3.C:
18554: http_site_config_filespec
18555:
18556: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18557: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18558: with any/both --disable-foreign-group-files --disable-execs
18559:
18560: * INSTALL: "--with=sendmail=COMMAND" comment
18561:
18562: * INSTALL, configure, configure.in, src/classes/mail.C,
18563: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18564: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18565: disables execs also. introducing --sendmail
1.95 moko 18566:
18567: * operators.txt: pgsql options comment
18568:
18569: * INSTALL: comment on --disable-link-stdcpp
18570:
1.116 moko 18571: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18572: libstdc++ link skipping configure option
1.95 moko 18573:
18574: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18575: with error were put to cache with 'marked_to_rollback' flag, all
18576: consequent even OK requests rolled back
18577:
18578: 2002-03-22 paf
18579:
18580: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18581: false return
18582:
18583: * operators.txt: few comments on sets
18584:
18585: 2002-03-18 paf
18586:
18587: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18588: src/include/pa_globals.h, src/include/pa_request.h,
18589: src/include/pa_stack.h, src/main/pa_globals.C,
18590: src/main/pa_request.C: introducing ^try
18591:
18592: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18593: types/pa_vdouble.h: removed some tested @tests
18594:
18595: 2002-03-15 paf
18596:
18597: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18598:
18599: 2002-03-13 paf
18600:
18601: * src/main/pa_exception.C: checked not-pooled malloc
18602:
18603: 2002-03-11 paf
18604:
18605: * INSTALL, configure, configure.in,
18606: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18607:
18608: * src/main/pa_common.C: --disable-foreign-group-files
18609:
18610: * INSTALL: --disable-execs
18611:
18612: * src/main/pa_exec.C: --disable-execs
18613:
18614: * configure, configure.in, src/include/pa_config_auto.h.in:
18615: --disable-execs
18616:
18617: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18618:
18619: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18620: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18621:
18622: 2002-03-05 paf
18623:
18624: * operators.txt, src/classes/date.C: date week calendar columns
18625: named
18626:
18627: * operators.txt, src/classes/date.C: date week calendar columns
18628: named
18629:
18630: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18631: requires headers to be terminated with \r\n manually [refuses to
18632: separate header/body itself]
18633:
18634: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18635: targets/isapi/parser3isapi.C: isapi site config beside .dll
18636:
18637: 2002-03-04 paf
18638:
18639: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18640: in PASS language
18641:
18642: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18643: deserialize checks on broken file
18644:
18645: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18646: parser3isapi.dsp: isapi updated
18647:
18648: 2002-03-01 paf
18649:
18650: * src/main/pa_exec.C: execle -> execve, now argc OK
18651:
18652: 2002-02-28 paf
18653:
18654: * src/main/untaint.C: removed some debug comments
18655:
18656: * src/main/pa_charsets.C: when placing charset to cache using
18657: global name now [were request]
18658:
18659: * configure, configure.in: apache module updated
18660:
18661: * src/main/pa_string.C: origin by first piece preferred before last
18662: piece
18663:
18664: 2002-02-27 paf
18665:
18666: * src/main/pa_charset.C: size_t
18667:
18668: * INSTALL: shared/static-xml with-pathlink
18669:
18670: * operators.txt: SMTP comment
18671:
18672: 2002-02-26 paf
18673:
18674: * src/main/pa_exec.C: more precise names for vars, cosmetic
18675:
18676: * src/classes/xnode.C: in some situation, xpath query returned
18677: result with type NODESET, but empty nodeset member field, checked
18678: that
18679:
18680: 2002-02-22 paf
18681:
18682: * INSTALL: without-zlib comment
18683:
18684: * etc/parser3.charsets/windows-1251.cfg: °
18685:
18686: * configure, configure.in: glib###.a detection fixed
18687:
18688: * INSTALL: hashfile removed from INSTALL
18689:
1.116 moko 18690: * Makefile.am: make update
1.95 moko 18691:
18692: * src/main/pa_string.C: string iterators fixed again, so were
18693: String::join_chain
18694:
18695: * src/main/pa_string.C: string iterators fixed again, so were
18696: String::join_chain
18697:
18698: * src/: include/pa_string.h, main/pa_string.C: string iterators
18699: fixed again, so were String::join_chain
18700:
18701: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18702:
18703: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18704: "session"
18705:
1.116 moko 18706: * configure, configure.in, src/include/pa_config_auto.h.in:
18707: --with-shared-xml --with-static-xml
1.95 moko 18708:
18709: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18710: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18711: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18712: xalan&xml
18713:
18714: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18715:
18716: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18717: src/types/types.dsp: removed hashfile support from sources for
18718: now
18719:
1.116 moko 18720: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18721: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18722: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18723: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18724: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18725: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18726: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18727: src/types/Makefile.am, src/types/pa_vhashfile.C,
18728: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18729:
18730: 2002-02-21 paf
18731:
18732: * src/main/untaint.C: removed debug code, activated commented-for
18733: debug parts
18734:
1.116 moko 18735: * Makefile.am: make cvsupdate
1.95 moko 18736:
18737: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18738: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18739: append_row, not at link zero now string to string appending works
18740:
18741: 2002-02-20 paf
18742:
18743: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18744: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18745: DEBUG_STRING_APPENDS_VS_EXPANDS
18746:
18747: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18748: economy: 22%
18749:
18750: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18751: space uptimized: string::link_row removed
18752:
18753: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18754: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18755: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18756: types/pa_vstring.h: speed uptimized: string::is_empty
18757:
18758: * operators.txt, src/include/pa_common.h,
18759: src/include/pa_config_fixed.h, src/include/pa_string.h,
18760: src/include/pa_types.h, src/main/compile.tab.C,
18761: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18762: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18763: string append optimiziation idea and estimates
18764:
18765: 2002-02-19 paf
18766:
18767: * src/classes/math.C: not used directly [but erroreously reported
18768: that 'is', thus registering twice&other probs]
18769:
18770: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18771: to node [element]
18772:
18773: * src/main/compile.C: without string_origins parse error
18774: file+line+col possible
18775:
18776: * src/main/: compile.C: without string_origins not worked
18777:
18778: 2002-02-18 paf
18779:
18780: * src/types/pa_vdouble.h: since we have in_expression removed that
18781: trick i've installed into double::as_string
18782:
18783: * src/main/pa_globals.C: extern "C" was removed too fast
18784:
18785: * src/: include/pa_opcode.h, include/pa_request.h,
18786: main/compile.tab.C, main/compile.y, main/execute.C,
18787: types/pa_wcontext.h: in_expression aimed to solve old problem
18788: with string/nonstring values, now in expressions double/int
18789: values are passed as-is, without stupid tostring/fromstring
18790: conversions
18791:
18792: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18793: __cplusplus } #endif
18794:
18795: * src/main/compile.tab.C: bison env set so one could compile
18796: without cygwin installed
18797:
18798: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18799: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18800: gnome xml libs parser .dsp-s changed accordingly
18801:
18802: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18803:
18804: * operators.txt, src/classes/date.C: date::create [were date::set,
18805: with backward comp
18806:
18807: * src/classes/math.C: math:random range check fixed
18808:
18809: * src/main/: compile.tab.C, compile.y: integer division stops name
18810:
18811: * INSTALL: local install comment
18812:
1.116 moko 18813: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18814:
1.116 moko 18815: * acinclude.m4, aclocal.m4, configure, configure.in,
18816: src/include/pa_config_auto.h.in,
18817: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18818: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18819:
18820: * operators.txt: \ comment
18821:
18822: 2002-02-13 paf
18823:
18824: * src/include/pa_config_includes.h: sys/time time both included
18825: now. vaguely remember confilicts on this on some system [not on
18826: six|ablv] so when would see them again would think up proper
18827: check
18828:
1.116 moko 18829: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18830: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18831:
18832: * src/main/pa_common.C: truncation never occured when writing files
18833: on unix [since i've changed cache mech] fix
18834:
18835: * src/main/pa_common.C: strnchr: sanity check added
18836:
18837: * etc/parser3.charsets/windows-1257.cfg: id added
18838:
18839: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18840: baltic charset file generated, in generation script ispunct check
18841: added
18842:
18843: 2002-02-08 paf
18844:
1.116 moko 18845: * src/: include/Makefile.am, sql/Makefile.am,
18846: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18847:
18848: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18849: forgotten
18850:
18851: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18852:
18853: * INSTALL, README: install&others updated
18854:
18855: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18856:
1.116 moko 18857: * Makefile.am, configure, configure.in,
18858: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18859: src/classes/Makefile.am, src/main/Makefile.am,
18860: src/main/pa_status_provider.C, src/targets/Makefile.am,
18861: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18862: works
1.95 moko 18863:
18864: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18865: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18866: classes/hashfile.C, classes/int.C, classes/mail.C,
18867: classes/math.C, classes/op.C, classes/response.C,
18868: classes/string.C, classes/table.C, classes/void.C,
18869: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18870: include/pa_array.h, include/pa_cache_managers.h,
18871: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18872: include/pa_config_fixed.h, include/pa_config_includes.h,
18873: include/pa_db_connection.h, include/pa_db_manager.h,
18874: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18875: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18876: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18877: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18878: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18879: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18880: include/pa_stack.h, include/pa_string.h,
18881: include/pa_stylesheet_connection.h,
18882: include/pa_stylesheet_manager.h, include/pa_table.h,
18883: include/pa_threads.h, include/pa_types.h, main/compile.C,
18884: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18885: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18886: main/pa_db_connection.C, main/pa_db_manager.C,
18887: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18888: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18889: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18890: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18891: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18892: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18893: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18894: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18895: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18896: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18897: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18898: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18899: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18900: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18901: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18902: types/pa_vmethod_frame.h, types/pa_vobject.h,
18903: types/pa_vrequest.h, types/pa_vresponse.h,
18904: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18905: types/pa_vstateless_object.h, types/pa_vstatus.C,
18906: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18907: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18908: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18909: classes/image.C, main/pa_common.C, main/pa_exec.C,
18910: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18911: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18912: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18913: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18914: types/pa_vxnode.C, main/pa_charset.C: name spelling
18915:
18916: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18917: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18918: classes/hashfile.C, classes/image.C, classes/int.C,
18919: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18920: classes/string.C, classes/table.C, classes/void.C,
18921: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18922: include/pa_array.h, include/pa_cache_managers.h,
18923: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18924: include/pa_config_fixed.h, include/pa_config_includes.h,
18925: include/pa_db_connection.h, include/pa_db_manager.h,
18926: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18927: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18928: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18929: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18930: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18931: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18932: include/pa_stack.h, include/pa_string.h,
18933: include/pa_stylesheet_connection.h,
18934: include/pa_stylesheet_manager.h, include/pa_table.h,
18935: include/pa_threads.h, include/pa_types.h, main/compile.C,
18936: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18937: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18938: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18939: main/pa_db_connection.C, main/pa_db_manager.C,
18940: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18941: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18942: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18943: main/pa_socks.C, main/pa_sql_driver_manager.C,
18944: main/pa_status_provider.C, main/pa_string.C,
18945: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18946: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18947: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18948: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18949: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18950: targets/isapi/pool_storage.h, types/pa_valiased.C,
18951: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18952: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18953: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18954: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18955: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18956: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18957: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18958: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18959: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18960: types/pa_vresponse.h, types/pa_vstateless_class.C,
18961: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18962: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18963: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18964: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18965: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18966: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18967:
18968: 2002-02-07 paf
18969:
18970: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18971:
1.116 moko 18972: * configure, configure.in, src/include/pa_config_auto.h.in,
18973: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18974: added yet another locking function: fcntl
1.95 moko 18975:
18976: * config.sub: on cygwin configure passes it with strange i1586
18977: const, hacked it to mean i586
18978:
18979: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18980: disabled $if reference due to conflicts with local variables
18981:
18982: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18983: xdoc::set obsolete now, now xdoc::create, with both sences
18984:
18985: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18986: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18987: table::create now // 'set' name obsolete now table clone.
18988:
18989: * operators.txt, src/classes/string.C,
18990: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18991: ^int/double/string.format now can be called with normal []
18992: brackets, not stupid {} as it were implemented for some strange
18993: reason. retaining backward compatibility due to some
18994: already-implemented servers
18995:
18996: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18997: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18998: operators now detected by check at name_without_curly_rdive_read
18999: rule whether diving code constists only of
19000: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19001: with OP_GET_ELEMENT_OR_OPERATOR to form
19002: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19003:
19004: 2002-02-06 paf
19005:
19006: * configure, configure.in: prefix expanded, grr
19007:
19008: * operators.txt, src/classes/mail.C: mail:send config changed
19009:
19010: 2002-02-05 paf
19011:
19012: * operators.txt: regex options commented
19013:
19014: * src/main/: pa_exec.C: argv0 now correct
19015:
19016: * src/types/pa_vstatus.C: status:rusage 3
19017:
19018: * src/types/pa_vstatus.C: status:rusage 2
19019:
19020: * operators.txt: status:rusage described int operators
19021:
19022: * src/types/pa_vstatus.C: status:rusage 1
19023:
19024: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19025: src/types/types.dsp: status:rusage
19026:
19027: * configure.in, operators.txt, src/classes/file.C,
19028: src/classes/op.C, src/include/pa_common.h,
19029: src/include/pa_config_includes.h, src/main/compile.tab.C,
19030: src/main/pa_common.C: rewritten ^cache to use
19031: non-blocking-exclusive-caches
19032:
19033: * src/main/pa_common.C: text file read mode on win32 adjusted
19034: [speed impact. was off for debugging purpose, but forgotten
19035: afterwards]
19036:
19037: 2002-02-01 paf
19038:
19039: * src/classes/op.C: file_write does EX lock after create, while
19040: file_read does SH after open, so there's a moment after create
19041: but before EX lock when read can sneak into, and read
19042: just-created-for-writing-and-not-yet-locked file, added a check
19043: for that in ^cache...read
19044:
19045: 2002-01-31 paf
19046:
19047: * src/main/: compile.y, compile.tab.C: disabled operator call after
19048: ^xxx:
19049:
19050: * src/main/: compile.tab.C, execute.C: made operators lookup first
19051: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19052:
19053: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19054: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19055: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19056: operators check 6.1 rewritten. now check is done at compile time
19057:
19058: * src/main/execute.C: operators check 5 floated up old error of
19059: staying in 'entered class/object' state after $a($a..) it
19060: prevented operators from being called thereafter
19061:
19062: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19063: main/execute.C: operators check 4 floated up old error of staying
19064: in 'entered object' state after ^a.a(a) it prevented operators
19065: from being called thereafter
19066:
19067: * src/main/execute.C: operators check 3 floated up old error of
19068: staying in 'entered class' state after $a:a(a) it prevented
19069: operators from being called thereafter
19070:
19071: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19072: floated up old error of staying in 'entered class' state after
19073: $a:a[a] it prevented operators from being called thereafter
19074:
19075: * src/main/execute.C: operators check, thay mistakenly seen in
19076: $class:operator $object.operators contexts
19077:
19078: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19079: win32
19080:
1.116 moko 19081: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19082: src/classes/Makefile.am, src/main/Makefile.am,
19083: src/targets/cgi/Makefile.am,
1.95 moko 19084: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19085: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19086:
1.116 moko 19087: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19088: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19089: configure, configure.in, form.txt, ident.awk, install-sh,
19090: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19091: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19092: etc/parser3.charsets/Makefile.am,
19093: etc/parser3.charsets/koi8-r.cfg,
19094: etc/parser3.charsets/windows-1250.cfg,
19095: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19096: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19097: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19098: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19099: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19100: straightened installation scripts procedure made
19101: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19102: change
19103:
19104: 2002-01-30 paf
19105:
19106: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19107: removed] those comments were a mistake, and prevented libltdl
19108: from function properly
19109:
19110: 2002-01-29 paf
19111:
1.116 moko 19112: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19113: creation [modified acinclude.m4 which were creating int into just
19114: assignment LIBTOOL=../libtool] added default system
19115: config&charsetts prepared 'make install', now it installs
19116: targets/cgi/parser3 into bin directory etc/parser3.conf &
19117: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19118: $sysconfdir/parser3.charsets respectively
19119:
19120: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19121: main/pa_globals.C: few forgotten ifdef XML added
19122:
19123: 2002-01-28 paf
19124:
1.116 moko 19125: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19126: removed
19127:
19128: * src/main/pa_exception.C: dom|generic error output fix
19129:
19130: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19131:
19132: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19133:
19134: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19135: [fixed as_node helper func to accept docs]
19136:
19137: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19138: xdoc.importNode 0
19139:
19140: * src/classes/xdoc.C: xdoc::set now untaints OK
19141:
19142: 2002-01-25 paf
19143:
19144: * src/main/: compile.tab.C, compile.y: #comment before @ after
19145: @SPECIAL now works OK
19146:
19147: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19148:
19149: * src/main/pa_exec.C: max arg count now 10, and proper message on
19150: violation that added
19151:
19152: * src/classes/hash.C: unified hash::sql, now
19153: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19154:
19155: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19156: ^file:lock[filename]{code}
19157:
19158: * src/: classes/file.C, classes/op.C, classes/string.C,
19159: classes/table.C, classes/xdoc.C, include/pa_common.h,
19160: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19161: to some pa_common funcs
19162:
19163: * src/: include/pa_charset.h, main/pa_globals.C:
19164: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19165:
19166: * src/: include/pa_charset.h, main/pa_charset.C,
19167: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19168: not stupid illegal define
19169:
19170: 2002-01-24 paf
19171:
19172: * src/include/pa_version.h: changed version number
19173:
19174: * src/: classes/hashfile.C, include/pa_db_table.h,
19175: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19176: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19177: main/pa_db_connection.C, main/pa_db_table.C,
19178: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19179: hashfile without logfiles
19180:
19181: * src/: classes/hashfile.C, include/pa_db_table.h,
19182: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19183: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19184: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19185: DB_INIT_TXN init bits, thus got rid of huge log files, which
19186: cluttered disk without huge need]
19187:
19188: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19189: handy macro, which is strangly abscent in dome lib
19190:
19191: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19192:
19193: * src/classes/xdoc.C: checked empty response
19194:
19195: * src/classes/xnode.C: xdoc.select fixed context node [were always
19196: /, not self node]
19197:
19198: * src/classes/xnode.C: xnode.select returns array always now, in
19199: case 'nothing found' returns empty array
19200:
19201: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19202: be more tender with ctrl/c/v
19203:
19204: 2002-01-23 paf
19205:
19206: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19207: substituted. // 2. when dom tree with entites goes under
19208: transform text nodes // got [erroreosly] cut on first
19209: entity occurance
19210:
19211: * src/types/pa_vdouble.h: double prec. todo: get rid of
19212: twice-converting
19213:
19214: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19215: 'e' in output this is for regretful twice-converting here:
19216: $a(double value) when they write double falue they convert it to
19217: string first, thus %g were losing precesion.
19218:
19219: todo: think up some way to remove double->string string->double
19220: twice-converting
19221:
19222: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19223: %.20E now default float format this is for regretful
19224: twice-converting here: $a(double value) when they write double
19225: falue they convert it to string first, thus %g were losing
19226: precesion.
19227:
19228: todo: think up some way to remove double->string string->double
19229: twice-converting
19230:
19231: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19232: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19233: reasons in comment inside
19234:
19235: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19236: statically linked]
19237:
19238: * src/: include/pa_exception.h, main/compile.tab.C,
19239: main/pa_exception.C: removed exception va_list constructor. 1.
19240: not needed anymore 2. there were a conflict[causing errors]
19241: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19242: never detected an ambiguilty here, compiling ctor(, "hello") into
19243: ctor(, va_list) which, of course, caused gpf
19244:
19245: * src/main/pa_globals.C: removed debug xslt messages
19246:
19247: 2002-01-22 paf
19248:
19249: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19250: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19251: helps compiling stylesheet properly. example: this refused to
19252: work, <b>«<xsl:value-of select="@title"
19253: />»</b> stranly worked only this way:
19254: <b>«<xsl:value-of select="@title" />»</b>
19255:
19256: docs says "set it to 1", never going into details, so I decided
19257: to try NOT to do that
19258:
19259: * src/classes/table.C: join behaived badly in case named tables
19260: structure mismatched: 0 strings sneaked into dest failing
19261: afterwards. replaced them with empty strings
19262:
19263: 2002-01-21 paf
19264:
19265: * src/main/pa_charset.C: checked empty transcoders in
19266: transcode_cstr|buf
19267:
19268: * src/classes/xdoc.C: xdoc::load error source = filespec
19269:
19270: * src/classes/xdoc.C: transform error source now
19271: stylesheet_filespec
19272:
1.116 moko 19273: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19274: include/pa_stylesheet_connection.h, main/pa_charset.C,
19275: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19276: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19277: gnome
1.95 moko 19278:
19279: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19280: include/pa_globals.h, include/pa_stylesheet_connection.h,
19281: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19282: xslt generic error 1
19283:
19284: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19285: xml generic message 1
19286:
19287: * src/classes/table.C: ^table::load empty lines or #comments before
19288: headline
19289:
19290: * src/: include/pa_array.h, include/pa_globals.h,
19291: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19292: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19293: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19294: errors 0
19295:
19296: 2002-01-16 paf
19297:
19298: * src/: classes/hash.C, classes/op.C, classes/string.C,
19299: classes/table.C, classes/void.C, classes/xdoc.C,
19300: include/pa_db_connection.h, include/pa_request.h,
19301: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19302: include/pa_stylesheet_connection.h,
19303: include/pa_stylesheet_manager.h, main/pa_request.C,
19304: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19305: targets/cgi/pool_storage.h: auto closers to sql_connection,
19306: stylesheet_connection auto destroyers to remaining gnome objects
19307:
19308: * src/classes/xdoc.C: few comments
19309:
19310: 2002-01-15 paf
19311:
19312: * src/classes/xdoc.C: xdoc file save string
19313:
19314: ready. todo: error handling
19315:
19316: * src/classes/xdoc.C: xdoc save rewritten using
19317: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19318: result
19319:
19320: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19321: started output options parsing
19322:
19323: 2002-01-14 paf
19324:
19325: * src/classes/xdoc.C: method
19326:
19327: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19328: include/pa_pool.h, include/pa_stylesheet_connection.h,
19329: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19330: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19331: xslt transform0. TODO: use output options handle errors
19332:
19333: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19334:
19335: 2002-01-11 paf
19336:
19337: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19338: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19339: partial logical && || evaluation
19340:
19341: * src/classes/xnode.C: xpath selectNodes
19342:
19343: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19344: string/number/bool
19345:
19346: * src/classes/xnode.C: xpath selectNode 2
19347:
19348: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19349: xpath selectNode 1
19350:
19351: 2002-01-10 paf
19352:
19353: * src/classes/xnode.C: xpath selectNode -100 [just written]
19354:
19355: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19356: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19357: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19358: refcounter]
19359:
19360: 2001-12-29 paf
19361:
19362: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19363: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19364: glib works 0
19365:
19366: 2001-12-28 paf
19367:
19368: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19369: main/pa_exception.C: started glib transcoders
19370:
19371: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19372:
19373: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19374: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19375: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19376: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19377: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19378: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19379: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19380: libs just compiled in. no refcounting no xpath no xslt yet
19381:
19382: 2001-12-27 paf
19383:
19384: * src/: include/pa_charset.h, include/pa_common.h,
19385: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19386: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19387: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19388: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19389: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19390: from xalan&xerces, started the process. globals [initialization
19391: pool [charset update charset [transcodings vxnode vxdoc [DOM
19392: calls
19393:
19394: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19395: anymore
19396:
19397: 2001-12-26 paf
19398:
19399: * src/: include/pa_charset.h, include/pa_charsets.h,
19400: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19401: key globalized [bug]
19402:
19403: 2001-12-25 paf
19404:
19405: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19406: main/pa_string.C: table set & append changed splitting languages,
19407: separators now can be clean AND as-is same to mail command line
19408: $MAIN:MAIL.progX arguments
19409:
19410: 2001-12-24 paf
19411:
19412: * src/classes/mail.C: one parted text messages - no multipart
19413: mime-type anymore. for convinient if $.attach-ments
19414:
19415: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19416: main/pa_string.C: read from cache size check updated
19417:
19418: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19419:
19420: 2001-12-21 paf
19421:
19422: * src/classes/date.C: date:sql-string now returns localtime
19423:
19424: * src/main/pa_request.C: $result in @main actually not working, to
19425: hell with it for now
19426:
19427: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19428: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19429: @postprocess @exception
19430:
19431: * src/main/execute.C: junction evaluation canceled - endless
19432: recursion detected
19433:
19434: 2001-12-19 paf
19435:
19436: * src/main/pa_charset.C: charset->charset transcoding via unicode
19437: intermediate
19438:
19439: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19440:
19441: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19442:
19443: * src/classes/op.C: ^cache keypath now relative
19444:
19445: * src/classes/mail.C: changed weighting prior to sort
19446:
19447: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19448: were missing
19449:
19450: 2001-12-17 paf
19451:
19452: * src/main/pa_charset.C: ifndef XML were bad type
19453:
19454: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19455: outdated unset services_pool
19456:
19457: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19458: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19459: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19460:
19461: * src/main/untaint.C: allowed space in filespec
19462:
19463: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19464:
19465: * src/classes/image.C: no govno
19466:
19467: * src/classes/image.C: govno
19468:
19469: 2001-12-16 paf
19470:
19471: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19472:
19473: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19474: charset_connection&manager replaced by charset&charsets
19475:
19476: * src/main/pa_charset.C: name_cstr 0
19477:
19478: * src/main/untaint.C: uri lang now knows about client/source
19479: charsets
19480:
19481: * src/: classes/file.C, classes/math.C, classes/op.C,
19482: classes/string.C, classes/table.C, classes/xdoc.C,
19483: include/pa_array.h, include/pa_cache_managers.h,
19484: include/pa_charset_connection.h, include/pa_charset_manager.h,
19485: include/pa_common.h, include/pa_db_connection.h,
19486: include/pa_db_manager.h, include/pa_db_table.h,
19487: include/pa_dictionary.h, include/pa_exception.h,
19488: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19489: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19490: include/pa_sapi.h, include/pa_socks.h,
19491: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19492: include/pa_string.h, include/pa_stylesheet_connection.h,
19493: include/pa_stylesheet_manager.h, include/pa_table.h,
19494: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19495: main/pa_charset.C, main/pa_charset_connection.C,
19496: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19497: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19498: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19499: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19500: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19501: types/types.dsp: introducing Charset
19502:
19503: 2001-12-14 paf
19504:
19505: * src/: include/pa_request.h, include/pa_transcoder.h,
19506: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19507: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19508: uri lang
19509:
19510: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19511:
19512: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19513:
19514: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19515: defalts_name global
19516:
19517: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19518: include/pa_request.h, main/main.dsp,
19519: main/pa_charset_connection.C, main/pa_charset_manager.C,
19520: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19521: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19522: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19523: changed charset model. now important: $request:charset
19524: $response:charset while $response:content-type.charset become
19525: unimportant [informational]
19526:
19527: 2001-12-13 paf
19528:
19529: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19530:
19531: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19532: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19533: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19534: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19535: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19536: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19537:
19538: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19539: auto_ptr part other way, because of stupid gcc 2.96
19540: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19541: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19542: FormatterListener] /usr/include/g++-3/memory:48:
19543: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19544: _Tp1 = FormatterListener, _Tp = FormatterListener]
19545:
19546: * src/classes/xdoc.C: removed extra inc
19547:
19548: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19549:
19550: * src/include/pa_types.h: msvc head debugging flag
19551:
19552: * src/classes/xdoc.C: freed up listener
19553:
19554: * src/classes/string.C: change msg '... code is not code'
19555:
19556: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19557: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19558: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19559: [past/future prob]
19560:
19561: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19562: include/pa_config_fixed.h, include/pa_db_manager.h,
19563: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19564: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19565:
19566: * src/: include/pa_config_fixed.h, main/pa_common.C,
19567: main/pa_string.C: removed signed mismatch warnings
19568:
19569: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19570: 'expires' from header outputs
19571:
19572: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19573: row ptr
19574:
19575: * src/classes/file.C: file::cgi bug, request_method were passed to
19576: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19577:
19578: * src/classes/xdoc.C: lang list updated
19579:
19580: 2001-12-10 paf
19581:
19582: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19583:
19584: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19585: erase files like that, knowing their full name introducing //
19586: theoretical problem with, for instance, "_2B" and "." fragments,
19587: // they would yield the same // because
19588: need_file_encode('_')=false // but we need to delete such files
19589: somehow, getting names from ^index
19590:
19591: * src/main/pa_string.C: ^string.replace bug fixed [bad
19592: string::join_chank break]
19593:
19594: 2001-12-07 paf
19595:
19596: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19597: include/pa_common.h, include/pa_config_auto.h.in,
19598: include/pa_config_fixed.h, include/pa_config_includes.h,
19599: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19600: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19601: types/pa_vhashfile.C: merged from r14_simple_cache
19602:
19603: * src/main/pa_string.C: stupid sparc architecture failed to access
19604: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19605: lduh [ %i2 + 1 ], %l0
19606:
19607: bus error, fixed that
19608:
19609: * src/main/pa_string.C: strange string deserialize bug on
19610: client[pmts], a bit shortened,
19611:
19612: * src/include/pa_config_auto.h.in: makes
19613:
19614: * src/: include/pa_common.h, include/pa_config_fixed.h,
19615: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19616: file write shared lock file read
19617:
19618: * src/: classes/op.C, include/pa_common.h,
19619: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19620:
19621: 2001-12-06 paf
19622:
19623: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19624: main/pa_request.C: #ifdef RESOURCES_DEBUG
19625:
19626: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19627: info
19628:
19629: * src/classes/hashfile.C: removed transaction from ^cache
19630:
19631: 2001-12-05 paf
19632:
19633: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19634: IIS5 there were a prob with illegal call check
19635:
19636: 2001-12-04 paf
19637:
19638: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19639: main/pa_request.C: measures to log
19640:
19641: 2001-11-23 paf
19642:
19643: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19644: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19645: types/pa_vhashfile.C: merged from _0014, 1
19646:
19647: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19648: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19649: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19650: ^cache(33) would change
19651:
19652: 0660 bits in file_write & hashfile create
19653:
19654: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19655: after pa_string optimization]
19656:
19657: 2001-11-22 paf
19658:
19659: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19660: table.offset[whence]
19661:
19662: * src/classes/op.C: process cstr(,connection)
19663:
19664: * src/classes/op.C: process now gets its body on current language,
19665: not as-is
19666:
19667: * src/main/untaint.C: ORIGINS mode removed UHTML
19668:
19669: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19670: bit
19671:
1.116 moko 19672: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19673:
19674: 2001-11-21 paf
19675:
19676: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19677: <xsl:output output options made identical to xsl:output
19678: attributes exclusion: cdata-section-elements what xalan can do
19679: but that not used now: it can escape and remove CDATA sections
19680:
19681: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19682: produced by xslt
19683:
19684: * src/targets/cgi/parser3.C: removed debug cgi||1
19685:
19686: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19687:
19688: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19689: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19690: default language for {code}, it happen to change it's language
19691: from CLEAN, so later refused to split by CLEAN \t
19692:
19693: 2001-11-20 paf
19694:
1.116 moko 19695: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19696: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19697: bottom of dependeces, so that errors would popup quicklier, fixed
19698: line numbering in table::sql
19699:
19700: 2001-11-19 paf
19701:
19702: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19703: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19704: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19705: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19706: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19707: at wcontext.write
19708:
1.116 moko 19709: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19710: _set_new_handler
19711:
1.116 moko 19712: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19713: set_new_handler in apache&isapi
1.95 moko 19714:
19715: 2001-11-16 paf
19716:
19717: * src/targets/cgi/parser3.C: pool debug @ die
19718:
19719: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19720: removed 8 bytes from String, 2 bytes from
19721: string::chunk::row::item
19722:
19723: * src/main/pa_string.C: removed 1+4 bytes from String
19724:
19725: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19726: types/pa_vstring.C: removed 1+4 bytes from String
19727:
19728: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19729: 0
19730:
19731: * src/: include/pa_globals.h, include/pa_string.h,
19732: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19733: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19734: targets/cgi/parser3.C: introducing estimating
19735: String::cstr_bufsize, 0
19736:
19737: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19738:
19739: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19740:
19741: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19742: include/pa_pool.h: die in pool::fail
19743:
19744: 2001-11-15 paf
19745:
19746: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19747: main/pa_exception.C, targets/cgi/parser3.C: exception with
19748: dynamic buffer re-back now with counter
19749:
19750: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19751: static buffer back
19752:
19753: * src/targets/cgi/parser3.C: std::
19754:
19755: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19756: include/pa_config_includes.h: setnewhandler check
19757:
1.116 moko 19758: * src/include/pa_config_auto.h.in: makes
1.95 moko 19759:
19760: * src/targets/cgi/parser3.C: set_new_handler started
19761:
19762: 2001-11-14 paf
19763:
19764: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19765: was wrong
19766:
19767: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19768: was wrong
19769:
19770: * src/main/pa_request.C: z
19771:
19772: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19773: full returns win32 -1 solaris >buffer_size
19774:
19775: checked all that
19776:
19777: * src/classes/op.C: ^untaint{body} as-is default now
19778:
19779: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19780: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19781: with no_bad_constructors_try
19782:
19783: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19784: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19785: this: $bred[^string::length[]] $bred[^response::clear[]]
19786: $bred[^int::int[]]
19787:
19788: now VObject creation moved into overriden
19789: VClass::create_new_value, thus 0 from create_new_value means that
19790: class has no ctors
19791:
19792: 2001-11-13 paf
19793:
19794: * src/classes/classes.C: returned accedently removed if in foreach
19795: callbacks [when hash no-0-restructure]
19796:
19797: 2001-11-12 paf
19798:
19799: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19800: passed as-is to method, xalan makes & into & itself
19801:
19802: * src/classes/date.C: date.roll parser2 alg used
19803:
19804: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19805: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19806: main/pa_dictionary.C, main/pa_hash.C,
19807: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19808: now does not containt 0 values. put 0 actullay removes. no check
19809: on 0 value in foreach now required
19810:
19811: 2001-11-11 paf
19812:
19813: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19814:
19815: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19816:
19817: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19818: driver initialize not const
19819:
19820: 2001-11-10 paf
19821:
19822: * src/main/pa_exec.C: doc
19823:
19824: 2001-11-09 paf
19825:
19826: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19827: param properly
19828:
19829: * src/classes/string.C: string.save now does untainting before
19830: saving
19831:
19832: * src/main/pa_common.C: line endings fixing fixed last piece[was
19833: still cstr oriented]
19834:
19835: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19836: line endings fixing got rid of cstr, now must work ok with post
19837: multipart
19838:
19839: * src/types/pa_vform.C: line endings fixed at post / multipart /
19840: not file also now
19841:
19842: 2001-11-08 paf
19843:
19844: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19845: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19846: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19847: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19848: main/pa_stylesheet_manager.C: restructured Cache manager to be
19849: simple parent, not second parent [gcc 2.96 strangly refused to
19850: call virtual from second parent]
19851:
1.116 moko 19852: * src/: include/pa_common.h, main/Makefile.am,
19853: targets/cgi/pa_pool.C: makes
1.95 moko 19854:
19855: * src/: include/pa_request.h, main/pa_request.C,
19856: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19857: 'status' class enabler
19858:
19859: <Location /parser-status.html> ParserStatusAllowed </Location>
19860:
19861: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19862: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19863: include/pa_stylesheet_manager.h, main/main.dsp,
19864: main/pa_cache_managers.C, main/pa_charset_manager.C,
19865: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19866: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19867: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19868: todo: apache 'status' class enabler
19869:
19870: 2001-11-05 paf
19871:
19872: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19873: debug to normal
19874:
19875: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19876: hence i removed skipping 0 values in hash::for_each-es we need to
19877: check cleaned cache items manually. few more checks.
19878:
19879: expiring to 0 time was wrong, changed to 'now' time
19880:
19881: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19882: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19883: on apache already done :)
19884:
19885: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19886: skipping 0 values in hash::for_each-es we need to check cleaned
19887: cache items manually
19888:
19889: * src/main/: pa_db_connection.C, pa_db_table.C:
19890: parser_multithreaded check was wrong
19891:
19892: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19893: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19894: classes/hashfile.C, classes/image.C, classes/int.C,
19895: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19896: classes/string.C, classes/table.C, classes/void.C,
19897: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19898: include/pa_array.h, include/pa_charset_connection.h,
19899: include/pa_charset_manager.h, include/pa_common.h,
19900: include/pa_config_fixed.h, include/pa_config_includes.h,
19901: include/pa_db_connection.h, include/pa_db_manager.h,
19902: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19903: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19904: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19905: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19906: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19907: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19908: include/pa_stack.h, include/pa_string.h,
19909: include/pa_stylesheet_connection.h,
19910: include/pa_stylesheet_manager.h, include/pa_table.h,
19911: include/pa_threads.h, include/pa_types.h, main/compile.C,
19912: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19913: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19914: main/pa_charset_manager.C, main/pa_common.C,
19915: main/pa_db_connection.C, main/pa_db_manager.C,
19916: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19917: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19918: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19919: main/pa_socks.C, main/pa_sql_driver_manager.C,
19920: main/pa_status_provider.C, main/pa_string.C,
19921: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19922: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19923: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19924: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19925: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19926: targets/isapi/pool_storage.h, types/pa_valiased.C,
19927: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19928: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19929: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19930: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19931: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19932: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19933: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19934: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19935: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19936: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19937: types/pa_vstateless_object.h, types/pa_vstatus.h,
19938: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19939: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19940: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19941: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19942: $status:db fixed used not initialized in db_connection & db_table
19943:
19944: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19945: $status:charset
19946:
19947: * src/: classes/xdoc.C, include/pa_db_connection.h,
19948: include/pa_stylesheet_connection.h,
19949: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19950: types/pa_vstatus.h: $status:stylesheet
19951:
19952: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19953: include/pa_request.h, include/pa_sql_connection.h,
19954: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19955: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19956: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19957: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19958: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19959: types/pa_vxnode.C, types/types.dsp: started status parser class
19960:
19961: 2001-11-01 paf
19962:
19963: * src/include/pa_config_auto.h.in: makes
19964:
19965: * src/main/pa_hash.C: removed old extra include
19966:
19967: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19968: checks [for hp, there are such in math.h]
19969:
19970: * src/classes/op.C: ^for endless loop check strightened
19971:
19972: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19973: behavior in native calls. it left unchanged, so ^for ^foreach &
19974: co can use r.root to write their i & key,value there
19975:
19976: * src/classes/op.C: detected for var storage bug, fixed.
19977: todo:foreach
19978:
19979: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19980: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19981: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19982: changing of hash inside of foreach
19983:
19984: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19985: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19986: were hash.foreach
19987:
19988: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19989: types/pa_vstring.C, types/pa_vstring.h:
19990: ^foreach[key|value]{body}[[separator]|{separator}]
19991:
19992: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19993: types/pa_vcookie.C: ^hash.delete[key]
19994:
19995: 2001-10-31 paf
19996:
19997: * src/main/: compile.C, pa_common.C: completely empty file now
19998: considered "read", not ignored [not perfect trick used]
19999:
20000: * src/main/pa_common.C: simplier common ifdefs
20001:
20002: * src/main/pa_common.C: typing bug in common - bad ifdeff
20003:
20004: * src/main/pa_db_connection.C: z
20005:
20006: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20007: lockdetector flags
20008: dbenv.lk_detect=DB_LOCK_RANDOM;
20009:
20010: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20011: from accidental show [imagine user forgot @exception]
20012:
20013: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20014:
20015: * src/: classes/file.C, classes/image.C, classes/mail.C,
20016: classes/string.C, classes/xnode.C, include/pa_common.h,
20017: main/pa_common.C: ^string.save[[append;]path]
20018:
20019: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20020: main/execute.C: \ in expression: int divide 10/3=3
20021:
20022: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20023: inside of ^cache
20024:
20025: * src/: include/pa_threads.h, main/pa_db_connection.C,
20026: main/pa_db_table.C, targets/cgi/pa_threads.C,
20027: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20028: needed
20029:
20030: 2001-10-30 paf
20031:
20032: * src/: classes/classes.dsp, main/main.dsp,
20033: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20034: types/types.dsp: enabled debug incremental compile
20035:
20036: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20037: form post data line endings not reformatted now.
20038:
20039: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20040: now required [had bug when file= has no value]
20041:
20042: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20043: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20044: cstr(asis) default param removed
20045:
20046: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20047:
20048: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20049:
20050: * src/include/pa_dir.h: LOAD_DIR fixed
20051:
20052: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20053: was broken} fix_line_breaks
20054:
20055: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20056: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20057: packed with #pragma pack
20058:
1.116 moko 20059: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20060:
20061: 2001-10-29 paf
20062:
20063: * src/types/pa_wcontext.h: bitfield syntax stricter
20064:
20065: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20066: string hash.puts
20067:
20068: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20069:
20070: * src/include/pa_sql_connection.h: there were one wrong
20071: SQL_CONNECTION_FUNC_GUARDED [failed]
20072:
20073: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20074: param.someday either ifdef or remove it
20075:
20076: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20077:
20078: * src/main/untaint.C: optimizing returned after debugging
20079:
20080: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20081: main/untaint.C: memory hunging #pragma pack(1)
20082:
20083: 16 419 844 13 169 394
20084:
20085: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20086: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20087: places [todo:Array]
20088:
20089: * src/: main/execute.C, targets/cgi/pa_pool.C,
20090: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20091: types/pa_wwrapper.h: debugging memory WContext flags to bits
20092:
20093: total 5 652 652/158731 total 5 469 332/158731
20094:
20095: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20096: Array:: without cache in get/put now
20097:
20098: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20099: 18:25:27 2001] total 5 652 652/158731
20100:
20101: * src/: include/pa_string.h, main/pa_string.C,
20102: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20103: now
20104:
20105: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20106: 18:11:53 2001] total 5796092/158731
20107:
20108: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20109: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20110: key ref now
20111:
20112: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20113: 17:11:17 2001] total 16867948/202658
20114:
20115: * src/: classes/file.C, classes/image.C, classes/string.C,
20116: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20117: main/execute.C, main/pa_array.C, main/pa_common.C,
20118: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20119: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20120: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20121: string::as_int/double now usually uses stack, not heap [200K out
20122: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20123:
20124: * src/main/pa_sql_driver_manager.C: ping to have services [old
20125: hiding bug]
20126:
20127: * src/Makefile.am: .am order
20128:
20129: * src/: include/pa_array.h, include/pa_charset_manager.h,
20130: include/pa_db_connection.h, include/pa_db_manager.h,
20131: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20132: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20133: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20134: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20135: required "friend class"
20136:
20137: ../include/pa_request.h:51: friend declaration requires
20138: class-key, i.e. `friend class Temp_lang'
20139:
20140: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20141: main/pa_exception.C, main/pa_sql_driver_manager.C,
20142: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20143:
20144: the idea is to #1 jump to C++ some function to main body, where
20145: every function stack frame has exception unwind information and
20146: from there... #2 propagate_exception()
20147:
20148: 2001-10-28 paf
20149:
20150: * src/main/pa_db_connection.C: removed old consts
20151:
20152: * src/main/pa_db_connection.C: expire table [was accidently pasted
20153: with wrong type/cast]
20154:
20155: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20156: translation
20157:
1.116 moko 20158: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20159: remember to build DB2 with -fexceptions!!!
20160:
20161: * src/main/pa_db_table.C: DB_RMW defed
20162:
20163: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20164: include/pa_db_connection.h, include/pa_db_manager.h,
20165: include/pa_db_table.h, main/pa_db_connection.C,
20166: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20167:
20168: 2001-10-27 paf
20169:
20170: * src/: classes/hashfile.C, include/pa_db_connection.h,
20171: include/pa_db_table.h, main/pa_db_connection.C,
20172: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20173: types/pa_vhashfile.C: DB2 ifdefs
20174:
1.116 moko 20175: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20176: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20177: makes with DB2
20178:
1.116 moko 20179: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20180: types/Makefile.am: makes db
1.95 moko 20181:
20182: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20183: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20184: globals.C
20185:
20186: * src/: classes/hashfile.C, include/pa_db_connection.h,
20187: include/pa_db_table.h, main/pa_db_connection.C,
20188: main/pa_db_table.C: ^hashfile.clear[]
20189:
20190: * src/classes/classes.awk: no $ in var names
20191:
20192: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20193: connection&table [forgotten calls]
20194:
20195: 2001-10-26 paf
20196:
20197: * src/main/pa_db_connection.C: db checkpoints
20198:
20199: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20200: checkpoints
20201:
20202: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20203: default. but entities still reparsed. todo: tothink
20204:
20205: * src/main/pa_db_connection.C: db recover mech 2
20206:
20207: * src/: classes/hashfile.C, include/pa_db_connection.h,
20208: include/pa_db_manager.h, include/pa_db_table.h,
20209: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20210: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20211: types/pa_vhashfile.h: db connections & tables now cached at
20212: create time & multithreaded
20213:
20214: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20215: parsed_source
20216:
20217: * src/main/pa_db_connection.C: about to remove connection from
20218: vhashfile
20219:
20220: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20221: transaction commit/rollback responsibility left to parent [as it
20222: sould - else there were a bug with double free]
20223:
20224: * src/include/pa_db_table.h: db: child transaction commit/rollback
20225: responsibility left to parent [as it sould - else there were a
20226: bug with double free]
20227:
20228: 2001-10-25 paf
20229:
20230: * src/: classes/hashfile.C, include/pa_common.h,
20231: include/pa_db_connection.h, include/pa_db_manager.h,
20232: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20233: types/pa_vhashfile.C, types/pa_vhashfile.h,
20234: include/pa_db_table.h, main/pa_db_table.C: started db_home
20235: [multiple, cached] todo: autorecover [tried, but not succeded,
20236: yet]
20237:
20238: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20239:
20240: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20241: transaction parent passed
20242:
20243: 2001-10-24 parser
20244:
1.116 moko 20245: * src/classes/Makefile.am: makes
1.95 moko 20246:
20247: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20248: isapi/pool_storage.h: pool_storage fixed
20249:
20250: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20251: types/pa_vform.h: form fix_line_breaks
20252:
1.116 moko 20253: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20254:
20255: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20256: targets/cgi/pool_storage.h: makes
20257:
20258: * src/sql/pa_sql_driver.h: version
20259:
20260: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20261: types/pa_vform.C, types/pa_vform.h: .am
20262:
20263: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20264: this: DB_RMW Acquire write locks instead of read locks when doing
20265: the retrieval. Setting this flag may decrease the likelihood of
20266: deadlock during a read-modify-write cycle by immediately
20267: acquiring the write lock during the read part of the cycle so
20268: that another thread of control acquiring a read lock for the same
20269: item, in its own read-modify-write cycle, will not result in
20270: deadlock
20271:
20272: * src/targets/isapi/parser3isapi.dsp: doc
20273:
20274: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20275:
20276: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20277:
20278: * src/: classes/hashfile.C, include/pa_db_connection.h,
20279: main/pa_db_connection.C: hashfile expired deleted from db when
20280: get & iterate
20281:
20282: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20283: expiring 1
20284:
20285: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20286:
20287: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20288: db_connection not bothers with key when not returning expired
20289: data
20290:
20291: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20292: types/pa_vhashfile.C: db_cursor constructor public now
20293:
20294: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20295: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20296: stamped, todo: put_element analize
20297:
20298: * src/: include/pa_db_connection.h, include/pa_string.h,
20299: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20300: serialize. todo stamp
20301:
20302: 2001-10-23 parser
20303:
20304: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20305: classes/image.C, classes/mail.C, classes/response.C,
20306: classes/string.C, classes/table.C, classes/xdoc.C,
20307: include/pa_config_fixed.h, include/pa_db_connection.h,
20308: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20309: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20310: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20311: types/pa_vtable.C: ^hashfile.hash[]
20312:
20313: * src/: classes/hashfile.C, classes/xdoc.C,
20314: include/pa_config_fixed.h, main/pa_db_manager.C,
20315: main/pa_globals.C: ifdefs so it compiled without db
20316:
20317: * src/: classes/hashfile.C, include/pa_db_connection.h,
20318: include/pa_db_manager.h, main/pa_db_connection.C,
20319: main/pa_db_manager.C, types/pa_vhashfile.h:
20320: ^hashfile.transaction{code} ^hashfile:clear[filename]
20321: ^hashfile.delete[key]
20322:
20323: 2001-10-22 parser
20324:
20325: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20326: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20327:
20328: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20329: classes/xnode.C, include/pa_charset_connection.h,
20330: include/pa_db_connection.h, include/pa_db_manager.h,
20331: include/pa_exception.h, include/pa_sapi.h,
20332: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20333: include/pa_stylesheet_connection.h,
20334: include/pa_stylesheet_manager.h,
20335: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20336: main/pa_db_connection.C, main/pa_db_manager.C,
20337: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20338: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20339: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20340: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20341: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20342: types/types.dsp: hashfile 0
20343:
20344: * src/types/pa_vhashfile.C: z
20345:
20346: * src/: classes/classes.dsp, classes/hashfile.C,
20347: include/pa_config_fixed.h, main/execute.C,
20348: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20349: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20350:
20351: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20352:
20353: * src/: include/pa_exception.h, include/pa_request.h,
20354: main/execute.C, main/pa_exception.C, main/pa_request.C,
20355: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20356: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20357:
20358: 2001-10-19 parser
20359:
20360: * src/include/pa_pool.h: header
20361:
20362: * src/main/pa_pool.C: auto compiled on gcc
20363:
20364: * src/classes/image.C: comment
20365:
1.116 moko 20366: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20367:
20368: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20369: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20370: types/pa_vxnode.h: xnode clone got freed
20371:
20372: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20373: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20374: can free up xalandomstring resulting from pool::transcode
20375:
20376: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20377: include/pa_config_fixed.h, include/pa_exception.h,
20378: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20379: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20380: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20381: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20382: from non-xml compile
20383:
20384: * src/main/pa_request.C: pool:: context - get_context
20385:
20386: * src/: classes/classes.h, classes/date.C, classes/double.C,
20387: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20388: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20389: classes/string.C, classes/table.C, classes/void.C,
20390: include/pa_config_fixed.h, include/pa_exception.h,
20391: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20392: main/compile.C, main/compile_tools.C, main/execute.C,
20393: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20394: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20395: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20396: main/pa_string.C, main/pa_table.C, main/untaint.C,
20397: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20398: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20399: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20400: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20401: types/pa_vstateless_class.h, types/pa_vtable.C,
20402: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20403: exceptions 0
20404:
20405: * src/classes/classes.awk: $ removed
20406:
20407: 2001-10-18 parser
20408:
20409: * src/types/pa_vcookie.C: cookie:CLASS
20410:
20411: * src/main/main.dsp: project
20412:
20413: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20414: set_document & ctor question "who owns document" solved
20415:
20416: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20417:
20418: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20419: main/pa_pool.C: encoding in dom creating funcs
20420:
20421: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20422: be transformed now
20423:
20424: * src/classes/xdoc.C: dom created by create can be transformed now
20425:
20426: * src/classes/xdoc.C: z
20427:
20428: * src/classes/xdoc.C: comment
20429:
20430: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20431: create now uses XercesDocumentBridge, appendChild&co now works
20432:
20433: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20434: @ recompile
20435:
20436: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20437: $origin @exception[
20438:
20439: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20440: tag names forced to XML lang
20441:
20442: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20443: leechy-found bugs in code&doc fixed
20444:
20445: 2001-10-17 parser
20446:
20447: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20448: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20449: n functionality preserved
20450:
20451: * src/types/pa_vimage.h: removed unused vimage::save
20452:
20453: 2001-10-16 parser
20454:
20455: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20456:
20457: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20458:
20459: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20460:
20461: * src/classes/image.C: image.copy tolerance
20462:
20463: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20464: ineffective, but works for small paleted image
20465:
20466: * src/types/pa_vimage.C: comment
20467:
20468: * src/classes/image.C: gd size/resize bugfix
20469:
20470: * src/: classes/classes.dsp, main/main.dsp,
20471: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20472: types/types.dsp: ident >nul 2>&1
20473:
20474: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20475: systems
20476:
20477: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20478: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20479:
20480: 2001-10-15 parser
20481:
20482: * src/main/execute.C: z
20483:
20484: * src/classes/: xdoc.C: !::create{qualifiedName}
20485:
20486: * src/types/pa_vxnode.C: document_type_node.
20487: !readonly attribute DOMString name
20488: !notation_node.
20489: !readonly attribute DOMString publicId
20490: !readonly attribute DOMString systemId
20491:
1.116 moko 20492: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20493: ::write badly passed string too transparently [failed to
20494: intercept it]
1.95 moko 20495:
20496: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20497: include/pa_request.h, main/pa_sql_driver_manager.C,
20498: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20499: types/pa_vxnode.h: DOM1 major addtion, only few
20500: attributes/methods left
20501:
20502: 2001-10-13 parser
20503:
20504: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20505: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20506: in main handler
20507:
20508: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20509: cleanups & frees order
20510:
20511: * src/types/pa_vcode_frame.h: couple comments
20512:
20513: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20514: transparent enough to handle hash if creation&passing
20515:
20516: * src/: include/pa_config_fixed.h, main/execute.C,
20517: main/pa_exception.C: noticed that vcodeframe not transparent
20518: enough, would change now
20519:
20520: 2001-10-12 parser
20521:
20522: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20523: fixed. initialization&free on each thread!
20524:
20525: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20526: handling changed: now type of default param analized always, not
20527: only at problem time, thus helping early problem spotting
20528:
20529: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20530: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20531: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20532: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20533: multithread bug fixed. initialization&free on each thread!
20534:
20535: 2001-10-11 parser
20536:
20537: * src/classes/xnode.C: xnode.selectSingle now
20538:
20539: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20540: include/pa_pool.h, include/pa_stylesheet_connection.h,
20541: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20542: convertors out of Pool into Exception
20543:
20544: * src/main/pa_string.C: const
20545:
20546: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20547: linked pieces of same language together prior to String::replace
20548:
20549: * src/classes/hash.C: !^hash.add[addme]
20550: !^hash.sub[subme]
20551: !^a.union[b] = new
20552: !^a.intersection[b] = new
20553: !^a.intersects[b] = bool
20554:
20555: * src/classes/hash.C: !^hash::append[append_from]
20556:
20557: * src/: classes/hash.C, types/pa_vhash.h:
20558: !^hash::create[[copy_from]]
20559:
20560: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20561: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20562: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20563: fixed. got rid of empty_string, which caused errors - it hasnt
20564: exception but somebody[value.bark] tried to throw it on it's pool
20565:
1.116 moko 20566: * src/include/pa_config_auto.h.in: makes
1.95 moko 20567:
20568: 2001-10-10 parser
20569:
20570: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20571:
20572: * src/main/: compile.tab.C, compile.y: ^a[
20573:
20574: @next_method << now unclosed ] would be reported here
20575:
20576: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20577: compile error
20578:
20579: 2001-10-09 parser
20580:
1.116 moko 20581: * src/: classes/Makefile.am, main/Makefile.am,
20582: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20583:
20584: * src/classes/Makefile.am: makes
20585:
20586: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20587: win32 errors intercepted [xalan transformer patched and
20588: incorporated]
20589:
20590: * src/: classes/classes.dsp, classes/xdoc.C,
20591: include/pa_stylesheet_connection.h, main/main.dsp,
20592: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20593: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20594: patches starting
20595:
20596: * src/classes/: string.C, table.C: ^string.save[file]
20597:
20598: * src/classes/: date.C, table.C: calendar moved to date
20599:
20600: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20601: string/table] now
20602:
20603: * src/classes/: op.C, table.C: z
20604:
20605: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20606: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20607: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20608: be code [be string..]
20609:
20610: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20611: table.C: lots of
20612: params->as_int/double/as_string/as_junction/as_no_junction
20613: messages added
20614:
20615: 2001-10-08 parser
20616:
20617: * src/: classes/date.C, classes/image.C, classes/string.C,
20618: classes/table.C, classes/void.C, include/pa_request.h:
20619: params->as_int/double message added
20620:
20621: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20622:
20623: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20624: image:sector removed image:html internal "line-*" attribs
20625:
20626: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20627: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20628:
20629: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20630: way
20631:
20632: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20633: main/untaint.C: header untainting to UL_HTTP_HEADER,
20634: UL_MAIL_HEADER made nonforced [only tainted pieces]
20635:
20636: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20637: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20638: @ SAPI::log
20639:
20640: * src/main/untaint.C: \r to ' ' in origins mode
20641:
20642: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20643: set]
20644:
20645: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20646: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20647: nonstandard liaison freed up
20648:
20649: 2001-10-07 parser
20650:
20651: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20652: project
20653:
20654: 2001-10-05 parser
20655:
20656: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20657: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20658: from outputing to cerr. lots of "todos"
20659:
20660: * src/main/untaint.C: http_header tainting more gentle with
20661: enquoting now
20662:
20663: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20664: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20665: xml errorhandler. fixed string.replace a little, read @test
20666:
20667: * src/main/pa_string.C: found replace bug - first_that_starts(char
20668: *) does not have limit, and looks further eos, fixing....
20669:
20670: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20671:
20672: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20673:
20674: * src/main/: pa_charset_connection.C: ctype another mem clear
20675: bugfix
20676:
1.116 moko 20677: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20678: $result[^[$p^]z] now works fine
1.95 moko 20679:
20680: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20681: wrong. fixed it
20682:
20683: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20684: of totable appered to be vital
20685:
20686: 2001-10-04 parser
20687:
20688: * src/classes/image.C: ^image.length[text]
20689:
20690: 2001-10-03 parser
20691:
20692: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20693:
20694: * src/main/pa_request.C: restored pcre defaulting in request
20695: [mindlessly "optimized" yesterday] comment left
20696:
20697: 2001-10-02 parser
20698:
20699: * src/: main/pa_charset_manager.C,
20700: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20701: needed
20702:
20703: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20704: forgot non-xml pool.*charset needed
20705:
20706: * src/classes/table.C: # config comments fixed
20707:
20708: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20709: charset_connection #comment now
20710:
20711: * src/: classes/classes.dsp, types/types.dsp: release projects
20712: options fixed to use release msvcrt lib
20713:
20714: * src/main/pa_charset_connection.C: pcre tables now const inside
20715: removed default - pcre handles that internally fixed bug on
20716: not-cleaning tables [previously was calloced, now member]
20717:
20718: * src/: include/pa_request.h, main/pa_charset_connection.C,
20719: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20720: inside removed default - pcre handles that internally fixed bug
20721: on not-cleaning tables [previously was calloced, now member]
20722:
20723: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20724: tested charset reload on file change @ apache version = OK tested
20725: freeing up prev encoding on adding new = OK
20726:
20727: 2001-10-01 parser
20728:
20729: * src/main/pa_charset_connection.C: removed entitify external hack
20730: [internal installed]
20731:
1.116 moko 20732: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20733:
20734: * src/: include/pa_charset_connection.h,
20735: include/pa_charset_manager.h,
20736: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20737: main/pa_charset_connection.C, main/pa_charset_manager.C,
20738: main/pa_request.C: charset loading & caching mech 0
20739:
20740: * src/: include/pa_stylesheet_connection.h,
20741: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20742: main/pa_globals.C, main/pa_request.C: would make charset loading
20743: & caching mech now
20744:
20745: 2001-09-30 parser
20746:
20747: * src/main/pa_request.C: forgot to fill toTable
20748:
20749: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20750: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20751: failed on win32 for now..
20752:
20753: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20754: now charsets table configuration variable is: CHARSETS
20755:
20756: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20757: ctype with unicode 1. todo: no П entities on output somehow
20758:
20759: * src/: classes/file.C, classes/op.C, classes/string.C,
20760: include/pa_request.h, main/pa_request.C: started ctype with
20761: unicode values
20762:
20763: 2001-09-28 parser
20764:
20765: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20766: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20767: string passed AS-IS now
20768:
20769: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20770: way of user-configuring... todo: implement
20771:
20772: 2001-09-27 parser
20773:
20774: * src/classes/table.C: table.sort changed to sort table itself
20775:
20776: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20777: X^.getElementsByTagName[tagname] = array of xnode
20778: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20779: nodes removed - regretfully not supported @ xalan. maybe someday
20780: would reimplement, if needed.
20781:
20782: win32build system: solved long waiting anti-non-started-apache
20783: problem
20784:
20785: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20786: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20787: types/types.dsp: win32 ident make system so not to rebuild
20788: library [ident.C.new]
20789:
20790: 2001-09-26 parser
20791:
20792: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20793: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20794: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20795: types/pa_vxnode.C, types/types.dsp: z
20796:
20797: * src/classes/classes.C: forgot one non-xml check
20798:
1.116 moko 20799: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20800: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20801:
20802: * src/targets/cgi/parser3.C: z
20803:
20804: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20805: targets/isapi/parser3isapi.C: #ifdef SMTP
20806:
20807: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20808: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20809: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20810: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20811: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20812: types/types.dsp: xdoc&xnode now
20813:
20814: * src/: classes/classes.C, classes/classes.awk,
20815: classes/classes.dsp, classes/classes.h, classes/date.C,
20816: classes/dnode.C, classes/dnode.h, classes/dom.C,
20817: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20818: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20819: classes/op.C, classes/response.C, classes/string.C,
20820: classes/table.C, classes/void.C, include/pa_array.h,
20821: include/pa_common.h, include/pa_config_fixed.h,
20822: include/pa_config_includes.h, include/pa_dictionary.h,
20823: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20824: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20825: include/pa_socks.h, include/pa_sql_connection.h,
20826: include/pa_sql_driver_manager.h, include/pa_stack.h,
20827: include/pa_string.h, include/pa_stylesheet_connection.h,
20828: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20829: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20830: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20831: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20832: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20833: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20834: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20835: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20836: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20837: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20838: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20839: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20840: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20841: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20842: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20843: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20844: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20845: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20846: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20847: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20848: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20849: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20850: types/pa_vmethod_frame.h, types/pa_vobject.h,
20851: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20852: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20853: types/pa_vstateless_object.h, types/pa_vstring.C,
20854: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20855: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20856: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20857: main.dsp splitted to main+classes+types along to .am
20858:
20859: * src/classes/Makefile.am: removed useless var
20860:
20861: * src/: classes/classes.cmd, main/main.dsp,
20862: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20863: main.dsp
20864:
20865: 2001-09-25 parser
20866:
20867: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20868: 1251 though, todo ICU
20869:
1.116 moko 20870: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20871: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20872: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20873: types/pa_vdom.h: xml configure makes
1.95 moko 20874:
20875: 2001-09-24 parser
20876:
1.116 moko 20877: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20878: types/Makefile.am: makes
1.95 moko 20879:
1.116 moko 20880: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20881:
20882: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20883: started unix makes update
20884:
20885: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20886: started unix makes update
20887:
20888: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20889:
20890: * src/types/pa_value.h: z
20891:
20892: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20893: bugs with usinge hash/table in expressions
20894:
20895: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20896: resolved conflicts fixed [const]
20897:
20898: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20899: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20900: main/compile.C, main/compile.tab.C, main/compile.y,
20901: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20902: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20903: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20904: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20905: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20906: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20907: with before_xml [merge2 actually didn't happen - i've created
20908: tags on wrong branch. so this merge is in fact re-merge]
20909:
20910: 2001-09-21 parser
20911:
20912: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20913: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20914: produced "" in make file and sadly wrong interpreted on load]
20915:
1.116 moko 20916: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20917: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20918: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20919: include/pa_sql_driver_manager.h, include/pa_string.h,
20920: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20921: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20922: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20923:
20924: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20925: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20926: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20927: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20928: main/pa_pool.C, main/pa_request.C,
20929: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20930: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20931: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20932: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20933: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20934: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20935: types/pa_vrequest.C, types/pa_vresponse.h,
20936: types/pa_vstateless_class.C, types/pa_vstring.C,
20937: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20938: created new projects for sql drivers [planning to remove sql
20939: drivers from main cvs project] first, will join latest changes
20940:
20941: * src/classes/: dom.C: defaulted dom writing methods encoding to
20942: pool.get_charset
20943:
20944: * src/classes/dom.C: defaulted dom writing methods encoding to
20945: pool.get_charset
20946:
20947: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20948: pool.get_charset
20949:
20950: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20951: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20952: methods encoding to pool.get_charset
20953:
20954: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20955: transcoder were created right "unsupported encoding" message.
20956: not @ set time, but @ use time, so until xml output functions
20957: .string, .file, .save used - no encoding name check occur
20958:
20959: reduced transcode buffer size to 60 fixed pool cleanup - no
20960: registration needed, pools are officially destructured
20961:
20962: 2001-09-20 parser
20963:
20964: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20965:
20966: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20967: $MAIN:DEFAULTS.content-type[$.charset[here]]
20968:
20969: * src/: classes/dnode.C, classes/dom.C,
20970: include/pa_config_includes.h, include/pa_globals.h,
20971: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20972: main/pa_pool.C, targets/cgi/parser3.dsp,
20973: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20974: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20975: Pool::transcode 0
20976:
20977: * src/classes/dom.C: dom. string save file moved output xml options
20978: to last param and made it optional
20979:
20980: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20981: dnodes
20982: !$attributenode.specified = boolean
20983: true if the attribute received its value explicitly
20984: in the XML document,
20985: or if a value was assigned programatically with the
20986: setValue function.
20987: false if the attribute value came from the default value
20988: declared in the document's DTD.
20989: !$pinode.target = target of this processing instruction
20990: XML defines this as being the first token following the
20991: markup
20992: that begins the processing instruction.
20993: XPath:
20994: !^node.select[xpath/query/expression] = hash of 0->node0
20995: 1->node1
20996: !^node.select-single[xpath/query/expression] = first node if
20997: any
20998:
20999: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21000: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21001: some 'const's added
21002:
21003: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21004: expression context now, there value = size and boolean value
21005: size!=0
21006:
21007: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21008: can be used in expression context now, there value = size and
21009: boolean value size!=0
21010:
21011: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21012: types/pa_vstring.h: dnode .file .string .save moved back to dom
21013: due to strange xalan bug
21014:
21015: 2001-09-18 parser
21016:
21017: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21018: classes/image.C, classes/op.C, classes/table.C,
21019: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21020: include/pa_sql_driver_manager.h, main/compile.C,
21021: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21022: main/execute.C, main/pa_common.C, main/pa_request.C,
21023: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21024: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21025: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21026: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21027: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21028: before_xml branch ^if(def $hash) now true only when
21029: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21030:
21031: * src/: classes/op.C, main/execute.C: operators self changed to
21032: root ^for variable context changed to self
21033:
21034: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21035: dnode 1
21036:
21037: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21038: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21039:
21040: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21041: poly* fixed
21042:
21043: 2001-09-17 parser
21044:
21045: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21046: types/pa_vdom.h: started dnode+dom
21047:
21048: dnode DOM methods: $node.name $node.value
21049: ...others...
21050:
21051: ^node.xpath[/rates/USD] = hash
21052: $hash[
21053: $.0[node0]
21054: $.1[node1]
21055: ]
21056:
21057: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21058: applies to all linear primitives
21059:
21060: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21061: include/pa_stylesheet_connection.h, main/main.dsp,
21062: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21063: types/pa_vimage.h: started dnode DOM: $node.name
21064: $node.value ...others... ^node.xpath[/rates/USD] = hash
21065: dom(dnode)
21066:
21067: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21068: main/compile.y, main/compile_tools.h, main/execute.C,
21069: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21070: in expression compound($aa.zz.xx) names now can have minus '-' in
21071: name after '.'
21072:
21073: 2001-09-15 parser
21074:
21075: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21076: image: $line-width ^line(...)[**** style]
21077:
21078: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21079: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21080: pool_storage - cleanups first, allocations second. apache wisely
21081: does just like that
21082:
21083: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21084: rewritten using template, no bugs now
21085:
21086: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21087: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21088: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21089: poorly started isapi pool_storage, would rewrite using template
21090: now
21091:
21092: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21093: include/pa_stylesheet_connection.h, main/main.dsp,
21094: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21095: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21096: xalan objects freed up [introducing Pool::register_cleanup]
21097:
21098: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21099: comments
21100:
21101: 2001-09-14 parser
21102:
21103: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21104: z
21105:
21106: * src/: classes/dom.C, classes/file.C, classes/image.C,
21107: classes/mail.C, include/pa_common.h,
21108: include/pa_sql_driver_manager.h, include/pa_string.h,
21109: include/pa_stylesheet_connection.h,
21110: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21111: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21112: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21113: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21114: compiled&cached
21115:
21116: 2001-09-13 parser
21117:
21118: * src/: classes/dom.C, classes/file.C, classes/image.C,
21119: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21120:
21121: * src/classes/dom.C: dom:file content-type(.method)
21122:
21123: * src/: include/pa_common.h, include/pa_globals.h,
21124: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21125: string now more informative error messages
21126:
21127: * src/: include/pa_globals.h, include/pa_request.h,
21128: main/pa_request.C, targets/cgi/parser3.C,
21129: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21130: ParserSiteConfig .../parser3.conf
21131:
21132: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21133:
21134: 2001-09-12 parser
21135:
21136: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21137: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21138: precise error reporting: "connection string must start with
21139: protocol://" now
21140:
21141: * src/main/compile.tab.C: fixed - subname code parts actually []
21142: braced
21143:
21144: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21145: lexer on LS_USER level did [] matching without setting nestage,
21146: introduced special LS_NAME_SQUARE_PART state
21147:
21148: 2001-09-11 parser
21149:
21150: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21151: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21152: languages+=xml
21153:
21154: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21155:
21156: * src/classes/dom.C: ^dom:save/string/file[output options] output
21157: options: $.method[xml|html|text] detection fixed
21158:
21159: * src/types/pa_vdom.h: messages
21160:
21161: * src/classes/dom.C: ^dom:save/string/file[output options] output
21162: options: $.method[xml|html|text] detection fixed
21163:
21164: 2001-09-10 parser
21165:
21166: * src/classes/dom.C: ^dom:save/string/file[output options] output
21167: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21168:
21169: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21170: added]
21171:
21172: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21173: ^dom.xslt[stylesheet filename] 0
21174:
21175: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21176: ^dom.xslt[stylesheet filename] -1 doc is lying
21177:
21178: * src/classes/dom.C: ^dom.file[encoding] = file
21179:
21180: * src/classes/: dom.C: ^dom.string[encoding] 1
21181: ^dom.save[encoding;filename]
21182:
21183: * src/classes/dom.C: ^dom.string[] 0
21184:
21185: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21186:
21187: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21188: types/pa_vform.h: ^dom.save[b.xml] 0
21189:
21190: 2001-09-08 parser
21191:
21192: * src/types/pa_vform.C: $form:tables.name.field
21193:
21194: 2001-09-07 parser
21195:
21196: * src/classes/table.C: table:empty removed, superceded by ^if(def
21197: $table)...
21198:
21199: * src/targets/cgi/parser3.C: z
21200:
21201: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21202: from '' to int/double is 0]
21203:
21204: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21205: $table) is false when table is empty
21206:
21207: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21208: !$form:tables $atable[$form:tables.a]
21209: ^atable.menu{a=$atable.element}[,]
21210:
21211: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21212: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21213:
1.116 moko 21214: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21215: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21216: of dom
21217:
21218: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21219: types/pa_vform.C, types/pa_vform.h: z
21220:
21221: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21222: element [not last]
21223:
1.116 moko 21224: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21225: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21226:
21227: 2001-09-06 parser
21228:
21229: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21230: table with one column 'element' and two rows: 1 and 2
21231:
21232: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21233: table with one column 'element' and two rows: 1 and 2
21234:
21235: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21236: bad int/double conversions, and now $form:nonexistent.int(88)
21237: would return 88
21238:
21239: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21240: types/pa_vhash.h: now there's special hash key '_default'
21241: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21242: $._default[xx] ] $hash.c
21243:
21244: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21245: fixed [thanks, fif], ^; were treated there non-literally
21246:
21247: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21248: doxygen
21249:
21250: * src/: classes/image.C, classes/op.C, classes/string.C,
21251: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21252: types/pa_vtable.C: few #ifndef DOXYGEN
21253:
21254: 2001-09-05 parser
21255:
21256: * src/classes/: string.C, table.C: sql options can be void [same as
21257: image:html the other day]
21258:
21259: * src/targets/cgi/Makefile.am: .am undo
21260:
21261: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21262: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21263: macro expantion on param, simply qoutes whatever passed, undone
21264:
21265: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21266: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21267: STRINGIZE(name) #name invented
21268:
21269: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21270: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21271: MAIN_SQL_DRIVERS_NAME "drivers"
21272:
21273: moved to be availible to all users
21274:
21275: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21276: SQL_DRIVER_CREATE_FUNC_NAME
21277:
21278: * src/classes/mail.C: MAIN:MAIL check fixed
21279:
21280: 2001-09-04 parser
21281:
21282: * src/classes/image.C: image.html now can accept void params
21283:
21284: * src/targets/isapi/parser3isapi.C: z
21285:
21286: * src/targets/cgi/parser3.C: full_file_spec bug
21287:
21288: * src/targets/cgi/parser3.C: getenvcheck
21289:
21290: * src/targets/cgi/parser3.C: zz
21291:
21292: * src/targets/cgi/parser3.C: zzz
21293:
21294: * src/classes/date.C: date
21295:
21296: * src/classes/date.C: date:sql-string is now without ''
21297:
1.116 moko 21298: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21299: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21300: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21301:
1.116 moko 21302: * src/include/pa_config_auto.h.in: makes
1.95 moko 21303:
21304: 2001-09-03 parser
21305:
21306: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21307:
21308: 2001-09-01 parser
21309:
21310: * src/classes/image.C: letter_spacing
21311:
21312: * src/classes/image.C: image: font params changed
21313:
21314: * src/classes/image.C: image: as_int as_string used
21315:
21316: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21317: analized
21318:
21319: 2001-08-31 parser
21320:
21321: * src/targets/cgi/parser3.C: z
21322:
1.116 moko 21323: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21324: cygwin
1.95 moko 21325:
21326: * src/classes/void.C: void:int/double += (default)
21327:
21328: * src/classes/image.C: image:font added space param image:font
21329: changed charwidth alg, added kerning const[for now]
21330:
21331: * src/classes/: string.C, table.C: string:int/double (defaults)
21332:
21333: 2001-08-29 parser
21334:
21335: * src/main/pa_exception.C: exception redundant debug info
21336:
21337: 2001-08-28 parser
21338:
21339: * src/classes/image.C: image error msgs
21340:
21341: * src/classes/image.C: image: gifsize little endian
21342:
21343: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21344: doxygeneration
21345:
21346: * src/: classes/Makefile.am, main/Makefile.am,
21347: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21348:
21349: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21350: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21351:
21352: * src/main/compile.C: NO_STRING_ORIGIN check2
21353:
21354: * src/classes/table.C: NO_STRING_ORIGIN check
21355:
21356: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21357: storage class specifiers invalid in friend function declarations
21358:
21359: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21360: main/untaint.C, targets/cgi/parser3.C,
21361: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21362: case of limit
21363:
21364: * src/: classes/file.C, main/pa_common.C: file:move
21365: autocreate/remove dest/src dir
21366:
21367: * src/: classes/string.C, include/pa_dictionary.h,
21368: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21369: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21370: to directory constructor. string:replace
21371:
21372: 2001-08-27 parser
21373:
21374: * src/classes/image.C: fixed jpgsize alg
21375:
21376: * src/classes/image.C: fixed jpgsize alg
21377:
21378: * src/main/pa_exception.C: z
21379:
21380: * src/main/pa_common.C: removed debug info from pa_common
21381:
21382: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21383: [auto.p from current dir loading]
21384:
1.116 moko 21385: * src/: main/pa_common.C, main/pa_exception.C,
21386: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21387: for solaris -lsocket
1.95 moko 21388:
21389: 2001-08-24 parser
21390:
21391: * src/targets/cgi/parser3.C: not cgi extra \n 3
21392:
21393: * src/targets/cgi/parser3.C: not cgi extra \n 2
21394:
21395: * src/targets/cgi/parser3.C: not cgi extra \n
21396:
21397: * src/main/pa_sql_driver_manager.C: z
21398:
21399: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21400: sql* removed services from disconnect - cross-request ideological
21401: probs.
21402:
21403: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21404: cross-request ideological probs. oracle - fixed bug: cs
21405: allocated on request.pool and got freed before disconnect
21406:
21407: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21408: mallocs fixed
21409:
21410: 2001-08-23 parser
21411:
21412: * src/classes/file.C: minor bug in file:save fixed
21413:
21414: * src/main/pa_sql_driver_manager.C: oracle: dlink
21415:
21416: 2001-08-22 parser
21417:
21418: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21419: types/pa_vfile.h: file:load|save[text|binary;
21420:
21421: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21422:
21423: 2001-08-21 parser
21424:
21425: * src/classes/: file.C, table.C: ^file:list
21426:
21427: 2001-08-20 parser
21428:
21429: * src/: main/compile.tab.C, main/compile.y,
21430: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21431: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21432: recousively caused problems: inc incremeted 123 literal!! fixed
21433:
21434: 2001-08-10 parser
21435:
21436: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21437:
21438: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21439: added
21440:
21441: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21442: added
21443:
21444: * src/classes/table.C: table:sort restored [it was bad test :(]
21445:
21446: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21447: ''
21448:
21449: * src/main/: pa_request.C: wanted to make const int
21450: MAX_EXECUTE_SECONDS=1;
21451:
21452: but couldnt, set_callback_and_alarm appeared to be not exported
21453: :(
21454:
21455: * src/main/pa_string.C: string.match hanged on. there were a hang
21456: check but it weren't wise enough
21457:
21458: @parse[dateString][tmp]
21459: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21460: #end
21461:
21462: @main[] ^parse[2001-02-03]
21463:
21464: * src/classes/: table.C: table:sort now default desc
21465:
21466: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21467: table.sort now creates new sorted table
21468:
21469: 2001-08-09 parser
21470:
21471: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21472:
21473: * src/classes/hash.C: hash:_default now [was hash:default]
21474:
21475: * src/classes/op.C: case without switch check added
21476:
21477: * src/types/pa_vcookie.C: cookie name&value origins added, more
21478: precise $ORIGINS(1)
21479:
21480: * src/main/Makefile.am: .am
21481:
21482: * src/classes/void.C: void: int double copy/paste from int: bug
21483: fixed
21484:
21485: * src/classes/void.C: void: int double copy/paste from int: bug
21486: fixed
21487:
21488: 2001-08-07 parser
21489:
21490: * src/: classes/double.C, classes/int.C, classes/string.C,
21491: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21492: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21493: string, table
21494:
21495: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21496: srand made working
21497:
21498: 2001-08-06 parser
21499:
21500: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21501: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21502: main/compile.tab.C, main/compile.y, main/pa_array.C,
21503: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21504: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21505:
21506: * src/main/pa_exec.C: exec win32 real filename
21507:
21508: * src/classes/file.C: exec stderr out
21509:
21510: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21511:
21512: 2001-08-03 parser
21513:
21514: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21515:
21516: 2001-08-02 parser
21517:
21518: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21519: main/execute.C, main/pa_exec.C: introducing Array_iter
21520:
21521: * src/main/execute.C: detected quick_get recursion bug. changed to
21522: get@execute, but needs array iterator, separate from array to
21523: avoid it & use caching
21524:
21525: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21526: bug fixed
21527:
21528: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21529: main/execute.C, main/pa_globals.C: found another multithread bug
21530: in op.C (last, last global var killed) :)
21531:
21532: 2001-08-01 parser
21533:
21534: * src/: include/pa_dictionary.h, include/pa_globals.h,
21535: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21536: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21537: main/untaint.C: speeded up typo-html replacements. introducing
21538: Dictionary with first-char caching
21539:
21540: 2001-07-31 parser
21541:
21542: * src/types/Makefile.am: pa_vtable.C added to .am
21543:
21544: * src/main/compile.tab.C: added, so that could be compiled even on
21545: non-bison-enabled platforms
21546:
21547: 2001-07-28 parser
21548:
21549: * src/classes/table.C: table:hash always produces hash, when can't
21550: - empty
21551:
21552: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21553: skipped \n
21554:
21555: 2001-07-27 parser
21556:
21557: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21558: on int/double/string :sql without result and default
21559:
21560: 2001-07-26 parser
21561:
21562: * src/classes/op.C: fixed bad multithread bug with strangly global
21563: OP
21564:
21565: * src/main/compile.y: $man[$.age[zzz]] 0
21566:
21567: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21568: creation syntax problem persists. restored $: for a while.
21569: thinking of $man[$.age[zzz]] syntax now
21570:
21571: * src/: classes/double.C, classes/int.C, classes/string.C,
21572: include/pa_opcode.h, main/compile.C, main/compile.y,
21573: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21574: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21575: types/pa_wwrapper.h: fixing :: realization #1
21576:
21577: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21578: main/compile_tools.h, main/execute.C, main/pa_request.C,
21579: types/pa_vmethod_frame.h: introducing :: this is constructor call
21580: prefix. ordinary : remains for static accesses
21581:
21582: 2001-07-25 parser
21583:
21584: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21585: fields 2. methods 3. columns
21586:
21587: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21588: quote. optimized double&int tostring-s
21589:
21590: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21591: whitespace before first method decl
21592:
21593: * src/classes/table.C: allowed nontable result in table:sql,
21594: results in empty table
21595:
21596: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21597: lines before first method decl
21598:
21599: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21600: types/pa_vtable.h: ^table.record[] now $table.fields
21601:
21602: * src/main/compile.y: $var[] is now empty string, not void
21603:
21604: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21605: void
21606:
21607: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21608: main/pa_globals.C: match replace code context moved to implicit
21609: $match context
21610:
21611: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21612: main/compile_tools.h, main/execute.C: with killed, code storage
21613: introduced with former 'with' syntax
21614:
21615: 2001-07-24 parser
21616:
21617: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21618: types/pa_value.h: first get_element, next get operator
21619:
21620: * src/main/compile.y: removed @end handling
21621:
21622: * src/main/: compile.C, compile.y: @end handling method2
21623:
21624: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21625: file:move
21626:
21627: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21628: fixed
21629:
21630: 2001-07-23 parser
21631:
21632: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21633: driver
21634:
21635: * src/classes/hash.C: changed sql driver query interface
21636:
21637: * src/: classes/hash.C, classes/string.C, classes/table.C,
21638: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21639: changed sql driver query interface
21640:
21641: 2001-07-20 parser
21642:
21643: * src/types/pa_vrequest.C: X!$browser:type
21644:
21645: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21646: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21647: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21648: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21649: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21650: types/pa_vobject.h, types/pa_vrequest.C,
21651: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21652: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21653: BASE element globally removed
21654:
21655: 2001-07-18 parser
21656:
21657: * src/classes/file.C: file:exec/cgi msg
21658:
21659: * src/classes/file.C: $file:exit-code renamed to 'status'
21660:
21661: * src/: classes/file.C, main/pa_exec.C: file:exec
21662:
1.116 moko 21663: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21664: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21665: removed $id from *.in *.am
1.95 moko 21666:
21667: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21668: abbrevations
21669:
21670: * src/: classes/date.C, classes/mail.C, classes/math.C,
21671: classes/string.C, classes/table.C, include/pa_globals.h,
21672: include/pa_string.h, main/execute.C, main/pa_globals.C,
21673: main/pa_request.C, main/pa_string.C, main/untaint.C,
21674: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21675: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21676: $ORIGINS(1) output tracing mode
21677:
21678: 2001-07-13 parser
21679:
21680: * src/: classes/double.C, classes/int.C, classes/string.C,
21681: include/pa_request.h, main/execute.C, main/pa_request.C:
21682: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21683: second would not call first @auto
21684:
21685: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21686: wrong, fixed
21687:
21688: 2001-07-12 parser
21689:
21690: * src/types/pa_value.h: pa_value.putelement modification of system
21691: classes prevented
21692:
21693: 2001-07-11 parser
21694:
21695: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21696: table $piece
21697:
21698: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21699: types/pa_vstateless_class.h: $file created by file:state +=
21700: .atime .mtime .ctime +found&fixed bug with exceptions on
21701: get_junction-created objects [they were on wrong pool]
21702:
21703: 2001-07-09 parser
21704:
21705: * src/main/untaint.C: qp wrong name
21706:
21707: * src/: classes/date.C, classes/string.C, classes/table.C,
21708: main/compile.y: date format 0
21709:
21710: 2001-07-07 parser
21711:
21712: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21713: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21714: roll table calendar
21715:
21716: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21717: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21718: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21719: include/pa_request.h, main/main.dsp, types/pa_value.h,
21720: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21721: string. todo: sql, calendar
21722:
21723: 2001-07-06 parser
21724:
21725: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21726: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21727:
21728: 2001-07-03 parser
21729:
21730: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21731: classes/random.C, main/main.dsp: class random renamed to math,
21732: operators became methods
21733:
21734: * src/classes/op.C: pow sqrt
21735:
21736: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21737:
21738: 2001-07-02 parser
21739:
21740: * src/classes/table.C: ^table.columns column renamed from 'name' to
21741: 'column'
21742:
21743: * src/classes/hash.C: ^hash.keys[]
21744:
21745: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21746:
21747: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21748: 'strings'
21749:
21750: 2001-06-29 parser
21751:
21752: * src/main/: execute.C: /0 %0 checkes ver 2
21753:
21754: * src/main/execute.C: /0 %0 checke
21755:
21756: * src/classes/Makefile.am: nothing - void
21757:
21758: * src/classes/table.C: empty strings @ sql
21759:
21760: 2001-06-28 parser
21761:
21762: * src/: classes/double.C, classes/file.C, classes/form.C,
21763: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21764: classes/op.C, classes/random.C, classes/response.C,
21765: classes/string.C, classes/table.C, classes/void.C,
21766: main/compile.C, main/compile_tools.C, main/execute.C,
21767: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21768: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21769: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21770: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21771: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21772: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21773: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21774: $";
21775:
21776: * src/: classes/double.C, classes/file.C, classes/form.C,
21777: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21778: classes/op.C, classes/random.C, classes/response.C,
21779: classes/string.C, classes/table.C, classes/void.C,
21780: main/compile.C, main/compile.y, main/compile_tools.C,
21781: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21782: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21783: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21784: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21785: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21786: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21787:
21788: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21789: $class:name: == ${class:name}:
21790:
21791: * src/classes/string.C: exactly one
21792:
21793: 2001-06-27 parser
21794:
21795: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21796: types/pa_vvoid.h: nothing renamed to void
21797:
21798: * src/classes/op.C: ^switch ^case
21799:
21800: * src/main/compile.y: nothing renamed to void
21801:
21802: * src/: classes/hash.C, classes/table.C, main/compile.y,
21803: main/execute.C, main/main.dsp, main/pa_request.C,
21804: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21805: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21806: void
21807:
21808: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21809:
21810: 2001-05-28 parser
21811:
21812: * src/doc/html2chm.cmd: removed >a
21813:
21814: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21815: project options [some bugs]
21816:
21817: * src/doc/sources2html.cmd: z
21818:
21819: * src/: classes/classes.C, main/compile.C, main/compile.y,
21820: main/execute.C: operators are not in root class again
21821:
21822: 2001-05-24 parser
21823:
21824: * src/targets/cgi/parser3.dsp: project file
21825:
21826: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21827: ^log ^exp
21828:
21829: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21830: conversions in @exception[params]
21831:
21832: * src/main/pa_request.C: // no _ conversions in @exception[params]
21833:
21834: 2001-05-23 parser
21835:
21836: * src/main/pa_string.C: string cmp bug
21837:
21838: * src/classes/: mail.C, op.C: rem max 1000
21839:
21840: * src/: classes/op.C, main/compile.y: allow one empty line before
21841: LS_DEF_NAME
21842:
21843: 2001-05-22 parser
21844:
21845: * src/classes/op.C: if params code-required
21846:
21847: 2001-05-21 parser
21848:
21849: * src/types/pa_vstring.C: eoleof
21850:
21851: * src/classes/Makefile.am: .AM
21852:
21853: * src/classes/nothing.C: resultless ^sql moved to nothing:
21854:
21855: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21856:
21857: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21858: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21859: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21860: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21861: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21862: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21863: 'nothing'
21864:
21865: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21866: vstring::set_string
21867:
21868: * src/classes/: double.C, int.C, string.C: int,double;sql
21869:
21870: * src/: classes/hash.C, classes/int.C, classes/string.C,
21871: classes/table.C, include/pa_string.h, main/pa_string.C,
21872: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21873:
21874: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21875: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21876: hash:sql moved to main trunc. operators.txt updated
21877:
21878: * src/classes/: hash.C, op.C, table.C: hash:sql
21879:
21880: * src/classes/op.C: z
21881:
21882: * src/: main/compile.C, classes/classes.C: 1
21883:
21884: * src/: classes/classes.C, main/compile.C, main/compile.y,
21885: main/execute.C: 0
21886:
21887: * src/main/execute.C: z
21888:
21889: * src/targets/cgi/parser3.C: z
21890:
21891: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21892: site_auto_path "." in that case
21893:
21894: * src/targets/cgi/: parser3.C: z
21895:
21896: * src/main/pa_request.C: .am
21897:
21898: * src/: main/pa_request.C, targets/cgi/parser3.C:
21899: pcre_tables=pcre_default_tables;
21900:
21901: 2001-05-19 parser
21902:
21903: * src/main/pa_string.C: z
21904:
21905: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21906: introducing String::cstr_bufsize, returns just size+1 for as_is
21907: target.
21908:
21909: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21910: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21911: used, 4* mem wasted
21912:
21913: * src/classes/string.C: root context in match replace body now
21914: unchanged
21915:
21916: * src/types/pa_value.h: parameter # 1 based
21917:
21918: * src/main/pa_common.C: common: actual filename '%s'
21919:
21920: * src/classes/string.C: z
21921:
21922: * src/classes/Makefile.am: classes/.am
21923:
21924: * src/classes/: Makefile.am: classes/.am
21925:
21926: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21927: targets/cgi/pa_pool.C: classes/.am
21928:
21929: 2001-05-18 parser
21930:
1.116 moko 21931: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21932: pa_threads.C ins
1.95 moko 21933:
21934: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21935:
21936: 2001-05-17 parser
21937:
21938: * src/: classes/string.C, include/pa_config_fixed.h,
21939: include/pa_config_includes.h, main/compile.y,
21940: main/compile_tools.h, main/execute.C, main/pa_array.C,
21941: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21942: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21943: types/pa_vform.C: #include "pa_config_includes.h" removed from
21944: most .C
21945:
21946: * src/doc/html2chm.cmd: z
21947:
21948: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21949: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21950:
21951: * src/main/pa_sql_driver_manager.C: moved expiration to
21952: get_connection_from_cache
21953:
21954: * src/main/pa_sql_driver_manager.C: cache expiration bf
21955:
21956: * src/: classes/classes.h, include/pa_sql_connection.h,
21957: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21958: cache expiration[use SQL_Driver::disconnect]
21959:
21960: * src/main/pa_table.C: table.locate current restored on "not found"
21961:
21962: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21963: line no
21964:
21965: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21966: ANTI_ENDLESS_EXECUTE_RECOURSION
21967:
21968: * src/: classes/op.C, include/pa_sql_connection.h,
21969: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21970: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21971: 1driver and set_services fight for driver::fservices. before fix
21972:
21973: * src/: classes/op.C, include/pa_config_fixed.h,
21974: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21975: main/pa_sql_driver_manager.C: found problem at last: 2connections
21976: own 1driver and set_services fight for driver::fservices. before
21977: fix
21978:
21979: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21980: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21981: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21982: pa_threads.C
21983:
21984: * src/include/pa_threads.h: removed targets/parser
21985:
21986: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21987: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21988: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21989: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21990: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21991: headers
21992:
21993: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21994: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21995: order prevented sqlmanager to see MULTYTHREAD define
21996:
21997: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21998: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21999: put/gets
22000:
22001: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22002: from hash.h
22003:
22004: * src/: classes/op.C, include/pa_sql_connection.h,
22005: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22006: from cache ->set_services(&services);
22007:
22008: 2001-05-16 parser
22009:
22010: * src/targets/cgi/parser3.C: z
22011:
22012: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22013: debug, #ifdefed some. would debug later, on more precise sample
22014: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22015: $name.$tail[$tail!] $name.$tail } ok3
22016:
22017: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22018: removed array debug. before vstring rebasing
22019:
22020: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22021: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22022: array debugged; adjusted
22023:
22024: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22025: SQL_Driver_manager line no for connect/charset errors
22026:
22027: 2001-05-15 parser
22028:
22029: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22030: main/pa_string.C: string+array made linear grows
22031:
22032: * src/: include/pa_string.h, main/pa_string.C,
22033: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22034: grow lineary, not exponentialy
22035:
22036: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22037: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22038: with fullchunk cmps
22039:
22040: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22041: 70041= 81
22042:
22043: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22044: targets/cgi/parser3.C: detected huge mem allocation: size/times
22045: malloc 27809390/368771, calloc 3232/83. would test now
22046:
22047: * src/: classes/random.C, main/compile.y, main/execute.C,
22048: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22049: numbered params had wrong name - for instance: bad error message
22050: in ^for[] bad body type. fixed
22051:
22052: 2001-05-14 parser
22053:
22054: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22055: main/untaint.C: ^string.upper|lower[]
22056:
22057: 2001-05-11 parser
22058:
22059: * src/: classes/double.C, classes/image.C, classes/op.C,
22060: classes/string.C, classes/table.C, classes/unknown.C,
22061: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22062: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22063: types/pa_vunknown.h: op: MAX_LOOPS as_int
22064:
22065: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22066: .dsp for win32tools
22067:
22068: 2001-05-11 paf
22069:
22070: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22071: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22072: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22073: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22074:
22075: 2001-05-10 paf
22076:
22077: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22078: for C++, that's all
22079:
1.116 moko 22080: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22081: pa_config_includes.h: inline wonders
1.95 moko 22082:
22083: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22084: doc/doxygen.cmd: hash.C added
22085:
22086: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22087:
22088: * src/main/compile.y: @end grammar: allowed zero strings in control
22089: menthod
22090:
22091: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22092: pa_vstateless_object.h: changed priority: field before method
22093: lookup in vclass & vobject
22094:
22095: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22096: grammar: priorities changes [lowerd && prior] vobject: now first
22097: fields, next methods
22098:
22099: 2001-05-08 paf
22100:
22101: * src/main/pa_table.C: table columnname2item on nameless ignored
22102: bark=false. fixed
22103:
22104: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22105: types/pa_vmethod_frame.h: hash:default works at last!
22106:
22107: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22108: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22109: hash:default
22110:
22111: * src/classes/table.C: z
22112:
22113: * src/classes/table.C: table:hash always hash of hash now
22114:
22115: * src/classes/table.C: table:empty return bool now
22116:
22117: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22118: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22119: types/pa_vtable.h: table:hash
22120:
22121: * src/classes/table.C: table:record have name
22122:
22123: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22124: returns vunknown
22125:
22126: * src/classes/: double.C, int.C, op.C, string.C:
22127: int,double,string:int[] double[] string:length[] results now have
22128: hames
22129:
22130: * src/: classes/op.C, classes/table.C, main/main.dsp,
22131: types/pa_vtable.h: removed table:find. table:locate and op:eval
22132: now return bool
22133:
22134: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22135: in method checkparams again. fixed
22136:
22137: 2001-05-07 paf
22138:
22139: * src/doc/chm.cmd: cmd
22140:
22141: * src/: classes/image.C, classes/mail.C, classes/string.C,
22142: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22143: types/pa_value.h: method reported errors on wrong pool
22144:
22145: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22146: now
22147:
22148: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22149: include/code.h, include/pa_opcode.h, main/compile.C,
22150: main/compile_tools.h, main/execute.C, types/pa_value.h,
22151: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22152: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22153: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22154: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22155: types/pa_vmethod_frame.h, types/pa_vobject.h,
22156: types/pa_vrequest.h, types/pa_vresponse.h,
22157: types/pa_vstateless_class.h, types/pa_vstring.h,
22158: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22159: types/pa_wwrapper.h: pa_code.h
22160:
22161: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22162:
22163: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22164: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22165: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22166: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22167: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22168: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22169: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22170: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22171: types/pa_vtable.h: dox, split by not clean parts also
22172:
22173: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22174: types/pa_vtable.h: table: fields, then methods. so to enable
22175: 'dir' fields & co. more
22176:
22177: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22178: so to enable 'dir' fields & co.
22179:
22180: * src/main/compile.y: grammar: @end
22181:
22182: 2001-05-04 paf
22183:
22184: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22185: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22186:
22187: * src/: classes/classes.h, classes/double.C, classes/file.C,
22188: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22189: classes/op.C, classes/random.C, classes/response.C,
22190: classes/string.C, classes/table.C, classes/unknown.C,
22191: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22192: method dox
22193:
22194: 2001-05-03 paf
22195:
22196: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22197: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22198: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22199: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22200: doc/string.dox, doc/targets.dox, doc/value.dox,
22201: main/pa_request.C: dox splitted .dox files and added some
22202:
22203: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22204:
22205: 2001-05-02 paf
22206:
22207: * src/classes/: image.C, table.C: table:dir result are not tainted
22208: by file_name language now
22209:
22210: 2001-04-28 paf
22211:
22212: * src/classes/classes.inc: removed classes.inc
22213:
22214: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22215: from .am
22216:
22217: * src/classes/classes.awk: skipped classes in .awk
22218:
22219: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22220: classes/classes.inc, classes/double.C, classes/file.C,
22221: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22222: classes/string.C, classes/table.C, classes/unknown.C,
22223: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22224: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22225: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22226: pa_methoded back to classes/classes.h
22227:
22228: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22229:
22230: * src/: classes/Makefile.am, classes/classes.awk,
22231: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22232: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22233:
22234: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22235: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22236: classes/response.C, classes/string.C, classes/table.C,
22237: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22238: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22239: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22240: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22241: include|main/pa_methoded
22242:
22243: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22244: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22245:
22246: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22247: moved some configured data to request::classes_conf moved some
22248: string crations from globals to M... [works]
22249:
22250: * src/: classes/form.C, classes/mail.C, classes/op.C,
22251: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22252: main/pa_request.C: moved some configured data to
22253: request::classes_conf moved some string crations from globals to
22254: M...
22255:
22256: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22257: about to move configured data to special request hash
22258:
22259: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22260: classes/form.C, classes/mail.C, include/pa_request.h,
22261: main/pa_request.C: configure started
22262:
22263: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22264: 2. todo: methoded-configure
22265:
22266: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22267: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22268: classes/_random.h, classes/_response.h, classes/_string.h,
22269: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22270: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22271: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22272: classes/random.C, classes/response.C, classes/string.C,
22273: classes/table.C, classes/unknown.C, include/pa_globals.h,
22274: include/pa_request.h, main/compile.y, main/execute.C,
22275: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22276: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22277: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22278: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22279: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22280: types/pa_vrequest.h, types/pa_vresponse.h,
22281: types/pa_vstateless_class.h, types/pa_vstring.h,
22282: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22283: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22284: methoded-configure
22285:
22286: * src/: classes/file.C, classes/table.C, main/compile.y,
22287: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22288: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22289: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22290:
22291: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22292: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22293: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22294: classes/random.C, classes/response.C, classes/string.C,
22295: classes/table.C, classes/unknown.C, include/pa_request.h,
22296: main/compile.y, main/execute.C, main/pa_globals.C,
22297: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22298: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22299: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22300: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22301: beautifying just compiled. todo: debug, configure
22302:
22303: 2001-04-27 paf
22304:
22305: * src/: classes/file.C, classes/image.C, classes/table.C,
22306: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22307: beautifying -99
22308:
22309: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22310: classes/_response.h, classes/_unknown.h, classes/classes.C,
22311: classes/classes.h, classes/double.C, classes/file.C,
22312: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22313: classes/op.C, classes/random.C, classes/response.C,
22314: classes/string.C, include/pa_globals.h, main/main.dsp,
22315: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22316: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22317: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22318: types/pa_vunknown.h: beautifying -100
22319:
22320: * src/main/compile.y: serge@ found @CLASS bug. fixed
22321:
22322: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22323: classes/_op.h, classes/_random.h, classes/_table.h,
22324: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22325: classes/op.C, classes/random.C, classes/response.C,
22326: classes/string.C, classes/table.C, classes/unknown.C,
22327: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22328: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22329: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22330: beautifying
22331:
22332: 2001-04-26 paf
22333:
22334: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22335:
22336: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22337: documentation ++
22338:
22339: * src/: classes/_exec.h, doc/doxygen.cfg,
22340: include/pa_config_fixed.h, include/pa_config_includes.h,
22341: targets/cgi/pa_pool.C: code documentation ++
22342:
22343: * src/: classes/_image.h, classes/op.C, classes/random.C,
22344: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22345: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22346: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22347: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22348: types/pa_vmethod_frame.h, types/pa_vobject.h,
22349: types/pa_vrequest.C, types/pa_vrequest.h,
22350: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22351: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22352: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22353: code documentation ++
22354:
22355: * src/: classes/image.C, classes/mail.C, classes/string.C,
22356: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22357: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22358: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22359: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22360: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22361: types/pa_vobject.h, types/pa_vstateless_class.h,
22362: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22363:
22364: * src/main/: pa_request.C, pa_string.C: z
22365:
22366: * src/: include/pa_common.h, include/pa_types.h,
22367: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22368: connection caching fixed. request-pooled-url were stored into
22369: global connectioncache
22370:
22371: 2001-04-25 paf
22372:
22373: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22374: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22375:
22376: * src/: include/code.h, include/pa_common.h, main/compile.y,
22377: main/execute.C, main/pa_common.C: -d
22378:
22379: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22380: illegal call check a bit improved, but still under iis no mapping
22381: of dir with parser allowed!
22382:
22383: 2001-04-24 paf
22384:
22385: * src/targets/Makefile.am: apache module lib .am
22386:
22387: * src/main/pa_exec.C: windows32 buildCommand
22388:
22389: 2001-04-23 paf
22390:
22391: * src/targets/cgi/Makefile.am: win32 conditional
22392:
22393: * src/targets/cgi/Makefile.am: win32 conditional
22394:
22395: * src/targets/cgi/Makefile.am: liblink
22396:
22397: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22398: vfile fields return type
22399:
22400: * src/types/pa_vfile.h: vfile fields return type
22401:
22402: * src/include/pa_config_auto.h.in: .h.in
22403:
22404: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22405: types/Makefile: makefiles removed
22406:
22407: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22408: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22409:
22410: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22411: [tested: i & g ]
22412:
22413: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22414: @test noticed series in isapi, check how initialize_random_class
22415: is called! [must be called only once]
22416:
22417: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22418: would not be 'unknown column'
22419:
22420: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22421: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22422:
22423: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22424: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22425: [now doesnt]
22426:
22427: * src/targets/cgi/parser3.C: cgi cmdline ver
22428:
22429: * src/targets/cgi/parser3.C: cgi /// @test disable
22430: /cgi-bin/parser3/auto.p
22431:
22432: * src/main/untaint.C: untaint without charset
22433:
22434: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22435: main/pa_common.C: common: file_write /// @test mkdirs
22436: file_delete rmdirs
22437:
22438: * src/main/untaint.C: mail header only once to =?
22439:
22440: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22441: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22442: main/untaint.C: untaint - @test optimize whitespaces for
22443: all but 'html'
22444:
22445: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22446: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22447: main/untaint.C: untaint - @test mail-header
22448:
22449: 2001-04-20 paf
22450:
22451: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22452: include/pa_request.h, include/pa_string.h, main/compile.y,
22453: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22454: targets/cgi/parser3.C: $MAIN:LOCALE
22455:
22456: * src/main/untaint.C: z
22457:
22458: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22459:
22460: 2001-04-19 paf
22461:
22462: * src/main/compile_tools.h: $a$b bugfix
22463:
22464: * src/targets/cgi/parser3.C: z
22465:
22466: * src/classes/file.C: z
22467:
22468: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22469: done: header to $fields. waits for header '\' tricks
22470:
22471: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22472: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22473: changed urlencode here and in untaint.C to HTTP standard's " and
22474: \" mech
22475:
22476: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22477: http://alx/~paf/ doesnt load /auto.p
22478:
22479: 2001-04-18 paf
22480:
22481: * src/main/pa_request.C: 1
22482:
22483: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22484: linux @alx
22485:
22486: 2001-04-17 paf
22487:
22488: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22489: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22490: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22491: enabled
22492:
22493: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22494: classes/_exec.h, classes/_file.h, classes/_form.h,
22495: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22496: classes/_random.h, classes/_response.h, classes/_string.h,
22497: classes/_table.h, classes/_unknown.h, classes/file.C,
22498: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22499: include/pa_config_fixed.h, include/pa_config_includes.h,
22500: include/pa_hash.h, include/pa_sql_driver_manager.h,
22501: include/pa_version.h, main/Makefile.am, main/compile.y,
22502: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22503: main/pa_sql_driver_manager.C, sql/Makefile.am,
22504: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22505: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22506: types/pa_vform.C, types/pa_vimage.h: exec @jav
22507:
22508: * src/: include/pa_sql_driver_manager.h,
22509: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22510: types/pa_vimage.h: sql driver interface now has initialize(client
22511: .so)
22512:
22513: 2001-04-16 paf
22514:
22515: * src/Makefile.am: compile2 cygwin
22516:
22517: * src/: include/pa_config_includes.h, main/pa_exec.C,
22518: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22519:
22520: * src/targets/cgi/Makefile.am: compile0 jav
22521:
22522: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22523: classes/_exec.h, classes/_file.h, classes/_form.h,
22524: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22525: classes/_random.h, classes/_response.h, classes/_string.h,
22526: classes/_table.h, classes/_unknown.h, classes/image.C,
22527: classes/mail.C, classes/op.C, classes/random.C,
22528: include/pa_config_fixed.h, include/pa_config_includes.h,
22529: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22530: main/compile.y, main/pa_common.C, main/pa_exec.C,
22531: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22532: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22533: compile-1
22534:
22535: 2001-04-15 paf
22536:
22537: * src/classes/op.C: z
22538:
22539: * src/classes/table.C: table:empty +=process
22540:
22541: * src/types/pa_value.h: MethodParams !junction
22542:
22543: * src/: classes/_string.h, classes/double.C, classes/file.C,
22544: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22545: classes/random.C, classes/response.C, classes/string.C,
22546: classes/table.C, classes/unknown.C, main/pa_request.C:
22547: MethodParams everywhere
22548:
22549: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22550: types/pa_vmethod_frame.h: MethodParams in op.C
22551:
22552: 2001-04-12 paf
22553:
22554: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22555:
22556: * src/: classes/_unknown.h, classes/unknown.C,
22557: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22558: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22559:
22560: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22561:
22562: * src/classes/image.C: image:gif now does not have params
22563:
22564: * src/classes/image.C:
22565: image:line/fill/rectangle/bar/replace/polygon/polybar
22566:
22567: * src/: classes/image.C, classes/op.C, main/execute.C,
22568: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22569: for var now written not to r.wcontext, but to r.root cleared
22570: "entered_object" state
22571:
22572: 2001-04-11 paf
22573:
22574: * src/classes/image.C: image:create image:load
22575:
22576: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22577: just compiled
22578:
22579: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22580: todo: gif without file
22581:
22582: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22583: started porting to Pooled descendant
22584:
22585: * src/: classes/image.C, main/execute.C, main/main.dsp,
22586: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22587: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22588: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22589:
22590: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22591: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22592: end. switching to python imaging lib
22593:
22594: * src/main/main.dsp: gd+smtp made separate libs
22595:
22596: * src/: include/pa_globals.h, include/pa_string.h,
22597: main/pa_common.C, main/pa_request.C, main/untaint.C,
22598: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22599: length
22600:
22601: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22602: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22603: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22604: UL_FILE_NAME of posted file name
22605:
22606: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22607: post [broke when moved post read to core]
22608:
22609: 2001-04-10 paf
22610:
22611: * src/classes/image.C: image:html done
22612:
22613: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22614:
22615: * src/classes/image.C: z
22616:
22617: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22618: forgotten!
22619:
22620: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22621: main/pa_request.C, main/pa_string.C, main/untaint.C,
22622: types/pa_vimage.h: image:measure -90
22623:
22624: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22625: classes/_int.h, classes/_mail.h, classes/_op.h,
22626: classes/_random.h, classes/_response.h, classes/_string.h,
22627: classes/_table.h, classes/file.C, classes/mail.C,
22628: include/pa_common.h, include/pa_globals.h, main/execute.C,
22629: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22630: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22631: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22632: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22633: compiled
22634:
22635: * src/classes/mail.C: minor bug with unclear from/to
22636:
22637: * src/classes/mail.C: sendmail unix skipping defaults
22638:
22639: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22640: sendmail unix added defaults
22641:
22642: * src/classes/mail.C: unix sendmail compiled. todo:testing
22643:
22644: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22645:
22646: 2001-04-09 paf
22647:
22648: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22649: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22650: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22651: targets/isapi/parser3isapi.dsp: all targets exec
22652:
22653: * src/: include/pa_sapi.h, include/pa_string.h,
22654: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22655: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22656: args in apache:util.script
22657:
22658: * src/include/pa_string.h: written but not tested exec with env for
22659: unix
22660:
22661: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22662: targets/cgi/parser3.C: exec win32 env
22663:
22664: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22665: 0
22666:
22667: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22668: main/execute.C, main/main.dsp, main/pa_globals.C,
22669: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22670: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22671:
22672: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22673: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22674:
22675: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22676: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22677:
22678: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22679: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22680: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22681: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22682: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22683: exec class just compiled. moved post read to request core
22684:
22685: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22686: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22687: main/pa_globals.C, targets/cgi/parser3.C,
22688: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22689: are already read by vform
22690:
22691: 2001-04-08 paf
22692:
22693: * src/: classes/file.C, classes/mail.C, classes/string.C,
22694: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22695: uuencode. string<<
22696:
22697: 2001-04-07 paf
22698:
22699: * src/classes/mail.C: z
22700:
22701: * src/classes/mail.C: z
22702:
22703: * src/classes/mail.C: ^mail[$attach
22704:
22705: * src/classes/mail.C: ^attach dead end
22706:
22707: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22708: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22709: targets/isapi/parser3isapi.C: mail:send 1
22710:
22711: * src/: classes/mail.C, main/pa_request.C: z
22712:
22713: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22714: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22715: compiled
22716:
22717: * src/classes/mail.C: +=
22718:
22719: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22720: prepared
22721:
22722: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22723: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22724: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22725: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22726:
22727: 2001-04-06 paf
22728:
22729: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22730: main/pa_string.C: table:dir 1
22731:
22732: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22733: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22734:
22735: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22736: classes/root.C, include/pa_globals.h, include/pa_request.h,
22737: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22738: main/pa_request.C: renamed 'root' to 'op'
22739:
22740: * src/classes/: _op.h, op.C: renamed from 'root'
22741:
22742: * src/types/pa_valiased.C: another root inherititance skipped
22743:
22744: * src/main/: compile.C, compile.y, execute.C: operators are now not
22745: root methods of parent class. just 'ROOT' class
22746:
22747: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22748: @office
22749:
22750: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22751:
22752: 2001-04-05 paf
22753:
22754: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22755: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22756: constructor flag dropped at get_method_frame and remembered into
22757: method_frame
22758:
22759: * src/: classes/file.C, classes/root.C, classes/string.C,
22760: classes/table.C, main/pa_request.C: junction to code&expression
22761: in errors
22762:
22763: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22764: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22765: $LOCALE:ctype[Russian_Russia.1251]
22766:
22767: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22768: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22769: main/pa_table.C: hash now not thread-safe.
22770:
22771: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22772: main/untaint.C: z
22773:
22774: * src/: classes/random.C, classes/root.C, classes/table.C,
22775: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22776: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22777: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22778: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22779:
22780: * src/: classes/table.C, include/pa_sql_connection.h,
22781: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22782:
22783: * src/classes/table.C: select * from hren error contains statement
22784:
22785: * src/: classes/table.C, include/pa_sql_connection.h,
22786: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22787: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22788:
22789: * src/: classes/root.C, include/pa_sql_connection.h,
22790: include/pa_sql_driver.h, main/main.dsp,
22791: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22792: services for conv memory & error reporting
22793:
22794: 2001-04-04 paf
22795:
22796: * src/doc/doxygen.cfg: z
22797:
22798: * src/include/pa_sql_driver.h: mysql connect
22799:
22800: * src/include/pa_sql_driver.h: mysql info
22801:
22802: * src/: classes/root.C, include/pa_sql_driver.h,
22803: include/pa_sql_driver_manager.h, main/main.dsp,
22804: main/pa_sql_driver_manager.C: more manager&connection&driver
22805:
22806: * src/sql/Makefile.am: forgot to add mysql client
22807:
22808: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22809: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22810: [forgot to add libltdl, added]
22811:
22812: * src/: Makefile.am, classes/root.C, classes/string.C,
22813: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22814: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22815: include/pa_string.h, include/pa_table.h, main/main.dsp,
22816: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22817: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22818: -1000 just compiled
22819:
22820: * src/: classes/random.C, classes/root.C, classes/table.C,
22821: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22822: main/pa_request.C, types/pa_vclass.h: sql frame -10
22823:
22824: 2001-04-03 paf
22825:
22826: * src/types/pa_vform.C: z
22827:
22828: * src/: classes/string.C, types/pa_vform.C: string:match replace
22829: assigned lang
22830:
22831: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22832: {}[]< empty []
22833:
22834: * src/: classes/file.C, classes/string.C, classes/table.C,
22835: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22836: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22837:
22838: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22839: string:match replace strange matches
22840:
22841: * src/classes/string.C: string:match replace 0
22842:
22843: * src/: classes/string.C, main/pa_string.C: string:match replace
22844: prepared 2
22845:
22846: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22847: string:match replace prepared
22848:
22849: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22850: string:match replace -11
22851:
22852: * src/: classes/string.C, include/pa_globals.h,
22853: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22854: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22855:
22856: * src/: classes/string.C, include/pa_globals.h,
22857: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22858: main/pa_string.C: string:match [search] -1 just compiled
22859:
22860: * src/types/pa_vstring.C: z
22861:
22862: * src/: classes/double.C, classes/file.C, classes/form.C,
22863: classes/int.C, classes/response.C, classes/root.C,
22864: classes/string.C, classes/table.C, include/pa_string.h,
22865: main/pa_string.C: string:match -10 [frame]
22866:
22867: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22868: main/pa_request.C: z
22869:
22870: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22871: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22872: todo/tests
22873:
22874: * src/include/pa_common.h: z
22875:
22876: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22877: main/pa_request.C, targets/cgi/parser3.C,
22878: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22879: content-disposition
22880:
22881: * src/: include/pa_common.h, include/pa_globals.h,
22882: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22883: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22884:
22885: * src/: include/pa_common.h, include/pa_request.h,
22886: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22887: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22888: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22889: response:body
22890:
22891: * src/classes/table.C: table:append now uses string::split
22892:
22893: * src/classes/table.C: z
22894:
22895: * src/: classes/file.C, classes/root.C, classes/string.C,
22896: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22897: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22898: include/pa_string.h, main/execute.C, main/pa_string.C,
22899: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22900: string::pos & cmp & piece bugs fixed. string::split new
22901: table:load separated from set table:set implemented with clean \n
22902: \t searches
22903:
22904: 2001-04-02 paf
22905:
22906: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22907: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22908: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22909: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22910: it in table:set/load
22911:
22912: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22913: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22914:
22915: * src/classes/random.C: random:generate 1
22916:
22917: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22918: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22919: types/pa_value.h: random:generate
22920:
22921: 2001-03-30 paf
22922:
22923: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22924: todo: table flip and append. string::pos
22925:
22926: * src/: classes/double.C, classes/file.C, classes/int.C,
22927: classes/response.C, classes/root.C, classes/string.C,
22928: classes/table.C, main/compile.y, main/execute.C,
22929: types/pa_value.h, types/pa_vstateless_class.C,
22930: types/pa_vstateless_class.h: static|dynamic|any method
22931: registration
22932:
22933: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22934: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22935: table:flip
22936:
22937: 2001-03-29 paf
22938:
22939: * src/classes/string.C: string:xsplit forgot that they must result
22940: in 1 row N column [not vice versa]
22941:
22942: * src/classes/string.C: z
22943:
22944: * src/classes/string.C: string: rsplit
22945:
22946: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22947: string: lsplit
22948:
22949: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22950: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22951: lsplit -1
22952:
22953: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22954: string: pos
22955:
22956: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22957: string: pos -1
22958:
22959: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22960: main/compile.y, main/pa_request.C, main/pa_string.C,
22961: main/untaint.C: string: left right mid
22962:
22963: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22964: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22965: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22966: and [;] are different now.
22967:
22968: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22969: main/untaint.C: pool.request undone
22970:
22971: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22972: main/untaint.C: pool.request
22973:
22974: 2001-03-28 paf
22975:
22976: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22977: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22978: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22979: $request:browser [.type .version]; unknown.get_double now = 0.
22980:
22981: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22982: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22983: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22984: types/pa_vform.C: file:load autodetection of mime-type by
22985: user-file-name
22986:
22987: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22988: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22989: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22990:
22991: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22992: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22993: write. must be self.set
22994:
22995: * src/: classes/file.C, classes/root.C, classes/table.C,
22996: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22997:
22998: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22999: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23000: types/pa_vtable.h: table:locate just compiled
23001:
23002: 2001-03-27 paf
23003:
23004: * src/main/: execute.C, pa_common.C: fixed r/w context of
23005: code-params2, fixed ntfs hardlink slow dir update
23006:
23007: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23008: types/pa_wcontext.h: fixed r/w context of code-params
23009:
23010: * src/: classes/table.C, main/execute.C: about to change junction
23011: rcontext!!
23012:
23013: * src/: classes/double.C, classes/int.C, classes/root.C,
23014: classes/string.C, classes/table.C, main/compile_tools.C,
23015: main/execute.C, main/pa_request.C, main/untaint.C,
23016: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23017: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23018: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23019: types/pa_vunknown.h: sort 0
23020:
23021: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23022: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23023: renamed to are_static_calls_disabled
23024:
23025: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23026: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23027: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23028: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23029:
23030: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23031:
23032: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23033: started table:sort fixed minor bug in #...^{
23034:
23035: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23036: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23037: decided to have as it were. stepped back. grammar: added 'in'
23038: 'is' 'lt'&co follow-space check
23039:
23040: 2001-03-26 paf
23041:
23042: * src/: classes/file.C, classes/root.C, classes/table.C,
23043: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23044: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23045: main/pa_table.C: moved ::save to pa_table. disabled @auto
23046: invocation in ^process
23047:
23048: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23049:
23050: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23051: main/pa_array.C: table:record
23052:
23053: * src/: main/untaint.C, targets/cgi/parser3.C,
23054: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23055: targets/isapi/pool_storage.h, types/pa_valiased.h,
23056: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23057: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23058: types/pa_vtable.h: z
23059:
23060: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23061: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23062: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23063: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23064: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23065: method realisations on 'self' validity - they now can simply
23066: assume that 'self' is V{Proper} .
23067:
23068: 2001-03-25 paf
23069:
23070: * src/main/untaint.C: z
23071:
23072: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23073: lowlevel - it initialization could be skipped if failed in @auto.
23074: so that exception report would use some table
23075:
23076: * src/main/pa_request.C: table empty lines ignored. system-default
23077: content type assigned in output:result [can fail in main:auto and
23078: skipped normal defaults extraction]
23079:
23080: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23081: bug
23082:
23083: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23084: processing to table [except preliminary \r\n \r \n replacements
23085: to "\n"]
23086:
23087: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23088: move all the processing to table
23089:
23090: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23091: main/pa_table.C, main/untaint.C: returned table originating.
23092: useful for reporting typo table problems origin. think would be
23093: useful somewhere else
23094:
23095: * src/main/untaint.C: typo \r \r\n \n properly handled
23096:
23097: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23098: include/pa_table.h, main/compile.y, main/compile_tools.C,
23099: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23100: main/pa_string.C, main/pa_table.C, main/untaint.C,
23101: types/pa_vcookie.h: typo & typo-default
23102:
23103: 2001-03-24 paf
23104:
23105: * src/main/pa_common.C: z
23106:
23107: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23108: targets/cgi/parser3.C: html-typo 2
23109:
23110: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23111: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23112: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23113: main/execute.C, main/pa_array.C, main/pa_globals.C,
23114: main/pa_request.C, main/pa_string.C, main/untaint.C,
23115: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23116: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23117: noticed double default content-type prob. run cgi.cmd tomorrow
23118: first html-typo sample. detected << problem: they become ltlt too
23119: fast
23120:
23121: * src/main/compile.y: z
23122:
23123: * src/main/: compile.y, compile_tools.h: #comment
23124:
23125: * src/: classes/file.C, classes/root.C, classes/table.C,
23126: include/pa_common.h, include/pa_request.h, main/compile.y,
23127: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23128: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23129: stringified
23130:
23131: * src/types/pa_valiased.C: decided to String-ify file_read
23132:
23133: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23134: isapi/parser3isapi.dsp: cgi: sapi::log
23135:
23136: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23137: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23138: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23139: error log experiments failed - cgi under iis got no access to
23140: log. registereventsource simply failed with 5(illegal call) code,
23141: while worked OK as standalone executable. isapi: used
23142: HSE_APPEND_LOG_PARAMETER feature
23143:
23144: * src/: include/pa_common.h, include/pa_globals.h,
23145: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23146: targets/isapi/parser3isapi.C: fixed default content-type
23147: allocation storage
23148:
23149: * src/: include/pa_globals.h, include/pa_request.h,
23150: main/pa_globals.C, main/pa_request.C: z
23151:
23152: * src/: include/pa_array.h, include/pa_hash.h,
23153: include/pa_request.h, main/compile.y, main/pa_array.C,
23154: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23155: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23156: content-type
23157:
23158: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23159: sanity
23160:
23161: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23162: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23163: away freeze mech. no danger now for you can't do
23164: ^request:process[@new-method[] body] trick anymore. still
23165: remains $some_instance.process[@new-method[] possibility] but
23166: would leave it as a feature. see index for sample
23167:
23168: * src/: include/pa_common.h, main/pa_common.C,
23169: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23170: monkey every target
23171:
23172: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23173: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23174: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23175:
23176: 2001-03-23 paf
23177:
23178: * src/: include/pa_pool.h, main/pa_request.C,
23179: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23180: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23181: targets/isapi/pool_storage.h: isapi: dumb pool storage
23182:
23183: * src/targets/isapi/pa_pool.C: decided to continue with extension
23184:
23185: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23186: it would be better to rewrite as filter then to deal with pool
23187:
23188: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23189: now like in cgi, not from APPL_PHYSICAL_PATH
23190:
23191: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23192: include/pa_config_fixed.h, include/pa_config_includes.h,
23193: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23194: include/pa_version.h, main/compile.y, main/execute.C,
23195: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23196: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23197: main/untaint.C, targets/cgi/parser3.C,
23198: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23199: cgi: reinvent document_root and request_uri under iis. autoconf
23200: updated. introducing ap_config_includes
23201:
23202: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23203:
23204: * src/targets/cgi/parser3.C: cgi: only one pool now
23205:
23206: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23207: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23208: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23209: types/pa_venv.h, types/pa_vform.C: sapi made object
23210:
23211: * src/: include/pa_globals.h, main/pa_request.C,
23212: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23213: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23214: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23215:
23216: * src/: main/pa_request.C, targets/cgi/parser3.C,
23217: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23218: isapi minor env beauty
23219:
23220: * src/: main/pa_request.C, targets/cgi/parser3.C,
23221: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23222: isapi document_root 0
23223:
23224: 2001-03-22 paf
23225:
23226: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23227:
23228: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23229: isapi/parser3isapi.C: z
23230:
23231: * src/: include/pa_pool.h, main/pa_request.C,
23232: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23233:
23234: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23235: kill.pl: isapi added utils
23236:
23237: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23238: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23239: types/pa_vform.C: isapi 0
23240:
23241: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23242: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23243: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23244: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23245: started isapi
23246:
23247: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23248: some comments
23249:
23250: * src/: include/pa_globals.h, include/pa_request.h,
23251: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23252: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23253: parser_root_auto_path parser_site_auto_path
23254:
23255: * src/types/pa_vcookie.C: cookie attr decoded
23256:
23257: 2001-03-21 paf
23258:
23259: * src/targets/cgi/parser3.C: z
23260:
23261: * src/include/pa_globals.h: post. todo: config of auto.p path
23262:
23263: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23264: types/pa_venv.h: in cookie & env. todo:post
23265:
23266: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23267: classes/root.C, classes/table.C, include/pa_array.h,
23268: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23269: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23270: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23271: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23272: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23273: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23274: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23275: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23276: shifted apache branch on main trunc
23277:
23278: * src/: include/pa_common.h, include/pa_globals.h,
23279: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23280: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23281: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23282: starting mod_parser3
23283:
23284: * src/targets/cgi/parser3.C: starting mod_parser3
23285:
23286: 2001-03-20 paf
23287:
23288: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23289: targets/cgi/parser3.C: automake compiled and works. todo:make
23290: win32 ifdefs work and add ifdef unistd
23291:
23292: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23293: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23294: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23295: z
23296:
23297: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23298: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23299: locking
23300:
23301: * src/: classes/Makefile.am, types/Makefile.am: z
23302:
23303: * src/: Makefile.am, classes/file.C, classes/root.C,
23304: classes/table.C, include/pa_array.h, include/pa_request.h,
23305: include/pa_string.h, main/Makefile.am, main/execute.C,
23306: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23307: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23308: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23309: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23310:
23311: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23312: main/pa_request.C, types/pa_vfile.h: ^table:save
23313:
23314: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23315: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23316: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23317: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23318: types/pa_vform.h: z
23319:
23320: * src/include/pa_string.h: z
23321:
23322: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23323: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23324: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23325: :Value
23326:
23327: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23328: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23329: :VStateless_object
23330:
23331: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23332: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23333: :VStateless_object
23334:
23335: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23336: types/pa_valiased.C, types/pa_vform.h: commented VForm
23337:
23338: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23339: types/pa_valiased.h, types/pa_value.h,
23340: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23341: types/pa_vstateless_object.h: moved common get_element part from
23342: stateless object&class into VAliased
23343:
23344: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23345: classes/table.C, main/execute.C, main/main.dsp,
23346: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23347: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23348: now :Value
23349:
23350: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23351: main/execute.C, main/main.dsp, main/pa_globals.C,
23352: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23353:
23354: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23355: doxx
23356:
23357: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23358: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23359: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23360: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23361: and ^file:save
23362:
23363: 2001-03-19 paf
23364:
23365: * src/types/pa_vfile.C: z
23366:
23367: * src/: classes/file.C, classes/request.C, classes/table.C,
23368: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23369: main/pa_request.C, main/untaint.C, types/pa_value.h,
23370: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23371:
23372: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23373: include/pa_string.h, include/pa_table.h, main/main.dsp,
23374: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23375: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23376: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23377: classes/_file.h, classes/file.C, types/pa_vfile.C,
23378: types/pa_vfile.h: file class just compiled
23379:
23380: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23381: include/pa_table.h, include/pa_types.h, main/execute.C,
23382: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23383: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23384: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23385:
23386: * src/include/pa_pool.h: z
23387:
23388: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23389: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23390: Hash::Value to Val so to doxygen would finlly stop confusing
23391: those Value-s
23392:
23393: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23394: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23395: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23396: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23397: include/pa_types.h, main/compile.C, main/compile.y,
23398: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23399: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23400: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23401: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23402: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23403:
23404: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23405: derivates somehow unlinked. don't know why yet
23406:
23407: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23408: include/pa_string.h, include/pa_threads.h, main/compile.C,
23409: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23410: main/execute.C, main/pa_array.C, main/pa_common.C,
23411: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23412: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23413: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23414:
23415: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23416: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23417: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23418: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23419: types/pa_vrequest.h: doc: detected Value derivates prob
23420:
23421: * src/include/pa_globals.h: z
23422:
23423: * src/: classes/_request.h, classes/request.C, include/code.h,
23424: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23425: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23426: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23427: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23428: main/execute.C, main/pa_pool.C, main/pa_request.C,
23429: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23430: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23431:
23432: 2001-03-18 paf
23433:
23434: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23435: cookie: allowed access to hash-assigned
23436:
23437: * src/targets/cgi/parser3.C: z
23438:
23439: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23440: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23441: include/pa_types.h, main/main.dsp, main/pa_common.C,
23442: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23443: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23444: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23445: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23446: types/pa_vunknown.h: cookie class
23447:
23448: * src/main/pa_request.C: zero length output allowed
23449:
23450: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23451: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23452:
23453: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23454: lang switch
23455:
23456: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23457: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23458: types/pa_value.h, types/pa_vhash.h:
23459: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23460:
23461: * src/main/execute.C: z
23462:
23463: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23464: targets/cgi/parser3.C: taint[uri
23465:
23466: * src/: classes/request.C, classes/response.C, classes/root.C,
23467: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23468: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23469: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23470:
23471: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23472: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23473: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23474: types/pa_vstateless_class.C: convinient string(pool, char *src,
23475: bool tainted) ctor
23476:
23477: * src/: include/pa_hash.h, include/pa_request.h,
23478: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23479: main/pa_request.C, main/pa_string.C, main/untaint.C,
23480: targets/cgi/parser3.C: proper @exceptions params tainting
23481:
23482: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23483: response fields to header
23484:
23485: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23486: z
23487:
23488: * src/: classes/_response.h, classes/response.C,
23489: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23490: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23491: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23492: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23493: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23494: $response: 0 request::core exception rethrow
23495:
23496: 2001-03-16 paf
23497:
23498: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23499: types/pa_vrequest.h: native method' class call with less params
23500: then needed error reporting
23501:
23502: * src/: classes/_request.h, classes/request.C,
23503: include/pa_globals.h, include/pa_request.h, main/execute.C,
23504: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23505: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23506: types/pa_vrequest.h: $request : query :uri
23507:
23508: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23509: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23510: types/pa_wcontext.h: $result
23511:
23512: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23513:
23514: * src/: classes/double.C, include/code.h, main/compile.y,
23515: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23516: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23517:
23518: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23519: main/compile.y, main/execute.C, types/pa_value.h,
23520: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23521: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23522: wcontext conflict
23523:
23524: * src/: main/execute.C, types/pa_value.h,
23525: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23526: $string.field
23527:
23528: 2001-03-15 paf
23529:
23530: * src/main/pa_request.C: news sample
23531:
23532: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23533: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23534:
23535: * src/main/: compile.y, execute.C: z
23536:
23537: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23538: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23539: pre pre works
23540:
23541: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23542: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23543: fillfields just compiled
23544:
23545: 2001-03-14 paf
23546:
23547: * src/: include/pa_request.h, main/pa_request.C,
23548: targets/cgi/parser3.C: z
23549:
23550: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23551: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23552: types/pa_vstring.h: limits -1
23553:
23554: * src/: include/pa_globals.h, include/pa_request.h,
23555: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23556: main/pa_request.C, targets/cgi/parser3.C,
23557: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23558: request_info -1
23559:
23560: * src/: include/pa_globals.h, main/pa_globals.C,
23561: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23562: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23563: vform_fields_fill
23564:
23565: * src/targets/cgi/parser3.C: # if MSVC
23566:
23567: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23568: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23569:
23570: * src/targets/cgi/parser3.C: z
23571:
23572: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23573: include/pa_string.h, include/pa_types.h, main/compile.y,
23574: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23575: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23576: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23577: types/pa_vunknown.h: global handler, exceptions in parser3
23578:
23579: 2001-03-13 paf
23580:
23581: * src/: classes/form.C, main/compile.y, main/core.C,
23582: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23583: types/pa_vform.h, types/pa_vstateless_class.C,
23584: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23585: instead
23586:
23587: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23588: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23589: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23590: started cgi target
23591:
23592: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23593: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23594: before error show with parser
23595:
23596: * src/: classes/_form.h, classes/form.C, include/core.h,
23597: include/pa_request.h, main/core.C, main/pa_request.C,
23598: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23599:
23600: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23601:
23602: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23603: parser3.C: renamed targets/ parser to cgi
23604:
23605: * src/: classes/double.C, classes/env.C, classes/int.C,
23606: classes/root.C, classes/string.C, classes/table.C,
23607: include/pa_request.h, types/pa_vhash.h: z
23608:
23609: * src/: classes/_env.h, classes/env.C, classes/root.C,
23610: include/core.h, include/pa_pool.h, include/pa_request.h,
23611: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23612: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23613: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23614: [historical moment :)]
23615:
23616: * src/: include/code.h, include/pa_string.h, main/compile.y,
23617: main/execute.C, main/pa_string.C: 'value is type' expr operator
23618:
23619: * src/types/pa_venv.h: $ENV 1
23620:
23621: * src/main/execute.C: z
23622:
23623: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23624: future methods of ENV constructor if
23625:
23626: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23627: class
23628:
23629: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23630: classes/_root.h, classes/_string.h, classes/_table.h,
23631: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23632: classes/string.C, classes/table.C, include/pa_request.h,
23633: main/compile.C, main/compile_tools.h, main/core.C,
23634: main/execute.C, main/main.dsp, main/pa_request.C,
23635: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23636: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23637: types/pa_vobject.h, types/pa_vstateless_class.C,
23638: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23639: types/pa_wcontext.h: $ENV: re 0, stateless classes
23640:
23641: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23642: classes/_root.h, classes/_string.h, classes/_table.h,
23643: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23644: classes/string.C, classes/table.C, include/pa_request.h,
23645: main/compile.C, main/compile_tools.h, main/core.C,
23646: main/execute.C, main/main.dsp, main/pa_request.C,
23647: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23648: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23649: types/pa_vobject.h, types/pa_vstateless_class.C,
23650: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23651: types/pa_wcontext.h: $ENV: re 0, stateless classes
23652:
23653: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23654: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23655: yesterdays bad decision on execute_static_method
23656:
23657: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23658:
23659: * src/: classes/double.C, classes/int.C, classes/root.C,
23660: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23661:
23662: * src/main/pa_request.C: z
23663:
23664: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23665: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23666:
23667: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23668: include/pa_pool.h, main/pa_request.C:
23669: restructure_exceptions_dead_end
23670:
23671: * src/: classes/root.C, main/compile.y: ^if required junctions.
23672: allowed ; inside {} to break params
23673:
23674: * src/classes/root.C: ^eval
23675:
23676: * src/: classes/_string.h, classes/double.C, classes/int.C,
23677: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23678: string ^format
23679:
23680: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23681: 'bad' but not 'enough'
23682:
23683: * src/: classes/double.C, classes/root.C, classes/table.C,
23684: include/pa_common.h, include/pa_types.h, main/compile.y,
23685: main/pa_common.C, main/pa_request.C, main/untaint.C,
23686: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23687: types/pa_wwrapper.h: think constructing flag as is is bad
23688:
23689: * src/: classes/double.C, classes/int.C, classes/root.C,
23690: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23691: types/pa_vint.h: ^for
23692:
23693: 2001-03-12 paf
23694:
23695: * src/classes/table.C: table ^empty
23696:
23697: * src/: classes/table.C, include/pa_table.h: table ^menu
23698:
23699: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23700: ^offset ^line ^count
23701:
23702: * src/classes/root.C: ^round() ^floor() ^ceiling()
23703: ^abs() ^sign()
23704:
23705: * src/classes/: root.C, table.C: ^use
23706:
23707: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23708: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23709: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23710: ^while. switched off wcontext.constructing after write(value) or
23711: auto-vhash-constructing
23712:
23713: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23714: main/pa_request.C: fail_if_junction_ helper func
23715:
23716: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23717: include/pa_request.h, main/execute.C, main/main.dsp,
23718: main/pa_common.C, main/pa_request.C: ^process error point by
23719: actual method_name, not source. ^load
23720:
23721: * src/types/pa_vtable.h: table: no, better with string in cells...
23722:
23723: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23724: classes/_table.h, classes/table.C, main/untaint.C: z
23725:
23726: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23727: include/pa_table.h, main/core.C, main/execute.C,
23728: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23729: types/pa_value.h: table:set 0
23730:
23731: * src/: classes/root.C, include/core.h, include/pa_array.h,
23732: include/pa_request.h, include/pa_table.h, main/core.C,
23733: main/main.dsp, main/pa_request.C, main/pa_table.C,
23734: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23735: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23736: types/pa_vstring.h: freeze, ^table:create[] -1
23737:
23738: * src/: classes/root.C, types/pa_value.h: z
23739:
23740: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23741: get_method in couple places optimizing them
23742:
23743: * src/classes/root.C: z
23744:
23745: * src/: classes/root.C, types/pa_vclass.h: process temp main
23746: zeroing
23747:
23748: * src/: classes/double.C, classes/int.C, classes/root.C,
23749: classes/string.C, include/pa_common.h, include/pa_request.h,
23750: include/pa_string.h, include/pa_types.h, main/compile.C,
23751: main/compile.y, main/compile_tools.h, main/execute.C,
23752: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23753: types/pa_vmframe.h: ^process. actual names to store param and
23754: check_actual_numbered_params for better place diagnostics
23755:
23756: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23757: method-junctions bug fixed
23758:
23759: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23760: pa_vstateless_object.h, pa_vstring.h: stateless_object
23761:
23762: 2001-03-11 paf
23763:
23764: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23765: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23766: VDouble VInt base now VObject_base - without fields
23767:
23768: * src/: classes/root.C, include/core.h, main/core.C: z
23769:
23770: * src/: classes/double.C, classes/int.C, classes/root.C,
23771: classes/string.C, include/core.h, include/pa_hash.h,
23772: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23773: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23774:
23775: * src/: classes/double.C, classes/int.C, classes/root.C,
23776: include/pa_request.h, main/execute.C: intercept_string
23777:
23778: * src/: classes/double.C, classes/int.C, classes/root.C,
23779: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23780:
23781: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23782: ^inc-s(expr)
23783:
23784: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23785: classes/_root.h, classes/_string.h, classes/double.C,
23786: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23787: include/code.h, include/core.h, include/pa_array.h,
23788: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23789: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23790: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23791: include/pa_types.h, main/compile.C, main/compile.y,
23792: main/compile_tools.C, main/compile_tools.h, main/core.C,
23793: main/execute.C, main/pa_array.C, main/pa_common.C,
23794: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23795: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23796: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23797: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23798: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23799: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23800: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23801: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23802:
23803: * src/: main/pa_request.C, types/pa_vhash.h: z
23804:
23805: * src/: include/core.h, include/pa_request.h, main/core.C,
23806: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23807:
23808: * src/: include/pa_valiased.h, include/pa_value.h,
23809: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23810: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23811: include/pa_vjunction.h, include/pa_vmframe.h,
23812: include/pa_vobject.h, include/pa_vstring.h,
23813: include/pa_vunknown.h, include/pa_wcontext.h,
23814: include/pa_wwrapper.h, main/compile.y, main/core.C,
23815: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23816: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23817: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23818: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23819: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23820: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23821: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23822: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23823: include/
23824:
23825: 2001-03-10 paf
23826:
23827: * src/: include/core.h, include/pa_request.h, main/core.C,
23828: main/pa_request.C: run+auto=run
23829:
23830: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23831:
23832: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23833: classes/_root.h, classes/_string.h, classes/double.C,
23834: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23835: include/code.h, include/core.h, include/pa_array.h,
23836: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23837: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23838: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23839: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23840: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23841: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23842: include/pa_vjunction.h, include/pa_vmframe.h,
23843: include/pa_vobject.h, include/pa_vstring.h,
23844: include/pa_vunknown.h, include/pa_wcontext.h,
23845: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23846: main/compile_tools.C, main/compile_tools.h, main/core.C,
23847: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23848: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23849: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23850: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23851: main/pa_wcontext.C: sources header
23852:
23853: * src/main/pa_request.C: auto..
23854:
23855: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23856: main/pa_request.C: auto tree0
23857:
23858: * src/: include/core.h, include/pa_request.h, main/compile.y,
23859: main/core.C, main/pa_request.C: names to core.C
23860:
23861: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23862: include/pa_request.h, main/core.C, main/execute.C,
23863: main/pa_common.C, main/pa_request.C: root auto.p loaded
23864:
23865: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23866: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23867: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23868: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23869:
23870: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23871: @auto[] realised. auto.p scan togo
23872:
23873: * src/: include/pa_request.h, main/execute.C: autocalc
23874: code-junctions result now have names
23875:
23876: * src/: classes/double.C, classes/int.C, classes/root.C,
23877: classes/string.C, include/pa_request.h, include/pa_string.h,
23878: include/pa_wcontext.h, main/compile.y, main/execute.C,
23879: main/pa_string.C, main/pa_wcontext.C: tainting 0
23880:
23881: * src/classes/env.C: env:file/line
23882:
23883: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23884: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23885: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23886: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23887: main/compile_tools.C, main/compile_tools.h, main/core.C,
23888: main/execute.C, main/main.dsp, main/pa_cframe.C,
23889: main/pa_request.C, main/pa_wcontext.C: const fight finished
23890:
23891: * src/include/pa_vclass.h: const fight to go
23892:
23893: * src/: classes/_env.h, classes/env.C, classes/root.C,
23894: include/pa_request.h, include/pa_vclass.h, main/core.C,
23895: main/main.dsp: env0
23896:
23897: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23898: classes/_string.h, classes/double.C, classes/int.C,
23899: classes/root.C, classes/string.C, include/pa_request.h,
23900: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23901: include/pa_wcontext.h, main/core.C, main/main.dsp,
23902: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23903: main/pa_wcontext.C: ^lang prepare0
23904:
23905: 2001-03-09 paf
23906:
23907: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23908: construct proper naming
23909:
23910: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23911: classes/double.C, classes/int.C, classes/root.C,
23912: classes/string.C, include/code.h, include/pa_value.h,
23913: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23914: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23915: main/compile.y, main/compile_tools.C, main/core.C,
23916: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23917: and ^double[]. fixed expr type
23918:
23919: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23920: ^string.length[]
23921:
23922: 2001-03-08 paf
23923:
23924: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23925:
23926: * src/: include/pa_vclass.h, include/pa_vstring.h,
23927: include/pa_wcontext.h, main/compile.y, main/core.C,
23928: main/execute.C, main/main.dsp: dead end: vstring can't be
23929: derivated from vobject
23930:
23931: * src/: include/pa_vclass.h, include/pa_vhash.h,
23932: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23933:
23934: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23935: remained clone conseqs
23936:
23937: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23938:
23939: * src/main/pa_vclass.C: wow! vclass were out of vcs
23940:
23941: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23942: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23943: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23944: include/pa_vobject.h, include/pa_vstring.h,
23945: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23946: main/execute.C: withoud cloning. didn't need it actually, params
23947: got passed from out unnamed ewpool
23948:
23949: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23950: include/pa_vjunction.h, include/pa_vobject.h,
23951: include/pa_vunknown.h, main/compile.y: cloning dead end
23952:
23953: * src/: include/pa_bool.h, include/pa_double.h,
23954: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23955: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23956: include/pa_vjunction.h, include/pa_vmframe.h,
23957: include/pa_vobject.h, include/pa_vstring.h,
23958: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23959: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23960: to give params proper names
23961:
23962: * src/main/pa_wcontext.C: z
23963:
23964: * src/: include/pa_vmframe.h, main/execute.C: added names to
23965: unknown values in get_element and unfilled params. removed wrong
23966: name change in get_element
23967:
23968: * src/main/execute.C: z
23969:
23970: * src/main/execute.C: fixed problems calling operators in
23971: constructors
23972:
23973: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23974: detected problems calling operators in constructors
23975:
23976: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23977: autocalc def to string
23978:
23979: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23980: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23981:
23982: * src/classes/root.C: added root.c
23983:
23984: * src/: include/pa_request.h, include/pa_value.h,
23985: include/pa_vcframe.h, include/pa_vmframe.h,
23986: include/pa_wcontext.h, main/compile.C, main/compile.y,
23987: main/core.C, main/execute.C, main/pa_cframe.C,
23988: main/pa_wcontext.C: 'if' just compiled
23989:
23990: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23991: include/pa_vjunction.h, include/pa_vmframe.h,
23992: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23993: main/pa_wcontext.C: z
23994:
23995: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23996: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23997: with parameter names in operator methods
23998:
23999: * src/main/compile.y: minor renamings in .y
24000:
24001: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24002: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24003: @BASE. changed 'RUN' assignment mech
24004:
24005: * src/main/execute.C: z
24006:
24007: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24008: main/compile_tools.h, main/execute.C: made class: dynamic, not
24009: static. so to enable runtime ^use
24010:
24011: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24012:
24013: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24014: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24015:
24016: * src/main/execute.C: root root in code-junction
24017:
24018: 2001-03-07 paf
24019:
24020: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24021: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24022:
24023: * src/: include/pa_stack.h, include/pa_value.h,
24024: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24025: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24026: fixed rwcontext of {} params up
24027:
24028: * src/main/: compile.y, compile_tools.h: ^func(params)
24029:
24030: * src/main/compile.y: .y priorities syntax shaped up a bit
24031:
24032: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24033: include/pa_vunknown.h, main/compile.y, main/execute.C,
24034: main/pa_hash.C: expr def in -f
24035:
24036: * src/main/: compile.y, execute.C: expr calls
24037:
24038: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24039: fixed
24040:
24041: * src/main/compile.y: expr quoted code
24042:
24043: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24044: support0
24045:
24046: * src/main/compile.y: expr string comparisons 0
24047:
24048: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24049: main/pa_string.C: just compiled lt&co
24050:
24051: * src/main/execute.C: ^var.menu{$field} problem detected. that
24052: $field not a $var.field
24053:
24054: 2001-03-06 paf
24055:
24056: * src/main/compile.y: .y expr visible-shorter
24057:
24058: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24059: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24060: logical
24061:
24062: * src/: include/pa_vstring.h, main/compile.y: problems with
24063: skipping whitespace in yylex
24064:
24065: * src/include/pa_vbool.h: forgot this
24066:
24067: * src/: include/code.h, main/compile.y, main/execute.C: without
24068: string ops in expressions 0
24069:
24070: * src/: include/pa_value.h, include/pa_vdouble.h,
24071: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24072: main/execute.C, main/main.dsp: !~
24073:
24074: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24075: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24076: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24077: include/pa_vunknown.h, include/pa_wcontext.h,
24078: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24079: main/compile_tools.h, main/execute.C: +-*/
24080:
24081: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24082: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24083:
24084: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24085: main/execute.C: expr grammar-1 2*2=4.000000 :)
24086:
24087: * src/main/compile.y: expr grammar-1
24088:
24089: * src/main/compile.y: expr lexx1
24090:
24091: * src/main/: compile.y, execute.C, main.dsp: z
24092:
24093: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24094: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24095: main/execute.C: expr lex0 exec-1
24096:
24097: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24098:
24099: 2001-02-26 paf
24100:
24101: * src/main/compile.y: max_string in yyerror bug fix
24102:
24103: 2001-02-25 paf
24104:
24105: * src/: include/pa_value.h, include/pa_vmframe.h,
24106: include/pa_wcontext.h, main/execute.C: VAliased3
24107:
24108: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24109:
24110: * src/main/execute.C: VAliased1
24111:
24112: * src/: include/pa_request.h, include/pa_value.h,
24113: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24114: VAliased0
24115:
24116: * src/: include/pa_pool.h, include/pa_request.h,
24117: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24118: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24119: VAliased just compiled
24120:
24121: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24122: include/pa_vobject.h, main/execute.C: alias dead end
24123:
24124: * src/: include/pa_value.h, include/pa_vclass.h,
24125: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24126: main/main.dsp: no not get fields into interm VFielded class.
24127: fields & staticfields 1
24128:
24129: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24130: include/pa_vobject.h, include/pa_wcontext.h,
24131: include/pa_wwrapper.h, main/core.C, main/execute.C,
24132: main/main.dsp: would now get fields into interm VFielded class
24133:
24134: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24135: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24136: include/pa_wcontext.h, main/compile.y, main/core.C,
24137: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24138: main/pa_wcontext.C: virtuals2
24139:
24140: * src/main/compile.y: : 1
24141:
24142: * src/main/compile.y: rethought to $class:static.field.subfield
24143:
24144: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24145: $class:element
24146:
24147: * src/: include/pa_value.h, include/pa_vmframe.h,
24148: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24149: main/pa_wcontext.C: before execute class calls rewrite
24150:
24151: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24152: name RUN, also alias
24153:
24154: * src/main/compile.y: escaping bug
24155:
24156: * src/: include/pa_request.h, include/pa_value.h,
24157: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24158: main/core.C, main/execute.C, main/pa_common.C: vobject1
24159:
24160: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24161: include/pa_vmframe.h, include/pa_vobject.h,
24162: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24163: main/compile_tools.h, main/execute.C: ^class:method() just
24164: compiled
24165:
24166: 2001-02-24 paf
24167:
24168: * src/main/main.dsp: no bison -d
24169:
24170: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24171: class' err msg wrong
24172:
24173: * src/main/compile.y: z
24174:
24175: * src/main/: compile.y, core.C: yylex need some @special lines adj
24176:
24177: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24178: main/compile.y, main/compile_tools.h, main/core.C: modules0
24179:
24180: * src/: include/pa_vclass.h, main/core.C: z
24181:
24182: * src/: include/pa_value.h, include/pa_vclass.h,
24183: include/pa_vobject.h, main/main.dsp: vobject00
24184:
24185: * src/main/pa_array.C: minor bug in expanding very small arrays.
24186: 60% from 1 were 0
24187:
24188: * src/: include/pa_value.h, include/pa_wcontext.h,
24189: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24190: as bad as you've named it: wcontext.value() was not a perfect
24191: idea
24192:
24193: * src/main/execute.C: codeframe1
24194:
24195: * src/: include/pa_value.h, include/pa_vcframe.h,
24196: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24197: include/pa_vjunction.h, include/pa_vmframe.h,
24198: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24199: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24200: just compiled
24201:
24202: * src/: include/pa_vframe.h, main/compile.y: found junction
24203: ideology @: ^x{$a()) must construct current wcontext element, so
24204: smart wcontext handling needed
24205:
24206: * src/main/compile.y: fixed grammar bugs in constructor/params
24207: klinch
24208:
24209: * src/main/: compile.y, execute.C: fixed empty constructor
24210: optimized empty case. failed on calls - produced empty string
24211: param
24212:
24213: * src/main/compile.y: fixed last \n macrotemplate strip bug
24214:
24215: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24216: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24217: main/compile_tools.C, main/compile_tools.h, main/core.C,
24218: main/execute.C: code junctions0. something wrong with last \n
24219: macrotemplate strip
24220:
24221: * src/: include/pa_value.h, main/compile.C, main/core.C,
24222: main/pa_value.C: minor error reporting format beautifyings
24223:
24224: * src/: include/pa_value.h, include/pa_vclass.h,
24225: include/pa_vframe.h, main/core.C, main/execute.C,
24226: main/pa_value.C: get_method RIP. junctions everywhere. call with
24227: junctions0
24228:
24229: 2001-02-23 paf
24230:
24231: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24232: pa_wwrapper.h: lara came, can't work, sorry :(
24233:
24234: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24235: junction
24236:
24237: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24238: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24239: main/execute.C, main/main.dsp, main/pa_value.C: call0
24240:
24241: * src/: include/pa_hash.h, include/pa_value.h,
24242: include/pa_wcontext.h, main/core.C, main/execute.C,
24243: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24244: done
24245:
24246: * src/include/pa_wcontext.h: z
24247:
24248: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24249: wrong grammar in complex constructor case
24250:
24251: * src/main/: compile.y, execute.C: empty constructor bug fixed
24252:
24253: * src/main/execute.C: with result rwpool
24254:
24255: * src/: include/pa_value.h, main/core.C, main/execute.C,
24256: main/main.dsp: value named
24257:
24258: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24259: strign 2 value in 2 places in execute
24260:
24261: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24262: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24263: wcontext.put_element when wcontext fvalue==0
24264:
24265: 2001-02-22 paf
24266:
24267: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24268: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24269: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24270:
24271: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24272: erroreos checkout
24273:
24274: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24275:
24276: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24277: main/compile_tools.h, main/pa_array.C: $self.get
24278:
24279: * src/main/: compile.C, compile.y, compile_tools.C: z
24280:
24281: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24282: bit. finished now.
24283:
24284: * src/main/compile.y: $: finished
24285:
24286: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24287:
24288: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24289: main/execute.C: OP_STRING better then some xxx _VALUE
24290:
24291: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24292: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24293: string to vstring it .y all
24294:
24295: * src/: include/pa_request.h, include/pa_stack.h,
24296: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24297: all
24298:
24299: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24300: precise parse error line:col
24301:
24302: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24303: main/pa_hash.C, main/pa_pool.C: TRY...
24304:
24305: * src/: include/pa_exception.h, include/pa_pool.h,
24306: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24307: main/compile.C, main/compile.y, main/compile_tools.C,
24308: main/core.C, main/pa_array.C, main/pa_exception.C,
24309: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24310: main/pa_table.C: removed exception from request
24311:
24312: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24313: some forgotten
24314:
24315: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24316: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24317: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24318: get/put simple vars to VClass works0
24319:
24320: * src/: include/pa_array.h, include/pa_wcontext.h,
24321: main/pa_string.C: in process, but found that exceptions are too
24322: global
24323:
24324: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24325: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24326: main/execute.C, main/pa_string.C: write_value write_string 0 it
24327: seems wcontext must write strings regardles of fvalue!=0
24328:
24329: 2001-02-21 paf
24330:
24331: * src/main/execute.C: tired :)
24332:
24333: * src/main/: compile.C, compile.y, execute.C: store0
24334:
24335: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24336: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24337: include/pa_wcontext.h, main/compile.C, main/compile.y,
24338: main/execute.C, main/main.dsp, main/pa_array.C,
24339: main/pa_request.C: get put -1 [just compiled]
24340:
24341: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24342: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24343: main/main.dsp, main/pa_request.C: request core methods0
24344:
24345: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24346: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24347: execute
24348:
24349: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24350: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24351: methods and one_big_piece. now compile returns array<method*>
24352:
24353: * src/main/compile.y: more straightforward yylex[end]
24354:
24355: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24356: string.operator==(char*)
24357:
24358: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24359: main/execute.C, main/pa_array.C: after array.const get wonders
24360:
24361: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24362: pa_string.h, pa_value.h: struck with const array.gets
24363:
24364: * src/main/: execute.C: z
24365:
24366: * src/main/: compile.y, execute.C: z
24367:
24368: * src/main/: compile.C, compile.y, compile_tools.h: error
24369: processing in eval & yyerror so it wouldn't cause memleaks.
24370:
24371: * src/main/: compile.C, compile.y: failed to add absolute precies
24372: parse error positions. leaving RIGHTMOST position as
24373: @file[line:col]
24374:
24375: * src/: include/compile.h, main/compile.C, main/compile.y,
24376: main/compile_tools.h: line numbers needed. would add them to .y
24377: now internally. externally it's not as precise as needed
24378:
24379: * src/: include/code.h, include/pa_types.h, main/compile.C,
24380: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24381: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24382: compiler works ok
24383:
24384: 2001-02-20 paf
24385:
24386: * src/main/: compile.C, compile.y, compile_tools.C,
24387: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24388: not perfect
24389:
24390: * src/: include/code.h, include/compile.h, include/execute.h,
24391: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24392: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24393: main/compile.C, main/compile.y, main/compile_tools.C,
24394: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24395: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24396: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24397: compiled. execute=dump for now
24398:
24399: * src/main/core.C: core rewrite using yacc investigations now will
24400: be compile[yacc]/execute[opcodes]
24401:
24402: 2001-02-15 paf
24403:
24404: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24405: rewrite as turing machine? for it seems it would be it's too many
24406: ifs with this syntax now
24407:
24408: 2001-02-14 paf
24409:
24410: * src/main/core.C: get_params 1
24411:
24412: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24413: :( ]
24414:
24415: * src/main/core.C: varios breaks
24416:
24417: * src/main/core.C: get names 3
24418:
24419: * src/main/core.C: get names 2
24420:
24421: * src/main/core.C: get names 1
24422:
24423: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24424: names 0
24425:
24426: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24427: text repassing2 operator static vars
24428:
24429: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24430: main/pa_string.C: process text repassing
24431:
24432: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24433: module:calls changes
24434:
24435: 2001-02-13 paf
24436:
24437: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24438: ^class:calls[] started
24439:
24440: * src/: include/pa_value.h, main/core.C: z
24441:
24442: * src/main/core.C: operators : and self. prefixes
24443:
24444: * src/main/core.C: z
24445:
24446: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24447: tested
24448:
24449: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24450: optimized
24451:
24452: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24453: would change privates to better support optimization
24454:
24455: * src/: include/pa_string.h, main/pa_string.C:
24456: String_iterator::skip_to todo:optimize
24457:
24458: 2001-02-12 paf
24459:
24460: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24461: String_iterator
24462:
24463: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24464: comments
24465:
24466: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24467: self/methodref joined
24468:
24469: 2001-02-11 paf
24470:
24471: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24472: main/main.dsp: core started. core.C, context&value .h
24473:
24474: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24475: include/pa_string.h, main/main.dsp, main/pa_array.C,
24476: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24477:
24478: 2001-01-30 paf
24479:
24480: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24481: comments
24482:
24483: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24484: main/pa_pool.C: moved pa_pool.C to be target specific
24485:
24486: * src/: include/pa_exception.h, include/pa_pool.h,
24487: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24488: to & changes
24489:
24490: * src/: include/pa_exception.h, include/pa_pool.h,
24491: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24492: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24493: re-associated. that's much better even removed 'die' necessety
24494:
24495: * src/: include/pa_error.h, include/pa_exception.h,
24496: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24497: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24498: targets/Makefile.am: lowered targets/parser into subdir, added
24499: parser_Pool(Pool) failed to add. would think..
24500:
24501: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24502: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24503: main/pa_string.C, main/pa_table.C: Table more like C++ style
24504: hence lots of 'const'
24505:
24506: * src/: include/pa_error.h, include/pa_request.h,
24507: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24508: main/pa_table.C: Error fixed
24509:
24510: 2001-01-29 paf
24511:
24512: * src/: include/pa_array.h, include/pa_common.h,
24513: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24514: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24515: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24516: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24517:
24518: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24519: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24520: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24521: main/pa_string.C, main/pa_table.C: Request Error Table
24522:
24523: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24524: templates"
24525:
24526: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24527: main/main.dsp, main/pa_array.C: templates failed no template
24528: specializations [VC6], no library auto instantation [VC6, GNU c++
24529: 2.95.2-6 from latest cygwin]
24530:
24531: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24532: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24533: main/main.dsp, main/pa_array.C, main/pa_string.C,
24534: main/pa_table.C: Table started would test template Array now
24535:
24536: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24537: String originating
24538:
24539: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24540: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24541: SYNCHRONIZED(thread_safe)
24542:
24543: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24544: parts to top
24545:
24546: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24547: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24548: see: needed only in global Hash now, made Hash:: put/get
24549: SYNCHRONIZED
24550:
24551: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24552: main/pa_threads.C: added pa_threads
24553:
24554: Mutex
24555:
24556: * src/include/pa_hash.h: some comments
24557:
24558: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24559: Array& operator += (Array& src)
24560:
24561: * src/main/pa_array.C: expand not convinient, would rewrite
24562:
24563: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24564: (Array& src)
24565:
24566: rethought, would change now
24567:
24568: 2001-01-27 paf
24569:
24570: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24571: caching
24572:
24573: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24574: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24575: cache rethought to chunk caching
24576:
24577: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24578: include/pa_string.h, main/main.dsp, main/pa_array.C,
24579: main/pa_hash.C, main/pa_string.C: Array 0
24580:
24581: * src/main/pa_string.C: String::operator ==
24582:
24583: * src/main/pa_hash.C: String(&String)
24584:
24585: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24586:
24587: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24588: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24589: pa_hash[forgotten]
24590:
24591: 2001-01-26 paf
24592:
24593: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24594: removed templates [vc++ suxx]
24595:
24596: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24597: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24598:
24599: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24600:
1.119 moko 24601: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24602:
1.119 moko 24603: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24604: check
24605:
24606: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24607: dynamic row_count
24608:
24609: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24610: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24611: targets/Makefile.am: Initial revision
24612:
24613: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24614: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24615: targets/Makefile.am: creating parser3 module
24616:
E-mail: