Annotation of parser3/ChangeLog, revision 1.156
1.156 ! moko 1: 2021-01-16 moko
! 2:
! 3: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
! 4: main/pa_globals.C, main/pa_memory.C,
! 5: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
! 6: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
! 7: feature #1209)
! 8:
! 9: 2021-01-15 moko
! 10:
! 11: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
! 12: 3.4.6rc
! 13:
! 14: * src/classes/json.C: get_delim added for delimiter caching (10%
! 15: faster on large json)
! 16:
! 17: 2021-01-14 moko
! 18:
! 19: * operators.txt: updated with 3.4.6 changes
! 20:
! 21: * tests/results/224.processed: test result modified after
! 22: today(shift) implemented
! 23:
! 24: * tests/: 407.html, results/407.processed: test for ^hash.select
! 25: option $.default(bool) added (related to feature #1172)
! 26:
! 27: * src/classes/hash.C: ^hash.select option $.default(bool) added
! 28: (related to feature #1172)
! 29:
! 30: * tests/: 141.html, results/141.processed: test modified for
! 31: feature #1185.
! 32:
! 33: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
! 34: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
! 35: options $.lower(bool) (implements feature #1185)
! 36:
! 37: 2021-01-11 moko
! 38:
! 39: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
! 40: #1192)
! 41:
! 42: * tests/: 411.html, results/411.processed: test for ^date::today(N)
! 43: added (related to feature #1192)
! 44:
1.155 moko 45: 2021-01-05 moko
46:
47: * tests/: 270.html, results/270.processed: test modified to work
48: under Windows
49:
50: * tests/: 390.html, 395.html, results/395.processed: tests updated
51: 4 windows
52:
53: * tests/: 410.html, results/410.processed: test for
54: $CLASS-GETTER-PROTECTED(false) added
55:
56: 2021-01-04 moko
57:
58: * tests/: 409.html, results/409.processed, results/auto.p: test for
59: $MAIN:LOCALS(true) added
60:
1.154 moko 61: 2021-01-03 moko
62:
63: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
64: types/pa_vclass.h, types/pa_vstateless_class.C,
65: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
66: +LOCALS. $main -> $MAIN in exception texts (implements feature
67: #1207)
68:
69: 2021-01-02 moko
70:
71: * etc/auto.p.in: minor
72:
73: * src/main/pa_request.C: sending headers only after opening file to
74: allow error reporting if file was not opened (foreign group,
75: etc).
76:
77: 2020-12-31 moko
78:
79: * src/: include/pa_request.h, main/pa_request.C,
80: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
81:
82: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
83: main/pa_request.C: get_class_ref added and used
84:
85: * etc/auto.p.in: @CLASS httpd added
86:
87: * etc/auto.p.in: @auto[] is now first
88:
89: 2020-12-30 moko
90:
91: * tests/: 408.html, results/408.processed: test for bug #1166
92: (windows only) added
93:
94: * src/main/pa_common.C: create_dir_for_file should not create dir
95: for trailing / (fixes bug #1166)
96:
97: * tests/: 341.html, results/341.processed: tests for
98: ^nameless_table.hash[] added (related to feature #1138)
99:
100: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
101: (implements feature #1138), extra fields in named tables no
102: longer ignored (implements feature #1138)
103:
104: * tests/results/390.processed: updated after exception text change
105:
106: 2020-12-29 moko
107:
108: * tests/: 407.html, results/407.processed: +$._default check
109:
110: * src/classes/hash.C: keep $_default in ^hash.reverse[]
111:
112: * tests/: 407.html, results/407.processed: test for ^hash.select[]
113: and ^hash.reverse[] added (releated to feature #1172)
114:
115: * src/classes/hash.C:
116: ^hash.select[key;value](bool-condition)[options hash] +
117: ^hash.reverse[] added (implements feature #1172)
118:
119: * src/types/pa_vtable.h: warning war
120:
121: * src/include/pa_config_fixed.h: win32 fix
122:
1.153 moko 123: 2020-12-27 moko
124:
125: * tests/: 406.html, results/406.processed: test results updated
126:
127: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
128: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
129: spelling
130:
131: 2020-12-26 moko
132:
133: * tests/: 406.html, results/406.processed: tests for
134: ^table.rename[] added (related to feature #1148)
135:
136: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
137: ^table.rename[column name from;column name to], ^table.rename[
138: $.[column name from][column name to] ... ] added (implements
139: feature #1148)
140:
141: 2020-12-25 moko
142:
143: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
144: request_info now on stack to avoid yet another THREAD_LOCAL
145: memory deallocation issue (now with cookies), explained in #1203
146:
147: * src/types/pa_vcookie.C: fields should be inited
148:
149: 2020-12-24 moko
150:
151: * src/include/pa_stylesheet_connection.h: looks like
152: xsltFreeStylesheet leads to memory double-free. If so, it's for
153: sure libxml bug, but we have GC anyway, so we just remove this
154: call and see...
155:
156: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
157: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
158: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
159: abort.c:65:8 frame #3: 0x00000000004da663
160: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
161: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
162: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
163: malloc.c:617:9 frame #5: 0x0000000000577f0c
164: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
165: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
166: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
167: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
168: frame #8: 0x000000000050d35c
169: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
170: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
171: frame #10: 0x00000000004436e5
172: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
173: [inlined]
174: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
175: pa_stylesheet_connection.h:62:3
176:
177: 2020-12-23 moko
178:
179: * src/classes/image.C: ^image::measure[; $.video() ] option added
180:
181: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
182: ^image::measure[; $.video(true) ] added
183:
184: * src/main/pa_exec.C: not cleared automatically in multithreaded
185: httpd mode for unknown reasons
186:
187: 2020-12-22 moko
188:
189: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
190: error_log uri of currently processed document", but never used
191: and conflicts with how libgc stops threads on FreeBSD (#define
192: SIG_SUSPEND SIGUSR1), thus removed.
193:
194: 2020-12-21 moko
195:
196: * src/main/pa_request.C: +comment
197:
1.151 moko 198: 2020-12-20 moko
199:
1.152 moko 200: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
201: it is more safe to have versions of pa_strdup with one and two
202: arguments, as helper_length=0 not always mean that strlen()
203: should be called, but means zero.
204:
205: * src/targets/isapi/parser3isapi.C: minor
206:
207: * src/main/pa_http.C: +valid_http_method
208:
1.151 moko 209: * src/: include/pa_http.h, main/pa_http.C,
210: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
211:
212: 2020-12-17 moko
213:
214: * tests/: 405.html, results/405.processed: test for split by regex
215: added (related to feature #1160)
216:
217: * src/classes/string.C: split by regex implemented (feature #1160)
218:
219: * src/classes/string.C: minor
220:
221: * tests/: 404.html, results/404.processed: test for whitespace
222: string is now OK for table argument (related to feature #1169)
223:
224: * src/: classes/image.C, classes/string.C, classes/table.C,
225: types/pa_vmethod_frame.C: whitespace string is now OK for table
226: argument (as with hash) (implements feature #1169)
227:
228: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
229: limit for comment (fixes bug #1102)
230:
231: * src/targets/cgi/parser3.C: +HAVE_TLS check
232:
233: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
234:
235: * src/include/pa_config_includes.h: HAVE_TLS used
236:
237: * configure.ac: +TLS check
238:
239: * src/main/pa_http.C: content logging added
240:
241: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
242: clear_response_headers added
243:
244: 2020-12-16 moko
245:
246: * buildall: as we now use threads, libatomic_ops still required for
247: some OS.
248:
249: * src/main/pa_request.C: whitespace
250:
251: * src/: include/pa_request.h, main/pa_request.C:
252: Request::Exception_trace::table extracted and used
253:
254: * src/main/pa_request.C: moving output_result call outside of try
255: as network exceptions should not be handled by parser code
256:
257: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
258: logging network exchange
259:
260: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
261: via network if it was network write error.
262:
263: * src/targets/cgi/parser3.C: log -> pa_log
264:
265: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
266:
267: * src/main/pa_threads.C: getpid() if no gettid() found
268:
269: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
270: we need to ignore "void" connections from browsers (browsers open
271: connections in advance and they will be empty if user does not
272: request more pages)
273:
274: 2020-12-15 moko
275:
276: * src/targets/cgi/parser3.C: avoid previous uri in logs
277:
278: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
279: RequestController not needed in httpd mode
280:
281: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
282: classes/classes.h, classes/curl.C, classes/date.C,
283: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
284: classes/hashfile.C, classes/image.C, classes/inet.C,
285: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
286: classes/memcached.C, classes/memory.C, classes/op.C,
287: classes/reflection.C, classes/regex.C, classes/response.C,
288: classes/string.C, classes/table.C, classes/void.C,
289: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
290: include/pa_array.h, include/pa_base64.h,
291: include/pa_cache_managers.h, include/pa_charset.h,
292: include/pa_charsets.h, include/pa_common.h,
293: include/pa_config_fixed.h, include/pa_config_includes.h,
294: include/pa_dictionary.h, include/pa_dir.h,
295: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
296: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
297: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
298: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
299: include/pa_request_charsets.h, include/pa_request_info.h,
300: include/pa_sapi.h, include/pa_socks.h,
301: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
302: include/pa_stack.h, include/pa_string.h,
303: include/pa_stylesheet_connection.h,
304: include/pa_stylesheet_manager.h, include/pa_symbols.h,
305: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
306: include/pa_uue.h, include/pa_xml_exception.h,
307: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
308: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
309: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
310: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
311: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
312: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
313: main/compile.tab.C, main/compile.y, main/compile_tools.C,
314: main/compile_tools.h, main/execute.C, main/pa_base64.C,
315: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
316: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
317: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
318: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
319: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
320: main/pa_sql_driver_manager.C, main/pa_string.C,
321: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
322: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
323: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
324: main/untaint.C, sql/pa_sql_driver.h,
325: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
326: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
327: targets/isapi/parser3isapi.C, types/pa_junction.h,
328: types/pa_method.h, types/pa_property.h, types/pa_value.C,
329: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
330: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
331: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
332: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
333: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
334: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
335: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
336: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
337: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
338: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
339: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
340: types/pa_vmemory.h, types/pa_vmethod_frame.C,
341: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
342: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
343: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
344: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
345: types/pa_vstateless_object.h, types/pa_vstatus.C,
346: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
347: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
348: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
349: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
350: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
351:
352: * src/main/pa_request.C: old compilers support
353:
354: * tests/: 362.html, results/362.processed: test updated after
355: changes after upgrade to libxml2-2.9.9 were made (related to bug
356: #1108)
357:
358: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
359: removed, as xsltFreeStylesheet has side effects on original doc.
360: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
361: not updated after xdoc modification (part 3 of test 362).
362: (related to bug #1108)
363:
364: * src/targets/isapi/parser3isapi.C: +pa_strcat
365:
366: * src/: classes/memory.C, include/pa_memory.h,
367: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
368: PA_GC_GCOLLECT used
369:
370: * src/include/pa_memory.h: +PA_GC_COLLECT
371:
372: * src/targets/cgi/parser3.C: msvs support fixes
373:
374: * src/lib/gc/include/gc.h: more cleanup
375:
376: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
377:
378: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
379: targets/cgi/parser3.C: $main:HTTPD.mode implemented
380:
381: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
382:
383: * configure.ac: pthread.h added to checked headers
384:
385: * src/classes/table.C: string stream is back :)
386:
387: * src/classes/memory.C: GC_generate_random_backtrace no longer
388: exists
389:
390: * src/main/pa_globals.C: GC_dont_gc replaced
391:
392: * src/lib/gc/include/gc.h: major cleanup, only used functions are
393: left to simplify adding new functions. depricated GC_dont_gc
394: replaced with GC_disable and GC_enable calls.
395:
396: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
397: CORD_from_file* not used and thus removed
398:
399: * src/lib/gc/include/gc_allocator.h: minor cleanup
400:
401: 2020-12-14 moko
402:
403: * src/classes/: curl.C, memory.C, table.C: every TLS should be
404: referenced elsewhere, or GC will collect it.
405:
406: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
407: main/pa_xml_io.C: bugfix: TLS variables should be referenced
408: elsewhere, or GC will collect them (and we'll get GPF in
409: multithreaded enviroment). May be it can be also fixed by some
410: GC call, not sure. But this fix costs nothing (but hours of
411: debugging to find the issue :).
412:
1.150 moko 413: 2020-12-11 moko
414:
415: * configure.ac: gettid() check added
416:
417: * src/main/pa_threads.C: HAVE_GETTID used
418:
419: * src/include/pa_config_auto.h.in: +HAVE_GETTID
420:
421: * src/: include/pa_threads.h, main/pa_threads.C: now unified
422: version for isapi/cgi/apache
423:
424: * buildall: threads are now required.
425:
426: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
427: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
428: main/main.vcproj: pa_threads.C moved to main
429:
430: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
431: isapi/pa_threads.C: pa_threads.C moved to main
432:
433: * src/: main/Makefile.am, targets/cgi/Makefile.am,
434: targets/apache/Makefile.am: pa_threads.C moved to main
435:
436: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
437:
438: * src/: include/pa_stylesheet_connection.h,
439: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
440: and weird GPF in multithreaded httpd is gone
441:
442: * src/include/: pa_stylesheet_connection.h,
443: pa_sql_driver_manager.h: whitespace
444:
445: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
446:
447: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
448: main/pa_stylesheet_manager.C: whitespace, warning war
449:
450: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
451: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
452: parser_multithreaded never used
453:
454: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
455:
456: 2020-12-10 moko
457:
458: * src/: include/pa_config_includes.h, include/pa_http.h,
459: main/pa_http.C, targets/cgi/parser3.C: initial support for
460: MULTITHREADED and PARALLEL httpd server modes
461:
462: * src/main/pa_globals.C: GC_java_finalization is depricated
463:
464: 2020-12-09 moko
465:
466: * etc/auto.p.in: + @httpd-main
467:
468: * src/: include/pa_common.h, main/pa_request.C,
469: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
470: work
471:
472: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
473: slow file_read_binary no longer used, send_range added
474:
475: 2020-12-08 moko
476:
477: * src/main/pa_request.C: >4Gb support
478:
479: * src/targets/cgi/parser3.C: msvc warning war
480:
481: * src/: include/pa_config_includes.h, main/pa_http.C,
482: main/pa_request.C: msvc warnings war
483:
484: * src/classes/image.C: warning war
485:
486: * src/classes/table.C: MSVC warning war
487:
488: * src/targets/cgi/parser3.C: msvc warnings war
489:
490: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
491: added
492:
1.149 moko 493: 2020-12-07 moko
494:
1.150 moko 495: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
496: avoid logging beside system-wide auto.p
497:
498: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
499:
500: * configure, configure.ac, src/include/pa_config_auto.h.in:
501: configure options added:
502:
503: --with-system-cfg=FILE to specify system-wide auto.p
504: --with-system-log=FILE to specify system-wide parser3.log
505:
506: * Makefile.am: bin no longer exists
507:
508: * configure, configure.ac: auto.p moved to etc to simplify debian
509: package
510:
511: * buildall: auto.p and parser3.charsets moved to their default
512: location after install
513:
514: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
515:
516: * aclocal.m4, configure: automake 1.15 -> 1.16.1
517:
1.149 moko 518: * src/targets/cgi/parser3.C: locate_config call returned to
519: original place as it requires pa_thread_request() under Windows
520:
521: * src/targets/cgi/parser3.C: renaming
522:
523: 2020-12-06 moko
524:
525: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
526: check added
527:
528: 2020-12-04 moko
529:
530: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
531: main/pa_request.C: unified uint64_t lseek implemented to support
532: >4Gb files under x86, including Windows
533:
534: 2020-12-02 moko
535:
536: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
537: with max_file_size
538:
539: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
540: support for processing files sized >4Gb on 32 bit planforms
541:
542: * tests/399.html: file moved
543:
544: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
545:
546: * src/targets/cgi/pa_sapi_info.h: warning war
547:
548: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
549: warning war
550:
551: 2020-12-01 moko
552:
553: * src/classes/image.C: mp4 extended size (>4Gb) support added
554:
555: * src/classes/image.C: for "size not found" exception to be shown
556: if size not found until eof
557:
558: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
559: bit linux)
560:
561: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
562: #1188)
563:
564: 2020-11-30 moko
565:
566: * src/classes/image.C: definitions moved closer to code
567:
568: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
569: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
570: 395_dir/3_VP8X.webp, results/395.processed,
571: results/396.processed: tests for ^image::measure[] .webp support
572: added, all image files moved into one directory (related to
573: feature #1188)
574:
575: * src/classes/image.C: ^image::measure[] now supports webp (feature
576: #1188)
577:
1.148 moko 578: 2020-11-29 moko
579:
580: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
581: processing, unnessesary defines removed
582:
583: 2020-11-24 moko
584:
585: * tests/results/: 099.processed, 100.processed, 205.processed,
586: 309.processed, 310.processed: Content-Disposition: inline
587: returned
588:
589: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
590: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
591: ] added (related to bug #1204)
592:
593: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
594: ] supported to avoid Content-Disposition: inline;
595: filename="<file>.ext" but still set Content-Type for ext (related
596: to bug #1204)
597:
1.147 moko 598: 2020-11-22 moko
599:
600: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
601: types/pa_vfile.C: pa_filename added to avoid useless rsplit
602:
603: * src/main/pa_request.C: content_disposition_inline returned.
604:
605: 2020-11-17 moko
606:
607: * src/main/pa_request.C: empty main method name support
608:
609: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
610: config_handler added, stdout flush added.
611:
612: 2020-11-16 moko
613:
614: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
615:
616: * tests/results/: 099.processed, 205.processed, 237.processed,
617: 309.processed, 310.processed: Content-Disposition: inline is not
618: required and should not contain filename="<name>"
619:
620: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
621: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
622: targets/isapi/parser3isapi.C: pa_strcat implemented and used
623:
1.146 moko 624: 2020-11-14 moko
625:
626: * src/targets/cgi/parser3.C: spelling
627:
628: * src/targets/cgi/parser3.C: renaming
629:
630: * src/targets/cgi/parser3.C: args_skip removed, locate_config
631: relocated
632:
633: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
634: before request processing, which is weired
635:
636: 2020-11-13 moko
637:
638: * src/main/pa_http.C: pa_recv added with timeout support, thus read
639: copied in httpd.
640:
641: 2020-11-12 moko
642:
643: * src/main/pa_http.C: ALARM code unified to be used in httpd
644:
645: * src/: include/pa_request.h, main/pa_request.C,
646: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
647:
648: * src/main/pa_http.C: URI validation added
649:
650: * src/targets/cgi/parser3.C: filespec_to_process now variable,
651: can't be empty but can be null. httpd-main is now main method
652: name for httpd mode
653:
654: 2020-11-11 moko
655:
656: * src/main/pa_request.C: path_translated can be null in httpd mode
657:
658: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
659: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
660: classes/xdoc.C, include/pa_request.h, main/execute.C,
661: main/pa_request.C: r.absolute -> r.full_disk_path
662:
663: * src/targets/cgi/parser3.C: if filename to process is not
664: specified, auto.p should be present.
665:
1.145 moko 666: 2020-11-03 moko
667:
668: * src/: classes/op.C, include/pa_request.h: unused argument removed
669:
670: * src/main/pa_request.C: content_disposition_inline is the default,
671: not required.
672:
1.144 moko 673: 2020-10-29 moko
674:
675: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
676: ^use[file; $.main(true) ] implemented for auto.p processing and
677: path_translated changing to correct relative files path
678: calculation in httpd mode
679:
680: * src/: include/pa_request.h, main/pa_request.C:
681: fail_on_read_problem removed, as it allways true, as if should
682: be.
683:
684: * src/: include/pa_request.h, main/pa_request.C,
685: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
686: targets/isapi/parser3isapi.C: clearing config_filespec when
687: config was not found, thus flag not required and removed.
688:
689: 2020-10-28 moko
690:
691: * tests/: 402.html, results/402.processed: error reporting test
692:
693: * src/main/execute.C: better error reporting when
694: $result[^hash::create[]] in @main.
695:
696: * src/main/: execute.C, pa_request.C: frame.result() should be used
697: + minor optimization
698:
699: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
700: main/pa_xml_io.C: execute_*_method simplified and unified
701:
702: 2020-10-27 moko
703:
704: * tests/: 306.html, results/306.processed: a bit more testing. :)
705:
706: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
707: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
708: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
709: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
710: types/pa_vmethod_frame.h, types/pa_vobject.C,
711: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
712: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
713: longer used in object-prototype mode
714:
715: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
716: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
717: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
718: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
719: $form:name[value] features
720:
1.143 moko 721: 2020-10-18 moko
722:
723: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
724:
725: 2020-10-15 moko
726:
727: * src/main/pa_http.C: url no longer needed as
728: ALTER_EXCEPTION_SOURCE is used
729:
730: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
731: main/pa_http.C: check_file_size filespec is now optional
732:
733: * src/: classes/curl.C, include/pa_exception.h,
734: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
735: ALTER_EXCEPTION_COMMENT added for better error reporting
736:
737: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
738: results/346-curl.processed, results/379-curl.processed,
739: results/379.processed: test results updated as load now provides
740: better error reporting + curl responses updated
741:
742: 2020-10-14 moko
743:
744: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
745: main/pa_string.C, targets/apache/mod_parser3_core.C,
746: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
747: checked. 10 is now default base, no hex autodetect by default
748:
749: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
750: connection socket closing in destructor + accept exception
751: handling
752:
753: * src/targets/cgi/parser3.C: warning war
754:
755: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
756: main/pa_request.C, targets/apache/mod_parser3_core.C,
757: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
758: exception handling unified
759:
760: 2020-10-13 moko
761:
762: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
763: autodetection
764:
765: * src/targets/apache/mod_parser3_core.C: reverted to atoi
766:
767: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
768:
769: * src/main/pa_http.C: warning war
770:
1.142 moko 771: 2020-10-12 moko
772:
1.143 moko 773: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
774: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
775: unhandled exception code optimization
776:
777: * src/targets/cgi/parser3.C: request_info now global variable
778:
779: * src/main/pa_http.C: http_read_response moved to HTTP_response
780: class
781:
782: * src/: include/pa_http.h, main/pa_http.C,
783: targets/cgi/pa_sapi_info.h: read_post implemented
784:
1.142 moko 785: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
786: [host:]port syntax support in httpd mode
787:
788: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
789: targets/cgi/parser3.C: populate_env added
790:
791: * src/include/pa_hash.h: to make get(char *) compiling in
792: HashStringString
793:
794: 2020-10-10 moko
795:
796: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
797: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
798:
799: * src/: include/pa_http.h, include/pa_request_info.h,
800: main/pa_http.C, main/pa_string.C,
801: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
802: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
803: types/pa_vrequest.C: initial httpd mode implementation
804:
1.141 moko 805: 2020-10-04 moko
806:
807: * src/targets/cgi/parser3.C: options together
808:
809: 2020-09-30 moko
810:
811: * src/main/pa_http.C: renamed
812:
1.140 moko 813: 2020-08-14 moko
814:
815: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
816: src/targets/cgi/Makefile.am: no httpd as separate library
817:
818: 2020-08-13 moko
819:
820: * src/targets/cgi/parser3.C: SAPI::die used in exception in
821: unhandled exception handler to report 500 instead of 200 it was
822: before.
823:
824: * src/targets/apache/mod_parser3_core.C: minor cleanup
825:
826: * src/: include/pa_sapi.h, main/untaint.C,
827: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
828: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
829: thus replaced with SAPI::die and removed
830:
831: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
832: cgi/parser3.C: whitespace
833:
834: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
835:
836: 2020-08-12 moko
837:
838: * src/targets/cgi/parser3.C: duplicate info in signal logging
839: removed, whitespace was: SIGPIPE received while executing code.
840: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
841: cl=0]
842:
843: * parser3.sln: + httpd.vcproj
844:
845: 2020-08-11 moko
846:
847: * src/targets/cgi/Makefile.am: +libhttpd
848:
849: * configure.ac, src/lib/Makefile.am: +libhttpd
850:
1.139 moko 851: 2020-07-13 moko
852:
853: * tests/: 401.html, results/401.processed: test for hash key does
854: not keep language, but tainted in foreach.
855:
1.138 moko 856: 2020-07-01 moko
857:
858: * tests/: 235.html, results/235.processed: test result updated as
859: messages before attachments implemented (feature #1176)
860:
1.137 moko 861: 2020-06-27 moko
862:
863: * tests/: 400.html, results/400.processed: test updated to check
864: ^return{code}
865:
866: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
867: fixed
868:
869: 2020-06-26 moko
870:
871: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
872: added (related to https://www.parser.ru/forum/?id=85319)
873:
874: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
875: when $result assignment was last statement in the method
876: (https://www.parser.ru/forum/?id=85319)
877:
1.136 moko 878: 2020-05-23 moko
879:
880: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
881: whitespace, unused level removed
882:
883: 2020-05-19 moko
884:
885: * src/types/pa_vmail.C: whitespace
886:
887: * src/types/pa_vmail.C: files should be processed last (related to
888: feature #1176)
889:
1.135 moko 890: 2020-05-12 moko
891:
892: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
893: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
894:
895: * configure.ac: FreeBSD1X.X check added to avoid
896: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
897:
1.134 moko 898: 2020-02-26 moko
899:
900: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
901: compilation issue (related to bug #1201)
902:
903: * src/main/pa_common.C: entry_readable -> entry_exists,
904: undocumented access(fname, R_OK) call removed (fixes bug #1201)
905: -f and -d now works under Windows in UTF-8 with Russian
906: filenames.
907:
908: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
909: advice (related to feature #1199)
910:
911: 2020-02-25 moko
912:
913: * buildall: --silent removed
914:
915: * configure.ac: gmime-3.0 support
916:
917: * buildall: --with-system-mailreceive option added to build with
918: system libgmime
919:
920: * src/types/pa_vmail.C: avoiding
921: https://github.com/jstedfast/gmime/issues/83 "feature" (related
922: to feature #1199)
923:
1.133 moko 924: 2020-02-18 moko
925:
926: * src/classes/op.C: windows x64 debug mode compile fix
927:
928: * src/main/pa_globals.C: no longer required due to -MD -> -MT
929: change (releated to feature #1200)
930:
931: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
932: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
933: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
934: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
935: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
936: targets/apache/ApacheModuleParser3.vcproj,
937: targets/apache/ApacheModuleParser3Core.vcproj,
938: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
939: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
940: dependency (related to feature #1200)
941:
1.132 moko 942: 2020-02-12 moko
943:
944: * src/types/pa_vmail.C: minimize diff
945:
946: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
947: #1199)
948:
1.131 moko 949: 2020-01-18 moko
950:
951: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
952:
1.130 moko 953: 2019-12-28 moko
954:
955: * src/targets/cgi/parser3.C: avoid empty ?
956:
957: 2019-12-27 moko
958:
959: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
960: DOCUMENT_ROOT (related to feature #1164)
961:
962: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
963: fcgiwrap setup (implements feature #1164)
964:
965: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
966: but no issues found (related to feature #1164)
967:
968: * src/targets/cgi/parser3.C: actualized
969:
970: 2019-12-26 moko
971:
972: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
973: removed
974:
975: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
976: removed
977:
978: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
979: allocation errors, we don't want default gc warnings (without
980: timestamp and URI).
981:
982: * src/: classes/memory.C, main/pa_globals.C,
983: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
984: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
985: pa_globals_init
986:
987: * src/main/pa_globals.C: setup_hex_value() removed, static array
988: initialization used (optimization)
989:
990: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
991: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
992: pa_socks_init/pa_socks_done moved inside pa_globals_init
993: (optimization)
994:
1.129 moko 995: 2019-12-09 moko
996:
997: * src/include/pa_config_fixed.h: warning war
998:
1.128 moko 999: 2019-12-08 moko
1000:
1001: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1002: process grammar under Unix.
1003:
1004: 2019-12-07 moko
1005:
1006: * tests/389.html: For Windows XP. :)
1007:
1008: * tests/388-sql.html: Windows compatibility added
1009:
1010: 2019-12-06 moko
1011:
1012: * src/targets/cgi/parser3.C: warning war
1013:
1014: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1015: == sizeof(CORD)) to avoid aligning bugs in future
1016:
1017: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1018: XML_STATIC
1019:
1020: * src/include/pa_request.h: StackItem() not required
1021:
1022: * src/include/pa_stack.h: warning war
1023:
1024: * src/include/pa_config_includes.h: GCC warning silenced
1025:
1026: * src/include/pa_memory.h: warning war: the program should also
1027: define 'void operator delete [](void*, std::size_t)'
1028: [-Wsized-deallocation]
1029:
1030: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1031:
1032: * src/classes/string.C: not reqired cast removed
1033:
1034: * src/classes/string.C: not reqired cast removed
1035:
1036: 2019-12-05 moko
1037:
1038: * src/lib/sdbm/pa_file_io.C: warning war
1039:
1040: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1041: enum Language : size_t - required for VS2015+ to make
1042: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1043: without it (related to feature #1198)
1044:
1045: 2019-12-04 moko
1046:
1047: * src/main/pa_base64.C: unsigned char -> uchar
1048:
1049: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1050: as other libs
1051:
1052: * src/include/pa_version.h: +amd64
1053:
1054: 2019-12-03 moko
1055:
1056: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1057: release
1058:
1059: * src/include/pa_config_includes.h: warning war
1060:
1061: * src/classes/image.C: warning war
1062:
1063: * src/main/pa_globals.C: x64 libs support
1064:
1065: * src/include/pa_config_includes.h: warning war
1066:
1067: * src/types/pa_method.h: warning war
1068:
1.127 moko 1069: 2019-11-28 moko
1070:
1071: * src/classes/math.C: vs2003 compatibility + warning war
1072:
1073: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1074: libxml2-2.9.9 (related to feature #1136)
1075:
1076: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1077: typecast for more compatibility (related to feature #1136)
1078:
1079: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1080: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1081: feature #1136)
1082:
1083: 2019-11-26 moko
1084:
1085: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1086: removed (it was failing in $$var case), condition added
1087:
1.126 moko 1088: 2019-11-25 moko
1089:
1090: * tests/: 397.html, 399.html, results/141.processed,
1091: results/399.processed: base64 options tested
1092:
1093: * src/: classes/math.C, main/pa_http.C: base64 options used
1094:
1095: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1096: implemented (feature #986)
1097:
1098: * src/main/pa_cache_managers.C: whitespace
1099:
1100: * tests/: 397.html, 399.html, results/399.processed: tests for
1101: ^base64 encode options added (related to feature #986)
1102:
1103: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1104: pa_base64_encode(file) removed - more memory, but faster and less
1105: code (related fo feature #986)
1106:
1107: 2019-11-24 moko
1108:
1109: * tests/: 155.html, results/155.processed: limit and offset in
1110: ^table::load[] now supported, thus test added
1111:
1112: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1113: main/pa_common.C: optimization: offset and limit options parsing
1114: moved inside file_load.
1115:
1116: 2019-11-23 moko
1117:
1118: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1119: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1120: optimization: file_read replaced with simplified file_read_binary
1121:
1122: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1123: types/pa_vform.C: whitespace
1124:
1125: * src/: include/pa_common.h, main/pa_common.C: never used params
1126: removed
1127:
1128: 2019-11-21 moko
1129:
1130: * tests/: 193.html, results/193.processed, results/389.processed:
1131: test results updated as now base64 does not discard tail without
1132: padding (related to feature #986)
1133:
1134: 2019-11-20 moko
1135:
1136: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1137: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1138: pa_base64_decode (related to feature #986)
1139:
1140: * tests/398.html: tests for base64 decode added (related to feature
1141: #986)
1142:
1143: * src/main/pa_base64.C: base64_decode rewritten - padding option
1144: support, padding inside base 64 supported (related to feature
1145: #096)
1146:
1147: 2019-11-19 moko
1148:
1149: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1150: FreeBSD 12
1151:
1.125 moko 1152: 2019-11-16 moko
1153:
1154: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1155: support added, step support removed (related to #986)
1156:
1157: 2019-11-15 moko
1158:
1159: * src/classes/math.C: using log since log2 is not present on
1160: FreeBSD < 8.4 (related to feature #1177)
1161:
1162: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1163: pa_base64_size extracted and used for files as well (related to
1164: feature 986)
1165:
1166: 2019-11-14 moko
1167:
1168: * tests/: 397.html, results/397.processed: + content check
1169:
1170: * tests/: 141.html, results/141.processed: make test resuls more
1171: readable
1172:
1173: * tests/: 397.html, results/193.processed, results/397.processed:
1174: test results updated after \x00 character was disabled in
1175: math:convert string mode (related to feature #1177)
1176:
1177: * src/classes/: math.C, string.C: \\x00 character disabled while
1178: converting to string (as in base64, related to feature #1177)
1179:
1180: * src/classes/file.C: more correct arguments separation
1181:
1182: * src/: classes/file.C, classes/math.C, classes/string.C,
1183: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1184: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1185: options added, but not yet implemented (related to feature #986)
1186:
1187: * src/classes/math.C: whitespace
1188:
1189: 2019-11-13 moko
1190:
1191: * tests/: 397.html, results/397.processed: +tainting test (related
1192: to feature #1177)
1193:
1194: * src/classes/math.C: as we now produce not only digits, result
1195: should be tainted (related to feature #1177)
1196:
1197: * src/main/pa_base64.C: whitespace
1198:
1199: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1200: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1201: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1202: implementation moved from pa_common.h and pa_common.C
1203:
1204: 2019-11-12 moko
1205:
1206: * tests/: 275.html, results/275.processed: out of range test fixed,
1207: as ^math:convert now supports arbitrary precision
1208:
1209: 2019-11-11 moko
1210:
1211: * tests/results/389.processed: uctualized error message
1212:
1213: * tests/: 389.html, 397.html, results/397.processed: tests for
1214: ^math:convert added (related to feature #1177)
1215:
1216: * src/classes/math.C: ^math:convert now supports arbitrary
1217: precision, alphabet support added (implements feature #1177)
1218:
1.124 moko 1219: 2019-11-06 moko
1220:
1221: * tests/: 181.html, results/181.processed: entities usage added,
1222: more entites load tests (related to bug #842 discussion)
1223:
1224: 2019-11-05 moko
1225:
1226: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1227: call from xmlFileOpen if http://localhost/<file> was not found
1228: (related to bug #842)
1229:
1230: * src/main/pa_xml_io.C: rename
1231:
1232: * src/main/pa_xml_io.C: +MemoryStream constructor
1233:
1234: * src/main/pa_xml_io.C: whitespace
1235:
1.123 moko 1236: 2019-10-31 moko
1237:
1238: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1239: XML_PARSE_NOENT) added to fix entities load, (related to feature
1240: #1181)
1241:
1.122 moko 1242: 2019-10-25 moko
1243:
1244: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1245: queries tests
1246:
1247: 2019-10-24 moko
1248:
1249: * tests/: 388-sql.html, results/388-sql.processed: support for
1250: pgsql driver test
1251:
1252: * tests/: 388-sql.html, results/388-sql.processed:
1253: multi_statements=1 now tested, mysql test now supported
1254: (connection must be specified in [parser3] section in .my.cnf)
1255: related to issues #1195 and #1194
1256:
1.121 moko 1257: 2019-09-11 moko
1258:
1259: * src/classes/int.C: whitespace
1260:
1261: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1262: exception test
1263:
1264: * tests/results/388-sql.processed: sql queries now shown (related
1265: to feature #1196)
1266:
1267: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1268: with old parser versions.
1269:
1270: * src/: classes/file.C, classes/hash.C, classes/string.C,
1271: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1272: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1273: instead of connect string in query_event_handlers exceptions
1274: (implements feature #1196)
1275:
1.120 moko 1276: 2019-09-06 moko
1277:
1278: * tests/388-sql.html: mysql compat
1279:
1280: * src/: classes/hash.C, classes/string.C, classes/table.C,
1281: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1282: sql_ variables declaration moved to pa_common.h
1283:
1.116 moko 1284: 2019-01-15 moko
1285:
1286: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1287: logically sorted
1288:
1289: 2018-12-27 moko
1290:
1291: * src/include/pa_config_includes.h: warning war:
1292: -Wdeprecated-register added for C++ 17
1293:
1294: 2018-10-15 moko
1295:
1296: * configure.ac: FreeBSD 11.2 can be build with ./configure
1297: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1298: --with-xml=/usr/local/
1299:
1300: 2018-09-24 moko
1301:
1302: * tests/: 396.html, 396.tiff, results/396.processed: test for
1303: ^image::measure[] now supports tiff added (related to feature
1304: #1188)
1305:
1306: * src/classes/image.C: ^image::measure[] now supports tiff
1307: (implements feature #1188)
1308:
1309: 2018-09-20 moko
1310:
1311: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1312: files measure added (related to ticket #1188)
1313:
1314: * src/classes/image.C: measure of bmp files implemented (related to
1315: ticket #1188)
1316:
1317: 2018-09-18 moko
1318:
1319: * tests/: 394-curl.html, results/394-curl.processed,
1320: results/auto.p: test for bug #1187 (max_file_size check for head
1321: requests) added
1322:
1323: 2018-08-24 moko
1324:
1325: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1326: response content-length check is required (fixes bug #1187)
1327:
1328: 2018-05-11 moko
1329:
1330: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1331: $.append(bool) ] option added (related to feature #919)
1332:
1333: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1334: from misha@ patch (implements feature #919)
1335:
1336: 2018-03-22 moko
1337:
1338: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1339: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1340: with 128kb buffer. Now works at least 12 times faster. :) May be
1341: Windows-only problem.
1342:
1343: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1344: build fix)
1345:
1346: 2018-02-03 moko
1347:
1348: * src/main/execute.C: removes irrelevant lines from exception stack
1349: trace when exceptions occurs in assigment (fixes bug #1165)
1350:
1351: * tests/: 393.html, results/393.processed: test for behavour after
1352: "Property can not be created, already exists field with that
1353: name" exception removed (related to feature #1183)
1354:
1355: * src/types/pa_vclass.C: "Property can not be created, already
1356: exists field with that name" exception removed (implements
1357: feature #1183)
1358:
1359: 2018-01-19 moko
1360:
1361: * src/classes/string.C: whitespace
1362:
1363: * src/classes/string.C: whitespace
1364:
1365: * tests/: 392.html, results/392.processed: test for
1366: ^regex::create[$regex] added (related to feature #1135)
1367:
1368: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1369: ^regex::create[$regex] added (implements feature #1135)
1370:
1371: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1372: commented define added (related to feature #1157)
1373:
1374: 2018-01-17 moko
1375:
1376: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1377:
1378: 2018-01-15 moko
1379:
1380: * tests/: 390.html, results/390.processed: real path replaced by
1381: stub
1382:
1383: * tests/: 391.html, results/391.processed: test for feature #1181
1384: (XML_PARSE_HUGE exception) added
1385:
1386: 2018-01-11 moko
1387:
1388: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1389: XML_PARSE_HUGE option passed by default (implements feature
1390: #1181)
1391:
1392: * src/classes/string.C: whitespace
1393:
1394: 2017-12-10 moko
1395:
1396: * tests/: 389.html, 390.html, results/389.processed,
1397: results/390.processed: image code coverage tests added (related
1398: to feature #1125)
1399:
1400: 2017-12-08 moko
1401:
1402: * tests/: 346-curl.html, 388-sql.html, 389.html,
1403: results/346-curl.processed, results/388-sql.processed,
1404: results/389.processed: more code coverage tests
1405:
1406: * tests/: 264.html, results/264.processed: code coverage for
1407: ^file::exec[]
1408:
1409: 2017-12-07 moko
1410:
1411: * tests/: 174.html, 388-sql.html, 389.html,
1412: results/388-sql.processed, results/389.processed,
1413: results/174.processed: more coverage tests
1414:
1415: * src/classes/math.C: exception text actualized
1416:
1417: 2017-12-06 moko
1418:
1419: * tests/388-sql.html: $SQL can be here
1420:
1421: * tests/results/auto.p: $SQL not required here
1422:
1423: * tests/: 388-sql.html, 389.html, Makefile,
1424: results/388-sql.processed, results/389.processed, results/auto.p:
1425: code coverage tests for sql (using sqlite) and int/double/bool
1426: added (related to feature #1125)
1427:
1428: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1429: lib/json/json.vcproj, lib/md5/md5.vcproj,
1430: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1431: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1432: targets/apache/ApacheModuleParser3Core.vcproj,
1433: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1434: types/types.vcproj: gc\include no longer required
1435:
1436: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1437: required
1438:
1439: * src/: classes/Makefile.am, classes/table.C,
1440: include/pa_config_includes.h, include/pa_string.h,
1441: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1442: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1443: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1444: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1445: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1446: used, we now include it directly
1447:
1448: 2017-12-04 moko
1449:
1450: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1451: memcached/memcached.vcproj, punycode/punycode.vcproj,
1452: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1453: where required
1454:
1455: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1456: now can be used to trace memory allocations
1457:
1458: * src/: classes/table.C, include/pa_config_includes.h,
1459: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1460: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1461: method removes, libcord also can work without libgc
1462:
1463: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1464:
1465: 2017-11-29 moko
1466:
1467: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1468: are not present (related to feature #1173)
1469:
1470: * tests/346-curl.html: test updated to test curl content-length bug
1471: (related to feature #1173)
1472:
1473: * tests/results/346-curl.processed: more test for content-length
1474: curl bug (related to feature #1173)
1475:
1476: * tests/results/346-curl.processed: test results updated after
1477: #1173 implemented
1478:
1479: 2017-11-28 moko
1480:
1481: * src/classes/curl.C: another libcurl Content-length bug walkaround
1482: (related to feature #1173)
1483:
1484: 2017-11-27 moko
1485:
1486: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1487: $.http_version[version string] added (implements feature #1173),
1488: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1489: where $post(true) bug existed.
1490:
1491: 2017-11-18 moko
1492:
1493: * src/include/pa_memory.h: warning war (related to feature #1170)
1494:
1495: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1496: feature #1170)
1497:
1498: 2017-11-17 moko
1499:
1500: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1501: std::basic_stringstream used in ^table.csv-string[] is compatible
1502: with delete usage check only under Debian 9 (related to feature
1503: #1170)
1504:
1505: 2017-11-16 moko
1506:
1507: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1508: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1509: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1510: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1511: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1512: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1513: stubs defend from accidental use (implements feature #1170)
1514:
1515: 2017-06-24 moko
1516:
1517: * configure.ac: minor fix: thanks to alx@
1518:
1.115 moko 1519: 2017-05-29 moko
1520:
1521: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1522: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1523: added to avoid cutting of UTF-8 chars (fixed bug #123)
1524:
1525: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1526: ignored, =?UTF-8?Q?= should start in case of leading space
1527: (related to bug #123)
1528:
1529: * buildall: echo -n -> printf for OS X. :)
1530:
1531: 2017-05-25 moko
1532:
1533: * tests/: 288.html, results/288.processed: test updated afted
1534: setting $o.prop without setter exception removed (related to
1535: feature #1157)
1536:
1537: * src/types/pa_vclass.C: no more "this property has no setter
1538: method" when setting $o.prop without setter (implements feature
1539: #1157)
1540:
1541: * buildall: echo \c -> echo -n for FreeBSD
1542:
1543: * configure, configure.ac, src/include/pa_config_auto.h.in,
1544: src/types/pa_vdouble.h: isfinite now checked in configure
1545:
1546: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1547: upgraded to automake 1.15
1548:
1549: 2017-05-23 moko
1550:
1551: * src/types/pa_vdouble.h: finite returned where isfinite not
1552: defined
1553:
1554: 2017-05-22 moko
1555:
1556: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1557:
1558: * buildall: extern CFLAGS setting support
1559:
1560: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1561:
1562: * buildall: http -> https
1563:
1564: * buildall: gc-7.2f -> gc-7.6.0
1565:
1566: 2017-05-20 moko
1567:
1568: * buildall: https, pcre, xml, xslt updated to current versions
1569: (related to feature #1136)
1570:
1571: 2017-05-19 moko
1572:
1573: * tests/097.html: after parser.ru moved to https
1574:
1575: 2017-05-17 moko
1576:
1577: * tests/results/: 175.processed, 372.processed: tests resuls
1578: updated after lintian spelling typos fixed (related to bug #1156)
1579:
1580: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1581: classes/string.C, classes/table.C, main/pa_charset.C,
1582: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1583: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1584: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1585:
1586: * tests/results/096.processed: +XMP
1587:
1588: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1589: $.xmp(true) options tested (test for feature #1154)
1590:
1591: * src/classes/image.C: ^image:measure[] options $.exif(false)
1592: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1593: fetched by default! (implements feature #1154)
1594:
1595: 2017-05-16 moko
1596:
1597: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1598: allowed (related to feature #1154)
1599:
1600: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1601: initial XMP implementation - without options and transcode
1602: (related to feature #1154)
1603:
1604: 2017-05-12 moko
1605:
1606: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1607: image: exif moved to ffields, skipped in ^image.html[] where
1608: iterators now used (preparation for feature #1154)
1609:
1610: 2017-05-05 moko
1611:
1612: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1613: results/387.processed: test for circular class inheritance check
1614: added (related to bug #1150)
1615:
1616: * src/types/pa_vstateless_class.C: circular class inheritance check
1617: added (fixes endless add_derived bug #1150)
1618:
1619: 2017-05-04 moko
1620:
1621: * tests/: 386.html, results/386.processed: test for
1622: $table.value(number) added (related to feature #1152)
1623:
1624: * src/types/pa_vtable.C: table put_element: column value must be
1625: string - > column value must be string compatible to allow
1626: $t.value(1) (implements feature #1152)
1627:
1628: 2017-05-03 moko
1629:
1630: * src/main/pa_request.C: $use[$method] is not possible, reverting
1631: (related to feature #1151)
1632:
1633: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1634: not possible, removing test (related to feature #1151)
1635:
1636: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1637: get_element_method added and used to allow $use[$method] and
1638: $autouse[$method] (implements feature 1151)
1639:
1640: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1641: variable added (related to feature #1151)
1642:
1643: * tests/results/226.processed: actualized after ^try-catch used
1644:
1645: * tests/: 226.html, 385.html, results/385.processed: test for
1646: @autouse in variable added
1647:
1648: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1649:
1.114 moko 1650: 2017-02-27 moko
1651:
1652: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1653:
1.113 moko 1654: 2017-02-20 moko
1655:
1656: * operators.txt: actualization + beauty
1657:
1658: 2017-02-16 moko
1659:
1660: * tests/: 384.html, results/384.processed: test for
1661: ^reflection:mixin[; $.name[] ] option added (related to feature
1662: #1089)
1663:
1664: * tests/: 384.html, results/384.processed: test for
1665: ^reflection:mixin[] added (related to feature #1089)
1666:
1667: * src/types/pa_value.h: warning war: virtual ~Value() added
1668:
1.112 moko 1669: 2017-02-15 moko
1670:
1671: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1672: fixed
1673:
1674: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1675: test added (related to feature #1069)
1676:
1677: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1678: compilation without HASH_ORDER fixed
1679:
1680: * src/: classes/reflection.C, include/pa_hash.h:
1681: $.reverse(true/false) added to ^reflection:methods[] (related to
1682: feature #1069)
1683:
1684: 2017-02-14 moko
1685:
1686: * tests/: 152.html, results/152.processed: test for $._default hash
1687: added (related to bug #1131)
1688:
1689: * tests/: 277.html, results/277.processed: test for hash with only
1690: $._default is now defined (related to bug #1131)
1691:
1692: * src/types/pa_vhash.h: hash with only $._default is now defined
1693: (fixed bug #1131)
1694:
1695: 2017-02-13 moko
1696:
1697: * tests/cat-windows.sh: cat-windows added (cygwin required)
1698:
1699: * tests/: 171.html, 264.html, 286.html, 370.html,
1700: results/320.processed, results/375.processed, results/auto.p:
1701: cat-windows.sh support added
1702:
1703: * tests/375.html: Windows support
1704:
1705: * tests/270.html: documented
1706:
1707: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1708: (not backslashes) even under Windows (broke test 270)
1709:
1710: 2017-02-12 moko
1711:
1712: * tests/: descript.ion, todo.txt: cleanup
1713:
1714: 2017-02-09 moko
1715:
1716: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1717: run_tests.cmd: Windows compatibility
1718:
1719: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1720: incorrectly (GMT) if parser is called from cygwin
1721:
1.111 moko 1722: 2017-02-08 moko
1723:
1.112 moko 1724: * operators.txt: actualization 15% completed
1725:
1726: * operators.txt: cp1251 -> utf-8
1727:
1728: * NEWS, README: minor update
1729:
1730: * src/include/pa_config_includes.h: warning war continues
1731:
1732: * src/: include/pa_config_includes.h, include/pa_memory.h,
1733: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1734: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1735: gcc 6.x issues fixed
1736:
1.111 moko 1737: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1738: classes/classes.h, classes/curl.C, classes/date.C,
1739: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1740: classes/hashfile.C, classes/image.C, classes/inet.C,
1741: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1742: classes/memcached.C, classes/memory.C, classes/op.C,
1743: classes/reflection.C, classes/regex.C, classes/response.C,
1744: classes/string.C, classes/table.C, classes/void.C,
1745: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1746: include/pa_array.h, include/pa_cache_managers.h,
1747: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1748: include/pa_config_fixed.h, include/pa_config_includes.h,
1749: include/pa_dictionary.h, include/pa_dir.h,
1750: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1751: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1752: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1753: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1754: include/pa_request_charsets.h, include/pa_request_info.h,
1755: include/pa_sapi.h, include/pa_socks.h,
1756: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1757: include/pa_stack.h, include/pa_string.h,
1758: include/pa_stylesheet_connection.h,
1759: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1760: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1761: include/pa_uue.h, include/pa_xml_exception.h,
1762: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1763: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1764: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1765: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1766: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1767: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1768: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1769: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1770: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1771: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1772: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1773: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1774: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1775: main/pa_string.C, main/pa_stylesheet_connection.C,
1776: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1777: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1778: main/untaint.C, sql/pa_sql_driver.h,
1779: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1780: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1781: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1782: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1783: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1784: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1785: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1786: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1787: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1788: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1789: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1790: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1791: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1792: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1793: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1794: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1795: types/pa_vmemcached.h, types/pa_vmemory.h,
1796: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1797: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1798: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1799: types/pa_vresponse.C, types/pa_vresponse.h,
1800: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1801: types/pa_vstateless_object.h, types/pa_vstatus.C,
1802: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1803: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1804: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1805: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1806: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1807: 2015->2017
1808:
1.110 moko 1809: 2017-02-07 moko
1810:
1811: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1812:
1813: 2017-02-06 moko
1814:
1815: * src/main/pa_common.C: minor fixes, whitespace
1816:
1817: * src/: classes/curl.C, classes/file.C, classes/image.C,
1818: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1819: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1820: now used (implements feature #1081)
1821:
1822: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1823:
1824: 2017-02-01 moko
1825:
1826: * src/include/pa_request.h: cleanup
1827:
1828: 2017-01-30 moko
1829:
1830: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1831:
1832: 2017-01-29 moko
1833:
1834: * tests/: 383.html, results/383.processed: test for
1835: ^reflection:stack[] added (related to feature #1052)
1836:
1837: * src/classes/reflection.C: else added
1838:
1839: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1840: $.max_file_lock_wait added (implements feature #1128)
1841:
1842: 2017-01-28 moko
1843:
1844: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1845: body and other cases tests added (related to featue #1014)
1846:
1847: * src/classes/curl.C: bug if response is empty fixed (related to
1848: feature #1014)
1849:
1850: 2017-01-27 moko
1851:
1852: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1853: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1854: added (implements feature #1052)
1855:
1856: 2017-01-25 moko
1857:
1858: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1859: method test added
1860:
1861: 2017-01-23 moko
1862:
1863: * src/classes/reflection.C: optimization: options->get replaced by
1864: hash iterator
1865:
1866: * tests/: 381.html, results/381.processed: now -> fixed date
1867:
1868: * src/main/pa_request.C: warning war
1869:
1870: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1871: 5Mb (fixes bug #1058)
1872:
1873: * src/classes/curl.C: warning war
1874:
1875: * tests/: 381.html, results/381.processed: tests for ^json:string
1876: $.one-line(true) option added (related to feature #1124)
1877:
1878: * src/: classes/json.C, types/pa_value.h: $json-string
1879: $.one-line(true|false) options is now supported (implements
1880: feature #1124)
1881:
1882: * tests/: 380.html, results/380.processed: test for modified
1883: $.max_file_size added (related to bug #1014)
1884:
1885: * tests/: 379.html, results/auto.p: tests for rewritten http file
1886: load added (related to bug #1014)
1887:
1888: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1889: main/pa_common.C, main/pa_http.C: check_file_size added and used
1890: in curl / file load from disk and http, http file load rewritten
1891: (related to bug #1014)
1892:
1893: 2017-01-18 moko
1894:
1895: * tests/: 378.html, results/378.processed: tests for ^result[]
1896: added (related to feature #66)
1897:
1898: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1899: Method::CO_WITHOUT_FRAME as frame still added in expression
1900: (related to feature #66)
1901:
1902: 2017-01-17 moko
1903:
1904: * tests/: 377.html, results/377.processed: test for different
1905: combinations of breaks in body and delimiter (related to bug
1906: #1077)
1907:
1908: * tests/: 376.html, results/376.processed: many ^break[] tests
1909: added (related to bug #1077)
1910:
1911: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1912: passed to native method" exception added to avoid bugs due to
1913: WRITE_EXPR_RESULT skipped and native methods execution continues
1914: after ^break[] (related to bug #1077)
1915:
1916: 2017-01-14 moko
1917:
1918: * tests/: 330.html, results/330.processed: test results updated
1919: after ^break[] bugs where fixed (related to bug #1077)
1920:
1921: * tests/: 329.html, results/329.processed: test results updated
1922: after ^break[] bugs where fixed (related to bug #1077)
1923:
1924: * tests/results/320.processed: ^return[] added
1925:
1926: 2017-01-13 moko
1927:
1928: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1929: classes/table.C, include/pa_request.h, main/execute.C,
1930: main/pa_request.C, targets/cgi/parser3.C,
1931: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1932: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1933: checked after each possible process/execute call (fixes bug
1934: #1077)
1935:
1936: 2016-12-29 moko
1937:
1938: * src/main/pa_common.C: warning war
1939:
1940: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1941: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1942: pa_file_size_limit added, ^math:random fixed for upper limit and
1943: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1944: (related to feature #1014)
1945:
1946: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1947: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1948: (related to feature #1014)
1949:
1950: 2016-12-28 moko
1951:
1952: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1953: warning war
1954:
1955: 2016-12-26 moko
1956:
1957: * tests/: 341.html, results/341.processed: test for
1958: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1959:
1960: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1961: (related to feature #1057)
1962:
1963: * src/types/pa_vdate.C: warning war continues...
1964:
1965: * src/: classes/date.C, classes/image.C, classes/table.C,
1966: include/pa_config_includes.h, types/pa_vfile.C: warning war
1967:
1968: * src/lib/gd/gifio.C: warning war / cleanup
1969:
1970: * src/lib/json/pa_json.C: warning war
1971:
1972: * src/classes/hash.C: warning war
1973:
1974: * src/types/pa_vfile.C: warning war
1975:
1976: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1977: -Wall warning war continues
1978:
1979: * configure.ac: --with-build-warnings actualized
1980:
1981: 2016-12-25 moko
1982:
1983: * src/main/pa_exec.C: -wAll warning war
1984:
1985: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1986: -wAll warning war
1987:
1988: * src/: include/pa_common.h, include/pa_sapi.h,
1989: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1990: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1991: -wAll warning war
1992:
1993: 2016-12-23 moko
1994:
1995: * src/lib/ltdl/Makefile.am: extra dist added
1996:
1997: * tests/results/344.processed: test result updated after $file.text
1998: prefetched in ^hash::create[$file] (related to feature #1075)
1999:
2000: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2001: ^hash::create[$file] (related to feature #1075)
2002:
2003: 2016-12-22 moko
2004:
2005: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2006: main/pa_request.C, main/pa_stylesheet_connection.C,
2007: types/pa_vfile.C: file_stat now return 64-bit size (implements
2008: #1014 under 32-bit unix versions)
2009:
2010: 2016-12-21 moko
2011:
2012: * tests/: 375.html, results/375.processed: test for exec returning
2013: stated file added (related to feature #1119)
2014:
2015: * src/classes/file.C: load should not return file with null body
2016: (fixes bug #1119)
2017:
2018: 2016-12-14 moko
2019:
2020: * tests/: 374.html, results/374.processed: test for $method.name
2021: added (related to feature #1117) plus method returning junction
2022: test
2023:
2024: 2016-12-13 moko
2025:
2026: * src/: include/pa_symbols.h, main/pa_symbols.C,
2027: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2028: (implements feature #1117)
2029:
2030: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2031: HEAD and TRACE can't have body (implements feature #1116)
2032:
2033: 2016-12-09 moko
2034:
2035: * tests/: 373.html, results/373.processed: tests for
2036: ^reflection:tainting added (related to feature #1098)
2037:
2038: * src/classes/reflection.C: ^reflection:tainting arguments order
2039: change (related to feature #1098)
2040:
2041: 2016-12-06 moko
2042:
2043: * src/: classes/reflection.C, include/pa_string.h,
2044: main/pa_string.C: ^reflection:tainting[$string] added (implements
2045: feature #1098)
2046:
2047: 2016-12-05 moko
2048:
2049: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2050: (fixes bug #1114)
2051:
2052: 2016-12-04 moko
2053:
2054: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2055: check added
2056:
2057: 2016-12-03 moko
2058:
2059: * tests/: 346-curl.html, results/346-curl.processed: test modified
2060: to test value.as_hash() usage
2061:
2062: * src/classes/curl.C: value.as_hash() used for correct hash
2063: processing
2064:
2065: * src/classes/reflection.C: exceptions texts fixes
2066:
2067: 2016-12-02 moko
2068:
2069: * tests/: 372.html, results/372.processed: tests for
2070: ^reflection:create[ $.class[name] $.constructor[name]
2071: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2072: feature #1094)
2073:
2074: * src/types/pa_vmethod_frame.h: comment added: params should be
2075: declared outside of *_FRAME_ACTION as MethodParams destructor
2076: will be called in ~VNativeMethodFrame
2077:
2078: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2079: ] minor fix
2080:
2081: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2082: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2083: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2084: now supported (implements feature #1094) value::as_hash added
2085: (and should be used everywhere)
2086:
2087: * src/classes/reflection.C: cleanup
2088:
2089: 2016-12-01 moko
2090:
2091: * tests/: 356.html, results/356.processed: test for method
2092: junctions class name added to the resulting hash added (related
2093: to feature #1068)
2094:
2095: * src/classes/reflection.C: for method junctions class name added
2096: to the resulting hash (related to feature #1068)
2097:
2098: 2016-11-30 moko
2099:
2100: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2101: exception (related to bug #1113)
2102:
2103: * src/types/pa_vhashfile.C: whitespace
2104:
2105: * src/main/pa_os.C: errno now returned as it should (fixes bug
2106: #1113)
2107:
2108: * tests/results/: 175.processed, 192.processed, 224.processed,
2109: 229.processed, 239.processed, 244.processed, 246.processed,
2110: 314.processed, 352.processed: tests results updated after method
2111: call exceptions improved as method now keeps its name
2112:
2113: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2114: types/pa_vmethod_frame.h: method call exceptions improved as
2115: method now keeps its name
2116:
2117: * tests/: 224.html, 239.html, results/224.processed,
2118: results/239.processed: tests and tests results updated after
2119: Request::construct exception changed
2120:
2121: * src/: classes/reflection.C, main/execute.C: Request::construct
2122: exception optimized
2123:
2124: * tests/: 371.html, results/371.processed: test for
2125: WWrapper.get_element call in $.name.key[value] code added
2126: (related to feature #1091)
2127:
2128: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2129: in $.name.key[value] code (related to feature #1091)
2130:
2131: 2016-11-29 moko
2132:
2133: * src/classes/op.C: VS warning war
2134:
2135: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2136: C4239: nonstandard extension used : 'return' : conversion from
2137: 'Value' to 'Value &' (related to feature #1020)
2138:
2139: * src/: main/execute.C, types/pa_vmethod_frame.h,
2140: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2141: used : 'return' : conversion from 'Value' to 'Value &' (related
2142: to feature #1020)
2143:
2144: * src/main/execute.C: VS warning war
2145:
2146: * src/targets/cgi/parser3.C: VS compatibility fix
2147:
2148: * src/include/pa_request.h: VS warning war
2149:
2150: * tests/: 370.html, results/370.processed: test for ^file::exec[
2151: ... $.stdin[$binary_file] ] added (related to bug #1044)
2152:
2153: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2154: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2155: $.stdin[$binary_file] (fixes bug #1044)
2156:
2157: 2016-11-28 moko
2158:
2159: * src/main/pa_exec.C: whitespace
2160:
2161: * src/main/pa_request.C: whitespace
2162:
2163: * tests/: 369.html, results/369.processed: test for
2164: $response:status usage added (related to feature #1099)
2165:
2166: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2167: if < 100 (implements feature #1099)
2168:
2169: * src/targets/cgi/parser3.C: whitespace
2170:
2171: * src/targets/cgi/parser3.C: whitespace
2172:
2173: * tests/: 368.html, results/368.processed: test updated after
2174: ^reflection:filename[$method] added (related to feature #1053)
2175:
2176: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2177: main/compile.y, main/execute.C, main/pa_request.C,
2178: types/pa_vclass.h: filename -> filespec,
2179: ^reflection:filename[$method] added (related to feature #1053)
2180:
2181: 2016-11-27 moko
2182:
2183: * tests/: 368.html, results/368.processed: test for
2184: reflection:filename[$class or object] added (related to feature
2185: #1053)
2186:
2187: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2188: types/pa_vstateless_class.h: ^reflection:filename[$class or
2189: object] added (implements feature #1053)
2190:
2191: 2016-11-26 moko
2192:
2193: * src/: include/pa_request_info.h,
2194: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2195: remove_absolute_uri -> strip_absolute_uri
2196:
2197: 2016-11-25 moko
2198:
2199: * src/: include/pa_request_info.h,
2200: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2201: request_info.remove_absolute_uri added to remove possible
2202: http://site.name/ from $request:uri (implements feature #1112)
2203:
2204: 2016-11-24 moko
2205:
2206: * tests/: 367-curl.html, results/367-curl.processed: test for
2207: previous request headers clearing after redirect added (related
2208: to bug #1109)
2209:
2210: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2211: response headers from previous requests are now cleared, only
2212: last request headers are collected (fixes bug #1109)
2213:
2214: * tests/results/: 266.processed, 321.processed, 356.processed:
2215: tests results updated as method name now added to the resulting
2216: hash for new syntax only (Imp1 compatimility fixed, related to
2217: feature #1068)
2218:
2219: * src/classes/reflection.C: method name now added to the resulting
2220: hash for new syntax only (Imp1 compatimility fixed, related to
2221: feature #1068)
2222:
2223: * tests/results/366.processed: test for native and parser
2224: implementation of ^use[] logic (related to feature #1074)
2225:
2226: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2227: for native and parser implementation of ^use[] logic (related to
2228: feature #1074)
2229:
2230: 2016-11-23 moko
2231:
2232: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2233: main/pa_request.C: @USE file now implemented as ^use[file;
2234: $.origin[origin_file] ] (implements feature #1074)
2235:
1.109 moko 2236: 2016-11-21 moko
2237:
1.110 moko 2238: * tests/: 365.html, results/365.processed: test for $caller bugs in
2239: 3.4.4 and $caller.method now tested (related to feature #1110)
2240:
2241: * tests/: 364.html, results/364.processed: $caller usage in
2242: different contexts now tested (related to feature #1110)
2243:
2244: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2245:
2246: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2247:
1.109 moko 2248: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2249: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2250: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2251: used (implements feature #1110)
2252:
2253: 2016-11-20 moko
2254:
2255: * src/types/pa_vdouble.h: whitespace
2256:
2257: 2016-11-11 moko
2258:
2259: * tests/: 363.html, results/363.processed: more tests for feature
2260: #1091 (how parser methods work in expression context)
2261:
2262: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2263: expressions strings are now written as strings, not values by
2264: write_as_string (related to feature #1091)
2265:
2266: * src/classes/op.C: to make more correct behavour in expression
2267: context
2268:
2269: 2016-11-07 moko
2270:
2271: * tests/: 362.html, results/362.processed: test for
2272: xsltParseStylesheetDoc caching as xsl modification after it added
2273: (related to bug #1108)
2274:
2275: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2276: result now cached as xdoc is modified after it (fixes bug #1108)
2277:
2278: 2016-11-06 moko
2279:
2280: * src/types/pa_vxdoc.h: whitespace
2281:
2282: 2016-11-05 moko
2283:
2284: * src/types/pa_vmethod_frame.h: cleanup
2285:
2286: 2016-11-03 moko
2287:
2288: * tests/results/244.processed: more correct exception after method
2289: frames separation
2290:
2291: * src/types/pa_vmethod_frame.h: minor optimizaion
2292:
2293: * src/types/pa_method.h: optimization: params_count added
2294:
2295: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2296: include/pa_request.h, main/execute.C, main/pa_request.C,
2297: types/pa_value.C, types/pa_vmethod_frame.C,
2298: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2299: VMethodFrame now divided into VNativeMethodFrame,
2300: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2301: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2302: and used (related to feature #1104)
2303:
2304: 2016-11-02 moko
2305:
2306: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2307: classes/double.C, classes/file.C, classes/hash.C,
2308: classes/hashfile.C, classes/image.C, classes/inet.C,
2309: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2310: classes/memcached.C, classes/op.C, classes/reflection.C,
2311: classes/regex.C, classes/string.C, classes/table.C,
2312: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2313: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2314: r.write (implements feature #1091)
2315:
2316: * src/main/execute.C: cleanup (related to feature #1104)
2317:
2318: * src/: include/pa_request.h, main/execute.C,
2319: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2320: added, in_expression removed (implements feature #1104)
2321:
2322: 2016-10-31 moko
2323:
2324: * src/types/pa_value.C: whitespace
2325:
2326: 2016-10-28 moko
2327:
2328: * tests/results/244.processed: updated after error reporting fixed
2329: in pa_wcontext.C
2330:
2331: * src/types/pa_wcontext.C: error reporting fixed
2332:
2333: * src/types/pa_wcontext.h: whitespace
2334:
2335: * src/classes/image.C: not fully readed entries are no longer
2336: processed (fixes bug #1106)
2337:
2338: 2016-10-26 moko
2339:
2340: * src/classes/image.C: whitespace
2341:
2342: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2343: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2344: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2345: longer required (related to feature #1091)
2346:
2347: * tests/results/: 264.processed, 350.processed: test results update
2348: reverted (whitespace optimization) after write_no_lang removed :)
2349: (related to feature #1091)
2350:
2351: * src/: classes/file.C, classes/hash.C, classes/op.C,
2352: classes/string.C, classes/table.C, classes/void.C,
2353: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2354: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2355: equal write_pass_lang (related to feature #1091)
2356:
2357: * tests/results/: 264.processed, 350.processed: test results
2358: updated (whitespace optimization) after write_assign_lang removed
2359: (related to feature #1091)
2360:
2361: * tests/: 361.html, results/361.processed: test for non-string
2362: ^untaint added (related to feature #1091)
2363:
2364: * src/: classes/curl.C, classes/date.C, classes/file.C,
2365: classes/hash.C, classes/op.C, classes/string.C,
2366: include/pa_request.h, main/execute.C: optimization:
2367: write_assign_lang removed as not required (first part of feature
2368: #1091 implementation)
2369:
1.108 moko 2370: 2016-10-12 moko
2371:
2372: * tests/: 360.html, results/360.processed: more test code (related
2373: to feature #1104)
2374:
2375: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2376: include/pa_request.h, main/compile.y, main/execute.C: opcode
2377: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2378: WContext is next task (implements feature #1104)
2379:
2380: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2381: / CO_WITHOUT_WCONTEXT
2382:
2383: * tests/: 360.html, results/360.processed: test for in expression
2384: state (related to feature #1104)
2385:
2386: 2016-10-11 moko
2387:
2388: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2389:
2390: * src/classes/op.C: default value removed from initializer
2391:
2392: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2393:
2394: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2395:
2396: 2016-10-10 moko
2397:
2398: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2399: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2400: to feature #42)
2401:
2402: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2403: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2404:
2405: 2016-10-08 moko
2406:
2407: * src/classes/double.C: whitespace
2408:
2409: 2016-10-07 moko
2410:
2411: * src/types/pa_vmethod_frame.h: reorder
2412:
2413: 2016-10-06 moko
2414:
2415: * src/classes/date.C: typo
2416:
2417: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2418:
2419: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2420: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2421: types/pa_vmethod_frame.h: params.get now returns Value&, not
2422: Value*
2423:
2424: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2425:
2426: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2427: removed; first as_* code rewrite
2428:
2429: 2016-10-05 moko
2430:
2431: * src/include/pa_request.h: whitespace
2432:
2433: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2434: intercept_string added (related to feature #1097)
2435:
2436: * src/: classes/image.C, classes/op.C, classes/table.C,
2437: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2438: optimization: intercept_string removed (implements feature #1097)
2439:
2440: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2441:
2442: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2443: from VCodeFrame and WWrapper as not required
2444:
2445: 2016-10-04 moko
2446:
2447: * src/: classes/curl.C, classes/date.C, classes/double.C,
2448: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2449: classes/int.C, classes/json.C, classes/op.C,
2450: classes/reflection.C, classes/string.C, classes/table.C,
2451: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2452: proces_to_value -> process after StringOrValue removed (related
2453: to feature #1020)
2454:
2455: * src/classes/form.C: whitespace
2456:
2457: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2458:
2459: * tests/: 357.html, 358.html, results/357.processed,
2460: results/358.processed, results/auto.p: test for @conf
2461: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2462:
2463: 2016-10-03 moko
2464:
2465: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2466: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2467: supported (implements feature #42)
2468:
2469: * src/types/pa_vregex.h: no reason for VRegex to be
2470: is_evaluated_expr
2471:
2472: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2473: (implements feature #1095)
2474:
2475: 2016-10-01 moko
2476:
2477: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2478: false by default (related to feature #1089)
2479:
2480: 2016-09-30 moko
2481:
2482: * src/types/pa_wcontext.h: cleanup
2483:
2484: 2016-09-29 moko
2485:
2486: * src/main/execute.C: whitespace
2487:
2488: * src/include/pa_request.h: whitespace
2489:
2490: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2491: classes/op.C, classes/table.C, include/pa_request.h,
2492: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2493: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2494: StringOrValue removed as it just slows down and adds complexity
2495: (implements feature #1020)
2496:
2497: 2016-09-28 moko
2498:
2499: * tests/: 356.html, results/266.processed, results/321.processed,
2500: results/356.processed: tests updated after name was added to
2501: method_info hash, test for ^reflection:method_info[junction]
2502: added (related to feature #1068)
2503:
2504: * src/classes/reflection.C: ^reflection:method_info[junction] now
2505: supported, method name added to the resulting hash (implements
2506: feature #1068)
2507:
2508: * tests/: 276.html, results/276.processed: more tests for
2509: ^reflection:delete[]
2510:
2511: * src/classes/reflection.C: fixed bug then ^reflection:delete
2512: didn't work on class and could damage native objects (like file)
2513:
2514: 2016-09-26 moko
2515:
2516: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2517: results/345.processed, results/346-curl.processed,
2518: results/347-curl.processed, results/348.processed: numbers added
2519: to simplify diff analysis
2520:
2521: * tests/: 352.html, results/352.processed: test result updated as
2522: method name used
2523:
2524: * src/classes/reflection.C: method name used
2525:
2526: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2527: its name
2528:
2529: * src/types/pa_method.h: whitespace
2530:
2531: * src/classes/reflection.C: both method and field with one name can
2532: exist.
2533:
2534: * src/classes/reflection.C: ^reflection:mixin added (implements
2535: feature #1089)
2536:
2537: * tests/: 355.html, results/355.processed: property appears in
2538: derived class if added in base test added
2539:
2540: * src/types/pa_vstateless_class.h: get_method declaration +
2541: whitespace
2542:
2543: * tests/: 354.html, results/354.processed: nice test from method
2544: and property with one name in class added
2545:
2546: 2016-09-23 moko
2547:
2548: * src/classes/reflection.C: ^reflection:method usage documented
2549:
2550: 2016-09-22 moko
2551:
2552: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2553: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2554: compile warning and GPF occures on VS2003 (related to feature
2555: #1087)
2556:
2557: * tests/: 350.html, results/350.processed: test added for
2558: $.encloser[] support in ^table::create (related to feature #11)
2559:
2560: * src/classes/table.C: another minor fix (related to feature #11)
2561:
1.107 moko 2562: 2016-09-21 moko
2563:
2564: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2565:
2566: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2567: classes/json.C, classes/string.C, classes/table.C,
2568: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2569: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2570: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2571: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2572: pa_charsets, vs2015 warning war
2573:
2574: * src/classes/table.C: vs2015 warning war
2575:
2576: * src/types/pa_vdate.C: vs2015 warning war
2577:
2578: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2579:
2580: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2581: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2582:
2583: * src/main/pa_common.C: vs2015 compilation fixes
2584:
2585: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2586: vs2015 compilation fixes
2587:
2588: * src/main/pa_charset.C: vs2015 warning war
2589:
2590: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2591:
2592: * src/main/pa_charset.C: vs2015 warning war
2593:
2594: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2595:
2596: * src/types/pa_vdate.C: vs2015 compilation fix
2597:
2598: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2599:
2600: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2601: VS2015 compilation fixes
2602:
2603: * src/classes/table.C: minor fix (related to feature #11)
2604:
2605: * tests/results/282.processed: no longer skipping extra enclosers
2606: (related to feature #11)
2607:
2608: * src/classes/table.C: minor fix + no longer skipping extra
2609: enclosers (related to feature #11)
2610:
2611: * src/classes/table.C: minor optimization (related to feature #11)
2612:
2613: * src/classes/table.C: minor fix and optimization (related to
2614: feature #11)
2615:
2616: 2016-09-20 moko
2617:
2618: * tests/: 353.html, results/353.processed: test for
2619: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2620: added (related to bug #1090)
2621:
2622: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2623: one_big_piece (fixes bug #1090)
2624:
2625: * tests/: 229.html, results/229.processed: code coverage tests
2626:
2627: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2628: body) was called
2629:
2630: * src/classes/op.C: whitespace
2631:
2632: * tests/: 323.html, results/323.processed: test for code junction
2633: should not be returned by ^reflection:class, ^reflection:base
2634:
2635: * src/classes/reflection.C: bugfix: code junction should not be
2636: returned by ^reflection:class, ^reflection:base
2637:
2638: * tests/: 323.html, 352.html, results/352.processed: no more
2639: exception for ^reflection:method[class;no-such-method] (related
2640: to feature #1087)
2641:
2642: * src/classes/reflection.C:
2643: ^reflection:method[class;no-such-method] : exception -> void
2644: (related to feature #1087)
2645:
2646: * src/include/pa_request.h: request::write_value added to allow
2647: write value without convertion (related to issue #1091)
2648:
2649: 2016-09-19 moko
2650:
2651: * src/main/pa_random.C: windows build fix
2652:
2653: * src/types/pa_vhash.h: warning war
2654:
2655: 2016-09-14 moko
2656:
2657: * tests/: 352.html, 552.html, results/352.processed,
2658: results/552.processed: test for ^reflection:method[] extension
2659: added (related to feature #1087)
2660:
2661: * tests/: 552.html, results/552.processed: test for
2662: ^reflection:method[] extension added (related to feature #1087)
2663:
2664: * src/classes/reflection.C: compatibility issue fixed, VClass
2665: dynamic_cast check added (related to feature #1087)
2666:
2667: * tests/: 351.html, results/351.processed: test for @auto[]
2668: inheritance bug diring ^process[] added (related to bug #1088)
2669:
2670: * src/: classes/op.C, main/pa_request.C,
2671: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2672: disable it inheritance during ^process (fixes bug #1088)
2673:
2674: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2675: added (implements feature #1087)
2676:
2677: 2016-09-13 moko
2678:
2679: * tests/: 349.html, results/auto.p: test for objects prototyping
2680: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2681: to feature #1086)
2682:
2683: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2684: types/pa_vobject.C: objects now are not class instances, but have
2685: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2686: in @conf (implements feature #1086)
2687:
2688: 2016-09-08 moko
2689:
2690: * src/: classes/file.C, classes/mail.C, classes/string.C,
2691: classes/table.C, main/pa_http.C, main/pa_string.C,
2692: include/pa_string.h: cleanup: string::split limit argument
2693: removed as no longer required, pos_after no longer reference
2694: (related to feature #11)
2695:
2696: * src/classes/table.C, tests/results/348.processed: now exception
2697: is rised when invalid option is passed to ^table::create[]
2698:
2699: * tests/: 282.cfg, 282.html, results/282.processed: more code
2700: coverage tests
2701:
2702: * tests/: 348.html, results/348.processed: code coverage tests
2703: added
2704:
2705: * tests/: 348.html, results/348.processed: generic ^table::create[]
2706: tests
2707:
2708: * tests/: 035.html, results/035.processed, results/272.processed:
2709: tests updated after $.encloser[] support for ^table::create
2710: implementation (related to feature #11)
2711:
2712: * src/classes/table.C: $.encloser[] support for ^table::create
2713: finally added (implements feature #11)
2714:
2715: 2016-09-07 moko
2716:
2717: * src/include/pa_string.h: added StringSplitHelper as friend
2718: (related to feature #11)
2719:
2720: * src/include/pa_string.h: body and langs now protected, not
2721: private to allow inheritance (related to feature #11)
2722:
2723: * src/classes/table.C: lsplit optimized before cloning for
2724: ^table::create with $.encloser[] (related to feature #11)
2725:
2726: * src/classes/table.C: optimizaion: TableControlChars.separators
2727: added and used (related to feature #11)
2728:
2729: * src/classes/table.C: spelling:
2730:
2731: TableSeparators -> TableControlChars column -> separator
2732: separators -> control_chars
2733:
2734: 2016-09-06 moko
2735:
2736: * src/main/pa_string.C: whitespace
2737:
2738: * src/main/pa_string.C: whitespace
2739:
2740: 2016-09-01 moko
2741:
2742: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2743: results OS-independent
2744:
2745: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2746: compiler (related to feature #1042)
2747:
2748: 2016-08-15 moko
2749:
2750: * src/include/pa_string.h: whitespace
2751:
2752: * src/classes/table.C: whitespace
2753:
1.106 moko 2754: 2016-08-05 moko
2755:
2756: * tests/: 344.html, results/344.processed: test for
2757: ^hash::create[$file] added (related to feature #1075)
2758:
2759: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2760: supported (implements feature #1075)
2761:
2762: 2016-08-04 moko
2763:
2764: * tests/: 341.html, results/341.processed: more code coverage tests
2765:
2766: * tests/: 346-curl.html, results/346-curl.processed: more code
2767: coverage tests for curl
2768:
2769: * tests/: 346-curl.html, results/346-curl.processed: more code
2770: coverage tests for curl
2771:
2772: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2773: results/223.processed: code coverage tests: $.form[ $.table[] ]
2774: test added
2775:
2776: * tests/: 223-curl.html, results/223-curl.processed: more code
2777: coverage tests for curl
2778:
2779: 2016-08-03 moko
2780:
2781: * src/classes/curl.C: dlink(curl_library) now called not once, but
2782: until it will be loaded, allowing to find existing library.
2783:
2784: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2785: results/347-curl.processed: more code coverage tests for curl
2786:
2787: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2788: results/339-curl.processed, results/346-curl.processed: curl
2789: functionality tests
2790:
2791: 2016-08-02 moko
2792:
2793: * tests/: 339.html, results/339.processed: test for tables in
2794: ^file:load[] and ^curl:load[] (commented) added (related to
2795: feature #1042)
2796:
2797: * tests/: 345.html, results/345.processed: code coverage tests for
2798: file class
2799:
2800: * tests/: 344.html, results/344.processed: code coverage tests
2801:
2802: * tests/: 344.html, results/344.processed: mdate removed from
2803: output
2804:
2805: * src/classes/file.C: minor bugfix: is_text should be taked from
2806: fcontent.is_text_mode() if not set (related to feature #1061)
2807:
2808: * tests/: 344.html, results/344.processed: more tests
2809:
2810: * tests/: 343.html, 344.html, results/343.processed,
2811: results/344.processed: tests for ^file::create[ $.from-charset
2812: and $.to-charset ] (related to feature #1061)
2813:
2814: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2815: aset_text_mode argument optimized
2816:
2817: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2818: checkBOM now used in detect_binary_content (related to feature
2819: #1061)
2820:
2821: * src/main/pa_request.C: load_charset no longer required to_upper
2822:
2823: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2824: preserves original file mode (if no $.mode specified)
2825:
2826: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2827: ^file::create now supports $.from-charset[] and $.to-charset
2828: options (implements feature #1061), automatic transcode is done
2829: if text file is created from binary file and charset is detected.
2830:
2831: 2016-07-30 moko
2832:
2833: * src/classes/table.C: ^t.hash[..;] now supported (related to
2834: feature #1057)
2835:
2836: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2837: added (related to feature #1057)
2838:
2839: * tests/: 286.html, results/286.processed: code tests coverage
2840:
2841: 2016-07-29 moko
2842:
2843: * src/classes/table.C: table size should be checked inside menu and
2844: foreach (related to feature #858)
2845:
2846: * src/: classes/curl.C, classes/file.C, classes/string.C,
2847: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2848: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2849: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2850: charsets.get now does str_upper inside (related to feature #1061)
2851:
2852: * tests/: 342.html, results/342.processed: more code coverage tests
2853:
2854: * tests/: 342.html, outputs/342.processed: table menu code coverage
2855: + foreach test added (related to feature #858)
2856:
2857: * tests/: 341.html, results/341.processed: tests for
2858: ^table.hash[]{code} added + code coverage tests (related to
2859: feature #1057)
2860:
2861: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2862: value} support (implements feature #1057)
2863:
2864: * src/classes/table.C: whitespace
2865:
2866: 2016-07-28 moko
2867:
2868: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2869: from URL, if not specified query string removed from url-based
2870: filenames in ^curl:load[] and ^file::load[] (related to feature
2871: #1042)
2872:
2873: 2016-07-27 moko
2874:
2875: * tests/: 340.html, results/340.processed: test for
2876: transcode_text_result=false added (related to issue #1042)
2877:
2878: 2016-07-26 moko
2879:
2880: * src/types/pa_vfile.C: file name should not be empty (if file path
2881: is folder and ends with /) (related to feature #1042)
2882:
2883: * src/main/pa_http.C: whitespace optimizaion
2884:
2885: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2886: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2887: multiple headers, ^file::load supports headers transcoding
2888: (implements feature #1042)
2889:
2890: 2016-07-25 moko
2891:
2892: * src/include/pa_common.h: PA_DEFAULT added
2893:
2894: 2016-07-22 moko
2895:
2896: * tests/: 338.html, results/338.processed: test for
2897: $date.field(value) added (related to feature #1066)
2898:
2899: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2900: $date.field(value) now supported for y/m/d/h/m/s (implements
2901: feature #1066)
2902:
1.105 moko 2903: 2016-07-21 moko
2904:
2905: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2906: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2907: arguments removed; image.C - absolute path shown in exception
2908: (implements feature #1071)
2909:
2910: * tests/: 235.html, results/235.processed: test and test result
2911: updated after static boundary in mail and Errors-To: mail header
2912: removed (related to feature #1047)
2913:
2914: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2915: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2916: used, static boundary in mail removed, Errors-To: mail header
2917: removed (implements feature #1047)
2918:
2919: 2016-07-20 moko
2920:
2921: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2922: equest.classes(): Value -> VStateless_class, part 3 (related to
2923: issue #1051)
2924:
2925: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2926: request.classes(): Value -> VStateless_class, part 2 (related to
2927: issue #1051)
2928:
2929: * tests/results/: 224.processed, 323.processed: classes without
2930: methods should not be methoded (related to issue #1051)
2931:
2932: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2933: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2934: -> VStateless_class, part 1 (related to issue #1051)
2935:
2936: * tests/: 337.html, results/337.processed: test for
2937: ^reflection:fields_reference[] and VHashReference class added
2938: (related to feature #1072)
2939:
2940: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2941: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2942: and VHashReference added, allowing ^reflection:fields_reference[]
2943: implementation (closes feature #1072)
2944:
2945: 2016-07-19 moko
2946:
2947: * tests/: 323.html, results/323.processed: we want to see
2948: "methoded"
2949:
2950: * tests/: 336.html, results/336.processed: test for $BASE:property
2951: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2952: #1059)
2953:
2954: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2955: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2956: somebody_entered_some_class, $BASE:property works again,
2957: ^BASE:method[] bugs fixed (fixes bug #1059)
2958:
2959: 2016-07-14 moko
2960:
2961: * tests/: 335.html, results/335.processed: test for feature #1055
2962: added
2963:
2964: * src/classes/hash.C: bugfix: $._default was not copied if empty
2965: feature: ^hash.contains[_default] added (implements feature
2966: #1055)
2967:
2968: 2016-07-13 moko
2969:
2970: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2971: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2972:
2973: 2016-07-05 moko
2974:
2975: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2976: in ^hash.foreach (related to feature #1073)
2977:
2978: 2016-07-04 moko
2979:
2980: * tests/: 134.html, 281.html, results/134.processed,
2981: results/281.processed: tests updated after hash blocking removed
2982: (related to feature #1073)
2983:
2984: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2985: no longer blocks on change during foreach (implements feature
2986: #1073)
2987:
2988: 2016-06-17 moko
2989:
2990: * tests/: 330.html, results/330.processed: try exception source
2991: test added (related to bug in #1062)
2992:
2993: * tests/: 334.html, results/334.processed: Exception stack trace
2994: test added (related to bug in $1062)
2995:
2996: * src/classes/op.C: Exception trace now correctly restored and
2997: errors reported (related to bug #1062)
2998:
1.104 moko 2999: 2016-05-25 moko
3000:
3001: * src/main/compile.y: minor cleanup + beauty
3002:
3003: 2016-05-24 moko
3004:
3005: * tests/: 333.html, results/333.processed: more exceptions testing
3006:
3007: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3008: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3009: features #1056, #1026)
3010:
3011: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3012: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3013: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3014: (implements feature #1056)
3015:
3016: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3017: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3018: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3019: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3020: feature #1026)
3021:
3022: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3023: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3024: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3025: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3026: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3027: feature #1026)
3028:
3029: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3030: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3031: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3032: SYMBOLS_CACHING define implemented (related to feature #1026)
3033:
3034: * src/main/main.vcproj: + ps_symbols
3035:
3036: * src/: include/Makefile.am, include/pa_string.h,
3037: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3038: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3039: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3040: types/pa_vstateless_class.C: initial implementation for symbols
3041: cache (related to feature #1026)
3042:
3043: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3044:
3045: * src/main/pa_globals.C: minor cleanup
3046:
3047: 2016-05-19 moko
3048:
3049: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3050: (related to feature #1046)
3051:
3052: * tests/: 331.html, results/331.processed: test for
3053: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3054: (related to feature #1051)
3055:
3056: * src/main/compile.y:
3057: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3058: (implements feature #1054)
3059:
3060: 2016-05-18 moko
3061:
3062: * src/types/pa_vtable.C, tests/results/324.processed: no more
3063: "column not found" exception for ^table.no-such-method[] (related
3064: to feature #1046)
3065:
3066: * tests/: 261.html, results/261.processed: test added and updated
3067: after feature #1046 implementation
3068:
3069: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3070: types/pa_vvoid.h: $string.anything works for whitespace strings,
3071: ^string.contains added for hash compatibility, $string.method no
3072: longer returns stting method (implements feature #1046)
3073:
3074: 2016-05-12 moko
3075:
3076: * src/classes/curl.C: content-type response header no longer
3077: ignored (fixes issue #1045)
3078:
3079: * tests/: 330.html, results/330.processed: test for incomplete
3080: finally execution when break occures added (related to issue
3081: #1077)
3082:
3083: * src/classes/op.C: bugfix: Request::skip reset is called before
3084: executing catch and finally code (fixes issue #1062)
3085:
3086: 2016-05-11 moko
3087:
3088: * tests/: 329.html, results/329.processed: test for invalid
3089: ^break[] behavour added (bug #1077)
3090:
3091: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3092:
3093: 2016-04-24 moko
3094:
3095: * src/types/pa_vstateless_class.h: warning war
3096:
3097: 2016-04-17 moko
3098:
3099: * tests/: 328.html, results/328.processed: test for
3100: ^break(condition) and ^continue(condition) (related to feature
3101: #1063)
3102:
3103: * src/classes/op.C: ^break(condition) and ^continue(condition)
3104: implemented (feature #1063)
3105:
3106: 2016-04-12 moko
3107:
3108: * tests/results/280.processed: ordered hash now used for class
3109: methods and properties (test results updated for feature #1069)
3110:
3111: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3112: to xdoc.C as under FreeBSD it was inited after and inheritance
3113: failed (related to issue #1051)
3114:
3115: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3116: are printed to check inheritance (related to feature #1051)
3117:
1.103 moko 3118: 2016-04-09 moko
3119:
3120: * tests/results/320.processed: ordered hash now used for class
3121: methods and properties (test results updated for feature #1069)
3122:
3123: * src/types/pa_vstateless_class.h: ordered hash now used for class
3124: methods and properties (implements feature #1069)
3125:
3126: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3127: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3128: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3129: feature #1051)
3130:
3131: 2016-04-07 moko
3132:
3133: * src/main/execute.C: returned Value in .CLASS case for VJunction
3134: (related to feature #1051)
3135:
3136: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3137: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3138: string constants deduplication (related to feature #1051)
3139:
3140: * tests/results/224.processed: test result updated (related to
3141: feature #1051)
3142:
3143: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3144: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3145: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3146: types/pa_vstatus.h: classes hash now contains only
3147: VStateless_class derived objects, .CLASS is also allways
3148: VStateless_class derived object (related to feature #1051).
3149:
3150: 2016-04-06 moko
3151:
3152: * tests/results/323.processed: test result updated after feature
3153: #1051 implementation
3154:
3155: * src/: classes/classes.h, classes/op.C, classes/response.C,
3156: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3157: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3158: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3159: types/pa_vresponse.C, types/pa_vresponse.h,
3160: types/pa_vstateless_class.h: base -> methoded_donor for static
3161: classes, type() moved from VStateless_class to VClass and
3162: Methoded (implements feature #1051)
3163:
3164: 2016-04-04 moko
3165:
3166: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3167: beauty: put_class added (related to feature #1051)
3168:
3169: 2016-04-01 moko
3170:
3171: * tests/results/: 175.processed, 192.processed, 224.processed,
3172: 229.processed, 244.processed, 246.processed, 316.processed: test
3173: results updated as class.type() removed from error messages, only
3174: type() left (related to feature #1051)
3175:
3176: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3177: classes/op.C, classes/reflection.C, main/compile.y,
3178: main/compile_tools.h, main/execute.C, main/pa_request.C,
3179: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3180: types/pa_vmethod_frame.h, types/pa_vobject.h,
3181: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3182: from VStateless_class, type() is used instead (related to feature
3183: #1051)
3184:
3185: * src/classes/mail.C: old logic restored.
3186:
3187: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3188: classes/classes.h, classes/curl.C, classes/date.C,
3189: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3190: classes/hashfile.C, classes/image.C, classes/inet.C,
3191: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3192: classes/memcached.C, classes/memory.C, classes/reflection.C,
3193: classes/regex.C, classes/response.C, classes/string.C,
3194: classes/table.C, classes/xdoc.C, classes/xnode.C,
3195: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3196: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3197: feature #1051)
3198:
3199: 2016-03-30 moko
3200:
3201: * tests/: 327.html, results/224.processed, results/327.processed:
3202: test for TZ specification in ^date::create[], TZ is kept during
3203: ^date::create[$dt] (related to feature #1048)
3204:
3205: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3206: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3207: feature #1048)
3208:
3209: 2016-03-29 moko
3210:
3211: * tests/: 315.html, results/315.processed: test for timezone format
3212: +HHmm added (related to feature #1065)
3213:
3214: * src/classes/date.C: timezone format +HHmm now supported
3215: (implements feature #1065)
3216:
3217: 2016-03-28 moko
3218:
3219: * tests/: 202.html, results/131.processed, results/202.processed,
3220: results/224.processed, results/256.processed,
3221: results/315.processed: test results updated after %.2d now
3222: default for hours offset in iso-string (was %2d), test for
3223: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3224: added (related to feature #1065)
3225:
3226: 2016-03-27 moko
3227:
3228: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3229: feature #1065)
3230:
3231: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3232: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3233: added (implements feature #1065)
3234:
3235: 2016-03-24 moko
3236:
3237: * tests/: 202.html, results/202.processed: test $date.week added
3238: (related to bug #1067)
3239:
3240: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3241: date (fix for bug #1067)
3242:
3243: 2016-03-10 moko
3244:
3245: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3246:
1.102 moko 3247: 2015-12-07 moko
3248:
3249: * tests/: 326.html, results/326.processed: test for .CLASS &
3250: .CLASS_NAME optimization added (related to feature #844)
3251:
3252: 2015-11-17 moko
3253:
3254: * tests/: 323.html, results/323.processed: order added
3255:
3256: * tests/: 325.html, results/325.processed: double range test added
3257: (related to bug #1049)
3258:
3259: 2015-11-16 moko
3260:
3261: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3262: added to disallow NaN and Infinity (fixes bug #1049)
3263:
3264: 2015-11-11 moko
3265:
3266: * tests/324.html: parser 3.4.3 execution support added (related to
3267: feature #1017)
3268:
3269: * tests/: 324.html, results/324.processed: test for
3270: GET_ELEMENT4CALL feature added (feature #1017)
3271:
1.101 moko 3272: 2015-10-29 moko
3273:
3274: * operators.txt: updated for 3.4.4
3275:
3276: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3277:
3278: * src/main/pa_exec.C: get_exit_status implemented for Windows
3279: (related to bug #1043)
3280:
3281: 2015-10-28 moko
3282:
3283: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3284: hangup during ^file::exec (fixes bug #1043)
3285:
1.100 moko 3286: 2015-10-27 moko
3287:
3288: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3289:
1.99 moko 3290: 2015-10-26 moko
3291:
1.100 moko 3292: * tests/322.html, src/classes/reflection.C: arguments reorder
3293: (related to issue #1041)
3294:
3295: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3296: Copyright year updated
3297:
1.99 moko 3298: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3299: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3300: classes/form.C, classes/hash.C, classes/hashfile.C,
3301: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3302: classes/mail.C, classes/math.C, classes/memcached.C,
3303: classes/memory.C, classes/op.C, classes/reflection.C,
3304: classes/regex.C, classes/response.C, classes/string.C,
3305: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3306: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3307: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3308: include/pa_config_fixed.h, include/pa_config_includes.h,
3309: include/pa_dictionary.h, include/pa_dir.h,
3310: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3311: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3312: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3313: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3314: include/pa_request_charsets.h, include/pa_request_info.h,
3315: include/pa_sapi.h, include/pa_socks.h,
3316: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3317: include/pa_stack.h, include/pa_string.h,
3318: include/pa_stylesheet_connection.h,
3319: include/pa_stylesheet_manager.h, include/pa_table.h,
3320: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3321: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3322: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3323: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3324: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3325: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3326: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3327: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3328: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3329: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3330: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3331: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3332: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3333: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3334: main/pa_string.C, main/pa_stylesheet_connection.C,
3335: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3336: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3337: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3338: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3339: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3340: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3341: targets/isapi/parser3isapi.C, types/pa_junction.h,
3342: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3343: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3344: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3345: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3346: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3347: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3348: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3349: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3350: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3351: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3352: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3353: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3354: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3355: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3356: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3357: types/pa_vresponse.C, types/pa_vresponse.h,
3358: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3359: types/pa_vstateless_object.h, types/pa_vstatus.C,
3360: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3361: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3362: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3363: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3364: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3365:
3366: * src/targets/cgi/parser3.C: year updated
3367:
3368: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3369: issue #1041)
3370:
3371: * tests/: 323.html, results/323.processed: test for base classes
3372: added
3373:
3374: * tests/: 261.html, results/261.processed: updated after better
3375: error reporting done for $string.key exception
3376:
3377: * src/types/pa_vstring.h: better error report for $string.key
3378: exception
3379:
3380: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3381: copied as VObject::get_element4call to remove extra virtual call
3382:
3383: * tests/: 322.html, results/322.processed: test for
3384: ^reflection:is[] added (related to feature #1041)
3385:
3386: * src/classes/reflection.C: ^reflection:is empty value is void
3387: (related to feature #1041)
3388:
3389: * src/classes/reflection.C:
3390: ^reflection:is[class_name|code|method;[context;]element_name]
3391: added (implements feature #1041)
3392:
3393: 2015-10-24 moko
3394:
3395: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3396:
1.98 moko 3397: 2015-10-22 moko
3398:
3399: * tests/: 321.html, results/321.processed: test for
3400: ^reflection:method_info[] file detection added
3401:
3402: * tests/: 320.html, results/320.processed: test for
3403: ^reflection:class_by_name[class_name] added (related to feature
3404: #993)
3405:
3406: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3407: added (implements feature #993)
3408:
3409: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3410: (related to feature #1017)
3411:
3412: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3413: added (related to issue #1039)
3414:
3415: * src/main/pa_request.C: ^throw origin fixed (related to feature
3416: #1039)
3417:
3418: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3419: for VDate
3420:
3421: * tests/results/182.processed: updated after feature #1038
3422: implemented
3423:
3424: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3425: compile-time exception origin added (test for feature #1039)
3426:
3427: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3428: main/pa_request.C: exception unification: compile-time exceptions
3429: now have origin, @USE origins also tracked (implements feature
3430: #1039)
3431:
3432: 2015-10-20 moko
3433:
3434: * src/main/pa_request.C: cleanup
3435:
3436: 2015-10-15 moko
3437:
3438: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3439:
3440: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3441: types/pa_vtable.C: new feature: no more $table.method and
3442: $hash.method, aliases for _at, _count, _key (related to feature
3443: #1017)
3444:
1.97 moko 3445: 2015-10-14 moko
3446:
1.98 moko 3447: * tests/: 317.html, results/317.processed: test for
3448: ^string.unescape[] added (related to feature #120)
3449:
1.97 moko 3450: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3451: defined" bug (described in issue #1036)
3452:
3453: * tests/: 247.html, results/247.processed: test for checkBOM added
3454: (test for bug #1037)
3455:
3456: * src/: include/pa_charsets.h, main/pa_charsets.C,
3457: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3458: it's not enforced, skips BOM signature if it complies charset
3459: (fixes bug #1037)
3460:
3461: 2015-10-13 moko
3462:
3463: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3464: linking
3465:
3466: * src/classes/inet.C: vs2003 compilation fix
3467:
3468: * src/classes/math.C: warning war
3469:
3470: * src/lib/punycode/pa_punycode.c: warning war
3471:
3472: 2015-10-12 moko
3473:
3474: * src/lib/punycode/pa_punycode.c: warning war
3475:
3476: * parser3.sln: moved parser3 first, to make it default startup
3477: project
3478:
3479: * buildall: parser "mirror" now used for external libs sources
3480: (implements feature #1036)
3481:
3482: * buildall: most external libs are updated to their current
3483: versions (related to feature #1036)
3484:
3485: * src/classes/image.C: more tags added
3486:
3487: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3488:
3489: 2015-10-11 moko
3490:
3491: * src/classes/curl.C: minor optimization (related to feature #1035)
3492:
3493: 2015-10-09 moko
3494:
3495: * src/classes/curl.C: pa_strdup added for strings from curl
3496: (related to feature #1035)
3497:
3498: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3499: ULLONG_MAX definition
3500:
3501: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3502: (implements feature #1035)
3503:
3504: * src/main/pa_charset.C: String::Body(String::C) used
3505:
3506: * src/main/pa_charset.C: exceptions unified
3507:
3508: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3509: unified
3510:
3511: * src/: classes/file.C, classes/image.C, classes/mail.C,
3512: classes/op.C, classes/xdoc.C, classes/xnode.C,
3513: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3514: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3515: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3516: String::Body(String::C) constructor added (related to bug #957)
3517:
3518: * src/classes/file.C: minor optimization
3519:
3520: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3521: Cord(char*) autocreation (related to bug #957)
3522:
3523: * src/: classes/string.C, main/untaint.C: minor optimizations
3524:
3525: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3526: String(char*, Lang, length) removed, String(C(), Lang) used
3527: instead (related to bug #957)
3528:
3529: 2015-10-08 moko
3530:
3531: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3532: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3533: main/untaint.C: Now char * is converted to CORD only using
3534: AS_CORD() to check for empty cord bug (fixes bug #957)
3535:
3536: * src/include/pa_hash.h: fixed compilation without
3537: HASH_CODE_CACHING
3538:
3539: * src/classes/string.C:
3540: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3541: feature #120)
3542:
3543: * src/main/pa_common.C: reduce js flags checks count (related to
3544: feature #120)
3545:
1.96 moko 3546: 2015-10-07 moko
3547:
3548: * tests/: 275.html, results/275.processed: test modified after
3549: unsigned long long int support implemented (feature #1034)
3550:
3551: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3552: pa_atoul added for unsigned long long int support
3553:
3554: 2015-10-06 moko
3555:
3556: * src/types/pa_vdate.C: INT_MAX used
3557:
3558: 2015-10-03 moko
3559:
3560: * tests/: 302.html, results/302.processed: test for bug #1023
3561: (\u2028, \u2029 escaping) added
3562:
3563: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3564: json:string[] (fixes bug #1023)
3565:
3566: 2015-09-29 moko
3567:
3568: * tests/305.html: try-catch added for OS without ipv6 support
3569:
3570: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3571: compilation
3572:
3573: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3574: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3575: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3576: implemented to distinguish ^hash.method from $hash.field
3577: (implements feature #1017)
3578:
3579: * src/lib/punycode/pa_punycode.c: warning war
3580:
3581: * src/include/pa_config_includes.h: warning war
3582:
3583: * src/include/pa_config_includes.h: pragma warning actualized a bit
3584:
3585: * src/include/pa_config_includes.h: warning war
3586:
3587: * src/include/pa_hash.h: clang compilation fix
3588:
3589: 2015-09-27 moko
3590:
3591: * src/main/compile.tab.C: Bison 3 is now default
3592:
3593: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3594:
3595: 2015-09-25 moko
3596:
3597: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3598: works with undefined HASH_ORDER (related to feature #196)
3599:
3600: 2015-09-24 moko
3601:
3602: * tests/: 027.html, results/027.processed: test modified to test
3603: ^hash.sort (feature #196)
3604:
3605: * src/: classes/hash.C, include/pa_hash.h:
3606: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3607: added (implements feature #196)
3608:
3609: * tests/: 316.html, results/316.processed: Added test for bug #1025
3610: (exception handling in non-cached ^cache), plus for "it does not
3611: have logical value" and "$exception.handled value must be either
3612: boolean or string 'cache'" exceptions.
3613:
3614: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3615: code (fixes bug #1025)
3616:
1.95 moko 3617: 2015-09-23 moko
3618:
3619: * src/classes/table.C: warning war
3620:
3621: * src/: classes/math.C, types/pa_vcookie.C: warning war
3622:
3623: * src/classes/file.C: warning war
3624:
3625: * src/: include/pa_table.h, main/pa_table.C: warning war
3626:
3627: * src/: main/pa_request.C, classes/date.C: warning war
3628:
3629: * src/: types/pa_vdate.C, classes/op.C: warning war
3630:
3631: * tests/: 122.html, results/122.processed: win sync: to remove
3632: differences with OS that doesn't keep timezone change history
3633:
3634: * src/types/pa_vdate.C: tzset() should be called in Windows after
3635: TZ change (related to feature #36)
3636:
3637: * tests/: 075.html, results/075.processed: win sync: to remove
3638: differences with OS that doesn't keep timezone change history
3639:
3640: * tests/: 315.html, results/315.processed: win sync: to remove
3641: differences with OS that doesn't keep timezone change history
3642:
3643: * tests/: 256.html, results/256.processed: win sync: to remove
3644: differences with OS that doesn't keep timezone change history
3645:
3646: * tests/: 124.html, results/124.processed: win results sync: to
3647: avoid hitting time change hole.
3648:
3649: * src/types/pa_vdate.C: static returned. :)
3650:
3651: 2015-09-22 moko
3652:
3653: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3654:
3655: * tests/results/131.processed: more tests for feature #1032
3656:
3657: * src/classes/date.C: minor fix related to feature #1032
3658:
3659: * operators.txt: ISO date creation documented (related to feature
3660: #1032)
3661:
3662: * operators.txt: iso-string documented (related to feature #1032)
3663:
3664: * tests/: 315.html, results/315.processed: more tests added
3665: (related to feature #1032)
3666:
3667: * tests/: 131.html, results/131.processed: date range checks
3668: updated (related to feature #36)
3669:
3670: * tests/: 315.html, results/057.processed, results/315.processed:
3671: test added for ISO date support (related to issue #315)
3672:
3673: * src/classes/date.C: more readable exceptions in date creation
3674: (related to ticket #1032)
3675:
3676: 2015-09-18 moko
3677:
3678: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3679: added (related to issue #1032)
3680:
3681: * tests/results/256.processed, src/classes/json.C: iso-string
3682: documented (related to issue #1032)
3683:
3684: * tests/: 256.html, results/256.processed: ISO date check added
3685: (related to issue #1032)
3686:
3687: * tests/: 057.html, results/057.processed, results/224.processed:
3688: tests results updated after ISO date support implemented (related
3689: to feature #1032)
3690:
3691: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3692: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3693: ^date::create[string] constructor formalized, ^date.iso-string[]
3694: added (implements feature #1032)
3695:
3696: 2015-09-05 moko
3697:
3698: * operators.txt: actualized
3699:
3700: * operators.txt: date changes documented (related to ticket #36)
3701:
3702: 2015-09-04 moko
3703:
3704: * src/types/pa_vdate.C: warning war
3705:
3706: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3707:
3708: 2015-09-03 moko
3709:
3710: * tests/results/096.processed: test result updated for 0..9999 year
3711: date range support (related to feature #36)
3712:
3713: * tests/: 314.html, results/314.processed: test for
3714: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3715: bug #1031)
3716:
3717: * src/classes/string.C: Static calls fixed for ^string:base64[],
3718: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3719:
1.116 moko 3720: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3721: configure.in -> configure.ac
1.95 moko 3722:
1.116 moko 3723: * configure, configure.in, src/include/pa_config_auto.h.in: more
3724: correct timezone check for FreeBSD Warning war: configure.in ->
3725: configure.ac
1.95 moko 3726:
3727: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3728: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3729: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3730: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3731: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3732: src/main/Makefile.am, src/targets/apache/Makefile.am,
3733: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3734: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3735: check added
3736:
3737: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3738:
3739: * tests/results/: 124.processed, 224.processed: test resuls updated
3740: for new date implementation (related to feature #36)
3741:
3742: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3743: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3744: types/pa_vdate.h: new double date implementation with internal
3745: support for extended 0..9999 year range, default timezone support
3746: (related to feature #36)
3747:
3748: 2015-08-28 moko
3749:
3750: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3751: (fixes bug #1030)
3752:
3753: 2015-08-21 moko
3754:
3755: * src/classes/inet.C: snprintf size "bug" commented
3756:
3757: * src/main/pa_common.C: snprintf comments updated
3758:
3759: 2015-08-16 moko
3760:
3761: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3762:
3763: 2015-08-11 moko
3764:
3765: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3766: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3767: can be null (fixes bug #1029)
3768:
3769: 2015-08-06 moko
3770:
1.116 moko 3771: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3772: pa_vdate.C added
1.95 moko 3773:
3774: 2015-08-05 moko
3775:
3776: * tests/: 313.html, results/313.processed: test for
3777: ^table.count[columns] and ^table.flip[] with nameless tables
3778: (feature #1003)
3779:
3780: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3781: max_cell added, now ^table.count[columns] and ^table.flip[] works
3782: correctly for nameless tables (implements feature #1003)
3783:
3784: 2015-08-03 moko
3785:
3786: * tests/312.html: test for ^table.append[$hash] and
3787: ^table.insert[$hash] added (related to feature #1028)
3788:
3789: * src/classes/table.C: ^table.append[$hash] and
3790: ^table.insert[$hash] now supported (implements feature #1028)
3791:
3792: * tests/: 312.html, results/312.processed: test row copy in
3793: ^table.hash[; $.type[table] ] added (related to feature #1016)
3794:
3795: * src/classes/table.C: row copy now created in ^table.hash[;
3796: $.type[table] ] (related to feature #1016)
3797:
3798: 2015-07-29 moko
3799:
3800: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3801: added (related to feature #1016)
3802:
3803: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3804: ^table.delete[] added to delete current row (related to feature
3805: 1016)
3806:
3807: 2015-07-28 moko
3808:
3809: * tests/: 312.html, results/312.processed: test for
3810: $table.column[value] and ^table.insert{row} (related to feature
3811: #1016)
3812:
3813: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3814: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3815: ^table.insert{row} are now implemented (feature #1016)
3816:
3817: * src/include/pa_array.h: Optimization: bool reverse removed from
3818: append(), insert() added, memmove arguments order in remove()
3819: fixed (related to feature #1016)
3820:
3821: 2015-07-23 moko
3822:
3823: * src/classes/json.C: tainted json and empty json exception added
3824: (implements feature #1015)
3825:
3826: * tests/: 311.html, results/311.processed: empty json and tainted
3827: json exception test added (related to issue #1015)
3828:
3829: 2015-07-22 moko
3830:
3831: * tests/: 311.html, results/311.processed: test for UTF-8
3832: processing added
3833:
3834: * tests/: 311.html, results/311.processed: test for
3835: json_exception_with_source added (related to issue #394)
3836:
3837: * src/classes/json.C: json_exception_with_source added (implements
3838: feature #394)
3839:
3840: 2015-06-29 moko
3841:
3842: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3843: directories are now correctly determined if _d_type == DT_UNKNOWN
3844: (closes bug #1027)
3845:
3846: 2015-06-10 moko
3847:
3848: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3849: error if libxml has LIBXML_ICU_ENABLED.
3850:
3851: 2015-06-04 moko
3852:
3853: * tests/099.html: ups, reverting
3854:
3855: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3856: results/310.processed: tests for $response:body[ $.file[] ] and
3857: $response:last-modified added
3858:
3859: * src/main/pa_request.C: last-modified check fixed
3860:
3861: 2015-06-03 moko
3862:
3863: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3864: results/205.processed, results/293.processed: $response:headers
3865: logging added (tests for feature #1007)
3866:
3867: * src/: include/pa_common.h, include/pa_request.h,
3868: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3869: $response:headers are now in uppercase (closes feature #1007)
3870:
3871: 2015-06-02 moko
3872:
3873: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3874: build errors reverted for clang compatibility
3875:
3876: 2015-06-01 moko
3877:
3878: * src/include/pa_memory.h: -pedantic build errors fixed
3879:
3880: * src/classes/math.C: -pedantic build error fixed
3881:
3882: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3883:
3884: 2015-05-31 moko
3885:
3886: * src/classes/table.C: USE_STRINGSTREAM optimized
3887:
3888: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3889: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3890: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3891: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3892: types/pa_vxnode.h: warning war (-pedantic flag)
3893:
3894: 2015-05-28 moko
3895:
3896: * tests/: 308.html, results/308.processed: test for
3897: ^table::create[$t;], etc work added (related to bug #975)
3898:
3899: * src/classes/table.C: check_option_param removed,
3900: ^table::create[$t;], etc now works (fixes bug #975)
3901:
3902: 2015-05-27 moko
3903:
3904: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3905: (Debian jessie) fixed (closes issue #1024)
3906:
3907: * tests/Makefile: sort added as in Debian jessie list become
3908: unsorted
3909:
3910: 2015-05-18 moko
3911:
3912: * tests/: 201.html, results/201.processed: test for
3913: ^string.trim[what] feature #1022
3914:
3915: * src/classes/string.C: ^string.trim[what] now supported,
3916: implements feature #1022
3917:
3918: 2015-05-17 moko
3919:
3920: * tests/results/185.processed: test result updated as feature #1021
3921: implemented (left/right accept negative parameter)
3922:
3923: * src/classes/string.C: left/right now accept negative parameter
3924: (implements feature #1021)
3925:
3926: 2015-05-08 moko
3927:
3928: * src/classes/math.C: isalnum -> pa_isalnum
3929:
3930: * src/main/execute.C: optimization in getter-junction processing
3931: (related to issue #997)
3932:
3933: 2015-05-07 moko
3934:
3935: * tests/: 307.html, results/307.processed: test for issue #997
3936: added
3937:
3938: * src/main/execute.C: process_getter result now checked if junction
3939: returned (closes issue #997)
3940:
3941: * tests/: 305.html, results/305.processed: sort added to ignore
3942: different order
3943:
3944: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3945: assignment (closes issue #994)
3946:
3947: * tests/: 306.html, results/306.processed: test for issue #994
3948: added
3949:
3950: * tests/: 303.html, results/303.processed: two more errors tested
3951:
3952: 2015-05-06 moko
3953:
3954: * tests/: 305.html, results/305.processed: test for name2ip &
3955: ip2name added (related to feature #992)
3956:
3957: * tests/: 303.html, 304.html, results/303.processed,
3958: results/304.processed: tests for idna conversion added (related
3959: to issue #849)
3960:
3961: 2015-05-02 moko
3962:
3963: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3964: implemented
3965:
3966: 2015-04-30 moko
3967:
3968: * src/main/pa_http.C: idna_host added, related to issue #849
3969:
3970: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3971: (related to issue #849)
3972:
3973: 2015-04-24 moko
3974:
3975: * src/types/pa_vjunction.C: warning war
3976:
3977: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3978: unification
3979:
3980: * src/lib/punycode/pa_idna.c: warning war
3981:
3982: 2015-04-22 moko
3983:
3984: * src/main/main.vcproj: punycode include path added
3985:
3986: * src/lib/punycode/pa_idna.c: windows compile error fixed
3987:
3988: * src/lib/punycode/pa_idna.c: warning war
3989:
3990: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3991: project file added
3992:
3993: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3994:
3995: * src/include/pa_memory.h: warning war
3996:
3997: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3998: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3999: implemented (related to feature #849)
4000:
4001: * configure.in, src/main/Makefile.am,
4002: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4003: libpunycode added in Unix
4004:
4005: 2015-04-21 moko
4006:
4007: * configure.in: large files support
4008:
4009: 2015-04-15 moko
4010:
4011: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4012: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4013: pa_punycode.h: initial version for punycode/idna support library
4014: (ticket #849)
4015:
4016: 2015-04-08 moko
4017:
4018: * src/: classes/curl.C, classes/date.C, classes/file.C,
4019: classes/image.C, classes/mail.C, classes/reflection.C,
4020: classes/string.C, classes/xnode.C, include/pa_request.h,
4021: include/pa_string.h, include/pa_stylesheet_connection.h,
4022: main/compile.y, main/compile_tools.h, main/execute.C,
4023: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4024: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4025: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4026: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4027: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4028: clang compiler warnings (closes issue #1018)
4029:
4030: * src/include/pa_string.h: String::Body comparation operators with
4031: char * added (related to issue #958)
4032:
4033: 2015-04-07 moko
4034:
4035: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4036: pa_malloc/pa_free to remove system malloc/free usage (related to
4037: issue #1018)
4038:
4039: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4040: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4041: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4042: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4043: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4044: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4045: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4046: malloc/strdup/free replaced with pa_ version and checks for
4047: accidental use of non-pa_ version added (related to issue #1018)
4048:
4049: 2015-04-03 moko
4050:
4051: * buildall: pcre-8.33 -> pcre-8.36
4052:
4053: * src/: main/compile.y, classes/form.C, classes/mail.C,
4054: classes/op.C, classes/string.C, main/compile.tab.C,
4055: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4056: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4057: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4058: ticket #958)
4059:
4060: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4061: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4062: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4063: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4064: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4065: $request:headers, $request:method added (implements feature
4066: #1007)
4067:
4068: 2015-03-17 misha
4069:
4070: * tests/302.html: - test for
4071: ^json:string[...;$._default[method-name]]
4072:
4073: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4074: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4075: option $._default[method-name] is specified in ^json:string[], a
4076: method with specified name will be called for classes/objects
4077: serialization ( new feature: #982 )
4078:
4079: 2015-03-16 misha
4080:
4081: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4082: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4083: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4084: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4085: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4086: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4087: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4088: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4089: types/pa_vrequest.h, types/pa_vstateless_class.C,
4090: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4091: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4092: $var.CLASS_NAME now have special opcodes. This can be switched
4093: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4094: on pa_opcode.h ( new feature: #844 )
4095:
4096: 2015-03-15 misha
4097:
4098: * tests/075.html: - test for $response:header[]
4099:
4100: * src/types/pa_vresponse.C: - $response:header[] deletes header
4101: that was set earlie ( new feature: #1001 )
4102:
4103: 2015-03-12 misha
4104:
4105: * tests/246.html: - more tests for ^hash._at[]
4106:
4107: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4108: accepts second param [key|value|hash] ( new feature: #1012 )
4109:
4110: 2015-03-09 moko
4111:
4112: * src/types/pa_vmail.C: exception for everything but
4113: $mail:received, closes issue #1011
4114:
4115: 2015-02-20 moko
4116:
4117: * tests/: 275.html, results/275.processed: hex detection in
4118: pa_atoui fix test (closes issue #1010)
4119:
4120: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4121: issue #1010)
4122:
4123: 2015-02-17 moko
4124:
4125: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4126: tainted.
4127:
4128: 2015-02-03 misha
4129:
4130: * tests/301.html: - test for ^json:string($double) causes
4131: exception. bugfix: #1008
4132:
4133: * src/classes/json.C: - ^json:string($double) causes exception.
4134: bugfix: #1008
4135:
4136: * tests/014.html: - updated for work with ^hash.delete[]
4137:
4138: 2015-01-12 misha
4139:
4140: * src/: classes/form.C, include/pa_common.h,
4141: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4142: types/pa_vform.h: - supports body with PUT method as well ( new
4143: feature: #1006 )
4144:
4145: * src/classes/file.C: - warnings war
4146:
4147: 2015-01-11 misha
4148:
4149: * tests/300.html: - test for ^hash.delete[] is added
4150:
4151: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4152: feature: #989 ) - tiny optimization in intersects
4153:
4154: 2015-01-06 moko
4155:
4156: * src/types/pa_vmail.C: file names transcode added, to and cc added
4157: with transcode, attachments detection fixed
4158:
4159: * src/main/pa_request.C: filling mail received after cgi/auto.p
4160: load to allow charset switch (related to issue #996)
4161:
4162: 2014-12-31 moko
4163:
4164: * src/types/pa_vmail.C: from and subject now transcoded if not
4165: UTF-8 source charset (fixes issue 996)
4166:
4167: * src/main/pa_exception.C: fixed string from stack bug (closes
4168: issue #1000)
4169:
4170: 2014-12-11 misha
4171:
4172: * src/types/pa_vhashfile.C: - check if key is not empty before
4173: access ( bug fix: #1005 )
4174:
4175: 2014-11-13 misha
4176:
4177: * src/main/compile.y: - PC.append does not reset to false while
4178: creating a new class. bugfix: #990
4179:
4180: * tests/299.html: - test for creation class after working with
4181: partial class (create+append)
4182:
4183: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4184: #995
4185:
4186: * tests/232.html: - test for @get[def] added
4187:
4188: 2014-10-12 moko
4189:
4190: * src/lib/pcre/pcre_internal.vcproj: correct path
4191:
4192: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4193: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4194: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4195: targets/apache/ApacheModuleParser3.vcproj,
4196: targets/apache/ApacheModuleParser3Core.vcproj,
4197: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4198: types/types.vcproj: project GUID inserted in *.vcproj for correct
4199: conversion in newer VS versions
4200:
4201: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4202: pcre_internal.vcproj added
4203:
4204: 2014-08-28 moko
4205:
4206: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4207: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4208: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4209:
4210: 2014-06-30 misha
4211:
4212: * tests/298.html: - tests for ^reflection:def[class;className]
4213: added
4214:
4215: * src/classes/reflection.C: - ^reflection:def[class;className]
4216: added ( new feature: #918 )
4217:
4218: 2014-06-29 misha
4219:
4220: * src/classes/table.C: - ^table::create[unsupported data] -
4221: exception comment changed to "body must be table or code" ( bug
4222: fix: #951 )
4223:
4224: * tests/: 261.html, results/261.processed: - tests for
4225: ^json:string[...;$.void[null|string]] added
4226:
4227: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4228: option $.void[string|null] added to ^json:string[...] ( new
4229: feature: #952 )
4230:
4231: 2014-06-28 moko
4232:
4233: * src/classes/curl.C: $.charset now processed before other curl
4234: options (closes issue #980)
4235:
4236: 2014-05-23 misha
4237:
4238: * src/classes/json.C: - bug fix: #987
4239:
4240: 2014-05-04 misha
4241:
4242: * tests/: 253.html, 253_json.txt: - test for
4243: ^json:parse[$.int(false)] is added
4244:
4245: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4246: default true). The option is similar to $.double(bool) but for
4247: integers.
4248:
4249: 2014-05-01 moko
4250:
4251: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4252: #12 )
4253:
4254: 2014-04-16 moko
4255:
4256: * src/main/pa_http.C: response-charset option should finally work
4257: now (fix for issue #867)
4258:
4259: * src/main/pa_http.C: response-charset option should work now (fix
4260: for issue #867)
4261:
4262: 2014-03-07 moko
4263:
4264: * buildall: libgc moved
4265:
4266: * buildall: libgc moved
4267:
4268: 2013-12-29 moko
4269:
4270: * src/classes/string.C: ^string:js-unescape result now tainted,
4271: closes issue #966
4272:
4273: * tests/: 186.html, results/186.processed: ^string:js-unescape
4274: result now tainted, issue #966
4275:
4276: 2013-12-03 moko
4277:
4278: * src/: classes/memcached.C, types/pa_vmemcached.C,
4279: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4280: option was added for http://www.parser.ru/forum/?id=79343
4281:
4282: * src/classes/file.C: bugfix for
4283: http://www.parser.ru/forum/?id=79337
4284:
4285: 2013-11-05 moko
4286:
4287: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4288:
4289: * src/main/pa_globals.C: spelling fixed
4290:
4291: 2013-10-29 moko
4292:
4293: * src/lib/json/json.vcproj: json.c -> pa_json.C
4294:
4295: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4296: #892
4297:
4298: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4299: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4300: exceptions to be thrown thougth json library), related to issue
4301: #892
4302:
4303: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4304: related to issue #896
4305:
4306: 2013-10-24 moko
4307:
4308: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4309:
4310: 2013-10-23 moko
4311:
4312: * README: actualization
4313:
4314: 2013-10-22 moko
4315:
4316: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4317: compatibility patch from Sergey Kirpichev
4318:
4319: * tests/: 297.html, results/297.processed: non-working getter fix
4320: test for issue #948
4321:
4322: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4323: called when saving value of $match variable in ^string.match[] to
4324: increase compatibility (related to issue #948).
4325:
4326: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4327: usage optimization
4328:
4329: 2013-10-21 moko
4330:
4331: * tests/: 182.html, results/182.processed: local path removed for
4332: compatibility
4333:
4334: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4335: results/244.processed, results/253.processed,
4336: results/254.processed, results/275.processed,
4337: results/281.processed: try_catch -> try-catch
4338:
4339: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4340: results/294.processed, results/296.processed: try_catch ->
4341: try-catch
4342:
4343: 2013-10-20 moko
4344:
4345: * tests/: 296.html, results/296.processed: test for xsl exception
4346: for issue #938 added.
4347:
4348: * src/: include/pa_xml_exception.h,
4349: main/pa_stylesheet_connection.C: forgotten to be replaced
4350: XmlException is now replaced (once again closes issue #938)
4351:
4352: 2013-10-18 moko
4353:
4354: * buildall: disable clock_gettime detection to avoid librt linking
4355: (which in turn depends on libpthread), related to issue #943
4356:
4357: 2013-10-18 misha
4358:
4359: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4360: lib/smtp/smtp.vcproj, main/main.vcproj,
4361: targets/apache/ApacheModuleParser3Core.vcproj,
4362: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4363: types/types.vcproj: - new locations for libxml2 includes where
4364: added to vcproj files
4365:
4366: 2013-10-18 moko
4367:
4368: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4369: fix
4370:
4371: * tests/: 295.html, results/295.processed: test for issue #948
4372: updated
4373:
4374: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4375: :)
4376:
4377: * tests/: 295.html, results/295.processed: test for issue #948
4378: added
4379:
4380: * src/: classes/hash.C, classes/string.C, classes/table.C,
4381: include/pa_request.h, types/pa_method.h: for getters and setters
4382: to be executed request.put_element should be called, not
4383: context.put_element (fixes issue #948)
4384:
4385: 2013-10-17 moko
4386:
4387: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4388: LIBXML2_NEW_BUFFER check (closes issue #943)
4389:
4390: * buildall: libxml 2.9.1 build is broken --without-reader.
4391:
4392: 2013-10-16 moko
4393:
4394: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4395:
4396: * tests/: 294.html, results/294.processed: test for issue #938
4397:
4398: * src/: classes/xdoc.C, classes/xnode.C,
4399: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4400: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4401:
4402: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4403: libxslt-1.1.26 -> libxslt-1.1.28
4404:
4405: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4406: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4407: to '?', related to issue #938
4408:
4409: 2013-10-15 moko
4410:
4411: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4412: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4413: minor optimizations (closes issue #896)
4414:
4415: * tests/results/: 292.processed, 293.processed: results updated to
4416: comply with issue #896
4417:
4418: * tests/: 292.html, 293.html, results/292.processed,
4419: results/293.processed: tests for json escaping
4420:
4421: 2013-10-14 moko
4422:
4423: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4424: and cleanup, code moved from .h to .C, no changes in code
4425:
4426: 2013-10-12 moko
4427:
4428: * tests/results/119.processed: updated test result commited
4429:
4430: * tests/: 291.html, results/291.processed: test for issue #894
4431: added
4432:
4433: * src/types/pa_wcontext.h: base methods call support function
4434: get_somebody_entered_some_class should not be true forever, as
4435: wcontext can have many get_elements calls (fixes issue #894)
4436:
4437: 2013-10-11 moko
4438:
4439: * tests/: 290.html, results/290.processed: test for junction GPF
4440: issue #942 added
4441:
4442: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4443: to native method fixed (closes issue #942)
4444:
4445: * tests/: 158.html, results/158.processed: test for csv-string[]
4446: added
4447:
4448: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4449: feature #907)
4450:
4451: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4452: feature #907)
4453:
4454: 2013-10-09 moko
4455:
4456: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4457: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4458: types/pa_vstateless_class.C: GET_default, SET_default now works
4459: properly not only in objects, but in classes as well (closes
4460: issue #903)
4461:
4462: * tests/: 289.html, results/289.processed: GET/SET_default now
4463: works in classes, not only objects, test case added, related to
4464: issue #903
4465:
4466: * tests/: 288.html, results/288.processed: test for endless
4467: recursion bug added (related to issue #903)
4468:
4469: 2013-10-05 moko
4470:
4471: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4472: classes/table.C, main/execute.C, types/pa_method.h,
4473: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4474: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4475: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4476: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4477: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4478: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4479: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4480: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4481: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4482: optimization: put_element no longer has "bool areplace" argument,
4483: related to issue #903
4484:
4485: 2013-10-03 moko
4486:
4487: * tests/results/182.processed: result for $.replace(false) test
4488: commited
4489:
4490: * src/classes/date.C: ^date::create(number) processed correctly
4491: (fixes issue #901)
4492:
4493: * src/classes/image.C: as_no_junction removed, as param can be
4494: expression (closes issue #931)
4495:
4496: * tests/233.html: test for issue #931 added
4497:
4498: 2013-10-02 moko
4499:
4500: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4501: modified, test for $.replace(false) added
4502:
4503: * src/main/compile_tools.h: forgotten class replace returned. :)
4504:
4505: 2013-09-30 moko
4506:
4507: * tests/: 141.html, results/141.processed: md5 tainting test added
4508:
4509: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4510: main/compile_tools.h, main/pa_request.C: allow_class_replace
4511: implemented; $.replace option added to ^process and ^use
4512:
4513: 2013-08-27 moko
4514:
4515: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4516: cstr_to_string_body_untaint should be called with charsets for
4517: possible uri language and connection for possible sql language.
4518: related to issue #857
4519:
4520: * buildall: and -> or fixed
4521:
4522: 2013-08-26 moko
4523:
4524: * buildall: prepare_ functions logic changed to support
4525: gc-7.2d.tar.gz extracting to gc-7.2 directory
4526:
4527: 2013-08-23 moko
4528:
4529: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4530: statically
4531:
4532: 2013-08-22 moko
4533:
4534: * src/classes/string.C: String::Empty used (related to issue #912)
4535: append_know_length removed (related to old GPF bug)
4536:
4537: 2013-08-21 moko
4538:
4539: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4540:
4541: * src/classes/math.C: ^math:digest[...;$file] support added
4542: (related to ticket #857
4543:
4544: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4545: implemented
4546:
4547: * src/types/pa_vhashfile.h: warning war
4548:
4549: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4550: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4551: anti_endless_json_string_recoursion removed from request;
4552: json_string_recoursion added to json_options; $.indent[indent
4553: value] now supported and passed within recoursion closes feature
4554: #937
4555:
4556: * tests/: 287.html, results/287.processed: test for feature #937
4557:
4558: 2013-07-31 moko
4559:
4560: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4561: compilation having #define _S
4562:
4563: * src/main/pa_globals.C: cleanup
4564:
4565: 2013-07-30 moko
4566:
4567: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4568: main/pa_common.C: vs2003 warning war
4569:
4570: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4571:
4572: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4573:
4574: * src/lib/md5/pa_sha2.c: warning war
4575:
4576: 2013-07-29 moko
4577:
4578: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4579: patches from github
4580:
4581: * src/: classes/bool.C, classes/double.C, classes/int.C,
4582: classes/memcached.C, include/pa_config_includes.h,
4583: types/pa_vfile.C, types/pa_vfile.h: warning war
4584:
4585: * src/lib/json/json.vcproj: C++ -> C
4586:
4587: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4588:
4589: * src/lib/json/: json.c, pa_json.C: windows compatibility
4590:
4591: * src/lib/json/: json.c, pa_json.C: windows compatibility
4592:
4593: * src/lib/json/: json.c, pa_json.C: warning war
4594:
4595: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4596:
4597: * src/include/pa_config_fixed.h: uint16_t added
4598:
4599: * configure.in: uint16_t check added
4600:
4601: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4602: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4603: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4604: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4605: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4606:
4607: 2013-07-25 moko
4608:
4609: * parser3.sln: dependencies added
4610:
4611: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4612: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4613: module support
4614:
4615: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4616:
4617: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4618:
4619: 2013-07-23 moko
4620:
4621: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4622: PA_DEBUG_GC_MEMORY removed
4623:
4624: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4625: PA_DEBUG_DISABLE_GC compilation fix
4626:
4627: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4628: main/pa_request.C: outdated RESOURCES_DEBUG removed
4629:
4630: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4631: garbage cleanup
4632:
4633: * src/main/pa_common.C: warning war
4634:
4635: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4636:
4637: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4638: minor cleanup
4639:
4640: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4641: uses cygwin, not WIN32 implementation
4642:
4643: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4644: able to exec shell scripts
4645:
4646: * src/classes/math.C: ifdef WIN32 cleanup
4647:
4648: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4649:
4650: * src/classes/curl.C: LT_MODULE_EXT used
4651:
4652: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4653:
4654: 2013-07-22 moko
4655:
4656: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4657: includes fix
4658:
4659: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4660:
4661: * configure.in, src/include/pa_config_includes.h,
4662: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4663: src/main/pa_exec.C: includes cleanup
4664:
4665: * src/targets/cgi/parser3.C: 2012->2013
4666:
4667: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4668:
4669: * configure.in, src/include/pa_config_includes.h,
4670: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4671: src/main/pa_random.C, src/main/pa_socks.C,
4672: src/types/pa_vstatus.C: cygwin support cleanup
4673:
4674: * configure.in: dirent.h check added
4675:
4676: * src/: include/pa_config_includes.h, include/pa_dir.h,
4677: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4678: not copied
4679:
4680: 2013-07-21 moko
4681:
4682: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4683:
4684: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4685: parser3.vcproj: unused getopt.h / getopt.c removed
4686:
4687: * operators.txt, src/classes/file.C, tests/022.html,
4688: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4689: $.stat(true)] usage commented
4690:
4691: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4692: src/main/pa_dir.C: ^file:list[] now has dir column and when
4693: $.stat(true) it has size/*date columns modified patch from misha@
4694: that closes issue #914.
4695:
4696: * src/: include/pa_config_includes.h, main/pa_globals.C:
4697: PA_RELEASE_ASSERTS removed
4698:
4699: * src/lib/md5/pa_md5c.c: minor cleanup
4700:
4701: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4702: localeconv()->decimal_point usage remoed (related to issue #934)
4703:
4704: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4705: cordprnt.c removed
4706:
4707: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4708: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4709: pa-include/pa_strings.h: includes cleanup
4710:
4711: * src/lib/md5/pa_md5c.c: headers cleanup
4712:
4713: 2013-07-20 moko
4714:
4715: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4716: cleanup
4717:
4718: 2013-07-19 moko
4719:
4720: * src/classes/math.C: extern "C" added for crypt
4721:
4722: 2013-07-18 moko
4723:
4724: * src/classes/math.C: fix redhat7.2 build
4725:
4726: 2013-07-17 moko
4727:
4728: * configure.in, src/include/pa_config_includes.h,
4729: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4730: added for uint8/32/64_t)
4731:
4732: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4733: pa_config_includes.h used for uint32/64_t
4734:
4735: 2013-07-16 moko
4736:
4737: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4738: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4739: war
4740:
4741: * src/main/compile.tab.C: compile.y was updated
4742:
4743: * src/main/compile.y: warning war
4744:
4745: * src/: include/pa_exception.h, main/pa_exception.C,
4746: main/pa_xml_exception.C: warning war
4747:
4748: * src/: include/pa_common.h, main/pa_common.C: warning war
4749:
4750: * configure.in: beauty :)
4751:
4752: * tests/: 141.html, results/141.processed: sha256/512 added
4753:
4754: 2013-07-13 moko
4755:
4756: * src/lib/md5/md5.vcproj: sha2 added
4757:
4758: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4759: classes/math.C: sha2 support (sha256/sha512 digest)
4760:
4761: 2013-07-08 moko
4762:
4763: * src/classes/image.C: directory read or other read problem message
4764: fixed (related to issue #933)
4765:
4766: 2013-07-07 moko
4767:
4768: * AUTHORS: + misha + moko. :)
4769:
4770: 2013-07-06 moko
4771:
4772: * src/: classes/curl.C, include/pa_globals.h,
4773: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4774: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4775: for lt_dlinit to be called once and lt_dlexit called at right
4776: place (related to issue #925)
4777:
4778: 2013-07-04 moko
4779:
4780: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4781: VString::as_vfile now uses vfile.set_binary_string to avoid
4782: content-type to be set, as it brokes badly designed logic in
4783: response output. This hopefully finishes issue #928.
4784:
4785: * tests/results/: 256.processed, 286.processed: file now displayed
4786: as name, size, mode, content-type
4787:
4788: * src/main/pa_common.C: read error now reported cottectly (fixes
4789: issue #933
4790:
4791: 2013-06-28 moko
4792:
4793: * tests/: 286.html, results/286.processed: test extended
4794:
4795: * tests/: 286.html, results/286.processed: Test for issue #928
4796: added. it tests default content-type change.
4797:
4798: * src/types/pa_vfile.C: closes issue #928 - default content-type
4799: now updated
4800:
4801: 2013-06-25 moko
4802:
4803: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4804: content-type for text/binary files without name added;
4805: ^file::create[$f;...] options now works properly and $f
4806: properties are default (fixes issue #928)
4807:
4808: 2013-05-16 misha
4809:
4810: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4811: added
4812:
4813: * src/main/pa_table.C: - a tiny memory optimisation while creating
4814: table if specified limit is bigger than source rows count
4815:
4816: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4817: added ( new feature: #858 )
4818:
4819: 2013-04-29 moko
4820:
4821: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4822: $.ipresolve(0|1|2) added (closes issue #891)
4823:
4824: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4825:
4826: 2013-04-24 moko
4827:
4828: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4829: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4830: types/pa_vmemcached.h: ^memcache.release[] added, calls
4831: memcached_quit (refs #893)
4832:
4833: 2013-04-22 moko
4834:
4835: * src/: include/pa_string.h, main/pa_common.C: no more double
4836: slashes in file path (fixes bug #872)
4837:
4838: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4839: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4840: #739)
4841:
4842: * tests/results/266.processed: $.max_params added (feature #915)
4843:
4844: * src/: include/pa_common.h, main/pa_http.C: response-charset
4845: option added to file::load (closes issue #867)
4846:
4847: 2013-04-20 misha
4848:
4849: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4850: commited
4851:
4852: 2013-03-15 misha
4853:
4854: * src/classes/: hash.C, table.C: - Optimisation: do not create
4855: multiple empty strings while ::sql. uae String::Empty instead
4856:
4857: 2013-03-14 misha
4858:
4859: * src/classes/reflection.C: - for user classes
4860: ^reflection:method_info[] returns $.max_params and $.extra_param
4861: with $.call_type if they available ( new feature: #915 )
4862:
4863: * src/classes/file.C: - ^file:delete[] now supports an option
4864: $.exception(false) that suppress any exception while deleting
4865: file ( new feature: #916 )
4866:
4867: * src/classes/curl.C: - parsing cookies after curl:load now should
4868: work :)
4869:
4870: 2013-03-12 misha
4871:
4872: * src/types/pa_vfile.C: - if specified file_name is empty string
4873: set default name for the file
4874:
4875: 2013-03-11 misha
4876:
4877: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4878: also available in $f.cookies
4879:
4880: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4881: moved to a separate method
4882:
4883: 2013-03-10 moko
4884:
4885: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4886: added
4887:
4888: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4889: removed (declared by autoconf)
4890:
4891: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4892: uint32_t define
4893:
4894: 2013-03-10 misha
4895:
4896: * src/classes/file.C: ^file:delete and ^file:move now support
4897: option $.keep-empty-dirs(true) ( new feature: #884 )
4898:
4899: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4900: empty dirs is added
4901:
4902: 2013-03-10 moko
4903:
4904: * src/classes/: bool.C, double.C, int.C: default can be present,
4905: but default check removed from ^int/double/bool.int/double/bool
4906: for string.int/double/bool compatibility (related to issue #913)
4907:
4908: * src/classes/string.C: ^string.int/dobule/bool no longer
4909: internally throws exception if default is present (closes issue
4910: #913)
4911:
4912: 2013-03-09 misha
4913:
4914: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4915: optimisations ( #845 )
4916:
4917: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4918:
4919: 2013-03-08 moko
4920:
4921: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4922: creates correct table (fixes issue #910)
4923:
4924: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4925: use outside of 'connect' operator (fixes issue #911)
4926:
4927: * tests/results/: 096.processed, 122.processed: test results
4928: updated as doubles now printed with 15 significant digits, not 5
4929: (fixes issue #882)
4930:
4931: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4932: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4933:
4934: 2013-02-21 moko
4935:
4936: * src/classes/table.C: _locate_name_value does not check arguments
4937: count, so we check it in advance (fixes issue #905)
4938:
4939: 2012-10-23 moko
4940:
4941: * buildall: old shell for and echo compatibility (for six)
4942:
4943: 2012-10-19 moko
4944:
4945: * buildall: --strip added --disable-safe-mode listed in usage
4946:
4947: 2012-10-17 misha
4948:
4949: * src/classes/op.C: - apply-taint should not throw "outside
4950: connect" exception with sql lang now
4951:
4952: 2012-10-17 moko
4953:
4954: * src/main/pa_request.C: bugfix: safe mode should be inited for
4955: each request (for apache module)
4956:
4957: 2012-09-26 moko
4958:
4959: * src/doc/doxygen.cfg: png -> svg
4960:
4961: 2012-09-25 moko
4962:
4963: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4964: test added
4965:
4966: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4967: double use when key is long
4968:
4969: 2012-09-16 moko
4970:
4971: * src/classes/math.C: Format -> Method Encode -> Format
4972:
4973: * tests/: 141.html, results/141.processed: math:digest hmac test
4974: added
4975:
4976: 2012-09-14 moko
4977:
4978: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4979: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4980: implementation added
4981:
4982: 2012-09-12 moko
4983:
4984: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4985: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4986: targets.dox and string.dox slightly actualized
4987:
4988: 2012-08-31 moko
4989:
4990: * ChangeLog: now generated with patched cvs2cl.pl
4991:
4992: 2012-07-29 moko
4993:
4994: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4995: result should be pushed after VMethodFrame destructor is called,
4996: as it deletes junctions from stack params (fixes issue #868)
4997:
4998: 2012-07-23 moko
4999:
5000: * INSTALL, README: buildall script usage documented, other outdated
5001: info updated.
5002:
5003: * buildall-with-xml, buildall-without-xml: replaced by buildall
5004:
5005: 2012-07-21 moko
5006:
5007: * buildall: glib does not compile when threads are disabled...
5008:
5009: * src/types/pa_vmail.C: g_assertion fixes for empty input
5010:
5011: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5012: unref, can't unref nested objects)
5013:
5014: * src/types/pa_vmail.C: another check added
5015:
5016: 2012-07-19 moko
5017:
5018: * buildall: usage added
5019:
5020: * buildall: new buildall script that unites buildall-with-xml,
5021: buildall-without-xml, --with-apache and --with-mailreceive
5022:
5023: * configure.in: support for static gmime and dynamic glib linking.
5024: fixes for FreeBSD
5025:
5026: 2012-07-17 moko
5027:
5028: * configure.in: --with-mailreceive replaced
5029: --with-static-mailreceive and --with-shared-mailreceive pathlink
5030: removed
5031:
5032: 2012-07-16 moko
5033:
5034: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5035: capitalized, content now decoded and text content converted to
5036: $request:charset. all properties are accessed by functions, this
5037: ready for dynamic load.
5038:
5039: 2012-06-28 moko
5040:
1.116 moko 5041: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5042: 32 bit
1.95 moko 5043:
5044: 2012-06-27 moko
5045:
5046: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5047: passive ftp
5048:
5049: * src/lib/ltdl/ltdl.vcproj: release build fixed
5050:
5051: * configure.in: 3.4.2 RC -> 3.4.2
5052:
5053: 2012-06-22 moko
5054:
5055: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5056: #815)
5057:
5058: * tests/: 284.html, results/284.processed: output options test
5059: (feature #265)
5060:
5061: 2012-06-22 misha
5062:
5063: * tests/215.html: - little changes
5064:
5065: 2012-06-21 moko
5066:
5067: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5068: types/pa_vxdoc.h: output_options returned and used (bugfix for
5069: feature #265)
5070:
5071: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5072: breaks long .*, default 10M restored. (issue #216)
5073:
5074: * tests/: 283.html, results/283.processed: test for issue #815
5075: added
5076:
5077: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5078: again, cstrm not required.
5079:
5080: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5081: Win32 and broken FreeBSD (issue #45)
5082:
5083: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5084:
5085: * src/main/pa_string.C: warnings war
5086:
5087: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5088: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5089: main/pa_socks.C, targets/apache/pa_threads.C,
5090: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5091: types/pa_vstatus.C: compilation under cygwin fixed
5092:
5093: 2012-06-19 moko
5094:
5095: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5096: Windows fixed
5097:
5098: * parser3.sln: removed antique pcre_ctype
5099:
5100: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5101:
5102: * src/include/pa_config_fixed.h: undefined reference to
5103: __imp__pcre_* fix for Windows
5104:
5105: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5106: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5107: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5108: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5109: define fixed
1.95 moko 5110:
5111: 2012-06-18 moko
5112:
5113: * src/classes/memcached.C: flush -> clear
5114:
5115: * src/classes/memcached.C: memcached does not support quotes even
5116: in server name
5117:
5118: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5119: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5120: called on open to check servers existance. $.key(true) syntax
5121: now supported
5122:
5123: 2012-06-17 moko
5124:
5125: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5126: cleanup
5127:
5128: * src/classes/table.C, tests/282.cfg, tests/282.html,
5129: tests/results/282.processed: encloser at the EOF bug fixed,
5130: incorrectly enclosed data now processed more logicaly (fixes
5131: #339)
5132:
5133: 2012-06-15 moko
5134:
5135: * buildall-without-xml: sync with buildall-with-xml
5136:
5137: * buildall-with-xml: download auto-detected between fetch and curl
5138:
5139: * configure.in: --with-gc and --with-pcre now also processed
5140: correctly
5141:
1.116 moko 5142: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5143: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5144: should be run on rol1 using automake / aclocal (GNU automake)
5145: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5146:
5147: * configure.in: new PARSER_VERSION logic
5148:
5149: * src/include/pa_version.h: new pa_version.h logic
5150:
5151: * src/: classes/curl.C, classes/file.C, classes/image.C,
5152: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5153: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5154: feols_normalized -> fis_text_content set_binary added
5155:
5156: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5157:
5158: 2012-06-15 misha
5159:
5160: * src/: classes/curl.C, classes/file.C, classes/image.C,
5161: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5162: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5163: ^file::create[text;content] EOLs in content now is normalized. (
5164: new feature: #815 )
5165:
5166: 2012-06-15 moko
5167:
5168: * configure.in: --disable-version-update added to disable version
5169: update with host information (for debian package) whitespace
5170: optimized
5171:
5172: * configure.in: version changed to 3.4.2 RC no-pic added for
5173: libtool
5174:
5175: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5176: it.
5177:
5178: 2012-06-14 moko
5179:
5180: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5181: tests/results/281.processed: "hash flocked" error removed for
5182: safe operations like ^h._count[] ( new feature: #335 )
5183:
1.116 moko 5184: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5185:
5186: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5187:
5188: * configure.in: --with-static/shared xml replaced with --with-xml,
5189: xml compilation check added
5190:
5191: * configure.in: --with-static/shared-gc, --with-static-pcre are
5192: replaced with --with-gc and --with-pcre test for pcre linking
5193: added
5194:
5195: 2012-06-13 moko
5196:
5197: * configure.in: apxs2 check optimized
5198:
5199: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5200: .la, includes optimized
5201:
5202: * buildall-with-xml: --with-pic looks better for -fPIC
5203:
5204: * configure.in: switched to convenience library in static linking
5205:
5206: * src/targets/apache/Makefile.am: switched to convenience library
5207: usage to avoid libtool warnings
5208:
5209: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5210: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5211: smtp/Makefile.am: switched to convenience library usage
5212:
5213: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5214:
5215: * src/targets/apache/Makefile.am: updated for libtool usage
5216:
5217: * buildall-without-xml: --with-included-ltdl added
5218:
5219: * buildall-without-xml: sync with buildall-with-xml
5220:
5221: * buildall-with-xml: --with-included-ltdl added $cflags added for
5222: -fPIC for x64 $download added for wget success check added
5223:
5224: * buildall-without-xml: --with-dynamic-stdcpp removed
5225:
5226: * configure.in: disable-static returned
5227:
5228: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5229: LIBTOOLFLAGS
5230:
5231: 2012-06-12 moko
5232:
5233: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5234: compatible with LIBTOOLFLAGS for unknown reasons
5235:
5236: * buildall-with-xml: --with-dynamic-stdcpp removed
5237:
5238: * configure.in: static/dynamic -lstdc++ linking option removed
5239: apxs2 check added
5240:
5241: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5242: option removed
5243:
5244: 2012-06-10 moko
5245:
5246: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5247: added
5248:
5249: * src/targets/cgi/pp3.cmd: old PAF stuff
5250:
1.116 moko 5251: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5252: beauty
1.95 moko 5253:
5254: * depcomp: from libtool 2.4.2
5255:
5256: * configure.in: ltdl directory removed, it has correct Makefile.in
5257:
5258: 2012-06-09 moko
5259:
1.116 moko 5260: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5261: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5262: autogenerated files updated after libtool update
5263:
1.116 moko 5264: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5265: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5266: config_auto.h.in, config_fixed.h, configure, configure.ac,
5267: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5268: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5269: config/compile, config/config.guess, config/config.sub,
5270: config/depcomp, config/install-sh, config/ltmain.sh,
5271: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5272: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5273: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5274: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5275: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5276: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5277: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5278: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5279:
5280: * configure.in: preparation for new libtool
5281:
5282: * configure.in: Some beauty added :)
5283:
5284: * src/targets/apache/Makefile.am: := -> =
5285:
5286: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5287: again. :)
5288:
5289: * src/include/pa_config_includes.h, configure.in: limits.h added,
5290: previously was taken from pcre_internal.h. :)
5291:
5292: * src/lib/pcre/Makefile.am: config.h returned
5293:
5294: * src/lib/pcre/config.h: still need this. :)
5295:
5296: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5297:
5298: * configure.in: --with-charsets removed; --with-mysql-client & co
5299: removed
5300:
5301: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5302: now in parser tree, no need to copy
5303:
5304: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5305: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5306: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5307: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5308: extracts now used old trash removed
5309:
5310: * etc/parser3.charsets/Makefile.am: charsets now in share
5311: (debian/patches/104_automake.patch) + all charsets are copied
5312:
5313: * buildall-with-xml, buildall-without-xml: curl option removed +
5314: extra arguments now supported
5315:
5316: 2012-06-08 misha
5317:
5318: * src/classes/table.C: - one params.as_hash usage was rolled back:
5319: the 2nd option in ^table.hash[] could be hash or table so
5320: .as_hash will throw an exception when table option is specified
5321:
5322: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5323: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5324: classes/table.C, classes/void.C, classes/xdoc.C,
5325: include/pa_exception.h, types/pa_vmethod_frame.C,
5326: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5327: and improved (whitespaces are allowed as empty options) -
5328: MethodParams::as_table is added - above methods are used for
5329: parsing methods' options ( new feature: #9 )
5330:
5331: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5332: to vclass. now class fields can be accessible as a hash:
5333: $h[^hash::create[$asd:CLASS]]
5334:
5335: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5336: have get_fields method so their fields can be accessed with
5337: ^reflection:fields[...] & ^reflection:field[...]
5338:
5339: 2012-06-06 misha
5340:
5341: * tests/280.html: - tests for
5342: ^reflection:method[obj-or-class;method],
5343: ^reflection:field[obj-or-class;field] and
5344: ^reflection:fields[obj-or-class] are added
5345:
5346: 2012-06-05 misha
5347:
5348: * src/classes/reflection.C: - ^reflection:method[class or
5349: object;method name] and ^reflection:field[class or object;field
5350: name] are added
5351:
5352: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5353: is used
5354:
5355: * src/types/pa_method.h: - Method::as_vjunction method is added
5356:
5357: 2012-06-05 moko
5358:
1.116 moko 5359: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5360:
5361: * src/classes/memcached.C: flish ttl fixed
5362:
5363: 2012-06-04 moko
5364:
5365: * src/classes/json.C, src/classes/op.C, tests/279.html,
5366: tests/results/279.processed: ^json:parse[] now supports $.taint
5367: option (new feature #833)
5368:
5369: 2012-06-04 misha
5370:
5371: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5372: - search_stop method was moved from pa_vcookie.C to pa_common.C
5373:
5374: 2012-06-03 misha
5375:
5376: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5377: cookies are parced and stored into $.cookies ( new feature: #31 )
5378:
5379: 2012-05-30 misha
5380:
5381: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5382: incomplete class into a scope while @USE is found
5383:
5384: * src/main/compile.y: - add incomplete class into a scope while
5385: @USE and @CLASS instructions are found ( bugfix: #838 )
5386:
5387: 2012-05-30 moko
5388:
5389: * src/types/pa_vclass.C, tests/278.html,
5390: tests/results/278.processed: removed "property has no getter
5391: method" exception when GET_DEFAULT present (fixes #269)
5392:
5393: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5394: $._default
5395:
5396: 2012-05-29 moko
5397:
5398: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5399: uninitialized values usage (new feature: #154)
5400:
5401: 2012-05-28 moko
5402:
5403: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5404: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5405: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5406: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5407: src/types/pa_vobject.C, src/types/pa_vobject.h,
5408: src/types/pa_vstring.h, src/types/pa_vtable.C,
5409: tests/results/277.processed, src/types/pa_vtable.h,
5410: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5411: ^json:string[$o; $.default[$method]] implemented for VObject (new
5412: feature #803)
5413:
5414: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5415: tests/results/277.processed: json numbers are now treated as
5416: double ( new feature: #834 )
5417:
5418: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5419: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5420: added for out of range checks, zero division in vint/vdouble
5421: check added ( fixes #832 )
5422:
5423: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5424: ( fixes #832 )
5425:
5426: 2012-05-28 misha
5427:
5428: * buildall-with-xml: - --without-lzma option is added to libxml2
5429: configure
5430:
5431: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5432: added - tests for unsupported values for options $.file, $.table
5433: and $.date are added
5434:
5435: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5436: accepts "stat" $.file[] option's value in addition to existed
5437: "text" and "base64" ( new feature: #835 )
5438:
5439: * tests/276.html: - test for
5440: ^reflection:delete[$object-or-class;field-name]
5441:
5442: * src/classes/reflection.C: -
5443: ^reflection:delete[$object-or-class;field-name] is added ( new
5444: feature: #268 )
5445:
5446: 2012-05-27 misha
5447:
5448: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5449:
5450: 2012-05-24 misha
5451:
5452: * src/include/pa_common.h: - method lastposafter was removed
5453:
5454: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5455: lastposafter - ^file:dirname[] & Co proper handle windows file
5456: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5457: work as *nix commands
5458:
5459: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5460:
5461: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5462: rskipchars were added
5463:
5464: * tests/270.html: - more tests for ^file:find[]
5465:
5466: * tests/065.html: - more tests for ^file:dirname[] & Co
5467:
5468: * src/include/pa_version.h: - must be "win32" here. it is
5469: auto-generated on *nix
5470:
5471: 2012-05-24 moko
5472:
5473: * src/classes/math.C: ^math:convert[] now supports uint32 and
5474: throws overflow exception ( new feature: #830 )
5475:
5476: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5477: uint32 support and overflow added ( new feature: #830 )
5478:
5479: 2012-05-23 moko
5480:
5481: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5482: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5483: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5484: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5485: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5486: types/pa_vregex.h, types/pa_vstateless_class.C,
5487: types/pa_vstateless_class.h, types/pa_vstring.h,
5488: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5489: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5490: "return string as-is" removed from as_expr_result. ( new feature:
5491: #831 )
5492:
5493: * tests/results/244.processed: test changed after bug #782 fix
5494: commited
5495:
5496: * tests/results/229.processed: test results for bug #782 commited
5497:
5498: * tests/: 254.html, results/254.processed: uid now just compared,
5499: not printed. :)
5500:
5501: 2012-05-20 moko
5502:
5503: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5504: feature: #341 )
5505:
5506: * tests/: 254.html, results/254.processed: test for
5507: ^reflection:uid[] added
5508:
5509: * tests/: 254.html, results/254.processed: test for
5510: ^reflection:uid[$obj] added
5511:
5512: 2012-05-17 misha
5513:
5514: * src/main/untaint.C: - do not replace ' char by _26 while
5515: exploding filespec-tainting ( new feature: #829 )
5516:
5517: 2012-05-12 moko
5518:
5519: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5520: not.
5521:
5522: 2012-05-08 moko
5523:
5524: * src/types/pa_vmethod_frame.h: bug #782 fixed
5525:
5526: * tests/229.html: test for bug #782
5527:
5528: * tests/results/259.processed, src/main/pa_request.C,
5529: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5530: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5531: src/types/pa_vvoid.h: feature #154 - first empty param now
5532: string; defined locals are empty strings; $STRICT-VARS(true)
5533: added
5534:
5535: 2012-04-27 moko
5536:
1.116 moko 5537: * src/targets/apache/Makefile.am:
1.95 moko 5538: ../../lib/memcached/libmemcached.a added
5539:
5540: 2012-04-27 misha
5541:
5542: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5543: ( #827 )
5544:
5545: 2012-04-25 moko
5546:
5547: * src/: classes/json.C, classes/memcached.C,
5548: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5549: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5550: implemented.
5551:
5552: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5553:
5554: 2012-04-23 moko
5555:
5556: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5557: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5558: types/pa_vmemcached.h: open allows options hash for new
5559: memcached(options) function
5560:
5561: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5562: not appended
5563:
5564: 2012-04-21 moko
5565:
5566: * src/classes/curl.C: '' added. :)
5567:
5568: * src/classes/classes.vcproj: new curl.h location
5569:
5570: * src/classes/curl.C: verbose output redirection from stderr to
5571: file curl option added
5572:
5573: 2012-04-20 moko
5574:
5575: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5576: contains what we need from curl, #ifdef HAVE_CURL removed
5577:
1.116 moko 5578: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5579: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5580: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5581: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5582: configure option
5583:
5584: 2012-04-19 moko
5585:
5586: * src/: classes/double.C, classes/inet.C, classes/int.C,
5587: classes/string.C, lib/gc/include/gc_allocator.h,
5588: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5589: options from sql_result_string removed. (closes issue #468)
5590:
5591: * src/types/pa_vmemcached.C: empty string fix
5592:
5593: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5594: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5595: pa_vmemcached.C
5596:
5597: 2012-04-18 moko
5598:
5599: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5600: apache2-mpm-prefork" error displayed in threaded mpm.
5601:
5602: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5603: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5604: installed (issue #354)
5605:
5606: 2012-04-16 moko
5607:
5608: * src/types/pa_vmemcached.C: call to memcached_result_create and
5609: memcached_result_free removed
5610:
5611: 2012-04-14 moko
5612:
5613: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5614:
5615: * src/types/pa_vmemcached.C: check_key added and used
5616:
5617: 2012-04-13 moko
5618:
5619: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5620: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5621: Serialization_data now added and used, VString now serialized
5622: with languages into memcached.
5623:
5624: 2012-03-28 moko
5625:
5626: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5627: lib/memcached/pa_memcached.h: result lengths added
5628:
5629: 2012-03-27 moko
5630:
5631: * src/types/pa_vmemcached.C: strdup added
5632:
5633: 2012-03-24 moko
5634:
5635: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5636: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5637: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5638:
5639: 2012-03-20 moko
5640:
1.116 moko 5641: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5642:
5643: * src/targets/cgi/Makefile.am: cleanup
5644:
5645: * src/: types/Makefile.am, types/pa_vmemcached.C,
5646: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5647:
5648: * src/: classes/Makefile.am, classes/memcached.C,
5649: lib/memcached/Makefile.am, lib/memcached/constants.h,
5650: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5651: lib/memcached/types.h, lib/Makefile.am: memcached initial
5652:
5653: 2012-03-16 moko
5654:
5655: * src/main/execute.C: ident now works under Linux + ident displays
5656: filenames (closes issue #818)
5657:
1.116 moko 5658: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5659: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5660: pa_vmethod_frame_local.h removed
5661:
5662: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5663: classes/classes.h, classes/curl.C, classes/date.C,
5664: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5665: classes/hashfile.C, classes/image.C, classes/inet.C,
5666: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5667: classes/memory.C, classes/op.C, classes/reflection.C,
5668: classes/regex.C, classes/response.C, classes/string.C,
5669: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5670: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5671: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5672: include/pa_config_fixed.h, include/pa_config_includes.h,
5673: include/pa_dictionary.h, include/pa_dir.h,
5674: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5675: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5676: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5677: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5678: include/pa_request_charsets.h, include/pa_request_info.h,
5679: include/pa_sapi.h, include/pa_socks.h,
5680: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5681: include/pa_stack.h, include/pa_string.h,
5682: include/pa_stylesheet_connection.h,
5683: include/pa_stylesheet_manager.h, include/pa_table.h,
5684: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5685: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5686: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5687: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5688: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5689: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5690: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5691: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5692: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5693: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5694: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5695: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5696: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5697: main/pa_string.C, main/pa_stylesheet_connection.C,
5698: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5699: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5700: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5701: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5702: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5703: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5704: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5705: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5706: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5707: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5708: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5709: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5710: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5711: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5712: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5713: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5714: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5715: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5716: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5717: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5718: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5719: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5720: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5721: types/pa_vresponse.h, types/pa_vstateless_class.C,
5722: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5723: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5724: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5725: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5726: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5727: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5728: ident now works under Linux + ident displays filenames (closes
5729: issue #818) Copyright updated
5730:
5731: 2012-03-13 moko
5732:
5733: * src/main/pa_string.C: compilation fix for feature #741
5734:
5735: 2012-03-09 misha
5736:
5737: * tests/193.html: - tests for ^string:base64[encoded] are updated
5738:
5739: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5740: now detects invalid base64 chars in the middle of encoded stricg
5741: ( new feature: #55 )
5742:
5743: * src/include/pa_exception.h: - new exception type for base64
5744: decoding is added
5745:
5746: 2012-03-06 misha
5747:
5748: * tests/274.html: - tests for ^date::today[] and
5749: ^date.sql-string[datetime|date|time] are added
5750:
5751: * src/classes/date.C: - constructor ^date::today[] is added ( new
5752: feature: #811 ) - ^date.sql-string[] now can accept one param --
5753: strings "datetime", "date" or "time" - comments tidying up
5754:
5755: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5756: date and time
5757:
5758: 2012-03-03 misha
5759:
5760: * tests/193.html: - tests for
5761: ^string:base64[encoded;$.strict(true)] are added
5762:
5763: * tests/results/auto.p: - try-catch operator is added
5764:
5765: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5766: main/pa_common.C: - $.strict(true|false) option is added to
5767: base64 decode methods ( new feature: #55 )
5768:
5769: * src/main/pa_common.C: - base64 decode memory usage was decreased
5770: ( new feature: #819 )
5771:
5772: 2012-02-28 moko
5773:
5774: * src/classes/hash.C: ident test
5775:
5776: 2012-02-27 misha
5777:
5778: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5779:
5780: 2012-01-08 misha
5781:
5782: * tests/273.html: - tests for ^string.replace[from;to] are added
5783:
5784: * src/: classes/string.C, include/pa_dictionary.h,
5785: main/pa_dictionary.C, main/pa_string.C: -
5786: ^string.replace[from;to] is added ( new feature: #741 ) -
5787: ^string.replace[one subst here] is slightly optimized
5788:
5789: 2011-12-07 misha
5790:
5791: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5792: named table with one empty column ( bugfix: #63 )
5793:
5794: 2011-11-30 misha
5795:
5796: * src/classes/json.C: - it's possible to set user's method for
5797: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5798: #763 )
5799:
5800: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5801:
5802: 2011-11-23 misha
5803:
5804: * src/: classes/curl.C, classes/file.C, classes/image.C,
5805: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5806: types/pa_vfile.h, types/pa_vform.C: - constructor
5807: ^file::create[mode;filename;content[;options]] now accepts binary
5808: mode and file-content - new constructor's format:
5809: ^file::create[string-or-file-content[;$.name[filename]
5810: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5811: feature: #65 )
5812:
5813: * src/: include/pa_request.h, main/pa_request.C: - new method
5814: mime_type_of(const String*) is added
5815:
5816: * src/include/pa_exception.h: - new exception constant
5817: FILE_NAME_MUST_BE_SPECIFIED is added
5818:
5819: * src/classes/table.C: - bug with negative offset transformed into
5820: a feature. it means pointing to a row from the end of the table (
5821: new feature: #810 )
5822:
5823: 2011-11-19 misha
5824:
5825: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5826: â ìåòîäå _select ( new feature: #810 )
5827:
5828: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5829: options were specified together is simplified
5830:
5831: 2011-11-12 misha
5832:
5833: * src/main/pa_request.C: - forgotten fix for escaping filename in
5834: HTTP content-disposition header (a part of bug #361 )
5835:
5836: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5837: checks for ancestors' classes as well ( new feature: #456 )
5838:
5839: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5840: "without cycle" now have types "parser.break" and
5841: "parser.continue" instead of "parser.runtime" ( new feature: #799
5842: )
5843:
5844: 2011-11-11 misha
5845:
5846: * tests/results/: 099.processed, 100.processed, 205.processed,
5847: 237.processed: - since bug #361 was fixed the content of filename
5848: in HTTP headers is quoted
5849:
5850: * tests/results/270.processed: - result for test 270
5851:
5852: * tests/: 065.html, results/065.processed: - more tests for
5853: ^file:basename[] & Co were added
5854:
5855: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5856:
5857: * tests/270.html: - tests for ^file:find[] are added
5858:
5859: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5860: using option $.charset. option $.engoding is still supported but
5861: these options can not be specified together
5862:
5863: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5864: comparation charset name with string "UTF-8" ( bugfix: #759 )
5865:
5866: 2011-10-11 misha
5867:
5868: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5869: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5870: #622)
5871:
5872: 2011-09-30 misha
5873:
5874: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5875: exception "saving stat-ed file" ( bugfix: #395 )
5876:
5877: 2011-05-30 misha
5878:
5879: * src/classes/string.C: - fixed bug which was added with
5880: params.as_hash into string:sql
5881:
5882: 2011-05-29 misha
5883:
5884: * src/types/pa_value.C: - filename in content-disposition header
5885: must be quoted ( bugfix: #361 )
5886:
5887: 2011-05-27 misha
5888:
5889: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5890: created file
5891:
5892: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5893: usage
5894:
5895: * src/include/pa_exception.h: - one more string for exception was
5896: added
5897:
5898: 2011-05-25 misha
5899:
5900: * tests/269.html: - tests for checking input params in some dom
5901: methods
5902:
5903: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5904: was added. it isn't possible not wo create xdoc with invalid
5905: tagName. ( bugfix: #160 )
5906:
5907: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5908: string "data must be string" was mover from pa_exception.h to
5909: pa_xml_exception.h
5910:
5911: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5912: as_xmlncname, as_xmlname and as_xmlnsuri were added
5913:
5914: * src/main/pa_xml_exception.C: - XmlException accepts more options
5915:
5916: * src/include/pa_xml_exception.h: - XmlException accepts more
5917: options - XML-related exception's strings were added
5918:
5919: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5920: output_options were removed)
5921:
5922: 2011-05-19 misha
5923:
5924: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5925: params.as_hash is used more while parsing methods hash-options
5926:
5927: 2011-05-18 misha
5928:
5929: * operators.txt: - info about json-serialization of xdoc was added
5930:
5931: * tests/256.html: - tests for json-serialization xdoc were added
5932:
5933: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5934:
5935: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5936: classes/json.C, classes/xdoc.C: - now json:string can serialize
5937: xdoc-objects. options (the same as ^xdoc.string[]) could be
5938: specified in $.xdoc[] ( new feature: #265 )
5939:
5940: 2011-05-15 misha
5941:
5942: * tests/268.html: - tests for ^table.count[with options] were added
5943:
5944: * src/classes/table.C: - method ^table.count[] now can accept
5945: options ( new feature: #93 ): ^table.count[column] returns number
5946: of columns for named table; ^table.count[cells] returns number of
5947: cells in the current row; ^table.count[] & ^table.count[rows]
5948: return number of rows in a table.
5949:
5950: * tests/267.html: - test for checking switch/case in boolean mode
5951: was added
5952:
5953: * src/classes/op.C: - if switch's or case's value is bool, they are
5954: compared as bool values, not as double values: new feature: #351
5955:
5956: 2011-05-06 misha
5957:
5958: * tests/242.html: - EOL before EOF was added
5959:
5960: * tests/169.html: - tests for splitting empty string and void were
5961: added
5962:
5963: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5964: returned table with one empty cell)
5965:
5966: 2011-04-03 misha
5967:
5968: * src/include/pa_version.h, configure.in: - version in head was
5969: changed to 3.4.2b
5970:
5971: 2011-03-30 misha
5972:
5973: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5974: as well ( new feature #294 )
5975:
5976: 2011-03-29 misha
5977:
5978: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5979: limited to approx. 6 MB. previous limits were too big for real
5980: life. bugfix: #216
5981:
5982: 2011-03-04 moko
5983:
5984: * etc/parser3.charsets/cp866.cfg: Conforms to
5985: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5986:
5987: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5988: vlalek@
5989:
5990: 2011-02-22 misha
5991:
5992: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5993: be under #ifdef XML or parser can't be compiled without xml
5994: support
5995:
5996: 2011-02-21 misha
5997:
1.116 moko 5998: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5999: ApacheModuleParser3.vcproj was removed
6000:
6001: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6002: removed)
6003:
6004: 2011-02-20 misha
6005:
6006: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6007: $.overridden in ^reflection:method_info[...] were added
6008:
6009: * src/classes/reflection.C: - beautifying result of
6010: ^reflection:method_info[] ($.overridden/inherited)
6011:
6012: 2011-02-18 misha
6013:
6014: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6015: and pa_isalnum instead of isalpha and isalnum - bug with
6016: redundand quoting lowercased latin chars while building email
6017: body was fixed
6018:
6019: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6020: added (they check for latin chars only)
6021:
6022: 2011-02-16 misha
6023:
6024: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6025: string size for transcoding gave too small value (should ever
6026: look for availability char in dest charset inspite of the char
6027: size)
6028:
6029: 2011-02-04 moko
6030:
6031: * tests/223.html: header values now not url-encoded (issue #195)
6032:
6033: 2011-02-01 misha
6034:
6035: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6036:
6037: 2011-01-31 misha
6038:
6039: * src/main/pa_request.C: - throw exception if param file_name in
6040: use_file is empty
6041:
6042: 2011-01-08 moko
6043:
6044: * src/classes/curl.C: compilations errors fixed
6045:
6046: 2010-12-29 moko
6047:
6048: * tests/: 265.html, results/265.processed: test for issue #200
6049: added
6050:
6051: * src/main/pa_string.C: empty regex result check added (fixes issue
6052: #200)
6053:
6054: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6055:
6056: * tests/results/223.processed: header values now not url-encoded
6057: (issue #195)
6058:
6059: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6060: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6061: pa_http_safe_header_name added for headers names (fixes bug #195)
6062:
6063: 2010-12-18 misha
6064:
6065: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6066: => pa-include
6067:
6068: 2010-11-28 moko
6069:
6070: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6071:
6072: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6073: -> pa
6074:
6075: * configure.in: apr -> pa
6076:
6077: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6078:
6079: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6080: classes/Makefile.am, types/Makefile.am: apr -> pa
6081:
6082: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6083: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6084: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6085: pa-include/pa_apr.h, pa-include/pa_errno.h,
6086: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6087: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6088: module apr name conflict resolved)
6089:
6090: 2010-11-27 misha
6091:
6092: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6093: libbz2
6094:
6095: 2010-11-26 misha
6096:
6097: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6098: warnings removed
6099:
6100: 2010-11-25 moko
6101:
6102: * operators.txt: $.indent(true)
6103:
6104: * operators.txt: another bugfix. :)
6105:
6106: * operators.txt: bugfix. :)
6107:
6108: * buildall-with-xml: libxml2-2.7.8 + with-apache
6109:
6110: 2010-11-24 moko
6111:
1.116 moko 6112: * configure: apxs support
1.95 moko 6113:
6114: * configure.in: apxs support -Bstatic gc removed for OS X
6115:
6116: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6117:
6118: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6119: THREAD_LOCAL usage
6120:
6121: * src/: classes/curl.C, include/pa_config_includes.h,
6122: main/pa_globals.C: THREAD_LOCAL defined and used
6123:
6124: 2010-11-23 moko
6125:
6126: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6127: should be passed to pa_sleep, and only fractional part (bugfix:
6128: #188)
6129:
6130: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6131:
6132: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6133: GC_dont_gc=1, as in cgi version
6134:
6135: * src/targets/apache/mod_parser3.c: warning war
6136:
6137: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6138: pa_httpd.h: version removed, some trash removed
6139:
6140: * src/targets/apache/mod_parser3.c: version removed (we don't want
6141: to show it), warning war
6142:
6143: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6144: pa_httpd.h: parser_status_allowed removed + merge config
6145: functions removed (override is the default) + beauty
6146:
6147: * src/: include/pa_request.h, main/pa_request.C,
6148: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6149: hide $status used in apache module removed
6150:
6151: 2010-11-18 moko
6152:
6153: * operators.txt: $.table[compact] added for ^json:string[]
6154:
6155: 2010-11-16 moko
6156:
6157: * src/targets/apache/mod_parser3.c: some cleanup done
6158:
6159: * src/main/untaint.C: bugfix: first, second String::Body argument
6160: is hashcode; second, info.fragment_begin is original, not
6161: resulting length
6162:
6163: * src/classes/file.C: new feature: $.stdin now untainted
6164:
6165: * tests/results/264.processed: new feature: $.stdin[] now untainted
6166:
6167: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6168:
6169: * src/classes/op.C: ^apply-taint[] method added
6170:
6171: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6172: added; $.stdin untaint test added
6173:
6174: 2010-11-15 moko
6175:
6176: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6177: removed
6178:
6179: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6180: pa_httpd.h: 2x2 calculated under apache2. :)
6181:
6182: 2010-11-13 moko
6183:
6184: * src/targets/apache/mod_parser3.c: initial changes to build module
6185: with apache 2.x includes
6186:
6187: * src/targets/apache/: Makefile.am, mod_parser3.c,
6188: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6189: united apache 1.3 / apache 2.x DSO module
6190:
6191: 2010-11-09 moko
6192:
6193: * src/types/pa_method.h: check added to dissallow @method[name;*]
6194: syntax
6195:
6196: * tests/: 263.html, results/263.processed: test from method[*args]
6197: added
6198:
6199: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6200: number of params can now be passed to a method declared with *arg
6201:
6202: 2010-11-06 moko
6203:
6204: * src/classes/table.C: formating fixed. :)
6205:
6206: * src/classes/table.C: closes #4: ^table.select now supports
6207: $.limit(), $.offset, $.reverse() options
6208:
6209: * tests/: 262.html, results/262.processed: test for ^table:select
6210: with options added (feature #4)
6211:
6212: * src/include/pa_array.h: remove function added
6213:
6214: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6215: object in get_element/put_element, using static one.
6216:
6217: 2010-11-04 moko
6218:
6219: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6220: options is passed
6221:
6222: * tests/: 256.html, results/256.processed: $.table[compact] feature
6223: now tested; k and p in handler now tested.
6224:
6225: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6226: $.table[compact] feature added
6227:
6228: * src/classes/json.C: key is now passed to handler in
6229: value_json_string; ^json:string result now process tainting
6230: inside and returns clean string, related to issue #153
6231:
6232: * src/main/untaint.C: bugfix: charset can be null (in
6233: ^string:save[] as example), thus check is added
6234:
6235: 2010-10-31 moko
6236:
6237: * src/classes/string.C: error message changed (fixes issue #149)
6238:
6239: 2010-10-29 moko
6240:
6241: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6242: port is not default (fixes issue #155); exception on invalid port
6243: added.
6244:
6245: * src/main/untaint.C: '*' is now not urlencoded to allow header
6246: "Accept: */*" to be passed
6247:
6248: 2010-10-28 moko
6249:
6250: * src/classes/curl.C: bugfix: detect_charset() was throwing
6251: exception on unknown charset even if response_charset was
6252: specified
6253:
6254: 2010-10-27 moko
6255:
6256: * src/classes/string.C: ^string.append removed for void
6257: compatibility
6258:
6259: 2010-10-26 moko
6260:
6261: * src/classes/json.C: libjson supports array at top level, we too
6262: (GPF fixed)
6263:
6264: 2010-10-25 moko
6265:
6266: * tests/: 253.html, results/253.processed: libjson supports array
6267: at top level, parser now supports it as well.
6268:
6269: * tests/261.html, tests/results/261.processed,
6270: src/types/pa_vstring.h: empty string is now void compatible
6271: (allows $empty.key)
6272:
6273: 2010-10-22 misha
6274:
6275: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6276: while adding additional expires checkout)
6277:
6278: * tests/030.html: - test for session cookie was added
6279:
6280: 2010-10-21 moko
6281:
6282: * src/: classes/string.C, classes/void.C, main/execute.C,
6283: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6284: string (feature #111)
6285:
6286: * tests/: 261.html, results/261.processed: checks void from string
6287: inheritance (feature #111)
6288:
6289: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6290: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6291: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6292: now true by default
6293:
6294: 2010-10-17 moko
6295:
6296: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6297: upload now uses binary blocks instead of L_FILE_POST tainting.
6298: (bugfix: #128)
6299:
6300: * tests/: 223.html, results/223.processed: binary file upload test
6301: added, GPF (issue #128) also checked in this test
6302:
6303: 2010-10-13 misha
6304:
6305: * tests/260.html: - test for math:convert
6306:
6307: * src/classes/math.C: - error in math:convert was fixed
6308:
6309: * operators.txt: - info about
6310: ^math:convert[number](from-base;to-base) was added
6311:
6312: * src/classes/math.C: - method
6313: ^math:convert[number](from-base;to-base) for converting number
6314: represention from one base to another was added ( new feature:
6315: #23 )
6316:
6317: 2010-10-13 moko
6318:
6319: * src/main/compile.tab.C: [] now is empty string, not void
6320:
6321: * src/main/compile.y: [] now is empty string, not void
6322:
6323: * src/types/pa_vvoid.h: void now passed as parameter
6324:
6325: * tests/: 259.html, results/259.processed: to test difference
6326: between void and empty string (see ticket #111)
6327:
6328: * tests/results/152.processed: $sEmpty[] is now empty string, not
6329: void
6330:
6331: * tests/256.html: $s[$void] is no longer empty string
6332:
6333: * tests/254.html: empty string is no longer void
6334:
6335: 2010-10-12 misha
6336:
6337: * src/types/pa_vcookie.C: - check if $.expires value can be
6338: converted to date during cookies set up ( bugfix: #104 )
6339:
6340: * tests/041.html: - more tests for ^table.locate were added
6341:
6342: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6343: work ( bugfix: #129 ) - exception comment for incorrect options
6344: ^table.locate[field;value;options] was fixed
6345:
6346: 2010-10-10 moko
6347:
6348: * src/: classes/reflection.C, main/execute.C: constructor returning
6349: another object feature returned
6350:
6351: * tests/results/258.processed: test result updated as constructor
6352: returning another object feature returned
6353:
6354: * tests/: 258.html, results/258.processed: test for constructor
6355: returning another object
6356:
6357: 2010-10-08 misha
6358:
6359: * tests/257.html: - whitespaces after @METACOMMANDS and their
6360: options shouldn't cause exceptions any longer
6361:
6362: 2010-10-06 moko
6363:
6364: * src/classes/: hash.C, table.C: length from sql server is now
6365: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6366:
6367: 2010-10-02 misha
6368:
6369: * operators.txt: - the X mark was removed from ^cache[file]. it is
6370: usable to delete cache file.
6371:
6372: 2010-10-02 moko
6373:
6374: * tests/: 253.html, results/253.processed: hook_key added for key
6375: checking
6376:
6377: * src/classes/json.C: null key bug fixed
6378:
6379: 2010-09-29 misha
6380:
6381: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6382:
6383: 2010-09-25 moko
6384:
6385: * src/classes/json.C: small fixed
6386:
6387: * tests/results/: 253.processed, 255.processed: just updated
6388:
6389: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6390: results/255.processed: charset transcode test added for
6391: json:parse
6392:
6393: 2010-09-24 moko
6394:
6395: * src/types/pa_value.h: warning war :)
6396:
6397: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6398: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6399: ^json:string
6400:
6401: 2010-09-22 moko
6402:
6403: * src/main/pa_charset.C: parser charset tables declare only
6404: white-space before 0x20, thus adding the missing chars
6405:
6406: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6407: to http://unicode.org/Public/MAPPINGS/VENDORS/
6408:
6409: 2010-09-21 misha
6410:
6411: * src/main/compile.y: - some semicolons were added (VS2010 don't
6412: want to compile grammar if they are absent)
6413:
6414: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6415:
6416: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6417:
6418: * src/main/main.vcproj: - path to bison is changed
6419:
6420: 2010-09-21 moko
6421:
1.116 moko 6422: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6423: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6424: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6425:
6426: 2010-09-20 misha
6427:
6428: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6429:
6430: * src/classes/json.C: - add EOL while json-serializing hash
6431:
6432: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6433: compilers don't like 'ES'.
6434:
6435: 2010-09-17 misha
6436:
6437: * operators.txt: - info about json class was added
6438:
6439: * src/classes/json.C: - ^json:string[object]
6440:
6441: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6442: preventing infinite recursion while executing json:string was
6443: added
6444:
6445: * src/include/pa_string.h: - method append_quoted was added
6446:
6447: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6448: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6449: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6450: was added to Value & Co
6451:
6452: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6453: were used
6454:
6455: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6456: were added
6457:
6458: 2010-09-10 moko
6459:
6460: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6461: die_or_abort (backport from 3.4.1)
6462:
6463: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6464: die_or_abort (bugfix: #106)
6465:
6466: 2010-09-09 moko
6467:
6468: * src/classes/json.C: warning war. :)
6469:
6470: 2010-09-08 misha
6471:
6472: * src/lib/json/Makefile.am: - additional include directories were
6473: added (for pa_memory.h and gc.h)
6474:
6475: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6476: compile as C++ instead default - additional include directory was
6477: added (for gc.h)
6478:
6479: * src/types/pa_vform.C: - little code reformating
6480:
6481: * src/classes/file.C: - $.content-type option now can be specified
6482: in ^file::create ( new feature: #102 )
6483:
6484: 2010-09-08 moko
6485:
6486: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6487: pa_malloc/pa_free
6488:
6489: 2010-09-07 moko
6490:
6491: * tests/results/254.processed: VStateless_class:put_element
6492: exception was fixed
6493:
6494: * src/types/: pa_value.h, pa_vstateless_class.h: now
6495: VStateless_class:put_element barks self.type, not this.type
6496: (bugfix: #105)
6497:
6498: 2010-09-06 moko
6499:
6500: * src/classes/reflection.C: bugfix: new String() is required for
6501: exception handling
6502:
6503: * tests/: 254.html, results/254.processed: test modified
6504:
6505: 2010-09-05 moko
6506:
6507: * tests/: 254.html, results/254.processed: ^reflection:copy test
6508: added
6509:
6510: * src/: classes/reflection.C, include/pa_request.h:
6511: ^reflection:copy implemented (new feature: #100)
6512:
6513: 2010-09-03 moko
6514:
6515: * src/lib/json/JSON_parser.C: c++ compatiblity
6516:
6517: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6518: option testing added
6519:
6520: 2010-09-02 moko
6521:
6522: * src/classes/json.C: $.distinct[first|last|all] added
6523:
6524: 2010-09-01 moko
6525:
6526: * tests/results/253.processed: json test result
6527:
6528: * tests/: 253.html, 253_json.txt: json test added
6529:
6530: * src/classes/json.C: json.C update to actual version + hash key
6531: creation bugfix
6532:
6533: 2010-08-31 misha
6534:
6535: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6536: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6537: src/lib/Makefile.am, src/classes/Makefile.am,
6538: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6539: json library was added
6540:
6541: 2010-08-30 moko
6542:
6543: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6544: types/pa_vobject.C: cosmetic optimization in
6545: request:execute_method usage
6546:
6547: * src/: include/pa_charset.h, main/pa_charset.C: small
6548: optimization, just to decrease number of lines. :)
6549:
6550: 2010-08-27 misha
6551:
6552: * src/classes/op.C: - taint[json] was added
6553:
6554: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6555: were added
6556:
6557: * src/main/pa_exec.C: - warning fix was rolled back.
6558:
6559: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6560: include/pa_string.h: - taint[json] was added - escaping was
6561: slightly modified
6562:
6563: 2010-08-25 misha
6564:
6565: * src/classes/file.C: - typo in file:sql exception was fixed
6566:
6567: * src/main/pa_exec.C: - warning about declared and not used
6568: variable forced_allow was removed
6569:
6570: 2010-08-14 misha
6571:
6572: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6573: were removed
6574:
6575: 2010-08-11 moko
6576:
6577: * tests/: 249.html, results/249.processed: default setter and
6578: anti-recursive default getter test added
6579:
6580: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6581: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6582: types/pa_vobject.h, types/pa_vstateless_class.C,
6583: types/pa_vstateless_class.h: default setter support +
6584: anti-recursive default getter support ( new feature: #13 )
6585:
6586: * src/include/pa_hash.h: optimization: threshold member removed
6587: from hash, reducing sizeof(hash)
6588:
6589: 2010-08-10 misha
6590:
6591: * tests/196.html: - junction-method was added to the test
6592:
6593: * tests/248.html: - ups. typo :)
6594:
6595: * tests/248.html: - test for checking .match with 4 params
6596:
6597: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6598: 247_windows1251.txt: - test for "transcode file from utf-8 to
6599: $request:charset during loading if the BOM code is detected"
6600:
6601: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6602: $request:charset during loading if the BOM code is detected ( new
6603: feature: #98 )
6604:
6605: 2010-08-05 misha
6606:
6607: * src/classes/image.C: - ^image.replace now can accept only 2
6608: params. in this case the whole image is affected ( new feature:
6609: #95 )
6610:
6611: 2010-08-04 misha
6612:
6613: * tests/246.html: - test tor ^hash._at[] was added
6614:
6615: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6616: #53 )
6617:
6618: * src/include/pa_hash.h: - methods for accessing the first and the
6619: last values of ordered hash were added (first_value and
6620: last_value)
6621:
6622: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6623: (similar to others file's methods):
6624: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6625: #68 )
6626:
6627: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6628:
6629: 2010-08-01 moko
6630:
6631: * src/classes/op.C: to correctly process $result[] in code, called
6632: from ^process
6633:
6634: * tests/245.html: $result in ^process[] test added
6635:
6636: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6637: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6638: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6639: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6640: caller, self) op_call(VMethodFrame &frame, bool constructing)
6641: removed, construct(class,method) added
6642:
6643: * tests/results/: 192.processed, 244.processed: request::construct
6644: added
6645:
6646: * tests/: 244.html, 245.html, results/244.processed,
6647: results/245.processed: object creation exceptions and ^process
6648: tests added
6649:
6650: 2010-07-28 misha
6651:
6652: * tests/make_tests.cmd: - win32 EOLs
6653:
6654: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6655: tests on Win32 were added (The system timezone should be GMT+3)
6656:
6657: 2010-07-26 misha
6658:
6659: * tests/: 212.html, results/212.processed: - sizes were removed
6660: mecause they could be different on different OSs
6661:
6662: * tests/065.html: - make it "win32 friendly"
6663:
6664: 2010-07-25 misha
6665:
6666: * src/main/compile.y: - all EOLs between methods are removed during
6667: compilation ( new feature: #47 )
6668:
6669: * tests/results/149.processed: - prepare tests to trim trailing
6670: methods' EOLs
6671:
6672: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6673:
6674: * tests/: results/006.processed, results/014.processed, 006.html,
6675: 014.html, 022.html: - prepare tests to trim trailing methods'
6676: EOLs
6677:
6678: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6679: results/071.processed, results/022.processed: - prepare tests to
6680: trim trailing methods' EOLs
6681:
6682: * tests/: results/073.processed, results/109.processed,
6683: results/142.processed, results/144.processed,
6684: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6685: 144.html: - prepare tests to trim trailing methods' EOLs
6686:
6687: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6688: 149.html, 152.html, results/096.processed, results/107.processed,
6689: results/109.processed, results/142.processed,
6690: results/144.processed: - prepare tests to trim trailing methods'
6691: EOLs
6692:
6693: 2010-07-24 moko
6694:
6695: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6696: the hash order in this test
6697:
6698: * tests/014.html: to check hash order, hash no is longer sorted
6699: before print
6700:
6701: * src/include/pa_hash.h: hash copy constructor now keeps order
6702: (bugfix: #54)
6703:
6704: 2010-07-23 moko
6705:
6706: * tests/results/224.processed: @auto[] is no longer inherited
6707:
6708: * src/types/pa_vstateless_class.C, tests/227.html,
6709: tests/results/227.processed: @auto[] is no longer inherited
6710: (bugfix: #57)
6711:
6712: 2010-07-22 misha
6713:
6714: * src/classes/table.C: - don't skip comment lines during
6715: table::load if encloser or separator is set as '#' ( new feature:
6716: #30 )
6717:
6718: * src/targets/cgi/parser3.C: - don't run as cgi if
6719: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6720: #12 )
6721:
6722: * src/classes/file.C: - set PARSER_VARSION env before external
6723: script executing
6724:
6725: 2010-07-13 misha
6726:
6727: * tests/058.html: - test for suppressing @border was added - test
6728: for user attribute was added
6729:
6730: * tests/results/186.processed: unescaping from \uXXXX
6731:
6732: * tests/186.html: unescaping from \uXXXX
6733:
6734: * tests/: 239.html, results/239.processed: method call type
6735:
6736: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6737: $junction_method.CLASS_NAME (+CLASS)
6738:
6739: 2010-07-07 misha
6740:
6741: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6742: *nix
6743:
6744: 2010-07-05 misha
6745:
6746: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6747: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6748: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6749: comment strings "options must be hash", "options must be hash,
6750: not code" and "called with invalid option" were replaced by
6751: constatns - exception comment string "invalid option passed" was
6752: replaced by "called with invalid option" (now in different
6753: methods are the same exception comment string)
6754:
6755: * src/include/pa_exception.h: - more exception strings were defined
6756:
6757: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6758: types/pa_vstateless_class.h: - now we can define possible
6759: method's call type ( new feature: #5 ) 1.
6760: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6761: methods 2. @static:method[params] (only static keyword could be
6762: used here) -- for specified methods
6763:
6764: * src/main/pa_common.C: - junction points should not be deleted on
6765: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6766: cleanup
6767:
6768: 2010-07-03 misha
6769:
6770: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6771: results/158.processed, results/160.processed,
6772: results/161.processed, results/162.processed,
6773: results/163.processed: - prepare tests to trim trailing methods'
6774: EOLs
6775:
6776: * tests/results/169.processed: - prepare tests to trim trailing
6777: methods' EOLs
6778:
6779: * tests/results/: 168.processed, 169.processed: - prepare tests to
6780: trim trailing methods' EOLs
6781:
6782: * tests/: results/170.processed, results/167.processed,
6783: results/168.processed, results/169.processed, 167.html, 168.html,
6784: 169.html: - prepare tests to trim trailing methods' EOLs
6785:
6786: * tests/: results/170.processed, results/171.processed,
6787: results/172.processed, results/173.processed,
6788: results/174.processed, results/175.processed, 170.html, 171.html,
6789: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6790: trailing methods' EOLs
6791:
6792: * tests/: results/176.processed, results/180.processed,
6793: results/184.processed, results/185.processed,
6794: results/191.processed, results/192.processed,
6795: results/196.processed, results/197.processed,
6796: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6797: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6798: to trim trailing methods' EOLs
6799:
6800: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6801: results/199.processed, results/208.processed,
6802: results/209.processed, results/213.processed,
6803: results/214.processed: - prepare tests to trim trailing methods'
6804: EOLs
6805:
6806: 2010-06-29 misha
6807:
6808: * tests/: 220.html, 218.html, results/218.processed,
6809: results/215.processed, results/217.processed, 215.html, 217.html:
6810: - prepare tests to trim trailing methods' EOLs
6811:
6812: * tests/: results/224.processed, 224.html, 223.html,
6813: results/223.processed, results/220.processed: - prepare tests to
6814: trim trailing methods' EOLs
6815:
6816: * tests/results/: 226.processed, 230.processed: - prepare tests to
6817: trim trailing methods' EOLs
6818:
6819: * tests/: 229.html, results/229.processed: - prepare tests to trim
6820: trailing methods' EOLs
6821:
6822: * tests/: 232.html, 235.html, results/232.processed,
6823: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6824: results/226.processed, results/227.processed,
6825: results/228.processed, results/230.processed: - prepare tests to
6826: trim trailing methods' EOLs
6827:
6828: 2010-06-16 moko
6829:
6830: * tests/: 229.html, results/229.processed: elseif now supported in
6831: ^if
6832:
6833: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6834:
6835: 2010-06-03 misha
6836:
6837: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6838: instead of memcopy for overlaped regions
6839:
6840: 2010-05-25 misha
6841:
6842: * src/main/pa_common.C: - wanring about unused vars was removed
6843:
6844: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6845: get_method_filename was moved to execute.C
6846:
6847: 2010-05-23 misha
6848:
6849: * src/main/pa_request.C: - more accurate detection of method's file
6850:
6851: 2010-05-22 misha
6852:
6853: * src/classes/reflection.C: - bugfix: core during detection of
6854: .file if filespec isn't detected successfully
6855:
6856: 2010-05-20 misha
6857:
6858: * src/main/pa_request.C: - fix in get_method_filename
6859:
6860: * src/include/pa_request.h: - new feature: #24 -- searching
6861: included file in @USE/^use is changed. if its filespec doesn't
6862: start from '/' it will be searched in caller file directory
6863:
6864: * src/classes/reflection.C: - ^reflection:method_info returns file
6865: where the method is defined
6866:
6867: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6868: classes/op.C: - new feature: #24 -- searching included file in
6869: @USE/^use is changed. if its filespec doesn't start from '/' it
6870: will be searched in caller file directory
6871:
6872: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6873: is moved to pa_common.h
6874:
6875: 2010-05-18 misha
6876:
6877: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6878: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6879: cookie parser decode \uXXXX as well as %uXXXX
6880:
6881: 2010-05-17 misha
6882:
6883: * src/classes/curl.C: beauty: - unused param is removed in method
6884: _curl_version_action - some spaces were removed or replaced by
6885: tabs
6886:
6887: * src/classes/table.C: - bugfix: #72 core with empty value during
6888: ^table.hash[...;name_of_the_last_column][$.type[string]]
6889:
6890: 2010-05-16 misha
6891:
6892: * src/classes/curl.C: new: #61 more curl options were added
6893: (contributed by Sumo)
6894:
6895: 2010-04-29 pretender
6896:
6897: * src/main/pa_string.C: fixes #63 Split result from empty string
6898: now empty string.
6899:
6900: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6901: string type.
6902:
6903: 2010-04-28 pretender
6904:
6905: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6906: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6907: macrodefinition removed
6908:
6909: 2010-04-19 pretender
6910:
6911: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6912: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6913:
6914: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6915: fixes #64 Now file.missing exception generates in unsafe mode to.
6916:
6917: * src/classes/file.C: fixes #48 Now not throw "not save environment
6918: variable" exception in grpunlim version.
6919:
6920: 2010-04-05 misha
6921:
6922: * src/classes/string.C: - new feature: 4th param was added to
6923: match. if specified its value is returned in case of nothing was
6924: found
6925:
6926: 2010-04-01 misha
6927:
6928: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6929: multiple execution of /a/b/auto.p
6930:
6931: 2010-03-19 misha
6932:
6933: * src/main/execute.C: - core in $table1.$table2 was fixed
6934:
6935: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6936:
6937: 2010-01-27 misha
6938:
6939: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6940: trying to open file by path /existing-file/non-exixting-file
6941:
6942: 2010-01-26 misha
6943:
6944: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6945: was added (returns file)
6946:
6947: 2009-12-22 misha
6948:
6949: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6950: now parser doesn't have class curl if it was built without it
6951:
6952: 2009-12-15 misha
6953:
6954: * configure.in: - little cheat with curl include dir was added
6955:
6956: 2009-12-05 misha
6957:
6958: * src/classes/curl.C: - some fixes
6959:
6960: 2009-12-04 misha
6961:
6962: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6963: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6964: buildall-with-xml, buildall-without-xml, configure.in: - curl
6965: class was added
6966:
6967: * src/include/pa_hash.h: - hash-iterator was added
6968:
6969: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6970: was added to pcre
6971:
6972: 2009-11-27 misha
6973:
6974: * src/classes/image.C: - don't add @border attribute to output of
6975: ^image.html[] if it was specified by user with empty value
6976:
6977: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6978: root element and we are trying to access .documentElement
6979:
6980: 2009-11-11 misha
6981:
6982: * src/classes/table.C: - in ^table.flip[] look at number of columns
6983: instead of number of items in first row for named tables
6984:
6985: 2009-11-10 misha
6986:
6987: * operators.txt: - info about hash-options in ^file::create was
6988: added
6989:
6990: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6991: added
6992:
6993: 2009-11-09 misha
6994:
6995: * buildall-with-xml: - moving to libxml 2.7.6
6996:
6997: * tests/236.html: - tests for comparations cords with functions
6998: were added
6999:
7000: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7001: added
7002:
7003: * src/main/pa_http.C: - little optimisation
7004:
7005: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7006: GPF mallocs + stringstream (table.save)
7007:
7008: * src/classes/file.C: - file::create now accepts 4th param: options
7009: with $.charset
7010:
7011: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7012: bug in cord (comparation cords with functions was buggy)
7013:
7014: 2009-11-06 misha
7015:
7016: * src/main/pa_string.C: - bugfix: calculation string.length
7017: sometimes was buggy
7018:
7019: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7020: destroyed if exception occured during match/replace
7021:
7022: * src/: main/pa_charset.C, include/pa_charset.h: - method
7023: lengthUTF8Char was added
7024:
7025: * src/classes/op.C: - clean tainting lang was added for user's
7026: usage
7027:
7028: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7029: fixed: checkouts are required after GC_MALLOC
7030:
7031: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7032:
7033: * operators.txt: - actually, there is no ^untaint[xml] in
7034: file::create
7035:
7036: 2009-10-15 misha
7037:
7038: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7039: were added
7040:
7041: * tests/234.html: - more tests for checking ^taint[uri] escaping
7042: were added
7043:
7044: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7045: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7046: hacking: for dealing with transcoding+^taint[uri]
7047: transcode_and_untaint was replaced by untaint_and_transcode
7048:
7049: 2009-10-13 misha
7050:
7051: * tests/: 121.html, results/121.processed: - test transcoding +
7052: url-escaping now
7053:
7054: * tests/results/auto.p: - more helpers' methods were added
7055:
7056: * src/main/pa_globals.C: - die instead of abort
7057:
7058: 2009-10-06 misha
7059:
7060: * src/main/pa_common.C: - don't allocate memory during
7061: capitalization if input string is already capitalized
7062:
7063: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7064:
7065: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7066: use format function because it calls malloc
7067:
7068: * src/include/pa_common.h: - more capitalized headers were added
7069:
7070: * src/main/pa_common.C: - in safe mode clear executable bits during
7071: file writing
7072:
7073: 2009-10-05 misha
7074:
7075: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7076:
7077: 2009-10-03 misha
7078:
7079: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7080: ^img.text[] & ^img.length[] can work in utf-8 now
7081:
7082: * src/: include/pa_charset.h, main/pa_charset.C: - class
7083: UTF8_string_iterator was added
7084:
7085: * src/classes/image.C: - respect utf-8 when calculate alphabet
7086: length
7087:
7088: * src/classes/mail.C: - check from before get message.cstr
7089:
7090: 2009-10-02 misha
7091:
7092: * tests/233.html: - test for image.font, image.length, image.text
7093: with text in utf-8 were added
7094:
7095: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7096:
7097: * buildall-with-xml, buildall-without-xml: - comment about gc
7098: version for freebsd 4 was added
7099:
7100: 2009-10-01 misha
7101:
7102: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7103: terminator) - read_pipe were slightly optimized
7104:
7105: 2009-09-28 misha
7106:
7107: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7108: removed
7109:
7110: * src/types/pa_vmail.C: - forgot about space after ':'
7111:
7112: * src/types/pa_vmail.C: - escape filenames while preparing mail
7113: body - small simplifications
7114:
7115: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7116: inout params like pa_base64
7117:
7118: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7119: option $.debug-print(1) was added to mail:send - changes for
7120: using uue_encode which uses less memory
7121:
7122: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7123:
7124: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7125: memory now
7126:
7127: 2009-09-26 misha
7128:
7129: * src/types/pa_vmail.C: - default encoding now is base64
7130:
7131: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7132:
7133: 2009-09-25 misha
7134:
7135: * src/types/pa_vmail.C: - capitalization of headers was added to
7136: sending mail as well
7137:
7138: * buildall-with-xml: - catalog package was removed from libxml
7139:
7140: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7141: win32 absolute path
7142:
7143: * src/include/pa_common.h: - one more capitalized header was added
7144:
7145: 2009-09-22 misha
7146:
7147: * INSTALL: - comment about building just httpd binary while
7148: building apache module was added
7149:
7150: 2009-09-21 misha
7151:
7152: * buildall-with-xml: - moving to the latest versions of xml libs:
7153: libxml 2.7.4 and libxslt 1.1.25
7154:
7155: 2009-09-19 misha
7156:
7157: * tests/231.html: - test for encoding cookie in win-1251
7158:
7159: 2009-09-18 misha
7160:
7161: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7162: object] were added
7163:
7164: * operators.txt: - info about method ^reflection:fields[class or
7165: object] was added
7166:
7167: * src/classes/reflection.C: - method ^reflection:fields[class or
7168: object] was added
7169:
7170: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7171: methods get_fields were added
7172:
7173: * tests/232.html: - tests for @GET[name]
7174:
7175: * src/classes/table.C: - some changes in handling hash-options for
7176: creare, join and locate
7177:
7178: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7179: defined with option: the type of requested value
7180:
7181: 2009-09-17 misha
7182:
7183: * tests/212.html: - tests for .pattern and .options were added
7184:
7185: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7186: $regex.options were added
7187:
7188: 2009-09-11 misha
7189:
7190: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7191: rewrited. it checks not just one case of sending cookies during
7192: file::load[http], but also sending headers and fields (including
7193: files)
7194:
7195: 2009-09-10 misha
7196:
7197: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7198: was removed => now parser can open files with Russian 'r' in
7199: filename
7200:
7201: * src/main/untaint.C: - bugfix: client charset whould be analized
7202: while escaping cookies but now source charset
7203:
7204: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7205: ^tainted[uri] so it was possible to make request with incorrect
7206: http header
7207:
7208: * src/main/pa_http.C: - capitalization of http headers during
7209: file::load[http was slightly changes - bugfix: all headers which
7210: parser sends during file::load[http should be transcoded and only
7211: then escaped
7212:
7213: * src/main/untaint.C: - a bit more comments were added
7214:
7215: * src/classes/: file.C, string.C: - types where changes (minus 2
7216: warnings)
7217:
7218: * src/include/pa_common.h: - 2 capitalized strings for making http
7219: headers during file::load[http were added
7220:
7221: 2009-09-08 misha
7222:
7223: * operators.txt: - changes in file.save and string.save were added
7224:
7225: * tests/: 230.html, 230.txt: - tests for checking options in
7226: file.save and string.save were added
7227:
7228: * src/main/pa_request.C: - http headers names, which are passed to
7229: SAPI::add_header_attribute are lowercased now (it'll be
7230: capitalized in that method)
7231:
7232: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7233: classes/string.C: - file_write accepts Request_charsets and asked
7234: charset and cound transcode content before writing - string.save
7235: and file.save have option $.charset now
7236:
7237: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7238: classes/xdoc.C: - file_write accepts Request_charsets and asked
7239: charset and cound transcode content before writing
7240:
7241: * src/include/pa_exception.h: - new exception comment string was
7242: defined
7243:
7244: 2009-09-07 misha
7245:
7246: * src/main/compile.y: - grammar $name\ name stops now for regex
7247: sub-pattern\s
7248:
7249: 2009-09-04 misha
7250:
7251: * src/main/pa_http.C: - capitalization of http headers during
7252: file::load[http was implemented
7253:
7254: 2009-09-03 misha
7255:
7256: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7257: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7258: types/pa_vmail.C, targets/cgi/parser3.C,
7259: targets/isapi/parser3isapi.C: - back to storing response http
7260: headers in lowercase - capitalize them during output
7261:
7262: 2009-08-31 misha
7263:
7264: * src/classes/table.C: - allow call with any brackets (it could be
7265: useful in methods with explict result declaration)
7266:
7267: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7268: correctly if $request:charset==koi8-r
7269:
7270: 2009-08-30 misha
7271:
7272: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7273: changed: content-type => Content-type and so on
7274:
7275: * src/classes/file.C, src/include/pa_common.h,
7276: src/include/pa_request.h, src/main/pa_http.C,
7277: src/main/pa_request.C, src/types/pa_vcookie.C,
7278: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7279: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7280: tests/results/002.processed, tests/results/003.processed,
7281: tests/results/004.processed, tests/results/005.processed,
7282: tests/results/006.processed, tests/results/007.processed,
7283: tests/results/008.processed, tests/results/009.processed,
7284: tests/results/010.processed, tests/results/011.processed,
7285: tests/results/012.processed, tests/results/013.processed,
7286: tests/results/014.processed, tests/results/015.processed,
7287: tests/results/016.processed, tests/results/017.processed,
7288: tests/results/018.processed, tests/results/019.processed,
7289: tests/results/020.processed, tests/results/021.processed,
7290: tests/results/022.processed, tests/results/023.processed,
7291: tests/results/024.processed, tests/results/025.processed,
7292: tests/results/026.processed, tests/results/027.processed,
7293: tests/results/028.processed, tests/results/029.processed,
7294: tests/results/030.processed, tests/results/031.processed,
7295: tests/results/032.processed, tests/results/033.processed,
7296: tests/results/034.processed, tests/results/035.processed,
7297: tests/results/036.processed, tests/results/037.processed,
7298: tests/results/038.processed, tests/results/039.processed,
7299: tests/results/040.processed, tests/results/041.processed,
7300: tests/results/042.processed, tests/results/043.processed,
7301: tests/results/044.processed, tests/results/045.processed,
7302: tests/results/046.processed, tests/results/047.processed,
7303: tests/results/048.processed, tests/results/049.processed,
7304: tests/results/050.processed, tests/results/051.processed,
7305: tests/results/052.processed, tests/results/053.processed,
7306: tests/results/054.processed, tests/results/055.processed,
7307: tests/results/056.processed, tests/results/057.processed,
7308: tests/results/058.processed, tests/results/059.processed,
7309: tests/results/060.processed, tests/results/061.processed,
7310: tests/results/062.processed, tests/results/063.processed,
7311: tests/results/064.processed, tests/results/065.processed,
7312: tests/results/066.processed, tests/results/067.processed,
7313: tests/results/068.processed, tests/results/069.processed,
7314: tests/results/070.processed, tests/results/071.processed,
7315: tests/results/072.processed, tests/results/073.processed,
7316: tests/results/074.processed, tests/results/075.processed,
7317: tests/results/076.processed, tests/results/077.processed,
7318: tests/results/078.processed, tests/results/079.processed,
7319: tests/results/080.processed, tests/results/081.processed,
7320: tests/results/082.processed, tests/results/083.processed,
7321: tests/results/084.processed, tests/results/085.processed,
7322: tests/results/086.processed, tests/results/087.processed,
7323: tests/results/088.processed, tests/results/089.processed,
7324: tests/results/090.processed, tests/results/091.processed,
7325: tests/results/092.processed, tests/results/093.processed,
7326: tests/results/094.processed, tests/results/095.processed,
7327: tests/results/096.processed, tests/results/097.processed,
7328: tests/results/098.processed, tests/results/099.processed,
7329: tests/results/100.processed, tests/results/101.processed,
7330: tests/results/102.processed, tests/results/103.processed,
7331: tests/results/104.processed, tests/results/105.processed,
7332: tests/results/106.processed, tests/results/107.processed,
7333: tests/results/108.processed, tests/results/109.processed,
7334: tests/results/110.processed, tests/results/111.processed,
7335: tests/results/112.processed, tests/results/113.processed,
7336: tests/results/114.processed, tests/results/115.processed,
7337: tests/results/116.processed, tests/results/117.processed,
7338: tests/results/118.processed, tests/results/119.processed,
7339: tests/results/120.processed, tests/results/121.processed,
7340: tests/results/122.processed, tests/results/123.processed,
7341: tests/results/124.processed, tests/results/125.processed,
7342: tests/results/126.processed, tests/results/127.processed,
7343: tests/results/128.processed, tests/results/129.processed,
7344: tests/results/130.processed, tests/results/131.processed,
7345: tests/results/132.processed, tests/results/133.processed,
7346: tests/results/134.processed, tests/results/135.processed,
7347: tests/results/136.processed, tests/results/138.processed,
7348: tests/results/139.processed, tests/results/140.processed,
7349: tests/results/141.processed, tests/results/142.processed,
7350: tests/results/143.processed, tests/results/144.processed,
7351: tests/results/145.processed, tests/results/146.processed,
7352: tests/results/147.processed, tests/results/148.processed,
7353: tests/results/149.processed, tests/results/150.processed,
7354: tests/results/151.processed, tests/results/152.processed,
7355: tests/results/153.processed, tests/results/154.processed,
7356: tests/results/155.processed, tests/results/156.processed,
7357: tests/results/157.processed, tests/results/158.processed,
7358: tests/results/159.processed, tests/results/160.processed,
7359: tests/results/161.processed, tests/results/162.processed,
7360: tests/results/163.processed, tests/results/164.processed,
7361: tests/results/165.processed, tests/results/166.processed,
7362: tests/results/167.processed, tests/results/168.processed,
7363: tests/results/169.processed, tests/results/170.processed,
7364: tests/results/171.processed, tests/results/172.processed,
7365: tests/results/173.processed, tests/results/174.processed,
7366: tests/results/175.processed, tests/results/176.processed,
7367: tests/results/177.processed, tests/results/178.processed,
7368: tests/results/179.processed, tests/results/180.processed,
7369: tests/results/181.processed, tests/results/182.processed,
7370: tests/results/183.processed, tests/results/184.processed,
7371: tests/results/185.processed, tests/results/186.processed,
7372: tests/results/187.processed, tests/results/188.processed,
7373: tests/results/189.processed, tests/results/190.processed,
7374: tests/results/191.processed, tests/results/192.processed,
7375: tests/results/193.processed, tests/results/194.processed,
7376: tests/results/195.processed, tests/results/196.processed,
7377: tests/results/197.processed, tests/results/198.processed,
7378: tests/results/199.processed, tests/results/200.processed,
7379: tests/results/201.processed, tests/results/202.processed,
7380: tests/results/203.processed, tests/results/204.processed,
7381: tests/results/205.processed, tests/results/206.processed,
7382: tests/results/207.processed, tests/results/208.processed,
7383: tests/results/209.processed, tests/results/210.processed,
7384: tests/results/211.processed, tests/results/212.processed,
7385: tests/results/213.processed, tests/results/214.processed,
7386: tests/results/215.processed, tests/results/216.processed,
7387: tests/results/217.processed, tests/results/218.processed,
7388: tests/results/219.processed, tests/results/220.processed,
7389: tests/results/221.processed, tests/results/222.processed,
7390: tests/results/223.processed, tests/results/224.processed,
7391: tests/results/225.processed, tests/results/226.processed,
7392: tests/results/227.processed, tests/results/228.processed,
7393: tests/results/229.processed: - http headers were changed:
7394: content-type => Content-type and so on
7395:
7396: 2009-08-27 misha
7397:
7398: * src/: main/pa_random.C, include/pa_random.h,
7399: targets/cgi/parser3.C: - year was updated :)
7400:
7401: 2009-08-26 misha
7402:
7403: * tests/: 224.html, 224.p: - test for creating of parser object
7404: using constructor without params - little bugfix in test
7405:
7406: * src/main/compile_tools.h: - bugfix: should't call autouse while
7407: checking existed class while processing partial option
7408:
7409: * src/classes/reflection.C: - bugfix: core when creating object
7410: with reflection and constructor doesn't have params
7411:
7412: 2009-08-24 misha
7413:
7414: * tests/229.html: - tests for checking the number of parameters
7415: were added
7416:
7417: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7418: number of method's parameters wasn't checked correctly (the bug
7419: was introduced in 3.4.0)
7420:
7421: 2009-08-22 misha
7422:
7423: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7424: transcoded, but tainted pieces are escaped only when
7425: content-type==url-encoding
7426:
7427: * tests/228.html: - test for checking
7428: ^file::load[http://...;$.body[]]
7429:
7430: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7431: post charset was too early (charsets is empty at this moment)
7432:
7433: 2009-08-21 misha
7434:
7435: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7436: main/untaint.C: - some fixes with transcode+untaint
7437:
7438: 2009-08-15 misha
7439:
7440: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7441: was increaced to 100 (was 50)
7442:
7443: * tests/227.html: - test for checking overriding properties in
7444: static classes was added
7445:
7446: * tests/: 226.html, 226.p: - test for @autoload[] was added
7447:
7448: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7449: main/execute.C, main/pa_request.C, classes/reflection.C: -
7450: autouse was implemented
7451:
7452: 2009-08-14 misha
7453:
7454: * src/classes/reflection.C: - outdated checkout was removed
7455:
7456: * src/classes/reflection.C: - optimization - method ^dynamical was
7457: added.
7458:
7459: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7460: types/pa_vstateless_class.h, main/execute.C: - optimization
7461:
7462: * src/types/pa_vclass.C: - exception if base on sytem class
7463:
7464: 2009-08-12 misha
7465:
7466: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7467: pa_vstateless_class.h: - little optimisation
7468:
7469: 2009-08-11 misha
7470:
7471: * tests/224.html: - method_params => method_info - checking for
7472: $.inherited
7473:
7474: * src/classes/reflection.C, operators.txt: - method method_params
7475: was renamed to method_info and now it returns class name, if
7476: method was defined in ancestor
7477:
7478: * tests/225.html: - tests for cheching properties in hierarhical
7479: classes were added
7480:
7481: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7482: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7483: main/compile.y, main/execute.C, classes/classes.C: - problems
7484: with properties in new classes implementation were fixed
7485:
7486: 2009-08-10 misha
7487:
7488: * src/main/execute.C: - now constructor shouldn't be defined in
7489: class. it could be defined in parent.
7490:
7491: 2009-08-09 misha
7492:
7493: * src/classes/reflection.C: - ^reflection:methods doesn't return
7494: base's methods
7495:
7496: 2009-08-08 misha
7497:
7498: * src/: classes/classes.h, classes/date.C, classes/file.C,
7499: classes/form.C, classes/hash.C, classes/hashfile.C,
7500: classes/image.C, classes/mail.C, classes/op.C,
7501: classes/reflection.C, classes/regex.C, classes/string.C,
7502: classes/table.C, classes/xdoc.C, classes/xnode.C,
7503: classes/xnode.h, include/pa_hash.h, main/execute.C,
7504: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7505: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7506: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7507: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7508: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7509: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7510: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7511: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7512: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7513: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7514: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7515: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7516: types/pa_vresponse.C, types/pa_vresponse.h,
7517: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7518: types/pa_vstateless_object.h, types/pa_vstatus.C,
7519: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7520: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7521: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7522: types/pa_wwrapper.h, types/types.vcproj: - new classes
7523: implementation
7524:
7525: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7526: USE_MUNMAP is used. so it is disabled as a workaround.
7527:
7528: 2009-08-05 misha
7529:
7530: * src/: main/pa_common.C, include/pa_common.h: - not needed
7531: parameter was removed
7532:
7533: * src/main/pa_http.C: - bugfix: error was during detecting
7534: content-type of file which was loaded by http
7535:
7536: 2009-08-01 misha
7537:
7538: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7539: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7540: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7541: can't be disabled with defines any longer
7542:
7543: 2009-07-29 misha
7544:
7545: * src/classes/reflection.C, tests/results/224.processed: - for
7546: native methods with any call type now returned empty call_type
7547: value
7548:
7549: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7550: classes/table.C, include/pa_hash.h, include/pa_request.h,
7551: main/pa_request.C: - break in cycles was optimized
7552:
7553: * INSTALL: - more defines were described
7554:
7555: 2009-07-28 misha
7556:
7557: * operators.txt: - some changes in information about reflection
7558: class
7559:
7560: * tests/: 224.html, 224.p: - tests for reflection class
7561:
7562: * src/classes/reflection.C: - some bugs were fixed, method classes
7563: was added, refactoring
7564:
7565: 2009-07-26 misha
7566:
7567: * src/classes/classes.vcproj: - reflection class wass added to
7568: project
7569:
7570: * operators.txt: - information about reflection class was added
7571:
7572: * src/classes/reflection.C: - class was redesigned
7573:
7574: 2009-07-24 misha
7575:
7576: * src/classes/: Makefile.am, reflection.C: - class reflection was
7577: added
7578:
7579: * src/types/pa_vstateless_class.h: - method for reflection method's
7580: in classes was added
7581:
7582: 2009-07-22 misha
7583:
7584: * src/main/compile_tools.h: - bugfix: $object.$var was
7585: over-optimized. it failed if $object1.$object2.field
7586:
7587: 2009-07-16 misha
7588:
7589: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7590: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7591: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7592: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7593: one more arg: length of cord
7594:
7595: 2009-07-15 misha
7596:
7597: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7598: tainted in ^file::load[http://...;$.cookies[]]
7599:
7600: * src/classes/: op.C, regex.C, string.C: - new string with
7601: exception was used
7602:
7603: * src/include/pa_exception.h: - new string with exception was added
7604:
7605: * tests/223.html: - test for checking cookie-encoding during
7606: ^file::load[http was added
7607:
7608: * tests/: 221.html, 222.html: - tests for checking type of
7609: $table.fields.field were added
7610:
7611: * src/types/pa_vtable.C: - not used var decl was removed
7612:
7613: * src/include/pa_string.h: - use cached string length in Body::mid.
7614: it improves speed of match with brackets in pattern
7615:
7616: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7617: outside
7618:
7619: 2009-07-14 misha
7620:
7621: * src/types/pa_vtable.C: - $table.fields.a return string even if
7622: column is empty (sometime returned void) - $table.fields was
7623: added for nameless tables
7624:
7625: * src/targets/cgi/getopt.c: - one warning resolved
7626:
7627: * src/main/pa_string.C: - potentian bug fixed
7628:
7629: * src/classes/op.C: - small optimization in taint/untaint
7630:
7631: 2009-07-13 misha
7632:
7633: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7634: added
7635:
7636: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7637: souldn't add the attribut to output
7638:
7639: 2009-07-11 misha
7640:
7641: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7642: stack size was increaced to 2MB (default=1MB)
7643:
7644: 2009-07-08 misha
7645:
7646: * src/main/pa_string.C: - link to UTF-8 description was added
7647:
7648: * src/include/pa_hash.h: - hash keeps element's order in more
7649: places (ex: ._keys[])
7650:
7651: * tests/220.html: - test for checking order of elements in hash in
7652: foreach was added
7653:
7654: * tests/172.html: - small changes in printing hash
7655:
7656: * tests/129.html: - small changes in printing hash
7657:
7658: * src/: include/pa_common.h, include/pa_hash.h,
7659: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7660: types/pa_vmethod_frame.h: - hash now keeps order of elements
7661:
7662: * tests/014.html: - small changes in printing hash
7663:
7664: 2009-07-07 misha
7665:
7666: * src/classes/op.C: - new taint language "parser-code" was added
7667:
7668: * tests/219.html: - test for auto untaint parser code in process
7669: was added
7670:
7671: * src/classes/op.C: - tainted pieces in body of process are
7672: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7673:
7674: * src/: include/pa_string.h, main/untaint.C: - new language
7675: L_PARSER_CODE for auto-untaint in process was added
7676:
7677: * src/: classes/file.C, classes/hash.C, classes/image.C,
7678: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7679: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7680: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7681: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7682: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7683: code cleanup
7684:
7685: 2009-07-06 misha
7686:
7687: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7688: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7689: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7690:
7691: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7692: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7693: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7694: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7695: should be used
7696:
7697: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7698: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7699: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7700: untaint_cstr[m] should be used
7701:
7702: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7703: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7704:
7705: * tests/218.html: - test for checking automatic file-spec-taint was
7706: added
7707:
7708: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7709: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7710: classes/file.C, classes/hash.C, classes/image.C,
7711: classes/string.C, classes/table.C, classes/void.C,
7712: classes/xdoc.C: - optimizations and simplification of
7713: string.cstr(...)
7714:
7715: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7716: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7717: - optimizations and simplification of string.cstr(...)
7718:
7719: 2009-07-04 misha
7720:
7721: * tests/217.html: - test for recursion detection was added
7722:
7723: * src/: types/types.vcproj, main/main.vcproj,
7724: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7725: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7726: from .vcproj
7727:
7728: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7729:
7730: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7731: uploading files and case-insensitive http-method were added
7732:
7733: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7734: tainted pattern in ^file:list[] was added
7735:
7736: 2009-07-03 misha
7737:
7738: * src/: classes/classes.vcproj, main/main.vcproj,
7739: types/types.vcproj, targets/cgi/parser3.vcproj,
7740: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7741: for dynamic_cast) - little options changes
7742:
7743: * src/main/pa_http.C: - file::load[http works now with uploading
7744: files _and_ changing $.charset
7745:
7746: 2009-06-29 misha
7747:
7748: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7749: while creating pattern
7750:
7751: 2009-06-25 misha
7752:
7753: * src/classes/image.C, operators.txt: - options' names for
7754: ^image.font were changed to $.space, $.width and $spacing -
7755: default space width now == gif's width
7756:
7757: 2009-06-24 misha
7758:
7759: * tests/215.html: - tests for $file.mode were added
7760:
7761: * operators.txt: - added info about $file.mode and changes in
7762: ^image.font[
7763:
7764: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7765: param now could be omited - third param now could be hash (with
7766: all widths options: $.space-width, $.letter-width) - it's
7767: possible to specify tracking ($.letter-space)
7768:
7769: * src/classes/file.C: - file objects now could have mode field
7770: (text|binary)
7771:
7772: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7773:
7774: 2009-06-23 misha
7775:
7776: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7777: trim can work with utf-8 chars now
7778:
7779: 2009-06-20 misha
7780:
7781: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7782: was implemented
7783:
7784: * src/classes/table.C: - string length cacheing was implemented
7785:
7786: * src/include/pa_string.h: - string length cacheing was implemented
7787:
7788: 2009-06-17 misha
7789:
7790: * src/main/execute.C: - value param was removed from
7791: WContext::WContext
7792:
7793: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7794: pa_wwrapper.h: - value param was removed from WContext::WContext
7795: - field wcontext was removed from VCodeFrame (using fparent
7796: instead)
7797:
7798: * tests/214.html: - test with hash copying
7799:
7800: 2009-06-16 misha
7801:
7802: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7803: strings doesn't work in expression anymore
7804:
7805: * src/main/execute.C: - less calls for get_constructing() - little
7806: refactoring
7807:
7808: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7809: include/pa_request.h: - less calls for get_constructing()
7810:
7811: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7812: introduced with OPTIMIZE_SINGLE_STRING optimization
7813:
7814: 2009-06-14 misha
7815:
7816: * src/: classes/date.C, classes/file.C, classes/hash.C,
7817: classes/hashfile.C, classes/image.C, classes/regex.C,
7818: classes/table.C, classes/xdoc.C, classes/xnode.h,
7819: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7820: types/pa_vstateless_class.h, main/execute.C: - create object for
7821: storing object's fields only for parser objects
7822:
7823: 2009-06-13 misha
7824:
7825: * buildall-with-xml, buildall-without-xml: - new option was added
7826: for building GC (it slightly reduces memory usage)
7827:
7828: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7829: single string write
7830:
7831: * src/main/execute.C: - bytecode optimization of ^class:constructor
7832: - optimization of single string write
7833:
7834: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7835: - bytecode optimization of ^class:constructor
7836:
7837: 2009-06-09 misha
7838:
7839: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7840: main (better compatibility)
7841:
7842: 2009-06-08 misha
7843:
7844: * src/main/compile.y: - I've forgot to commit it :(
7845:
7846: 2009-06-07 misha
7847:
7848: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7849: WITH_READ and WITH_ROOT
7850:
7851: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7852: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7853: WITH_ROOT - little refactoring
7854:
7855: 2009-06-06 misha
7856:
7857: * tests/213.html: - tests for 3rd match string-param were added
7858:
7859: * src/classes/string.C: - 3rd match param could be string now
7860:
7861: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7862: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7863: GET_OBJECT_ELEMENT
7864:
7865: 2009-06-05 misha
7866:
7867: * src/main/pa_http.C: - bugfix: content-length was not calculated
7868: if $.body was specified
7869:
7870: 2009-06-04 misha
7871:
7872: * src/classes/op.C: - optimizing write_assign_lang in connect
7873:
7874: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7875:
7876: * src/main/execute.C: - little refactoring - optimizing
7877: write_assign_lang in taint/untaint
7878:
7879: * src/include/pa_opcode.h: - little refactoring
7880:
7881: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7882: main/compile_tools.h, main/execute.C: - optimizations for
7883: $self.field, ^self.method, $self.field[...] and $self.field(...)
7884: were added
7885:
7886: 2009-06-03 misha
7887:
7888: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7889:
7890: 2009-06-02 misha
7891:
7892: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7893: include/pa_opcode.h: - refactoring in last optimizations
7894: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7895: now but code is much easy and it is ready for further
7896: improvements.
7897:
7898: 2009-05-27 misha
7899:
7900: * src/: types/pa_junction.h, types/pa_vjunction.C,
7901: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7902: changed in destructing junctions
7903:
7904: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7905: String:Body
7906:
7907: 2009-05-26 misha
7908:
7909: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7910: one method detect_charset was deleted - bug was fixed in this
7911: method (error while detecting charset in content_type withot last
7912: ';')
7913:
7914: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7915: once
7916:
7917: 2009-05-25 misha
7918:
7919: * src/classes/file.C: - bugfix: file::exec didn't work after
7920: optimizing of helper_length
7921:
7922: 2009-05-24 misha
7923:
7924: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7925: were added - little refactoring
7926:
7927: * src/main/execute.C: - core while printing in debug log
7928: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7929: optimisations were added
7930:
7931: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7932: were added
7933:
7934: 2009-05-23 misha
7935:
7936: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7937: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7938: CORD_cat optimization
7939:
7940: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7941: - call constr optimisation under separate define now
7942:
7943: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7944: in $b should be string, not void
7945:
7946: * src/main/compile.y: - little fix for rem-cut optimisation
7947:
7948: * src/: include/pa_opcode.h, main/compile_tools.C,
7949: main/compile_tools.h, main/execute.C: - optimisations for
7950: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7951:
7952: * INSTALL: - description of some #defined were added
7953:
7954: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7955: before 1st access (memory usage is reduced if don't access to
7956: .text field)
7957:
7958: * src/include/pa_array.h: - array grows step now not static (it
7959: reduces numbers of reallocs)
7960:
7961: 2009-05-20 misha
7962:
7963: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7964: $.b(2), $c[d] and $.e[f] was added
7965:
7966: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7967: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7968: $.e[f] was added
7969:
7970: * src/main/execute.C: - debug printing moved in defines
7971:
7972: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7973: and little refactoring for OP_GET_OBJECT_ELEMENT +
7974: OP_GET_OBJECT_VAR_ELEMENT optimisation
7975:
7976: 2009-05-19 misha
7977:
7978: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7979: execute.C: - $a.$b & ^a.$b bytecode optimisation
7980:
7981: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7982: ^a.$b optimisation)
7983:
7984: * src/main/compile.y: - compiler now generate new opcodes:
7985: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7986: ^a.b - compiler now cut off ^rem{ with all content ; any number
7987: of params }
7988:
7989: * src/main/execute.C: - code for handle new opcodes
7990: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7991:
7992: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7993: added for LA2V and LA2S
7994:
7995: * src/include/pa_opcode.h: - new defines which can be used for
7996: disable some bytecode optimisation and new opcodes were added
7997:
7998: 2009-05-17 misha
7999:
8000: * src/lib/cord/cordxtra.c: - bugfix.
8001:
8002: * tests/212.html: - .size[] and .study_size[] were added to tests
8003:
8004: * operators.txt: - info about regex class was added
8005:
8006: * tests/212.html: - tests for regex class were added
8007:
8008: 2009-05-16 misha
8009:
8010: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8011: gc7.1
8012:
8013: * tests/022.html: - test for ^file:list[path;] (empty second param)
8014: was added
8015:
8016: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8017: param) should work
8018:
8019: 2009-05-15 misha
8020:
8021: * src/classes/table.C: - automatically disable stringstream usage
8022: on freebsd4
8023:
8024: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8025: scope
8026:
8027: * tests/211.html: - test with different types of access to hash was
8028: added
8029:
8030: * tests/210.html: - test which checks for loosing tainting in
8031: hash's keys was added
8032:
8033: * tests/208.html: - some parser work added. or stime == 0 %-)
8034:
8035: * src/lib/cord/cordbscs.c: - little hack was added to cord
8036:
8037: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8038:
8039: * src/include/pa_version.h, configure.in: - moko have made a lot of
8040: optimisations for increacing version number more dramatically :)
8041:
8042: * src/classes/date.C: - little refactoring: use constructor which
8043: accepts formated string
8044:
8045: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8046: which can print formatted string was added
8047:
8048: 2009-05-14 misha
8049:
8050: * src/include/pa_string.h: - type was fixed
8051:
8052: * src/: classes/hashfile.C, classes/op.C,
8053: include/pa_cache_managers.h, include/pa_charset.h,
8054: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8055: include/pa_request.h, include/pa_sql_driver_manager.h,
8056: include/pa_string.h, include/pa_stylesheet_manager.h,
8057: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8058: main/pa_charsets.C, main/pa_string.C,
8059: main/pa_stylesheet_connection.C, types/pa_value.h,
8060: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8061: types/pa_vobject.C, types/pa_vstateless_class.C,
8062: types/pa_vstateless_class.h: - hash_code caching was implemented
8063: (seaches should be faster now)
8064:
8065: * src/: classes/file.C, classes/hash.C, classes/image.C,
8066: classes/string.C, classes/table.C, include/pa_string.h,
8067: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8068: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8069: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8070: types/pa_vrequest.C: - String constructors don't have that stupid
8071: true/false param which means 'tainted'. they accept lang instead.
8072:
8073: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8074: with OPTIMIZE_RESULT
8075:
8076: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8077: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8078:
8079: 2009-05-13 misha
8080:
8081: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8082: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8083: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8084: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8085: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8086: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8087: include/pa_string.h, classes/date.C, classes/file.C,
8088: classes/hash.C, classes/image.C, classes/string.C,
8089: classes/table.C, classes/xdoc.C: - result optimisation -
8090: helper_length parameter removed from string constructors
8091:
8092: 2009-05-11 misha
8093:
8094: * tests/209.html: - tests for ^hash::create[hash] were added
8095:
8096: * tests/208.html: - tests for $status:rusage, $status:memory,
8097: ^memory:compact[] were added
8098:
8099: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8100: log10 were added
8101:
8102: * tests/206.html: - test for try with finally was added
8103:
8104: 2009-05-10 misha
8105:
8106: * tests/205.html: - test for ^file::create[...] was added
8107:
8108: * tests/204.html: - test for ^response:clear[] was added
8109:
8110: * tests/038.html: - tests for trigonometric functions were added
8111:
8112: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8113: added - more tests for .add, .sub, .union, .intersects and
8114: .intersections
8115:
8116: * tests/065.html: - test for ^file:dirname was added
8117:
8118: * tests/030.html: - test for $cookie:fields was added
8119:
8120: * tests/203.html: - test for ^h._keys[column name] was added
8121:
8122: * tests/201.html: - tests for .trim were added
8123:
8124: * tests/202.html: - tests for last-day,
8125: date:calendar[type](YYYY;MM;DD) were added
8126:
8127: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8128: .offset[type](N) were added
8129:
8130: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8131: and .pos[c](N) were added
8132:
8133: * tests/141.html: - test for math:sha1 was added
8134:
8135: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8136:
8137: 2009-05-09 misha
8138:
8139: * src/main/compile.y: - rollback
8140:
8141: 2009-05-05 misha
8142:
8143: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8144: replaced by is_empty()
8145:
8146: * src/: include/pa_string.h, main/pa_charset.C: - little
8147: optimisation: somewhere length() was replaced by is_empty()
8148:
8149: * src/classes/table.C: - little optimisation: somewhere length()
8150: was replaced by is_empty()
8151:
8152: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8153: classes/op.C, classes/table.C, main/pa_exception.C: - little
8154: optimisation: somewhere length() was replaced by is_empty()
8155:
8156: 2009-05-04 misha
8157:
8158: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8159: types/pa_vstateless_class.h, main/execute.C,
8160: include/pa_request.h, classes/hash.C, classes/op.C,
8161: classes/table.C: - more optimisations were added: some operators
8162: don't switch write context anylonger
8163:
8164: 2009-05-01 misha
8165:
8166: * src/main/compile.y: - slightly more opcode optimisations for
8167: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8168:
8169: * src/main/execute.C: - simplifying process for getters
8170:
8171: 2009-04-30 misha
8172:
8173: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8174:
8175: * tests/results/199.processed: - test for checking $result into
8176: ^rem was added
8177:
8178: * tests/199.html: - test for checking $result into ^rem was added
8179:
8180: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8181: some OS it returns list in different order)
8182:
8183: * src/: include/pa_array.h, include/pa_request.h,
8184: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8185: changes in stack impl - get_element() optimisation: 3rd param
8186: removed - bugfix: problems with reading empty input param -
8187: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8188:
8189: * tests/results/198.processed: - test for reading empty local var
8190: was added
8191:
8192: * tests/198.html: - test for reading empty local var was added
8193:
8194: 2009-04-29 misha
8195:
8196: * src/main/compile.y: - bugfix: couldn't compile because
8197: OP_VALUE__GET_ELEMENT should be unde #ifdef
8198:
8199: * src/: include/pa_array.h, include/pa_opcode.h,
8200: include/pa_request.h, main/compile.y, main/execute.C,
8201: main/pa_request.C, types/pa_vmethod_frame.C,
8202: types/pa_vmethod_frame.h: - we can work without opcode
8203: OP_STORE_PARAM, so it was removed
8204:
8205: 2009-04-28 misha
8206:
8207: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8208: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8209: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8210: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8211: 4.
8212: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8213:
8214: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8215:
8216: * src/: main/pa_string.C, classes/string.C: - !length() =>
8217: is_empty()
8218:
8219: 2009-04-27 misha
8220:
8221: * src/types/pa_vregex.h: - back explicit vars initialisation
8222:
8223: 2009-04-24 misha
8224:
8225: * src/classes/string.C: - ups. typo fixed
8226:
8227: * src/main/execute.C: - more replacements '*new VBool' to
8228: 'VBool::get' - checks for ^break[], ^continue[] and
8229: parser.interrupted were optimised
8230:
8231: * src/classes/string.C: - number of params.count() calls was
8232: slightly reduced
8233:
8234: 2009-04-23 misha
8235:
8236: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8237: make it x64 friendly
8238:
8239: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8240: parser is x64 friendly now
8241:
8242: 2009-04-22 misha
8243:
8244: * src/types/pa_vhashfile.C: - coder friendly exception about
8245: exceeding record size was added
8246:
8247: * src/classes/file.C: - use vregex object instead of direct calls
8248: methods from pcre lib
8249:
8250: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8251: classes/string.C: - use vregex object instead of direct calls
8252: methods from pcre lib
8253:
8254: * src/: include/pa_common.h, main/pa_common.C: - method
8255: print_pcre_exec_error_text was moved to class vregex
8256:
8257: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8258: was added
8259:
8260: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8261: - class vregex was added
8262:
8263: 2009-04-21 misha
8264:
8265: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8266:
8267: * src/: types/pa_junction.h, types/pa_value.C,
8268: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8269: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8270: junction-optimisation (destructors)
8271:
8272: * src/include/pa_array.h: - free under if now
8273:
8274: 2009-04-19 misha
8275:
8276: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8277:
8278: 2009-04-18 misha
8279:
8280: * src/include/pa_version.h:
8281: :q :
8282:
8283: CV:
8284: ----------------------------------------------------------------------
8285:
8286: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8287: refactoring
8288:
8289: * src/: include/pa_array.h, include/pa_hash.h,
8290: types/pa_vmethod_frame.h: - destructors under #ifdef now
8291:
8292: * src/include/pa_memory.h: - define for using destructors was added
8293:
8294: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8295: main/execute.C: - some junctions will be cached now
8296:
8297: * src/include/pa_hash.h: - hash destructor frees pairs now
8298:
8299: * src/include/pa_array.h: - inline was added to destructor
8300:
8301: * src/types/pa_method.h: - comment was changed
8302:
8303: 2009-04-17 misha
8304:
8305: * src/: include/pa_array.h, include/pa_hash.h,
8306: types/pa_vmethod_frame.h: - destructors were added
8307:
8308: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8309: renamed to always_use_result
8310:
8311: * src/main/: compile.y, compile_tools.h: - rollback changes in
8312: compiler: full backward compatibility is better
8313:
8314: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8315: result in var's hash
8316:
8317: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8318: optimisation in method_frame
8319:
8320: * src/include/pa_array.h: - optimisation in array (allocate
8321: elements only when needed)
8322:
8323: * src/types/pa_vresponse.C: - check for $response:headers field
8324: before looking at custom fields
8325:
8326: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8327: not needed to check existance var with name 'result' in var's
8328: hash
8329:
8330: * src/main/compile.y: - compiler was changed: now it detects
8331: writings to $result and set flag writo_to_result in method
8332:
8333: * src/classes/string.C: - little optimisation: no needed to write
8334: number with lang
8335:
8336: * src/main/pa_charset.C: - methods readChar and skipChar which is
8337: used for read utf8-strings were renamed - is_escaped was renamed
8338: to isEscaped (to the same name convention)
8339:
8340: * src/: types/pa_method.h, main/compile_tools.h: - flag
8341: write_to_result added. compiler get this info from code.
8342:
8343: 2009-04-16 misha
8344:
8345: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8346: String only before 1st write
8347:
8348: * src/include/pa_string.h: - not needed template removed
8349:
8350: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8351: types/pa_vjunction.C, types/pa_vproperty.C,
8352: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8353: main/pa_request.C, classes/bool.C, classes/double.C,
8354: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8355: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8356: bool objects)
8357:
8358: 2009-04-15 misha
8359:
8360: * src/lib/cord/cordxtra.c: - more optimisation
8361:
8362: * src/: include/pa_string.h, main/untaint.C: - String::append
8363: optimisation
8364:
8365: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8366: then get and can sometime be used)
8367:
8368: * src/main/pa_string.C: - String::length optimisation
8369:
8370: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8371: these methods read different strings
8372:
8373: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8374: fresult_initial_void removed + some optimisation - if $result
8375: defined we don't write to context anymore
8376:
8377: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8378: need just skip char)
8379:
8380: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8381: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8382: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8383:
8384: * src/types/pa_vvoid.h: - added get() method for retreave one
8385: instance
8386:
8387: 2009-04-11 misha
8388:
8389: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8390:
8391: * tests/197.html: - test for parser://test in xml was added
8392:
8393: * src/classes/string.C: - small optimisation
8394:
8395: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8396: optimisation
8397:
8398: 2009-04-10 misha
8399:
8400: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8401: to pcre-7.8
8402:
8403: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8404:
8405: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8406: added
8407:
8408: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8409: $request:CLASS_NAME were added
8410:
8411: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8412: were added
8413:
8414: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8415: $env:CLASS_NAME were added
8416:
8417: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8418: '@todo' now
8419:
8420: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8421: compirer
8422:
8423: * src/main/pa_string.C: - little code cleanup
8424:
8425: * src/main/pa_common.C: - describe one more UTF-8 related error
8426: during PCRE compile/execute
8427:
8428: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8429: normalizing todo-comments: '@todo' now
8430:
8431: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8432:
8433: * src/main/pa_charset.C: - type changed for making compiler happy
8434:
8435: 2009-03-10 misha
8436:
8437: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8438: in main()
8439:
8440: 2009-02-01 misha
8441:
8442: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8443: boundary
8444:
8445: 2009-01-25 misha
8446:
8447: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8448:
8449: * src/classes/file.C: - more changes for parsing different number
8450: of params for file::load
8451:
8452: * tests/193.html: - tests for exception while base64-decode binary
8453: to string was added
8454:
8455: * tests/192.html: - tests for file::load with different number of
8456: options
8457:
8458: * src/classes/math.C: - ups. forgot '+1'
8459:
8460: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8461: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8462: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8463: (new option $.encode[multipart-form/data] should be specified) -
8464: $.method[] option for file::load now is not case-sensitive
8465:
8466: * src/: include/pa_string.h, main/untaint.C: - for file post the
8467: new taint language L_FILE_POST was added
8468:
8469: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8470: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8471: stuff was moved to separate files
8472:
8473: 2009-01-23 misha
8474:
8475: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8476: spaces to tabs were converted
8477:
8478: 2009-01-12 misha
8479:
8480: * src/main/pa_http.C: - value of $.method[] option force uppercased
8481: now
8482:
8483: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8484: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8485: their names
8486:
8487: * src/main/pa_common.C: - changes in formating
8488:
8489: * src/: classes/file.C, main/pa_http.C: - some constants changed
8490: their names
8491:
8492: * src/include/pa_http.h: - some spaces were converted to tabs
8493:
8494: * src/include/pa_common.h: - some constants changed their names
8495:
8496: * src/classes/file.C: - fixed 4-th paramether for file::load -
8497: little code rewriting
8498:
8499: * src/types/pa_vfile.C: - little code rewriting
8500:
8501: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8502: types/pa_value.h: - some formating changes
8503:
8504: * src/include/pa_common.h: - some formating spaces transformed to
8505: tabs
8506:
8507: * src/classes/string.C: - exception while base64-decode binary to a
8508: string
8509:
8510: 2009-01-11 misha
8511:
8512: * configure.in: - version changed to 3.3.1b
8513:
8514: 2008-09-05 misha
8515:
8516: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8517: release_3_3_0 on 2008-09-05 10:59:35 +0000
8518:
8519: 2008-09-04 misha
8520:
8521: * tests/: 130.html, 131.html: - these exceptions not typeless
8522: anymore
8523:
8524: * src/classes/op.C: - exception with 'invalid taint language' not
8525: typeless anylonger
8526:
8527: * src/classes/image.C: - some exceptions while operations with
8528: image not typeless anymore
8529:
8530: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8531: main/pa_exec.C, main/pa_http.C: - some exceptions while
8532: operations with files not typeless anymore
8533:
8534: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8535: types/pa_vdate.h: - exceptions while checking date range not
8536: typeless anymore
8537:
8538: * src/include/pa_exception.h: - exception type string for invalid
8539: date range was added
8540:
8541: 2008-09-03 misha
8542:
8543: * src/: classes/file.C, main/pa_string.C: - exception while pce
8544: operations not typeless anymore
8545:
8546: * src/include/pa_exception.h: - exception type for pce operations
8547: was added
8548:
8549: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8550: and .CLASS_NAME insite classes
8551:
8552: * src/classes/table.C: - don't save table header whiile
8553: ^table.save[append;filename] if file exists
8554:
8555: 2008-09-02 misha
8556:
8557: * src/main/compile.y, src/main/compile_tools.h,
8558: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8559: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8560: renamed to partial and it login changed: we must mark class as
8561: partial for allow their modifications in future.
8562:
8563: 2008-08-29 misha
8564:
8565: * tests/results/022.processed: - testing taint[regex] in mask for
8566: file:list
8567:
8568: * tests/022.html: - testing taint[regex] in mask for file:list
8569:
8570: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8571: for file:list was added
8572:
8573: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8574: file:list
8575:
8576: 2008-08-26 misha
8577:
8578: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8579: last derived object
8580:
8581: * src/classes/image.C: - many strings "image.format" replaced by
8582: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8583: understand some more exif tags
8584:
8585: * src/include/pa_exception.h: - string "image.format" was added
8586:
8587: 2008-08-21 misha
8588:
8589: * src/: main/pa_string.C, classes/file.C: - use method for print
8590: pcre_exec text error
8591:
8592: * src/main/pa_common.C: - method for print pcre_exec text error was
8593: added
8594:
8595: * src/include/pa_common.h: - method declaration for print pcre_exec
8596: text error was added
8597:
8598: 2008-08-19 misha
8599:
8600: * src/main/execute.C: - bugfix: opcodes must be in separate
8601: namespace while debug execution as well
8602:
8603: * tests/: 015.html, results/015.processed: - test for escaping some
8604: parser chars was added
8605:
8606: 2008-08-18 misha
8607:
8608: * tests/: 190.html, 190.p, results/190.processed: - test for
8609: $caller.self.field + default getter in one class was added
8610:
8611: * tests/: 189.html, results/189.processed: - test for
8612: ^date::create[date object]
8613:
8614: * tests/: 188.html, results/188.processed: - tests for match with
8615: UTF-8 strings
8616:
8617: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8618: ^string.match[]
8619:
8620: * ChangeLog: - parser 3.3.0 beta13
8621:
8622: 2008-08-15 misha
8623:
1.116 moko 8624: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8625: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8626: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8627: dftables.c: - old PCRE files removed
1.95 moko 8628:
8629: * src/lib/pcre/config.h: - configuration for PCRE library
8630:
8631: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8632: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8633:
8634: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8635: library and set flag UTF8 if $request:charset is UTF-8
8636:
8637: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8638: include/pa_config_fixed.h: - moved to new PCRE library
8639:
8640: * src/: main/main.vcproj, types/types.vcproj,
8641: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8642: win32\pcre instead of parser3\src\lib\pcre
8643:
8644: * src/: include/pa_opcode.h, include/pa_operation.h,
8645: main/compile.C, main/compile.y, main/compile_tools.C,
8646: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8647: opcodes were moved to separate namespace
8648:
8649: 2008-08-14 misha
8650:
8651: * src/types/pa_vstateless_class.C: - newline at the end missed
8652:
8653: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8654: tainting
8655:
8656: 2008-08-11 misha
8657:
8658: * tests/: 187.html, 187.p, results/187.processed: - tests for
8659: $caller.self, $caller.self.field and $caller.self.field[value]
8660: were added
8661:
8662: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8663: runtime as well (for $caller.self)
8664:
8665: 2008-07-25 misha
8666:
8667: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8668: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8669: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8670: tests with international characters
8671:
8672: 2008-07-23 misha
8673:
8674: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8675: file::load[...;http://
8676:
8677: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8678: now everywhere in separate namespace
8679:
8680: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8681: for vars
8682:
8683: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8684: can be escaped by '^'
8685:
8686: 2008-07-22 misha
8687:
8688: * src/classes/string.C, tests/186.html: - names changes:
8689: escape=>js-escape, unescape=>js-unescape
8690:
8691: 2008-07-21 misha
8692:
8693: * tests/results/186.processed: - test for string escape/unescape
8694:
8695: * tests/186.html: - test for string escape/unescape
8696:
8697: * src/classes/string.C: - string has escape and unescape methods
8698: now
8699:
8700: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8701: added
8702:
8703: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8704: method-layers added (with different params)
8705:
8706: 2008-07-18 misha
8707:
8708: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8709: was added
8710:
8711: * tests/185.html: - test for ^str.pos[sub](offset) added
8712:
8713: * src/classes/string.C, src/classes/void.C, operators.txt: -
8714: ^string.pos[substr](offset) -- 2nd param accepted now
8715:
8716: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8717: strings
8718:
8719: 2008-07-17 misha
8720:
8721: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8722: helper length added for mid for small optimisation
8723:
8724: 2008-07-16 misha
8725:
8726: * tests/: 185.html, results/185.processed: - tests for
8727: length/left/right/mid/pos with utf-8 strings
8728:
8729: * src/classes/string.C: - left/right/mid/length/pos works fine for
8730: utf-8 strings
8731:
8732: * src/main/untaint.C: - comments removed
8733:
8734: * src/: include/pa_string.h, main/pa_string.C,
8735: include/pa_charset.h, main/pa_charset.C: - methods for working
8736: with pos/mid for strings in utf-8 were added
8737:
8738: 2008-07-15 misha
8739:
8740: * tests/: 184.html, results/184.processed: - test for case body as
8741: expression: $var(^switch(1){^case(1)(true)..})
8742:
8743: * src/classes/op.C: - case body can be expression now:
8744: $var(^switch(1){^case(1)(true)..})
8745:
8746: * tests/: results/183.processed, 183.html: - added test for testing
8747: new cookie encoding (%uXXXX)
8748:
8749: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8750: decoding for backward compatibility they decoded from %XX in
8751: request:charset too
8752:
8753: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8754: - cookie class now decode cookies before first access after last
8755: request:charset changing (as form class).
8756:
8757: * src/main/pa_charset.C: - added method escape for escaping cookies
8758: as %uXXXX - before transcode calculate required space for dest
8759: string. it reduce mem usage for transcode
8760:
8761: * src/include/pa_charset.h: - added method escape for escaping
8762: cookies as %uXXXX
8763:
8764: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8765: was added. will used for escaping cookies as %uXXXX
8766:
8767: * src/include/pa_common.h: - escape method has new option for skip
8768: converting '+' to a space char
8769:
8770: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8771: transcode - escape method has new option for skip converting '+'
8772: to a space char
8773:
8774: 2008-07-08 misha
8775:
8776: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8777: (no UE if more then 1 case matches anylonger) - optimization:
8778: doing searching.as_string() || searching.as_double() only once
8779:
8780: 2008-07-04 misha
8781:
8782: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8783: now ^date::create[date object] works
8784:
8785: * src/classes/string.C: - left and right added as aliases for start
8786: and end in ^string.trim[]
8787:
8788: 2008-07-03 misha
8789:
8790: * src/classes/file.C: - allow $.limit for file::sql as well
8791:
8792: * src/classes/file.C: - allow $.offset option for file::sql - force
8793: send limit=1 to query for use sql specifics authomatically
8794:
8795: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8796: if $.limit value if empty. autoconvert it as everywere
8797:
8798: 2008-07-02 misha
8799:
8800: * configure.in: - time to change version number to 3.3.0 %-)
8801:
8802: * src/include/pa_version.h: - time to change version number to
8803: 3.3.0 %-)
8804:
8805: 2008-06-26 misha
8806:
8807: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8808: $.limit(0) fixes
8809:
8810: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8811: - $.limit(0) fixes
8812:
8813: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8814: new API)
8815:
8816: * src/: include/pa_sql_driver_manager.h,
8817: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8818: classes/op.C: - document_root added
8819:
8820: * src/main/compile.tab.C: - error message was changed
8821:
8822: 2008-06-25 misha
8823:
8824: * src/main/compile.y: - error message was changed
8825:
8826: 2008-06-24 misha
8827:
8828: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8829:
8830: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8831: tests for @OPTIONS\nappend
8832:
8833: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8834:
8835: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8836:
8837: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8838:
8839: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8840: compile.y
8841:
8842: 2008-06-17 misha
8843:
8844: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8845: compilation: ^if(default){true. it's incorrect. must be
8846: exception}
8847:
8848: 2008-06-16 misha
8849:
8850: * tests/: 181.ent, 181.html, results/181.processed: - test for
8851: checking external reference loading with 'http://localhost'
8852: prefix while creating xdoc
8853:
8854: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8855: ^math:long2ip[] and ^math:ip2long[]
8856:
8857: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8858: added which use scalar stateless class method when user object
8859: used in scalar context - use get_scalar_value when user object
8860: requested in scalar context
8861:
8862: * src/main/pa_common.C: - size must be int but not size_t or we
8863: can't compare with 0 sprintf result
8864:
8865: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8866: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8867: with internal switch between local/global vars
8868:
8869: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8870: specified
8871:
8872: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8873: pa_vstateless_object.h: - stateless class and object now has
8874: private scalar field and getter/setter for working with it
8875:
8876: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8877: moved to inet static class
8878:
8879: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8880: class added (^inet:aton[IP], ^inet:ntoa(number))
8881:
8882: * tests/: 180.html, results/180.processed: - tests for
8883: ^math:long2ip(long) and ^math:ip2long[IP]
8884:
8885: * src/classes/math.C: - ^math:ip2long[IP] added
8886:
8887: 2008-06-11 misha
8888:
8889: * src/main/pa_xml_io.C: - use file_read_text again because of we
8890: need cut BOM code and remove DOS newline chars. but don't
8891: transcode it anyway.
8892:
8893: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8894: main/pa_http.C: - option for disable transcoding while file_read
8895: and file_read_text added
8896:
8897: 2008-06-10 misha
8898:
8899: * tests/: 179.html, 179.p, results/179.processed: - test for many
8900: classes in 1 file
8901:
8902: * src/main/: compile.C, compile_tools.h: - compile return list of
8903: classes now.
8904:
8905: * src/main/: compile.y, compile.tab.C: - compile return list of
8906: classes now. internals.
8907:
8908: * src/main/pa_request.C: - compile return list of classes now. try
8909: call @conf and @auto for each returned class
8910:
8911: * src/include/pa_request.h: - compile return list of classes now
8912:
8913: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8914: return list of classes when compile buf)
8915:
8916: 2008-06-07 misha
8917:
8918: * src/main/pa_request.C: - constructing VRequest object with 3rd
8919: param -- form
8920:
8921: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8922: 3rd param: form. needed for get post_charset
8923:
8924: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8925: added
8926:
8927: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8928: types/pa_vform.C, types/pa_vform.h: - some polish
8929:
8930: 2008-06-06 misha
8931:
8932: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8933: charset and decode chars from it but not from response:charset
8934:
8935: * src/main/pa_http.C: - detect_charset moved out of here
8936:
8937: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8938: methods moved here - unescape_chars accepn one charset now
8939:
8940: * src/main/pa_http.C: - new constants used - don't allow
8941: $.content-type in ^file::load[;http://;$.method[POST]] - add
8942: charset info while ^file::load[;http://;$.method[POST]] - option
8943: $.omit-post-charset(true) added to ^file::load[;http://] for
8944: disabling charset during post
8945:
8946: * src/types/pa_vform.C: - new constants used
8947:
8948: * src/include/pa_common.h: - some constants were added
8949:
8950: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8951: instead of StrEqNc
8952:
8953: * src/main/pa_common.C: - new method for caseless search
8954: c-substring in c-string - use isxdigit instead of is_hex_digit
8955:
8956: * src/include/pa_common.h: - new method for caseless search
8957: c-substring in c-string
8958:
8959: 2008-06-05 misha
8960:
8961: * tests/results/178.processed: - test for testing default getter
8962:
8963: * tests/178.html: - test for testing default getter
8964:
8965: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8966: for test for testing default getter
8967:
8968: * src/main/execute.C: - default getter soul
8969:
8970: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8971: requested objects' field not found
8972:
8973: * src/types/pa_vclass.C: - register default getter if defined - get
8974: default getter if requested field not found
8975:
8976: * src/types/pa_vstateless_object.h: - method get_default_getter was
8977: added
8978:
8979: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8980: pointer to default getter and methods for get/set it were added
8981:
8982: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8983: auto_name field (for default getter)
8984:
8985: 2008-06-04 misha
8986:
8987: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8988: transcoding, no cutting BOM code, no fixing line breaks) and get
8989: it to libxml "as is"
8990:
8991: 2008-06-03 misha
8992:
8993: * src/main/pa_common.C: - use store_Char instead of
8994: transcodeCharFromUTF8
8995:
8996: * src/: include/pa_charset.h, main/pa_charset.C: - method
8997: store_Char added, transcodeCharFromUTF8 -- removed
8998:
8999: 2008-06-02 misha
9000:
9001: * tests/: results/177.processed, 177.html: - test for checking
9002: .[acm]date after local ^file::load[] was added
9003:
9004: * tests/: results/176.processed, 176.html: - test for checking
9005: @OPTION\locals + @method[vars][locals] added
9006:
9007: * tests/results/auto.p: - CLASS_PATH specified for checking use
9008:
9009: 2008-05-30 misha
9010:
9011: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9012: @OPTION\nlocals + @method[vars][;locals;] were added
9013:
9014: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9015: moved to separate method op_code - switch from VMethodFrame to
9016: VMethodFrameGlobal + VMethodFrameLocal
9017:
9018: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9019: was moved to separate method op_code
9020:
9021: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9022: VMethodFrame now
9023:
9024: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9025: all_vars_local as well
9026:
9027: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9028: pa_vmethod_frame_local.h, Makefile.am: - who children for
9029: VMethodFrame were added: one (global) works as VMethodFrame
9030: before and second (local) write all vars in self vars scope
9031:
9032: * src/types/pa_method.h: - method has bool flag all_vars_local now
9033:
9034: 2008-05-29 misha
9035:
9036: * tests/: 129.html, results/129.processed: - more tests for
9037: ^table.hash[]
9038:
9039: * src/classes/hash.C: - ^hash::sql has a new option:
9040: $.type[hash|string|table] as ^table.hash[] one.
9041:
9042: * src/classes/op.C: - ^try has 3rd param now: finally code which
9043: executed anyway after try or catch section
9044:
9045: 2008-05-27 misha
9046:
9047: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9048: must not fail if $.distinct(1) wasn't specified
9049:
9050: 2008-05-26 misha
9051:
9052: * src/classes/op.C: - allow ^throw[my type]
9053:
9054: 2008-05-22 misha
9055:
9056: * configure.in, configure: - version number updated to 3.2.4b
9057:
9058: * src/classes/: op.C, string.C: - trim format string before
9059: eval/format
9060:
9061: * tests/: results/175.processed, 175.html: - more tests for
9062: different format strings in .format[]
9063:
9064: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9065: as well (not only %XX)
9066:
9067: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9068: charset specified - checks for format before print number
9069: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9070: (instead of tabs) removed
9071:
9072: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9073: charset specified
9074:
9075: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9076: char in requested charset from utf code was added
9077:
9078: 2008-05-19 misha
9079:
9080: * tests/: 174.html, results/174.processed: - test for
9081: ^hashfile.cleanup[] added
9082:
9083: * src/classes/hashfile.C: - optimization: don't create any key or
9084: value variable if it's name weren't specified
9085: (^hf.foreach[;v]{...})
9086:
9087: 2008-05-16 misha
9088:
9089: * src/classes/hash.C: - optimization: don't create any key variable
9090: if variable name wasn't specified (^h.foreach[;v]{...})
9091:
9092: 2008-05-15 misha
9093:
9094: * src/classes/op.C: - small changes
9095:
9096: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9097:
9098: * src/classes/hash.C: - calculate var_context once before foreach
9099:
9100: 2008-05-14 misha
9101:
9102: * src/classes/hashfile.C: - incorrect vars context calculation for
9103: ^hashfile.foreach[;]{} fixed
9104:
9105: * src/classes/: hash.C, table.C: - little optimisation
9106:
9107: * src/classes/file.C: - bugfix: double absolute path while loading
9108: file
9109:
9110: * tests/: 174.html, results/174.processed: - tests for hashfile
9111: were added
9112:
9113: * buildall-with-xml: - moving to libxslt 1.1.24
9114:
9115: 2008-04-30 misha
9116:
9117: * src/classes/file.C: - stat file while loading (local only) so
9118: .adate, .mdate and .cdate available without additional ::stat
9119:
9120: 2008-04-28 misha
9121:
9122: * src/classes/file.C: - $.name and $.content-type available for
9123: stated file
9124:
9125: 2008-04-14 misha
9126:
9127: * src/targets/cgi/parser3.C: - new year in copyright %-)
9128:
9129: * src/include/pa_version.h: - new version number in head
9130:
9131: 2008-04-10 misha
9132:
9133: * tests/: 080.html, results/080.processed: - cut '0' from
9134: exponential part because of on diff OS it differ (20 or 020 for
9135: ex)
9136:
9137: * tests/: 119.html, results/119.processed: - check for encoding
9138: while creating xdoc
9139:
9140: 2008-04-09 misha
9141:
9142: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9143:
9144: * src/main/pa_common.C: - comment added
9145:
9146: * src/classes/date.C: - little refactoring
9147:
9148: 2008-04-07 misha
9149:
9150: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9151: style of ^table.save[]: prepare one big string and sabe it at
9152: once. it's safe on freebsd 4.x but use much more memory.
9153:
9154: * buildall-with-xml, buildall-without-xml: - option
9155: --disable-stringstream added (under comment. use it on freebsd
9156: 4.x)
9157:
9158: 2008-02-22 misha
9159:
9160: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9161: specified together in file::load[;http] - get back transcoding
9162: $.body[] in file::load[;http]
9163:
9164: 2008-02-21 misha
9165:
9166: * src/classes/date.C: - ^date.gmt-string[] was added
9167:
9168: * src/types/pa_value.C: - method for output date in RFC 822 format
9169: moved to pa_common.h
9170:
9171: * src/include/pa_common.h: - method for output date in RFC 822
9172: format moved here from pa_value.C
9173:
9174: * src/types/pa_vmail.C: - fixed core in sending mail with
9175: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9176:
9177: 2008-02-20 misha
9178:
9179: * src/main/pa_http.C: - transcode $.headers before escaping into
9180: specified charset while ^file::load[...;http://...] (L_URI
9181: instead of L_HTTP_HEADER) - $.cookies param available in
9182: ^file::load[;http://...] now (but we don't parse set-cookies from
9183: response yet) (cookies not transcoded as common $cookies)
9184:
9185: 2008-02-19 misha
9186:
9187: * src/main/pa_request.C: - rollback: we mustn't force taint
9188: $response:field values because in this case
9189: $response:locateion[http://...] don't works.
9190:
9191: 2008-02-15 misha
9192:
9193: * src/classes/op.C: - little refactoring
9194:
9195: * src/main/pa_http.C: - taint names of $.headers for load[;http
9196:
9197: * src/main/pa_request.C: - force taint values of $response:field
9198:
9199: 2008-02-14 misha
9200:
9201: * src/main/pa_request.C: - $response:field transcoded to
9202: $response:charset before escaping now
9203:
9204: * src/main/pa_http.C: - some outdated comments removed
9205:
9206: * src/classes/date.C: - lastdat -> last-day
9207:
9208: * src/classes/date.C: - ^date:lastday(year;month) and
9209: ^date.lastday[] were added - little code refactoring - comments
9210: changes
9211:
9212: * tests/: 159.html, results/159.processed: - test for number of
9213: days in February
9214:
9215: * src/types/pa_value.C: - fixes in code formatting
9216:
9217: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9218: and comments
9219:
9220: 2008-02-13 misha
9221:
9222: * src/main/pa_common.C: - bugfix for february at leap year
9223:
9224: 2008-01-28 misha
9225:
9226: * tests/: 160.html, results/160.processed: - more test for cache
9227: added
9228:
9229: * src/classes/op.C: - bugfix: cache body executed twice if contains
9230: unhandled exception
9231:
9232: 2008-01-25 misha
9233:
9234: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9235: bug when hashfile became inavailable after memory:compact)
9236:
9237: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9238:
9239: 2008-01-22 misha
9240:
9241: * src/classes/table.C: - little refactiring and exception texts
9242: changes in method ^table.hash[]
9243:
9244: * src/types/pa_vcookie.C: - link to cookie specification changed
9245:
9246: 2008-01-21 misha
9247:
9248: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9249: file::exec/cgi
9250:
9251: * src/classes/file.C: - bugfix: core while processing headers if
9252: executed cgi script don't return content
9253:
9254: 2008-01-18 misha
9255:
9256: * buildall-with-xml: - move to libxml2 version 2.6.31
9257:
9258: * src/include/pa_version.h, configure.in: - version number updated
9259: to '3.2.3b'
9260:
9261: 2007-12-28 misha
9262:
9263: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9264: hash.contains
9265:
9266: 2007-12-27 misha
9267:
9268: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9269: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9270: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9271: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9272: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9273: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9274: src/targets/cgi/parser3.vcproj,
9275: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9276: back to VS2003 because of Apache 1.3 module can't work if it was
9277: built in VS 2005. with cgi all file so VS2003 project files can
9278: be easy converted to the new format.
9279:
9280: 2007-12-04 misha
9281:
9282: * src/types/pa_vcode_frame.h: - changes in comment
9283:
9284: 2007-11-29 misha
9285:
9286: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9287: intercept strings any longer
9288:
9289: * tests/: 173.html, results/173.processed: - tests for
9290: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9291: but not in main code frame
9292:
9293: * tests/: 172.html, results/172.processed: - more tests for pass
9294: objects from code frames
9295:
9296: 2007-11-27 misha
9297:
9298: * tests/: 152.html, results/152.processed: - tests for converting
9299: strings 'true'/'false' to bool were added
9300:
9301: * tests/152.html: - added checks for converting strings
9302: 'true'/'false' to bool
9303:
9304: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9305: not only strings with numbers but with values 'true'/'false' as
9306: well
9307:
9308: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9309: for parser3.log increased
9310:
9311: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9312:
9313: * src/include/pa_common.h: - remove_crlf return cstring size now
9314:
9315: * src/include/pa_types.h: - constant with buffer size for
9316: parser3.log added
9317:
9318: 2007-11-16 misha
9319:
9320: * tests/cat.sh: - script for tests for file::exec/cgi
9321:
9322: * tests/171.html: - tests for file::exec/cgi
9323:
9324: * tests/results/171.processed: - tests results for file::exec/cgi
9325:
9326: 2007-11-15 misha
9327:
9328: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9329:
9330: * src/classes/file.C: - .body must be set before analyzing cgi
9331: headers
9332:
9333: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9334: only if exec/cgi return anything.
9335:
9336: 2007-11-14 misha
9337:
9338: * operators.txt: - info about new text|binary option for
9339: file::exec/cgi was added
9340:
9341: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9342: ^file:exec[[text|binary];script;...]
9343:
9344: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9345: classes/string.C, classes/table.C: - more text strings moved to
9346: the one place
9347:
9348: 2007-11-09 misha
9349:
9350: * src/types/pa_vrequest.C: - $request:argv must be taint
9351:
9352: * ChangeLog: - $request:argv [patch from Sumo]
9353:
9354: * operators.txt: - $request:argv
9355:
9356: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9357: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9358:
9359: 2007-10-25 misha
9360:
9361: * buildall-with-xml, buildall-without-xml: - options preparations
9362: for ./configure rewrited
9363:
9364: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9365: error occure in unhandled_exception finally fixed
9366:
9367: 2007-10-23 misha
9368:
9369: * tests/: 170.html, results/170.processed: - test for
9370: @method[][result]
9371:
9372: * operators.txt: - added info about node.prefix and
9373: node.namespaceURI
9374:
9375: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9376:
9377: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9378: added for node and attribute
9379:
9380: 2007-10-22 misha
9381:
9382: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9383:
9384: * src/main/pa_request.C: - added const content-transfer-encoding
9385:
9386: * src/include/pa_request.h: - added const content-transfer-encoding
9387: - ups. constants must be in lowercase (for search)
9388:
9389: * src/types/pa_vmail.C: - more constants used -
9390: content-transfer-encoding: 8bit added
9391:
9392: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9393:
9394: * src/include/pa_request.h: - more constants
9395:
9396: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9397: ommit anymore if $.content-disposition was specified - little
9398: refactoring
9399:
9400: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9401:
9402: 2007-10-17 misha
9403:
9404: * operators.txt: - info about
9405: table::create[nameless]{data}[>options<] was added
9406:
9407: * src/main/: compile.tab.C, compile.y: - if error occure while
9408: compile method don't put this method in methods table anymore.
9409: in other case the parser coredumped if @unhandled_exception
9410: method can't be compiled because of parser.compile error.
9411:
9412: * src/main/execute.C: - little code reformating
9413:
9414: * src/main/pa_request.C: - little code reformating - comment
9415: changed
9416:
9417: 2007-10-16 misha
9418:
9419: * tests/: 035.html, results/035.processed: - tests
9420: table::create[]{}[options] added
9421:
9422: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9423: options (only $.seperator[] yet)
9424:
9425: 2007-10-10 misha
9426:
9427: * src/classes/table.C: - some contstants moved to pa_common.h -
9428: some code changes
9429:
9430: 2007-10-02 misha
9431:
9432: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9433: then three time as much. but base64 encoding method still use
9434: less memory anyway.
9435:
9436: 2007-09-17 misha
9437:
9438: * operators.txt: - added info about $cookie:fields
9439:
9440: * src/types/pa_vcookie.C: - $cookie:fields available now
9441:
9442: * src/classes/hash.C: - some stuff for use with .for_each moved to
9443: common
9444:
9445: * src/include/pa_common.h: - some stuff for use with .for_each
9446: moved here
9447:
9448: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9449:
9450: 2007-09-14 misha
9451:
9452: * buildall-with-xml: - new xml libs again =)
9453:
9454: 2007-08-28 misha
9455:
9456: * operators.txt: - texts about ^table.columns[[column name]] and
9457: ^string.split[...][v][column name] were added
9458:
9459: * tests/: 168.html, 169.html, results/168.processed,
9460: results/169.processed: - tests for ^table.columns[[column name]]
9461: and ^string.split[...][v][column name] were added
9462:
9463: * src/classes/table.C: - new option ^table.columns[[column name]]
9464: was added
9465:
9466: * src/classes/string.C: - new option ^string.split[...;v;[column
9467: name]]
9468:
9469: * src/include/pa_exception.h: - error text message for
9470: ^hash._keys[], ^table.columns[] and ^string.split[]
9471:
9472: 2007-08-27 misha
9473:
9474: * src/main/untaint.C: - try to fix coredump on unix if print to
9475: body ^taint[sql][something] outside of connect
9476:
9477: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9478: outside of connect
9479:
9480: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9481: added (commented by default)
9482:
9483: 2007-08-20 misha
9484:
9485: * operators.txt: - comment about new method ^node.hasAttributes[]
9486: was added
9487:
9488: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9489: duplicated exception text strings were removed
9490:
9491: * src/include/pa_exception.h: - more exception text strings moved
9492: here
9493:
9494: * src/classes/table.C: - some duplicate exceptions' text strings
9495: removed
9496:
9497: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9498: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9499: removed
9500:
9501: * src/include/pa_exception.h: - some exception text strings movet
9502: to pa_exception
9503:
9504: * tests/: 149.html, results/149.processed: - test for
9505: ^xnode.hasAttributes[] was added - some code changes
9506:
9507: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9508: added
9509:
9510: 2007-08-17 misha
9511:
9512: * tests/: results/006.processed, results/059.processed, 006.html,
9513: 059.html: - more tests for match
9514:
9515: * tests/: 129.html, results/129.processed: - tests for
9516: ^table.hash[...][$.type[string|hash|table]] added
9517:
9518: * src/targets/cgi/parser3.C: - little syntax changes
9519:
9520: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9521: syntax changes
9522:
9523: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9524: messages in parser3.log switched off by default. If someone
9525: really still need it: use $SIGPIPE(1)
9526:
9527: 2007-08-08 misha
9528:
9529: * buildall-with-xml, buildall-without-xml: - remove libs source
9530: files by default since now
9531:
9532: 2007-08-07 misha
9533:
9534: * buildall-without-xml: - some option syntax changes
9535:
9536: * buildall-with-xml: - compile libxml2 without http support - some
9537: option syntax changes
9538:
9539: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9540:
9541: 2007-08-06 misha
9542:
9543: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9544:
9545: * tests/: 160.html, results/160.processed: - cache test was
9546: rewrited
9547:
9548: 2007-07-06 misha
9549:
9550: * tests/: 153.html, results/153.processed: - added test for
9551: ^math:sha1[string]
9552:
9553: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9554: transcoded
9555:
9556: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9557: were added
9558:
9559: 2007-06-28 misha
9560:
9561: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9562: some incorrect chars
9563:
9564: 2007-06-19 misha
9565:
9566: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9567: were moved on top because of gcc 4 had a problems during
9568: building.
9569:
9570: 2007-06-18 misha
9571:
9572: * tests/results/019.processed: - new image commited
9573:
9574: 2007-06-09 misha
9575:
9576: * src/classes/: op.C, table.C: - in while and table.select method
9577: as_expression used now
9578:
9579: * src/types/pa_vmethod_frame.h: - method as_expression was added
9580:
9581: 2007-06-08 misha
9582:
9583: * tests/: 166.html, results/166.processed: - test for
9584: ^match[...][n]
9585:
9586: * tests/: 165.html, results/165.processed: - tests for loops
9587:
9588: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9589: because of no speed/memory optimisation but some proglems with
9590: long cycles occure
9591:
9592: 2007-06-06 misha
9593:
9594: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9595: ^table.select(true) and ^table.select(1) didn't works because of
9596: awaiting junction-param only. fixed.
9597:
9598: 2007-05-24 misha
9599:
9600: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9601: with 0.5 secs interval
9602:
9603: * src/classes/op.C: - cache was rewrited. I hope it works with
9604: locking system now on unix
9605:
9606: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9607: system locks which wait till other threads release it but try get
9608: lock, if fail wait 1 sec and make 10 attempts.
9609:
9610: * src/include/pa_os.h: - consts for blocking locks + some comments
9611: were added
9612:
9613: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9614: opening files
9615:
9616: * src/classes/table.C: - changes in includes. if unclude <sstream>
9617: after our classes on unix it can't be build
9618:
9619: * src/types/pa_vhashfile.C: - not needed code removed
9620:
9621: 2007-05-23 misha
9622:
9623: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9624: include/pa_common.h: - cosmetic changes
9625:
9626: 2007-05-18 misha
9627:
9628: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9629: often. it's give some speed increasing
9630:
9631: * tests/results/160.processed: - returned time corrected
9632:
9633: * tests/160.html: - time increased because on unix 1 mean nothing
9634: :(
9635:
9636: * operators.txt: - added info about ^hash.contain[key]
9637:
9638: * src/classes/hash.C: - added ^hash.contain[key]
9639:
9640: * src/include/pa_hash.h: - added method for checking key exists in
9641: hash
9642:
9643: 2007-05-07 misha
9644:
9645: * src/include/pa_string.h: - was compilation error during build on
9646: freebsd4
9647:
9648: 2007-05-03 misha
9649:
9650: * src/classes/table.C: - option $.type[hash|string|table] was added
9651: for ^table.hash[]
9652:
9653: * src/classes/file.C: - comment removed
9654:
9655: 2007-04-26 misha
9656:
9657: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9658: real files doesn't opened in place anymore
9659:
9660: 2007-04-24 misha
9661:
9662: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9663:
9664: * src/include/pa_exception.h: "static" removed
9665:
9666: 2007-04-23 misha
9667:
9668: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9669:
9670: * src/classes/math.C: added: - ^math:ln(N) (the same as
9671: ^math:log(N)) - ^math:lg(N)
9672:
9673: * tests/: 097.html, results/097.processed: - charsets converstion
9674: during ^file::load[text;http://...] added
9675:
9676: * tests/: 164.html, results/164.processed: - check for set expires
9677: as a date
9678:
9679: * tests/: 164.html, results/164.processed: - test for hashfile
9680:
9681: * src/classes/hashfile.C: - little comment changes
9682:
9683: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9684: access
9685:
9686: * src/: classes/date.C, classes/double.C, classes/file.C,
9687: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9688: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9689: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9690: classes/xnode.h, include/pa_request.h, main/execute.C,
9691: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9692: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9693: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9694: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9695: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9696: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9697: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9698: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9699: "parser.runtime" strings were removed
9700:
9701: * src/classes/hashfile.C: - with .clear[] called files_delete()
9702: now.
9703:
9704: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9705:
9706: * src/include/pa_exception.h: - string constant with
9707: "parser.runtime" text was added
9708:
9709: 2007-04-20 misha
9710:
9711: * operators.txt: - some comments changing
9712:
9713: * operators.txt: - added info about .^hashfile.release[],
9714: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9715:
9716: * configure: =cheching for unsetenv
9717:
9718: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9719: ^hashfile.release[] were added
9720:
9721: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9722: ^string.match[][] understand new option now: return number of
9723: matches but not table wit results
9724:
9725: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9726: reopen now
9727:
9728: * src/classes/op.C: - bug. must be false
9729:
9730: * configure.in: - checking for unsetenv was added
9731:
9732: * src/types/pa_vform.C: - some comments
9733:
9734: 2007-04-18 misha
9735:
9736: * buildall-with-xml: moving to libxml2-2.6.28
9737:
9738: * buildall-with-xml, buildall-without-xml: added commented lines
9739: with --disable-safe-mode option
9740:
9741: * operators.txt: - info about $form:files
9742:
9743: 2007-04-17 misha
9744:
9745: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9746: $form:files was added
9747:
9748: * tests/: 163.html, results/163.processed: removing auto format
9749:
9750: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9751:
9752: 2007-04-16 misha
9753:
9754: * tests/: 163.html, results/163.processed: - test for .int[],
9755: floor, round, ceiling and .format[]
9756:
9757: * src/classes/file.C: - little optimization for getting args in
9758: exec/cgi
9759:
9760: 2007-04-13 misha
9761:
9762: * src/classes/file.C: - arguments for file::exec/cgi can be
9763: specified now as s table with one column
9764:
9765: 2007-03-27 misha
9766:
9767: * tests/: 162.html, results/162.processed: - test for
9768: ^table.select(^condition[$t])
9769:
9770: * tests/results/auto.p: - load windows-1251 charset for some tests
9771:
9772: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9773:
9774: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9775: 161_windows1251.txt: - added test for
9776: ^file::load[text;/local/file.txt;$.charset[...]]
9777:
9778: * tests/: results/013.processed, 013.html: - added test for
9779: checking $._default value while hash modifications
9780:
9781: * tests/: 160.html, results/160.processed: - add test for
9782: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9783:
9784: 2007-03-22 misha
9785:
9786: * src/include/pa_common.h: - "charset" string defined for
9787: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9788:
9789: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9790: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9791: added - not needed transcodes were removed from
9792: ^file::load[...;http://...]
9793:
9794: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9795: added
9796:
9797: * src/classes/date.C: - date.week was fixed
9798:
9799: * operators.txt: - added info about date.weekyear
9800:
9801: * tests/: 159.html, results/159.processed: - tests for date.week
9802: and date.weekyear added
9803:
9804: 2007-03-15 misha
9805:
9806: * src/classes/table.C: - enclose column numbers for nameless tables
9807: as well
9808:
9809: 2007-03-14 misha
9810:
9811: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9812:
9813: * src/classes/table.C: - table.save optimization: now required much
9814: less memory
9815:
9816: 2007-03-13 misha
9817:
9818: * tests/results/: 158.processed, 158.processes: - tests for
9819: table.save/table.load
9820:
9821: * tests/: 158.html, results/158.processes: - tests for
9822: table.save/table.load
9823:
9824: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9825:
9826: * buildall-with-xml: - pattern needed now for building
9827:
9828: * tests/results/097.processed: - added test results for xdoc::load
9829: & xdoc::load[http://...]
9830:
9831: * tests/097.html: - added test for xdoc::load
9832:
9833: 2007-03-12 misha
9834:
9835: * tests/: 107.html, results/107.processed: - added test for xpath
9836: '//man'
9837:
9838: 2007-03-01 misha
9839:
9840: * tests/: 097.html, results/097.processed: - added test for
9841: creating xdoc from file
9842:
9843: * tests/: results/157.processed, 157.html: - added test for
9844: file:move
9845:
9846: 2007-02-28 misha
9847:
9848: * src/classes/xdoc.C: - another attempt
9849:
9850: * src/classes/xdoc.C: - roll back last changes for a while
9851:
9852: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9853:
9854: * src/classes/file.C: - under lock we create non-exist dir anyway
9855:
9856: * tests/results/099.processed: - ever send content-disposition to
9857: client with file
9858:
9859: * tests/157.html: + test for file:copy
9860:
9861: 2007-02-26 misha
9862:
9863: * src/classes/file.C: - some similar strings moved to #define
9864: instead of to be copy/pasted many times
9865:
9866: * src/types/pa_vfile.h: - class name string ("file") moved to
9867: #define
9868:
9869: 2007-02-20 misha
9870:
9871: * configure.in: - added some strings for sqlite detection
9872:
9873: 2007-02-19 misha
9874:
9875: * operators.txt: - some comments changes
9876:
9877: * buildall-with-xml, buildall-without-xml: - some modifications
9878:
9879: 2007-02-17 misha
9880:
9881: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9882:
9883: * src/main/pa_request.C: - damn, i forgot to commit it while I
9884: change console behaviour
9885:
9886: 2007-02-12 misha
9887:
9888: * src/targets/cgi/parser3.C: - don't print headers if
9889: $console:line[data] was used during cgi execution.
9890:
9891: * src/types/pa_vconsole.h: - console class have bool flag now which
9892: marked as 'true' if class was used.
9893:
9894: * tests/: 152.html, results/152.processed: - more types was added
9895: to test 152
9896:
9897: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9898: adding 'bool' (^if($image){} caused exception)
9899:
9900: 2007-02-09 misha
9901:
9902: * tests/: 152.html, results/152.processed: - test alightly updated
9903:
9904: * tests/: 152.html, results/152.processed: - test rewrited
9905:
9906: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9907: bugfix. I broke xdoc & xnode in expression
9908:
9909: 2007-02-08 misha
9910:
9911: * tests/: 152.html, results/152.processed: - add test for checking
9912: 'def' for void, string, bool, int & double
9913:
9914: 2007-02-07 misha
9915:
9916: * operators.txt: - ^file:base64[filespec] was added
9917:
9918: * tests/results/153.processed: - result test for
9919: ^file:base64[filespec] was updated
9920:
9921: * tests/153.html: - test for ^file:base64[filespec] was added
9922:
9923: * src/types/pa_vconsole.h: - little optimization
9924:
9925: * src/classes/file.C: - ^file:base64[filespec]
9926:
9927: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9928:
9929: * src/include/pa_common.h: - declarations for
9930: ^file:base64[filespec]
9931:
9932: * src/types/pa_vcookie.C: - little optimization
9933:
9934: 2007-02-06 misha
9935:
9936: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9937: were temporary commented
9938:
9939: * src/types/pa_vbool.h: - bugfix
9940:
9941: * tests/156.html: - added test for bool cookie
9942:
9943: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9944:
9945: * tests/: 155.html, results/155.processed: - added test for check
9946: $.encloser[] option for table save/load
9947:
9948: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9949:
9950: 2007-02-05 misha
9951:
9952: * tests/results/152.processed: - newline at the end was missed
9953:
9954: * tests/results/141.processed: - math:md5 must be lowercased
9955:
9956: * src/targets/cgi/parser3.C: - 2007 in help ;)
9957:
9958: 2007-02-03 misha
9959:
9960: * tests/results/: 150.processed, 151.processed, 152.processed: -
9961: test for bool added and some content length fixes
9962:
9963: * tests/152.html: - test for bool added
9964:
9965: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9966:
9967: * operators.txt: - info bool class was added
9968:
1.116 moko 9969: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9970: classes/classes.vcproj, classes/double.C, classes/int.C,
9971: classes/string.C, classes/void.C, classes/xnode.C,
9972: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9973: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9974: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9975: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9976: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9977: types/types.vcproj: - bool class was added
9978:
9979: * src/main/pa_request.C: - fix
9980:
9981: 2007-01-18 misha
9982:
9983: * src/: main/pa_string.C, classes/string.C: - return table during
9984: ^string.match[][] even if no matched found.
9985:
9986: 2006-12-20 misha
9987:
9988: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9989: http://www.parser.ru/forum/?id=55598 ]
9990:
9991: 2006-12-19 misha
9992:
9993: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9994: details: http://www.parser.ru/forum/?id=52359
9995:
9996: * src/main/pa_request.C: - always set content-disposition for
9997: $response:body[hash here]. more details:
9998: http://www.parser.ru/forum/?id=52130
9999:
10000: 2006-12-07 misha
10001:
10002: * operators.txt: - added info about bool params in cookie set
10003:
10004: * src/types/pa_vcookie.C: - bool param in cookies available now
10005: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10006: ]
10007:
10008: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10009: was added
10010:
10011: 2006-12-02 misha
10012:
10013: * src/classes/file.C: - file_block_read used instead of native read
10014:
10015: * src/main/pa_common.C: - added file_block_read with read error
10016: detection - file_block_read used instead of native read
10017:
10018: * src/include/pa_common.h: - added file_block_read declaration
10019:
10020: 2006-12-01 misha
10021:
10022: * operators.txt: - info about $var.CLASS_NAME was added
10023:
10024: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10025: $var.CLASS_NAME added
10026:
10027: * operators.txt: - added info about ^file:copy[]
10028:
10029: * src/classes/file.C: - ^file:copy[from;fo] was added
10030:
10031: 2006-11-20 misha
10032:
10033: * src/classes/date.C: - bug fix :)
10034:
10035: 2006-11-17 misha
10036:
10037: * src/include/pa_common.h: - array in crc32 calculation was changed
10038: to static
10039:
10040: * src/main/pa_common.C: - little optimization in getMonthDays -
10041: small changes in crc32 calculation
10042:
10043: * src/classes/date.C: - not needed code was removed
10044:
10045: 2006-11-16 misha
10046:
10047: * src/types/pa_vmail.C: - fix missed brakes
10048:
10049: * src/types/pa_vmail.C: - mail:send now set content-type:
10050: multipart/related instead of multipart/mixed if file have
10051: $.content-id[]
10052:
10053: 2006-11-15 misha
10054:
10055: * src/types/pa_vdouble.h: abs -> fabs
10056:
10057: 2006-11-14 misha
10058:
10059: * operators.txt: - added info about ^file.md5[] and
10060: ^file:md5[file-name]
10061:
10062: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10063: added
10064:
10065: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10066: FILE_BUFFER_SIZE
10067:
10068: * src/classes/math.C: - hex_string was moved to pa_common.h
10069:
10070: * src/include/pa_common.h: - hex_string was moved from math.C -
10071: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10072:
10073: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10074: values was fixed
10075:
10076: 2006-11-13 misha
10077:
10078: * operators.txt: - added info about ^math:crc32[string],
10079: ^file:crc32[file-name] & ^file.crc32[]
10080:
10081: * src/classes/math.C: - added ^math:crc32[string]
10082:
10083: * src/classes/file.C: - some comments were changed - added
10084: ^file:crc32[file-name] and ^file.crc32[]
10085:
10086: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10087: crc32 calculation added
10088:
10089: 2006-11-03 misha
10090:
10091: * src/include/pa_array.h: - not needed variable removed
10092:
10093: * tests/: 150.html, 151.html, results/150.processed,
10094: results/151.processed: - 2 tests were added
10095:
10096: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10097: with $.reverse(1) were fixed
10098:
10099: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10100: query converted to $.charset during ^file::load[http://...]
10101:
10102: 2006-11-02 misha
10103:
10104: * src/include/pa_table.h: ups. forget '=' char
10105:
10106: * src/include/pa_table.h: - one more fix in
10107: .locate[...][$.reverse(1)]
10108:
10109: 2006-11-01 misha
10110:
10111: * src/classes/math.C: - bug fix, details:
10112: http://www.parser.ru/forum/?id=53360
10113:
10114: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10115: false for all records )[$.reverse(1)]
10116:
10117: * src/main/pa_http.C: - second param for this mid method is length
10118: but not end_index so this method has error and can't detect
10119: charsets in next content-types: Content-type: text/html;
10120: charset="windows-1251" Content-type: text/html;
10121: charset="windows-1251"; Content-type: text/html;
10122: charset=windows-1251;
10123:
10124: only Content-type: text/html; charset=windows-1251 was fine
10125:
10126: 2006-10-31 misha
10127:
10128: * src/classes/file.C: - empty args in file::exec removed now
10129:
10130: 2006-09-03 paf
10131:
10132: * src/classes/file.C: proper tainting of
10133: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10134:
10135: 2006-06-09 paf
10136:
10137: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10138:
10139: * src/classes/table.C: formatting
10140:
10141: * src/classes/table.C: incorporated patch from misha: Sent:
10142: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10143: ignoring string options for ^table.save[]
10144:
10145: * src/classes/hash.C: incorporated patch from misha Sent:
10146: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10147: $hash._default disappear while
10148:
10149: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10150: $.format[!uue|!base64] << new base64 option. default uue ] ]
10151:
10152: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10153: PM Subject: patch for base64 in ^mail:send[] %-)
10154:
10155: 2006-04-09 paf
10156:
10157: * src/main/compile.tab.C: ` change compiled
10158:
10159: * gnu.vcproj, operators.txt, parser3.sln,
10160: src/classes/classes.vcproj, src/classes/file.C,
10161: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10162: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10163: src/classes/xnode.C, src/include/pa_array.h,
10164: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10165: src/include/pa_memory.h, src/include/pa_request.h,
10166: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10167: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10168: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10169: src/lib/pcre/pcre_dftables.vcproj,
10170: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10171: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10172: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10173: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10174: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10175: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10176: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10177: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10178: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10179: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10180: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10181: src/types/pa_value.h, src/types/pa_vcookie.C,
10182: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10183: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10184: src/types/pa_vstatus.C, src/types/types.vcproj,
10185: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10186: ^menu, ^hash/hashfile.foreach
10187:
10188: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10189: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10190: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10191: src/classes/xnode.C, src/include/pa_array.h,
10192: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10193: src/include/pa_memory.h, src/include/pa_request.h,
10194: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10195: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10196: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10197: src/lib/pcre/pcre_dftables.vcproj,
10198: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10199: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10200: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10201: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10202: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10203: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10204: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10205: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10206: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10207: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10208: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10209: src/types/pa_value.h, src/types/pa_vcookie.C,
10210: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10211: src/types/pa_vstatus.C, src/types/types.vcproj,
10212: tests/descript.ion: ! switched to VS2005 (projects and
10213: object<info explicitly typed>.for_each(, info)) +
10214: $response:field[] setting void means removing + grammar $name`
10215: name stops now, for mysql `$field` + started ^break[]
10216: ^continue[], in ^for. TODO: to other iterators (while, menu,
10217: foreach) + all log messages += [uri=, method=, cl=]
10218:
10219: * buildall-with-xml: merged . ftp paths update
10220:
10221: * buildall-with-xml: . ftp paths update
10222:
10223: 2006-03-04 paf
10224:
10225: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10226: checks++ [thanks to Igor Zinkovsky for detailed report]
10227:
10228: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10229: Igor Zinkovsky for detailed report]
10230:
10231: 2006-03-01 paf
10232:
10233: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10234: \n to ' ' in
10235:
10236: 2006-02-18 paf
10237:
10238: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10239: \n to ' ' in
10240:
10241: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10242:
10243: 2006-02-03 paf
10244:
10245: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10246: base64
10247:
10248: * src/main/pa_common.C: ! bugfix: decoding from base64
10249:
10250: 2006-01-20 paf
10251:
10252: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10253: economy fix
10254:
10255: * src/classes/: table.C: merged from HEAD ! bugfix
10256: ^table.save[$.encloser-s now handled properly
10257:
10258: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10259: handled properly
10260:
10261: 2006-01-19 paf
10262:
10263: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10264: libgc:USE_MUNMAP activates merging of free memory blocks which
10265: helps a lot in our case: after transform we want
10266: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10267:
10268: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10269: economy fix
10270:
10271: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10272: activates merging of free memory blocks which helps a lot in our
10273: case: after transform we want CORD(main.result)->cstr[big
10274: malloc]->transcode[big malloc]
10275:
10276: 2006-01-17 paf
10277:
10278: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10279: before reading them. got rid of reallocs = became quicker and
10280: less fragmentated
10281:
10282: 2005-12-29 paf
10283:
1.116 moko 10284: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10285: configure, configure.in, src/include/pa_version.h,
10286: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10287: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10288: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10289: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10290: src/lib/ltdl/missing: . merged from 3.2.1
10291:
1.116 moko 10292: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10293: packaged when 'make dist', so do configure companion files in
10294: src/lib/ltdl
10295:
10296: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10297: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10298: missing: . now config_auto.h is created with configure [were
10299: constant]
1.95 moko 10300:
10301: * INSTALL: . references to documentation and some clarification
10302:
10303: * buildall-with-xml, buildall-without-xml: . farawell doc
10304: indication
10305:
1.116 moko 10306: * Makefile.am: . dist+=buildall*
1.95 moko 10307:
10308: 2005-12-28 paf
10309:
10310: * configure: . 3.2.1
10311:
10312: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10313: simplify build process, see INSTALL
10314:
10315: 2005-12-26 paf
10316:
10317: * configure: ver
10318:
10319: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10320: version
10321:
10322: 2005-12-21 paf
10323:
10324: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10325: compiled with bison 1.875b, it reports unexpected token names
10326:
10327: 2005-12-19 paf
10328:
10329: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10330: holds a link to xmlNode to prevent premature gc(xmlNode)
10331:
10332: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10333: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10334: src/main/main.vcproj, src/main/pa_globals.C,
10335: src/targets/cgi/parser3.vcproj,
10336: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10337: configure, configure.in, src/include/pa_version.h: . killing
10338: gdome [what a relief]
10339:
10340: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10341: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10342: run_parser.sh, results/001.processed, results/002.processed,
10343: results/003.processed, results/004.processed,
10344: results/005.processed, results/006.processed,
10345: results/008.processed, results/009.processed,
10346: results/010.processed, results/011.processed,
10347: results/012.processed, results/013.processed,
10348: results/014.processed, results/015.processed,
10349: results/016.processed, results/017.processed,
10350: results/018.processed, results/020.processed,
10351: results/021.processed, results/022.processed,
10352: results/023.processed, results/024.processed,
10353: results/025.processed, results/026.processed,
10354: results/027.processed, results/028.processed,
10355: results/029.processed, results/030.processed,
10356: results/031.processed, results/032.processed,
10357: results/033.processed, results/034.processed,
10358: results/035.processed, results/036.processed,
10359: results/037.processed, results/038.processed,
10360: results/039.processed, results/040.processed,
10361: results/041.processed, results/042.processed,
10362: results/043.processed, results/044.processed,
10363: results/045.processed, results/046.processed,
10364: results/047.processed, results/048.processed,
10365: results/049.processed, results/050.processed,
10366: results/051.processed, results/052.processed,
10367: results/053.processed, results/054.processed,
10368: results/055.processed, results/056.processed,
10369: results/057.processed, results/058.processed,
10370: results/059.processed, results/060.processed,
10371: results/061.processed, results/062.processed,
10372: results/063.processed, results/064.processed,
10373: results/065.processed, results/066.processed,
10374: results/067.processed, results/068.processed,
10375: results/069.processed, results/070.processed,
10376: results/071.processed, results/072.processed,
10377: results/073.processed, results/074.processed,
10378: results/075.processed, results/076.processed,
10379: results/077.processed, results/078.processed,
10380: results/079.processed, results/080.processed,
10381: results/081.processed, results/082.processed,
10382: results/083.processed, results/084.processed,
10383: results/085.processed, results/086.processed,
10384: results/087.processed, results/088.processed,
10385: results/089.processed, results/090.processed,
10386: results/091.processed, results/092.processed,
10387: results/093.processed, results/094.processed,
10388: results/095.processed, results/096.processed,
10389: results/097.processed, results/099.processed,
10390: results/100.processed, results/101.processed,
10391: results/102.processed, results/104.processed,
10392: results/105.processed, results/106.processed,
10393: results/107.processed, results/108.processed,
10394: results/109.processed, results/110.processed,
10395: results/111.processed, results/112.processed,
10396: results/113.processed, results/114.processed,
10397: results/115.processed, results/117.processed,
10398: results/119.processed, results/120.processed,
10399: results/121.processed, results/122.processed,
10400: results/123.processed, results/124.processed,
10401: results/125.processed, results/126.processed,
10402: results/127.processed, results/128.processed,
10403: results/129.processed, results/130.processed,
10404: results/131.processed, results/132.processed,
10405: results/133.processed, results/134.processed,
10406: results/135.processed, results/136.processed,
10407: results/138.processed, results/139.processed,
10408: results/140.processed, results/141.processed,
10409: results/142.processed, results/143.processed,
10410: results/144.processed, results/145.processed,
10411: results/146.processed, results/147.processed,
10412: results/148.processed, results/149.processed, results/auto.p: .
10413: now works if we turn off default auto.p
10414:
1.116 moko 10415: * configure: . makes
1.95 moko 10416:
10417: * src/types/pa_vxnode.C: . less warnings
10418:
10419: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10420: tests/145.html, tests/149.html, tests/descript.ion,
10421: tests/outputs/d.cmd, tests/results/142.processed,
10422: tests/results/143.processed, tests/results/144.processed,
10423: tests/results/145.processed, tests/results/146.processed,
10424: tests/results/147.processed, tests/results/148.processed,
10425: tests/results/149.processed: . removed .nodeValue from all node
10426: types other than 5 (grabbed piece from gdome)
10427:
10428: * tests/: 137.html, results/137.processed: . not handled this case
10429: yet. code does not hang from inserting parent into child,
10430: considering thing minor issue -- nodes are removed from source
10431: anyway, don't know why shold that be an error after all
10432:
10433: * src/targets/cgi/parser3.C: . style
10434:
10435: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10436: xdoc too [were barking "not element"]
10437:
10438: 2005-12-16 paf
10439:
10440: * tests/: 146.html, 147.html, 148.html: . more tests
10441:
10442: * src/classes/xnode.C: . also bark on possible errors
10443:
10444: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10445: props
10446:
10447: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10448: main/compile.y: merged from HEAD ! fixed overoptimized
10449: ^call(false) case. (confused it with ^call[] case)
10450:
10451: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10452: ^call(false) case. (confused it with ^call[] case)
10453:
10454: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10455:
10456: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10457: results/001.processed, results/002.processed,
10458: results/003.processed, results/004.processed,
10459: results/005.processed, results/006.processed,
10460: results/008.processed, results/009.processed,
10461: results/010.processed, results/011.processed,
10462: results/012.processed, results/013.processed,
10463: results/014.processed, results/015.processed,
10464: results/016.processed, results/017.processed,
10465: results/018.processed, results/019.processed,
10466: results/020.processed, results/021.processed,
10467: results/022.processed, results/023.processed,
10468: results/024.processed, results/025.processed,
10469: results/026.processed, results/027.processed,
10470: results/028.processed, results/029.processed,
10471: results/030.processed, results/031.processed,
10472: results/032.processed, results/033.processed,
10473: results/034.processed, results/035.processed,
10474: results/036.processed, results/037.processed,
10475: results/038.processed, results/039.processed,
10476: results/040.processed, results/041.processed,
10477: results/042.processed, results/043.processed,
10478: results/044.processed, results/045.processed,
10479: results/046.processed, results/047.processed,
10480: results/048.processed, results/049.processed,
10481: results/050.processed, results/051.processed,
10482: results/052.processed, results/053.processed,
10483: results/054.processed, results/055.processed,
10484: results/056.processed, results/057.processed,
10485: results/058.processed, results/059.processed,
10486: results/060.processed, results/061.processed,
10487: results/062.processed, results/063.processed,
10488: results/064.processed, results/065.processed,
10489: results/066.processed, results/067.processed,
10490: results/068.processed, results/069.processed,
10491: results/070.processed, results/071.processed,
10492: results/072.processed, results/073.processed,
10493: results/074.processed, results/075.processed,
10494: results/076.processed, results/077.processed,
10495: results/078.processed, results/079.processed,
10496: results/080.processed, results/081.processed,
10497: results/082.processed, results/083.processed,
10498: results/084.processed, results/085.processed,
10499: results/086.processed, results/087.processed,
10500: results/088.processed, results/089.processed,
10501: results/090.processed, results/091.processed,
10502: results/092.processed, results/093.processed,
10503: results/094.processed, results/095.processed,
10504: results/096.processed, results/097.processed,
10505: results/099.processed, results/101.processed,
10506: results/102.processed, results/104.processed,
10507: results/105.processed, results/106.processed,
10508: results/107.processed, results/108.processed,
10509: results/109.processed, results/110.processed,
10510: results/111.processed, results/112.processed,
10511: results/113.processed, results/114.processed,
10512: results/115.processed, results/116.processed,
10513: results/117.processed, results/118.processed,
10514: results/119.processed, results/120.processed,
10515: results/121.processed, results/122.processed,
10516: results/123.processed, results/124.processed,
10517: results/125.processed, results/126.processed,
10518: results/127.processed, results/128.processed,
10519: results/129.processed, results/130.processed,
10520: results/131.processed, results/132.processed,
10521: results/133.processed, results/134.processed,
10522: results/135.processed, results/136.processed,
10523: results/137.processed, results/138.processed,
10524: results/139.processed, results/140.processed,
10525: results/141.processed: . refreshed old tests, made them work
10526: without auto.p (in utf8) . things noted: . gif got encoded
10527: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10528: some strange year)
10529:
10530: * INSTALL: . revived linux libgc fix
10531:
10532: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10533: glib/gdome in INSTALL and patches]
10534:
10535: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10536: include/pa_charset.h, include/pa_config_includes.h,
10537: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10538: include/pa_xml_exception.h, lib/cord/Makefile.am,
10539: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10540: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10541: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10542: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10543: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10544: types/pa_vxnode.h: . started killing gdome
10545:
10546: 2005-12-13 paf
10547:
10548: * src/main/: pa_request.C: merged from HEAD ! when code in
10549: @unhandled_exception thrown another exception, print correct
10550: origin (earlier code in catch of exception inside of
10551: @unhandled_exception grabbed parent_frame(original_exception)
10552: origin and printed it, instead of true origin)
10553:
10554: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10555: another exception, print correct origin (earlier code in catch of
10556: exception inside of @unhandled_exception grabbed
10557: parent_frame(original_exception) origin and printed it, instead
10558: of true origin)
10559:
10560: 2005-12-09 paf
10561:
10562: * INSTALL: . updated INSTALL doc to work around linux stack base
10563: detection problem, due to change in gc6.4 code
10564:
10565: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10566: ignored in ^string.matched :(
10567:
10568: * src/main/pa_string.C: ! regex tainting were ignored in
10569: ^string.matched :(
10570:
10571: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10572: src/include/pa_config_fixed.h, src/include/pa_version.h,
10573: src/main/compile.y, src/main/compile_tools.h,
10574: src/main/pa_charset.C, src/main/pa_common.C,
10575: src/main/pa_globals.C, src/main/pa_string.C,
10576: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10577: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10578:
10579: 2005-12-08 paf
10580:
10581: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10582: 500 chars now handled OK [were wrapped on 500th char according to
10583: rfc, but sendmail failed to unwrap it properly]
10584:
10585: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10586: handled OK [were wrapped on 500th char according to rfc, but
10587: sendmail failed to unwrap it properly]
10588:
10589: * src/targets/isapi/parser3isapi.C: . less warnings
10590:
10591: * src/targets/isapi/parser3isapi.C: . undone some strange change
10592: since 3.1.5
10593:
10594: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10595: link fixes
10596:
10597: * src/: classes/date.C, include/pa_config_fixed.h,
10598: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10599: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10600: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10601:
10602: * src/include/pa_config_fixed.h: . removed outdated string origins
10603: [in current storage scheme there's no place for them. someday we
10604: can add third CORD to store origins and special version of parser
10605: which stores origins there [separate binary]]
10606:
10607: 2005-12-07 paf
10608:
10609: * src/targets/isapi/parser3isapi.C: . now links in release mode
10610:
10611: * src/include/pa_version.h: makefiles
10612:
10613: * src/include/pa_version.h: . not beta
10614:
10615: * configure, configure.in, src/include/pa_version.h: not beta
10616:
10617: 2005-12-06 paf
10618:
10619: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10620: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10621: decided to undo the change ^call[$void] passes void. now it will
10622: pass empty string again.
10623:
10624: * src/main/: compile.tab.C, compile.y: . version readded
10625:
10626: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10627: = ^switch[void] problem
10628:
10629: 2005-12-01 paf
10630:
10631: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10632: caused ^case[string] to be coerced to double since searching
10633: value were not string (it was vvoid)
10634:
10635: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10636: ^case[string] to be coerced to double since searching value were
10637: not string (it was vvoid)
10638:
10639: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10640: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10641:
10642: 2005-11-30 paf
10643:
10644: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10645: win32 must putenv("TZ="), on unix works only putenv("TZ")
10646:
10647: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10648: putenv("TZ="), on unix works only putenv("TZ")
10649:
10650: * INSTALL: . xml libs versions updated
10651:
10652: * src/main/pa_globals.C: //20051130 trying to remove this, author
10653: claims that fixed a lot there // 20040920 for now both
10654: workarounds needed. wait for new libxml/xsl versions
10655:
10656: 2005-11-28 paf
10657:
10658: * src/classes/table.C: merged from HEAD: ! nameless table has
10659: columns==0
10660:
10661: * src/classes/table.C: ! nameless table has columns==0
10662:
10663: * src/main/pa_http.C: merged from HEAD: ! status line check made
10664: earlier [was totally wrong]
10665:
10666: * src/main/pa_http.C: ! status line check made earlier [was totally
10667: wrong]
10668:
10669: 2005-11-25 paf
10670:
10671: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10672: undoing for now...
10673:
10674: * src/include/pa_version.h: -this reduces speed(table::load),
10675: strange. undoing
10676:
10677: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10678:
10679: * src/classes/op.C: + ^while(){}[SEPARATOR]
10680:
10681: * src/include/pa_array.h: + optimistics added: all arrays (table
10682: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10683: this speeds things up and saves memory a LOT! (not noticed
10684: negative effect on syntetic tests, future will tell...)
10685:
10686: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10687: changed gc_malloc implementation, which obscured profiling
10688:
10689: * src/classes/table.C: merged from HEAD: + optimized
10690: table::load/sql, now row ArrayString-s allocated with
10691: columns.count() elements and don't always grow from
10692: count=3[realloc,realloc]
10693:
10694: * src/classes/table.C: + optimized table::load/sql, now row
10695: ArrayString-s allocated with columns.count() elements and don't
10696: always grow from count=3[realloc,realloc]
10697:
10698: * src/classes/table.C: merged from HEAD: . ^table.save unused
10699: buffer after save
10700:
10701: * src/classes/table.C: . ^table.save unused buffer after save
10702:
10703: 2005-11-24 paf
10704:
10705: * configure.in: . merged glib2-config patch
10706:
10707: * configure.in: + trying to find glib2-config
10708:
10709: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10710: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10711: file/dir_readable to simple file/dir_exist, this would help in
10712: situations "class not found because .p file has bad rights" << in
10713: that case error would be explicit "access denied to 'this' file"
10714:
1.116 moko 10715: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10716:
10717: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10718: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10719: to simple file/dir_exist, this would help in situations "class
10720: not found because .p file has bad rights" << in that case error
10721: would be explicit "access denied to 'this' file"
10722:
10723: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10724: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10725: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10726: ^file::exec/cgi[script;$.charset[changed]
10727: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10728: encoded in $.charset charset
10729:
10730: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10731: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10732: encoded in $.charset charset
10733:
10734: * src/: include/Makefile.am, include/pa_common.h,
10735: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10736: main/pa_common.C, main/pa_http.C: . extracted http:// into
10737: separate file [preparation for
10738: ^file::cgi[script;$.form[$.field1[]
10739:
10740: 2005-11-22 paf
10741:
10742: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10743:
10744: * acinclude.m4, configure.in: . merged underquting fixes
10745:
1.116 moko 10746: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10747:
10748: * src/classes/op.C: . overmerged a little
10749:
10750: * src/main/compile.tab.C: Makefile
10751:
10752: * src/main/: pa_common.C: . less gcc warnings
10753:
10754: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10755: now reports original exception if we have no old cache
10756:
10757: * src/classes/op.C: + $exception.handled[cache] now reports
10758: original exception if we have no old cache
10759:
10760: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10761: from HEAD: + ^taint/untaint[regex] << escapes these:
10762: \^$.[]|()?*+{}
10763:
10764: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10765: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10766:
10767: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10768: getenv-ed variable, which does not work both on win32&unix.
10769: copied old TZ value now
10770:
10771: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10772: stored pointer to getenv-ed variable, which does not work both on
10773: win32&unix. copied old TZ value now
10774:
10775: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10776: getenv-ed variable, which does not work both on win32&unix.
10777: copied old TZ value now
10778:
10779: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10780: access to internal hash
10781:
10782: * src/types/pa_vresponse.C: + $response:headers access to internal
10783: hash
10784:
10785: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10786: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10787: isapi] this reduces number of "GC Warning: Repeated allocation of
10788: very large block" messages to only important onces
10789:
10790: * src/targets/isapi/parser3isapi.C: +
10791: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10792: isapi] this reduces number of "GC Warning: Repeated allocation of
10793: very large block" messages to only important onces
10794:
10795: * src/classes/string.C: merged from HEAD: + removed limitation on
10796: ^string/int/double:sql{}[$.default[({param style})] ]
10797:
10798: * src/classes/string.C: + removed limitation on
10799: ^string/int/double:sql{}[$.default[({param style})] ]
10800:
10801: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10802: with ?params or $.form option" limitation
10803:
10804: * src/main/pa_common.C: + removed "use either uri with ?params or
10805: $.form option" limitation
10806:
10807: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10808: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10809: ^file::base64[encoded] decode
10810:
10811: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10812: main/pa_common.C: + ^file.base64[] encode +
10813: ^file::base64[encoded] decode
10814:
10815: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10816: ^string:base64[encoded] decode
10817:
10818: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10819: ^string:base64[in] encode + ^string.base64[] decode
10820:
10821: 2005-11-21 paf
10822:
10823: * src/classes/file.C: + merged from HEAD:
10824: ^file::create[text;file.xml;^untaint[xml]{data}]
10825:
10826: * src/classes/file.C: +
10827: ^file::create[text;file.xml;^untaint[xml]{data}]
10828:
10829: * src/main/pa_request.C: ! merged: $response:body[file] now
10830: differes from :download, it does not return content-disposition
10831: at all now [previusely it returned valueless content-disposition]
10832:
10833: * src/main/pa_request.C: ! $response:body[file] now differes from
10834: :download, it does not return content-disposition at all now
10835: [previusely it returned valueless content-disposition]
10836:
10837: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10838: literals, reverted to just vvod, recreating empty array with each
10839: void_value token. that's absolutely needed, since that array
10840: grows
10841:
10842: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10843: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10844: types/pa_vmethod_frame.h: + merged: expression literals:
10845: true/false. ^format[$.indent(true)]
10846:
10847: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10848: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10849: types/pa_vmethod_frame.h: + expression literals: true/false.
10850: ^format[$.indent(true)]
10851:
10852: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10853: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10854: i386-pc-win32)"
10855:
10856: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10857: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10858: i386-pc-win32)"
10859:
10860: 2005-11-18 paf
10861:
10862: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10863: null}[$.default(123)] will now return default value
10864:
10865: * src/classes/op.C: + merged ^cache[] << returns current cache
10866: expiration time
10867:
10868: * src/classes/op.C: + ^cache[] << returns current cache expiration
10869: time
10870:
10871: * src/classes/table.C: ! merged ^table::create[not'nameless';
10872: failed << Exception.problem_source pointed to local var!
10873:
10874: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10875: Exception.problem_source pointed to local var!
10876:
10877: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10878: now loads VFile.ptr!=0, so such files can be saved now
10879:
10880: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10881: loads VFile.ptr!=0, so such files can be saved now
10882:
10883: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10884: only . and .. now removed from list [were removed all .*]
10885:
10886: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10887: .. now removed from list [were removed all .*]
10888:
10889: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10890: open error now checked, were not :( [stole that piece from apache
10891: 1.3 sources]
10892:
10893: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10894: checked, were not :( [stole that piece from apache 1.3 sources]
10895:
10896: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10897: untainting of @main result if returned by $result or
10898: $response:body
10899:
10900: * src/main/pa_request.C: ! ensured proper untainting of @main
10901: result if returned by $result or $response:body
10902:
10903: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10904: issue: now tries to guess content-length and allocates one big
10905: piece if possible [regretfully gc_realloc works as malloc+free,
10906: leaving lots of holes behind]
10907:
10908: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10909: fixed file load memory issue: now tries to guess content-length
10910: and allocates one big piece if possible [regretfully gc_realloc
10911: works as malloc+free, leaving lots of holes behind]
10912:
10913: 2005-11-16 paf
10914:
10915: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10916: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10917: table::save with enclosers now doubles them: "->"" !
10918: table::save/load do not remove elements from options hash
10919:
10920: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10921: [were overoptimized ^if(double_literal), compiler confused
10922: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10923:
10924: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10925: [were overoptimized ^if(double_literal), compiler confused
10926: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10927:
10928: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10929: main/pa_common.C: ! table::save with enclosers now doubles them:
10930: "->"" ! table::save/load do not remove elements from options hash
10931:
10932: 2005-11-03 paf
10933:
1.116 moko 10934: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10935: compilation, not all makefiles liked that
1.95 moko 10936:
10937: 2005-08-30 paf
10938:
10939: * src/classes/op.C: merge . speedup check of [DEFAULT]
10940:
10941: * src/classes/op.C: . speedup check of [DEFAULT]
10942:
10943: 2005-08-26 paf
10944:
10945: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10946:
10947: * src/: classes/date.C, types/pa_vdate.h: + date.week
10948:
10949: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10950: complains about bad!=nameless
10951:
10952: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10953: about bad!=nameless
10954:
10955: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10956: optional options were allowed to be empty. were checked
10957: if(is_string), changed to !defined||is_string to allow void
10958:
10959: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10960: classes/string.C, classes/table.C, classes/void.C: ! optional
10961: options were allowed to be empty. were checked if(is_string),
10962: changed to !defined||is_string to allow void
10963:
10964: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10965: as_junction where they needed as_int/double, so failed with
10966: recent "(const) now no junction" optimization
10967:
10968: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10969: merged ! many classes/* used as_junction where they needed
10970: as_int/double, so failed with recent "(const) now no junction"
10971: optimization
10972:
10973: * src/: classes/double.C, classes/int.C, classes/math.C,
10974: classes/op.C, classes/string.C, classes/table.C,
10975: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10976: used as_junction where they needed as_int/double, so failed with
10977: recent "(const) now no junction" optimization
10978:
10979: 2005-08-24 paf
10980:
10981: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10982: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10983: stripped it
10984:
10985: 2005-08-09 paf
10986:
10987: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10988: not cleared
10989:
10990: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10991: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10992: classes/hashfile.C, classes/image.C, classes/int.C,
10993: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10994: classes/response.C, classes/string.C, classes/table.C,
10995: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10996: include/pa_array.h, include/pa_cache_managers.h,
10997: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10998: include/pa_config_fixed.h, include/pa_config_includes.h,
10999: include/pa_dictionary.h, include/pa_dir.h,
11000: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11001: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11002: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11003: include/pa_request_charsets.h, include/pa_request_info.h,
11004: include/pa_sapi.h, include/pa_socks.h,
11005: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11006: include/pa_stack.h, include/pa_string.h,
11007: include/pa_stylesheet_connection.h,
11008: include/pa_stylesheet_manager.h, include/pa_table.h,
11009: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11010: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11011: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11012: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11013: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11014: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11015: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11016: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11017: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11018: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11019: main/pa_sql_driver_manager.C, main/pa_string.C,
11020: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11021: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11022: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11023: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11024: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11025: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11026: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11027: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11028: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11029: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11030: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11031: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11032: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11033: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11034: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11035: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11036: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11037: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11038: types/pa_vresponse.C, types/pa_vresponse.h,
11039: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11040: types/pa_vstateless_object.h, types/pa_vstatus.C,
11041: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11042: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11043: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11044: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11045: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11046:
11047: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11048: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11049: speedup consequent checks in vmethod_frame
11050:
11051: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11052: not cleared
11053:
11054: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11055: params: 50 max (were 10)
11056:
11057: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11058: params: 50 max (were 10)
11059:
11060: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11061: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11062: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11063: empty string) ! simplified (double) speedup consequent checks in
11064: vmethod_frame
11065:
11066: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11067: optimized constants in expressions vstring->vdouble + optimized
11068: ^call(vdouble), no junction creation, no calls later
11069:
11070: 2005-08-08 paf
11071:
11072: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11073: compile_tools.h: merged + optimized constants in expressions
11074: vstring->vdouble + optimized ^call(vdouble), no junction
11075: creation, no calls later
11076:
11077: * src/types/pa_vdouble.h: merged . double values without fractional
11078: part now default printed as %.0f instead of %g
11079:
11080: * src/types/pa_vdouble.h: . double values without fractional part
11081: now default printed as %.0f instead of %g
11082:
11083: * src/classes/hashfile.C: . merged ! second hashfile::open would
11084: cause an exception
11085:
11086: * src/classes/hashfile.C: ! second hashfile::open would cause an
11087: exception
11088:
11089: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11090: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11091: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11092: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11093: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11094: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11095: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11096: types/pa_vresponse.h, types/pa_vstateless_class.C,
11097: types/pa_vstateless_object.h, types/pa_vvoid.h,
11098: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11099: merged VJunction(new Junction) optimization from 3.1.4
11100:
11101: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11102: types/pa_vstateless_class.C: + optimized new VJunction(new
11103: Junction(params)) to new VJunction(params), thousands of mallocs
11104: removed
11105:
11106: 2005-08-05 paf
11107:
11108: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11109: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11110: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11111: creation, no calls later
11112:
11113: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11114: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11115: classes/hashfile.C, classes/image.C, classes/int.C,
11116: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11117: classes/response.C, classes/string.C, classes/table.C,
11118: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11119: include/pa_array.h, include/pa_cache_managers.h,
11120: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11121: include/pa_config_fixed.h, include/pa_config_includes.h,
11122: include/pa_dictionary.h, include/pa_dir.h,
11123: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11124: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11125: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11126: include/pa_request_charsets.h, include/pa_request_info.h,
11127: include/pa_sapi.h, include/pa_socks.h,
11128: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11129: include/pa_stack.h, include/pa_string.h,
11130: include/pa_stylesheet_connection.h,
11131: include/pa_stylesheet_manager.h, include/pa_table.h,
11132: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11133: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11134: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11135: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11136: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11137: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11138: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11139: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11140: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11141: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11142: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11143: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11144: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11145: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11146: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11147: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11148: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11149: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11150: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11151: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11152: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11153: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11154: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11155: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11156: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11157: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11158: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11159: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11160: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11161: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11162: types/pa_vstateless_object.h, types/pa_vstatus.C,
11163: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11164: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11165: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11166: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11167: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11168:
11169: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11170: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11171: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11172: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11173: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11174: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11175: optimized constants in expressions vstring->vdouble
11176:
11177: 2005-07-29 paf
11178:
11179: * src/types/pa_vclass.C: . shaped up error messages a bit
11180:
11181: * src/types/pa_vclass.C: + property getter can now be overridden
11182:
11183: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11184: bug fix: static parent fields were not replaced in case
11185: $derived:field[put] + property setter can now be overridden
11186:
11187: 2005-07-28 paf
11188:
11189: * configure, configure.in, src/classes/classes.h,
11190: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11191: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11192: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11193: src/classes/xnode.h, src/include/pa_hash.h,
11194: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11195: src/types/Makefile.am, src/types/pa_method.h,
11196: src/types/pa_value.h, src/types/pa_vclass.C,
11197: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11198: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11199: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11200: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11201: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11202: src/types/pa_vobject.C, src/types/pa_vobject.h,
11203: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11204: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11205: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11206: src/types/pa_vstateless_class.h,
1.95 moko 11207: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11208: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11209: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11210: dynamic_fields_join
11211:
11212: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11213: classes/xnode.C, include/pa_hash.h, main/execute.C,
11214: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11215: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11216: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11217: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11218: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11219: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11220: types/pa_vresponse.h, types/pa_vstateless_object.h,
11221: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11222: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11223: restored its checks in vobject.put_element->static fields |
11224: dynamic properties
11225:
11226: 2005-07-27 paf
11227:
11228: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11229: is some old code containing @set_name $name
11230:
11231: * src/types/pa_vobject.h: . fixed warning
11232:
11233: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11234: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11235:
11236: * src/: classes/xnode.C, include/pa_hash.h,
11237: types/pa_vstateless_class.C: ! new asserts were all false.
11238: regretfully reverted them all to checks
11239:
11240: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11241: classes/op.C, main/execute.C, types/pa_method.h,
11242: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11243: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11244: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11245: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11246: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11247: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11248: types/pa_vstateless_object.h, types/pa_vvoid.h,
11249: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11250: joined_dynamic_fields: removed unused param from put_method
11251: (returned to 3 params)
11252:
11253: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11254: joined_dynamic_fields: dynamic get/set works with overriding
11255: props [alpha2]
11256:
11257: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11258: works [alfa]
11259:
11260: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11261: classes/op.C, include/pa_hash.h, main/execute.C,
11262: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11263: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11264: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11265: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11266: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11267: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11268: types/pa_vresponse.h, types/pa_vstateless_class.C,
11269: types/pa_vstateless_object.h, types/pa_vvoid.h,
11270: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11271: joined_dynamic_fields: just compiled
11272:
11273: * src/: classes/date.C, classes/file.C, classes/hash.C,
11274: classes/hashfile.C, classes/image.C, classes/table.C,
11275: classes/xdoc.C, classes/xnode.h, main/execute.C,
11276: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11277: types/pa_vstateless_class.h: joined_dynamic_fields: started
11278:
11279: * src/types/pa_vobject.C: . object setters [only started, does not
11280: work yet]
11281:
11282: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11283: object setters [only started, does not work yet]
11284:
11285: 2005-07-26 paf
11286:
11287: * src/: include/pa_request.h, main/execute.C: . properties: set
11288: works [alpha2]. for classes. todo: for objects
11289:
11290: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11291: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11292: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11293: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11294: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11295: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11296: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11297: types/pa_vstateless_object.h, types/pa_vvoid.h,
11298: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11299: properties: set works [alpha1]
11300:
11301: 2005-07-25 paf
11302:
11303: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11304: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11305: properties: started, get works [alpha1, other approach]
11306:
11307: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11308: properties: started, get works [alpha2]
11309:
11310: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11311: pa_vstateless_class.h: . properties: started, get works [alpha]
11312:
11313: 2005-07-15 paf
11314:
11315: * src/: classes/classes.h, classes/op.C, main/execute.C,
11316: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11317: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11318: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11319: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11320: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11321: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11322: types/pa_vresponse.C, types/pa_vresponse.h,
11323: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11324: types/pa_vstateless_object.h, types/pa_vvoid.h,
11325: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11326: types/pa_wwrapper.h, types/types.vcproj: + started property
11327: [getters work but think of changing them too to precaching]
11328:
11329: 2005-07-08 paf
11330:
11331: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11332: gpf
11333:
11334: 2005-06-28 paf
11335:
11336: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11337: in passing empty strings to file::exec/cgi environment
11338:
11339: 2005-06-06 paf
11340:
11341: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11342: ^table:sql ^hash:sql now DO process $.bind option
11343:
11344: 2005-05-24 paf
11345:
11346: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11347: $.limit] now work again [support was broken in 3.1.4]
11348:
11349: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11350: ALL_INTERIOR_POINTERS
11351:
11352: 2005-05-12 paf
11353:
11354: * configure: 3.1.5beta
11355:
11356: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11357:
11358: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11359: $.limit] now work again [support was broken in 3.1.4]
11360:
11361: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11362: line-width [was refusing to fill if line-width >1, thanks to
11363: Seras <seras@pinxit.lt> for repro case
11364:
11365: 2005-04-25 paf
11366:
11367: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11368: correctly
11369:
11370: 2005-04-19 paf
11371:
11372: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11373: in VString violating invariant!!
11374:
11375: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11376: getenv("TZ")==null
11377:
11378: 2005-04-08 paf
11379:
11380: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11381: bugfix: when there is no char in charset one byte produces 6
11382: (ÿ <<max). increased buffer size!
11383:
11384: 2005-03-23 paf
11385:
11386: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11387: ^date.sql-string now takes TZ into account
11388:
11389: 2005-03-16 paf
11390:
11391: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11392: gcc 3.4
11393:
11394: * src/types/pa_vhash.C: . warning about eof eol
11395:
11396: 2005-02-17 paf
11397:
11398: * operators.txt, src/classes/op.C: + operator ^sleep(double
11399: seconds)
11400:
11401: 2005-02-02 paf
11402:
11403: * src/classes/xnode.C: beauty: removed needless includes
11404:
11405: 2005-01-31 paf
11406:
11407: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11408: $.partNoNumber now alias to $.part1
11409:
11410: * src/types/pa_vmail.C: change: incoming letter part contains
11411: "content-disposition" header with any value? now considering that
11412: part to be "file#" [for text/plain text/html were $.text#
11413: $.html#]
11414:
11415: * INSTALL: updatet to latest working versions available
11416:
11417: 2005-01-20 paf
11418:
11419: * configure.in, src/include/pa_version.h: version
11420:
11421: 2005-01-19 paf
11422:
1.116 moko 11423: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11424: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11425: couple warnings in parser3.C
1.95 moko 11426:
11427: 2004-12-23 paf
11428:
11429: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11430:
11431: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11432: dir to directory of script (when shbang used), not to directory
11433: of its interpreter
11434:
11435: * src/include/pa_version.h: compiled on win32...
11436:
11437: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11438: we need more hspace
11439:
11440: * configure, configure.in, src/include/pa_version.h: configured
11441: host to pa_version. will be displayed everywhere
11442:
11443: * src/main/pa_request.C: new: @unhandled_exception can prevent
11444: exception from being logged by setting $exception.handled(1)
11445:
11446: * operators.txt, src/classes/file.C: change:
11447: ^file::sql{query}[[options]] options: $.name[file name]
11448: $.content-type[application/what]
11449:
11450: * src/: include/pa_common.h, main/pa_common.C,
11451: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11452: new file
11453:
11454: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11455: bugfix: table->hash now regards _default
11456:
11457: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11458: created by accessing $name_of_method it acquired bad self=closest
11459: methodframe; instead of proper self (current class)
11460:
11461: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11462: hashfile produced bad cord
11463:
11464: 2004-12-10 paf
11465:
11466: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11467: subsequent failures though defined in .h
11468:
11469: * src/main/pa_common.C: comment on volatile
11470:
11471: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11472: alarm function were not used since the beginning due to stupid
11473: error [setsigjmp were not checked in configure.in]
11474:
11475: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11476: unix too
11477:
11478: * src/main/pa_common.C: http: exception status of send/recv errors
11479: change to most probable http.timeout
11480:
11481: * src/main/pa_common.C: win32: http connection $.timeout option now
11482: works [setsockopt on send/receive]
11483:
11484: 2004-12-08 paf
11485:
11486: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11487: cstr-ed knowing mail charset, and untainting uri lang now knows
11488: proper charset
11489:
11490: 2004-11-24 paf
11491:
11492: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11493:
11494: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11495: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11496:
11497: 2004-11-12 paf
11498:
11499: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11500: [since 3.0.4]
11501:
11502: 2004-11-09 paf
11503:
11504: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11505: writes basics to c:\parser3.log
11506:
11507: 2004-10-21 paf
11508:
11509: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11510: tainted strings [were returning clean onces]
11511:
11512: 2004-10-15 paf
11513:
11514: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11515: cycles(i=1; i=2), which was wrong, now does ONE
11516:
11517: 2004-10-12 paf
11518:
11519: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11520:
11521: 2004-10-07 paf
11522:
11523: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11524: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11525: release asserts
11526:
11527: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11528: String.dump() to stdout in detailed form [were String.v() in
11529: short form]
11530:
11531: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11532: \t\r\n as @#| and truncates long char sequences less
11533:
11534: 2004-10-06 paf
11535:
11536: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11537: win32 beauty: socket errors properly decoded
11538:
11539: 2004-10-05 paf
11540:
11541: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11542: request::configure_user/admin done always, even if no
11543: file-to-process useful in @unhandled_exception [say, if they
11544: would want to mail by SMTP something]
11545:
11546: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11547: now performed prior to file loading [and @auto executing] thus
11548: making $cookie:value available in @auto and in
11549: @unhandled_exception when IIS is configured to run interpreter
11550: even if no file exist
11551:
11552: 2004-09-20 paf
11553:
11554: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11555: somewhere where it should have called xmlMalloc and it calls
11556: xmlFree when it should have not called it. inserted two
11557: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11558: xmlFree just ignored. put away a testcase, maybe someday libxml
11559: author would fix all that. until that day: we have SLOW garbage
11560: collecting when many xml objects are alive hint: do
11561: ^memory:compact[] before xdoc::create
11562:
11563: 2004-09-17 paf
11564:
11565: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11566: error from 3.0.8 version]
11567:
11568: 2004-09-14 paf
11569:
11570: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11571: part bugfix: hashfile.foreach iterated only part if hashfile were
11572: modified inside
11573:
11574: 2004-09-13 paf
11575:
11576: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11577: [were as octal]
11578:
11579: * src/types/pa_vhashfile.C: beauty: not reproduced
11580: $hashfile.key[$novalue] bug [reported by motorin], inserted
11581: safety-check
11582:
11583: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11584: [not something obscure from sdbm lib]
11585:
11586: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11587: = strerror now returnes something and we can properly report that
11588: to client
11589:
11590: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11591: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11592:
11593: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11594: [tainted as-is] this helps //[space][newline] to remain as-is and
11595: not be unnecessary optimized away [ruining javascript]
11596:
11597: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11598: [tainted as-is]
11599:
11600: * src/classes/mail.C: bugfix: typo error
11601:
11602: 2004-09-09 paf
11603:
11604: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11605: separators bugfix: loads header with endings \r\n\r\n and \n\n
11606: (bloody yandex.server)
11607:
11608: 2004-09-06 paf
11609:
11610: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11611: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11612: encoded
11613:
11614: 2004-09-01 paf
11615:
11616: * src/types/pa_vmail.C: change: multipart/mixed changed to
11617: multipart/related outlook express have no problems showing
11618: unrelated attachments. todo: someday figure out a way of
11619: multipart/mixed multipart/related text/html
11620: image/xxx application/octet-stream << true attachments
11621:
11622: * src/types/pa_vmail.C: new:
11623: ^mail:send[$.file[$.content-disposition can be overriden new:
11624: empty mail header fields removed from letter
11625:
11626: * src/: classes/mail.C, include/pa_config_fixed.h,
11627: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11628: ^mail:send[ $.file[ $.any[header]
11629:
11630: 2004-08-30 paf
11631:
11632: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11633: warnings
11634:
11635: * src/main/pa_common.C: beauty: do not bother with charset
11636: detection when ^file::load[binary
11637:
11638: 2004-08-27 paf
11639:
11640: * src/main/pa_common.C: hack: for yandex.server http server
11641:
11642: 2004-08-18 paf
11643:
11644: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11645: possibly-chunked response
11646:
11647: 2004-08-17 paf
11648:
11649: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11650: $f.content-type now = that of http response
11651:
11652: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11653: $f.content-type now = that of http response
11654:
11655: 2004-07-30 paf
11656:
11657: * src/: include/pa_request.h, main/pa_request.C,
11658: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11659: win32: system&parser exceptions in release mode reported properly
11660: parser exception in exception handler WERE mistakenly reported as
11661: system exception, without details [in apache & isapi] +some
11662: beauty in exception text
11663:
11664: * src/: include/pa_exception.h, main/pa_request.C,
11665: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11666: release mode reported properly parser exception in exception
11667: handler WERE mistakenly reported as system exception, without
11668: details
11669:
11670: * src/main/execute.C: beauty: simplified system exception handling
11671:
11672: 2004-07-29 paf
11673:
11674: * src/classes/table.C: bugfix:
11675: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11676: were ignored, and \t used unconditionally]
11677:
11678: * src/types/Makefile.am: added vhash.c
11679:
11680: 2004-07-28 paf
11681:
11682: * src/: classes/date.C, classes/image.C, classes/math.C,
11683: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11684: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11685: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11686: failed on russian letters
11687:
11688: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11689: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11690: letters
11691:
11692: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11693: as 'currentDirectory' parameter to CreateProcess
11694:
11695: 2004-07-27 paf
11696:
11697: * src/targets/cgi/parser3.vcproj: beauty: win32:
11698: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11699: from release somewhere [to help searching for unhandled system
11700: exceptions]
11701:
11702: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11703: TZ shift
11704:
11705: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11706: but also in ctor
11707:
11708: 2004-07-26 paf
11709:
11710: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11711: src/main/pa_request.C, src/types/pa_vfile.h,
11712: src/types/pa_vhash.C, src/types/pa_vhash.h,
11713: src/types/types.vcproj: new: $response:body/download[
11714: $.file[name on disk] $.name[of file for user]
11715: $.mdate[date of last-modified. default from directory] ]
11716:
11717: * src/classes/file.C: moving file:send somewhere else..
11718:
11719: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11720: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11721: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11722: $response:download[ $.filename[filename] $.option[] ,, ]
11723:
11724: * src/classes/file.C: beauty: invalid mode thoroughly reported
11725:
11726: 2004-07-21 paf
11727:
11728: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11729: to several lines
11730:
11731: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11732:
11733: note: ms outlook[!express] shows only first 255 characters of
11734: subject
11735:
11736: 2004-07-15 paf
11737:
11738: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11739: off]
11740:
11741: 2004-07-14 paf
11742:
11743: * src/classes/table.C: bugfix: $.bind values now got untainted
11744: according to lang [were: as-is]
11745:
11746: 2004-07-07 paf
11747:
11748: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11749: checked that
11750:
11751: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11752: now untainted according to their languages. were: as-is.
11753: EVERYWHERE
11754:
11755: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11756: environment string now untainted according to their languages.
11757: were: as-is. EVERYWHERE
11758:
11759: * src/main/pa_exec.C: bufix: on unix environment string now
11760: untainted according to their languages. were: as-is. on win32:
11761: ok
11762:
11763: * parser3.vssscc: ...would not go unnoticed
11764:
11765: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11766: fails. in case on input appears nonutf, those bytes will be
11767: printed in %HH form. that can be easily decoded/recovered.
11768:
11769: this form is quite noticable, and hopefully would not go noticed
11770:
11771: 2004-07-06 paf
11772:
11773: * src/main/pa_exec.C: bufix: on unix environment string now
11774: untainted according to their languages. were: as-is. on win32:
11775: ok
11776:
11777: 2004-07-01 paf
11778:
11779: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11780: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11781: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11782: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11783: main/main.vcproj, targets/cgi/parser3.vcproj,
11784: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11785: option: global optimization ON
11786:
11787: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11788: to do xdoc::create{invalid chars} standard disables chars less
11789: then \x20, except tab, cr, lf.
11790:
11791: changed tainting so that those become '!'
11792:
11793: 2004-06-25 paf
11794:
11795: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11796: int on odd address [prev bugfix failed due to superwize
11797: optimizer, which turned memcpy into same 'ld' asm command]
11798:
11799: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11800: int on odd address
11801:
11802: 2004-06-22 paf
11803:
11804: * src/sql/pa_sql_driver.h: note: about possible optimization
11805:
11806: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11807: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11808: src/include/pa_config_includes.h: new: ^void:sql{call
11809: paf(:a)}[ $.bind[ $.a[2]
11810: ] ] output variables work. todo: check in out
11811: variables
11812:
11813: 2004-06-18 paf
11814:
11815: * src/: classes/file.C, classes/hash.C, classes/string.C,
11816: classes/table.C, classes/void.C, include/pa_globals.h,
11817: include/pa_sql_connection.h, main/compile.tab.C,
11818: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11819: $.bind[ $.a[2] ]
11820: ] input variables work. todo:output
11821:
11822: * src/targets/cgi/parser3.C: bugfix: iis specific
11823: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11824: /_bug.html?404;http://hpsv/test/
11825: --------------------------------------------------------------------------------
11826: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11827: --------------------------------------------------------------------------------
11828: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11829:
11830: 2004-06-16 paf
11831:
11832: * src/targets/cgi/parser3.C: new: iis specific
11833: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11834: $request:query
11835: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11836: $form:fields IIS-STATUS="404"
11837: IIS-DOCUMENT="http://server/_bug.html" f="v"
11838:
11839: todo: isapi too
11840:
11841: 2004-05-26 paf
11842:
11843: * src/include/pa_version.h: 3.1.3
11844:
11845: * operators.txt: beauty: removed outdated level 'table'
11846:
11847: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11848:
11849: * src/main/pa_string.C: beauty: removed 3 warnings
11850:
11851: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11852: classes/op.C: beauty: removed outdated level 'table'
11853:
11854: 2004-05-25 paf
11855:
11856: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11857: implementation. mistery: how anything worked
11858:
11859: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11860: changed, it is now safe to use url if pointers to it are stored
11861: to gc mem
11862:
11863: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11864: unknown errors reported and not cause SIGSEGV now
11865:
11866: 2004-05-24 paf
11867:
11868: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11869: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11870: less memory: CORD_chars_block originally intended to ... it was
11871: good that CORD_chars_block were not used: it consumes more memory
11872: [and, might be slow too] undoing that. [and removed that func so
11873: that it would not confuse parser developer in future]
11874:
11875: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11876: less memory: CORD_chars_block originally intended to
11877: speedup/reduce mem usage were forgotten, and were used stupid
11878: CORD_chars
11879:
11880: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11881:
11882: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11883: BIGENDIAN processors space-conserving mech failed, causing
11884: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11885: (1|2|3));
11886:
11887: 2004-05-14 paf
11888:
11889: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11890: bugfix: void now has vfile value, and $response:body[] works OK
11891:
11892: 2004-05-12 paf
11893:
11894: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11895: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11896: sources to use is_defined() {return as_bool();} along VBool
11897:
11898: 2004-05-11 paf
11899:
11900: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11901: referencing to local objects
11902:
11903: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11904: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11905: left intact
11906:
11907: 2004-04-15 paf
11908:
11909: * src/classes/date.C: merged: beauty: unused var removed
11910:
11911: * src/classes/date.C: beauty: unused var removed
11912:
11913: * src/include/: pa_exec.h: bugfix: interface without pointer
11914: provoked bug
11915:
11916: 2004-04-09 paf
11917:
11918: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11919:
11920: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11921:
11922: 2004-04-08 paf
11923:
11924: * src/classes/date.C: new: ^date::create[y-m-d
11925: h-M-s>>.milliseconds<<] now allowed, ignored so far
11926:
11927: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11928:
11929: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11930: to consult default catalog [usually, that file belongs to other
11931: user/group]
11932:
11933: 2004-04-06 paf
11934:
11935: * src/main/pa_common.C: beauty: gcc warning removed
11936:
11937: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11938: accept that trick, trying other
11939:
11940: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11941: explicit result problem
11942:
11943: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11944: explicit result problem
11945:
11946: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11947: explicit result problem
11948:
11949: * operators.txt, src/classes/string.C: new: ^string.append[string]
11950:
11951: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11952: main/execute.C: attempt_check_call_in_explicit_result_mode:
11953: failed
11954:
11955: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11956: http://i.p.a.ddress gethostbyaddr added [on some platforms
11957: gethostbyname failed with such 'domains'] now checked properly,
11958: were: needless reverse/forward dns lookup
11959:
11960: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11961: http://i.p.a.ddress gethostbyaddr added [on some platforms
11962: gethostbyname failed with such 'domains'] now checked properly,
11963: were: needless reverse/forward dns lookup
11964:
11965: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11966: @method[][result] means "no string output here" moved to lexical
11967: level [on grammar level it were too difficult]
11968:
11969: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11970: src/main/compile.y, src/main/compile_tools.h,
11971: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11972: @method[][result] means "no string output here", implemented part
11973: of that idea: compiler throws away string literal generation
11974: code. and barks nonwhitespace chars
11975:
11976: * operators.txt: truth: removed comment about $ORIGIN
11977:
11978: 2004-04-05 paf
11979:
11980: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11981: src/include/pa_version.h, src/main/pa_common.C,
11982: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11983:
11984: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11985: Konstantin Tomashevitch [mailto:konst@design.ru]
11986:
11987: * src/doc/html2chm.cmd: beauty: no need in bg here
11988:
11989: * src/doc/sources2html.cmd: beauty: same window, in bg it
11990: interfered with FAR console
11991:
11992: * configure, configure.in: 3.1.3
11993:
11994: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11995:
11996: * src/main/pa_common.C: removed warning
11997:
11998: * src/include/pa_version.h: 3.1.3
11999:
12000: 2004-04-02 paf
12001:
12002: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12003:
12004: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12005: allows to specify where to put parser log file
12006:
12007: 2004-04-01 paf
12008:
12009: * src/classes/table.C: bugfix: bugfix: table::load last line
12010: without tab and enter were ignored
12011:
12012: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12013: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12014: main/pa_socks.C, targets/cgi/parser3.C,
12015: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12016: bugfix: sql connections now are disconnected
12017:
12018: 2004-03-30 paf
12019:
12020: * src/classes/table.C: bugfix: table::load last line without tab
12021: and enter were ignored
12022:
12023: * src/classes/table.C: bufix: if last table lines were commented,
12024: gpfed
12025:
12026: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12027: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12028: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12029: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12030: doc/methoded.dox, doc/object.dox, doc/string.dox,
12031: doc/targets.dox, doc/value.dox, include/pa_version.h,
12032: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12033: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12034: bugfixes from 3.1.2, changed version to 3.1.3beta
12035:
12036: 2004-03-29 paf
12037:
12038: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12039: causes gpf
12040:
12041: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12042: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12043: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12044: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12045: value.dox: translated to english
12046:
12047: 2004-03-25 paf
12048:
12049: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12050: parser3project dependency removed
12051:
12052: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12053: bugfix: refused to compile without xml
12054:
12055: * src/types/pa_vform.C: beauty: removed warning
12056:
12057: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12058: any folder [removed last ;) folder dependency]
12059:
12060: * src/classes/classes.vcproj: bugfix: now all compiles in any
12061: folder [removed last ;) folder dependency]
12062:
12063: * src/include/pa_version.h: release
12064:
12065: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12066:
12067: * src/classes/table.C: beauty: comment& more meaningful error
12068: message
12069:
12070: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12071: $.hash[$.column_value1(true) ... ] [were producing some strang
12072: thing]
12073:
12074: 2004-03-23 paf
12075:
12076: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12077: and http status line parsing checked number of columns in table
12078: [user reported an assert]
12079:
12080: * operators.txt: example: on hashfile
12081:
12082: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12083: bugfix: junction reattach now actually reattaches a junction to
12084: new wcontext [were only assigning it to junction, which caused
12085: junction tracking to loose junction, and it's context were not
12086: killed, and it tried to process in invalid context, gpf]
12087:
12088: * src/targets/cgi/parser3.C: debug helper added
12089:
12090: 2004-03-19 paf
12091:
12092: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12093: "type(type)" in braces
12094:
12095: 2004-03-10 paf
12096:
12097: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12098: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12099: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12100: solution to search-in-namespaces problem:
12101: $xdoc.search-namespaces.x[http://pif.design.ru/]
12102: $nodes[^xdoc.select[//x:second]]
12103:
12104: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12105: expression][[NAMESPACES HASH]] allows to search for info in
12106: namespaces
12107:
12108: $nodes[^xdoc.select[//x:second][
12109: $.x[http://pif.design.ru/] ]]
12110:
12111: 2004-03-09 paf
12112:
12113: * operators.txt, src/main/pa_common.C: new:
12114: ^file::load[...][options] $.form[
12115: !$.field1[string]
12116: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12117: ] !$.body[string]
12118:
12119: GET ?here notGET(POST, HEAD, others) in content-type:
12120: application/x-www-form-urlencoded
12121:
12122: todo: upload files ability
12123:
12124: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12125: properly, done
12126:
12127: 2004-03-05 paf
12128:
12129: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12130: GET/POST $.form[$.fields started, not tested yet
12131: todo:$.field[table] for multiple values
12132:
12133: * operators.txt: new: http:// options $.user $.password basic
12134: authorization
12135:
12136: * src/main/pa_common.C: beauty: link to rtf added
12137:
12138: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12139: new: http:// options $.user $.password basic authorization
12140:
12141: * src/main/pa_common.C: beauty: removed needless vars
12142:
12143: * operators.txt: new: pgsql option [like that recently added to
12144: oracle driver] ClientCharset=parser-charset <<
12145: charset in which parser thinks client works
12146:
12147: * operators.txt: new: odbc option [like that recently added to
12148: oracle driver] ClientCharset=parser-charset <<
12149: charset in which parser thinks client works
12150:
12151: * src/sql/pa_sql_driver.h: beauty: important warning added
12152:
12153: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12154: char!
12155:
12156: * etc/parser3.charsets/windows-1251.cfg: typo
12157:
12158: 2004-03-04 paf
12159:
12160: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12161: cached, sql transcoding now goes faster
12162:
12163: * operators.txt: new: mysql option [like that recently added to
12164: oracle driver] ClientCharset=parser-charset <<
12165: charset in which parser thinks client works
12166:
12167: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12168: typo error
12169:
12170: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12171: chars commented
12172:
12173: 2004-03-03 paf
12174:
12175: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12176: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12177:
12178: 2004-03-02 paf
12179:
12180: * operators.txt: new[update typo]: !^void.left(n)
12181: nothing !^void.right(n) nothing !^void.mid(p[;n])
12182: nothing
12183:
12184: * operators.txt, src/classes/void.C: new: !^void.left(n)
12185: nothing !^void.right(n) nothing !^void.pos(p[;n])
12186: nothing
12187:
12188: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12189: ^file::sql[[name_to_become_$.name]]{} query result must be one
12190: row with columns: first: data second: file name third:
12191: content-type
12192:
12193: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12194: ^connect gets properly escaped string, which can be passed to
12195: request now this for mysql only. it's up to parser sql driver to
12196: fix zeros properly
12197:
12198: * INSTALL: note: added on building apache with this option:
12199: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12200:
12201: 2004-03-01 paf
12202:
12203: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12204: extension memory:compact befor processingrequest
12205:
12206: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12207: call sole column of result
12208:
12209: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12210: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12211: pixel color
12212:
12213: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12214: beauty: image -- less checks [were ugly impl]
12215:
12216: * src/classes/string.C: bugfix: ^string.left/right/mid with
12217: negative values now considered bad
12218:
12219: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12220:
12221: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12222: options now have unified defaults [after transform
12223: indent/omit-xml-declaration/standalone 'default' erroreously
12224: meant 'true']
12225:
12226: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12227: added [on some platforms gethostbyname failed with such
12228: 'domains']
12229:
12230: * src/include/pa_config_auto.h.in: no select check, no define
12231:
12232: * src/classes/string.C: feature: ^string.trim both parameters may
12233: be empty-strings, meaning kind=both chars=whitespaces
12234:
12235: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12236: exist
12237:
12238: * src/classes/string.C: check: trim 'chars' must not be empty,
12239: exception if it is
12240:
12241: * src/classes/string.C: changed: ^string.trim [] << both,
12242: whitespaces [start|both|end] << kind, whitespaces
12243: [start|both|end;chars] full
12244:
12245: 2004-02-27 paf
12246:
12247: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12248: method: ^string.trim[start|both|end[;chars]] default
12249: 'chars' -- whitespace chars finished
12250:
12251: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12252: src/main/pa_string.C: new method:
12253: ^string.trim[start|both|end[;chars]] default 'chars' --
12254: whitespace chars started, only start works
12255:
12256: * src/main/compile.C: bugfix: line numbers after
12257: ^process{}[$.line(-10]] can be negative, allowed to print they as
12258: signed
12259:
12260: * src/main/untaint.C: speed: there's no \n chars in output
12261: [normally], so no need to optimize them they could be retrived
12262: from databases, though. but 1. should be replaced 2. if not
12263: optimized, no harm done
12264:
12265: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12266: ^file::exec/cgi could return invalid status & zombie child can
12267: remain for short period until process exists [very bad in
12268: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12269:
12270: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12271: malicious SMTP server to attack as by returning too long status
12272: responses http://i2/tasks/edit/?id=4629448401140924947
12273:
12274: 2004-02-26 paf
12275:
12276: * operators.txt: feature: ^process...{CODE}[now has options] which
12277: are $.main[to what to rename @main] $.file[file,
12278: from which (user says) goes that CODE] $.lineno(line
12279: number in that file, where CODE starts. may be negative)
12280:
12281: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12282: src/main/compile.C, src/main/compile_tools.h,
12283: src/main/pa_request.C: feature: ^process...{CODE}[now has
12284: options] which are $.main[to what to rename @main]
12285: $.file[file, from which (user says) goes that CODE]
12286: $.lineno(line number in that file, where CODE starts. may be
12287: negative)
12288:
12289: 2004-02-25 paf
12290:
1.116 moko 12291: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12292: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12293:
12294: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12295: produces hash of column=>1
12296:
12297: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12298: with incomplete errno constants set
12299:
12300: 2004-02-24 paf
12301:
12302: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12303: "man select"
12304:
12305: * src/main/pa_os.C: beauty: <0 better then ==-1
12306:
12307: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12308:
12309: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12310:
1.116 moko 12311: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12312:
12313: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12314: unix: steps to work on unix [extracted 'to']
12315:
12316: * src/classes/mail.C: smtp on unix: steps to work on unix
12317:
12318: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12319:
1.116 moko 12320: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12321: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12322: unix [testing on solaris]
1.95 moko 12323:
12324: 2004-02-20 paf
12325:
12326: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12327: pointing that out
12328:
12329: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12330: fixed again [same solution, mistanenly removed one line]
12331:
12332: 2004-02-19 paf
12333:
12334: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12335: date::create from bad datetime in spring daylightsaving hole now
12336: OK for all platforms [on some platforms it failed]
12337:
12338: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12339: in daylightsaving hole] now throws error
12340:
12341: * src/classes/date.C: comment: mistake fixed
12342:
12343: 2004-02-18 paf
12344:
12345: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12346: now renderes in $request:charset, but in header puts
12347: $response:charset todo: make that default only so that coder
12348: could override that
12349:
12350: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12351: turns off omit-xml-declaration
12352:
12353: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12354: /.xsl for sample
12355:
12356: 2004-02-17 paf
12357:
12358: * src/classes/xdoc.C: beauty: needless helper class removed
12359:
12360: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12361: copied extra time
12362:
12363: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12364: part of libxml
12365:
12366: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12367: libxml to do the work] <xsl:output method="html"
12368: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12369: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12370: />
12371:
12372: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12373:
12374: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12375: caused assertion
12376:
12377: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12378: could hang. now such add does nothing, sub clears $hash
12379:
12380: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12381: not made quoted-printable
12382:
12383: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12384: string invariant
12385:
12386: 2004-02-16 paf
12387:
12388: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12389: cleared [were not cleared properly]
12390:
12391: 2004-02-13 paf
12392:
1.116 moko 12393: * src/include/pa_version.h: prerelease
1.95 moko 12394:
12395: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12396: used, introducing dependencies timestamp check
12397:
12398: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12399: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12400: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12401: .xsl.stamp now not used, introducing dependencies timestamp check
12402:
1.150 moko 12403: * configure.in: auto.p: @conf made relative
1.95 moko 12404:
12405: 2004-02-12 paf
12406:
12407: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12408: ruined empty <input type=file> submits. parser thought there were
12409: nameless empty file and $form:field got value of type 'file'
12410:
12411: * INSTALL: --without-threads
12412:
12413: * src/include/pa_sapi.h: 2004
12414:
12415: 2004-02-11 paf
12416:
12417: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12418: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12419: classes/hashfile.C, classes/image.C, classes/int.C,
12420: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12421: classes/response.C, classes/string.C, classes/table.C,
12422: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12423: include/pa_array.h, include/pa_cache_managers.h,
12424: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12425: include/pa_config_fixed.h, include/pa_config_includes.h,
12426: include/pa_dictionary.h, include/pa_dir.h,
12427: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12428: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12429: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12430: include/pa_request_charsets.h, include/pa_request_info.h,
12431: include/pa_socks.h, include/pa_sql_connection.h,
12432: include/pa_sql_driver_manager.h, include/pa_stack.h,
12433: include/pa_string.h, include/pa_stylesheet_connection.h,
12434: include/pa_stylesheet_manager.h, include/pa_table.h,
12435: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12436: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12437: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12438: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12439: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12440: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12441: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12442: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12443: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12444: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12445: main/pa_sql_driver_manager.C, main/pa_string.C,
12446: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12447: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12448: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12449: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12450: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12451: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12452: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12453: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12454: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12455: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12456: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12457: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12458: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12459: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12460: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12461: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12462: types/pa_vresponse.h, types/pa_vstateless_class.C,
12463: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12464: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12465: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12466: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12467: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12468: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12469:
12470: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12471: debug version of gc.dll
12472:
12473: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12474: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12475: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12476: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12477: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12478: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12479: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12480: processes
12481:
12482: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12483: main/pa_globals.C, targets/cgi/parser3.vcproj,
12484: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12485: changes to reflect libxml xsl new folders
12486:
12487: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12488: lib/smtp/smtp.vcproj, main/main.vcproj,
12489: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12490: to reflect libxml xsl new folders
12491:
12492: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12493: lib/smtp/smtp.vcproj, main/main.vcproj,
12494: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12495: types/types.vcproj: started changes to reflect libxml xsl new
12496: folders
12497:
12498: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12499: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12500: src/main/compile.tab.C, src/main/main.vcproj,
12501: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12502: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12503: started changes to reflect libxml xsl new folders
12504:
12505: 2004-02-10 paf
12506:
12507: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12508: compile. recommened latest libxml up to date
12509:
12510: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12511: pattern compilation errors", on which spent 4 hours worktime. use
12512: versions higher than that. recommended now latest up to date
12513:
12514: 2004-02-06 paf
12515:
12516: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12517: beauty: unified destructing style
12518:
12519: * src/main/untaint.C: beauty: removed old def/ifdef
12520:
12521: * src/main/untaint.C: beauty: coredump @unknown untaint language
12522: now
12523:
12524: 2004-02-03 paf
12525:
12526: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12527: targets/isapi/parser3isapi.C, types/pa_value.C,
12528: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12529: then %ld/%lu
12530:
12531: * src/main/pa_common.C: typo: %l -> %u
12532:
12533: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12534: in attributes or documents-results of transform now not xx;
12535:
12536: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12537:
12538: * src/main/pa_charset.C: bugfix: forgot to undo some
12539:
12540: * src/main/pa_charset.C: beauty: uncomment
12541: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12542: libraries
12543:
12544: 2004-02-02 paf
12545:
12546: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12547: $cookie:example[ $.value[value] $.path[/there/] ]
12548:
12549: $cookie:example[ $.value[] $.expires[session]
12550: $.path[/there/] $.domain[test.com] ]
12551:
12552: * src/types/pa_vform.C: bugfix: empty values with
12553: enctype=multipart/form-data now produce entries in $form:tables
12554: <form method=post enctype=multipart/form-data> <input type=hidden
12555: name=a> <input type=hidden name=b>
12556:
12557: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12558: <hr> <pre>$request:body
12559:
12560: 2004-01-30 paf
12561:
12562: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12563: or documents-results of transform now not xx;
12564:
12565: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12566: produce exception.
12567:
12568: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12569: bugfix: ^date::create[invalid fields now produce exception.
12570:
12571: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12572: year] now produces exception. todo: check other fields
12573:
12574: 2004-01-29 paf
12575:
12576: * src/include/pa_memory.h: typo error
12577:
12578: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12579: more byte then specified, then zeroed it << useless and
12580: potentially harmful(could gpf)
12581:
12582: 2004-01-22 paf
12583:
12584: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12585:
12586: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12587: optimization
12588:
12589: * src/main/untaint.C: bugfix: whitespace now optimized properly
12590: [were bug: ^taint[1 & 2]="1 &2"
12591:
12592: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12593: errors
12594:
12595: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12596: overflow
12597:
12598: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12599: error-reporting code * in parser-error reporting code [when no
12600: @unhandled_exception defined]
12601:
12602: fixed in one place: my *snprintf override
12603:
12604: 2004-01-13 paf
12605:
12606: * operators.txt: typo erro
12607:
12608: 2003-12-25 paf
12609:
12610: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12611: garbled [pieces after zero bytes were removed]
12612:
12613: 2003-12-22 paf
12614:
1.116 moko 12615: * src/include/Makefile.am: bugfix: removed from dist:
12616: src/include/pa_config_auto.h which were configured for
1.95 moko 12617: make-dist-platform and badly updated proper config file in target
12618: [when .tar used for updating existing source tree]
12619:
12620: * ChangeLog, operators.txt, src/classes/op.C,
12621: src/include/pa_sql_connection.h,
12622: src/include/pa_sql_driver_manager.h,
12623: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12624: feature: sql introducing ability to transcode charsets
12625:
12626: 2003-12-19 paf
12627:
12628: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12629: error message
12630:
12631: * src/main/pa_charset.C: bugfix: memory for charsethandler
12632: structure for libxml now allocated properly
12633:
12634: 2003-12-17 paf
12635:
12636: * src/types/pa_vfile.C: beauty: removed outdated cast
12637:
12638: * src/main/pa_common.C: bugfix: empty http response caused gpf
12639:
12640: * src/include/pa_string.h: bugfix: removed too strong a assert
12641:
12642: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12643: unreported xmlGenericErrors]
12644:
12645: 2003-12-15 paf
12646:
12647: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12648: works}
12649:
12650: 2003-12-11 paf
12651:
12652: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12653: id
12654: !$status:tid thread id
12655:
12656: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12657: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12658: bugfix(solaris): removed dependency on object initialization
12659: order [one more place]
12660:
12661: * src/: classes/file.C, classes/mail.C, classes/op.C,
12662: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12663: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12664: understand that
12665:
12666: * src/: classes/file.C, classes/mail.C, classes/op.C,
12667: classes/xdoc.C, include/pa_cache_managers.h,
12668: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12669: include/pa_stylesheet_manager.h, main/pa_request.C,
12670: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12671: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12672: ctor call [relying on implicit String::Body(cstr) call]
12673:
12674: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12675: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12676: object initialization order [two places]
12677:
12678: 2003-12-10 paf
12679:
12680: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12681: << time now ok
12682:
12683: * operators.txt, src/main/pa_sql_driver_manager.C,
12684: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12685: operational
12686:
12687: * ChangeLog, operators.txt, src/classes/xdoc.C,
12688: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12689: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12690: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12691: back operational
12692:
12693: 2003-12-02 paf
12694:
12695: * src/types/pa_vmail.C: bugfix:
12696: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12697: as-is forced]
12698:
12699: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12700: exceptions out of libxml callbacks: reimplemented error handling
12701: of http://localhost, parser://method and safemode check callbacks
12702:
12703: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12704: [merged from HEAD]
12705:
12706: * src/classes/image.C: nothing: comment removed
12707:
12708: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12709: addresses to int
12710:
12711: 2003-12-01 paf
12712:
12713: * src/main/pa_xml_io.C: bugfix: typo
12714:
12715: * src/main/pa_globals.C: bugfix: win32: compile prob
12716:
12717: * src/classes/xdoc.C: bugfix: typo
12718:
12719: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12720: exception
12721:
12722: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12723:
12724: 2003-11-28 paf
12725:
12726: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12727: all xml documents read
12728:
12729: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12730:
12731: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12732: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12733: replaced original open mech of xdoc::create & co to use libxml
12734: open, so that this would work for root document todo: safe mode
12735: checks to libxml: ideally to some 1 point
12736:
12737: * src/main/pa_xml_io.C: comment
12738:
12739: * operators.txt, src/main/pa_xml_io.C: leading / in
12740: http://parser[abscent params]
12741:
12742: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12743: works. todo: maybe replace original open mech of xdoc::create &
12744: co to use libxml open, so that this would work for root document
12745:
12746: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12747: "parser://method/params/here"> <test> &test^; </test> }]
12748:
12749: ^taint[^xdoc.string[]]
12750:
12751: @method[param] <!ENTITY test
12752: "test-entity-value+$form:user+$param!">
12753:
12754: 2003-11-27 paf
12755:
12756: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12757:
12758: * src/classes/date.C: bugfix: typo error
12759:
12760: 2003-11-26 paf
12761:
12762: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12763: src/main/Makefile.am, src/main/main.vcproj,
12764: src/main/pa_globals.C, src/main/pa_request.C,
12765: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12766: xml errors to hash<thread_id,error> reorganization: xml io moved
12767: to pa_xml_io.C/h
12768:
12769: * src/types/pa_value.h: warnings: --
12770:
12771: 2003-11-25 paf
12772:
12773: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12774: whatever)
12775:
12776: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12777: a, (c?x:y, z)
12778:
12779: * src/main/untaint.C: bugfix: consequences of not reading this
12780: comment: CORD_pos_chars_left /* Number of characters in cache.
12781: <= 0 ==> none */
12782:
12783: * src/include/pa_array.h: removed needless checks
12784:
12785: 2003-11-24 paf
12786:
12787: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12788: removed limit: now $form:xxx can be accessed anytime, even in
12789: @auto/conf [and request/response:charset still can be changed
12790: anytime]
12791:
12792: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12793: now not transcodes response body
12794:
12795: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12796: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12797: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12798: $xdoc.firstChild.firstChild.nodeValue[different]
12799: ^taint[^xdoc.string[]]
12800:
12801: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12802: workaround: static Hash::allocates -> static Hash_allocates
12803:
12804: 2003-11-21 paf
12805:
1.116 moko 12806: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12807: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12808: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12809:
12810: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12811:
12812: * src/classes/mail.C: bugfix: typo
12813:
12814: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12815: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12816: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12817: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12818: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12819: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12820:
12821: * src/main/pa_exec.C: bug in safe mode
12822:
12823: * src/include/Makefile.am: pa_xml_exception.h
12824:
12825: * src/targets/isapi/parser3isapi.C: more warnings --
12826:
12827: 2003-11-20 paf
12828:
12829: * src/: classes/math.C, classes/op.C, classes/string.C,
12830: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12831: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12832: --
12833:
12834: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12835: more warnings --
12836:
12837: * src/classes/xdoc.C: more warnings --
12838:
12839: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12840:
12841: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12842: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12843:
12844: * src/: classes/date.C, classes/file.C, classes/hash.C,
12845: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12846: classes/table.C, include/pa_cache_managers.h,
12847: include/pa_stylesheet_connection.h, main/pa_request.C,
12848: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12849: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12850: --
12851:
12852: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12853: can't report problem (undefined @unhandled_exception) problem
12854: source string were not reported
12855:
12856: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12857: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12858: classes/hashfile.C, classes/image.C, classes/int.C,
12859: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12860: classes/response.C, classes/string.C, classes/table.C,
12861: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12862: include/pa_array.h, include/pa_cache_managers.h,
12863: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12864: include/pa_config_fixed.h, include/pa_dictionary.h,
12865: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12866: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12867: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12868: include/pa_request.h, include/pa_request_charsets.h,
12869: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12870: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12871: include/pa_stack.h, include/pa_string.h,
12872: include/pa_stylesheet_connection.h,
12873: include/pa_stylesheet_manager.h, include/pa_table.h,
12874: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12875: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12876: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12877: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12878: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12879: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12880: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12881: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12882: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12883: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12884: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12885: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12886: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12887: targets/isapi/parser3isapi.C, types/pa_junction.h,
12888: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12889: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12890: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12891: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12892: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12893: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12894: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12895: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12896: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12897: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12898: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12899: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12900: types/pa_vresponse.h, types/pa_vstateless_class.C,
12901: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12902: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12903: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12904: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12905: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12906: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12907: const IDENT
12908:
12909: * src/: include/pa_array.h, include/pa_pool.h,
12910: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12911: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12912: types/pa_wcontext.h: more warnings --
12913:
12914: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12915: classes/file.C, classes/hash.C, classes/hashfile.C,
12916: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12917: classes/memory.C, classes/op.C, classes/string.C,
12918: classes/table.C, classes/xdoc.C, classes/xnode.C,
12919: include/pa_config_includes.h, include/pa_operation.h,
12920: include/pa_sql_connection.h, include/pa_table.h,
12921: include/pa_types.h, lib/ltdl/config_fixed.h,
12922: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12923: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12924: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12925: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12926: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12927: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12928: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12929: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12930: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12931: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12932: types/pa_vmail.C, types/pa_vobject.C,
12933: types/pa_vstateless_class.h, types/pa_vtable.C,
12934: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12935: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12936: on all projects (except libltdl=off & libsdbm=level3) found
12937: several unitialized vars
12938:
12939: 2003-11-19 paf
12940:
12941: * src/classes/op.C: more ansi C++ comp
12942:
12943: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12944: src/main/pa_request.C: ^cache[...]{body}{catch block with
12945: $exception.handled[cache] meaning "get expired cache, if any.
12946: else error"}
12947:
12948: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12949: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12950: ^cache[...]{body}{catch code with $exception.cache field}
12951:
12952: 2003-11-12 paf
12953:
12954: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12955: [copy/paste bug]
12956:
12957: 2003-11-11 paf
12958:
12959: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12960: failed]
12961:
12962: 2003-11-10 paf
12963:
12964: * src/types/pa_vconsole.h: flush
12965:
12966: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12967: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12968: read/write [for nntp]
12969:
12970: * operators.txt: mysql: transaction support: ?autocommit=0
12971:
12972: * operators.txt: comment: updated
12973:
12974: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12975: serialize version and exipire now removes entries
12976:
12977: * operators.txt: ^hashfile.delete[] removes files altogether [and
12978: dir, if could]
12979:
12980: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12981: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12982: removes files altogether [and dir, if could]
12983:
12984: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12985: nonexistent pair. .c coded that that was error. fixed
12986:
12987: * src/types/pa_vhashfile.C: sdbm: exception type change to
12988: file.access [regretfull can't split it to different exceptions
12989: without modifying sdbm source wich would prefer not to]
12990:
12991: 2003-11-07 paf
12992:
12993: * src/: classes/date.C, classes/file.C, classes/hash.C,
12994: classes/hashfile.C, classes/image.C, classes/table.C,
12995: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12996: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12997: main/execute.C, main/main.vcproj, main/pa_pool.C,
12998: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12999: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13000: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13001: destructing objects at request processing end
13002:
13003: 2003-11-06 paf
13004:
13005: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13006: updates
13007:
13008: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13009: to include sdbm
13010:
1.116 moko 13011: * src/include/: pa_config_includes.h, pa_version.h: our
13012: replacements of max& co only for cpp
1.95 moko 13013:
13014: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13015: upper dir, .am updated
13016:
13017: * tests/todo.txt: hashfile: done
13018:
13019: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13020: expiration [time in value. todo: move time to key]
13021:
13022: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13023:
13024: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13025: to do that in foreach, no errors, but surely wrong]
13026:
13027: * operators.txt, src/types/pa_vhashfile.C,
13028: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13029:
13030: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13031: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13032: foreach
13033:
13034: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13035: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13036:
13037: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13038: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13039:
13040: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13041: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13042: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13043: get/put [raw]
13044:
13045: * src/: classes/op.C, main/pa_os.C: just linked
13046:
13047: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13048: XmlException changes
13049:
13050: * src/: include/pa_charset.h, include/pa_globals.h,
13051: include/pa_stylesheet_connection.h, main/pa_exception.C:
13052: XmlException changes
13053:
13054: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13055:
13056: * src/: include/pa_common.h, include/pa_exception.h,
13057: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13058: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13059: main/pa_xml_exception.C: locking move to pa_os [along with
13060: pa_sleep] apr-impl locking done
13061:
13062: * configure, configure.in, operators.txt, parser3.sln,
13063: src/classes/classes.vcproj, src/classes/hashfile.C,
13064: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13065: src/include/pa_exception.h, src/include/pa_globals.h,
13066: src/include/pa_memory.h, src/include/pa_version.h,
13067: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13068: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13069: src/main/compile.tab.C, src/main/main.vcproj,
13070: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13071: src/types/Makefile.am, src/types/pa_vhash.C,
13072: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13073: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13074: again with sdbm from apache
13075:
13076: 2003-11-05 paf
13077:
13078: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13079: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13080: \parser3project dir anymore
13081:
13082: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13083: thoughtlessly from xalan]
13084:
13085: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13086: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13087: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13088:
13089: * src/main/helpers/CaseFolding.txt:
13090: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13091:
13092: 2003-11-04 paf
13093:
13094: * operators.txt: comment: ^mail:send[$.options[
13095:
13096: * src/classes/table.C: compiled on unix
13097:
1.116 moko 13098: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13099:
13100: * src/classes/mail.C: compiled on unix
13101:
13102: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13103: src/types/pa_vmail.h: !^mail:send[
13104: $.options[unix: string to append to sendmail command
13105: line]
13106:
13107: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13108: tests/todo.txt: ^table.save[... $.separator[^#09]
13109: $.encloser["] <nothing> by default
13110:
13111: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13112: !$.separator[^#09] !$.encloser["] <nothing> by
13113: default
13114:
13115: 2003-11-03 paf
13116:
13117: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13118: ^table::load[; options: !$.column-separator[^#09]
13119: !$.column-encloser["]
13120:
13121: * operators.txt, src/include/pa_config_fixed.h,
13122: src/types/pa_vrequest.C: $request:document-root
13123:
13124: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13125: [already included into uri=xxx]
13126:
13127: * operators.txt, src/classes/image.C, tests/todo.txt:
13128: ^image.gif[filename] for $response:download
13129:
13130: * src/classes/date.C: minor precaution
13131:
13132: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13133: !^date.unix-timestamp[]
13134:
13135: 2003-10-30 paf
13136:
13137: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13138: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13139:
13140: * src/classes/: date.C, image.C: improvement diagnostics:
13141: $now[^date::create[$undefined]] now is error
13142:
13143: * src/main/pa_common.C: read errors would now be reported 'actually
13144: read -1 bytes'
13145:
13146: 2003-10-24 paf
13147:
13148: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13149: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13150: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13151: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13152:
13153: 2003-10-22 paf
13154:
13155: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13156:
13157: 2003-10-21 paf
13158:
13159: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13160: fixed: string.match[g] without <'> option produced columns with
13161: NULL's, which gpf'ed at table.save time
13162:
13163: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13164: recoursion' message with intensive throw-catches fixed: incorrect
13165: name and line (one name upper then needed) in error message about
13166: problems inside try block
13167:
13168: 2003-10-10 paf
13169:
13170: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13171: check offset argument for validity did that in String::Body::pos
13172: myself http://i2/tasks/edit/?id=4577425257580789777
13173:
13174: 2003-10-07 paf
13175:
13176: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13177: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13178:
13179: 2003-10-03 paf
13180:
13181: * parser3.sln, src/include/pa_dictionary.h,
13182: src/main/pa_dictionary.C, src/main/pa_string.C,
13183: src/targets/cgi/parser3.vcproj: dictionary optimized by
13184: precalculating cstr&length
13185:
13186: 2003-10-02 paf
13187:
13188: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13189: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13190: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13191: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13192:
13193: 2003-09-30 paf
13194:
13195: * src/main/pa_string.C: string::replace bug fix [were ignoring
13196: occurrances after lang-mismatched
13197:
13198: 2003-09-29 paf
13199:
13200: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13201: helper
13202:
13203: * src/main/pa_string.C: string::serialize bug fix with
13204: zero-terminator
13205:
13206: * src/classes/table.C: ^nameless_table.save column row now has no
13207: \t at the end
13208:
13209: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13210: @postprocess now takes $response:body/download
13211:
13212: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13213: error message
13214:
13215: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13216:
13217: * src/classes/table.C: bugfix: flip: must produce nameless
13218: http://i2/tasks/edit/?id=4573405524674081244
13219:
13220: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13221: main/helpers/simple_folding.pl: utf-8 upper/lower
13222:
13223: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13224: to typo error http://i2/tasks/edit/?id=4573354650786434584
13225:
13226: 2003-09-26 paf
13227:
13228: * src/main/untaint.C: removed needless field
13229:
13230: * src/main/untaint.C: removed needless const
13231:
13232: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13233: String.for_each bug fixed [omited one-char cases]
13234:
13235: * src/include/pa_stack.h: bugfix: before collecting garbage,
13236: runtime-executor stack were cleared... BADLY
13237:
13238: * src/main/pa_string.C: ^stirng.replace code used old
13239: param-convention on langs.append, fixed that search fo the like,
13240: found none
13241:
13242: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13243: string::serialize/deserialize implemented Language enum assigned
13244: meaningful letters [more convinient for debugging. read warning
13245: before adding/changing anything]
13246:
13247: 2003-09-25 paf
13248:
13249: * src/: include/pa_string.h, include/pa_version.h,
13250: main/pa_string.C, main/untaint.C: templates and anonymous unions
13251: differences on unix
13252:
13253: * parser3.sln, src/classes/file.C, src/classes/image.C,
13254: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13255: src/classes/xdoc.C, src/classes/xnode.C,
13256: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13257: src/include/pa_charsets.h, src/include/pa_common.h,
13258: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13259: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13260: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13261: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13262: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13263: src/main/compile_tools.h, src/main/pa_charset.C,
13264: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13265: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13266: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13267: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13268: src/types/pa_vmail.C, src/types/pa_vmath.C,
13269: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13270: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13271:
13272: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13273: functions aligned to that of eeparser3 look
13274:
13275: * src/lib/cord/cordprnt.c: removed warnings
13276:
13277: 2003-09-24 paf
13278:
13279: * src/: classes/file.C, classes/image.C, classes/mail.C,
13280: classes/op.C, classes/xdoc.C, classes/xnode.C,
13281: include/pa_cache_managers.h, include/pa_charset.h,
13282: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13283: include/pa_sql_driver_manager.h, include/pa_string.h,
13284: include/pa_stylesheet_manager.h, include/pa_table.h,
13285: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13286: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13287: main/pa_sql_driver_manager.C, main/pa_string.C,
13288: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13289: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13290: types/pa_vstateless_class.h, types/pa_vstatus.C,
13291: types/pa_vxnode.C: v() functions of String::Body,
13292: String::Languages and String itself StringBody->String::Body
13293:
13294: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13295: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13296: never optimized anything. todo: somehow speed up harder cases:
13297: concatenationA+concatenationB when last block of A and first of B
13298: contain same letters
13299:
13300: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13301: lib/cord/include/cord.h: langs: speed up by joining adjucent
13302: blocks of same char [CORD_append_block]
13303:
13304: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13305: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13306: save space by extending blocks when appending block with c ==
13307: lastblock.c
13308:
13309: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13310: working yet :( but more working &understood :)
13311:
13312: * src/: classes/table.C, include/pa_string.h,
13313: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13314:
13315: 2003-09-23 paf
13316:
13317: * src/main/untaint.C: $a[ok!] $a works!
13318:
13319: * src/main/untaint.C: something even more works :)
13320:
13321: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13322: something more works :)
13323:
13324: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13325: lib/cord/cordxtra.c: something already works :)
13326:
13327: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13328: serialize&deserialize
13329:
13330: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13331: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13332: main/untaint.C: main idea implemented, details left
13333:
13334: 2003-09-22 paf
13335:
13336: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13337:
13338: * src/classes/xnode.C: copy/paste comment bugfix
13339:
13340: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13341: allocator returns 0, just die.
13342: http://i2/tasks/edit/?id=4570798492410259445
13343:
13344: * src/classes/xdoc.C: copy/paste comment bugfix
13345:
13346: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13347: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13348: xnode: getAttributeNS setAttributeNS removeAttributeNS
13349: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13350:
13351: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13352: chars due to bitwise operation signed-char error]
13353:
13354: 2003-09-19 paf
13355:
13356: * src/types/pa_wcontext.C: output message: more practical
13357: suggestion
13358:
13359: * src/main/pa_common.C, operators.txt: merged
13360: $f[^file::load[binary;http://...]] $f.tables
13361:
13362: 2003-09-02 paf
13363:
13364: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13365: flush stdout without referencing 'stdout' symbol. to hell with
13366: non-ansi libraries without 'stdout' symbol
13367:
13368: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13369: unix (users reported problems with some old libc)
13370:
13371: * src/types/pa_vdate.h: forgot initializer
13372:
13373: 2003-09-01 paf
13374:
13375: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13376: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13377: zone]
13378:
13379: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13380:
13381: 2003-08-19 paf
13382:
13383: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13384: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13385: simplified a little
13386:
13387: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13388: [lost fix from 3.0.8]
13389:
13390: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13391: visible here }
13392:
13393: bug fix
13394:
13395: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13396:
13397: * src/main/compile.tab.C: initialized couple of variables about
13398: which user reported runtime problems when parser were compiled
13399: with VC7, warning level4. study shows that later in bison
13400: they've fixed that. would migrate to latest bison someday
13401:
13402: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13403: recoding headers)
13404:
13405: * src/types/pa_vmail.C: works as before, same charset problems:
13406: gmime recodes to UTF-8 only headers, not body. so not recoding
13407: anything for now
13408:
13409: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13410: problems with body
13411:
13412: * src/types/pa_vmail.C: mail_receive just compiled
13413:
13414: 2003-08-18 paf
13415:
13416: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13417: main/main.vcproj, types/types.vcproj: win32: continued process
13418: detaching from \parser3project directory
13419:
13420: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13421: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13422: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13423: src/lib/pcre/pcre_dftables.dsp,
13424: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13425: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13426: src/types/types.dsp: moved to MSVC 7
13427:
13428: * gnu.vcproj.vspscc, parser3.vssscc,
13429: src/classes/classes.vcproj.vspscc,
13430: src/lib/cord/cord.vcproj.vspscc,
13431: src/lib/ltdl/libltdl.vcproj.vspscc,
13432: src/lib/md5/md5.vcproj.vspscc,
13433: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13434: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13435: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13436: src/targets/isapi/parser3isapi.vcproj.vspscc,
13437: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13438: moved to MSVC 7
13439:
13440: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13441: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13442: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13443: src/lib/pcre/pcre_dftables.vcproj,
13444: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13445: src/targets/cgi/parser3.vcproj,
13446: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13447: new VS project files
13448:
13449: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13450: .NET to detect Jalindi Igloo capabilities.
13451:
13452: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13453: src/classes/classes.awk, src/doc/footer.htm,
13454: src/include/pa_config_fixed.h, src/include/pa_version.h,
13455: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13456: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13457: src/types/pa_vmail.C: merged 3.1.0 latest changes
13458:
13459: 2003-08-15 paf
13460:
13461: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13462: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13463:
13464: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13465: non-ascii <yyy> now encoded correctly
13466:
13467: 2003-07-29 paf
13468:
1.116 moko 13469: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13470: dist
1.95 moko 13471:
13472: * src/types/pa_vmail.C: just started --with-mail-receive
13473:
13474: 2003-07-28 paf
13475:
1.116 moko 13476: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13477: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13478:
13479: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13480:
13481: 2003-07-25 paf
13482:
13483: * src/doc/footer.htm: year
13484:
13485: 2003-07-24 paf
13486:
13487: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13488: fix
13489:
13490: * src/include/pa_version.h: release
13491:
1.116 moko 13492: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13493:
13494: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13495: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13496: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13497: getting rid of win32xml pseudo project
13498:
13499: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13500:
1.116 moko 13501: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13502: configure.in, operators.txt, parser3.dsw,
1.95 moko 13503: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13504: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13505: src/classes/classes.C, src/classes/classes.awk,
13506: src/classes/classes.dsp, src/classes/classes.h,
13507: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13508: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13509: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13510: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13511: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13512: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13513: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13514: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13515: src/include/pa_array.h, src/include/pa_cache_managers.h,
13516: src/include/pa_charset.h, src/include/pa_charsets.h,
13517: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13518: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13519: src/include/pa_dictionary.h, src/include/pa_dir.h,
13520: src/include/pa_exception.h, src/include/pa_exec.h,
13521: src/include/pa_globals.h, src/include/pa_hash.h,
13522: src/include/pa_memory.h, src/include/pa_opcode.h,
13523: src/include/pa_operation.h, src/include/pa_pool.h,
13524: src/include/pa_pragma_pack_begin.h,
1.95 moko 13525: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13526: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13527: src/include/pa_sapi.h, src/include/pa_socks.h,
13528: src/include/pa_sql_connection.h,
13529: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13530: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13531: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13532: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13533: src/include/pa_uue.h, src/lib/Makefile.am,
13534: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13535: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13536: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13537: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13538: src/lib/cord/include/ec.h,
13539: src/lib/cord/include/private/Makefile.am,
13540: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13541: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13542: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13543: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13544: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13545: src/main/compile_tools.C, src/main/compile_tools.h,
13546: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13547: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13548: src/main/pa_charsets.C, src/main/pa_common.C,
13549: src/main/pa_dictionary.C, src/main/pa_dir.C,
13550: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13551: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13552: src/main/pa_request.C, src/main/pa_socks.C,
13553: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13554: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13555: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13556: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13557: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13558: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13559: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13560: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13561: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13562: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13563: src/targets/isapi/parser3isapi.dsp,
13564: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13565: src/types/pa_junction.h, src/types/pa_method.h,
13566: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13567: src/types/pa_vclass.C, src/types/pa_vclass.h,
13568: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13569: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13570: src/types/pa_vdouble.h, src/types/pa_venv.h,
13571: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13572: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13573: src/types/pa_vimage.C, src/types/pa_vimage.h,
13574: src/types/pa_vint.h, src/types/pa_vjunction.h,
13575: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13576: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13577: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13578: src/types/pa_vobject.C, src/types/pa_vobject.h,
13579: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13580: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13581: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13582: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13583: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13584: src/types/pa_vstring.h, src/types/pa_vtable.C,
13585: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13586: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13587: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13588: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13589: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13590: HEAD
13591:
13592: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13593: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13594: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13595: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13596: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13597: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13598: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13599: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13600: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13601: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13602: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13603: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13604: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13605: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13606: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13607: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13608: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13609: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13610: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13611: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13612: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13613: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13614: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13615: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13616: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13617: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13618: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13619: outputs/create-dir, results/001.processed, results/002.processed,
13620: results/003.processed, results/004.processed,
13621: results/005.processed, results/006.processed,
13622: results/007.processed, results/008.processed,
13623: results/009.processed, results/010.processed,
13624: results/011.processed, results/012.processed,
13625: results/013.processed, results/014.processed,
13626: results/015.processed, results/016.processed,
13627: results/017.processed, results/018.processed,
13628: results/019.processed, results/020.processed,
13629: results/021.processed, results/022.processed,
13630: results/023.processed, results/024.processed,
13631: results/025.processed, results/026.processed,
13632: results/027.processed, results/028.processed,
13633: results/029.processed, results/030.processed,
13634: results/031.processed, results/032.processed,
13635: results/033.processed, results/034.processed,
13636: results/035.processed, results/036.processed,
13637: results/037.processed, results/038.processed,
13638: results/039.processed, results/040.processed,
13639: results/041.processed, results/042.processed,
13640: results/043.processed, results/044.processed,
13641: results/045.processed, results/046.processed,
13642: results/047.processed, results/048.processed,
13643: results/049.processed, results/050.processed,
13644: results/051.processed, results/052.processed,
13645: results/053.processed, results/054.processed,
13646: results/055.processed, results/056.processed,
13647: results/057.processed, results/058.processed,
13648: results/059.processed, results/060.processed,
13649: results/061.processed, results/062.processed,
13650: results/063.processed, results/064.processed,
13651: results/065.processed, results/066.processed,
13652: results/067.processed, results/068.processed,
13653: results/069.processed, results/070.processed,
13654: results/071.processed, results/072.processed,
13655: results/073.processed, results/074.processed,
13656: results/075.processed, results/076.processed,
13657: results/077.processed, results/078.processed,
13658: results/079.processed, results/080.processed,
13659: results/081.processed, results/082.processed,
13660: results/083.processed, results/084.processed,
13661: results/085.processed, results/086.processed,
13662: results/087.processed, results/088.processed,
13663: results/089.processed, results/090.processed,
13664: results/091.processed, results/092.processed,
13665: results/093.processed, results/094.processed,
13666: results/095.processed, results/096.processed,
13667: results/097.processed, results/098.processed,
13668: results/099.processed, results/100.processed,
13669: results/101.processed, results/102.processed,
13670: results/103.processed, results/104.processed,
13671: results/105.processed, results/106.processed,
13672: results/107.processed, results/108.processed,
13673: results/109.processed, results/110.processed,
13674: results/111.processed, results/112.processed,
13675: results/113.processed, results/114.processed,
13676: results/115.processed, results/116.processed,
13677: results/117.processed, results/118.processed,
13678: results/119.processed, results/120.processed,
13679: results/121.processed, results/122.processed,
13680: results/123.processed, results/124.processed,
13681: results/125.processed, results/126.processed,
13682: results/127.processed, results/128.processed,
13683: results/129.processed, results/130.processed,
13684: results/131.processed, results/132.processed,
13685: results/133.processed, results/134.processed,
13686: results/135.processed, results/136.processed,
13687: results/137.processed, results/138.processed,
13688: results/139.processed, results/140.processed,
13689: results/141.processed: merged(copied) to HEAD from template_gc
13690:
13691: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13692: towards \parser3project not having to be in root
13693:
13694: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13695: module compiled [were minor unnecessary changes in lib/md5
13696: interface]
13697:
13698: * src/include/pa_version.h: release
13699:
13700: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13701:
13702: * src/classes/math.C: merged uuid bugfix
13703:
13704: * tests/: 141.html, results/141.processed: fixed bug with
13705: too-small-a-buffer
13706:
13707: * src/classes/math.C: uuid bugfix
13708:
13709: * tests/: 141.html, Makefile, results/005.processed,
13710: results/030.processed, results/075.processed,
13711: results/078.processed: to reflect date format change (were -
13712: become ' ')
13713:
13714: * src/classes/math.C: uuid bugfix
13715:
13716: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13717: debug/release changes
13718:
13719: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13720:
13721: 2003-07-23 paf
13722:
13723: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13724: renamed a little [to move to comman naming conv]
13725:
1.116 moko 13726: * src/targets/Makefile.am: apache13 splitted to simplify apache
13727: build
1.95 moko 13728:
13729: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13730: main/pa_request.C, main/pa_sql_driver_manager.C,
13731: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13732: stack top_index() fixed
13733:
13734: * src/main/pa_globals.C: minor style changes
13735:
13736: * src/: classes/op.C, include/pa_sql_connection.h: connection
13737: closing/caching fixed [connections were not closed/put to cache]
13738:
13739: 2003-07-22 paf
13740:
13741: * INSTALL: gc part updated stightly
13742:
13743: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13744: new sapi interface
13745:
13746: * src/classes/file.C: comment on OS
13747:
13748: * src/main/pa_string.C: removed reduntant invariant check [there is
13749: one deeper in cord lib]
13750:
13751: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13752:
13753: * src/main/pa_memory.C: out of memory is no longer coredump
13754:
13755: * INSTALL: disable-threads adviced
13756:
13757: 2003-07-21 paf
13758:
1.116 moko 13759: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13760:
13761: * src/classes/file.C: file::exec/cgi environment variables now must
13762: be UPPERCASE and A-Z 0-9 _-
13763:
13764: * src/classes/file.C: env passing fixed
13765:
13766: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13767:
13768: * src/main/pa_common.C: http:// CRLF now
13769:
13770: 2003-07-02 paf
13771:
13772: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13773: fields to reflect their real meaning
13774:
13775: 2003-06-27 paf
13776:
13777: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13778: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13779: file::exec/cgi .charset
13780:
13781: 2003-06-26 paf
13782:
13783: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13784: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13785: src/classes/table.C: fixed several uninitialized local
13786: structures. notably ^hash.foreach now inserts delimiters
13787: properly [were inserting it before first body]
13788:
13789: 2003-06-24 paf
13790:
13791: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13792:
13793: 2003-06-20 paf
13794:
13795: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13796: src/main/pa_globals.C: introducing
13797: $f[^file::load[binary;http://...]] $f.tables
13798:
13799: 2003-06-06 paf
13800:
13801: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13802: table. [were method lookup: inconsistent]
13803:
13804: 2003-06-02 paf
13805:
13806: * src/include/pa_memory.h: empty string clone fixed to return
13807: writable memory
13808:
13809: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13810: were not appended] which violated string invariant
13811:
13812: 2003-05-30 paf
13813:
13814: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13815: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13816:
13817: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13818: GMT ; RFC 822, updated by RFC 1123
13819:
13820: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13821: targets/isapi/parser3isapi.C: initialized request_info properly
13822:
13823: * src/classes/xnode.C: found minor bug, commended for future
13824:
13825: 2003-05-28 paf
13826:
13827: * src/classes/form.C: request_info.content_length can't be <0,
13828: size_t for some time
13829:
13830: 2003-05-26 paf
13831:
13832: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13833: forgotten <0 changed to !=STRING_NOT_FOUND
13834:
13835: * src/classes/math.C: merged ffffu from HEAD
13836:
13837: 2003-05-11 paf
13838:
13839: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13840:
13841: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13842: premature doc free. transformed document had xmlDoc reference
13843: stored to non-gc-memory (libgdome) added holding-reference
13844:
13845: 2003-04-29 paf
13846:
13847: * src/main/pa_globals.C: started digging on double free. on win32
13848: found that that's perfectly normal.
13849:
13850: 2003-04-25 paf
13851:
13852: * src/classes/table.C: table.join bug fix [bad limit check]
13853:
13854: * src/classes/math.C: merged from HEAD: simpiler hash_string
13855:
13856: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13857: print anything. changed to quicker and simplier code
13858:
13859: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13860: strict a check]
13861:
13862: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13863:
13864: 2003-04-24 paf
13865:
13866: * src/include/pa_table.h: too strict assert loosened
13867:
13868: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13869: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13870: report
13871:
13872: 2003-04-21 paf
13873:
1.116 moko 13874: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13875:
13876: * src/main/pa_globals.C: pcre memory management changed to use GC
13877: memory
13878:
13879: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13880: xmlMallocAtomic [author agreed to my suggestion], used that
13881:
13882: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13883:
13884: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13885: types/pa_vmail.C: attributed_meaning_to_string added
13886: L_UNSPECIFIED piece which was sortof OK, but violated string
13887: invariant [assertion barked on that] changed to L_PASS_APPEND,
13888: made that param obligatory
13889:
13890: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13891: fixed [assert helped]
13892:
13893: * src/include/pa_string.h: assert added [looking for bug]
13894:
13895: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13896: names on Win32 considered disk-global
13897:
13898: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13899: considered disk-global
13900:
13901: 2003-04-18 paf
13902:
13903: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13904: filenames
13905:
13906: * src/main/untaint.C: enabled '~' letter in filenames
13907:
13908: 2003-04-16 paf
13909:
13910: * src/classes/file.C: small bug introduced in autoptr times fixed
13911:
13912: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13913: HEAD
13914:
1.116 moko 13915: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13916:
13917: 2003-04-15 paf
13918:
13919: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13920: src/lib/md5/pa_md5c.c, tests/141.html,
13921: tests/results/141.processed: merged from head ^math:uuid[]
13922: ^math:uid64[] ^math:md5[string]
13923:
13924: test added: 141.html
13925:
13926: * operators.txt, src/classes/math.C: ^math:uid64[]
13927:
13928: * src/classes/math.C: ^math:uuid[]
13929:
13930: * operators.txt, src/classes/math.C: ^math:uuid[]
13931:
13932: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13933: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13934:
13935: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13936: src/include/pa_config_fixed.h, src/main/pa_common.C:
13937: ^file::load[mode;name; $.offset $.limit
13938:
13939: 2003-04-14 paf
13940:
13941: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13942: started ^math:md5
13943:
13944: * src/classes/table.C, src/include/pa_array.h,
13945: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13946: tests/results/140.processed: table $.reverse option works in
13947: create&co table $.distinct[tables] bug fix merged
13948:
13949: * src/: classes/table.C, include/pa_table.h: table
13950: $.distinct[tables] bug fixed
13951:
13952: * src/classes/table.C: more warnings
13953:
13954: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13955: removed checks in table::set_current, moved them back to
13956: table::locate implemented table::create/join ñ $.reverse
13957:
13958: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13959: removed checks in table::set_current, moved them back to
13960: table::locate
13961:
13962: 2003-04-11 paf
13963:
13964: * operators.txt, src/classes/date.C, src/classes/table.C,
13965: src/include/pa_array.h, src/include/pa_common.h,
13966: src/include/pa_config_includes.h, src/include/pa_string.h,
13967: src/include/pa_table.h, src/main/pa_request.C,
13968: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13969: src/main/pa_table.C: merged from HEAD from
13970: before_append_array_limit_sense_change to
13971: after_append_array_limit_sense_change
13972:
13973: * src/classes/table.C: typo
13974:
13975: * operators.txt, src/classes/date.C, src/classes/table.C,
13976: src/include/pa_array.h, src/include/pa_common.h,
13977: src/include/pa_config_includes.h, src/include/pa_globals.h,
13978: src/include/pa_table.h, src/main/pa_array.C,
13979: src/main/pa_globals.C, src/main/pa_request.C,
13980: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13981: src/main/pa_table.C: append_array_limit_sense_change locate
13982: accepts options same as create new option: $.reverse(1) [do not
13983: work in table::create]
13984:
13985: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13986: (stat xxx,
13987:
13988: * src/classes/: table.C: typo
13989:
13990: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13991: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13992: results/130.processed, results/131.processed,
13993: results/132.processed, results/133.processed,
13994: results/134.processed, results/135.processed,
13995: results/136.processed, results/137.processed,
13996: results/138.processed, results/139.processed: added few mustfail
13997: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13998: date/time 132.html mustfail: access to junction outside of
13999: context 133.html mustfail: access to junction outside of context,
14000: case version 134.html mustfail: hash: adding a key inside of
14001: foreach 135.html mustfail: modifying system class 136.html
14002: mustfail: $.name outside of $hash[here] 137.html mustfail:
14003: appendChild without import 138.html mustfail: invalid encoding
14004: inside of xml 139.html mustfail: bad XPath
14005:
14006: * operators.txt, src/classes/table.C, tests/084.html,
14007: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14008: tests/129.html, tests/results/125.processed,
14009: tests/results/126.processed, tests/results/127.processed,
14010: tests/results/128.processed, tests/results/129.processed: merged
14011: from HEAD ^table.hash[key][$.distinct[tables]]
14012:
14013: maked appropriate tests [changed one old nonconforming]
14014:
14015: * operators.txt, src/classes/table.C:
14016: ^table.hash[key][$.distinct[tables]]
14017:
14018: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14019: merged fix for found very old xml (dom) bug: were passing
14020: domString objects and later ERROREOUSLY freed them
14021:
14022: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14023: src/main/pa_charset.C: re-added libgdome patch. regretfully
14024: libgdome bug can not be worked around
14025:
14026: 2003-04-10 paf
14027:
14028: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14029: found very old xml (dom) bug: were passing domString objects and
14030: later ERROREOUSLY freed them
14031:
14032: * src/doc/string.dox, src/include/pa_memory.h,
14033: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14034: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14035: tests/123.html, tests/124.html, tests/results/001.processed,
14036: tests/results/002.processed, tests/results/003.processed,
14037: tests/results/004.processed, tests/results/005.processed,
14038: tests/results/006.processed, tests/results/008.processed,
14039: tests/results/009.processed, tests/results/010.processed,
14040: tests/results/011.processed, tests/results/012.processed,
14041: tests/results/013.processed, tests/results/014.processed,
14042: tests/results/015.processed, tests/results/016.processed,
14043: tests/results/017.processed, tests/results/018.processed,
14044: tests/results/020.processed, tests/results/021.processed,
14045: tests/results/022.processed, tests/results/023.processed,
14046: tests/results/024.processed, tests/results/025.processed,
14047: tests/results/026.processed, tests/results/027.processed,
14048: tests/results/028.processed, tests/results/029.processed,
14049: tests/results/030.processed, tests/results/031.processed,
14050: tests/results/032.processed, tests/results/033.processed,
14051: tests/results/034.processed, tests/results/035.processed,
14052: tests/results/036.processed, tests/results/037.processed,
14053: tests/results/038.processed, tests/results/039.processed,
14054: tests/results/040.processed, tests/results/041.processed,
14055: tests/results/042.processed, tests/results/043.processed,
14056: tests/results/044.processed, tests/results/045.processed,
14057: tests/results/046.processed, tests/results/047.processed,
14058: tests/results/048.processed, tests/results/049.processed,
14059: tests/results/050.processed, tests/results/051.processed,
14060: tests/results/052.processed, tests/results/053.processed,
14061: tests/results/054.processed, tests/results/055.processed,
14062: tests/results/056.processed, tests/results/057.processed,
14063: tests/results/058.processed, tests/results/059.processed,
14064: tests/results/060.processed, tests/results/061.processed,
14065: tests/results/062.processed, tests/results/063.processed,
14066: tests/results/064.processed, tests/results/065.processed,
14067: tests/results/066.processed, tests/results/067.processed,
14068: tests/results/068.processed, tests/results/069.processed,
14069: tests/results/070.processed, tests/results/071.processed,
14070: tests/results/072.processed, tests/results/073.processed,
14071: tests/results/074.processed, tests/results/075.processed,
14072: tests/results/076.processed, tests/results/077.processed,
14073: tests/results/078.processed, tests/results/079.processed,
14074: tests/results/080.processed, tests/results/081.processed,
14075: tests/results/082.processed, tests/results/083.processed,
14076: tests/results/084.processed, tests/results/085.processed,
14077: tests/results/086.processed, tests/results/087.processed,
14078: tests/results/088.processed, tests/results/089.processed,
14079: tests/results/090.processed, tests/results/091.processed,
14080: tests/results/092.processed, tests/results/093.processed,
14081: tests/results/094.processed, tests/results/095.processed,
14082: tests/results/096.processed, tests/results/097.processed,
14083: tests/results/101.processed, tests/results/102.processed,
14084: tests/results/104.processed, tests/results/105.processed,
14085: tests/results/106.processed, tests/results/107.processed,
14086: tests/results/108.processed, tests/results/109.processed,
14087: tests/results/110.processed, tests/results/111.processed,
14088: tests/results/112.processed, tests/results/113.processed,
14089: tests/results/114.processed, tests/results/115.processed,
14090: tests/results/116.processed, tests/results/117.processed,
14091: tests/results/118.processed, tests/results/119.processed,
14092: tests/results/120.processed, tests/results/121.processed,
14093: tests/results/122.processed, tests/results/123.processed,
14094: tests/results/124.processed: new convention: char* never 0.
14095: assert in cord on that
14096:
14097: * src/main/pa_charset.C: couple more asserts
14098:
14099: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14100: speedup
14101:
14102: * src/main/pa_charset.C: couple assertions on fantastic situations
14103: added [may be those is the case now?]
14104:
14105: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14106: that's memory from gc_malloc, not from g_malloc :(, but would
14107: hope]
14108:
14109: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14110: that's memory from gc_malloc, not from g_malloc :(, but would
14111: hope]
14112:
14113: * src/main/pa_charset.C: checked custom malloc for returning 0
14114:
14115: 2003-04-09 paf
14116:
14117: * src/classes/date.C: merged ^date.roll changes
14118:
14119: * src/classes/date.C: ^date.roll bug fix
14120:
14121: * src/classes/date.C: ^date.roll now throws less errors: month
14122: shifts handles end of month situation by reducing day number
14123: hour-hole shift reduces hour to recover
14124:
14125: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14126: Sort by function time
14127:
14128: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14129: http:// $.charset[] param done
14130:
14131: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14132: added [after volatile fix. passes on win&intel-solaris]
14133:
14134: 2003-04-08 paf
14135:
14136: * src/: classes/file.C, classes/op.C, classes/table.C,
14137: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14138: include/pa_common.h, include/pa_request_charsets.h,
14139: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14140: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14141: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14142: types/pa_vresponse.C: started http:// $.charset[] param and
14143: http response charset detection just compiled. todo:test
14144:
14145: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14146:
14147: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14148: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14149: types/pa_vmail.C: changed transcode param converntion along with
14150: string creating convention -- all strings are zero-terminated,
14151: this allowed to fix one remaining String("123", 2) case
14152:
14153: * src/: classes/date.C, classes/file.C, classes/hash.C,
14154: classes/op.C, classes/string.C, classes/table.C,
14155: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14156: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14157: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14158: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14159: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14160: violated String::invariant. started fixing [not compiled now]
14161:
14162: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14163: main/compile.tab.C, main/compile.y, main/pa_string.C,
14164: main/untaint.C, targets/cgi/parser3.C: number of string style
14165: improvements & optimizations
14166:
14167: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14168: :(]
14169:
14170: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14171: [for it's a pointer really]
14172:
14173: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14174: 'n' param. worked that around
14175:
14176: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14177: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14178: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14179: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14180: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14181:
14182: Thanks for the bug report and patch.
14183:
14184: I hadn't looked at this code in a while. Reading it now, it
14185: seems to me that the tests should also be ">= MAX_DEPTH" to
14186: comply with the invariant, though that may not matter a lot. I
14187: changed that, too.
14188:
14189: Hans
14190:
14191: 2003-04-07 paf
14192:
14193: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14194: merged from head:safe mode error message now includes numbers
14195:
14196: * src/main/execute.C: n-th attempt to make a=a work with double.
14197: problem: as_double returns it's result in fp-register compiler
14198: optimizes access to that register after b->as_double, and just
14199: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14200: from memory. _SAME_ double values do not match here. when
14201: forced to REload fp-register, values do match.
14202:
14203: tried to make them volatile.
14204:
14205: * src/main/execute.C: n-th attempt to make a=a work with double.
14206: problem: as_double returns it's result in fp-register compiler
14207: optimizes access to that register after b->as_double, and just
14208: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14209: from memory. _SAME_ double values do not match here. when
14210: forced to REload fp-register, values do match.
14211:
14212: tried to make them volatile.
14213:
14214: * src/types/pa_vobject.h: small style change
14215:
14216: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14217:
14218: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14219: mode error message now includes numbers
14220:
14221: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14222: now causes death
14223:
14224: 2003-04-04 paf
14225:
14226: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14227: incorportated pa_exec patch by From: "Victor Fedoseev"
14228: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14229: Sent: Thursday, January 23, 2003 9:14 AM
14230:
14231: huge speedup on ^file::cgi with big result
14232:
14233: * src/classes/table.C: sort table with 0 rows bug fixed
14234:
14235: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14236: fix http://i2/tasks/edit/?id=4493701604654042676
14237:
14238: @main[] $with_default[ $.a[1] $._default[default from
14239: with_default] ] ^show[$with_default]
14240:
14241: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14242: =$to_add_to.xxx=<br>
14243:
14244: ^show[$to_add_to]
14245:
14246: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14247: ^show[$cloned]
14248:
14249: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14250:
14251: } <hr>
14252:
14253: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14254: 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/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14272: http://i2/tasks/edit/?id=4507350336410850921
14273:
14274: * src/classes/xdoc.C: memory allocation func bugfix
14275: http://i2/tasks/edit/?id=4499303470368629745
14276:
14277: * src/classes/math.C: allowed random 1...
14278:
14279: * src/classes/math.C: allowed random 0..
14280:
14281: * src/main/pa_globals.C: exif mem leak
14282: http://i2/tasks/edit/?id=4480590323629807263
14283:
14284: * src/: classes/classes.dsp, main/main.dsp,
14285: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14286: fix http://i2/tasks/edit/?id=4493946731322521294
14287: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14288:
14289: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14290: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14291: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14292: links to xml libs made relative, no need to unpack parser3project
14293: to /parser3project.
14294:
14295: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14296: column more precise - tab handling bug fixed
14297:
14298: * src/main/: compile.tab.C, compile.y: more understandable error
14299: message in case @CLASS with more then one line inside
14300:
14301: * src/targets/cgi/parser3.C: more understandable error message in
14302: case of errors in @unhandled_exception
14303:
14304: 2003-04-03 paf
14305:
14306: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14307: src/main/compile.tab.C, src/main/compile.y,
14308: src/main/compile_tools.C, src/main/compile_tools.h,
14309: src/main/execute.C, src/main/pa_request.C: debug info format
14310: simplified, now it's: OP_VALUE Operation::Origin << here value*
14311:
14312: higher limits: file number (max: 255) line number (max:
14313: 64535) column number (max: 255)
14314:
14315: * src/classes/math.C: top limit
14316:
14317: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14318: precise parse error position in case of
14319:
14320: ^bug ]
14321:
14322: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14323: changed to realities, and passed [bug fixed]
14324:
14325: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14326: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14327: main/compile_tools.h, main/pa_request.C: introducing
14328: ^process...[main-method-alias]
14329:
14330: * src/: classes/date.C, classes/image.C, classes/op.C,
14331: classes/string.C, classes/table.C, classes/xdoc.C,
14332: types/pa_vmethod_frame.h: MethodParams& now [methods without
14333: params receive zero reference, but they are expected not to look
14334: there]
14335:
14336: * operators.txt, src/classes/date.C, src/classes/double.C,
14337: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14338: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14339: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14340: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14341: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14342: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14343: [methods without params receive zero reference, but they are
14344: expected not to look there]
14345:
14346: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14347: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14348: ^process...[filename] useful for better error reporting
14349: [file/line/col]
14350:
14351: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14352: types/pa_vstring.h: slightly improved error messages text: 1. is
14353: '%s', it 2. method undefined in case of ^void[]
14354:
14355: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14356: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14357: handling done. now we have error columns todo: test it
14358:
14359: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14360: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14361:
14362: this makes life easier: were: bad stack order -- were in
14363: exception catch unwind order, which didn't match execution order
14364:
14365: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14366:
14367: @first[] ^throw[a;1]
14368:
14369: showed throw a first throw b try
14370:
14371: which is no good
14372:
14373: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14374: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14375: trace reset after handled exception [old bug fixed]
14376:
14377: * src/main/: compile.tab.C, compile.y: parse position old bug
14378: fixed. position reporting made precise [both, in parse erros and
14379: runtime errors]
14380:
14381: 2003-04-02 paf
14382:
14383: * src/: include/pa_operation.h, include/pa_request.h,
14384: main/compile.C, main/compile.tab.C, main/compile.y,
14385: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14386: main/pa_exception.C, main/pa_request.C: debug info: started
14387: using. todo:complete
14388:
14389: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14390: main/compile.C, main/compile.tab.C, main/compile.y,
14391: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14392: main/pa_request.C: prepared debug info todo:use it
14393:
14394: * src/include/pa_operation.h: strange mistake fixed: forgot to
14395: return Operation class->union after switching from autoptrs.
14396:
14397: * tests/: Makefile, results/108.processed, results/117.processed:
14398: meta considered OK [it's up to coder now to remove it not needed]
14399:
14400: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14401: Dictionary constructor when moved to gc]
14402:
14403: * src/main/pa_common.C: uncommented http:// file loading
14404:
14405: * src/include/pa_array.h, src/main/execute.C,
14406: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14407: fix [gdGrowingBuf]
14408:
14409: * configure.in, src/lib/Makefile.am: removed patches
14410:
14411: * configure, src/include/pa_config_auto.h.in,
14412: src/main/pa_charset.C: --enable-assertions autoconf-ed
14413:
14414: * src/main/pa_common.C: uncommented http:// file loading
14415:
14416: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14417: xdoc::create/load
14418:
14419: * src/: classes/form.C, classes/hash.C, classes/image.C,
14420: classes/string.C, classes/table.C, classes/void.C,
14421: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14422: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14423: String::String(str,helper_length) are checked. found/fixed one
14424: place: $request:body now zero-terminated,
14425:
14426: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14427: main/compile_tools.C, main/execute.C, types/pa_value.h,
14428: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14429: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14430: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14431: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14432: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14433: types/pa_vxnode.h: more locally scoped vars in execute (more
14434: easily optimizable)
14435:
14436: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14437: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14438:
14439: * src/: include/pa_array.h, include/pa_stack.h,
14440: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14441: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14442: become assertion iterator in methodframe filler
14443:
14444: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14445: targets/cgi/parser3.C: array::get/put inlined
14446:
14447: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14448: gc_substitute_memory_management_functions +installed CORD_oom
14449: function
14450:
14451: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14452: src/include/pa_config_includes.h, src/include/pa_string.h,
14453: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14454: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14455: assertions started configure.in --enable-assertions
14456:
14457: 2003-04-01 paf
14458:
14459: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14460: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14461: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14462: gdome uses glib memory, and stores last pointer to xmlDoc there,
14463: gc misses that and collects valid memory fixed by remembering
14464: xmlDoc from dom object in xdoc. todo: do something with
14465: premature free of xdoc with xnodes/node values referring into it
14466:
14467: * src/classes/: mail.C: typo fix
14468:
14469: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14470: changes
14471:
14472: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14473: main/pa_memory.C: moved memory debugging to global level: to
14474: pa_gc_malloc
14475:
14476: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14477: debugging showed no errors. todo: debug parser memory
14478:
14479: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14480: configurations
14481:
14482: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14483: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14484: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14485: types/types.dsp: prepared xml-static configuration
14486:
14487: 2003-03-31 paf
14488:
14489: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14490: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14491: xml lib memory debugging, simple checks failed: it seems that
14492: library does realloc(bad ptr), and recording those ptrs in heap
14493: [for debugging] was bad: heap situation changes = everything
14494: works fine
14495:
14496: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14497: xmlRegisterCharEncodingHandler limitation [currently imposed
14498: limit of 10 user-defined charsets]
14499:
14500: 2003-03-28 paf
14501:
14502: * src/main/execute.C: execution stack copied to local register
14503: variable, removed lots [~2e7) of memory accesses
14504:
14505: 2003-03-27 paf
14506:
14507: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14508: works in debug, but fails in release todo: fix that
14509:
14510: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14511: targets/cgi/parser3.C: forgot to merge XML memory funcs
14512: replacement from gc branch
14513:
14514: * src/main/pa_exec.C: introducing append_help_length [radical
14515: improvement here]
14516:
14517: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14518: 'not recommened' in gc.h, on win32 noticed no difference]
14519:
14520: * src/include/pa_array.h: returned checked array get [were disabled
14521: for debugging] result:not slower [don't understand that, it were
14522: INLINED] todo: find out a way of inlining it!
14523:
14524: * src/: include/pa_string.h, lib/gc/include/gc.h,
14525: lib/gc/include/gc_fake.h, main/compile.tab.C,
14526: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14527: convention changed: all resulting strings are zero-terminated
14528:
14529: * src/: classes/date.C, classes/file.C, classes/hash.C,
14530: classes/string.C, classes/table.C, classes/void.C,
14531: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14532: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14533: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14534: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14535: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14536: types/pa_vfile.C, types/pa_vmail.C: introducing
14537: append_help_length [radical improvement here]
14538:
14539: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14540: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14541: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14542: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14543: even slower
14544:
14545: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14546: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14547: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14548: clients of &get(): most to use non-ref version, some[in tight
14549: places] to get_unchecked_ref
14550:
14551: * src/doc/memory.dox: forgot to add
14552:
14553: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14554: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14555: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14556: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14557: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14558: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14559: targets/cgi/parser3.dsp, types/pa_vmail.C,
14560: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14561: T>>&<< removed after Stack::pop wiping removed [moved to separate
14562: func] other Array & removed
14563:
14564: 2003-03-26 paf
14565:
14566: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14567: classes/table.C, include/pa_array.h, include/pa_charset.h,
14568: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14569: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14570: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14571: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14572: main/pa_exec.C, main/pa_sql_driver_manager.C,
14573: main/pa_stylesheet_manager.C, main/pa_table.C,
14574: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14575: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14576: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14577: pre-evaluated .count() in some places
14578:
14579: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14580: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14581: types/types.dsp: .dsp profiling updated
14582:
14583: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14584: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14585: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14586:
14587: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14588: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14589: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14590: use lib/gc,lib/cord
14591:
1.116 moko 14592: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14593: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14594: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14595: src/include/pa_config_includes.h, src/include/pa_request.h,
14596: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14597: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14598: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14599: src/lib/cord/include/Makefile.am,
1.116 moko 14600: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14601: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14602: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14603: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14604: src/types/pa_vform.h, src/types/pa_vhash.h,
14605: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14606: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14607: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14608: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14609: funcs ported pa_exec
1.95 moko 14610:
14611: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14612:
14613: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14614: bundled gc includes
14615:
14616: * src/: classes/op.C, include/pa_array.h,
14617: include/pa_sql_connection.h, include/pa_string.h,
14618: include/pa_version.h, main/compile.tab.C, main/compile.y,
14619: main/execute.C, main/pa_common.C, main/pa_exception.C,
14620: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14621: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14622: first real site (aval)]
14623:
14624: 2003-03-25 paf
14625:
14626: * operators.txt, src/main/pa_sql_driver_manager.C,
14627: src/types/pa_vstatus.C: $status.memory used free since_compact
14628: process
14629:
14630: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14631: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14632:
14633: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14634:
14635: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14636: src/types/pa_value.h, src/types/pa_vfile.h,
14637: src/types/pa_vobject.C, src/types/pa_vobject.h,
14638: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14639: tests/results/121.processed: untaint.C L_URI
14640:
14641: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14642: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14643: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14644: src/types/pa_vmemory.h: ^memory:compact[]
14645:
14646: * tests/results/109.processed: it was a bug in parser. updated 109
14647: test result
14648:
14649: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14650:
14651: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14652: tests/results/107.processed: fixed dom language [values are now
14653: considered tainted. it was a bug in parser. updated 107 test
14654: result
14655:
14656: * src/classes/xdoc.C: fixed transform params
14657:
14658: * src/: include/pa_stylesheet_manager.h,
14659: main/pa_stylesheet_manager.C: fixed stylesheet caching
14660:
14661: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14662: overloads for structure handling
14663:
14664: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14665: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14666: StringBody(0) ambiguilty, introducting static
14667: StringBody::Format(int)
14668:
14669: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14670: linked
14671:
14672: * src/types/pa_vxdoc.C: vxdoc compiled
14673:
14674: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14675: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14676: finalizers isntalled
14677:
14678: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14679: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14680: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14681: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14682: compiled todo: xnode.C / finalizers
14683:
14684: * src/doc/string.dox: updated: new string internals
14685:
14686: 2003-03-24 paf
14687:
14688: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14689: include/pa_charset.h, include/pa_config_fixed.h,
14690: include/pa_request.h, include/pa_stylesheet_connection.h,
14691: include/pa_stylesheet_manager.h, main/pa_charset.C,
14692: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14693: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14694: types/pa_vxnode.h: started XML
14695:
14696: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14697:
14698: * src/: classes/file.C, classes/image.C, classes/mail.C,
14699: include/pa_string.h, main/pa_common.C,
14700: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14701:
14702: * src/: classes/file.C, classes/image.C, classes/mail.C,
14703: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14704: main/pa_request.C, main/pa_sql_driver_manager.C,
14705: types/pa_vimage.h: size_t pos everywhere checks changed to check
14706: for eq STRING_NOT_FOUND
14707:
14708: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14709: optimize bit implemented
14710:
14711: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14712: String::ArrayFragment::append_positions fixed
14713:
14714: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14715: String::this_starts fixed
14716:
14717: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14718:
14719: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14720: hashcode implemented fully, including per-char callback [it can
14721: be - substr CORD node]
14722:
14723: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14724: rewritten to rewalloc with 100byte buf ahead
14725:
14726: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14727: src/include/pa_string.h, src/main/compile.tab.C,
14728: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14729: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14730: CORD_ec [bad] would rewrite as realloc now
14731:
14732: * src/: classes/date.C, classes/file.C, classes/form.C,
14733: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14734: include/pa_cache_managers.h, include/pa_charsets.h,
14735: include/pa_common.h, include/pa_request.h,
14736: include/pa_sql_driver_manager.h, include/pa_table.h,
14737: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14738: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14739: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14740: types/pa_vmail.C, types/pa_vmethod_frame.C,
14741: types/pa_vstateless_class.h: 2*2 worked :)
14742:
14743: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14744: src/include/pa_exec.h, src/include/pa_string.h,
14745: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14746: passed OK
14747:
14748: * src/: classes/hash.C, classes/string.C, classes/table.C,
14749: types/pa_value.C: all linked todo: debug
14750:
14751: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14752: types/pa_vstateless_class.C: all compiled. todo:link
14753:
14754: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14755:
14756: * src/types/pa_vtable.C: pa_vtable.C compiled
14757:
14758: * src/types/pa_vstring.C: pa_vstring.C compiled
14759:
14760: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14761:
14762: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14763: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14764: pa_vstateless_class.C, pa_vstateless_class.h:
14765: pa_vstateless_class.C compiled
14766:
14767: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14768: types/pa_vmath.C: pa_vmail.C compiled
14769:
14770: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14771:
14772: * src/types/pa_vform.C: pa_vform.C compiled
14773:
14774: * src/types/pa_vfile.C: pa_vfile.C compiled
14775:
14776: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14777: pa_vstateless_class.C: pa_vcookie.C compiled
14778:
14779: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14780: types/pa_vhash.h: pa_value.C compiled
14781:
14782: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14783: classes.lib main.lib compiled
14784:
14785: * src/classes/void.C: void.C compiled
14786:
14787: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14788: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14789: compiled
14790:
14791: * src/: classes/string.C, include/pa_request.h,
14792: include/pa_string.h, main/pa_string.C: string.C compiled
14793:
14794: * src/: classes/op.C, classes/string.C, classes/table.C,
14795: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14796: main/pa_request.C, main/pa_string.C: op.C compiled
14797:
14798: * src/classes/: math.C, op.C: math.C compiled
14799:
14800: * src/: classes/mail.C, classes/string.C, classes/table.C,
14801: types/pa_vmail.h: mail.C compiled
14802:
14803: * src/classes/: int.C, table.C: int.C compiled
14804:
14805: * src/: classes/hash.C, classes/image.C, classes/string.C,
14806: classes/table.C, include/pa_memory.h, include/pa_string.h,
14807: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14808: compiled
14809:
14810: * src/: classes/hash.C, classes/string.C, classes/table.C,
14811: classes/void.C, classes/xdoc.C, include/pa_request.h,
14812: include/pa_sql_connection.h: hash.C compiled
14813:
14814: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14815: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14816: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14817: classes/math.C, classes/op.C, classes/response.C,
14818: classes/string.C, classes/table.C, classes/void.C,
14819: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14820: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14821: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14822: file.C table.C compiled
14823:
14824: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14825: main/untaint.C: main.lib compiled
14826:
14827: 2003-03-21 paf
14828:
14829: * src/: classes/op.C, include/pa_cache_managers.h,
14830: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14831: include/pa_stylesheet_manager.h, main/pa_exception.C,
14832: main/pa_globals.C, main/pa_sql_driver_manager.C,
14833: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14834: compiled
14835:
14836: * src/: classes/hash.C, classes/image.C, classes/op.C,
14837: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14838: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14839: main/compile.C, main/pa_common.C, main/pa_request.C,
14840: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14841: pa_request.C compiled
14842:
14843: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14844: include/pa_request.h, main/execute.C, main/pa_request.C,
14845: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14846: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14847: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14848: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14849: compiled
14850:
14851: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14852: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14853: on unix
14854:
14855: * src/: include/pa_charset.h, include/pa_charsets.h,
14856: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14857: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14858: pa_charsets.C compiled
14859:
14860: * src/: classes/image.C, classes/mail.C, classes/op.C,
14861: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14862: main/compile.y, main/execute.C, main/pa_common.C,
14863: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14864: types/pa_vcode_frame.h, types/pa_vimage.h,
14865: types/pa_vmethod_frame.h: execute.C compiled
14866:
14867: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14868: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14869: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14870: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14871: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14872: include/pa_cache_managers.h, include/pa_charsets.h,
14873: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14874: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14875: include/pa_sql_driver_manager.h, include/pa_string.h,
14876: include/pa_stylesheet_connection.h,
14877: include/pa_stylesheet_manager.h, include/pa_table.h,
14878: main/compile.C, main/compile.tab.C, main/compile.y,
14879: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14880: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14881: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14882: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14883: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14884: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14885: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14886: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14887: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14888: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14889: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14890: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14891: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14892: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14893: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14894: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14895: types/pa_vresponse.h, types/pa_vstateless_class.C,
14896: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14897: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14898: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14899: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14900: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14901: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14902: [C++ CORD wrapper]
14903:
14904: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14905:
14906: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14907: $file::exec/cgi[script; $.charset[this is script's charset]
14908:
14909: command line, env values, input got transcoded before call
14910: stdout, stderr got transcoded after call
14911:
14912: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14913: by default. use: ^file::exec[...;$.stdin[$request.body]
14914:
14915: * src/main/pa_common.C: } typo bug fix
14916:
14917: * src/main/pa_common.C: } typo bug fix
14918:
14919: 2003-03-20 paf
14920:
14921: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14922: main/untaint.C: cord bug fix, but still errors todo: clear out
14923:
14924: * src/include/pa_string.h: more tests
14925:
14926: * src/main/pa_string.C: string.pos fixed
14927:
1.116 moko 14928: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14929: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14930: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14931: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14932: replaces
1.95 moko 14933:
14934: * src/: classes/image.C, include/pa_dictionary.h,
14935: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14936: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14937: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14938: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14939:
14940: * src/include/pa_string.h: warning
14941:
14942: * src/include/pa_string.h: this_starts fixed
14943:
14944: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14945: new String ctor & append params convention
14946:
14947: * src/: classes/file.C, classes/hash.C, classes/image.C,
14948: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14949: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14950: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14951: main/pa_exception.C, main/pa_exec.C,
14952: main/pa_sql_driver_manager.C, main/pa_string.C,
14953: main/pa_stylesheet_manager.C, main/untaint.C,
14954: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14955: types/pa_vmail.C: more tests OK
14956:
14957: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14958: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14959: gc/exit runned OK
14960:
14961: * src/types/pa_vmail.C: another naming problem: should not name
14962: vars like that: unpredictable close caused problems with later
14963: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14964: descriptors missing on startup: stdin; Bad file number
14965:
14966: todo: find out why so many filters(stream) here. probably wrong?
14967:
14968: * src/: include/pa_dictionary.h, include/pa_string.h,
14969: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14970: main/untaint.C: test compiled
14971:
14972: * src/: classes/image.C, classes/mail.C, classes/math.C,
14973: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14974: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14975: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14976: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14977: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14978: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14979: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14980: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14981: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14982:
14983: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14984: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14985: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14986: src/include/pa_memory.h, src/include/pa_request.h,
14987: src/include/pa_request_charsets.h,
14988: src/include/pa_sql_connection.h, src/include/pa_string.h,
14989: src/main/compile.tab.C, src/main/execute.C,
14990: src/main/pa_charset.C, src/main/pa_common.C,
14991: src/main/pa_exception.C, src/main/pa_exec.C,
14992: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14993: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14994: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14995: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14996: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14997: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14998: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14999: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15000: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15001: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15002: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15003: pa_common.C [done, without http for now]
15004:
15005: 2003-03-19 paf
15006:
15007: * src/: classes/date.C, classes/form.C, classes/hash.C,
15008: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15009: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15010: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15011: include/pa_string.h, include/pa_table.h, main/compile.C,
15012: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15013: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15014: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15015: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15016: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15017: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15018: types/pa_vstateless_class.h, types/pa_vtable.C,
15019: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15020: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15021: types/pa_wwrapper.h: started test
15022:
1.116 moko 15023: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15024: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15025:
15026: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15027: include/pa_string.h, main/pa_string.C: string compiled todo: test
15028: it
15029:
15030: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15031: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15032: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15033: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15034: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15035: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15036: types/pa_vmethod_frame.h, types/types.dsp: string
15037: reimplementation with cord+array<fragment>: 70%
15038:
15039: 2003-03-18 paf
15040:
15041: * src/: classes/date.C, classes/file.C, classes/form.C,
15042: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15043: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15044: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15045: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15046: can ignore lang in cmp and pos really, but would
15047: split properly!
15048:
15049: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15050: cord part made parser/src/lib: it's not compiled into libgc by
15051: default
15052:
15053: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15054: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15055: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15056: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15057: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15058: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15059: src/classes/xnode.C, src/classes/xnode.h,
15060: src/include/Makefile.am, src/include/pa_cache_managers.h,
15061: src/include/pa_charset.h, src/include/pa_charsets.h,
15062: src/include/pa_common.h, src/include/pa_dictionary.h,
15063: src/include/pa_exception.h, src/include/pa_exec.h,
15064: src/include/pa_globals.h, src/include/pa_hash.h,
15065: src/include/pa_memory.h, src/include/pa_pool.h,
15066: src/include/pa_request.h, src/include/pa_request_charsets.h,
15067: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15068: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15069: src/include/pa_stylesheet_connection.h,
15070: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15071: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15072: src/main/compile.C, src/main/compile.tab.C,
15073: src/main/compile_tools.C, src/main/compile_tools.h,
15074: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15075: src/main/pa_charsets.C, src/main/pa_common.C,
15076: src/main/pa_dictionary.C, src/main/pa_exception.C,
15077: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15078: src/main/pa_pool.C, src/main/pa_request.C,
15079: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15080: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15081: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15082: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15083: src/types/pa_junction.h, src/types/pa_method.h,
15084: src/types/pa_value.C, src/types/pa_value.h,
15085: src/types/pa_vclass.C, src/types/pa_vclass.h,
15086: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15087: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15088: src/types/pa_vdouble.h, src/types/pa_venv.h,
15089: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15090: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15091: src/types/pa_vimage.C, src/types/pa_vimage.h,
15092: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15093: src/types/pa_vmath.C, src/types/pa_vmath.h,
15094: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15095: src/types/pa_vobject.C, src/types/pa_vobject.h,
15096: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15097: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15098: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15099: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15100: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15101: src/types/pa_vstring.h, src/types/pa_vtable.C,
15102: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15103: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15104: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15105: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15106: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15107: gc: PA_Object done lots of replacements also
15108:
15109: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15110: gc logging
15111:
15112: 2003-03-17 paf
15113:
15114: * src/: classes/date.C, classes/file.C, classes/form.C,
15115: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15116: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15117: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15118: include/pa_string.h, include/pa_types.h, main/compile.C,
15119: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15120: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15121: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15122: main/pa_sql_driver_manager.C, main/pa_string.C,
15123: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15124: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15125: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15126: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15127: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15128: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15129: types/pa_vxnode.h: libgc attempt
15130:
15131: 2003-03-13 paf
15132:
15133: * src/: include/pa_sql_driver_manager.h,
15134: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15135: called
15136:
15137: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15138: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15139: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15140: types/pa_value.h, types/pa_vobject.h,
15141: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15142: set_base, set_derived simplified [counter leaks fixed]
15143:
15144: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15145: src/types/types.dsp: incorporated status class patch From:
15146: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15147: 2003 8:14 AM
15148:
15149: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15150: Win32 specific: QuotaPeakNonPagedPoolUsage
15151: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15152:
15153: 2003-03-12 paf
15154:
1.116 moko 15155: * configure, configure.in, src/lib/ltdl/configure,
15156: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15157: lib/ltdl/Makefile now created by /configure.in only [were by
15158: lib/ltdl/configure.in OVERWRITE]
15159:
1.116 moko 15160: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15161: linkage fixed for g++ 3.2.2
1.95 moko 15162:
15163: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15164: on using privately declared class [fixed]
15165:
15166: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15167: 3.2 rightliy complained on using privately declared class [fixed]
15168:
15169: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15170: sigpipe before request constructor now causes death
15171:
15172: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15173: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15174: not cause exception in exception handler
15175:
1.116 moko 15176: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15177: now default links libstdc++ statically. that can be overriden by
15178: --with-dynamic-stdcpp
1.95 moko 15179:
15180: 2003-03-11 paf
15181:
15182: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15183: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15184: necessity of libstdc++
15185:
15186: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15187:
15188: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15189:
15190: 2003-03-08 paf
15191:
15192: * tests/Makefile: make install & co
15193:
15194: * src/: include/pa_request.h, classes/op.C: removing
15195: vclass,object.h -> pa_request.h dependency
15196:
15197: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15198: main/pa_request.C: removing vform,response,cookie.h ->
15199: pa_request.h dependency
15200:
15201: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15202: dependency [testing...]
15203:
15204: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15205: return 0; fixed
15206:
15207: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15208: types/pa_vmail.h: vmail.C received just compiled [not tested]
15209:
15210: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15211:
15212: * src/main/pa_request.C: forgotten: ifdef XML
15213:
15214: * src/main/pa_request.C: forgotten: ifdef XML
15215:
15216: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15217: win32 and run memleak tests again
15218:
15219: * src/targets/cgi/parser3.C: charsets: see some strange things with
15220: old xml lib-- it's internal memory handling has faults
15221:
15222: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15223: problems when transcode from charset A to A.
15224:
15225: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15226: todo: still problems when transcode from charset A to A.
15227:
15228: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15229: classes/table.C, include/pa_array.h,
15230: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15231: started full-scale-site-test [~ http://parser.ru sources]
15232:
15233: some fixes
15234:
15235: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15236: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15237: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15238: results/110.processed, results/111.processed,
15239: results/112.processed, results/113.processed,
15240: results/114.processed, results/115.processed,
15241: results/116.processed, results/117.processed,
15242: results/118.processed, results/119.processed,
15243: results/120.processed: xml: tests 109 dom create/show 110 xpath
15244: selectSingle 111 xdoc.create from tainted & 112
15245: xdoc.create/output with russian attr value 113 xpath
15246: selectString/Number 114 dom attributes.count 115 xpath selectBool
15247: 116 output media-type change 117 transform by dom stylesheet 118
15248: empty transform result 119 dom setAttribute 120 nbsp letter
15249: output
15250:
15251: =END OF PREPARED XML TESTS=
15252:
15253: 2003-03-07 paf
15254:
15255: * src/classes/xdoc.C, src/include/pa_charset.h,
15256: src/include/pa_stylesheet_connection.h, tests/108.html,
15257: tests/108.xsl, tests/results/108.processed: xml: test 108
15258: transform with params [bugs fixed]
15259:
15260: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15261: from copy/paste bug
15262:
15263: * src/classes/xdoc.C, src/include/pa_charset.h,
15264: src/include/pa_request.h, src/main/execute.C,
15265: src/main/pa_charset.C, src/main/pa_exception.C,
15266: src/main/pa_globals.C, src/main/pa_request.C,
15267: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15268: src/types/pa_vxnode.C, tests/107.html,
15269: tests/results/107.processed: xml: test: 107 bug fixes
15270:
15271: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15272: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15273: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15274:
15275: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15276: string
15277:
15278: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15279: mem alloc functions used for different cases [libxml, libxsl]
15280:
15281: * src/classes/classes.C: fixed: prevent system classes from
15282: modification to lock ALL the classes, not only directly used
15283:
15284: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15285: linked
15286:
15287: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15288:
15289: 2003-03-06 paf
15290:
15291: * src/classes/xdoc.C: xdoc.C 50%
15292:
15293: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15294: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15295: main/pa_globals.C, main/pa_request.C,
15296: main/pa_stylesheet_manager.C: xnode.C compiled
15297:
15298: * src/: include/pa_stylesheet_connection.h,
15299: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15300: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15301:
15302: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15303: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15304: xml: stylesheet&manager STARTED
15305:
15306: * src/: include/pa_globals.h, main/pa_charset.C,
15307: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15308:
15309: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15310: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15311: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15312: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15313: charsets
15314:
15315: * tests/023.html: in some cases it rounded up badly. postponing
15316: solution of that problem, making more simple test
15317:
15318: * tests/: 058_paf2000.png, results/058.processed: .png added with
15319: -kb now
15320:
15321: * src/: include/pa_charset.h, include/pa_charsets.h,
15322: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15323: moved to charsets.C
15324:
15325: 2003-03-05 paf
15326:
15327: * src/classes/string.C, src/include/pa_string.h,
15328: src/main/pa_string.C, tests/105.html,
15329: tests/results/105.processed: String::match bug fixed
15330:
15331: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15332: tests/results/104.processed: ^bpt operator added [does int3 in
15333: debug build on win32]
15334:
15335: * tests/: 057.html, results/057.processed: test bug fixed
15336:
1.116 moko 15337: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15338:
15339: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15340: missing
15341:
1.116 moko 15342: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15343: forgotten files added to Makes
1.95 moko 15344:
15345: * ltmain.sh: ltmain.sh added
15346:
15347: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15348: change undone ;(
15349:
15350: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15351: made static
15352:
15353: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15354: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15355: todo:make linker happy
1.95 moko 15356:
15357: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15358: env param made optional
15359:
15360: 2003-03-04 paf
15361:
15362: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15363: types/pa_vimage.h: number of gcc compiler bugs fixed
15364:
15365: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15366: results/103.processed: tests: 103 image.copy transparence test
15367:
15368: * src/main/execute.C, tests/101.html, tests/102.html,
15369: tests/results/101.processed, tests/results/102.processed: tests:
15370: 101 method/variable name conflict test 102 form fields change
15371: should not not change anything [bug fix]
15372:
15373: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15374: results/099.processed, results/100.processed: tests: 57 date
15375: create 2002: added 99,100 response:body/download
15376:
15377: * src/classes/image.C, tests/098.html, tests/098font.gif,
15378: tests/results/098.processed: test: 98 image font text [bug fixed]
15379:
15380: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15381: tests/results/097.processed: test: 97 file::load http:// [bugs
15382: fixed]
15383:
15384: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15385: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15386: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15387: image EXIF [bug fixed]
15388:
15389: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15390: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15391: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15392: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15393: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15394: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15395: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15396: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15397: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15398: tests/094.html, tests/095.html, tests/results/061.processed,
15399: tests/results/062.processed, tests/results/063.processed,
15400: tests/results/064.processed, tests/results/065.processed,
15401: tests/results/066.processed, tests/results/067.processed,
15402: tests/results/068.processed, tests/results/069.processed,
15403: tests/results/070.processed, tests/results/071.processed,
15404: tests/results/072.processed, tests/results/073.processed,
15405: tests/results/074.processed, tests/results/075.processed,
15406: tests/results/076.processed, tests/results/077.processed,
15407: tests/results/078.processed, tests/results/080.processed,
15408: tests/results/081.processed, tests/results/082.processed,
15409: tests/results/083.processed, tests/results/084.processed,
15410: tests/results/085.processed, tests/results/086.processed,
15411: tests/results/087.processed, tests/results/088.processed,
15412: tests/results/089.processed, tests/results/090.processed,
15413: tests/results/091.processed, tests/results/092.processed,
15414: tests/results/093.processed, tests/results/094.processed,
15415: tests/results/095.processed, tests/079.html,
15416: tests/results/079.processed: tests: 61 file::stat size 62
15417: string->int autoconvert 63 double .int,dec,div,mul 64 date
15418: compare 65 file: basename,justname,justext 66 math:crypt 67
15419: string.match simple on long 68 string.match normalized simple on
15420: long 69 string.int 70 file::stat content-type 71 table.join 72
15421: hash parameter conditional pass 73 date daylightsaving,yearday 74
15422: date arithmetics 75 response date values/attributes 76 string.pos
15423: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15424: with local 80 scientific numeric literal in string autoconvert 81
15425: xor: logical and numerical 82 for delims 83 menu delims 84
15426: table.hash distinct 85 long string replace 86 throw+catch
15427: current language preserve 87 bit shifts 88 junction tests +
15428: $caller test 89 hash.foreach selfmodification 90 int/void to int
15429: 91 $caller test 92 junction is + def junction tests 93 $caller
15430: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15431:
15432: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15433: fixed] 60 string eq string [bug fixed]
15434:
15435: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15436: 058.html, 058_paf2000.png, 059.html, 060.html,
15437: results/053.processed, results/054.processed,
15438: results/055.processed, results/056.processed,
15439: results/057.processed, results/058.processed,
15440: results/059.processed, results/060.processed: test: 53
15441: string.replace 54 junctions 55 table.hash 56 call indirect 57
15442: date.create[string] 58 image.measure[png]
15443:
15444: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15445: outputs/051.processed, results/052.processed: test: 52
15446: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15447: task: fix that
15448:
15449: 2003-03-03 paf
15450:
15451: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15452: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15453: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15454: outputs/049.processed, outputs/050.processed,
15455: outputs/051.processed, results/001.processed,
15456: results/002.processed, results/003.processed,
15457: results/005.processed, results/006.processed,
15458: results/008.processed, results/009.processed,
15459: results/011.processed, results/012.processed,
15460: results/013.processed, results/014.processed,
15461: results/015.processed, results/016.processed,
15462: results/017.processed, results/020.processed,
15463: results/021.processed, results/022.processed,
15464: results/024.processed, results/025.processed,
15465: results/026.processed, results/027.processed,
15466: results/028.processed, results/029.processed,
15467: results/030.processed, results/031.processed,
15468: results/049.processed, results/050.processed,
15469: results/051.processed, results/043.processed,
15470: results/044.processed, results/045.processed,
15471: results/046.processed, results/047.processed,
15472: results/048.processed: tests: 43,44,45 date rolls 46
15473: autoevaluating junction 47 table.select 48 name with subvar 49
15474: hash-creating switch 50 process 51 started parent/child, works as
15475: it were but it were NOT GOOD, created separate task to fix that
15476:
15477: * tests/: 042.html, results/042.processed: test: 42
15478: exception.handled
15479:
15480: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15481: expression
15482:
15483: * tests/: 040.html, results/040.processed: test: 39 method result
15484: of type table 40 method param junction auto evaluate
15485:
15486: * tests/: 039.html, results/039.processed: test: 37 method result
15487: of type table
15488:
15489: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15490: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15491: tests/038.html, tests/results/033.processed,
15492: tests/results/034.processed, tests/results/035.processed,
15493: tests/results/036.processed, tests/results/037.processed,
15494: tests/results/038.processed: tests: 33 string.replace 34
15495: string.upper 35 table created 36 local/global vars with juntions
15496: 37 table clone 38 math PI & number formatting
15497:
15498: math class registring typo fixed
15499:
15500: * src/classes/op.C, src/include/pa_request.h,
15501: src/include/pa_string.h, src/main/execute.C,
15502: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15503: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15504: tests/032.html, tests/results/032.processed: uchar changed to
15505: String_UL in all places [was not everywhere] untaint test: 032
15506:
15507: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15508: tests/results/004.processed, tests/parser-cygwin.sh,
15509: tests/parser-unix.sh: removed -H command line key, now testing
15510: using .sh file with SERVER_SOFTWARE=xxx
15511:
15512: 2003-02-26 paf
15513:
15514: * src/main/execute.C, src/types/pa_vstateless_class.h,
15515: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15516: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15517: tests/results/024.processed, tests/results/025.processed,
15518: tests/results/026.processed, tests/results/027.processed,
15519: tests/results/028.processed, tests/results/029.processed,
15520: tests/results/030.processed, tests/results/031.processed: fixed
15521: bug with name_cstr mutable CharPtr more tests
15522:
15523: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15524: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15525: << abort. die now just exits
15526:
15527: * src/classes/classes.awk, src/classes/classes.h,
15528: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15529: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15530: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15531: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15532: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15533: src/classes/xnode.C, src/include/pa_memory.h,
15534: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15535: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15536: src/types/pa_vform.C, tests/015.html, tests/016.html,
15537: tests/017.html, tests/018.html, tests/019.html,
15538: tests/019paf2001.gif, tests/020.html, tests/021.html,
15539: tests/022.html, tests/023.html, tests/022_dir/a.html,
15540: tests/022_dir/b.txt, tests/022_dir/c.htm,
15541: tests/results/015.processed, tests/results/016.processed,
15542: tests/results/017.processed, tests/results/018.processed,
15543: tests/results/019.processed, tests/results/020.processed,
15544: tests/results/021.processed, tests/results/022.processed,
15545: tests/results/023.processed: methoded_array now contains all Mxxx
15546: classes SAPI::get_env now returns info on pool more tests
15547:
15548: * src/include/pa_array.h, src/include/pa_hash.h,
15549: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15550: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15551: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15552: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15553: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15554: tests/results/001.processed, tests/results/002.processed,
15555: tests/results/003.processed, tests/results/004.processed,
15556: tests/results/005.processed, tests/results/006.processed,
15557: tests/results/007.processed, tests/results/008.processed,
15558: tests/results/009.processed, tests/results/010.processed,
15559: tests/results/011.processed, tests/results/012.processed,
15560: tests/results/013.processed, tests/results/014.processed: hash
15561: cloning fixed
15562:
15563: 2003-02-25 paf
15564:
15565: * src/main/pa_common.C: typo fixed
15566:
15567: 2003-02-24 paf
15568:
15569: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15570: [one remained]
15571:
15572: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15573: [should have been get_string(&pool)] todo: check other such calls
15574:
15575: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15576: test10, bad lookups
15577:
15578: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15579: object got destructed, and xxx points to sky
15580:
15581: * ChangeLog, src/classes/string.C: match bug fixed
15582:
15583: * src/types/pa_vmail.C: body [text/html] transcoded to
15584: $.charset[specified] now
15585:
15586: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15587: which failed to handle sigsetjmp+throw: crashed inside of
15588: pre-throw code. rewritten simplier [though duplicating
15589: closesocket code]
15590:
15591: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15592: which failed to handle sigsetjmp+throw: crashed inside of
15593: pre-throw code. rewritten simplier [though duplicating
15594: closesocket code]
15595:
15596: 2003-02-21 paf
15597:
15598: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15599: $cookie:name[$.expires[date << can be now]]
15600:
15601: written makefile with regression tests [raw]
15602:
15603: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15604: tests' only [it's not forcing CGI mode now] now use -H to output
15605: CGI header when parser used in command line [useful for tests
15606: also]
15607:
15608: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15609: switches on CGI mode, and is used in regression tests
15610:
15611: * src/: include/pa_request.h, main/pa_request.C,
15612: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15613: fixed
15614:
15615: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15616: handling pa_*
15617:
15618: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15619: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15620: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15621: memory handling files
15622:
15623: * src/main/pa_array.C: pool::format_integer terminator fixed
15624:
15625: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15626: compiles OK test to show benefits of free
15627:
15628: * src/: classes/file.C, classes/image.C, classes/mail.C,
15629: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15630: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15631: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15632: use pool [as the one in ^process]
15633:
15634: * src/classes/op.C: fixed process. sould now check for all cstr's
15635: -- some must use pool [as the one in ^process]
15636:
15637: 2003-02-20 paf
15638:
15639: * src/: classes/date.C, classes/double.C, classes/file.C,
15640: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15641: classes/math.C, classes/op.C, classes/response.C,
15642: classes/string.C, classes/table.C, classes/void.C,
15643: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15644: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15645: string cmp fixed
15646:
15647: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15648: values passed OK now
15649:
15650: 2003-02-19 paf
15651:
15652: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15653: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15654: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15655: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15656: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15657: all remaning leaks resulted from pooled::malloc calls [excluding
15658: in gd -- planning complete rewrite extremely ugly code]
15659:
15660: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15661: files
15662:
15663: 2003-02-17 paf
15664:
15665: * src/: classes/date.C, classes/double.C, classes/file.C,
15666: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15667: classes/response.C, classes/string.C, classes/table.C,
15668: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15669: include/pa_stylesheet_connection.h,
15670: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15671: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15672: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15673: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15674: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15675: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15676: of unitialized simple-typed field
15677:
15678: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15679: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15680: simple-typed field fixed. todo: find&kill all like that one
15681:
15682: * src/: main/execute.C, targets/cgi/pa_pool.C,
15683: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15684: debug output fixed
15685:
15686: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15687: main/pa_request.C: stack-stored items need extra .ref to prevent
15688: object_ptr from delete[them]
15689:
15690: * src/: classes/date.C, classes/op.C, classes/table.C,
15691: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15692: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15693: main/pa_charset.C, main/pa_common.C,
15694: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15695: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15696: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15697: calls
15698:
15699: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15700: couple mem leaks rusulted from old pooled::malloc usage.
15701: todo:find more like those
15702:
15703: * src/main/: compile.C, compile_tools.C: 2*2!
15704:
15705: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15706: stackItem fixed [there were no string on stack before]
15707:
15708: * src/: main/execute.C, main/pa_request.C,
15709: types/pa_vmethod_frame.C: first letters out OK
15710:
15711: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15712: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15713: main/pa_string.C, main/untaint.C, types/pa_value.h,
15714: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15715: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15716: type not initialized with zeros :( while class fields of class
15717: types initialized with default constructors. learn C++
15718:
15719: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15720: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15721: classes/math.C, classes/xdoc.C, classes/xnode.C,
15722: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15723: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15724:
15725: 2003-02-14 paf
15726:
15727: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15728: 13 link errors
15729:
15730: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15731: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15732: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15733: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15734: errors :)
15735:
15736: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15737: classes/hash.C, classes/mail.C, classes/op.C,
15738: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15739: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15740: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15741: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15742:
15743: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15744: classes/table.C, include/pa_common.h, include/pa_globals.h,
15745: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15746: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15747: types/pa_vint.h, types/types.dsp: op compiled
15748:
15749: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15750: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15751: main/untaint.C, types/pa_vtable.h: string, response compiled
15752:
15753: 2003-02-07 paf
15754:
15755: * src/: classes/table.C, types/pa_vtable.h: table compiled
15756:
15757: 2003-02-06 paf
15758:
15759: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15760: mail compiled
15761:
15762: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15763: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15764: types/pa_vfile.h, types/pa_vimage.h: image compiled
15765:
15766: * src/classes/: file.C, form.C: form compiled
15767:
15768: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15769: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15770: types/pa_vfile.C, types/pa_vfile.h: file compiled
15771:
15772: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15773: types/pa_vmath.h: math compiled [win32]
15774:
15775: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15776: types/pa_vstring.h: hash compiled
15777:
15778: 2003-02-04 paf
15779:
15780: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15781: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15782: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15783: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15784: types/pa_vhash.h: hash 50% compiled
15785:
15786: * src/: classes/date.C, classes/file.C, classes/hash.C,
15787: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15788: classes/string.C, classes/table.C, classes/xdoc.C,
15789: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15790: main/pa_string.C: date compiled
15791:
15792: * src/classes/: classes.dsp, double.C: double compiled
15793:
15794: * src/: classes/date.C, classes/double.C, classes/file.C,
15795: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15796: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15797: classes/string.C, classes/table.C, classes/void.C,
15798: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15799: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15800: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15801: compiled
15802:
15803: * src/: classes/date.C, classes/double.C, classes/file.C,
15804: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15805: classes/math.C, classes/op.C, classes/response.C,
15806: classes/string.C, classes/table.C, classes/void.C,
15807: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15808: types/pa_vvoid.h: void compiled :)
15809:
15810: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15811: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15812: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15813: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15814: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15815: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15816: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15817: types/pa_vresponse.C, types/pa_vstateless_class.C,
15818: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15819: types/pa_wcontext.C, types/types.dsp: removed stupid
15820: value_includes.h
15821:
15822: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15823: trying to remove stupid value_includes.h
15824:
15825: * src/main/pa_exec.C: pa_exec compiled on win32
15826:
15827: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15828:
15829: * src/: include/pa_globals.h, include/pa_request.h,
15830: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15831: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15832: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15833: types/pa_vrequest.C, types/pa_vstateless_class.C,
15834: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15835:
15836: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15837: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15838: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15839:
15840: * src/: include/pa_array.h, include/pa_config_includes.h,
15841: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15842: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15843: compiled
15844:
15845: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15846: name conflicts)
15847:
15848: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15849: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15850: yelds "virtual memory exhausted" while trying to compile
15851: execute.C [eating up to 127MB]
15852:
15853: 2003-02-03 paf
15854:
15855: * src/: include/pa_config_includes.h, include/pa_hash.h,
15856: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15857: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15858: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15859: types/pa_vint.h, types/pa_vjunction.h,
15860: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15861: started gcc compiling pa_common compiled
15862:
15863: * src/: include/pa_exception.h, include/pa_pool.h,
15864: main/pa_exception.C: exception gcc change #1
15865:
1.116 moko 15866: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15867: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15868:
15869: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15870:
15871: * src/types/pa_vtable.C: vtable compiled
15872:
15873: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15874:
15875: * src/: include/pa_cache_managers.h, main/pa_request.C,
15876: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15877:
15878: * src/types/pa_vstateless_class.C: vstateless_class compiled
15879:
15880: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15881:
15882: * src/types/pa_vrequest.C: vrequest compiled
15883:
15884: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15885: pa_vobject.C, pa_vobject.h: vobject compiled
15886:
15887: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15888: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15889: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15890: compiled
15891:
15892: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15893:
15894: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15895: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15896: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15897: compiled
15898:
15899: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15900: main.lib - 0 error(s), 0 warning(s)
15901:
15902: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15903: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15904:
15905: 2003-01-31 paf
15906:
15907: * src/: include/pa_array.h, include/pa_operation.h,
15908: include/pa_request.h, main/execute.C, main/main.dsp,
15909: types/pa_vjunction.h: started last file from main library:
15910: execute
15911:
15912: * src/: include/pa_request.h, include/pa_sapi.h,
15913: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15914: main/pa_request.C, targets/cgi/parser3.C,
15915: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15916: types/pa_vhash.h: pa_request compiled
15917:
15918: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15919: include/pa_globals.h, include/pa_request.h,
15920: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15921: main/execute.C, main/main.dsp, main/pa_common.C,
15922: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15923: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15924: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15925: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15926: types/types.dsp: most pa_request compiled
15927:
15928: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15929: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15930: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15931: classes/op.C, classes/response.C, classes/string.C,
15932: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15933: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15934: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15935: include/pa_config_fixed.h, include/pa_config_includes.h,
15936: include/pa_dictionary.h, include/pa_dir.h,
15937: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15938: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15939: include/pa_pool.h, include/pa_request.h,
15940: include/pa_request_charsets.h, include/pa_request_info.h,
15941: include/pa_sapi.h, include/pa_socks.h,
15942: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15943: include/pa_stack.h, include/pa_string.h,
15944: include/pa_stylesheet_connection.h,
15945: include/pa_stylesheet_manager.h, include/pa_table.h,
15946: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15947: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15948: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15949: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15950: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15951: main/compile.C, main/compile.tab.C, main/compile.y,
15952: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15953: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15954: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15955: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15956: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15957: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15958: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15959: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15960: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15961: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15962: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15963: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15964: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15965: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15966: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15967: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15968: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15969: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15970: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15971: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15972: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15973: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15974: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15975: types/pa_vresponse.h, types/pa_vstateless_class.C,
15976: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15977: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15978: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15979: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15980: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15981: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15982:
15983: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15984: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15985: src/include/pa_charsets.h, src/include/pa_common.h,
15986: src/include/pa_dictionary.h, src/include/pa_exception.h,
15987: src/include/pa_exec.h, src/include/pa_pool.h,
15988: src/include/pa_request.h, src/include/pa_sapi.h,
15989: src/include/pa_sql_connection.h,
15990: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15991: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15992: src/main/compile.tab.C, src/main/compile_tools.C,
15993: src/main/compile_tools.h, src/main/main.dsp,
15994: src/main/pa_charset.C, src/main/pa_charsets.C,
15995: src/main/pa_common.C, src/main/pa_dictionary.C,
15996: src/main/pa_exception.C, src/main/pa_exec.C,
15997: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15998: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15999: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16000: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16001: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16002: src/types/pa_vdouble.h, src/types/pa_venv.h,
16003: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16004: src/types/pa_vhash.h, src/types/pa_vimage.C,
16005: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16006: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16007: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16008: src/types/pa_vobject.C, src/types/pa_vobject.h,
16009: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16010: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16011: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16012: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16013: src/types/pa_vstring.h, src/types/pa_vtable.h,
16014: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16015: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16016: died, long live StringPtr
16017:
16018: 2003-01-30 paf
16019:
16020: * src/: include/pa_charset.h, include/pa_request.h,
16021: include/pa_sql_driver_manager.h, main/compile.tab.C,
16022: main/compile.y, main/compile_tools.h, main/pa_request.C,
16023: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16024:
16025: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16026: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16027: types/pa_vhash.h, types/pa_vmethod_frame.h,
16028: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16029: types/types.dsp: vstateless_class compiled
16030:
16031: * src/main/compile.C: compile compiled
16032:
16033: * src/: include/pa_array.h, include/pa_operation.h,
16034: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16035: main/pa_table.C: compile_tools compiled
16036:
16037: * src/: include/pa_operation.h, main/compile.y,
16038: main/compile_tools.C, main/compile_tools.h: started
16039: compile_tools. vagues ideas of how to free compiled code
16040:
16041: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16042: main/main.dsp, types/pa_value.C, types/pa_value.h,
16043: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16044: compiled
16045:
16046: 2003-01-29 paf
16047:
16048: * src/: include/pa_globals.h, include/pa_request.h,
16049: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16050: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16051: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16052: compiled
16053:
16054: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16055: now
16056:
16057: * src/: include/pa_array.h, include/pa_exception.h,
16058: include/pa_pool.h, main/pa_exception.C: gd compiled
16059:
16060: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16061: compiled
16062:
16063: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16064: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16065: types/pa_vfile.h: vfile compiled
16066:
16067: * src/: include/pa_common.h, include/pa_globals.h,
16068: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16069: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16070: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16071:
16072: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16073: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16074: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16075: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16076: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16077:
16078: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16079: main/main.dsp, main/untaint.C: more compiled
16080:
16081: * src/: include/pa_charsets.h, include/pa_request.h,
16082: include/pa_request_info.h, include/pa_string.h,
16083: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16084: types/pa_vresponse.h: vrequest compiled
16085:
16086: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16087: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16088: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16089:
16090: * src/: classes/classes.h, include/pa_charset.h,
16091: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16092: include/pa_request.h, include/pa_string.h, main/main.dsp,
16093: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16094: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16095: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16096: types/pa_vrequest.C, types/pa_vrequest.h,
16097: types/pa_vstateless_class.h, types/pa_vstring.h,
16098: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16099:
16100: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16101: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16102: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16103: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16104: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16105: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16106: types/pa_vobject.h, types/pa_vstateless_class.h,
16107: types/pa_vstateless_object.h, types/pa_vstatus.h,
16108: types/pa_vstring.h, types/types.dsp: vmath compiled
16109:
16110: 2003-01-28 paf
16111:
16112: * src/: classes/classes.h, classes/date.C, classes/file.C,
16113: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16114: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16115: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16116: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16117: compile_tools
16118:
16119: * src/: include/pa_charset.h, include/pa_exception.h,
16120: include/pa_request.h, include/pa_string.h, main/untaint.C:
16121: untaint compiled
16122:
16123: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16124: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16125: more compiled. struck with string::store_to needing to know
16126: source/client charsets
16127:
16128: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16129: types/pa_vfile.h: uue compiled
16130:
16131: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16132: table compiled
16133:
16134: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16135: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16136:
16137: * src/: include/pa_charset.h, main/pa_charset.C,
16138: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16139: introduced]
16140:
16141: * src/: classes/date.C, include/pa_charset.h,
16142: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16143: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16144: pa_charsets compiled
16145:
16146: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16147: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16148:
16149: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16150: common compiled
16151:
16152: * src/: include/pa_charsets.h, main/pa_charsets.C,
16153: main/pa_sql_driver_manager.C: pa_charsets compiled
16154:
16155: * src/: include/pa_array.h, include/pa_charset.h,
16156: include/pa_charsets.h, include/pa_pool.h,
16157: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16158: include/pa_stack.h, include/pa_string.h,
16159: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16160: sql_driver_manager compiled
16161:
16162: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16163: letter i with two dots added to koi, all ukranian letters added
16164: to win1251.
16165:
16166: typographic simbol 0xb9 deleted from win1251 [strange one & were
16167: abscent from koi]
16168:
16169: 2003-01-27 paf
16170:
16171: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16172: include/pa_sql_driver_manager.h, include/pa_string.h,
16173: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16174: sql/pa_sql_driver.h: paused on sql_manager
16175:
16176: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16177: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16178: include/pa_stack.h, main/pa_sql_driver_manager.C,
16179: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16180:
16181: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16182: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16183: include/pa_table.h, main/pa_sql_driver_manager.C,
16184: main/pa_table.C: table compiled
16185:
16186: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16187: cache_managers compiled
16188:
16189: * src/: include/pa_array.h, include/pa_charset.h,
16190: include/pa_pool.h, main/pa_charset.C: charset compiled
16191:
16192: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16193:
16194: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16195: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16196: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16197: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16198: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16199:
16200: 2003-01-24 paf
16201:
16202: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16203: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16204: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16205: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16206: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16207: types/pa_vint.h, types/pa_vjunction.h,
16208: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16209: types/pa_vstatus.h, types/pa_vstring.h: more patched
16210:
16211: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16212: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16213: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16214: main/pa_string.C, main/pa_table.C: string compiled
16215:
16216: * src/: include/pa_array.h, include/pa_common.h,
16217: include/pa_dictionary.h, include/pa_exception.h,
16218: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16219: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16220: main/pa_string.C: dictionary compiled
16221:
16222: 2003-01-23 paf
16223:
16224: * src/: include/pa_array.h, include/pa_common.h,
16225: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16226: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16227: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16228: types/pa_value.h: resurrected pool in new sense: now it's
16229: factory, producing&accounting memory chunks for read[autofree]
16230: buffers
16231:
16232: * src/: include/pa_array.h, include/pa_exception.h,
16233: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16234: main/pa_exception.C, main/pa_table.C: table compiled
16235:
16236: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16237: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16238: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16239: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16240: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16241: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16242: main/pa_table.C: aint that easy
16243:
16244: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16245: main/main.dsp: continued with Hash
16246:
16247: * src/main/pa_common.C: connect_string allocated on heap[wes on
16248: stack] now. and exception can be reported OK now [can be reported
16249: outside of pro c with that stack]
16250:
16251: 2003-01-22 paf
16252:
16253: * src/: include/pa_array.h, include/pa_charset.h,
16254: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16255: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16256: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16257: base: contains references_count. auto_ptr template calls
16258: add_ref/release
16259:
16260: 2003-01-21 paf
16261:
16262: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16263: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16264: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16265: classes/op.C, classes/response.C, classes/string.C,
16266: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16267: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16268: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16269: include/pa_config_fixed.h, include/pa_config_includes.h,
16270: include/pa_dictionary.h, include/pa_dir.h,
16271: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16272: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16273: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16274: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16275: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16276: include/pa_stack.h, include/pa_string.h,
16277: include/pa_stylesheet_connection.h,
16278: include/pa_stylesheet_manager.h, include/pa_table.h,
16279: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16280: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16281: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16282: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16283: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16284: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16285: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16286: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16287: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16288: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16289: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16290: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16291: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16292: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16293: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16294: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16295: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16296: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16297: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16298: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16299: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16300: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16301: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16302: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16303: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16304: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16305: types/pa_vstateless_object.h, types/pa_vstatus.C,
16306: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16307: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16308: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16309: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16310: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16311: 2002->2003
16312:
16313: 2003-01-16 paf
16314:
16315: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16316: src/main/pa_globals.C: http:// introducing $.any-status(1)
16317:
16318: * operators.txt, src/include/pa_config_fixed.h,
16319: src/main/pa_common.C: http request now return status. and not
16320: fail on status!=200
16321:
16322: 2003-01-15 paf
16323:
16324: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16325:
16326: 2003-01-14 paf
16327:
16328: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16329: mkinstalldirs: removed some ancient files [they in / really]
16330:
16331: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16332: regretfully needed patch in two places. in config_fixed.h made
16333: stubs for lib to compile in MSVC
16334:
16335: 2003-01-13 paf
16336:
16337: * config.guess, config.sub, ltmain.sh: removed last piece of
16338: configure.in(libtool) hacks
16339:
1.116 moko 16340: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16341: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16342: ltdl.h: moved to latest libtool (1.4.3)
16343:
16344: 2003-01-10 paf
16345:
16346: * src/lib/ltdl/: configure, configure.in: PROG_NM
16347:
16348: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16349: patches. libxml2 >= 2.5.1
16350: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16351: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16352: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16353:
16354: * INSTALL: moved to latest versions of xml libs libxml2 >=
16355: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16356: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16357: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16358:
16359: 2003-01-09 paf
16360:
16361: * INSTALL: xml,xslt,gdome lib urls updated
16362:
16363: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16364: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16365: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16366: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16367: 1.7.2
1.95 moko 16368:
16369: * depcomp: moving to automake 1.7.2
16370:
16371: 2002-12-27 paf
16372:
16373: * src/include/pa_version.h: 0007
16374:
16375: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16376: outdated parts, made links to language docs
16377:
16378: * src/include/pa_config_auto.h.in: comment
16379:
16380: 2002-12-26 paf
16381:
16382: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16383: not contain trailing / fixed.
16384:
16385: * INSTALL: changing SAFE_MODE politics
16386:
16387: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16388:
16389: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16390:
16391: 2002-12-25 paf
16392:
16393: * src/main/pa_globals.C: optimized-xml
16394:
16395: * src/main/pa_globals.C: optimized-as-is
16396:
16397: 2002-12-24 paf
16398:
16399: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16400: fixed [were really called with zero size when .html?a=&b=]
16401:
16402: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16403: with --with-sendmail
16404:
16405: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16406: fixed]
16407:
16408: 2002-12-23 paf
16409:
16410: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16411: ignoring parameters & were storing only string with default
16412: expires
16413:
16414: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16415: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16416: December 23, 2002 4:22 AM Subject: bug â
16417: Charset::transcode_buf2xchar
16418:
16419: 2002-12-20 paf
16420:
16421: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16422: non-cgi [script] runs
16423:
16424: 2002-12-19 paf
16425:
16426: * INSTALL: --without-iconv recommended [it crashes on some systems
16427: [tested on elik]] moreover, it's not needed there [parser
16428: registers charsets itself]
16429:
16430: * INSTALL: --without-iconv recommended [it crashes on some systems
16431: [tested on elik]]
16432:
16433: * operators.txt, src/include/pa_globals.h,
16434: src/include/pa_request.h, src/main/pa_globals.C,
16435: src/main/pa_request.C: $response:download
16436:
16437: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16438: compiler [win32]].
16439:
16440: 2002-12-18 paf
16441:
16442: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16443:
16444: 2002-12-17 paf
16445:
16446: * src/targets/cgi/parser3.C: merged die&iis changes
16447:
16448: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16449: to exit(1) 2. more flexible iilegal call check
16450:
16451: 2002-12-16 paf
16452:
16453: * ltmain.sh: some automakes silly insist on having this handy
16454:
16455: * src/main/untaint.C: filespec russian small 'r' changed to latin
16456: 'p' bug fix
16457:
16458: 2002-12-15 paf
16459:
16460: * src/main/untaint.C: filespec russian small 'r' changed to latin
16461: 'p'
16462:
16463: * configure.in, src/include/pa_config_auto.h.in,
16464: src/main/compile.C, src/main/pa_common.C: merged small changes
16465: from branch 6 to HEAD
16466:
16467: * src/main/compile.C: removed warning
16468:
16469: * src/main/pa_common.C: ftruncate having checked
16470:
16471: * configure.in, src/include/pa_version.h: new version
16472:
16473: 2002-12-14 paf
16474:
16475: * src/classes/table.C: removed unnecessary code
16476:
16477: * src/sql/pa_sql_driver.h: exception type fixed
16478:
16479: 2002-12-09 paf
16480:
16481: * src/types/pa_vvoid.h: $void.store[now] error
16482:
16483: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16484:
16485: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16486: tries to write core dump
16487:
16488: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16489:
16490: * src/: classes/hash.C, classes/string.C, classes/table.C,
16491: classes/void.C, main/pa_sql_driver_manager.C,
16492: sql/pa_sql_driver.h: changed exception handling mech in sql
16493: handlers #2
16494:
16495: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16496: exception handling mech in sql handlers
16497:
16498: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16499: handlers
16500:
16501: * src/: classes/hash.C, classes/string.C, classes/table.C,
16502: classes/void.C, main/pa_sql_driver_manager.C,
16503: sql/pa_sql_driver.h: changed exception handling mech in sql
16504: handlers
16505:
1.116 moko 16506: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16507: to write makefile which used libtool to install things, which is
16508: not needed
1.95 moko 16509:
16510: 2002-12-06 paf
16511:
16512: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16513: $hash.fields -- pseudo field to make 'hash' more like 'table'
16514:
16515: 2002-12-05 paf
16516:
16517: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16518: cc/bcc OK now
16519:
16520: * src/main/untaint.C: mail header closed properly
16521:
16522: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16523: header ',' allowed. still bugs in smtp [only one receiptient
16524: works, cc, bcc ignored now, and MAILED ;)]
16525:
16526: [strncpy killed, memnchr used]
16527:
16528: * src/main/pa_table.C: table-copy now current=0
16529:
16530: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16531: lowlevel proc
16532:
16533: * src/targets/cgi/parser3.C: more checks on
16534: http://domain/parser.cgi start [maybe some getenv returns "",
16535: checked that now
16536:
16537: * src/targets/cgi/parser3.C: more checks on
16538: http://domain/parser.cgi start [maybe some getenv returns "",
16539: checked that now
16540:
16541: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16542: out-of-mem errors reached log]
16543:
16544: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16545: mail:send MIME-Version default
16546:
16547: * src/main/main.dsp: pa_version included into main.dsp
16548:
16549: 2002-12-04 paf
16550:
16551: * src/types/pa_vform.C: $form:field string value cut by premature 0
16552:
16553: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16554: lib/libltdl -> lib/ltdl Win32 changes. s
16555:
16556: * src/classes/classes.awk: more strict *.C$
16557:
16558: * gnu.dsp: restored
16559:
1.116 moko 16560: * configure.in, gnu.dsp, src/lib/Makefile.am,
16561: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16562: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16563: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16564: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16565: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16566: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16567: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16568: now created with /configure, not ltdl/configure, so it does have
16569: no problems with automake. ltdl/configure
16570: AC_OUTPUT(Makefile<<removed)
1.95 moko 16571:
16572: 2002-12-02 paf
16573:
16574: * operators.txt: removed outdated status:db
16575:
16576: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16577: src/main/pa_common.C, src/main/pa_request.C,
16578: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16579: tainted parts becomes http-header
16580:
16581: 2002-11-29 paf
16582:
16583: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16584: dates now objects of type date
16585:
16586: * src/classes/image.C: file.seek removed [it were used in image.C
16587: only, and for parser user this means that jpeg image has bad
16588: size in fragment's header] now used image.format
16589:
16590: * src/: include/pa_common.h, main/pa_common.C,
16591: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16592: now handled exactly like $response:header values. e.g. can be
16593: hash [can have subattributes] & contain date values.
16594:
16595: * src/main/pa_common.C: http:// param values lang forced URI
16596:
16597: * src/main/pa_common.C: http:// tainted partes now %xx
16598:
16599: 2002-11-28 paf
16600:
16601: * operators.txt: http.timeout
16602:
16603: * src/classes/image.C: ^image.length now counts interchar space.
16604: plus space after last char
16605:
16606: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16607:
16608: * src/classes/image.C: ^image.font width measurer now scans full
16609: height [were -1]
16610:
16611: * configure.in: stopped double libltdl/Makefile generation
16612:
16613: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16614: chars [one top horizontal line of 1pixel height were missing]
16615:
16616: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16617: 'false' to go into (Hash *) parameter
16618:
16619: 2002-11-27 paf
16620:
16621: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16622: types/pa_vmail.C: response:body[file] if file nows it's name now
16623: returns content-disposition: >>attachment<<
16624:
16625: * src/classes/image.C: ^image.font << bad font file-size now
16626: properly reported
16627:
16628: 2002-11-26 paf
16629:
16630: * src/main/pa_request.C: fixed lang in reponse header
16631:
16632: * src/main/pa_common.C: utf8 prefix ignored @read text
16633:
16634: * operators.txt, src/main/pa_common.C: http:// response status!=200
16635: made exception: http.status with source=bad status#
16636:
16637: 2002-11-25 paf
16638:
16639: * configure.in, src/classes/image.C,
16640: src/include/pa_config_auto.h.in,
16641: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16642: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16643: const void related probs fixed
1.95 moko 16644:
16645: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16646:
16647: $file[^file::load[http://there]] $file.SERVER
16648:
16649: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16650: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16651: http options [invalid onces now reported] made default
16652: user-agent: paf
16653:
16654: * operators.txt, src/classes/file.C, src/classes/table.C,
16655: src/classes/xdoc.C, src/include/pa_common.h,
16656: src/include/pa_globals.h, src/main/pa_common.C,
16657: src/main/pa_globals.C, src/main/pa_request.C,
16658: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16659: now understand http:// prefix and additional params, sample:
16660: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16661: $.USER-AGENT[parser3] ]]
16662:
16663: 2002-11-22 paf
16664:
16665: * src/classes/image.C, src/include/pa_globals.h,
16666: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16667: src/types/pa_vimage.h, operators.txt: $image.exif support
16668: $image.exif.DateTime & co
16669:
16670: 2002-11-21 paf
16671:
16672: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16673: _PASS_APPENDED)
16674:
16675: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16676: EXIF information [were big block and it's size were considered
16677: negative :(]
16678:
16679: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16680: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16681: internals rewritten. no there's reader.seek, and all's ready for
16682: EXIF extraction [now we fail to measure files with EXIF info]
16683:
16684: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16685: O_TRUNC truncates even exclusevely write-locked file [thanks to
16686: Igor Milyakov <virtan@rotabanner.com> for discovering]
16687:
16688: 2002-11-20 paf
16689:
16690: * src/targets/cgi/parser3.C: logging @signal += query_string
16691:
16692: * configure.in, src/include/pa_config_auto.h.in,
16693: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16694: comment
16695:
16696: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16697:
16698: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16699: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16700: currently processed document SIGPIPE >> interrupts request
16701: processing [exception = DB rollback]
16702:
16703: * src/main/pa_exec.C: comment
16704:
16705: * src/main/pa_exec.C: pa_exec: data written only if size>0
16706:
16707: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16708: << disable HTTP-POST repassing
16709:
16710: * src/: include/pa_config_fixed.h, main/pa_common.C,
16711: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16712: pipe read errors now checked
16713:
16714: 2002-11-19 paf
16715:
16716: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16717: CGI: Illegal call
16718:
16719: 2002-11-01 paf
16720:
16721: * src/main/execute.C: comment
16722:
16723: 2002-10-31 paf
16724:
16725: * src/main/execute.C: found out why, checked that for now. todo:
16726: find out a way for that user could do that
16727:
16728: * src/types/pa_vstateless_object.h: object put replaces static
16729: parent if any
16730:
16731: * src/types/pa_vobject.C: object put replaces static parent if any
16732:
16733: * src/: classes/form.C, classes/mail.C, classes/op.C,
16734: classes/xnode.h, main/compile.tab.C, main/execute.C,
16735: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16736: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16737: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16738: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16739: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16740: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16741: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16742: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16743: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16744: types/pa_vstateless_object.h, types/pa_vstatus.C,
16745: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16746: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16747: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16748: types/pa_wwrapper.h: static fix merged
16749:
16750: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16751: $virtual_fields in dynamic, but one can reach derived
16752: static[class] variable from base
16753:
16754: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16755: types/pa_vobject.C, types/pa_vobject.h,
16756: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16757: statics, left $virtual_fields in dynamic
16758:
16759: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16760: one can't remember derivates in base class: there's so many of
16761: them. also there can be no virtual method calls in static
16762: classes
16763:
16764: * src/: classes/form.C, classes/mail.C, classes/op.C,
16765: classes/xnode.h, main/execute.C, main/pa_request.C,
16766: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16767: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16768: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16769: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16770: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16771: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16772: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16773: types/pa_vresponse.C, types/pa_vresponse.h,
16774: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16775: types/pa_vstateless_object.h, types/pa_vstatus.C,
16776: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16777: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16778: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16779: types/pa_wwrapper.h: static call $self fixed
16780:
16781: * src/main/execute.C: comment
16782:
16783: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16784: ^process[$caller.self]{...} now compiles to last derived object
16785: part of that 'self'
16786:
16787: 2002-10-29 paf
16788:
16789: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16790: re-passing [iis to blame]
16791:
16792: * src/classes/string.C: changed string.save to pass current sql
16793: connection to cstr thus one can ^connect[some server]{
16794: $s[insert into table x (x) values (^taint[sql]{value})]
16795: ^s.save[some.sql] } and he'd get in some.sql file code with
16796: properly escaped. [tried in mssql->mysql export->import of
16797: binary data]
16798:
16799: 2002-10-25 paf
16800:
16801: * src/types/pa_vresponse.C: case insensitive response user fields
16802: get/put
16803:
16804: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16805: types/pa_vresponse.C: saving for maybe-future
16806:
16807: 2002-10-23 paf
16808:
16809: * operators.txt, src/classes/table.C: ^table.hash{code}...
16810: ^table.hash(expr)...
16811:
16812: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16813:
16814: 2002-10-22 paf
16815:
16816: * src/types/: pa_vform.C, pa_vform.h: removed needless
16817: VForm::Append...(...Value)
16818:
16819: * src/main/execute.C: $.name outside of $name[...] checked
16820:
16821: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16822: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16823:
16824: 2002-10-21 paf
16825:
16826: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16827: $form:qtail $form:imap.x/y
16828:
16829: * operators.txt, src/types/pa_vform.C: $form:nameless =
16830: "?value&...", "...&value&...", "...&value"
16831:
16832: * operators.txt, src/types/pa_vform.C: $form:image-map
16833:
16834: * operators.txt, src/classes/file.C: /some/page.html:
16835: ^file:fullpath[a.gif] => /some/a.gif
16836:
16837: 2002-10-17 paf
16838:
16839: * src/main/: compile.tab.C, compile.y: operators precedence changed
16840: a little: logical not and bitwise negation precedence made
16841: highest, << and >> bitshits precedence made equal [were << higher
16842: than >>]
16843:
16844: * src/classes/op.C: exception handling fixed [were bad with
16845: contexts]
16846:
16847: 2002-10-16 paf
16848:
16849: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16850: main/pa_request.C: Request::self considered equal to
16851: VMethodFrame::self, and removed, Request::get_self() mapped to
16852: VMethodFrame.self()
16853:
16854: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16855: $hash in open field now gives old good error meesage
16856:
16857: 2002-10-15 paf
16858:
16859: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16860: use ^if($junction is junction){was and now true}
16861:
16862: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16863: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16864: types/pa_vxnode.C: xml->parser strings now have origin, which
16865: points to place where value left xml library and came to parser:
16866: place of dom field extraction/call
16867:
16868: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16869: main/compile.tab.C, main/compile.y, main/execute.C,
16870: types/pa_vmethod_frame.h: removed last pieces of old code
16871: allowing $junction.xxx at compile time
16872:
16873: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16874: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16875: objects also considered [were only classes]
16876:
16877: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16878: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16879: with CLASS self. [ (request&method_frame).self temporarily
16880: changed ]
16881:
16882: * src/classes/: hash.C, op.C: method_frame now always changed, with
16883: no exception to native calls. for&foreach changed to use
16884: method_frame.caller for their var's name context
16885:
16886: * src/: main/execute.C, targets/cgi/parser3.C,
16887: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16888: compiling to system classes disabled
16889:
16890: * operators.txt, src/classes/op.C:
16891: ^process[$caller.CLASS]{code-string} added
16892:
16893: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16894: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16895: src/types/Makefile.am, src/types/pa_vjunction.C,
16896: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16897: src/types/types.dsp: removed $junction.get $junction.set[]
16898: introducing $caller
16899:
16900: * src/types/pa_value.h: removed outdated comments. doxygen would
16901: find them lower by inheritance tree
16902:
16903: * src/types/pa_vjunction.C: ident
16904:
16905: 2002-10-14 paf
16906:
16907: * src/classes/op.C: process compiles to code's class class
16908:
16909: * src/: classes/form.C, classes/mail.C, classes/op.C,
16910: include/pa_request.h, main/compile.C, main/compile.tab.C,
16911: main/compile.y, main/execute.C, main/pa_request.C,
16912: types/pa_vstateless_class.h: operators now main-class-methods
16913:
16914: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16915: better stack trace [has "call" & co there]
16916:
16917: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16918: operators @auto now executed in MAIN context
16919:
16920: * src/main/execute.C: operator execution context now = MAIN, not
16921: closest stack frame
16922:
16923: @touchit[] $i[after]
16924:
16925: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16926: were 'after'
16927:
16928: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16929: 'after'
16930:
16931: * src/main/execute.C: comment
16932:
16933: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16934: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16935: action]
16936:
16937: * src/types/pa_vxnode.C: misreplace fixed
16938:
16939: * configure, configure.in, src/include/pa_config_auto.h.in,
16940: src/types/pa_vstatus.C, operators.txt:
16941: $status:rusage.tv_secs/usecs introduced
16942:
16943: 2002-10-09 paf
16944:
16945: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16946: on empty string [or uses (default)]
16947:
16948: 2002-10-08 paf
16949:
16950: * src/main/untaint.C: mail header quoted printable changed after
16951: RFC reread
16952:
16953: * operators.txt: plan on ^if(method
16954:
16955: * src/types/pa_vxnode.C: misreplace
16956:
16957: 2002-09-24 paf
16958:
1.116 moko 16959: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16960:
16961: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16962: mailreceive would compile on freebsd now
16963:
16964: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16965: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16966: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16967: mailreceive would compile on freebsd now
1.95 moko 16968:
16969: * src/: classes/file.C, main/untaint.C: 1. file spec language
16970: changed: now there are only few chars are untainted: * ? ' " < >
16971: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16972: one should use ^untaint[uri]{...} now]
16973:
16974: 2. $list[^file:list[dir]] now returns simply tainted names in
16975: $list.name, not tainted as filespec
16976:
16977: @russianindex[] #dir with files with russian-lang names
16978: $where[dir]
16979:
16980: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16981: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16982:
16983: 2002-09-23 paf
16984:
16985: * src/types/pa_vdouble.h: double->int round added
16986:
16987: * src/classes/date.C: date bug fix, now
16988: round(floatDays*secondsPerDay)
16989:
16990: * src/classes/date.C: date bug fix, now
16991: round(floatDays*secondsPerDay)
16992:
16993: 2002-09-20 paf
16994:
16995: * src/main/execute.C: code junction calls disabled [before: code
16996: was compiled in such a way, that there were no code-junctions in
16997: OP_CALL]
16998:
16999: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17000:
17001: @badjunctioncallinside[code] ^code[]
17002:
17003: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17004: expanding to include ^junction.method
17005:
17006: * src/main/pa_common.C: -d "DIR/" now true
17007:
17008: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17009: as internal xdoc encoding, and after decoding attributes set by
17010: dom functions now encoded OK, not as digital entities
17011:
17012: * src/classes/xdoc.C: empty transform result, being taken as file
17013: now returns empty file, not raises stupid error about "stat-ed
17014: file"
17015:
17016: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17017: allowed
17018:
17019: * src/types/types.dsp: introducing $junction.get/put(1) one can
17020: write iterators now:
17021:
17022: ^user-foreach[key;value]{$key=$value<br>}
17023:
17024: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17025: $code.value($i*2) $code }
17026:
17027: * src/main/compile_tools.h: mistype
17028:
1.116 moko 17029: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17030: thus taking linking options configure changes into account [were:
17031: ignoring]
1.95 moko 17032:
17033: * src/types/: pa_vjunction.C, Makefile.am: introducing
17034: $junction.get/put(1) one can write iterators now:
17035:
17036: ^user-foreach[key;value]{$key=$value<br>}
17037:
17038: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17039: $code.value($i*2) $code }
17040:
17041: * src/: include/pa_opcode.h, include/pa_request.h,
17042: main/compile.tab.C, main/compile.y, main/execute.C,
17043: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17044: introducing $junction.get/put(1) one can write iterators now:
17045:
17046: ^user-foreach[key;value]{$key=$value<br>}
17047:
17048: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17049: $code.value($i*2) $code }
17050:
17051: 2002-09-19 paf
17052:
1.116 moko 17053: * Makefile.am: new: make commit
1.95 moko 17054:
17055: * aclocal.m4: forced to be older
17056:
17057: 2002-09-18 paf
17058:
17059: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17060: src/main/compile.y, src/main/execute.C: << >> int shifts
17061:
17062: * src/: include/pa_common.h, include/pa_request.h,
17063: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17064: - now this - fatal error
17065:
17066: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17067: that one can pass binary data there
17068:
17069: * src/: classes/date.C, classes/double.C, classes/file.C,
17070: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17071: classes/op.C, classes/response.C, classes/string.C,
17072: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17073: include/pa_request.h: pa_request contexts made privated, plus
17074: get_{self/method_frame} to read. Request_context_saver used in
17075: ^try to save flang too. [were not saved]
17076:
17077: * src/types/pa_vresponse.C: header value chains joined before
17078: output, this should help $.subject[$var $var] from being
17079: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17080:
17081: 2002-09-17 paf
17082:
17083: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17084: removed changes, operators executed with calling self. lots of
17085: code with ^include code relies on defined/defining self variables
17086:
17087: $a[1] ^include[print_a.p] print_a.p: $a
17088:
17089: ^include[set_a.p] a=$a set_a.p: $a[1]
17090:
17091: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17092: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17093: types/pa_vstateless_class.h: operators now executed with MAIN
17094: self. it's for ^include sake, too strong a change
17095:
17096: * src/classes/op.C: made place for ^process to compile it's code to
17097: in case of no self
17098:
17099: * src/main/execute.C: found ancient param to Junction, removed.
17100: allowed passing self to native_code_operators [for ^process to
17101: work, she needs self]
17102:
17103: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17104: types/pa_vstateless_class.h: found ancient param to Junction,
17105: removed. allowed passing self to native_code_operators [for
17106: ^process to work, she needs self]
17107:
17108: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17109: types/pa_value.h, types/pa_vmethod_frame.h,
17110: types/pa_vstateless_class.h: allowed Request.self to be 0,
17111: checked that in VMethodFrame get/put and $self.
17112:
17113: * src/classes/: table.C, xdoc.C: table::sql options table::create
17114: copy options options checked, wrong option now fatal error
17115:
17116: * src/main/pa_string.C: string.replace fixed [were missing words on
17117: pieces boundaries]
17118:
1.150 moko 17119: * configure, configure.in: .so now detected [can be .sl on hpux,
17120: .dll on cygwin, .so in other cases)
1.95 moko 17121:
17122: * configure, configure.in: .so now detected [can be .sl on hpux,
17123: .dll on cygwin, .so in other cases)
17124:
17125: * operators.txt, src/classes/hash.C, src/classes/table.C,
17126: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17127: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17128: record taken [were last]
17129:
17130: * src/: classes/hash.C, classes/table.C,
17131: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17132: now errors
17133:
17134: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17135:
17136: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17137: ,2,3]
17138:
17139: 2002-09-16 paf
17140:
17141: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17142: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17143: stdout to be binary. now detected closest header break.
17144:
17145: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17146: closed right
17147:
17148: 2002-09-13 paf
17149:
17150: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17151: src/main/compile_tools.h: (expression #comment)
17152:
17153: (multiline expression #comment line2 #comment )
17154:
17155: (expression #comment with (brackets) comment) << OK
17156:
17157: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17158: bitwise !|| numerical xor now [preparing for expression
17159: #comments]
17160:
17161: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17162: error
17163:
17164: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17165: cheched in pa_socks.C
17166:
1.116 moko 17167: * configure, configure.in, src/include/pa_config_auto.h.in:
17168: HAVE_WINSOCK_H created in configure.in
1.95 moko 17169:
17170: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17171: cookie date now clean [were mistakenly tainted & that worked bad
17172: with opera -- 'happily' that worked OK with msie]
17173:
17174: 2002-09-12 paf
17175:
17176: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17177: VClass get_element now first looks to fields, next to methods &
17178: co todo: the rest reason: more speed
17179:
17180: * src/main/untaint.C: quoted printable encoding stops before
17181: \s*<...>$
17182:
17183: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17184: stops before <...>$
17185:
17186: 2002-09-11 paf
17187:
17188: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17189: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17190: forgot to check users of those funcs. not all were using that
17191: return value convention
17192:
17193: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17194: windows-1254 added
17195:
17196: 2002-09-10 paf
17197:
17198: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17199: VCodeFrame parent param were specified badly
17200:
17201: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17202: WWrapper which used in constructing objects(second param to sql
17203: method) ^...sql{}[$.default{code}] now has parent, wich helps
17204: code in hash to survivi
17205:
17206: * src/: include/pa_request.h, main/execute.C: removed redundant
17207: param to execute [stack said 'thanks']
17208:
17209: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17210: types/pa_value.h, types/pa_vcode_frame.h,
17211: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17212: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17213: responsibility to wcontext
17214:
17215: * src/classes/file.C: decided not to log exec's with stderr, that
17216: could be warnings, and it's up to scritper to log/show them
17217:
17218: * src/: classes/double.C, main/execute.C: double:sql badly called
17219: write_assign_lang, not write_no_lang, thus doing unnecessary
17220: double/string converstion, which were loosing time&precesion
17221:
17222: * src/: main/pa_charset.C, types/pa_vmail.C:
17223: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17224: case of unfinished in buffer processing, causing accidental
17225: transcode stop [in case that source enc != utf-8 & there is
17226: incomplete utf-8 sequence at the end of 16000block iside of
17227: libxml lib] tfm readed & code updated
17228:
17229: 2002-09-04 paf
17230:
17231: * configure: makes with sjlj
17232:
17233: * INSTALL, src/include/pa_config_fixed.h,
17234: src/include/pa_sql_connection.h,
17235: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17236: checked. on win32 it made default
17237:
17238: * src/include/pa_config_auto.h.in: sjlj define
17239:
17240: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17241: can not work with longjump/throw pair, and one must switch that
17242: on there. todo: detect that automatically]
17243:
17244: * src/types/pa_vxnode.C: removed too strong checks of
17245: xnode.elements. now, for instance, if element does not have any
17246: attributes, $xnode.attributes is void, not error
17247:
17248: 2002-09-02 paf
17249:
17250: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17251: removed double_result, didn't help
17252:
17253: * src/main/execute.C: double_result made to move that var away from
17254: hungry g++ optimizer (-O2), before: it were optimized and
17255: comparison operators worked badly
17256:
17257: * src/types/pa_vdate.h: removed debug
17258:
1.116 moko 17259: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17260:
17261: * src/main/execute.C: fixed numeric < & co so that thay now use
17262: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17263: unknown reason.
17264:
17265: 2002-08-29 paf
17266:
17267: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17268: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17269: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17270: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17271: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17272: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17273: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17274: [called less frequent, allowed to remove ugly
17275: Junction.change_context-s from many places, switch,
17276: mail:send..html{}, ..] request.root renamed to method_frame [more
17277: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17278: [speed up]
17279:
17280: 2002-08-28 paf
17281:
17282: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17283: tainted
17284:
17285: * src/types/pa_vcookie.C: fixed cookie delete when
17286: $cookie:name[$.value[]]
17287:
17288: * operators.txt, src/classes/string.C:
17289: ^string.split[delim[;options]]
17290:
17291: 2002-08-27 paf
17292:
1.116 moko 17293: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17294:
17295: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17296: delimiter
17297:
17298: * INSTALL: recommended latest gmime 1.0.5
17299:
17300: 2002-08-26 paf
17301:
17302: * configure, configure.in: apache13/hook added to make dist.
17303:
17304: 2002-08-23 paf
17305:
17306: * src/: include/pa_common.h, main/pa_common.C,
17307: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17308: beside binary [cgi, isapi] not accessible [due to bad rights or
17309: whatever] it's error now
17310:
17311: 2002-08-21 paf
17312:
1.116 moko 17313: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17314:
17315: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17316: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17317: class". compiled as if here they named base class
17318:
17319: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17320: cloning constructor]
17321:
17322: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17323:
1.150 moko 17324: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17325: $mail.received.file.value.content-type fixed
17326:
17327: 2002-08-20 paf
17328:
17329: * src/classes/file.C: fixed language of file:file result
17330:
17331: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17332: from 3.0.0005
17333:
17334: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17335:
17336: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17337: 3.0.0005
17338:
17339: * src/classes/void.C, operators.txt: ^void.length[] = 0
17340:
17341: 2002-08-19 paf
17342:
17343: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17344: work now
17345:
17346: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17347: error in xnode, which were not catched in xdoc]
17348:
17349: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17350: prepared: // validate each document after load/create (?)
17351: //xmlDoValidityCheckingDefaultValue = 1;
17352:
17353: 2002-08-15 paf
17354:
17355: * src/classes/classes.h: write to static var caused useless
17356: Exception, introduced Methoded::put_element wich consumes those
17357:
17358: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17359: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17360: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17361: $response:field[date] $response:field[$.xxx[date]]
17362:
17363: * src/: classes/hash.C, classes/string.C, classes/table.C,
17364: classes/void.C, include/pa_sql_connection.h: fixed source of
17365: ^hash::sql{bad}
17366:
17367: * operators.txt: $request:body unprecessed POST request body
17368:
17369: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17370:
17371: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17372: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17373:
17374: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17375: src/include/pa_request.h, src/main/pa_pool.C,
17376: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17377: $request:body r.post_data now const
17378:
17379: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17380: classes/xnode.C, main/execute.C, types/pa_value.h,
17381: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17382: types/pa_vtable.h: instead of type() checking everywhere used
17383: Value.as now user descendants can be used in params.
17384:
17385: VObject::as_*, is_defined now taken from bases. xtable(table)
17386: ^if($xtable) now OK
17387:
17388: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17389: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17390: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17391:
17392: 2002-08-14 paf
17393:
17394: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17395: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17396: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17397: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17398: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17399: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17400: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17401: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17402: types/pa_vresponse.C, types/pa_vresponse.h,
17403: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17404: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17405: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17406: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17407: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17408: & VClass
17409:
17410: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17411:
17412: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17413: removed fixopt stupidity. on stupid linux use cd /document/root
17414: ../cgi/parser3 script
17415:
17416: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17417: params, splitting them by space, excluding argv[0], argv[argc-1]
17418:
17419: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17420: fixopt.h: fixopt now preprocesses command line params, splitting
17421: them by space, excluding argv[0], argv[argc-1]
17422:
17423: * src/targets/cgi/parser3.C: -f config file
17424:
17425: * src/targets/cgi/parser3.C: fixed .log file dir
17426:
17427: 2002-08-13 paf
17428:
17429: * src/types/pa_vobject.C: allow override parent variables, useful
17430: for form descendants [in vobject too, were in vclass]
17431:
17432: * src/types/pa_vclass.C: allow override parent variables, useful
17433: for form descendants
17434:
17435: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17436: overwritten in derived(table)
17437:
17438: * src/: classes/form.C, classes/mail.C, classes/op.C,
17439: classes/xnode.h, include/pa_request.h, main/execute.C,
17440: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17441: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17442: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17443: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17444: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17445: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17446: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17447: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17448: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17449: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17450: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17451: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17452: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17453: Value::get_element(..., bool looking_down) [needed to exclude
17454: endless recoursion]
17455:
17456: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17457: fix bug with put endless recoursion todo: check 'as'
17458:
17459: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17460: reorganized modules todo: fix bug with put endless recoursion
17461: todo: check 'as'
17462:
17463: * src/types/pa_vobject.h: checked: table fields can be overwritten
17464: in derived(table)
17465:
17466: * src/types/pa_vobject.h: derived classes can have fields of their
17467: own now
17468:
17469: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17470: fixed error message on using non-created table
17471:
17472: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17473: classes/op.C, classes/xnode.h, include/pa_request.h,
17474: main/compile.C, main/compile.tab.C, main/execute.C,
17475: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17476: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17477: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17478: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17479: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17480: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17481: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17482: types/pa_vresponse.C, types/pa_vresponse.h,
17483: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17484: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17485: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17486: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17487: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17488: looking down/up tree todo: fix error message on non-constructed
17489: parents
17490:
17491: 2002-08-12 paf
17492:
17493: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17494: derived OK
17495:
17496: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17497: thorough testing
17498:
17499: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17500: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17501: types/pa_vobject.h, types/pa_vstateless_class.h,
17502: types/pa_vstateless_object.h, types/pa_wcontext.h,
17503: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17504: ^base:create[] dynamic call rewritten todo: thorough testing
17505:
17506: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17507: now instantates base class, remembers it and saves child in
17508: parent VObject.get_class now returns last child = downward
17509: virtual calls OK
17510:
17511: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17512: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17513: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17514: types/pa_vobject.h, types/pa_vresponse.h,
17515: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17516: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17517: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17518: VAliased [redundant], moved $CLASS to VObject only [parser class
17519: instance]
17520:
17521: * src/main/pa_request.C: $response:body[file] content-type check
17522: fixed [were bad when content-type is hash]
17523:
17524: 2002-08-09 paf
17525:
17526: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17527: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17528:
17529: 2002-08-08 paf
17530:
17531: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17532: src/main/pa_globals.C: year column in month calendar [week year]
17533:
17534: * src/main/execute.C: error reporting on object writes to MAIN
17535: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17536:
17537: * operators.txt, src/types/pa_vdate.h: $date.yearday
17538: $date.daylightsaving
17539:
17540: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17541: use tainted data now. only she must specify the language.
17542:
17543: ^mail:send[ $.from[paf@mail.design.ru]
17544: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17545: $.text[^taint[uri][ìîñêâà]=] ]
17546:
17547: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17548: now prints more precise origin
17549:
17550: * src/include/pa_string.h: String::first_char now not fails on
17551: empty strings ^if(-f '') now ok and in 3 other places.
17552:
17553: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17554: String::first_char now not fails on empty strings ^if(-f '') now
17555: ok and in 3 other places.
17556:
17557: 2002-08-07 paf
17558:
17559: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17560: fixed
17561:
17562: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17563:
17564: * src/: main/execute.C, types/pa_vcode_frame.h,
17565: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17566: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17567: mistakenly not completely transparent to object writes.
17568: $hash[^if(1){$hash}] now works
17569:
17570: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17571: now erasing cache file [there were bad check on that]
17572:
17573: * src/: classes/classes.dsp, classes/table.C,
17574: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17575: all Debug dirs in .dsp now named 'Debug'
17576:
1.116 moko 17577: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17578:
17579: * operators.txt, src/classes/mail.C: exception_type email.send
17580:
17581: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17582:
17583: * src/types/pa_vmail.C: mail:send empty email checked
17584:
17585: 2002-08-06 paf
17586:
17587: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17588: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17589: ^table::create[$source;$.options] ^table::join[$source;$.options]
17590:
17591: * operators.txt, src/classes/hash.C, src/classes/string.C,
17592: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17593: # $.default() }
17594:
17595: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17596:
17597: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17598: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17599: $file.content-type [instead of .mime-type] now works for
17600: file::stat also
17601:
17602: * src/main/pa_request.C: case insensitive mime_type_of
17603:
17604: 2002-08-05 paf
17605:
17606: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17607:
17608: * src/types/pa_vmail.C: file buffer relocated to parser heap
17609:
17610: * operators.txt: comment on date:calendar week column
17611:
17612: * src/main/pa_common.C: write checked
17613:
17614: * src/main/: pa_common.C: write checked
17615:
17616: * src/classes/date.C: +1 buf size for stupid snprintfs
17617:
17618: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17619: month calendar week column [ISO 8601 Week Numbers]
17620:
17621: 2002-08-02 paf
17622:
17623: * src/: include/pa_config_fixed.h, main/pa_string.C,
17624: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17625: DEBUG*
17626:
17627: * configure, configure.in, src/include/pa_version.h: release
17628: 3_0_0005
17629:
17630: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17631: multipart post fixed
17632:
17633: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17634: response transcoded source->client only when text/* or simple
17635: onoverridden $response:body
17636:
17637: 2002-08-01 paf
17638:
17639: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17640: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17641: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17642: classes/op.C, classes/response.C, classes/string.C,
17643: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17644: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17645: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17646: include/pa_config_fixed.h, include/pa_dictionary.h,
17647: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17648: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17649: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17650: include/pa_socks.h, include/pa_sql_connection.h,
17651: include/pa_sql_driver_manager.h, include/pa_stack.h,
17652: include/pa_string.h, include/pa_stylesheet_connection.h,
17653: include/pa_stylesheet_manager.h, include/pa_table.h,
17654: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17655: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17656: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17657: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17658: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17659: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17660: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17661: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17662: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17663: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17664: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17665: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17666: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17667: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17668: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17669: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17670: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17671: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17672: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17673: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17674: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17675: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17676: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17677: types/pa_vmethod_frame.h, types/pa_vobject.h,
17678: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17679: types/pa_vresponse.h, types/pa_vstateless_class.C,
17680: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17681: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17682: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17683: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17684: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17685: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17686:
17687: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17688: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17689: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17690: classes/math.C, classes/op.C, classes/response.C,
17691: classes/string.C, classes/table.C, classes/void.C,
17692: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17693: include/pa_array.h, include/pa_cache_managers.h,
17694: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17695: include/pa_config_fixed.h, include/pa_config_includes.h,
17696: include/pa_dictionary.h, include/pa_dir.h,
17697: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17698: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17699: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17700: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17701: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17702: include/pa_stack.h, include/pa_string.h,
17703: include/pa_stylesheet_connection.h,
17704: include/pa_stylesheet_manager.h, include/pa_table.h,
17705: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17706: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17707: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17708: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17709: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17710: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17711: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17712: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17713: main/pa_sql_driver_manager.C, main/pa_string.C,
17714: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17715: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17716: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17717: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17718: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17719: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17720: targets/isapi/pool_storage.h, types/pa_valiased.C,
17721: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17722: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17723: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17724: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17725: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17726: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17727: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17728: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17729: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17730: types/pa_vresponse.C, types/pa_vresponse.h,
17731: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17732: types/pa_vstateless_object.h, types/pa_vstatus.C,
17733: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17734: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17735: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17736: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17737: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17738: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17739: types/Makefile.am: ident.C* removed
17740:
17741: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17742: file:find[/can/do/this/now.txt]
17743:
17744: * src/targets/cgi/parser3.C: usage to stdout now
17745:
17746: 2002-07-31 paf
17747:
17748: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17749:
17750: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17751: default "postmaster"
17752:
17753: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17754: -f postmaster now default sendmail key word "postmaster"
17755: replaced to $.from
17756:
17757: 2002-07-30 paf
17758:
1.116 moko 17759: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17760: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17761:
17762: * src/main/pa_charset.C: comment
17763:
17764: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17765: table, &#decimal;
17766:
17767: * src/main/pa_request.C: comment
17768:
17769: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17770: paragraf]
17771:
17772: 2002-07-11 paf
17773:
17774: * src/main/pa_exec.C: build command line badly added params twice
17775: [and first time without ' ']. double wrong. fixed.
17776:
17777: * src/main/pa_exec.C: invalid .exe caused error message with params
17778: wich parser did not provide = reported badly. fixed that.
17779:
17780: * src/classes/mail.C: $MAIL[ # xxx ]
17781:
17782: now ok
17783:
17784: * operators.txt: plan: sql detailed exception
17785:
17786: 2002-07-01 paf
17787:
17788: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17789: [MForm.configure_admin were called when request.main_class ==0
17790:
17791: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17792:
17793: * src/classes/form.C: content_length type fix
17794:
17795: 2002-06-30 paf
17796:
17797: * src/classes/mail.C: merged from 4
17798:
17799: * src/classes/mail.C: restored $MAIL
17800:
17801: 2002-06-28 paf
17802:
17803: * configure, configure.in: removed paths.h
17804:
1.116 moko 17805: * configure, src/include/pa_version.h,
1.95 moko 17806: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17807: merged, makes updated
17808:
17809: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17810: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17811: src/include/pa_pool.h, src/include/pa_version.h,
17812: src/main/pa_charset.C, src/main/pa_pool.C,
17813: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17814: src/types/pa_vmail.C: merged latest updates to head
17815:
17816: 2002-06-27 paf
17817:
17818: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17819: not error now
17820:
17821: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17822: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17823: src/main/pa_charset.C, src/main/pa_pool.C:
17824: ^xdoc::create[[uri]]... base uri for document being created,
17825: imports and other relative file names would be relative to this
17826: uri default uri=path_translated
17827:
17828: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17829:
17830: 2002-06-26 paf
17831:
17832: * configure, configure.in, src/include/pa_version.h:
17833: release_3_0_0004
17834:
17835: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17836: 0 now
17837:
17838: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17839:
17840: 2002-06-25 paf
17841:
17842: * src/main/pa_string.C: emtpy string, or string of whitespaces
17843: considered bad number now
17844:
17845: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17846: now
17847:
17848: * operators.txt, src/classes/string.C: ^string.normalize [old
17849: name: optimize
17850:
17851: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17852: library configured
17853:
17854: * src/main/pa_request.C: configure_admin forced if no @conf
17855:
1.150 moko 17856: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
17857: ^math:crypt updated to generate random salt when needed and to
17858: call system crypt() if not $apr1$ prefix
1.95 moko 17859:
17860: 2002-06-24 paf
17861:
17862: * INSTALL: --with-static/shared-mailreceive described
17863:
17864: * src/include/pa_config_fixed.h: ssize_t fixed
17865:
1.116 moko 17866: * configure, configure.in, src/include/pa_config_auto.h.in,
17867: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17868: src/types/pa_vmail.C: $mail:received makes update
17869:
17870: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17871: WITH_MAILRECEIVE
17872:
17873: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17874:
17875: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17876: option, for $mail:receive
17877:
17878: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17879: introducting $message:received ^mail:send rewritten with backward
17880: comp
17881:
17882: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17883: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17884: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17885: now
17886:
17887: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17888: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17889: src/include/pa_request.h, src/include/pa_string.h,
17890: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17891: src/main/pa_globals.C, src/main/pa_request.C,
17892: src/main/pa_string.C, src/main/pa_uue.C,
17893: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17894: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17895: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17896: uue to separate file introducting $message:received ^mail:send
17897: rewritten with backward comp
17898:
17899: 2002-06-21 paf
17900:
1.116 moko 17901: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17902: co changes
1.95 moko 17903:
1.116 moko 17904: * configure, configure.in, src/lib/md5/Makefile.am,
17905: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17906: restructure .in and .am files appropriate changes
1.95 moko 17907:
17908: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17909: pcre to libs/ added libs/md5 which is linked to non-apache
17910: targets ^math:crypt[password;$apr1$salt]
17911:
17912: * INSTALL, configure.in, operators.txt, parser3.dsw,
17913: src/Makefile.am, src/classes/Makefile.am,
17914: src/classes/classes.dsp, src/classes/math.C,
17915: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17916: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17917: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17918: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17919: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17920: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17921: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17922: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17923: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17924: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17925: src/lib/pcre/pcre_parser_ctype.dsp,
17926: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17927: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17928: src/main/compile.tab.C, src/main/main.dsp,
17929: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17930: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17931: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17932: to libs/ added libs/md5 which is linked to non-apache targets
17933: ^math:crypt[password;$apr1$salt]
17934:
17935: 2002-06-20 paf
17936:
1.150 moko 17937: * INSTALL, configure, configure.in, operators.txt,
17938: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
17939: src/include/pa_globals.h, src/include/pa_request.h,
17940: src/main/execute.C, src/main/pa_request.C,
17941: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17942: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
17943: file:justname&co & @auto/conf[filespec
1.95 moko 17944:
17945: * operators.txt, src/classes/file.C:
17946: !^file:dirname[/a/some.tar.gz]=/a
17947: !^file:dirname[/a/b/]=/a
17948: !^file:basename[/a/some.tar.gz]=some.tar.gz
17949: !^file:justname[/a/some.tar.gz]=some.tar
17950: !^file:justext[/a/some.tar.gz]=gz
17951:
17952: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17953: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17954: @conf/auto[filespec]
17955:
1.116 moko 17956: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17957:
1.150 moko 17958: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 17959: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17960: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17961:
17962: 2002-06-18 paf
17963:
17964: * configure, configure.in, src/include/pa_version.h: version to
17965: configure.in
17966:
17967: * INSTALL: reflected .conf.dist dir change
17968:
1.150 moko 17969: * Makefile.am, configure, configure.in,
1.116 moko 17970: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17971: .in & *.am updated
17972:
17973: * src/classes/file.C: strncasecmp
17974:
17975: * src/classes/file.C: strcasecmp
17976:
1.150 moko 17977: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 17978:
17979: * src/classes/file.C: ^file::exec[script;$.bad error case
17980: insensitive check now
17981:
17982: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17983:
17984: * configure, configure.in, src/include/pa_pool.h,
17985: src/include/pa_types.h: pack configure.in detection simplified.
17986: figured out that gcc on sparc not that stupid as thought
17987: previously: on sparc: when it sees packed class it modifies it's
17988: field-access-code to byte operations [stb, ldub] instead of 4byte
17989: operations [st, lduh] so packed must be all parts of packed
17990: class, i.e. it's parents&fields(classes). for now it's only
17991: String that packed and what was wrong is that it's parent -
17992: Pooled, were not packed. fixed that.
17993:
17994: 2002-06-14 paf
17995:
17996: * operators.txt: more precise xml-to-text options
17997:
17998: * operators.txt, src/types/pa_vxnode.C: xnode
17999: attribute_node.name/value xnode pi.node.data
18000:
18001: 2002-06-12 paf
18002:
1.116 moko 18003: * configure, configure.in, src/targets/cgi/Makefile.am,
18004: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18005:
18006: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18007: src/include/pa_globals.h, src/include/pa_request.h,
18008: src/main/compile.tab.C, src/main/pa_globals.C,
18009: src/main/pa_request.C, src/targets/cgi/parser3.C,
18010: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18011:
18012: * src/classes/mail.C: sendmail -ti [default now]
18013:
18014: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18015: to be strings. for convinient #ing
18016:
18017: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18018: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18019:
18020: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18021: main/pa_globals.C, main/pa_request.C: @conf
18022:
18023: 2002-06-11 paf
18024:
18025: * src/classes/file.C: check simplified
18026:
18027: * src/: classes/file.C, targets/cgi/parser3.dsp,
18028: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18029: valid prefix
18030:
18031: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18032: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18033: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18034:
18035: 2002-06-10 paf
18036:
18037: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18038: src/main/pa_common.C: lock failures reported now
18039:
18040: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18041: string->double @ compile time were not-enough-checking...
18042:
18043: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18044: autoconvert now ignored
18045:
18046: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18047: check
18048:
18049: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18050: $response:body content-type:name
18051:
18052: * configure, configure.in: hpux check, nsl link, no socket
18053:
18054: * operators.txt: old merge conflict removed
18055:
18056: * configure, configure.in: pack even address access on sparc&co
18057: arch checked in configure
18058:
18059: * configure, src/include/pa_version.h: makes
18060:
18061: * configure, configure.in, src/include/pa_version.h: makes
18062:
18063: * src/main/untaint.C: (bug#2) mail subject got always prepended
18064: with charset even when all letters were 7bit one
18065:
18066: * src/main/pa_common.C: merged fixed -d (bug)
18067:
18068: * src/main/pa_common.C: fixed -d (bug)
18069:
18070: 2002-06-03 paf
18071:
18072: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18073: src/classes/classes.dsp, src/main/compile.tab.C,
18074: src/main/main.dsp, src/main/pa_globals.C,
18075: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18076: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18077: .dsp-s along with reorganized cvs modules dirs structure
18078:
18079: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18080: main/pa_globals.C, targets/cgi/parser3.dsp,
18081: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18082: modules
18083:
18084: 2002-05-28 paf
18085:
18086: * src/targets/cgi/parser3.C: info.uri now ""
18087:
18088: 2002-05-17 paf
18089:
18090: * src/classes/: table.C: ^table.save << checked empty
18091: pre/match/post columns
18092:
18093: 2002-05-16 paf
18094:
18095: * src/classes/image.C: image::measure can png now
18096:
18097: 2002-05-15 paf
18098:
18099: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18100: added
18101:
18102: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18103:
18104: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18105: %H[:%M[:%S]]]]]] [-%m now
18106:
18107: 2002-05-14 paf
18108:
18109: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18110:
18111: 2002-05-07 paf
18112:
18113: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18114: src/include/pa_globals.h, src/include/pa_request.h,
18115: src/include/pa_table.h, src/main/compile.tab.C,
18116: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18117: src/main/pa_request.C, src/main/pa_table.C,
18118: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18119: src/targets/isapi/parser3isapi.dsp,
18120: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18121: name2number field now &. main_method_name now on Request pool
18122: rather on global_pool [Junction+VJunction created on same pool as
18123: name = were created on global pool, causing mem leaks]
18124:
18125: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18126: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18127: main/compile.y, main/main.dsp, main/pa_globals.C,
18128: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18129: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18130: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18131: field now &. main_method_name now on Request pool rather on
18132: global_pool [Junction+VJunction created on same pool as name =
18133: were created on global pool, causing mem leaks]
18134:
18135: 2002-05-06 paf
18136:
18137: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18138: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18139: 100*40 bytes per request memory leak [nonpool malloc in globals]
18140:
18141: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18142: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18143: 100*40 bytes per request memory leak [nonpool malloc in globals]
18144:
18145: 2002-04-30 paf
18146:
18147: * configure, src/include/pa_version.h: version now not b
18148:
18149: * src/targets/cgi/parser3.C: request.uri now never 0
18150:
18151: 2002-04-29 paf
18152:
18153: * configure.in: removed b
18154:
18155: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18156: Exception::comment/type checked in (), no there's no empty
18157: type/comment by default
18158:
18159: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18160: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18161: src/doc/value.dox, src/include/pa_exception.h,
18162: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18163: 0001
18164:
18165: 2002-04-26 paf
18166:
18167: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18168: size reduced
18169:
18170: 2002-04-25 paf
18171:
18172: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18173: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18174: now that took into account
18175:
18176: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18177: 01:03:04]
18178:
18179: * ChangeLog, operators.txt, src/classes/date.C:
18180: ^date::create[2002-12-33 01:03:04]
18181:
18182: * ChangeLog: updated changelog
18183:
18184: * src/classes/table.C: removed restriction on column count to
18185: ^table.hash to work, now must be >0 [were >1]
18186:
18187: 2002-04-24 paf
18188:
18189: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18190: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18191: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18192: targets
18193:
18194: 2002-04-23 paf
18195:
18196: * operators.txt, src/classes/string.C:
18197: int/double/string:sql{}[$.default{code}] fixed [were barking:
18198: "junction used outside of context"]
18199:
18200: 2002-04-22 paf
18201:
18202: * types.txt, src/classes/string.C, src/include/pa_string.h,
18203: src/main/pa_string.C, src/types/pa_vstring.C,
18204: src/types/pa_vstring.h: ^string.optimize[]
18205:
18206: * src/: include/pa_globals.h, include/pa_table.h,
18207: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18208: table template
18209:
18210: * src/classes/: string.C: optimize removed from string
18211: .left/right/pos
18212:
18213: * src/main/execute.C: rolled back to
18214: before_killing_userjunction_contexts
18215:
18216: * src/main/execute.C: user junctions context killed
18217:
18218: * src/main/execute.C: junctions to local contexts got
18219: cleanized&checked later
18220:
18221: 2002-04-19 paf
18222:
18223: * src/: classes/string.C, include/pa_request.h,
18224: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18225: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18226: prior to .left .right .mid .pos .match when that is profitable,
18227: and always before .replace when $ORIGINS(1) optimization disabled
18228: economy from not wasting mem on lots of strings which occur by
18229: lots of String:mid calls to get parts of source string between
18230: found_occurances
18231:
18232: * src/classes/file.C: ovector now local economy: 16 bytes per
18233: ^file:list
18234:
18235: * src/: include/pa_globals.h, include/pa_table.h,
18236: main/pa_globals.C, main/pa_string.C: String::match table columns
18237: globalized, not created @ each ^match anymore economy:
18238: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18239:
18240: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18241: removed from each String::match replace iteration, and made
18242: stacked sizeof(VTable)=12bytes economy on each replace code
18243:
18244: * src/doc/footer.htm: 2001,
18245:
18246: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18247: string.match[]['] option enables generation of $match.prematch
18248: .match .postmatch columns
18249:
18250: * src/main/pa_string.C: String::match options analized without
18251: cstr-ing them now
18252:
18253: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18254: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18255: config updated to doxygen 1.2.15, created helper which fixes
18256: minor bugs in chm project files & htm tree. changed extension to
18257: .htm
18258:
18259: 2002-04-18 paf
18260:
18261: * src/doc/doxygen.cfg: .chi generation disabled
18262:
18263: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18264: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18265: fields&methods
18266:
18267: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18268: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18269: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18270: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18271: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18272: types/pa_vresponse.h, types/pa_vstateless_class.h,
18273: types/pa_vstateless_object.h, types/pa_vstatus.h,
18274: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18275: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18276: VStateless_class to VObject
18277:
18278: * src/: main/pa_request.C, types/pa_valiased.h,
18279: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18280: types/pa_vstring.h: VStateless_string_object speicalized light
18281: version of VStateless_object
18282:
18283: * src/classes/op.C: ^throw comment param made optional
18284:
18285: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18286: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18287: and implemented down in VClass, fclass_alias removed,
18288:
18289: * src/types/pa_value.C: forced to cut that from .h because of
18290: VStateless_class usage [undefined in .h]
18291:
18292: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18293: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18294: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18295: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18296: on each CALL]
18297:
18298: * src/: classes/classes.h, classes/date.C, classes/double.C,
18299: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18300: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18301: classes/response.C, classes/string.C, classes/table.C,
18302: classes/void.C, classes/xnode.C, include/pa_globals.h,
18303: include/pa_request.h, main/execute.C, main/pa_globals.C,
18304: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18305: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18306: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18307: types/pa_vstateless_class.h, types/pa_wcontext.C,
18308: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18309: removed Value::fname
18310:
18311: 2002-04-17 paf
18312:
18313: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18314: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18315: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18316: include/pa_pool.h, include/pa_types.h: dox updated to current
18317: state, PTHROW freshen to throw & co
18318:
18319: * src/types/pa_vhash.h: vstring wrong parent fixed
18320:
18321: * src/classes/op.C: taint local result var bug fixed
18322:
18323: 2002-04-16 paf
18324:
18325: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18326: Attic asm.txt as most interesting
18327:
18328: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18329: check, preventing content-length: 0 from appearing
18330:
18331: * src/main/execute.C: $result in @main now taken into account as in
18332: usual functions
18333:
18334: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18335: & @unhandled_exception now taken into account as in usual
18336: functions
18337:
18338: * src/doc/postbuild.txt: instructions on post .html build
18339:
18340: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18341:
18342: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18343: tainted
18344:
18345: * src/main/pa_request.C: uri in error log
18346:
18347: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18348: cheched date:create(days) param for validity [later were assumed
18349: valid and crashed on invalid onces]
18350:
18351: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18352: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18353: and used that for removing VString wrapper
18354:
18355: * src/classes/op.C: exception2vhash file now tainted
18356:
18357: * src/classes/op.C: _process pseudo origin copied from local var to
18358: heap
18359:
18360: * src/classes/op.C: extra check on empty file in origin in _execute
18361:
18362: 2002-04-15 paf
18363:
18364: * src/: main/execute.C, types/pa_value.h: fixed name update
18365:
18366: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18367: functions
18368:
18369: * src/: classes/file.C, classes/hash.C, classes/op.C,
18370: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18371: started dual write_xxx_lang functions, if checked & works
18372:
18373: * src/: classes/date.C, classes/file.C, classes/mail.C,
18374: classes/string.C, classes/xnode.C, include/pa_request.h,
18375: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18376: unnecessary VString shells
18377:
18378: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18379: prev changes]
18380:
18381: * src/: classes/image.C, classes/op.C, classes/string.C,
18382: classes/table.C, include/pa_request.h, main/execute.C,
18383: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18384: StringOrValue wcontext result, now ready for dual writes
18385:
18386: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18387: checked that
18388:
18389: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18390: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18391: changed to OP_WRITE_VALUE in var get cases
18392:
18393: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18394: include/pa_request.h, main/compile.tab.C, main/compile.y,
18395: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18396: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18397: switch in hash constructor fixed [were problems with using of
18398: stacked wwrapper after it's death]
18399:
18400: 2002-04-12 paf
18401:
18402: * operators.txt, src/classes/table.C: table.select(expression) 0
18403:
18404: 2002-04-11 paf
18405:
18406: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18407: Request::process_internal codeFrame & wwrapper stacked [not
18408: wasting heap anymore]
18409:
18410: 2002-04-10 paf
18411:
18412: * src/: classes/double.C, classes/file.C, classes/hash.C,
18413: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18414: classes/string.C, classes/table.C, classes/void.C,
18415: classes/xdoc.C, include/pa_request.h, main/execute.C,
18416: main/pa_string.C: killed Request::process() wrapping
18417: VString(String) in case we need only String
18418:
18419: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18420: killed 8 bytes from String.head
18421:
18422: 2002-04-09 paf
18423:
18424: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18425: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18426: local*/char b[...]; a=b; situations
18427:
18428: * operators.txt, src/classes/xdoc.C: xslt params made literal
18429:
18430: * src/classes/xdoc.C: xslt params fixed
18431:
18432: * src/: main/pa_common.C, targets/cgi/parser3.C,
18433: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18434: not pool.malloc(MAX_NUMBER) but really neaded
18435:
18436: * operators.txt, src/classes/double.C, src/classes/int.C:
18437: int/double.int/double(default)
18438:
18439: 2002-04-04 paf
18440:
18441: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18442: [when reconstructing pieces were split by
18443: max_integral(piece.size), thus some strings to replace happen to
18444: be split into two = not replaced)
18445:
18446: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18447: standalone version = current dir
18448:
18449: * src/targets/cgi/parser3.C: document root in standalone version =
18450: current dir
18451:
18452: 2002-04-03 paf
18453:
18454: * configure, configure.in: more checks on nonexistent charset
18455:
1.116 moko 18456: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18457:
18458: 2002-04-02 paf
18459:
18460: * src/main/compile.C: parser.compile [exception name more like in
18461: doc]
18462:
18463: 2002-04-01 paf
18464:
18465: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18466: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18467: .content-type.charset, not .charset
18468:
18469: 2002-03-29 paf
18470:
18471: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18472:
18473: * operators.txt, src/classes/date.C: ^date::create now may not
18474: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18475: days' year. | 31.05->31.04 roll
18476:
18477: 2002-03-28 paf
18478:
18479: * operators.txt, src/classes/date.C, src/classes/op.C,
18480: src/include/pa_globals.h, src/include/pa_hash.h,
18481: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18482: ^cache(seconds) ^cache[date] }
18483:
18484: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18485: param
18486:
18487: 2002-03-27 paf
18488:
18489: * operators.txt, src/classes/date.C, src/classes/double.C,
18490: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18491: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18492: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18493: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18494: src/classes/xnode.C, src/include/pa_exception.h,
18495: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18496: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18497: src/main/pa_array.C, src/main/pa_charset.C,
18498: src/main/pa_charsets.C, src/main/pa_common.C,
18499: src/main/pa_dictionary.C, src/main/pa_exception.C,
18500: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18501: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18502: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18503: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18504: src/types/pa_value.h, src/types/pa_vcookie.C,
18505: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18506: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18507: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18508: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18509: src/types/pa_wwrapper.h: assigned exception types
18510:
18511: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18512: src/include/pa_request.h, src/main/execute.C,
18513: src/main/pa_request.C: decided agains resetting exception_trace,
18514: just changed name
18515:
18516: 2002-03-26 paf
18517:
18518: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18519: fixed
18520:
18521: * src/classes/op.C: forced language of $source field of exception
18522: to 'tainted', so that sql-langed-frags could be outputed outside
18523: of connect
18524:
18525: * operators.txt: removed date.roll limit of +-1 offset
18526:
18527: * src/classes/date.C: removed date.roll limit of +-1 offset
18528:
18529: * operators.txt, src/classes/date.C: fixed date roll on
18530: daylightsaving days mktime took into account tm_isdst flag, which
18531: remained from BEFORE roll, but should have been reset
18532:
18533: 2002-03-25 paf
18534:
18535: * operators.txt, src/targets/cgi/parser3.C:
18536: http_site_config_filespec
18537:
18538: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18539: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18540: with any/both --disable-foreign-group-files --disable-execs
18541:
18542: * INSTALL: "--with=sendmail=COMMAND" comment
18543:
18544: * INSTALL, configure, configure.in, src/classes/mail.C,
18545: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18546: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18547: disables execs also. introducing --sendmail
1.95 moko 18548:
18549: * operators.txt: pgsql options comment
18550:
18551: * INSTALL: comment on --disable-link-stdcpp
18552:
1.116 moko 18553: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18554: libstdc++ link skipping configure option
1.95 moko 18555:
18556: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18557: with error were put to cache with 'marked_to_rollback' flag, all
18558: consequent even OK requests rolled back
18559:
18560: 2002-03-22 paf
18561:
18562: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18563: false return
18564:
18565: * operators.txt: few comments on sets
18566:
18567: 2002-03-18 paf
18568:
18569: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18570: src/include/pa_globals.h, src/include/pa_request.h,
18571: src/include/pa_stack.h, src/main/pa_globals.C,
18572: src/main/pa_request.C: introducing ^try
18573:
18574: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18575: types/pa_vdouble.h: removed some tested @tests
18576:
18577: 2002-03-15 paf
18578:
18579: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18580:
18581: 2002-03-13 paf
18582:
18583: * src/main/pa_exception.C: checked not-pooled malloc
18584:
18585: 2002-03-11 paf
18586:
18587: * INSTALL, configure, configure.in,
18588: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18589:
18590: * src/main/pa_common.C: --disable-foreign-group-files
18591:
18592: * INSTALL: --disable-execs
18593:
18594: * src/main/pa_exec.C: --disable-execs
18595:
18596: * configure, configure.in, src/include/pa_config_auto.h.in:
18597: --disable-execs
18598:
18599: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18600:
18601: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18602: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18603:
18604: 2002-03-05 paf
18605:
18606: * operators.txt, src/classes/date.C: date week calendar columns
18607: named
18608:
18609: * operators.txt, src/classes/date.C: date week calendar columns
18610: named
18611:
18612: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18613: requires headers to be terminated with \r\n manually [refuses to
18614: separate header/body itself]
18615:
18616: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18617: targets/isapi/parser3isapi.C: isapi site config beside .dll
18618:
18619: 2002-03-04 paf
18620:
18621: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18622: in PASS language
18623:
18624: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18625: deserialize checks on broken file
18626:
18627: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18628: parser3isapi.dsp: isapi updated
18629:
18630: 2002-03-01 paf
18631:
18632: * src/main/pa_exec.C: execle -> execve, now argc OK
18633:
18634: 2002-02-28 paf
18635:
18636: * src/main/untaint.C: removed some debug comments
18637:
18638: * src/main/pa_charsets.C: when placing charset to cache using
18639: global name now [were request]
18640:
18641: * configure, configure.in: apache module updated
18642:
18643: * src/main/pa_string.C: origin by first piece preferred before last
18644: piece
18645:
18646: 2002-02-27 paf
18647:
18648: * src/main/pa_charset.C: size_t
18649:
18650: * INSTALL: shared/static-xml with-pathlink
18651:
18652: * operators.txt: SMTP comment
18653:
18654: 2002-02-26 paf
18655:
18656: * src/main/pa_exec.C: more precise names for vars, cosmetic
18657:
18658: * src/classes/xnode.C: in some situation, xpath query returned
18659: result with type NODESET, but empty nodeset member field, checked
18660: that
18661:
18662: 2002-02-22 paf
18663:
18664: * INSTALL: without-zlib comment
18665:
18666: * etc/parser3.charsets/windows-1251.cfg: °
18667:
18668: * configure, configure.in: glib###.a detection fixed
18669:
18670: * INSTALL: hashfile removed from INSTALL
18671:
1.116 moko 18672: * Makefile.am: make update
1.95 moko 18673:
18674: * src/main/pa_string.C: string iterators fixed again, so were
18675: String::join_chain
18676:
18677: * src/main/pa_string.C: string iterators fixed again, so were
18678: String::join_chain
18679:
18680: * src/: include/pa_string.h, main/pa_string.C: string iterators
18681: fixed again, so were String::join_chain
18682:
18683: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18684:
18685: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18686: "session"
18687:
1.116 moko 18688: * configure, configure.in, src/include/pa_config_auto.h.in:
18689: --with-shared-xml --with-static-xml
1.95 moko 18690:
18691: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18692: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18693: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18694: xalan&xml
18695:
18696: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18697:
18698: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18699: src/types/types.dsp: removed hashfile support from sources for
18700: now
18701:
1.116 moko 18702: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18703: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18704: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18705: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18706: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18707: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18708: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18709: src/types/Makefile.am, src/types/pa_vhashfile.C,
18710: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18711:
18712: 2002-02-21 paf
18713:
18714: * src/main/untaint.C: removed debug code, activated commented-for
18715: debug parts
18716:
1.116 moko 18717: * Makefile.am: make cvsupdate
1.95 moko 18718:
18719: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18720: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18721: append_row, not at link zero now string to string appending works
18722:
18723: 2002-02-20 paf
18724:
18725: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18726: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18727: DEBUG_STRING_APPENDS_VS_EXPANDS
18728:
18729: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18730: economy: 22%
18731:
18732: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18733: space uptimized: string::link_row removed
18734:
18735: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18736: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18737: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18738: types/pa_vstring.h: speed uptimized: string::is_empty
18739:
18740: * operators.txt, src/include/pa_common.h,
18741: src/include/pa_config_fixed.h, src/include/pa_string.h,
18742: src/include/pa_types.h, src/main/compile.tab.C,
18743: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18744: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18745: string append optimiziation idea and estimates
18746:
18747: 2002-02-19 paf
18748:
18749: * src/classes/math.C: not used directly [but erroreously reported
18750: that 'is', thus registering twice&other probs]
18751:
18752: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18753: to node [element]
18754:
18755: * src/main/compile.C: without string_origins parse error
18756: file+line+col possible
18757:
18758: * src/main/: compile.C: without string_origins not worked
18759:
18760: 2002-02-18 paf
18761:
18762: * src/types/pa_vdouble.h: since we have in_expression removed that
18763: trick i've installed into double::as_string
18764:
18765: * src/main/pa_globals.C: extern "C" was removed too fast
18766:
18767: * src/: include/pa_opcode.h, include/pa_request.h,
18768: main/compile.tab.C, main/compile.y, main/execute.C,
18769: types/pa_wcontext.h: in_expression aimed to solve old problem
18770: with string/nonstring values, now in expressions double/int
18771: values are passed as-is, without stupid tostring/fromstring
18772: conversions
18773:
18774: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18775: __cplusplus } #endif
18776:
18777: * src/main/compile.tab.C: bison env set so one could compile
18778: without cygwin installed
18779:
18780: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18781: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18782: gnome xml libs parser .dsp-s changed accordingly
18783:
18784: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18785:
18786: * operators.txt, src/classes/date.C: date::create [were date::set,
18787: with backward comp
18788:
18789: * src/classes/math.C: math:random range check fixed
18790:
18791: * src/main/: compile.tab.C, compile.y: integer division stops name
18792:
18793: * INSTALL: local install comment
18794:
1.116 moko 18795: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18796:
1.116 moko 18797: * acinclude.m4, aclocal.m4, configure, configure.in,
18798: src/include/pa_config_auto.h.in,
18799: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18800: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18801:
18802: * operators.txt: \ comment
18803:
18804: 2002-02-13 paf
18805:
18806: * src/include/pa_config_includes.h: sys/time time both included
18807: now. vaguely remember confilicts on this on some system [not on
18808: six|ablv] so when would see them again would think up proper
18809: check
18810:
1.116 moko 18811: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18812: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18813:
18814: * src/main/pa_common.C: truncation never occured when writing files
18815: on unix [since i've changed cache mech] fix
18816:
18817: * src/main/pa_common.C: strnchr: sanity check added
18818:
18819: * etc/parser3.charsets/windows-1257.cfg: id added
18820:
18821: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18822: baltic charset file generated, in generation script ispunct check
18823: added
18824:
18825: 2002-02-08 paf
18826:
1.116 moko 18827: * src/: include/Makefile.am, sql/Makefile.am,
18828: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18829:
18830: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18831: forgotten
18832:
18833: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18834:
18835: * INSTALL, README: install&others updated
18836:
18837: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18838:
1.116 moko 18839: * Makefile.am, configure, configure.in,
18840: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18841: src/classes/Makefile.am, src/main/Makefile.am,
18842: src/main/pa_status_provider.C, src/targets/Makefile.am,
18843: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18844: works
1.95 moko 18845:
18846: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18847: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18848: classes/hashfile.C, classes/int.C, classes/mail.C,
18849: classes/math.C, classes/op.C, classes/response.C,
18850: classes/string.C, classes/table.C, classes/void.C,
18851: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18852: include/pa_array.h, include/pa_cache_managers.h,
18853: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18854: include/pa_config_fixed.h, include/pa_config_includes.h,
18855: include/pa_db_connection.h, include/pa_db_manager.h,
18856: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18857: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18858: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18859: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18860: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18861: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18862: include/pa_stack.h, include/pa_string.h,
18863: include/pa_stylesheet_connection.h,
18864: include/pa_stylesheet_manager.h, include/pa_table.h,
18865: include/pa_threads.h, include/pa_types.h, main/compile.C,
18866: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18867: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18868: main/pa_db_connection.C, main/pa_db_manager.C,
18869: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18870: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18871: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18872: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18873: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18874: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18875: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18876: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18877: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18878: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18879: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18880: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18881: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18882: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18883: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18884: types/pa_vmethod_frame.h, types/pa_vobject.h,
18885: types/pa_vrequest.h, types/pa_vresponse.h,
18886: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18887: types/pa_vstateless_object.h, types/pa_vstatus.C,
18888: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18889: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18890: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18891: classes/image.C, main/pa_common.C, main/pa_exec.C,
18892: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18893: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18894: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18895: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18896: types/pa_vxnode.C, main/pa_charset.C: name spelling
18897:
18898: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18899: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18900: classes/hashfile.C, classes/image.C, classes/int.C,
18901: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18902: classes/string.C, classes/table.C, classes/void.C,
18903: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18904: include/pa_array.h, include/pa_cache_managers.h,
18905: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18906: include/pa_config_fixed.h, include/pa_config_includes.h,
18907: include/pa_db_connection.h, include/pa_db_manager.h,
18908: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18909: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18910: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18911: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18912: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18913: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18914: include/pa_stack.h, include/pa_string.h,
18915: include/pa_stylesheet_connection.h,
18916: include/pa_stylesheet_manager.h, include/pa_table.h,
18917: include/pa_threads.h, include/pa_types.h, main/compile.C,
18918: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18919: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18920: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18921: main/pa_db_connection.C, main/pa_db_manager.C,
18922: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18923: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18924: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18925: main/pa_socks.C, main/pa_sql_driver_manager.C,
18926: main/pa_status_provider.C, main/pa_string.C,
18927: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18928: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18929: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18930: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18931: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18932: targets/isapi/pool_storage.h, types/pa_valiased.C,
18933: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18934: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18935: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18936: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18937: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18938: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18939: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18940: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18941: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18942: types/pa_vresponse.h, types/pa_vstateless_class.C,
18943: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18944: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18945: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18946: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18947: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18948: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18949:
18950: 2002-02-07 paf
18951:
18952: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18953:
1.116 moko 18954: * configure, configure.in, src/include/pa_config_auto.h.in,
18955: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18956: added yet another locking function: fcntl
1.95 moko 18957:
18958: * config.sub: on cygwin configure passes it with strange i1586
18959: const, hacked it to mean i586
18960:
18961: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18962: disabled $if reference due to conflicts with local variables
18963:
18964: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18965: xdoc::set obsolete now, now xdoc::create, with both sences
18966:
18967: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18968: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18969: table::create now // 'set' name obsolete now table clone.
18970:
18971: * operators.txt, src/classes/string.C,
18972: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18973: ^int/double/string.format now can be called with normal []
18974: brackets, not stupid {} as it were implemented for some strange
18975: reason. retaining backward compatibility due to some
18976: already-implemented servers
18977:
18978: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18979: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18980: operators now detected by check at name_without_curly_rdive_read
18981: rule whether diving code constists only of
18982: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18983: with OP_GET_ELEMENT_OR_OPERATOR to form
18984: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18985:
18986: 2002-02-06 paf
18987:
18988: * configure, configure.in: prefix expanded, grr
18989:
18990: * operators.txt, src/classes/mail.C: mail:send config changed
18991:
18992: 2002-02-05 paf
18993:
18994: * operators.txt: regex options commented
18995:
18996: * src/main/: pa_exec.C: argv0 now correct
18997:
18998: * src/types/pa_vstatus.C: status:rusage 3
18999:
19000: * src/types/pa_vstatus.C: status:rusage 2
19001:
19002: * operators.txt: status:rusage described int operators
19003:
19004: * src/types/pa_vstatus.C: status:rusage 1
19005:
19006: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19007: src/types/types.dsp: status:rusage
19008:
19009: * configure.in, operators.txt, src/classes/file.C,
19010: src/classes/op.C, src/include/pa_common.h,
19011: src/include/pa_config_includes.h, src/main/compile.tab.C,
19012: src/main/pa_common.C: rewritten ^cache to use
19013: non-blocking-exclusive-caches
19014:
19015: * src/main/pa_common.C: text file read mode on win32 adjusted
19016: [speed impact. was off for debugging purpose, but forgotten
19017: afterwards]
19018:
19019: 2002-02-01 paf
19020:
19021: * src/classes/op.C: file_write does EX lock after create, while
19022: file_read does SH after open, so there's a moment after create
19023: but before EX lock when read can sneak into, and read
19024: just-created-for-writing-and-not-yet-locked file, added a check
19025: for that in ^cache...read
19026:
19027: 2002-01-31 paf
19028:
19029: * src/main/: compile.y, compile.tab.C: disabled operator call after
19030: ^xxx:
19031:
19032: * src/main/: compile.tab.C, execute.C: made operators lookup first
19033: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19034:
19035: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19036: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19037: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19038: operators check 6.1 rewritten. now check is done at compile time
19039:
19040: * src/main/execute.C: operators check 5 floated up old error of
19041: staying in 'entered class/object' state after $a($a..) it
19042: prevented operators from being called thereafter
19043:
19044: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19045: main/execute.C: operators check 4 floated up old error of staying
19046: in 'entered object' state after ^a.a(a) it prevented operators
19047: from being called thereafter
19048:
19049: * src/main/execute.C: operators check 3 floated up old error of
19050: staying in 'entered class' state after $a:a(a) it prevented
19051: operators from being called thereafter
19052:
19053: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19054: floated up old error of staying in 'entered class' state after
19055: $a:a[a] it prevented operators from being called thereafter
19056:
19057: * src/main/execute.C: operators check, thay mistakenly seen in
19058: $class:operator $object.operators contexts
19059:
19060: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19061: win32
19062:
1.116 moko 19063: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19064: src/classes/Makefile.am, src/main/Makefile.am,
19065: src/targets/cgi/Makefile.am,
1.95 moko 19066: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19067: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19068:
1.116 moko 19069: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19070: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19071: configure, configure.in, form.txt, ident.awk, install-sh,
19072: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19073: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19074: etc/parser3.charsets/Makefile.am,
19075: etc/parser3.charsets/koi8-r.cfg,
19076: etc/parser3.charsets/windows-1250.cfg,
19077: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19078: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19079: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19080: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19081: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19082: straightened installation scripts procedure made
19083: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19084: change
19085:
19086: 2002-01-30 paf
19087:
19088: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19089: removed] those comments were a mistake, and prevented libltdl
19090: from function properly
19091:
19092: 2002-01-29 paf
19093:
1.116 moko 19094: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19095: creation [modified acinclude.m4 which were creating int into just
19096: assignment LIBTOOL=../libtool] added default system
19097: config&charsetts prepared 'make install', now it installs
19098: targets/cgi/parser3 into bin directory etc/parser3.conf &
19099: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19100: $sysconfdir/parser3.charsets respectively
19101:
19102: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19103: main/pa_globals.C: few forgotten ifdef XML added
19104:
19105: 2002-01-28 paf
19106:
1.116 moko 19107: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19108: removed
19109:
19110: * src/main/pa_exception.C: dom|generic error output fix
19111:
19112: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19113:
19114: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19115:
19116: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19117: [fixed as_node helper func to accept docs]
19118:
19119: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19120: xdoc.importNode 0
19121:
19122: * src/classes/xdoc.C: xdoc::set now untaints OK
19123:
19124: 2002-01-25 paf
19125:
19126: * src/main/: compile.tab.C, compile.y: #comment before @ after
19127: @SPECIAL now works OK
19128:
19129: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19130:
19131: * src/main/pa_exec.C: max arg count now 10, and proper message on
19132: violation that added
19133:
19134: * src/classes/hash.C: unified hash::sql, now
19135: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19136:
19137: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19138: ^file:lock[filename]{code}
19139:
19140: * src/: classes/file.C, classes/op.C, classes/string.C,
19141: classes/table.C, classes/xdoc.C, include/pa_common.h,
19142: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19143: to some pa_common funcs
19144:
19145: * src/: include/pa_charset.h, main/pa_globals.C:
19146: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19147:
19148: * src/: include/pa_charset.h, main/pa_charset.C,
19149: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19150: not stupid illegal define
19151:
19152: 2002-01-24 paf
19153:
19154: * src/include/pa_version.h: changed version number
19155:
19156: * src/: classes/hashfile.C, include/pa_db_table.h,
19157: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19158: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19159: main/pa_db_connection.C, main/pa_db_table.C,
19160: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19161: hashfile without logfiles
19162:
19163: * src/: classes/hashfile.C, include/pa_db_table.h,
19164: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19165: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19166: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19167: DB_INIT_TXN init bits, thus got rid of huge log files, which
19168: cluttered disk without huge need]
19169:
19170: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19171: handy macro, which is strangly abscent in dome lib
19172:
19173: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19174:
19175: * src/classes/xdoc.C: checked empty response
19176:
19177: * src/classes/xnode.C: xdoc.select fixed context node [were always
19178: /, not self node]
19179:
19180: * src/classes/xnode.C: xnode.select returns array always now, in
19181: case 'nothing found' returns empty array
19182:
19183: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19184: be more tender with ctrl/c/v
19185:
19186: 2002-01-23 paf
19187:
19188: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19189: substituted. // 2. when dom tree with entites goes under
19190: transform text nodes // got [erroreosly] cut on first
19191: entity occurance
19192:
19193: * src/types/pa_vdouble.h: double prec. todo: get rid of
19194: twice-converting
19195:
19196: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19197: 'e' in output this is for regretful twice-converting here:
19198: $a(double value) when they write double falue they convert it to
19199: string first, thus %g were losing precesion.
19200:
19201: todo: think up some way to remove double->string string->double
19202: twice-converting
19203:
19204: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19205: %.20E now default float format this is for regretful
19206: twice-converting here: $a(double value) when they write double
19207: falue they convert it to string first, thus %g were losing
19208: precesion.
19209:
19210: todo: think up some way to remove double->string string->double
19211: twice-converting
19212:
19213: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19214: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19215: reasons in comment inside
19216:
19217: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19218: statically linked]
19219:
19220: * src/: include/pa_exception.h, main/compile.tab.C,
19221: main/pa_exception.C: removed exception va_list constructor. 1.
19222: not needed anymore 2. there were a conflict[causing errors]
19223: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19224: never detected an ambiguilty here, compiling ctor(, "hello") into
19225: ctor(, va_list) which, of course, caused gpf
19226:
19227: * src/main/pa_globals.C: removed debug xslt messages
19228:
19229: 2002-01-22 paf
19230:
19231: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19232: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19233: helps compiling stylesheet properly. example: this refused to
19234: work, <b>«<xsl:value-of select="@title"
19235: />»</b> stranly worked only this way:
19236: <b>«<xsl:value-of select="@title" />»</b>
19237:
19238: docs says "set it to 1", never going into details, so I decided
19239: to try NOT to do that
19240:
19241: * src/classes/table.C: join behaived badly in case named tables
19242: structure mismatched: 0 strings sneaked into dest failing
19243: afterwards. replaced them with empty strings
19244:
19245: 2002-01-21 paf
19246:
19247: * src/main/pa_charset.C: checked empty transcoders in
19248: transcode_cstr|buf
19249:
19250: * src/classes/xdoc.C: xdoc::load error source = filespec
19251:
19252: * src/classes/xdoc.C: transform error source now
19253: stylesheet_filespec
19254:
1.116 moko 19255: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19256: include/pa_stylesheet_connection.h, main/pa_charset.C,
19257: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19258: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19259: gnome
1.95 moko 19260:
19261: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19262: include/pa_globals.h, include/pa_stylesheet_connection.h,
19263: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19264: xslt generic error 1
19265:
19266: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19267: xml generic message 1
19268:
19269: * src/classes/table.C: ^table::load empty lines or #comments before
19270: headline
19271:
19272: * src/: include/pa_array.h, include/pa_globals.h,
19273: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19274: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19275: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19276: errors 0
19277:
19278: 2002-01-16 paf
19279:
19280: * src/: classes/hash.C, classes/op.C, classes/string.C,
19281: classes/table.C, classes/void.C, classes/xdoc.C,
19282: include/pa_db_connection.h, include/pa_request.h,
19283: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19284: include/pa_stylesheet_connection.h,
19285: include/pa_stylesheet_manager.h, main/pa_request.C,
19286: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19287: targets/cgi/pool_storage.h: auto closers to sql_connection,
19288: stylesheet_connection auto destroyers to remaining gnome objects
19289:
19290: * src/classes/xdoc.C: few comments
19291:
19292: 2002-01-15 paf
19293:
19294: * src/classes/xdoc.C: xdoc file save string
19295:
19296: ready. todo: error handling
19297:
19298: * src/classes/xdoc.C: xdoc save rewritten using
19299: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19300: result
19301:
19302: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19303: started output options parsing
19304:
19305: 2002-01-14 paf
19306:
19307: * src/classes/xdoc.C: method
19308:
19309: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19310: include/pa_pool.h, include/pa_stylesheet_connection.h,
19311: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19312: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19313: xslt transform0. TODO: use output options handle errors
19314:
19315: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19316:
19317: 2002-01-11 paf
19318:
19319: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19320: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19321: partial logical && || evaluation
19322:
19323: * src/classes/xnode.C: xpath selectNodes
19324:
19325: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19326: string/number/bool
19327:
19328: * src/classes/xnode.C: xpath selectNode 2
19329:
19330: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19331: xpath selectNode 1
19332:
19333: 2002-01-10 paf
19334:
19335: * src/classes/xnode.C: xpath selectNode -100 [just written]
19336:
19337: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19338: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19339: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19340: refcounter]
19341:
19342: 2001-12-29 paf
19343:
19344: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19345: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19346: glib works 0
19347:
19348: 2001-12-28 paf
19349:
19350: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19351: main/pa_exception.C: started glib transcoders
19352:
19353: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19354:
19355: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19356: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19357: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19358: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19359: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19360: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19361: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19362: libs just compiled in. no refcounting no xpath no xslt yet
19363:
19364: 2001-12-27 paf
19365:
19366: * src/: include/pa_charset.h, include/pa_common.h,
19367: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19368: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19369: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19370: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19371: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19372: from xalan&xerces, started the process. globals [initialization
19373: pool [charset update charset [transcodings vxnode vxdoc [DOM
19374: calls
19375:
19376: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19377: anymore
19378:
19379: 2001-12-26 paf
19380:
19381: * src/: include/pa_charset.h, include/pa_charsets.h,
19382: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19383: key globalized [bug]
19384:
19385: 2001-12-25 paf
19386:
19387: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19388: main/pa_string.C: table set & append changed splitting languages,
19389: separators now can be clean AND as-is same to mail command line
19390: $MAIN:MAIL.progX arguments
19391:
19392: 2001-12-24 paf
19393:
19394: * src/classes/mail.C: one parted text messages - no multipart
19395: mime-type anymore. for convinient if $.attach-ments
19396:
19397: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19398: main/pa_string.C: read from cache size check updated
19399:
19400: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19401:
19402: 2001-12-21 paf
19403:
19404: * src/classes/date.C: date:sql-string now returns localtime
19405:
19406: * src/main/pa_request.C: $result in @main actually not working, to
19407: hell with it for now
19408:
19409: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19410: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19411: @postprocess @exception
19412:
19413: * src/main/execute.C: junction evaluation canceled - endless
19414: recursion detected
19415:
19416: 2001-12-19 paf
19417:
19418: * src/main/pa_charset.C: charset->charset transcoding via unicode
19419: intermediate
19420:
19421: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19422:
19423: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19424:
19425: * src/classes/op.C: ^cache keypath now relative
19426:
19427: * src/classes/mail.C: changed weighting prior to sort
19428:
19429: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19430: were missing
19431:
19432: 2001-12-17 paf
19433:
19434: * src/main/pa_charset.C: ifndef XML were bad type
19435:
19436: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19437: outdated unset services_pool
19438:
19439: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19440: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19441: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19442:
19443: * src/main/untaint.C: allowed space in filespec
19444:
19445: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19446:
19447: * src/classes/image.C: no govno
19448:
19449: * src/classes/image.C: govno
19450:
19451: 2001-12-16 paf
19452:
19453: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19454:
19455: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19456: charset_connection&manager replaced by charset&charsets
19457:
19458: * src/main/pa_charset.C: name_cstr 0
19459:
19460: * src/main/untaint.C: uri lang now knows about client/source
19461: charsets
19462:
19463: * src/: classes/file.C, classes/math.C, classes/op.C,
19464: classes/string.C, classes/table.C, classes/xdoc.C,
19465: include/pa_array.h, include/pa_cache_managers.h,
19466: include/pa_charset_connection.h, include/pa_charset_manager.h,
19467: include/pa_common.h, include/pa_db_connection.h,
19468: include/pa_db_manager.h, include/pa_db_table.h,
19469: include/pa_dictionary.h, include/pa_exception.h,
19470: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19471: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19472: include/pa_sapi.h, include/pa_socks.h,
19473: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19474: include/pa_string.h, include/pa_stylesheet_connection.h,
19475: include/pa_stylesheet_manager.h, include/pa_table.h,
19476: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19477: main/pa_charset.C, main/pa_charset_connection.C,
19478: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19479: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19480: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19481: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19482: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19483: types/types.dsp: introducing Charset
19484:
19485: 2001-12-14 paf
19486:
19487: * src/: include/pa_request.h, include/pa_transcoder.h,
19488: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19489: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19490: uri lang
19491:
19492: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19493:
19494: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19495:
19496: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19497: defalts_name global
19498:
19499: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19500: include/pa_request.h, main/main.dsp,
19501: main/pa_charset_connection.C, main/pa_charset_manager.C,
19502: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19503: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19504: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19505: changed charset model. now important: $request:charset
19506: $response:charset while $response:content-type.charset become
19507: unimportant [informational]
19508:
19509: 2001-12-13 paf
19510:
19511: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19512:
19513: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19514: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19515: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19516: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19517: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19518: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19519:
19520: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19521: auto_ptr part other way, because of stupid gcc 2.96
19522: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19523: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19524: FormatterListener] /usr/include/g++-3/memory:48:
19525: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19526: _Tp1 = FormatterListener, _Tp = FormatterListener]
19527:
19528: * src/classes/xdoc.C: removed extra inc
19529:
19530: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19531:
19532: * src/include/pa_types.h: msvc head debugging flag
19533:
19534: * src/classes/xdoc.C: freed up listener
19535:
19536: * src/classes/string.C: change msg '... code is not code'
19537:
19538: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19539: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19540: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19541: [past/future prob]
19542:
19543: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19544: include/pa_config_fixed.h, include/pa_db_manager.h,
19545: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19546: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19547:
19548: * src/: include/pa_config_fixed.h, main/pa_common.C,
19549: main/pa_string.C: removed signed mismatch warnings
19550:
19551: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19552: 'expires' from header outputs
19553:
19554: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19555: row ptr
19556:
19557: * src/classes/file.C: file::cgi bug, request_method were passed to
19558: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19559:
19560: * src/classes/xdoc.C: lang list updated
19561:
19562: 2001-12-10 paf
19563:
19564: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19565:
19566: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19567: erase files like that, knowing their full name introducing //
19568: theoretical problem with, for instance, "_2B" and "." fragments,
19569: // they would yield the same // because
19570: need_file_encode('_')=false // but we need to delete such files
19571: somehow, getting names from ^index
19572:
19573: * src/main/pa_string.C: ^string.replace bug fixed [bad
19574: string::join_chank break]
19575:
19576: 2001-12-07 paf
19577:
19578: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19579: include/pa_common.h, include/pa_config_auto.h.in,
19580: include/pa_config_fixed.h, include/pa_config_includes.h,
19581: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19582: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19583: types/pa_vhashfile.C: merged from r14_simple_cache
19584:
19585: * src/main/pa_string.C: stupid sparc architecture failed to access
19586: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19587: lduh [ %i2 + 1 ], %l0
19588:
19589: bus error, fixed that
19590:
19591: * src/main/pa_string.C: strange string deserialize bug on
19592: client[pmts], a bit shortened,
19593:
19594: * src/include/pa_config_auto.h.in: makes
19595:
19596: * src/: include/pa_common.h, include/pa_config_fixed.h,
19597: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19598: file write shared lock file read
19599:
19600: * src/: classes/op.C, include/pa_common.h,
19601: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19602:
19603: 2001-12-06 paf
19604:
19605: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19606: main/pa_request.C: #ifdef RESOURCES_DEBUG
19607:
19608: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19609: info
19610:
19611: * src/classes/hashfile.C: removed transaction from ^cache
19612:
19613: 2001-12-05 paf
19614:
19615: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19616: IIS5 there were a prob with illegal call check
19617:
19618: 2001-12-04 paf
19619:
19620: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19621: main/pa_request.C: measures to log
19622:
19623: 2001-11-23 paf
19624:
19625: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19626: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19627: types/pa_vhashfile.C: merged from _0014, 1
19628:
19629: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19630: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19631: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19632: ^cache(33) would change
19633:
19634: 0660 bits in file_write & hashfile create
19635:
19636: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19637: after pa_string optimization]
19638:
19639: 2001-11-22 paf
19640:
19641: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19642: table.offset[whence]
19643:
19644: * src/classes/op.C: process cstr(,connection)
19645:
19646: * src/classes/op.C: process now gets its body on current language,
19647: not as-is
19648:
19649: * src/main/untaint.C: ORIGINS mode removed UHTML
19650:
19651: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19652: bit
19653:
1.116 moko 19654: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19655:
19656: 2001-11-21 paf
19657:
19658: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19659: <xsl:output output options made identical to xsl:output
19660: attributes exclusion: cdata-section-elements what xalan can do
19661: but that not used now: it can escape and remove CDATA sections
19662:
19663: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19664: produced by xslt
19665:
19666: * src/targets/cgi/parser3.C: removed debug cgi||1
19667:
19668: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19669:
19670: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19671: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19672: default language for {code}, it happen to change it's language
19673: from CLEAN, so later refused to split by CLEAN \t
19674:
19675: 2001-11-20 paf
19676:
1.116 moko 19677: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19678: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19679: bottom of dependeces, so that errors would popup quicklier, fixed
19680: line numbering in table::sql
19681:
19682: 2001-11-19 paf
19683:
19684: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19685: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19686: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19687: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19688: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19689: at wcontext.write
19690:
1.116 moko 19691: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19692: _set_new_handler
19693:
1.116 moko 19694: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19695: set_new_handler in apache&isapi
1.95 moko 19696:
19697: 2001-11-16 paf
19698:
19699: * src/targets/cgi/parser3.C: pool debug @ die
19700:
19701: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19702: removed 8 bytes from String, 2 bytes from
19703: string::chunk::row::item
19704:
19705: * src/main/pa_string.C: removed 1+4 bytes from String
19706:
19707: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19708: types/pa_vstring.C: removed 1+4 bytes from String
19709:
19710: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19711: 0
19712:
19713: * src/: include/pa_globals.h, include/pa_string.h,
19714: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19715: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19716: targets/cgi/parser3.C: introducing estimating
19717: String::cstr_bufsize, 0
19718:
19719: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19720:
19721: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19722:
19723: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19724: include/pa_pool.h: die in pool::fail
19725:
19726: 2001-11-15 paf
19727:
19728: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19729: main/pa_exception.C, targets/cgi/parser3.C: exception with
19730: dynamic buffer re-back now with counter
19731:
19732: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19733: static buffer back
19734:
19735: * src/targets/cgi/parser3.C: std::
19736:
19737: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19738: include/pa_config_includes.h: setnewhandler check
19739:
1.116 moko 19740: * src/include/pa_config_auto.h.in: makes
1.95 moko 19741:
19742: * src/targets/cgi/parser3.C: set_new_handler started
19743:
19744: 2001-11-14 paf
19745:
19746: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19747: was wrong
19748:
19749: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19750: was wrong
19751:
19752: * src/main/pa_request.C: z
19753:
19754: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19755: full returns win32 -1 solaris >buffer_size
19756:
19757: checked all that
19758:
19759: * src/classes/op.C: ^untaint{body} as-is default now
19760:
19761: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19762: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19763: with no_bad_constructors_try
19764:
19765: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19766: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19767: this: $bred[^string::length[]] $bred[^response::clear[]]
19768: $bred[^int::int[]]
19769:
19770: now VObject creation moved into overriden
19771: VClass::create_new_value, thus 0 from create_new_value means that
19772: class has no ctors
19773:
19774: 2001-11-13 paf
19775:
19776: * src/classes/classes.C: returned accedently removed if in foreach
19777: callbacks [when hash no-0-restructure]
19778:
19779: 2001-11-12 paf
19780:
19781: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19782: passed as-is to method, xalan makes & into & itself
19783:
19784: * src/classes/date.C: date.roll parser2 alg used
19785:
19786: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19787: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19788: main/pa_dictionary.C, main/pa_hash.C,
19789: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19790: now does not containt 0 values. put 0 actullay removes. no check
19791: on 0 value in foreach now required
19792:
19793: 2001-11-11 paf
19794:
19795: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19796:
19797: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19798:
19799: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19800: driver initialize not const
19801:
19802: 2001-11-10 paf
19803:
19804: * src/main/pa_exec.C: doc
19805:
19806: 2001-11-09 paf
19807:
19808: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19809: param properly
19810:
19811: * src/classes/string.C: string.save now does untainting before
19812: saving
19813:
19814: * src/main/pa_common.C: line endings fixing fixed last piece[was
19815: still cstr oriented]
19816:
19817: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19818: line endings fixing got rid of cstr, now must work ok with post
19819: multipart
19820:
19821: * src/types/pa_vform.C: line endings fixed at post / multipart /
19822: not file also now
19823:
19824: 2001-11-08 paf
19825:
19826: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19827: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19828: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19829: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19830: main/pa_stylesheet_manager.C: restructured Cache manager to be
19831: simple parent, not second parent [gcc 2.96 strangly refused to
19832: call virtual from second parent]
19833:
1.116 moko 19834: * src/: include/pa_common.h, main/Makefile.am,
19835: targets/cgi/pa_pool.C: makes
1.95 moko 19836:
19837: * src/: include/pa_request.h, main/pa_request.C,
19838: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19839: 'status' class enabler
19840:
19841: <Location /parser-status.html> ParserStatusAllowed </Location>
19842:
19843: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19844: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19845: include/pa_stylesheet_manager.h, main/main.dsp,
19846: main/pa_cache_managers.C, main/pa_charset_manager.C,
19847: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19848: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19849: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19850: todo: apache 'status' class enabler
19851:
19852: 2001-11-05 paf
19853:
19854: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19855: debug to normal
19856:
19857: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19858: hence i removed skipping 0 values in hash::for_each-es we need to
19859: check cleaned cache items manually. few more checks.
19860:
19861: expiring to 0 time was wrong, changed to 'now' time
19862:
19863: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19864: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19865: on apache already done :)
19866:
19867: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19868: skipping 0 values in hash::for_each-es we need to check cleaned
19869: cache items manually
19870:
19871: * src/main/: pa_db_connection.C, pa_db_table.C:
19872: parser_multithreaded check was wrong
19873:
19874: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19875: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19876: classes/hashfile.C, classes/image.C, classes/int.C,
19877: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19878: classes/string.C, classes/table.C, classes/void.C,
19879: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19880: include/pa_array.h, include/pa_charset_connection.h,
19881: include/pa_charset_manager.h, include/pa_common.h,
19882: include/pa_config_fixed.h, include/pa_config_includes.h,
19883: include/pa_db_connection.h, include/pa_db_manager.h,
19884: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19885: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19886: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19887: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19888: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19889: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19890: include/pa_stack.h, include/pa_string.h,
19891: include/pa_stylesheet_connection.h,
19892: include/pa_stylesheet_manager.h, include/pa_table.h,
19893: include/pa_threads.h, include/pa_types.h, main/compile.C,
19894: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19895: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19896: main/pa_charset_manager.C, main/pa_common.C,
19897: main/pa_db_connection.C, main/pa_db_manager.C,
19898: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19899: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19900: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19901: main/pa_socks.C, main/pa_sql_driver_manager.C,
19902: main/pa_status_provider.C, main/pa_string.C,
19903: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19904: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19905: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19906: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19907: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19908: targets/isapi/pool_storage.h, types/pa_valiased.C,
19909: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19910: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19911: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19912: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19913: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19914: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19915: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19916: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19917: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19918: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19919: types/pa_vstateless_object.h, types/pa_vstatus.h,
19920: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19921: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19922: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19923: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19924: $status:db fixed used not initialized in db_connection & db_table
19925:
19926: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19927: $status:charset
19928:
19929: * src/: classes/xdoc.C, include/pa_db_connection.h,
19930: include/pa_stylesheet_connection.h,
19931: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19932: types/pa_vstatus.h: $status:stylesheet
19933:
19934: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19935: include/pa_request.h, include/pa_sql_connection.h,
19936: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19937: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19938: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19939: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19940: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19941: types/pa_vxnode.C, types/types.dsp: started status parser class
19942:
19943: 2001-11-01 paf
19944:
19945: * src/include/pa_config_auto.h.in: makes
19946:
19947: * src/main/pa_hash.C: removed old extra include
19948:
19949: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19950: checks [for hp, there are such in math.h]
19951:
19952: * src/classes/op.C: ^for endless loop check strightened
19953:
19954: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19955: behavior in native calls. it left unchanged, so ^for ^foreach &
19956: co can use r.root to write their i & key,value there
19957:
19958: * src/classes/op.C: detected for var storage bug, fixed.
19959: todo:foreach
19960:
19961: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19962: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19963: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19964: changing of hash inside of foreach
19965:
19966: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19967: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19968: were hash.foreach
19969:
19970: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19971: types/pa_vstring.C, types/pa_vstring.h:
19972: ^foreach[key|value]{body}[[separator]|{separator}]
19973:
19974: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19975: types/pa_vcookie.C: ^hash.delete[key]
19976:
19977: 2001-10-31 paf
19978:
19979: * src/main/: compile.C, pa_common.C: completely empty file now
19980: considered "read", not ignored [not perfect trick used]
19981:
19982: * src/main/pa_common.C: simplier common ifdefs
19983:
19984: * src/main/pa_common.C: typing bug in common - bad ifdeff
19985:
19986: * src/main/pa_db_connection.C: z
19987:
19988: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19989: lockdetector flags
19990: dbenv.lk_detect=DB_LOCK_RANDOM;
19991:
19992: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19993: from accidental show [imagine user forgot @exception]
19994:
19995: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19996:
19997: * src/: classes/file.C, classes/image.C, classes/mail.C,
19998: classes/string.C, classes/xnode.C, include/pa_common.h,
19999: main/pa_common.C: ^string.save[[append;]path]
20000:
20001: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20002: main/execute.C: \ in expression: int divide 10/3=3
20003:
20004: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20005: inside of ^cache
20006:
20007: * src/: include/pa_threads.h, main/pa_db_connection.C,
20008: main/pa_db_table.C, targets/cgi/pa_threads.C,
20009: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20010: needed
20011:
20012: 2001-10-30 paf
20013:
20014: * src/: classes/classes.dsp, main/main.dsp,
20015: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20016: types/types.dsp: enabled debug incremental compile
20017:
20018: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20019: form post data line endings not reformatted now.
20020:
20021: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20022: now required [had bug when file= has no value]
20023:
20024: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20025: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20026: cstr(asis) default param removed
20027:
20028: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20029:
20030: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20031:
20032: * src/include/pa_dir.h: LOAD_DIR fixed
20033:
20034: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20035: was broken} fix_line_breaks
20036:
20037: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20038: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20039: packed with #pragma pack
20040:
1.116 moko 20041: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20042:
20043: 2001-10-29 paf
20044:
20045: * src/types/pa_wcontext.h: bitfield syntax stricter
20046:
20047: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20048: string hash.puts
20049:
20050: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20051:
20052: * src/include/pa_sql_connection.h: there were one wrong
20053: SQL_CONNECTION_FUNC_GUARDED [failed]
20054:
20055: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20056: param.someday either ifdef or remove it
20057:
20058: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20059:
20060: * src/main/untaint.C: optimizing returned after debugging
20061:
20062: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20063: main/untaint.C: memory hunging #pragma pack(1)
20064:
20065: 16 419 844 13 169 394
20066:
20067: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20068: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20069: places [todo:Array]
20070:
20071: * src/: main/execute.C, targets/cgi/pa_pool.C,
20072: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20073: types/pa_wwrapper.h: debugging memory WContext flags to bits
20074:
20075: total 5 652 652/158731 total 5 469 332/158731
20076:
20077: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20078: Array:: without cache in get/put now
20079:
20080: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20081: 18:25:27 2001] total 5 652 652/158731
20082:
20083: * src/: include/pa_string.h, main/pa_string.C,
20084: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20085: now
20086:
20087: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20088: 18:11:53 2001] total 5796092/158731
20089:
20090: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20091: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20092: key ref now
20093:
20094: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20095: 17:11:17 2001] total 16867948/202658
20096:
20097: * src/: classes/file.C, classes/image.C, classes/string.C,
20098: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20099: main/execute.C, main/pa_array.C, main/pa_common.C,
20100: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20101: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20102: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20103: string::as_int/double now usually uses stack, not heap [200K out
20104: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20105:
20106: * src/main/pa_sql_driver_manager.C: ping to have services [old
20107: hiding bug]
20108:
20109: * src/Makefile.am: .am order
20110:
20111: * src/: include/pa_array.h, include/pa_charset_manager.h,
20112: include/pa_db_connection.h, include/pa_db_manager.h,
20113: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20114: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20115: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20116: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20117: required "friend class"
20118:
20119: ../include/pa_request.h:51: friend declaration requires
20120: class-key, i.e. `friend class Temp_lang'
20121:
20122: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20123: main/pa_exception.C, main/pa_sql_driver_manager.C,
20124: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20125:
20126: the idea is to #1 jump to C++ some function to main body, where
20127: every function stack frame has exception unwind information and
20128: from there... #2 propagate_exception()
20129:
20130: 2001-10-28 paf
20131:
20132: * src/main/pa_db_connection.C: removed old consts
20133:
20134: * src/main/pa_db_connection.C: expire table [was accidently pasted
20135: with wrong type/cast]
20136:
20137: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20138: translation
20139:
1.116 moko 20140: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20141: remember to build DB2 with -fexceptions!!!
20142:
20143: * src/main/pa_db_table.C: DB_RMW defed
20144:
20145: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20146: include/pa_db_connection.h, include/pa_db_manager.h,
20147: include/pa_db_table.h, main/pa_db_connection.C,
20148: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20149:
20150: 2001-10-27 paf
20151:
20152: * src/: classes/hashfile.C, include/pa_db_connection.h,
20153: include/pa_db_table.h, main/pa_db_connection.C,
20154: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20155: types/pa_vhashfile.C: DB2 ifdefs
20156:
1.116 moko 20157: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20158: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20159: makes with DB2
20160:
1.116 moko 20161: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20162: types/Makefile.am: makes db
1.95 moko 20163:
20164: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20165: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20166: globals.C
20167:
20168: * src/: classes/hashfile.C, include/pa_db_connection.h,
20169: include/pa_db_table.h, main/pa_db_connection.C,
20170: main/pa_db_table.C: ^hashfile.clear[]
20171:
20172: * src/classes/classes.awk: no $ in var names
20173:
20174: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20175: connection&table [forgotten calls]
20176:
20177: 2001-10-26 paf
20178:
20179: * src/main/pa_db_connection.C: db checkpoints
20180:
20181: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20182: checkpoints
20183:
20184: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20185: default. but entities still reparsed. todo: tothink
20186:
20187: * src/main/pa_db_connection.C: db recover mech 2
20188:
20189: * src/: classes/hashfile.C, include/pa_db_connection.h,
20190: include/pa_db_manager.h, include/pa_db_table.h,
20191: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20192: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20193: types/pa_vhashfile.h: db connections & tables now cached at
20194: create time & multithreaded
20195:
20196: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20197: parsed_source
20198:
20199: * src/main/pa_db_connection.C: about to remove connection from
20200: vhashfile
20201:
20202: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20203: transaction commit/rollback responsibility left to parent [as it
20204: sould - else there were a bug with double free]
20205:
20206: * src/include/pa_db_table.h: db: child transaction commit/rollback
20207: responsibility left to parent [as it sould - else there were a
20208: bug with double free]
20209:
20210: 2001-10-25 paf
20211:
20212: * src/: classes/hashfile.C, include/pa_common.h,
20213: include/pa_db_connection.h, include/pa_db_manager.h,
20214: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20215: types/pa_vhashfile.C, types/pa_vhashfile.h,
20216: include/pa_db_table.h, main/pa_db_table.C: started db_home
20217: [multiple, cached] todo: autorecover [tried, but not succeded,
20218: yet]
20219:
20220: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20221:
20222: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20223: transaction parent passed
20224:
20225: 2001-10-24 parser
20226:
1.116 moko 20227: * src/classes/Makefile.am: makes
1.95 moko 20228:
20229: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20230: isapi/pool_storage.h: pool_storage fixed
20231:
20232: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20233: types/pa_vform.h: form fix_line_breaks
20234:
1.116 moko 20235: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20236:
20237: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20238: targets/cgi/pool_storage.h: makes
20239:
20240: * src/sql/pa_sql_driver.h: version
20241:
20242: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20243: types/pa_vform.C, types/pa_vform.h: .am
20244:
20245: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20246: this: DB_RMW Acquire write locks instead of read locks when doing
20247: the retrieval. Setting this flag may decrease the likelihood of
20248: deadlock during a read-modify-write cycle by immediately
20249: acquiring the write lock during the read part of the cycle so
20250: that another thread of control acquiring a read lock for the same
20251: item, in its own read-modify-write cycle, will not result in
20252: deadlock
20253:
20254: * src/targets/isapi/parser3isapi.dsp: doc
20255:
20256: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20257:
20258: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20259:
20260: * src/: classes/hashfile.C, include/pa_db_connection.h,
20261: main/pa_db_connection.C: hashfile expired deleted from db when
20262: get & iterate
20263:
20264: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20265: expiring 1
20266:
20267: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20268:
20269: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20270: db_connection not bothers with key when not returning expired
20271: data
20272:
20273: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20274: types/pa_vhashfile.C: db_cursor constructor public now
20275:
20276: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20277: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20278: stamped, todo: put_element analize
20279:
20280: * src/: include/pa_db_connection.h, include/pa_string.h,
20281: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20282: serialize. todo stamp
20283:
20284: 2001-10-23 parser
20285:
20286: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20287: classes/image.C, classes/mail.C, classes/response.C,
20288: classes/string.C, classes/table.C, classes/xdoc.C,
20289: include/pa_config_fixed.h, include/pa_db_connection.h,
20290: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20291: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20292: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20293: types/pa_vtable.C: ^hashfile.hash[]
20294:
20295: * src/: classes/hashfile.C, classes/xdoc.C,
20296: include/pa_config_fixed.h, main/pa_db_manager.C,
20297: main/pa_globals.C: ifdefs so it compiled without db
20298:
20299: * src/: classes/hashfile.C, include/pa_db_connection.h,
20300: include/pa_db_manager.h, main/pa_db_connection.C,
20301: main/pa_db_manager.C, types/pa_vhashfile.h:
20302: ^hashfile.transaction{code} ^hashfile:clear[filename]
20303: ^hashfile.delete[key]
20304:
20305: 2001-10-22 parser
20306:
20307: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20308: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20309:
20310: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20311: classes/xnode.C, include/pa_charset_connection.h,
20312: include/pa_db_connection.h, include/pa_db_manager.h,
20313: include/pa_exception.h, include/pa_sapi.h,
20314: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20315: include/pa_stylesheet_connection.h,
20316: include/pa_stylesheet_manager.h,
20317: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20318: main/pa_db_connection.C, main/pa_db_manager.C,
20319: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20320: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20321: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20322: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20323: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20324: types/types.dsp: hashfile 0
20325:
20326: * src/types/pa_vhashfile.C: z
20327:
20328: * src/: classes/classes.dsp, classes/hashfile.C,
20329: include/pa_config_fixed.h, main/execute.C,
20330: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20331: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20332:
20333: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20334:
20335: * src/: include/pa_exception.h, include/pa_request.h,
20336: main/execute.C, main/pa_exception.C, main/pa_request.C,
20337: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20338: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20339:
20340: 2001-10-19 parser
20341:
20342: * src/include/pa_pool.h: header
20343:
20344: * src/main/pa_pool.C: auto compiled on gcc
20345:
20346: * src/classes/image.C: comment
20347:
1.116 moko 20348: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20349:
20350: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20351: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20352: types/pa_vxnode.h: xnode clone got freed
20353:
20354: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20355: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20356: can free up xalandomstring resulting from pool::transcode
20357:
20358: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20359: include/pa_config_fixed.h, include/pa_exception.h,
20360: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20361: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20362: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20363: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20364: from non-xml compile
20365:
20366: * src/main/pa_request.C: pool:: context - get_context
20367:
20368: * src/: classes/classes.h, classes/date.C, classes/double.C,
20369: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20370: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20371: classes/string.C, classes/table.C, classes/void.C,
20372: include/pa_config_fixed.h, include/pa_exception.h,
20373: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20374: main/compile.C, main/compile_tools.C, main/execute.C,
20375: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20376: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20377: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20378: main/pa_string.C, main/pa_table.C, main/untaint.C,
20379: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20380: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20381: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20382: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20383: types/pa_vstateless_class.h, types/pa_vtable.C,
20384: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20385: exceptions 0
20386:
20387: * src/classes/classes.awk: $ removed
20388:
20389: 2001-10-18 parser
20390:
20391: * src/types/pa_vcookie.C: cookie:CLASS
20392:
20393: * src/main/main.dsp: project
20394:
20395: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20396: set_document & ctor question "who owns document" solved
20397:
20398: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20399:
20400: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20401: main/pa_pool.C: encoding in dom creating funcs
20402:
20403: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20404: be transformed now
20405:
20406: * src/classes/xdoc.C: dom created by create can be transformed now
20407:
20408: * src/classes/xdoc.C: z
20409:
20410: * src/classes/xdoc.C: comment
20411:
20412: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20413: create now uses XercesDocumentBridge, appendChild&co now works
20414:
20415: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20416: @ recompile
20417:
20418: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20419: $origin @exception[
20420:
20421: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20422: tag names forced to XML lang
20423:
20424: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20425: leechy-found bugs in code&doc fixed
20426:
20427: 2001-10-17 parser
20428:
20429: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20430: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20431: n functionality preserved
20432:
20433: * src/types/pa_vimage.h: removed unused vimage::save
20434:
20435: 2001-10-16 parser
20436:
20437: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20438:
20439: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20440:
20441: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20442:
20443: * src/classes/image.C: image.copy tolerance
20444:
20445: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20446: ineffective, but works for small paleted image
20447:
20448: * src/types/pa_vimage.C: comment
20449:
20450: * src/classes/image.C: gd size/resize bugfix
20451:
20452: * src/: classes/classes.dsp, main/main.dsp,
20453: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20454: types/types.dsp: ident >nul 2>&1
20455:
20456: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20457: systems
20458:
20459: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20460: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20461:
20462: 2001-10-15 parser
20463:
20464: * src/main/execute.C: z
20465:
20466: * src/classes/: xdoc.C: !::create{qualifiedName}
20467:
20468: * src/types/pa_vxnode.C: document_type_node.
20469: !readonly attribute DOMString name
20470: !notation_node.
20471: !readonly attribute DOMString publicId
20472: !readonly attribute DOMString systemId
20473:
1.116 moko 20474: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20475: ::write badly passed string too transparently [failed to
20476: intercept it]
1.95 moko 20477:
20478: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20479: include/pa_request.h, main/pa_sql_driver_manager.C,
20480: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20481: types/pa_vxnode.h: DOM1 major addtion, only few
20482: attributes/methods left
20483:
20484: 2001-10-13 parser
20485:
20486: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20487: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20488: in main handler
20489:
20490: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20491: cleanups & frees order
20492:
20493: * src/types/pa_vcode_frame.h: couple comments
20494:
20495: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20496: transparent enough to handle hash if creation&passing
20497:
20498: * src/: include/pa_config_fixed.h, main/execute.C,
20499: main/pa_exception.C: noticed that vcodeframe not transparent
20500: enough, would change now
20501:
20502: 2001-10-12 parser
20503:
20504: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20505: fixed. initialization&free on each thread!
20506:
20507: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20508: handling changed: now type of default param analized always, not
20509: only at problem time, thus helping early problem spotting
20510:
20511: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20512: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20513: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20514: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20515: multithread bug fixed. initialization&free on each thread!
20516:
20517: 2001-10-11 parser
20518:
20519: * src/classes/xnode.C: xnode.selectSingle now
20520:
20521: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20522: include/pa_pool.h, include/pa_stylesheet_connection.h,
20523: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20524: convertors out of Pool into Exception
20525:
20526: * src/main/pa_string.C: const
20527:
20528: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20529: linked pieces of same language together prior to String::replace
20530:
20531: * src/classes/hash.C: !^hash.add[addme]
20532: !^hash.sub[subme]
20533: !^a.union[b] = new
20534: !^a.intersection[b] = new
20535: !^a.intersects[b] = bool
20536:
20537: * src/classes/hash.C: !^hash::append[append_from]
20538:
20539: * src/: classes/hash.C, types/pa_vhash.h:
20540: !^hash::create[[copy_from]]
20541:
20542: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20543: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20544: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20545: fixed. got rid of empty_string, which caused errors - it hasnt
20546: exception but somebody[value.bark] tried to throw it on it's pool
20547:
1.116 moko 20548: * src/include/pa_config_auto.h.in: makes
1.95 moko 20549:
20550: 2001-10-10 parser
20551:
20552: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20553:
20554: * src/main/: compile.tab.C, compile.y: ^a[
20555:
20556: @next_method << now unclosed ] would be reported here
20557:
20558: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20559: compile error
20560:
20561: 2001-10-09 parser
20562:
1.116 moko 20563: * src/: classes/Makefile.am, main/Makefile.am,
20564: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20565:
20566: * src/classes/Makefile.am: makes
20567:
20568: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20569: win32 errors intercepted [xalan transformer patched and
20570: incorporated]
20571:
20572: * src/: classes/classes.dsp, classes/xdoc.C,
20573: include/pa_stylesheet_connection.h, main/main.dsp,
20574: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20575: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20576: patches starting
20577:
20578: * src/classes/: string.C, table.C: ^string.save[file]
20579:
20580: * src/classes/: date.C, table.C: calendar moved to date
20581:
20582: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20583: string/table] now
20584:
20585: * src/classes/: op.C, table.C: z
20586:
20587: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20588: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20589: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20590: be code [be string..]
20591:
20592: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20593: table.C: lots of
20594: params->as_int/double/as_string/as_junction/as_no_junction
20595: messages added
20596:
20597: 2001-10-08 parser
20598:
20599: * src/: classes/date.C, classes/image.C, classes/string.C,
20600: classes/table.C, classes/void.C, include/pa_request.h:
20601: params->as_int/double message added
20602:
20603: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20604:
20605: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20606: image:sector removed image:html internal "line-*" attribs
20607:
20608: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20609: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20610:
20611: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20612: way
20613:
20614: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20615: main/untaint.C: header untainting to UL_HTTP_HEADER,
20616: UL_MAIL_HEADER made nonforced [only tainted pieces]
20617:
20618: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20619: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20620: @ SAPI::log
20621:
20622: * src/main/untaint.C: \r to ' ' in origins mode
20623:
20624: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20625: set]
20626:
20627: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20628: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20629: nonstandard liaison freed up
20630:
20631: 2001-10-07 parser
20632:
20633: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20634: project
20635:
20636: 2001-10-05 parser
20637:
20638: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20639: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20640: from outputing to cerr. lots of "todos"
20641:
20642: * src/main/untaint.C: http_header tainting more gentle with
20643: enquoting now
20644:
20645: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20646: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20647: xml errorhandler. fixed string.replace a little, read @test
20648:
20649: * src/main/pa_string.C: found replace bug - first_that_starts(char
20650: *) does not have limit, and looks further eos, fixing....
20651:
20652: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20653:
20654: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20655:
20656: * src/main/: pa_charset_connection.C: ctype another mem clear
20657: bugfix
20658:
1.116 moko 20659: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20660: $result[^[$p^]z] now works fine
1.95 moko 20661:
20662: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20663: wrong. fixed it
20664:
20665: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20666: of totable appered to be vital
20667:
20668: 2001-10-04 parser
20669:
20670: * src/classes/image.C: ^image.length[text]
20671:
20672: 2001-10-03 parser
20673:
20674: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20675:
20676: * src/main/pa_request.C: restored pcre defaulting in request
20677: [mindlessly "optimized" yesterday] comment left
20678:
20679: 2001-10-02 parser
20680:
20681: * src/: main/pa_charset_manager.C,
20682: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20683: needed
20684:
20685: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20686: forgot non-xml pool.*charset needed
20687:
20688: * src/classes/table.C: # config comments fixed
20689:
20690: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20691: charset_connection #comment now
20692:
20693: * src/: classes/classes.dsp, types/types.dsp: release projects
20694: options fixed to use release msvcrt lib
20695:
20696: * src/main/pa_charset_connection.C: pcre tables now const inside
20697: removed default - pcre handles that internally fixed bug on
20698: not-cleaning tables [previously was calloced, now member]
20699:
20700: * src/: include/pa_request.h, main/pa_charset_connection.C,
20701: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20702: inside removed default - pcre handles that internally fixed bug
20703: on not-cleaning tables [previously was calloced, now member]
20704:
20705: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20706: tested charset reload on file change @ apache version = OK tested
20707: freeing up prev encoding on adding new = OK
20708:
20709: 2001-10-01 parser
20710:
20711: * src/main/pa_charset_connection.C: removed entitify external hack
20712: [internal installed]
20713:
1.116 moko 20714: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20715:
20716: * src/: include/pa_charset_connection.h,
20717: include/pa_charset_manager.h,
20718: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20719: main/pa_charset_connection.C, main/pa_charset_manager.C,
20720: main/pa_request.C: charset loading & caching mech 0
20721:
20722: * src/: include/pa_stylesheet_connection.h,
20723: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20724: main/pa_globals.C, main/pa_request.C: would make charset loading
20725: & caching mech now
20726:
20727: 2001-09-30 parser
20728:
20729: * src/main/pa_request.C: forgot to fill toTable
20730:
20731: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20732: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20733: failed on win32 for now..
20734:
20735: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20736: now charsets table configuration variable is: CHARSETS
20737:
20738: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20739: ctype with unicode 1. todo: no П entities on output somehow
20740:
20741: * src/: classes/file.C, classes/op.C, classes/string.C,
20742: include/pa_request.h, main/pa_request.C: started ctype with
20743: unicode values
20744:
20745: 2001-09-28 parser
20746:
20747: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20748: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20749: string passed AS-IS now
20750:
20751: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20752: way of user-configuring... todo: implement
20753:
20754: 2001-09-27 parser
20755:
20756: * src/classes/table.C: table.sort changed to sort table itself
20757:
20758: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20759: X^.getElementsByTagName[tagname] = array of xnode
20760: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20761: nodes removed - regretfully not supported @ xalan. maybe someday
20762: would reimplement, if needed.
20763:
20764: win32build system: solved long waiting anti-non-started-apache
20765: problem
20766:
20767: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20768: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20769: types/types.dsp: win32 ident make system so not to rebuild
20770: library [ident.C.new]
20771:
20772: 2001-09-26 parser
20773:
20774: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20775: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20776: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20777: types/pa_vxnode.C, types/types.dsp: z
20778:
20779: * src/classes/classes.C: forgot one non-xml check
20780:
1.116 moko 20781: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20782: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20783:
20784: * src/targets/cgi/parser3.C: z
20785:
20786: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20787: targets/isapi/parser3isapi.C: #ifdef SMTP
20788:
20789: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20790: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20791: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20792: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20793: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20794: types/types.dsp: xdoc&xnode now
20795:
20796: * src/: classes/classes.C, classes/classes.awk,
20797: classes/classes.dsp, classes/classes.h, classes/date.C,
20798: classes/dnode.C, classes/dnode.h, classes/dom.C,
20799: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20800: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20801: classes/op.C, classes/response.C, classes/string.C,
20802: classes/table.C, classes/void.C, include/pa_array.h,
20803: include/pa_common.h, include/pa_config_fixed.h,
20804: include/pa_config_includes.h, include/pa_dictionary.h,
20805: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20806: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20807: include/pa_socks.h, include/pa_sql_connection.h,
20808: include/pa_sql_driver_manager.h, include/pa_stack.h,
20809: include/pa_string.h, include/pa_stylesheet_connection.h,
20810: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20811: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20812: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20813: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20814: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20815: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20816: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20817: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20818: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20819: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20820: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20821: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20822: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20823: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20824: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20825: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20826: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20827: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20828: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20829: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20830: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20831: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20832: types/pa_vmethod_frame.h, types/pa_vobject.h,
20833: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20834: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20835: types/pa_vstateless_object.h, types/pa_vstring.C,
20836: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20837: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20838: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20839: main.dsp splitted to main+classes+types along to .am
20840:
20841: * src/classes/Makefile.am: removed useless var
20842:
20843: * src/: classes/classes.cmd, main/main.dsp,
20844: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20845: main.dsp
20846:
20847: 2001-09-25 parser
20848:
20849: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20850: 1251 though, todo ICU
20851:
1.116 moko 20852: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20853: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20854: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20855: types/pa_vdom.h: xml configure makes
1.95 moko 20856:
20857: 2001-09-24 parser
20858:
1.116 moko 20859: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20860: types/Makefile.am: makes
1.95 moko 20861:
1.116 moko 20862: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20863:
20864: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20865: started unix makes update
20866:
20867: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20868: started unix makes update
20869:
20870: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20871:
20872: * src/types/pa_value.h: z
20873:
20874: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20875: bugs with usinge hash/table in expressions
20876:
20877: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20878: resolved conflicts fixed [const]
20879:
20880: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20881: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20882: main/compile.C, main/compile.tab.C, main/compile.y,
20883: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20884: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20885: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20886: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20887: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20888: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20889: with before_xml [merge2 actually didn't happen - i've created
20890: tags on wrong branch. so this merge is in fact re-merge]
20891:
20892: 2001-09-21 parser
20893:
20894: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20895: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20896: produced "" in make file and sadly wrong interpreted on load]
20897:
1.116 moko 20898: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20899: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20900: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20901: include/pa_sql_driver_manager.h, include/pa_string.h,
20902: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20903: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20904: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20905:
20906: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20907: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20908: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20909: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20910: main/pa_pool.C, main/pa_request.C,
20911: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20912: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20913: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20914: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20915: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20916: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20917: types/pa_vrequest.C, types/pa_vresponse.h,
20918: types/pa_vstateless_class.C, types/pa_vstring.C,
20919: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20920: created new projects for sql drivers [planning to remove sql
20921: drivers from main cvs project] first, will join latest changes
20922:
20923: * src/classes/: dom.C: defaulted dom writing methods encoding to
20924: pool.get_charset
20925:
20926: * src/classes/dom.C: defaulted dom writing methods encoding to
20927: pool.get_charset
20928:
20929: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20930: pool.get_charset
20931:
20932: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20933: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20934: methods encoding to pool.get_charset
20935:
20936: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20937: transcoder were created right "unsupported encoding" message.
20938: not @ set time, but @ use time, so until xml output functions
20939: .string, .file, .save used - no encoding name check occur
20940:
20941: reduced transcode buffer size to 60 fixed pool cleanup - no
20942: registration needed, pools are officially destructured
20943:
20944: 2001-09-20 parser
20945:
20946: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20947:
20948: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20949: $MAIN:DEFAULTS.content-type[$.charset[here]]
20950:
20951: * src/: classes/dnode.C, classes/dom.C,
20952: include/pa_config_includes.h, include/pa_globals.h,
20953: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20954: main/pa_pool.C, targets/cgi/parser3.dsp,
20955: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20956: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20957: Pool::transcode 0
20958:
20959: * src/classes/dom.C: dom. string save file moved output xml options
20960: to last param and made it optional
20961:
20962: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20963: dnodes
20964: !$attributenode.specified = boolean
20965: true if the attribute received its value explicitly
20966: in the XML document,
20967: or if a value was assigned programatically with the
20968: setValue function.
20969: false if the attribute value came from the default value
20970: declared in the document's DTD.
20971: !$pinode.target = target of this processing instruction
20972: XML defines this as being the first token following the
20973: markup
20974: that begins the processing instruction.
20975: XPath:
20976: !^node.select[xpath/query/expression] = hash of 0->node0
20977: 1->node1
20978: !^node.select-single[xpath/query/expression] = first node if
20979: any
20980:
20981: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20982: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20983: some 'const's added
20984:
20985: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20986: expression context now, there value = size and boolean value
20987: size!=0
20988:
20989: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20990: can be used in expression context now, there value = size and
20991: boolean value size!=0
20992:
20993: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20994: types/pa_vstring.h: dnode .file .string .save moved back to dom
20995: due to strange xalan bug
20996:
20997: 2001-09-18 parser
20998:
20999: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21000: classes/image.C, classes/op.C, classes/table.C,
21001: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21002: include/pa_sql_driver_manager.h, main/compile.C,
21003: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21004: main/execute.C, main/pa_common.C, main/pa_request.C,
21005: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21006: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21007: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21008: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21009: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21010: before_xml branch ^if(def $hash) now true only when
21011: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21012:
21013: * src/: classes/op.C, main/execute.C: operators self changed to
21014: root ^for variable context changed to self
21015:
21016: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21017: dnode 1
21018:
21019: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21020: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21021:
21022: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21023: poly* fixed
21024:
21025: 2001-09-17 parser
21026:
21027: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21028: types/pa_vdom.h: started dnode+dom
21029:
21030: dnode DOM methods: $node.name $node.value
21031: ...others...
21032:
21033: ^node.xpath[/rates/USD] = hash
21034: $hash[
21035: $.0[node0]
21036: $.1[node1]
21037: ]
21038:
21039: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21040: applies to all linear primitives
21041:
21042: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21043: include/pa_stylesheet_connection.h, main/main.dsp,
21044: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21045: types/pa_vimage.h: started dnode DOM: $node.name
21046: $node.value ...others... ^node.xpath[/rates/USD] = hash
21047: dom(dnode)
21048:
21049: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21050: main/compile.y, main/compile_tools.h, main/execute.C,
21051: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21052: in expression compound($aa.zz.xx) names now can have minus '-' in
21053: name after '.'
21054:
21055: 2001-09-15 parser
21056:
21057: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21058: image: $line-width ^line(...)[**** style]
21059:
21060: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21061: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21062: pool_storage - cleanups first, allocations second. apache wisely
21063: does just like that
21064:
21065: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21066: rewritten using template, no bugs now
21067:
21068: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21069: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21070: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21071: poorly started isapi pool_storage, would rewrite using template
21072: now
21073:
21074: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21075: include/pa_stylesheet_connection.h, main/main.dsp,
21076: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21077: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21078: xalan objects freed up [introducing Pool::register_cleanup]
21079:
21080: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21081: comments
21082:
21083: 2001-09-14 parser
21084:
21085: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21086: z
21087:
21088: * src/: classes/dom.C, classes/file.C, classes/image.C,
21089: classes/mail.C, include/pa_common.h,
21090: include/pa_sql_driver_manager.h, include/pa_string.h,
21091: include/pa_stylesheet_connection.h,
21092: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21093: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21094: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21095: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21096: compiled&cached
21097:
21098: 2001-09-13 parser
21099:
21100: * src/: classes/dom.C, classes/file.C, classes/image.C,
21101: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21102:
21103: * src/classes/dom.C: dom:file content-type(.method)
21104:
21105: * src/: include/pa_common.h, include/pa_globals.h,
21106: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21107: string now more informative error messages
21108:
21109: * src/: include/pa_globals.h, include/pa_request.h,
21110: main/pa_request.C, targets/cgi/parser3.C,
21111: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21112: ParserSiteConfig .../parser3.conf
21113:
21114: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21115:
21116: 2001-09-12 parser
21117:
21118: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21119: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21120: precise error reporting: "connection string must start with
21121: protocol://" now
21122:
21123: * src/main/compile.tab.C: fixed - subname code parts actually []
21124: braced
21125:
21126: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21127: lexer on LS_USER level did [] matching without setting nestage,
21128: introduced special LS_NAME_SQUARE_PART state
21129:
21130: 2001-09-11 parser
21131:
21132: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21133: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21134: languages+=xml
21135:
21136: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21137:
21138: * src/classes/dom.C: ^dom:save/string/file[output options] output
21139: options: $.method[xml|html|text] detection fixed
21140:
21141: * src/types/pa_vdom.h: messages
21142:
21143: * src/classes/dom.C: ^dom:save/string/file[output options] output
21144: options: $.method[xml|html|text] detection fixed
21145:
21146: 2001-09-10 parser
21147:
21148: * src/classes/dom.C: ^dom:save/string/file[output options] output
21149: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21150:
21151: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21152: added]
21153:
21154: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21155: ^dom.xslt[stylesheet filename] 0
21156:
21157: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21158: ^dom.xslt[stylesheet filename] -1 doc is lying
21159:
21160: * src/classes/dom.C: ^dom.file[encoding] = file
21161:
21162: * src/classes/: dom.C: ^dom.string[encoding] 1
21163: ^dom.save[encoding;filename]
21164:
21165: * src/classes/dom.C: ^dom.string[] 0
21166:
21167: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21168:
21169: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21170: types/pa_vform.h: ^dom.save[b.xml] 0
21171:
21172: 2001-09-08 parser
21173:
21174: * src/types/pa_vform.C: $form:tables.name.field
21175:
21176: 2001-09-07 parser
21177:
21178: * src/classes/table.C: table:empty removed, superceded by ^if(def
21179: $table)...
21180:
21181: * src/targets/cgi/parser3.C: z
21182:
21183: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21184: from '' to int/double is 0]
21185:
21186: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21187: $table) is false when table is empty
21188:
21189: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21190: !$form:tables $atable[$form:tables.a]
21191: ^atable.menu{a=$atable.element}[,]
21192:
21193: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21194: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21195:
1.116 moko 21196: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21197: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21198: of dom
21199:
21200: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21201: types/pa_vform.C, types/pa_vform.h: z
21202:
21203: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21204: element [not last]
21205:
1.116 moko 21206: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21207: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21208:
21209: 2001-09-06 parser
21210:
21211: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21212: table with one column 'element' and two rows: 1 and 2
21213:
21214: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21215: table with one column 'element' and two rows: 1 and 2
21216:
21217: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21218: bad int/double conversions, and now $form:nonexistent.int(88)
21219: would return 88
21220:
21221: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21222: types/pa_vhash.h: now there's special hash key '_default'
21223: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21224: $._default[xx] ] $hash.c
21225:
21226: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21227: fixed [thanks, fif], ^; were treated there non-literally
21228:
21229: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21230: doxygen
21231:
21232: * src/: classes/image.C, classes/op.C, classes/string.C,
21233: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21234: types/pa_vtable.C: few #ifndef DOXYGEN
21235:
21236: 2001-09-05 parser
21237:
21238: * src/classes/: string.C, table.C: sql options can be void [same as
21239: image:html the other day]
21240:
21241: * src/targets/cgi/Makefile.am: .am undo
21242:
21243: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21244: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21245: macro expantion on param, simply qoutes whatever passed, undone
21246:
21247: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21248: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21249: STRINGIZE(name) #name invented
21250:
21251: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21252: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21253: MAIN_SQL_DRIVERS_NAME "drivers"
21254:
21255: moved to be availible to all users
21256:
21257: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21258: SQL_DRIVER_CREATE_FUNC_NAME
21259:
21260: * src/classes/mail.C: MAIN:MAIL check fixed
21261:
21262: 2001-09-04 parser
21263:
21264: * src/classes/image.C: image.html now can accept void params
21265:
21266: * src/targets/isapi/parser3isapi.C: z
21267:
21268: * src/targets/cgi/parser3.C: full_file_spec bug
21269:
21270: * src/targets/cgi/parser3.C: getenvcheck
21271:
21272: * src/targets/cgi/parser3.C: zz
21273:
21274: * src/targets/cgi/parser3.C: zzz
21275:
21276: * src/classes/date.C: date
21277:
21278: * src/classes/date.C: date:sql-string is now without ''
21279:
1.116 moko 21280: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21281: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21282: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21283:
1.116 moko 21284: * src/include/pa_config_auto.h.in: makes
1.95 moko 21285:
21286: 2001-09-03 parser
21287:
21288: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21289:
21290: 2001-09-01 parser
21291:
21292: * src/classes/image.C: letter_spacing
21293:
21294: * src/classes/image.C: image: font params changed
21295:
21296: * src/classes/image.C: image: as_int as_string used
21297:
21298: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21299: analized
21300:
21301: 2001-08-31 parser
21302:
21303: * src/targets/cgi/parser3.C: z
21304:
1.116 moko 21305: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21306: cygwin
1.95 moko 21307:
21308: * src/classes/void.C: void:int/double += (default)
21309:
21310: * src/classes/image.C: image:font added space param image:font
21311: changed charwidth alg, added kerning const[for now]
21312:
21313: * src/classes/: string.C, table.C: string:int/double (defaults)
21314:
21315: 2001-08-29 parser
21316:
21317: * src/main/pa_exception.C: exception redundant debug info
21318:
21319: 2001-08-28 parser
21320:
21321: * src/classes/image.C: image error msgs
21322:
21323: * src/classes/image.C: image: gifsize little endian
21324:
21325: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21326: doxygeneration
21327:
21328: * src/: classes/Makefile.am, main/Makefile.am,
21329: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21330:
21331: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21332: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21333:
21334: * src/main/compile.C: NO_STRING_ORIGIN check2
21335:
21336: * src/classes/table.C: NO_STRING_ORIGIN check
21337:
21338: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21339: storage class specifiers invalid in friend function declarations
21340:
21341: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21342: main/untaint.C, targets/cgi/parser3.C,
21343: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21344: case of limit
21345:
21346: * src/: classes/file.C, main/pa_common.C: file:move
21347: autocreate/remove dest/src dir
21348:
21349: * src/: classes/string.C, include/pa_dictionary.h,
21350: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21351: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21352: to directory constructor. string:replace
21353:
21354: 2001-08-27 parser
21355:
21356: * src/classes/image.C: fixed jpgsize alg
21357:
21358: * src/classes/image.C: fixed jpgsize alg
21359:
21360: * src/main/pa_exception.C: z
21361:
21362: * src/main/pa_common.C: removed debug info from pa_common
21363:
21364: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21365: [auto.p from current dir loading]
21366:
1.116 moko 21367: * src/: main/pa_common.C, main/pa_exception.C,
21368: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21369: for solaris -lsocket
1.95 moko 21370:
21371: 2001-08-24 parser
21372:
21373: * src/targets/cgi/parser3.C: not cgi extra \n 3
21374:
21375: * src/targets/cgi/parser3.C: not cgi extra \n 2
21376:
21377: * src/targets/cgi/parser3.C: not cgi extra \n
21378:
21379: * src/main/pa_sql_driver_manager.C: z
21380:
21381: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21382: sql* removed services from disconnect - cross-request ideological
21383: probs.
21384:
21385: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21386: cross-request ideological probs. oracle - fixed bug: cs
21387: allocated on request.pool and got freed before disconnect
21388:
21389: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21390: mallocs fixed
21391:
21392: 2001-08-23 parser
21393:
21394: * src/classes/file.C: minor bug in file:save fixed
21395:
21396: * src/main/pa_sql_driver_manager.C: oracle: dlink
21397:
21398: 2001-08-22 parser
21399:
21400: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21401: types/pa_vfile.h: file:load|save[text|binary;
21402:
21403: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21404:
21405: 2001-08-21 parser
21406:
21407: * src/classes/: file.C, table.C: ^file:list
21408:
21409: 2001-08-20 parser
21410:
21411: * src/: main/compile.tab.C, main/compile.y,
21412: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21413: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21414: recousively caused problems: inc incremeted 123 literal!! fixed
21415:
21416: 2001-08-10 parser
21417:
21418: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21419:
21420: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21421: added
21422:
21423: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21424: added
21425:
21426: * src/classes/table.C: table:sort restored [it was bad test :(]
21427:
21428: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21429: ''
21430:
21431: * src/main/: pa_request.C: wanted to make const int
21432: MAX_EXECUTE_SECONDS=1;
21433:
21434: but couldnt, set_callback_and_alarm appeared to be not exported
21435: :(
21436:
21437: * src/main/pa_string.C: string.match hanged on. there were a hang
21438: check but it weren't wise enough
21439:
21440: @parse[dateString][tmp]
21441: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21442: #end
21443:
21444: @main[] ^parse[2001-02-03]
21445:
21446: * src/classes/: table.C: table:sort now default desc
21447:
21448: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21449: table.sort now creates new sorted table
21450:
21451: 2001-08-09 parser
21452:
21453: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21454:
21455: * src/classes/hash.C: hash:_default now [was hash:default]
21456:
21457: * src/classes/op.C: case without switch check added
21458:
21459: * src/types/pa_vcookie.C: cookie name&value origins added, more
21460: precise $ORIGINS(1)
21461:
21462: * src/main/Makefile.am: .am
21463:
21464: * src/classes/void.C: void: int double copy/paste from int: bug
21465: fixed
21466:
21467: * src/classes/void.C: void: int double copy/paste from int: bug
21468: fixed
21469:
21470: 2001-08-07 parser
21471:
21472: * src/: classes/double.C, classes/int.C, classes/string.C,
21473: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21474: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21475: string, table
21476:
21477: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21478: srand made working
21479:
21480: 2001-08-06 parser
21481:
21482: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21483: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21484: main/compile.tab.C, main/compile.y, main/pa_array.C,
21485: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21486: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21487:
21488: * src/main/pa_exec.C: exec win32 real filename
21489:
21490: * src/classes/file.C: exec stderr out
21491:
21492: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21493:
21494: 2001-08-03 parser
21495:
21496: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21497:
21498: 2001-08-02 parser
21499:
21500: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21501: main/execute.C, main/pa_exec.C: introducing Array_iter
21502:
21503: * src/main/execute.C: detected quick_get recursion bug. changed to
21504: get@execute, but needs array iterator, separate from array to
21505: avoid it & use caching
21506:
21507: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21508: bug fixed
21509:
21510: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21511: main/execute.C, main/pa_globals.C: found another multithread bug
21512: in op.C (last, last global var killed) :)
21513:
21514: 2001-08-01 parser
21515:
21516: * src/: include/pa_dictionary.h, include/pa_globals.h,
21517: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21518: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21519: main/untaint.C: speeded up typo-html replacements. introducing
21520: Dictionary with first-char caching
21521:
21522: 2001-07-31 parser
21523:
21524: * src/types/Makefile.am: pa_vtable.C added to .am
21525:
21526: * src/main/compile.tab.C: added, so that could be compiled even on
21527: non-bison-enabled platforms
21528:
21529: 2001-07-28 parser
21530:
21531: * src/classes/table.C: table:hash always produces hash, when can't
21532: - empty
21533:
21534: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21535: skipped \n
21536:
21537: 2001-07-27 parser
21538:
21539: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21540: on int/double/string :sql without result and default
21541:
21542: 2001-07-26 parser
21543:
21544: * src/classes/op.C: fixed bad multithread bug with strangly global
21545: OP
21546:
21547: * src/main/compile.y: $man[$.age[zzz]] 0
21548:
21549: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21550: creation syntax problem persists. restored $: for a while.
21551: thinking of $man[$.age[zzz]] syntax now
21552:
21553: * src/: classes/double.C, classes/int.C, classes/string.C,
21554: include/pa_opcode.h, main/compile.C, main/compile.y,
21555: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21556: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21557: types/pa_wwrapper.h: fixing :: realization #1
21558:
21559: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21560: main/compile_tools.h, main/execute.C, main/pa_request.C,
21561: types/pa_vmethod_frame.h: introducing :: this is constructor call
21562: prefix. ordinary : remains for static accesses
21563:
21564: 2001-07-25 parser
21565:
21566: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21567: fields 2. methods 3. columns
21568:
21569: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21570: quote. optimized double&int tostring-s
21571:
21572: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21573: whitespace before first method decl
21574:
21575: * src/classes/table.C: allowed nontable result in table:sql,
21576: results in empty table
21577:
21578: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21579: lines before first method decl
21580:
21581: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21582: types/pa_vtable.h: ^table.record[] now $table.fields
21583:
21584: * src/main/compile.y: $var[] is now empty string, not void
21585:
21586: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21587: void
21588:
21589: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21590: main/pa_globals.C: match replace code context moved to implicit
21591: $match context
21592:
21593: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21594: main/compile_tools.h, main/execute.C: with killed, code storage
21595: introduced with former 'with' syntax
21596:
21597: 2001-07-24 parser
21598:
21599: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21600: types/pa_value.h: first get_element, next get operator
21601:
21602: * src/main/compile.y: removed @end handling
21603:
21604: * src/main/: compile.C, compile.y: @end handling method2
21605:
21606: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21607: file:move
21608:
21609: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21610: fixed
21611:
21612: 2001-07-23 parser
21613:
21614: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21615: driver
21616:
21617: * src/classes/hash.C: changed sql driver query interface
21618:
21619: * src/: classes/hash.C, classes/string.C, classes/table.C,
21620: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21621: changed sql driver query interface
21622:
21623: 2001-07-20 parser
21624:
21625: * src/types/pa_vrequest.C: X!$browser:type
21626:
21627: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21628: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21629: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21630: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21631: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21632: types/pa_vobject.h, types/pa_vrequest.C,
21633: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21634: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21635: BASE element globally removed
21636:
21637: 2001-07-18 parser
21638:
21639: * src/classes/file.C: file:exec/cgi msg
21640:
21641: * src/classes/file.C: $file:exit-code renamed to 'status'
21642:
21643: * src/: classes/file.C, main/pa_exec.C: file:exec
21644:
1.116 moko 21645: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21646: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21647: removed $id from *.in *.am
1.95 moko 21648:
21649: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21650: abbrevations
21651:
21652: * src/: classes/date.C, classes/mail.C, classes/math.C,
21653: classes/string.C, classes/table.C, include/pa_globals.h,
21654: include/pa_string.h, main/execute.C, main/pa_globals.C,
21655: main/pa_request.C, main/pa_string.C, main/untaint.C,
21656: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21657: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21658: $ORIGINS(1) output tracing mode
21659:
21660: 2001-07-13 parser
21661:
21662: * src/: classes/double.C, classes/int.C, classes/string.C,
21663: include/pa_request.h, main/execute.C, main/pa_request.C:
21664: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21665: second would not call first @auto
21666:
21667: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21668: wrong, fixed
21669:
21670: 2001-07-12 parser
21671:
21672: * src/types/pa_value.h: pa_value.putelement modification of system
21673: classes prevented
21674:
21675: 2001-07-11 parser
21676:
21677: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21678: table $piece
21679:
21680: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21681: types/pa_vstateless_class.h: $file created by file:state +=
21682: .atime .mtime .ctime +found&fixed bug with exceptions on
21683: get_junction-created objects [they were on wrong pool]
21684:
21685: 2001-07-09 parser
21686:
21687: * src/main/untaint.C: qp wrong name
21688:
21689: * src/: classes/date.C, classes/string.C, classes/table.C,
21690: main/compile.y: date format 0
21691:
21692: 2001-07-07 parser
21693:
21694: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21695: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21696: roll table calendar
21697:
21698: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21699: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21700: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21701: include/pa_request.h, main/main.dsp, types/pa_value.h,
21702: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21703: string. todo: sql, calendar
21704:
21705: 2001-07-06 parser
21706:
21707: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21708: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21709:
21710: 2001-07-03 parser
21711:
21712: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21713: classes/random.C, main/main.dsp: class random renamed to math,
21714: operators became methods
21715:
21716: * src/classes/op.C: pow sqrt
21717:
21718: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21719:
21720: 2001-07-02 parser
21721:
21722: * src/classes/table.C: ^table.columns column renamed from 'name' to
21723: 'column'
21724:
21725: * src/classes/hash.C: ^hash.keys[]
21726:
21727: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21728:
21729: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21730: 'strings'
21731:
21732: 2001-06-29 parser
21733:
21734: * src/main/: execute.C: /0 %0 checkes ver 2
21735:
21736: * src/main/execute.C: /0 %0 checke
21737:
21738: * src/classes/Makefile.am: nothing - void
21739:
21740: * src/classes/table.C: empty strings @ sql
21741:
21742: 2001-06-28 parser
21743:
21744: * src/: classes/double.C, classes/file.C, classes/form.C,
21745: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21746: classes/op.C, classes/random.C, classes/response.C,
21747: classes/string.C, classes/table.C, classes/void.C,
21748: main/compile.C, main/compile_tools.C, main/execute.C,
21749: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21750: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21751: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21752: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21753: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21754: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21755: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21756: $";
21757:
21758: * src/: classes/double.C, classes/file.C, classes/form.C,
21759: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21760: classes/op.C, classes/random.C, classes/response.C,
21761: classes/string.C, classes/table.C, classes/void.C,
21762: main/compile.C, main/compile.y, main/compile_tools.C,
21763: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21764: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21765: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21766: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21767: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21768: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21769:
21770: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21771: $class:name: == ${class:name}:
21772:
21773: * src/classes/string.C: exactly one
21774:
21775: 2001-06-27 parser
21776:
21777: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21778: types/pa_vvoid.h: nothing renamed to void
21779:
21780: * src/classes/op.C: ^switch ^case
21781:
21782: * src/main/compile.y: nothing renamed to void
21783:
21784: * src/: classes/hash.C, classes/table.C, main/compile.y,
21785: main/execute.C, main/main.dsp, main/pa_request.C,
21786: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21787: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21788: void
21789:
21790: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21791:
21792: 2001-05-28 parser
21793:
21794: * src/doc/html2chm.cmd: removed >a
21795:
21796: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21797: project options [some bugs]
21798:
21799: * src/doc/sources2html.cmd: z
21800:
21801: * src/: classes/classes.C, main/compile.C, main/compile.y,
21802: main/execute.C: operators are not in root class again
21803:
21804: 2001-05-24 parser
21805:
21806: * src/targets/cgi/parser3.dsp: project file
21807:
21808: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21809: ^log ^exp
21810:
21811: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21812: conversions in @exception[params]
21813:
21814: * src/main/pa_request.C: // no _ conversions in @exception[params]
21815:
21816: 2001-05-23 parser
21817:
21818: * src/main/pa_string.C: string cmp bug
21819:
21820: * src/classes/: mail.C, op.C: rem max 1000
21821:
21822: * src/: classes/op.C, main/compile.y: allow one empty line before
21823: LS_DEF_NAME
21824:
21825: 2001-05-22 parser
21826:
21827: * src/classes/op.C: if params code-required
21828:
21829: 2001-05-21 parser
21830:
21831: * src/types/pa_vstring.C: eoleof
21832:
21833: * src/classes/Makefile.am: .AM
21834:
21835: * src/classes/nothing.C: resultless ^sql moved to nothing:
21836:
21837: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21838:
21839: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21840: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21841: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21842: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21843: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21844: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21845: 'nothing'
21846:
21847: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21848: vstring::set_string
21849:
21850: * src/classes/: double.C, int.C, string.C: int,double;sql
21851:
21852: * src/: classes/hash.C, classes/int.C, classes/string.C,
21853: classes/table.C, include/pa_string.h, main/pa_string.C,
21854: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21855:
21856: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21857: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21858: hash:sql moved to main trunc. operators.txt updated
21859:
21860: * src/classes/: hash.C, op.C, table.C: hash:sql
21861:
21862: * src/classes/op.C: z
21863:
21864: * src/: main/compile.C, classes/classes.C: 1
21865:
21866: * src/: classes/classes.C, main/compile.C, main/compile.y,
21867: main/execute.C: 0
21868:
21869: * src/main/execute.C: z
21870:
21871: * src/targets/cgi/parser3.C: z
21872:
21873: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21874: site_auto_path "." in that case
21875:
21876: * src/targets/cgi/: parser3.C: z
21877:
21878: * src/main/pa_request.C: .am
21879:
21880: * src/: main/pa_request.C, targets/cgi/parser3.C:
21881: pcre_tables=pcre_default_tables;
21882:
21883: 2001-05-19 parser
21884:
21885: * src/main/pa_string.C: z
21886:
21887: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21888: introducing String::cstr_bufsize, returns just size+1 for as_is
21889: target.
21890:
21891: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21892: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21893: used, 4* mem wasted
21894:
21895: * src/classes/string.C: root context in match replace body now
21896: unchanged
21897:
21898: * src/types/pa_value.h: parameter # 1 based
21899:
21900: * src/main/pa_common.C: common: actual filename '%s'
21901:
21902: * src/classes/string.C: z
21903:
21904: * src/classes/Makefile.am: classes/.am
21905:
21906: * src/classes/: Makefile.am: classes/.am
21907:
21908: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21909: targets/cgi/pa_pool.C: classes/.am
21910:
21911: 2001-05-18 parser
21912:
1.116 moko 21913: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21914: pa_threads.C ins
1.95 moko 21915:
21916: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21917:
21918: 2001-05-17 parser
21919:
21920: * src/: classes/string.C, include/pa_config_fixed.h,
21921: include/pa_config_includes.h, main/compile.y,
21922: main/compile_tools.h, main/execute.C, main/pa_array.C,
21923: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21924: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21925: types/pa_vform.C: #include "pa_config_includes.h" removed from
21926: most .C
21927:
21928: * src/doc/html2chm.cmd: z
21929:
21930: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21931: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21932:
21933: * src/main/pa_sql_driver_manager.C: moved expiration to
21934: get_connection_from_cache
21935:
21936: * src/main/pa_sql_driver_manager.C: cache expiration bf
21937:
21938: * src/: classes/classes.h, include/pa_sql_connection.h,
21939: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21940: cache expiration[use SQL_Driver::disconnect]
21941:
21942: * src/main/pa_table.C: table.locate current restored on "not found"
21943:
21944: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21945: line no
21946:
21947: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21948: ANTI_ENDLESS_EXECUTE_RECOURSION
21949:
21950: * src/: classes/op.C, include/pa_sql_connection.h,
21951: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21952: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21953: 1driver and set_services fight for driver::fservices. before fix
21954:
21955: * src/: classes/op.C, include/pa_config_fixed.h,
21956: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21957: main/pa_sql_driver_manager.C: found problem at last: 2connections
21958: own 1driver and set_services fight for driver::fservices. before
21959: fix
21960:
21961: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21962: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21963: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21964: pa_threads.C
21965:
21966: * src/include/pa_threads.h: removed targets/parser
21967:
21968: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21969: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21970: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21971: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21972: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21973: headers
21974:
21975: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21976: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21977: order prevented sqlmanager to see MULTYTHREAD define
21978:
21979: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21980: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21981: put/gets
21982:
21983: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21984: from hash.h
21985:
21986: * src/: classes/op.C, include/pa_sql_connection.h,
21987: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21988: from cache ->set_services(&services);
21989:
21990: 2001-05-16 parser
21991:
21992: * src/targets/cgi/parser3.C: z
21993:
21994: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21995: debug, #ifdefed some. would debug later, on more precise sample
21996: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21997: $name.$tail[$tail!] $name.$tail } ok3
21998:
21999: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22000: removed array debug. before vstring rebasing
22001:
22002: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22003: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22004: array debugged; adjusted
22005:
22006: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22007: SQL_Driver_manager line no for connect/charset errors
22008:
22009: 2001-05-15 parser
22010:
22011: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22012: main/pa_string.C: string+array made linear grows
22013:
22014: * src/: include/pa_string.h, main/pa_string.C,
22015: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22016: grow lineary, not exponentialy
22017:
22018: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22019: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22020: with fullchunk cmps
22021:
22022: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22023: 70041= 81
22024:
22025: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22026: targets/cgi/parser3.C: detected huge mem allocation: size/times
22027: malloc 27809390/368771, calloc 3232/83. would test now
22028:
22029: * src/: classes/random.C, main/compile.y, main/execute.C,
22030: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22031: numbered params had wrong name - for instance: bad error message
22032: in ^for[] bad body type. fixed
22033:
22034: 2001-05-14 parser
22035:
22036: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22037: main/untaint.C: ^string.upper|lower[]
22038:
22039: 2001-05-11 parser
22040:
22041: * src/: classes/double.C, classes/image.C, classes/op.C,
22042: classes/string.C, classes/table.C, classes/unknown.C,
22043: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22044: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22045: types/pa_vunknown.h: op: MAX_LOOPS as_int
22046:
22047: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22048: .dsp for win32tools
22049:
22050: 2001-05-11 paf
22051:
22052: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22053: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22054: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22055: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22056:
22057: 2001-05-10 paf
22058:
22059: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22060: for C++, that's all
22061:
1.116 moko 22062: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22063: pa_config_includes.h: inline wonders
1.95 moko 22064:
22065: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22066: doc/doxygen.cmd: hash.C added
22067:
22068: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22069:
22070: * src/main/compile.y: @end grammar: allowed zero strings in control
22071: menthod
22072:
22073: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22074: pa_vstateless_object.h: changed priority: field before method
22075: lookup in vclass & vobject
22076:
22077: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22078: grammar: priorities changes [lowerd && prior] vobject: now first
22079: fields, next methods
22080:
22081: 2001-05-08 paf
22082:
22083: * src/main/pa_table.C: table columnname2item on nameless ignored
22084: bark=false. fixed
22085:
22086: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22087: types/pa_vmethod_frame.h: hash:default works at last!
22088:
22089: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22090: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22091: hash:default
22092:
22093: * src/classes/table.C: z
22094:
22095: * src/classes/table.C: table:hash always hash of hash now
22096:
22097: * src/classes/table.C: table:empty return bool now
22098:
22099: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22100: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22101: types/pa_vtable.h: table:hash
22102:
22103: * src/classes/table.C: table:record have name
22104:
22105: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22106: returns vunknown
22107:
22108: * src/classes/: double.C, int.C, op.C, string.C:
22109: int,double,string:int[] double[] string:length[] results now have
22110: hames
22111:
22112: * src/: classes/op.C, classes/table.C, main/main.dsp,
22113: types/pa_vtable.h: removed table:find. table:locate and op:eval
22114: now return bool
22115:
22116: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22117: in method checkparams again. fixed
22118:
22119: 2001-05-07 paf
22120:
22121: * src/doc/chm.cmd: cmd
22122:
22123: * src/: classes/image.C, classes/mail.C, classes/string.C,
22124: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22125: types/pa_value.h: method reported errors on wrong pool
22126:
22127: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22128: now
22129:
22130: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22131: include/code.h, include/pa_opcode.h, main/compile.C,
22132: main/compile_tools.h, main/execute.C, types/pa_value.h,
22133: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22134: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22135: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22136: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22137: types/pa_vmethod_frame.h, types/pa_vobject.h,
22138: types/pa_vrequest.h, types/pa_vresponse.h,
22139: types/pa_vstateless_class.h, types/pa_vstring.h,
22140: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22141: types/pa_wwrapper.h: pa_code.h
22142:
22143: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22144:
22145: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22146: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22147: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22148: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22149: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22150: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22151: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22152: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22153: types/pa_vtable.h: dox, split by not clean parts also
22154:
22155: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22156: types/pa_vtable.h: table: fields, then methods. so to enable
22157: 'dir' fields & co. more
22158:
22159: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22160: so to enable 'dir' fields & co.
22161:
22162: * src/main/compile.y: grammar: @end
22163:
22164: 2001-05-04 paf
22165:
22166: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22167: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22168:
22169: * src/: classes/classes.h, classes/double.C, classes/file.C,
22170: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22171: classes/op.C, classes/random.C, classes/response.C,
22172: classes/string.C, classes/table.C, classes/unknown.C,
22173: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22174: method dox
22175:
22176: 2001-05-03 paf
22177:
22178: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22179: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22180: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22181: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22182: doc/string.dox, doc/targets.dox, doc/value.dox,
22183: main/pa_request.C: dox splitted .dox files and added some
22184:
22185: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22186:
22187: 2001-05-02 paf
22188:
22189: * src/classes/: image.C, table.C: table:dir result are not tainted
22190: by file_name language now
22191:
22192: 2001-04-28 paf
22193:
22194: * src/classes/classes.inc: removed classes.inc
22195:
22196: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22197: from .am
22198:
22199: * src/classes/classes.awk: skipped classes in .awk
22200:
22201: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22202: classes/classes.inc, classes/double.C, classes/file.C,
22203: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22204: classes/string.C, classes/table.C, classes/unknown.C,
22205: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22206: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22207: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22208: pa_methoded back to classes/classes.h
22209:
22210: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22211:
22212: * src/: classes/Makefile.am, classes/classes.awk,
22213: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22214: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22215:
22216: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22217: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22218: classes/response.C, classes/string.C, classes/table.C,
22219: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22220: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22221: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22222: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22223: include|main/pa_methoded
22224:
22225: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22226: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22227:
22228: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22229: moved some configured data to request::classes_conf moved some
22230: string crations from globals to M... [works]
22231:
22232: * src/: classes/form.C, classes/mail.C, classes/op.C,
22233: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22234: main/pa_request.C: moved some configured data to
22235: request::classes_conf moved some string crations from globals to
22236: M...
22237:
22238: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22239: about to move configured data to special request hash
22240:
22241: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22242: classes/form.C, classes/mail.C, include/pa_request.h,
22243: main/pa_request.C: configure started
22244:
22245: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22246: 2. todo: methoded-configure
22247:
22248: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22249: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22250: classes/_random.h, classes/_response.h, classes/_string.h,
22251: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22252: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22253: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22254: classes/random.C, classes/response.C, classes/string.C,
22255: classes/table.C, classes/unknown.C, include/pa_globals.h,
22256: include/pa_request.h, main/compile.y, main/execute.C,
22257: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22258: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22259: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22260: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22261: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22262: types/pa_vrequest.h, types/pa_vresponse.h,
22263: types/pa_vstateless_class.h, types/pa_vstring.h,
22264: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22265: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22266: methoded-configure
22267:
22268: * src/: classes/file.C, classes/table.C, main/compile.y,
22269: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22270: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22271: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22272:
22273: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22274: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22275: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22276: classes/random.C, classes/response.C, classes/string.C,
22277: classes/table.C, classes/unknown.C, include/pa_request.h,
22278: main/compile.y, main/execute.C, main/pa_globals.C,
22279: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22280: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22281: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22282: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22283: beautifying just compiled. todo: debug, configure
22284:
22285: 2001-04-27 paf
22286:
22287: * src/: classes/file.C, classes/image.C, classes/table.C,
22288: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22289: beautifying -99
22290:
22291: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22292: classes/_response.h, classes/_unknown.h, classes/classes.C,
22293: classes/classes.h, classes/double.C, classes/file.C,
22294: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22295: classes/op.C, classes/random.C, classes/response.C,
22296: classes/string.C, include/pa_globals.h, main/main.dsp,
22297: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22298: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22299: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22300: types/pa_vunknown.h: beautifying -100
22301:
22302: * src/main/compile.y: serge@ found @CLASS bug. fixed
22303:
22304: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22305: classes/_op.h, classes/_random.h, classes/_table.h,
22306: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22307: classes/op.C, classes/random.C, classes/response.C,
22308: classes/string.C, classes/table.C, classes/unknown.C,
22309: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22310: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22311: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22312: beautifying
22313:
22314: 2001-04-26 paf
22315:
22316: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22317:
22318: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22319: documentation ++
22320:
22321: * src/: classes/_exec.h, doc/doxygen.cfg,
22322: include/pa_config_fixed.h, include/pa_config_includes.h,
22323: targets/cgi/pa_pool.C: code documentation ++
22324:
22325: * src/: classes/_image.h, classes/op.C, classes/random.C,
22326: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22327: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22328: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22329: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22330: types/pa_vmethod_frame.h, types/pa_vobject.h,
22331: types/pa_vrequest.C, types/pa_vrequest.h,
22332: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22333: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22334: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22335: code documentation ++
22336:
22337: * src/: classes/image.C, classes/mail.C, classes/string.C,
22338: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22339: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22340: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22341: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22342: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22343: types/pa_vobject.h, types/pa_vstateless_class.h,
22344: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22345:
22346: * src/main/: pa_request.C, pa_string.C: z
22347:
22348: * src/: include/pa_common.h, include/pa_types.h,
22349: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22350: connection caching fixed. request-pooled-url were stored into
22351: global connectioncache
22352:
22353: 2001-04-25 paf
22354:
22355: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22356: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22357:
22358: * src/: include/code.h, include/pa_common.h, main/compile.y,
22359: main/execute.C, main/pa_common.C: -d
22360:
22361: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22362: illegal call check a bit improved, but still under iis no mapping
22363: of dir with parser allowed!
22364:
22365: 2001-04-24 paf
22366:
22367: * src/targets/Makefile.am: apache module lib .am
22368:
22369: * src/main/pa_exec.C: windows32 buildCommand
22370:
22371: 2001-04-23 paf
22372:
22373: * src/targets/cgi/Makefile.am: win32 conditional
22374:
22375: * src/targets/cgi/Makefile.am: win32 conditional
22376:
22377: * src/targets/cgi/Makefile.am: liblink
22378:
22379: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22380: vfile fields return type
22381:
22382: * src/types/pa_vfile.h: vfile fields return type
22383:
22384: * src/include/pa_config_auto.h.in: .h.in
22385:
22386: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22387: types/Makefile: makefiles removed
22388:
22389: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22390: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22391:
22392: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22393: [tested: i & g ]
22394:
22395: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22396: @test noticed series in isapi, check how initialize_random_class
22397: is called! [must be called only once]
22398:
22399: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22400: would not be 'unknown column'
22401:
22402: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22403: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22404:
22405: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22406: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22407: [now doesnt]
22408:
22409: * src/targets/cgi/parser3.C: cgi cmdline ver
22410:
22411: * src/targets/cgi/parser3.C: cgi /// @test disable
22412: /cgi-bin/parser3/auto.p
22413:
22414: * src/main/untaint.C: untaint without charset
22415:
22416: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22417: main/pa_common.C: common: file_write /// @test mkdirs
22418: file_delete rmdirs
22419:
22420: * src/main/untaint.C: mail header only once to =?
22421:
22422: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22423: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22424: main/untaint.C: untaint - @test optimize whitespaces for
22425: all but 'html'
22426:
22427: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22428: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22429: main/untaint.C: untaint - @test mail-header
22430:
22431: 2001-04-20 paf
22432:
22433: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22434: include/pa_request.h, include/pa_string.h, main/compile.y,
22435: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22436: targets/cgi/parser3.C: $MAIN:LOCALE
22437:
22438: * src/main/untaint.C: z
22439:
22440: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22441:
22442: 2001-04-19 paf
22443:
22444: * src/main/compile_tools.h: $a$b bugfix
22445:
22446: * src/targets/cgi/parser3.C: z
22447:
22448: * src/classes/file.C: z
22449:
22450: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22451: done: header to $fields. waits for header '\' tricks
22452:
22453: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22454: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22455: changed urlencode here and in untaint.C to HTTP standard's " and
22456: \" mech
22457:
22458: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22459: http://alx/~paf/ doesnt load /auto.p
22460:
22461: 2001-04-18 paf
22462:
22463: * src/main/pa_request.C: 1
22464:
22465: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22466: linux @alx
22467:
22468: 2001-04-17 paf
22469:
22470: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22471: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22472: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22473: enabled
22474:
22475: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22476: classes/_exec.h, classes/_file.h, classes/_form.h,
22477: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22478: classes/_random.h, classes/_response.h, classes/_string.h,
22479: classes/_table.h, classes/_unknown.h, classes/file.C,
22480: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22481: include/pa_config_fixed.h, include/pa_config_includes.h,
22482: include/pa_hash.h, include/pa_sql_driver_manager.h,
22483: include/pa_version.h, main/Makefile.am, main/compile.y,
22484: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22485: main/pa_sql_driver_manager.C, sql/Makefile.am,
22486: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22487: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22488: types/pa_vform.C, types/pa_vimage.h: exec @jav
22489:
22490: * src/: include/pa_sql_driver_manager.h,
22491: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22492: types/pa_vimage.h: sql driver interface now has initialize(client
22493: .so)
22494:
22495: 2001-04-16 paf
22496:
22497: * src/Makefile.am: compile2 cygwin
22498:
22499: * src/: include/pa_config_includes.h, main/pa_exec.C,
22500: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22501:
22502: * src/targets/cgi/Makefile.am: compile0 jav
22503:
22504: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22505: classes/_exec.h, classes/_file.h, classes/_form.h,
22506: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22507: classes/_random.h, classes/_response.h, classes/_string.h,
22508: classes/_table.h, classes/_unknown.h, classes/image.C,
22509: classes/mail.C, classes/op.C, classes/random.C,
22510: include/pa_config_fixed.h, include/pa_config_includes.h,
22511: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22512: main/compile.y, main/pa_common.C, main/pa_exec.C,
22513: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22514: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22515: compile-1
22516:
22517: 2001-04-15 paf
22518:
22519: * src/classes/op.C: z
22520:
22521: * src/classes/table.C: table:empty +=process
22522:
22523: * src/types/pa_value.h: MethodParams !junction
22524:
22525: * src/: classes/_string.h, classes/double.C, classes/file.C,
22526: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22527: classes/random.C, classes/response.C, classes/string.C,
22528: classes/table.C, classes/unknown.C, main/pa_request.C:
22529: MethodParams everywhere
22530:
22531: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22532: types/pa_vmethod_frame.h: MethodParams in op.C
22533:
22534: 2001-04-12 paf
22535:
22536: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22537:
22538: * src/: classes/_unknown.h, classes/unknown.C,
22539: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22540: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22541:
22542: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22543:
22544: * src/classes/image.C: image:gif now does not have params
22545:
22546: * src/classes/image.C:
22547: image:line/fill/rectangle/bar/replace/polygon/polybar
22548:
22549: * src/: classes/image.C, classes/op.C, main/execute.C,
22550: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22551: for var now written not to r.wcontext, but to r.root cleared
22552: "entered_object" state
22553:
22554: 2001-04-11 paf
22555:
22556: * src/classes/image.C: image:create image:load
22557:
22558: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22559: just compiled
22560:
22561: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22562: todo: gif without file
22563:
22564: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22565: started porting to Pooled descendant
22566:
22567: * src/: classes/image.C, main/execute.C, main/main.dsp,
22568: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22569: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22570: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22571:
22572: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22573: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22574: end. switching to python imaging lib
22575:
22576: * src/main/main.dsp: gd+smtp made separate libs
22577:
22578: * src/: include/pa_globals.h, include/pa_string.h,
22579: main/pa_common.C, main/pa_request.C, main/untaint.C,
22580: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22581: length
22582:
22583: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22584: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22585: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22586: UL_FILE_NAME of posted file name
22587:
22588: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22589: post [broke when moved post read to core]
22590:
22591: 2001-04-10 paf
22592:
22593: * src/classes/image.C: image:html done
22594:
22595: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22596:
22597: * src/classes/image.C: z
22598:
22599: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22600: forgotten!
22601:
22602: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22603: main/pa_request.C, main/pa_string.C, main/untaint.C,
22604: types/pa_vimage.h: image:measure -90
22605:
22606: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22607: classes/_int.h, classes/_mail.h, classes/_op.h,
22608: classes/_random.h, classes/_response.h, classes/_string.h,
22609: classes/_table.h, classes/file.C, classes/mail.C,
22610: include/pa_common.h, include/pa_globals.h, main/execute.C,
22611: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22612: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22613: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22614: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22615: compiled
22616:
22617: * src/classes/mail.C: minor bug with unclear from/to
22618:
22619: * src/classes/mail.C: sendmail unix skipping defaults
22620:
22621: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22622: sendmail unix added defaults
22623:
22624: * src/classes/mail.C: unix sendmail compiled. todo:testing
22625:
22626: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22627:
22628: 2001-04-09 paf
22629:
22630: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22631: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22632: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22633: targets/isapi/parser3isapi.dsp: all targets exec
22634:
22635: * src/: include/pa_sapi.h, include/pa_string.h,
22636: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22637: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22638: args in apache:util.script
22639:
22640: * src/include/pa_string.h: written but not tested exec with env for
22641: unix
22642:
22643: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22644: targets/cgi/parser3.C: exec win32 env
22645:
22646: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22647: 0
22648:
22649: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22650: main/execute.C, main/main.dsp, main/pa_globals.C,
22651: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22652: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22653:
22654: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22655: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22656:
22657: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22658: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22659:
22660: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22661: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22662: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22663: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22664: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22665: exec class just compiled. moved post read to request core
22666:
22667: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22668: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22669: main/pa_globals.C, targets/cgi/parser3.C,
22670: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22671: are already read by vform
22672:
22673: 2001-04-08 paf
22674:
22675: * src/: classes/file.C, classes/mail.C, classes/string.C,
22676: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22677: uuencode. string<<
22678:
22679: 2001-04-07 paf
22680:
22681: * src/classes/mail.C: z
22682:
22683: * src/classes/mail.C: z
22684:
22685: * src/classes/mail.C: ^mail[$attach
22686:
22687: * src/classes/mail.C: ^attach dead end
22688:
22689: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22690: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22691: targets/isapi/parser3isapi.C: mail:send 1
22692:
22693: * src/: classes/mail.C, main/pa_request.C: z
22694:
22695: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22696: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22697: compiled
22698:
22699: * src/classes/mail.C: +=
22700:
22701: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22702: prepared
22703:
22704: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22705: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22706: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22707: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22708:
22709: 2001-04-06 paf
22710:
22711: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22712: main/pa_string.C: table:dir 1
22713:
22714: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22715: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22716:
22717: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22718: classes/root.C, include/pa_globals.h, include/pa_request.h,
22719: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22720: main/pa_request.C: renamed 'root' to 'op'
22721:
22722: * src/classes/: _op.h, op.C: renamed from 'root'
22723:
22724: * src/types/pa_valiased.C: another root inherititance skipped
22725:
22726: * src/main/: compile.C, compile.y, execute.C: operators are now not
22727: root methods of parent class. just 'ROOT' class
22728:
22729: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22730: @office
22731:
22732: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22733:
22734: 2001-04-05 paf
22735:
22736: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22737: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22738: constructor flag dropped at get_method_frame and remembered into
22739: method_frame
22740:
22741: * src/: classes/file.C, classes/root.C, classes/string.C,
22742: classes/table.C, main/pa_request.C: junction to code&expression
22743: in errors
22744:
22745: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22746: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22747: $LOCALE:ctype[Russian_Russia.1251]
22748:
22749: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22750: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22751: main/pa_table.C: hash now not thread-safe.
22752:
22753: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22754: main/untaint.C: z
22755:
22756: * src/: classes/random.C, classes/root.C, classes/table.C,
22757: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22758: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22759: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22760: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22761:
22762: * src/: classes/table.C, include/pa_sql_connection.h,
22763: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22764:
22765: * src/classes/table.C: select * from hren error contains statement
22766:
22767: * src/: classes/table.C, include/pa_sql_connection.h,
22768: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22769: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22770:
22771: * src/: classes/root.C, include/pa_sql_connection.h,
22772: include/pa_sql_driver.h, main/main.dsp,
22773: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22774: services for conv memory & error reporting
22775:
22776: 2001-04-04 paf
22777:
22778: * src/doc/doxygen.cfg: z
22779:
22780: * src/include/pa_sql_driver.h: mysql connect
22781:
22782: * src/include/pa_sql_driver.h: mysql info
22783:
22784: * src/: classes/root.C, include/pa_sql_driver.h,
22785: include/pa_sql_driver_manager.h, main/main.dsp,
22786: main/pa_sql_driver_manager.C: more manager&connection&driver
22787:
22788: * src/sql/Makefile.am: forgot to add mysql client
22789:
22790: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22791: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22792: [forgot to add libltdl, added]
22793:
22794: * src/: Makefile.am, classes/root.C, classes/string.C,
22795: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22796: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22797: include/pa_string.h, include/pa_table.h, main/main.dsp,
22798: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22799: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22800: -1000 just compiled
22801:
22802: * src/: classes/random.C, classes/root.C, classes/table.C,
22803: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22804: main/pa_request.C, types/pa_vclass.h: sql frame -10
22805:
22806: 2001-04-03 paf
22807:
22808: * src/types/pa_vform.C: z
22809:
22810: * src/: classes/string.C, types/pa_vform.C: string:match replace
22811: assigned lang
22812:
22813: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22814: {}[]< empty []
22815:
22816: * src/: classes/file.C, classes/string.C, classes/table.C,
22817: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22818: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22819:
22820: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22821: string:match replace strange matches
22822:
22823: * src/classes/string.C: string:match replace 0
22824:
22825: * src/: classes/string.C, main/pa_string.C: string:match replace
22826: prepared 2
22827:
22828: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22829: string:match replace prepared
22830:
22831: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22832: string:match replace -11
22833:
22834: * src/: classes/string.C, include/pa_globals.h,
22835: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22836: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22837:
22838: * src/: classes/string.C, include/pa_globals.h,
22839: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22840: main/pa_string.C: string:match [search] -1 just compiled
22841:
22842: * src/types/pa_vstring.C: z
22843:
22844: * src/: classes/double.C, classes/file.C, classes/form.C,
22845: classes/int.C, classes/response.C, classes/root.C,
22846: classes/string.C, classes/table.C, include/pa_string.h,
22847: main/pa_string.C: string:match -10 [frame]
22848:
22849: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22850: main/pa_request.C: z
22851:
22852: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22853: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22854: todo/tests
22855:
22856: * src/include/pa_common.h: z
22857:
22858: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22859: main/pa_request.C, targets/cgi/parser3.C,
22860: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22861: content-disposition
22862:
22863: * src/: include/pa_common.h, include/pa_globals.h,
22864: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22865: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22866:
22867: * src/: include/pa_common.h, include/pa_request.h,
22868: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22869: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22870: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22871: response:body
22872:
22873: * src/classes/table.C: table:append now uses string::split
22874:
22875: * src/classes/table.C: z
22876:
22877: * src/: classes/file.C, classes/root.C, classes/string.C,
22878: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22879: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22880: include/pa_string.h, main/execute.C, main/pa_string.C,
22881: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22882: string::pos & cmp & piece bugs fixed. string::split new
22883: table:load separated from set table:set implemented with clean \n
22884: \t searches
22885:
22886: 2001-04-02 paf
22887:
22888: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22889: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22890: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22891: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22892: it in table:set/load
22893:
22894: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22895: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22896:
22897: * src/classes/random.C: random:generate 1
22898:
22899: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22900: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22901: types/pa_value.h: random:generate
22902:
22903: 2001-03-30 paf
22904:
22905: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22906: todo: table flip and append. string::pos
22907:
22908: * src/: classes/double.C, classes/file.C, classes/int.C,
22909: classes/response.C, classes/root.C, classes/string.C,
22910: classes/table.C, main/compile.y, main/execute.C,
22911: types/pa_value.h, types/pa_vstateless_class.C,
22912: types/pa_vstateless_class.h: static|dynamic|any method
22913: registration
22914:
22915: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22916: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22917: table:flip
22918:
22919: 2001-03-29 paf
22920:
22921: * src/classes/string.C: string:xsplit forgot that they must result
22922: in 1 row N column [not vice versa]
22923:
22924: * src/classes/string.C: z
22925:
22926: * src/classes/string.C: string: rsplit
22927:
22928: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22929: string: lsplit
22930:
22931: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22932: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22933: lsplit -1
22934:
22935: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22936: string: pos
22937:
22938: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22939: string: pos -1
22940:
22941: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22942: main/compile.y, main/pa_request.C, main/pa_string.C,
22943: main/untaint.C: string: left right mid
22944:
22945: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22946: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22947: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22948: and [;] are different now.
22949:
22950: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22951: main/untaint.C: pool.request undone
22952:
22953: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22954: main/untaint.C: pool.request
22955:
22956: 2001-03-28 paf
22957:
22958: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22959: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22960: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22961: $request:browser [.type .version]; unknown.get_double now = 0.
22962:
22963: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22964: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22965: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22966: types/pa_vform.C: file:load autodetection of mime-type by
22967: user-file-name
22968:
22969: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22970: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22971: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22972:
22973: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22974: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22975: write. must be self.set
22976:
22977: * src/: classes/file.C, classes/root.C, classes/table.C,
22978: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22979:
22980: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22981: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22982: types/pa_vtable.h: table:locate just compiled
22983:
22984: 2001-03-27 paf
22985:
22986: * src/main/: execute.C, pa_common.C: fixed r/w context of
22987: code-params2, fixed ntfs hardlink slow dir update
22988:
22989: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22990: types/pa_wcontext.h: fixed r/w context of code-params
22991:
22992: * src/: classes/table.C, main/execute.C: about to change junction
22993: rcontext!!
22994:
22995: * src/: classes/double.C, classes/int.C, classes/root.C,
22996: classes/string.C, classes/table.C, main/compile_tools.C,
22997: main/execute.C, main/pa_request.C, main/untaint.C,
22998: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22999: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23000: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23001: types/pa_vunknown.h: sort 0
23002:
23003: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23004: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23005: renamed to are_static_calls_disabled
23006:
23007: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23008: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23009: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23010: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23011:
23012: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23013:
23014: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23015: started table:sort fixed minor bug in #...^{
23016:
23017: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23018: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23019: decided to have as it were. stepped back. grammar: added 'in'
23020: 'is' 'lt'&co follow-space check
23021:
23022: 2001-03-26 paf
23023:
23024: * src/: classes/file.C, classes/root.C, classes/table.C,
23025: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23026: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23027: main/pa_table.C: moved ::save to pa_table. disabled @auto
23028: invocation in ^process
23029:
23030: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23031:
23032: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23033: main/pa_array.C: table:record
23034:
23035: * src/: main/untaint.C, targets/cgi/parser3.C,
23036: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23037: targets/isapi/pool_storage.h, types/pa_valiased.h,
23038: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23039: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23040: types/pa_vtable.h: z
23041:
23042: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23043: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23044: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23045: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23046: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23047: method realisations on 'self' validity - they now can simply
23048: assume that 'self' is V{Proper} .
23049:
23050: 2001-03-25 paf
23051:
23052: * src/main/untaint.C: z
23053:
23054: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23055: lowlevel - it initialization could be skipped if failed in @auto.
23056: so that exception report would use some table
23057:
23058: * src/main/pa_request.C: table empty lines ignored. system-default
23059: content type assigned in output:result [can fail in main:auto and
23060: skipped normal defaults extraction]
23061:
23062: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23063: bug
23064:
23065: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23066: processing to table [except preliminary \r\n \r \n replacements
23067: to "\n"]
23068:
23069: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23070: move all the processing to table
23071:
23072: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23073: main/pa_table.C, main/untaint.C: returned table originating.
23074: useful for reporting typo table problems origin. think would be
23075: useful somewhere else
23076:
23077: * src/main/untaint.C: typo \r \r\n \n properly handled
23078:
23079: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23080: include/pa_table.h, main/compile.y, main/compile_tools.C,
23081: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23082: main/pa_string.C, main/pa_table.C, main/untaint.C,
23083: types/pa_vcookie.h: typo & typo-default
23084:
23085: 2001-03-24 paf
23086:
23087: * src/main/pa_common.C: z
23088:
23089: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23090: targets/cgi/parser3.C: html-typo 2
23091:
23092: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23093: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23094: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23095: main/execute.C, main/pa_array.C, main/pa_globals.C,
23096: main/pa_request.C, main/pa_string.C, main/untaint.C,
23097: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23098: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23099: noticed double default content-type prob. run cgi.cmd tomorrow
23100: first html-typo sample. detected << problem: they become ltlt too
23101: fast
23102:
23103: * src/main/compile.y: z
23104:
23105: * src/main/: compile.y, compile_tools.h: #comment
23106:
23107: * src/: classes/file.C, classes/root.C, classes/table.C,
23108: include/pa_common.h, include/pa_request.h, main/compile.y,
23109: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23110: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23111: stringified
23112:
23113: * src/types/pa_valiased.C: decided to String-ify file_read
23114:
23115: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23116: isapi/parser3isapi.dsp: cgi: sapi::log
23117:
23118: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23119: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23120: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23121: error log experiments failed - cgi under iis got no access to
23122: log. registereventsource simply failed with 5(illegal call) code,
23123: while worked OK as standalone executable. isapi: used
23124: HSE_APPEND_LOG_PARAMETER feature
23125:
23126: * src/: include/pa_common.h, include/pa_globals.h,
23127: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23128: targets/isapi/parser3isapi.C: fixed default content-type
23129: allocation storage
23130:
23131: * src/: include/pa_globals.h, include/pa_request.h,
23132: main/pa_globals.C, main/pa_request.C: z
23133:
23134: * src/: include/pa_array.h, include/pa_hash.h,
23135: include/pa_request.h, main/compile.y, main/pa_array.C,
23136: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23137: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23138: content-type
23139:
23140: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23141: sanity
23142:
23143: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23144: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23145: away freeze mech. no danger now for you can't do
23146: ^request:process[@new-method[] body] trick anymore. still
23147: remains $some_instance.process[@new-method[] possibility] but
23148: would leave it as a feature. see index for sample
23149:
23150: * src/: include/pa_common.h, main/pa_common.C,
23151: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23152: monkey every target
23153:
23154: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23155: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23156: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23157:
23158: 2001-03-23 paf
23159:
23160: * src/: include/pa_pool.h, main/pa_request.C,
23161: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23162: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23163: targets/isapi/pool_storage.h: isapi: dumb pool storage
23164:
23165: * src/targets/isapi/pa_pool.C: decided to continue with extension
23166:
23167: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23168: it would be better to rewrite as filter then to deal with pool
23169:
23170: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23171: now like in cgi, not from APPL_PHYSICAL_PATH
23172:
23173: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23174: include/pa_config_fixed.h, include/pa_config_includes.h,
23175: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23176: include/pa_version.h, main/compile.y, main/execute.C,
23177: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23178: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23179: main/untaint.C, targets/cgi/parser3.C,
23180: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23181: cgi: reinvent document_root and request_uri under iis. autoconf
23182: updated. introducing ap_config_includes
23183:
23184: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23185:
23186: * src/targets/cgi/parser3.C: cgi: only one pool now
23187:
23188: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23189: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23190: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23191: types/pa_venv.h, types/pa_vform.C: sapi made object
23192:
23193: * src/: include/pa_globals.h, main/pa_request.C,
23194: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23195: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23196: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23197:
23198: * src/: main/pa_request.C, targets/cgi/parser3.C,
23199: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23200: isapi minor env beauty
23201:
23202: * src/: main/pa_request.C, targets/cgi/parser3.C,
23203: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23204: isapi document_root 0
23205:
23206: 2001-03-22 paf
23207:
23208: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23209:
23210: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23211: isapi/parser3isapi.C: z
23212:
23213: * src/: include/pa_pool.h, main/pa_request.C,
23214: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23215:
23216: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23217: kill.pl: isapi added utils
23218:
23219: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23220: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23221: types/pa_vform.C: isapi 0
23222:
23223: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23224: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23225: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23226: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23227: started isapi
23228:
23229: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23230: some comments
23231:
23232: * src/: include/pa_globals.h, include/pa_request.h,
23233: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23234: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23235: parser_root_auto_path parser_site_auto_path
23236:
23237: * src/types/pa_vcookie.C: cookie attr decoded
23238:
23239: 2001-03-21 paf
23240:
23241: * src/targets/cgi/parser3.C: z
23242:
23243: * src/include/pa_globals.h: post. todo: config of auto.p path
23244:
23245: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23246: types/pa_venv.h: in cookie & env. todo:post
23247:
23248: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23249: classes/root.C, classes/table.C, include/pa_array.h,
23250: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23251: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23252: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23253: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23254: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23255: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23256: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23257: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23258: shifted apache branch on main trunc
23259:
23260: * src/: include/pa_common.h, include/pa_globals.h,
23261: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23262: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23263: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23264: starting mod_parser3
23265:
23266: * src/targets/cgi/parser3.C: starting mod_parser3
23267:
23268: 2001-03-20 paf
23269:
23270: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23271: targets/cgi/parser3.C: automake compiled and works. todo:make
23272: win32 ifdefs work and add ifdef unistd
23273:
23274: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23275: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23276: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23277: z
23278:
23279: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23280: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23281: locking
23282:
23283: * src/: classes/Makefile.am, types/Makefile.am: z
23284:
23285: * src/: Makefile.am, classes/file.C, classes/root.C,
23286: classes/table.C, include/pa_array.h, include/pa_request.h,
23287: include/pa_string.h, main/Makefile.am, main/execute.C,
23288: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23289: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23290: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23291: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23292:
23293: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23294: main/pa_request.C, types/pa_vfile.h: ^table:save
23295:
23296: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23297: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23298: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23299: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23300: types/pa_vform.h: z
23301:
23302: * src/include/pa_string.h: z
23303:
23304: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23305: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23306: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23307: :Value
23308:
23309: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23310: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23311: :VStateless_object
23312:
23313: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23314: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23315: :VStateless_object
23316:
23317: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23318: types/pa_valiased.C, types/pa_vform.h: commented VForm
23319:
23320: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23321: types/pa_valiased.h, types/pa_value.h,
23322: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23323: types/pa_vstateless_object.h: moved common get_element part from
23324: stateless object&class into VAliased
23325:
23326: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23327: classes/table.C, main/execute.C, main/main.dsp,
23328: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23329: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23330: now :Value
23331:
23332: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23333: main/execute.C, main/main.dsp, main/pa_globals.C,
23334: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23335:
23336: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23337: doxx
23338:
23339: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23340: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23341: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23342: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23343: and ^file:save
23344:
23345: 2001-03-19 paf
23346:
23347: * src/types/pa_vfile.C: z
23348:
23349: * src/: classes/file.C, classes/request.C, classes/table.C,
23350: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23351: main/pa_request.C, main/untaint.C, types/pa_value.h,
23352: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23353:
23354: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23355: include/pa_string.h, include/pa_table.h, main/main.dsp,
23356: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23357: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23358: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23359: classes/_file.h, classes/file.C, types/pa_vfile.C,
23360: types/pa_vfile.h: file class just compiled
23361:
23362: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23363: include/pa_table.h, include/pa_types.h, main/execute.C,
23364: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23365: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23366: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23367:
23368: * src/include/pa_pool.h: z
23369:
23370: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23371: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23372: Hash::Value to Val so to doxygen would finlly stop confusing
23373: those Value-s
23374:
23375: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23376: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23377: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23378: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23379: include/pa_types.h, main/compile.C, main/compile.y,
23380: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23381: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23382: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23383: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23384: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23385:
23386: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23387: derivates somehow unlinked. don't know why yet
23388:
23389: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23390: include/pa_string.h, include/pa_threads.h, main/compile.C,
23391: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23392: main/execute.C, main/pa_array.C, main/pa_common.C,
23393: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23394: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23395: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23396:
23397: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23398: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23399: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23400: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23401: types/pa_vrequest.h: doc: detected Value derivates prob
23402:
23403: * src/include/pa_globals.h: z
23404:
23405: * src/: classes/_request.h, classes/request.C, include/code.h,
23406: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23407: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23408: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23409: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23410: main/execute.C, main/pa_pool.C, main/pa_request.C,
23411: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23412: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23413:
23414: 2001-03-18 paf
23415:
23416: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23417: cookie: allowed access to hash-assigned
23418:
23419: * src/targets/cgi/parser3.C: z
23420:
23421: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23422: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23423: include/pa_types.h, main/main.dsp, main/pa_common.C,
23424: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23425: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23426: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23427: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23428: types/pa_vunknown.h: cookie class
23429:
23430: * src/main/pa_request.C: zero length output allowed
23431:
23432: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23433: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23434:
23435: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23436: lang switch
23437:
23438: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23439: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23440: types/pa_value.h, types/pa_vhash.h:
23441: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23442:
23443: * src/main/execute.C: z
23444:
23445: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23446: targets/cgi/parser3.C: taint[uri
23447:
23448: * src/: classes/request.C, classes/response.C, classes/root.C,
23449: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23450: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23451: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23452:
23453: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23454: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23455: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23456: types/pa_vstateless_class.C: convinient string(pool, char *src,
23457: bool tainted) ctor
23458:
23459: * src/: include/pa_hash.h, include/pa_request.h,
23460: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23461: main/pa_request.C, main/pa_string.C, main/untaint.C,
23462: targets/cgi/parser3.C: proper @exceptions params tainting
23463:
23464: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23465: response fields to header
23466:
23467: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23468: z
23469:
23470: * src/: classes/_response.h, classes/response.C,
23471: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23472: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23473: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23474: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23475: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23476: $response: 0 request::core exception rethrow
23477:
23478: 2001-03-16 paf
23479:
23480: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23481: types/pa_vrequest.h: native method' class call with less params
23482: then needed error reporting
23483:
23484: * src/: classes/_request.h, classes/request.C,
23485: include/pa_globals.h, include/pa_request.h, main/execute.C,
23486: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23487: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23488: types/pa_vrequest.h: $request : query :uri
23489:
23490: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23491: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23492: types/pa_wcontext.h: $result
23493:
23494: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23495:
23496: * src/: classes/double.C, include/code.h, main/compile.y,
23497: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23498: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23499:
23500: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23501: main/compile.y, main/execute.C, types/pa_value.h,
23502: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23503: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23504: wcontext conflict
23505:
23506: * src/: main/execute.C, types/pa_value.h,
23507: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23508: $string.field
23509:
23510: 2001-03-15 paf
23511:
23512: * src/main/pa_request.C: news sample
23513:
23514: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23515: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23516:
23517: * src/main/: compile.y, execute.C: z
23518:
23519: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23520: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23521: pre pre works
23522:
23523: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23524: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23525: fillfields just compiled
23526:
23527: 2001-03-14 paf
23528:
23529: * src/: include/pa_request.h, main/pa_request.C,
23530: targets/cgi/parser3.C: z
23531:
23532: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23533: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23534: types/pa_vstring.h: limits -1
23535:
23536: * src/: include/pa_globals.h, include/pa_request.h,
23537: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23538: main/pa_request.C, targets/cgi/parser3.C,
23539: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23540: request_info -1
23541:
23542: * src/: include/pa_globals.h, main/pa_globals.C,
23543: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23544: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23545: vform_fields_fill
23546:
23547: * src/targets/cgi/parser3.C: # if MSVC
23548:
23549: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23550: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23551:
23552: * src/targets/cgi/parser3.C: z
23553:
23554: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23555: include/pa_string.h, include/pa_types.h, main/compile.y,
23556: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23557: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23558: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23559: types/pa_vunknown.h: global handler, exceptions in parser3
23560:
23561: 2001-03-13 paf
23562:
23563: * src/: classes/form.C, main/compile.y, main/core.C,
23564: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23565: types/pa_vform.h, types/pa_vstateless_class.C,
23566: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23567: instead
23568:
23569: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23570: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23571: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23572: started cgi target
23573:
23574: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23575: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23576: before error show with parser
23577:
23578: * src/: classes/_form.h, classes/form.C, include/core.h,
23579: include/pa_request.h, main/core.C, main/pa_request.C,
23580: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23581:
23582: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23583:
23584: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23585: parser3.C: renamed targets/ parser to cgi
23586:
23587: * src/: classes/double.C, classes/env.C, classes/int.C,
23588: classes/root.C, classes/string.C, classes/table.C,
23589: include/pa_request.h, types/pa_vhash.h: z
23590:
23591: * src/: classes/_env.h, classes/env.C, classes/root.C,
23592: include/core.h, include/pa_pool.h, include/pa_request.h,
23593: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23594: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23595: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23596: [historical moment :)]
23597:
23598: * src/: include/code.h, include/pa_string.h, main/compile.y,
23599: main/execute.C, main/pa_string.C: 'value is type' expr operator
23600:
23601: * src/types/pa_venv.h: $ENV 1
23602:
23603: * src/main/execute.C: z
23604:
23605: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23606: future methods of ENV constructor if
23607:
23608: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23609: class
23610:
23611: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23612: classes/_root.h, classes/_string.h, classes/_table.h,
23613: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23614: classes/string.C, classes/table.C, include/pa_request.h,
23615: main/compile.C, main/compile_tools.h, main/core.C,
23616: main/execute.C, main/main.dsp, main/pa_request.C,
23617: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23618: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23619: types/pa_vobject.h, types/pa_vstateless_class.C,
23620: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23621: types/pa_wcontext.h: $ENV: re 0, stateless classes
23622:
23623: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23624: classes/_root.h, classes/_string.h, classes/_table.h,
23625: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23626: classes/string.C, classes/table.C, include/pa_request.h,
23627: main/compile.C, main/compile_tools.h, main/core.C,
23628: main/execute.C, main/main.dsp, main/pa_request.C,
23629: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23630: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23631: types/pa_vobject.h, types/pa_vstateless_class.C,
23632: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23633: types/pa_wcontext.h: $ENV: re 0, stateless classes
23634:
23635: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23636: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23637: yesterdays bad decision on execute_static_method
23638:
23639: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23640:
23641: * src/: classes/double.C, classes/int.C, classes/root.C,
23642: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23643:
23644: * src/main/pa_request.C: z
23645:
23646: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23647: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23648:
23649: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23650: include/pa_pool.h, main/pa_request.C:
23651: restructure_exceptions_dead_end
23652:
23653: * src/: classes/root.C, main/compile.y: ^if required junctions.
23654: allowed ; inside {} to break params
23655:
23656: * src/classes/root.C: ^eval
23657:
23658: * src/: classes/_string.h, classes/double.C, classes/int.C,
23659: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23660: string ^format
23661:
23662: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23663: 'bad' but not 'enough'
23664:
23665: * src/: classes/double.C, classes/root.C, classes/table.C,
23666: include/pa_common.h, include/pa_types.h, main/compile.y,
23667: main/pa_common.C, main/pa_request.C, main/untaint.C,
23668: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23669: types/pa_wwrapper.h: think constructing flag as is is bad
23670:
23671: * src/: classes/double.C, classes/int.C, classes/root.C,
23672: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23673: types/pa_vint.h: ^for
23674:
23675: 2001-03-12 paf
23676:
23677: * src/classes/table.C: table ^empty
23678:
23679: * src/: classes/table.C, include/pa_table.h: table ^menu
23680:
23681: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23682: ^offset ^line ^count
23683:
23684: * src/classes/root.C: ^round() ^floor() ^ceiling()
23685: ^abs() ^sign()
23686:
23687: * src/classes/: root.C, table.C: ^use
23688:
23689: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23690: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23691: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23692: ^while. switched off wcontext.constructing after write(value) or
23693: auto-vhash-constructing
23694:
23695: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23696: main/pa_request.C: fail_if_junction_ helper func
23697:
23698: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23699: include/pa_request.h, main/execute.C, main/main.dsp,
23700: main/pa_common.C, main/pa_request.C: ^process error point by
23701: actual method_name, not source. ^load
23702:
23703: * src/types/pa_vtable.h: table: no, better with string in cells...
23704:
23705: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23706: classes/_table.h, classes/table.C, main/untaint.C: z
23707:
23708: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23709: include/pa_table.h, main/core.C, main/execute.C,
23710: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23711: types/pa_value.h: table:set 0
23712:
23713: * src/: classes/root.C, include/core.h, include/pa_array.h,
23714: include/pa_request.h, include/pa_table.h, main/core.C,
23715: main/main.dsp, main/pa_request.C, main/pa_table.C,
23716: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23717: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23718: types/pa_vstring.h: freeze, ^table:create[] -1
23719:
23720: * src/: classes/root.C, types/pa_value.h: z
23721:
23722: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23723: get_method in couple places optimizing them
23724:
23725: * src/classes/root.C: z
23726:
23727: * src/: classes/root.C, types/pa_vclass.h: process temp main
23728: zeroing
23729:
23730: * src/: classes/double.C, classes/int.C, classes/root.C,
23731: classes/string.C, include/pa_common.h, include/pa_request.h,
23732: include/pa_string.h, include/pa_types.h, main/compile.C,
23733: main/compile.y, main/compile_tools.h, main/execute.C,
23734: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23735: types/pa_vmframe.h: ^process. actual names to store param and
23736: check_actual_numbered_params for better place diagnostics
23737:
23738: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23739: method-junctions bug fixed
23740:
23741: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23742: pa_vstateless_object.h, pa_vstring.h: stateless_object
23743:
23744: 2001-03-11 paf
23745:
23746: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23747: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23748: VDouble VInt base now VObject_base - without fields
23749:
23750: * src/: classes/root.C, include/core.h, main/core.C: z
23751:
23752: * src/: classes/double.C, classes/int.C, classes/root.C,
23753: classes/string.C, include/core.h, include/pa_hash.h,
23754: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23755: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23756:
23757: * src/: classes/double.C, classes/int.C, classes/root.C,
23758: include/pa_request.h, main/execute.C: intercept_string
23759:
23760: * src/: classes/double.C, classes/int.C, classes/root.C,
23761: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23762:
23763: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23764: ^inc-s(expr)
23765:
23766: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23767: classes/_root.h, classes/_string.h, classes/double.C,
23768: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23769: include/code.h, include/core.h, include/pa_array.h,
23770: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23771: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23772: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23773: include/pa_types.h, main/compile.C, main/compile.y,
23774: main/compile_tools.C, main/compile_tools.h, main/core.C,
23775: main/execute.C, main/pa_array.C, main/pa_common.C,
23776: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23777: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23778: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23779: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23780: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23781: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23782: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23783: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23784:
23785: * src/: main/pa_request.C, types/pa_vhash.h: z
23786:
23787: * src/: include/core.h, include/pa_request.h, main/core.C,
23788: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23789:
23790: * src/: include/pa_valiased.h, include/pa_value.h,
23791: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23792: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23793: include/pa_vjunction.h, include/pa_vmframe.h,
23794: include/pa_vobject.h, include/pa_vstring.h,
23795: include/pa_vunknown.h, include/pa_wcontext.h,
23796: include/pa_wwrapper.h, main/compile.y, main/core.C,
23797: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23798: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23799: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23800: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23801: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23802: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23803: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23804: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23805: include/
23806:
23807: 2001-03-10 paf
23808:
23809: * src/: include/core.h, include/pa_request.h, main/core.C,
23810: main/pa_request.C: run+auto=run
23811:
23812: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23813:
23814: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23815: classes/_root.h, classes/_string.h, classes/double.C,
23816: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23817: include/code.h, include/core.h, include/pa_array.h,
23818: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23819: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23820: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23821: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23822: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23823: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23824: include/pa_vjunction.h, include/pa_vmframe.h,
23825: include/pa_vobject.h, include/pa_vstring.h,
23826: include/pa_vunknown.h, include/pa_wcontext.h,
23827: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23828: main/compile_tools.C, main/compile_tools.h, main/core.C,
23829: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23830: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23831: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23832: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23833: main/pa_wcontext.C: sources header
23834:
23835: * src/main/pa_request.C: auto..
23836:
23837: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23838: main/pa_request.C: auto tree0
23839:
23840: * src/: include/core.h, include/pa_request.h, main/compile.y,
23841: main/core.C, main/pa_request.C: names to core.C
23842:
23843: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23844: include/pa_request.h, main/core.C, main/execute.C,
23845: main/pa_common.C, main/pa_request.C: root auto.p loaded
23846:
23847: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23848: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23849: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23850: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23851:
23852: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23853: @auto[] realised. auto.p scan togo
23854:
23855: * src/: include/pa_request.h, main/execute.C: autocalc
23856: code-junctions result now have names
23857:
23858: * src/: classes/double.C, classes/int.C, classes/root.C,
23859: classes/string.C, include/pa_request.h, include/pa_string.h,
23860: include/pa_wcontext.h, main/compile.y, main/execute.C,
23861: main/pa_string.C, main/pa_wcontext.C: tainting 0
23862:
23863: * src/classes/env.C: env:file/line
23864:
23865: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23866: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23867: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23868: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23869: main/compile_tools.C, main/compile_tools.h, main/core.C,
23870: main/execute.C, main/main.dsp, main/pa_cframe.C,
23871: main/pa_request.C, main/pa_wcontext.C: const fight finished
23872:
23873: * src/include/pa_vclass.h: const fight to go
23874:
23875: * src/: classes/_env.h, classes/env.C, classes/root.C,
23876: include/pa_request.h, include/pa_vclass.h, main/core.C,
23877: main/main.dsp: env0
23878:
23879: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23880: classes/_string.h, classes/double.C, classes/int.C,
23881: classes/root.C, classes/string.C, include/pa_request.h,
23882: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23883: include/pa_wcontext.h, main/core.C, main/main.dsp,
23884: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23885: main/pa_wcontext.C: ^lang prepare0
23886:
23887: 2001-03-09 paf
23888:
23889: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23890: construct proper naming
23891:
23892: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23893: classes/double.C, classes/int.C, classes/root.C,
23894: classes/string.C, include/code.h, include/pa_value.h,
23895: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23896: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23897: main/compile.y, main/compile_tools.C, main/core.C,
23898: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23899: and ^double[]. fixed expr type
23900:
23901: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23902: ^string.length[]
23903:
23904: 2001-03-08 paf
23905:
23906: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23907:
23908: * src/: include/pa_vclass.h, include/pa_vstring.h,
23909: include/pa_wcontext.h, main/compile.y, main/core.C,
23910: main/execute.C, main/main.dsp: dead end: vstring can't be
23911: derivated from vobject
23912:
23913: * src/: include/pa_vclass.h, include/pa_vhash.h,
23914: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23915:
23916: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23917: remained clone conseqs
23918:
23919: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23920:
23921: * src/main/pa_vclass.C: wow! vclass were out of vcs
23922:
23923: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23924: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23925: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23926: include/pa_vobject.h, include/pa_vstring.h,
23927: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23928: main/execute.C: withoud cloning. didn't need it actually, params
23929: got passed from out unnamed ewpool
23930:
23931: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23932: include/pa_vjunction.h, include/pa_vobject.h,
23933: include/pa_vunknown.h, main/compile.y: cloning dead end
23934:
23935: * src/: include/pa_bool.h, include/pa_double.h,
23936: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23937: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23938: include/pa_vjunction.h, include/pa_vmframe.h,
23939: include/pa_vobject.h, include/pa_vstring.h,
23940: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23941: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23942: to give params proper names
23943:
23944: * src/main/pa_wcontext.C: z
23945:
23946: * src/: include/pa_vmframe.h, main/execute.C: added names to
23947: unknown values in get_element and unfilled params. removed wrong
23948: name change in get_element
23949:
23950: * src/main/execute.C: z
23951:
23952: * src/main/execute.C: fixed problems calling operators in
23953: constructors
23954:
23955: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23956: detected problems calling operators in constructors
23957:
23958: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23959: autocalc def to string
23960:
23961: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23962: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23963:
23964: * src/classes/root.C: added root.c
23965:
23966: * src/: include/pa_request.h, include/pa_value.h,
23967: include/pa_vcframe.h, include/pa_vmframe.h,
23968: include/pa_wcontext.h, main/compile.C, main/compile.y,
23969: main/core.C, main/execute.C, main/pa_cframe.C,
23970: main/pa_wcontext.C: 'if' just compiled
23971:
23972: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23973: include/pa_vjunction.h, include/pa_vmframe.h,
23974: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23975: main/pa_wcontext.C: z
23976:
23977: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23978: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23979: with parameter names in operator methods
23980:
23981: * src/main/compile.y: minor renamings in .y
23982:
23983: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23984: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23985: @BASE. changed 'RUN' assignment mech
23986:
23987: * src/main/execute.C: z
23988:
23989: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23990: main/compile_tools.h, main/execute.C: made class: dynamic, not
23991: static. so to enable runtime ^use
23992:
23993: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23994:
23995: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23996: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23997:
23998: * src/main/execute.C: root root in code-junction
23999:
24000: 2001-03-07 paf
24001:
24002: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24003: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24004:
24005: * src/: include/pa_stack.h, include/pa_value.h,
24006: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24007: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24008: fixed rwcontext of {} params up
24009:
24010: * src/main/: compile.y, compile_tools.h: ^func(params)
24011:
24012: * src/main/compile.y: .y priorities syntax shaped up a bit
24013:
24014: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24015: include/pa_vunknown.h, main/compile.y, main/execute.C,
24016: main/pa_hash.C: expr def in -f
24017:
24018: * src/main/: compile.y, execute.C: expr calls
24019:
24020: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24021: fixed
24022:
24023: * src/main/compile.y: expr quoted code
24024:
24025: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24026: support0
24027:
24028: * src/main/compile.y: expr string comparisons 0
24029:
24030: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24031: main/pa_string.C: just compiled lt&co
24032:
24033: * src/main/execute.C: ^var.menu{$field} problem detected. that
24034: $field not a $var.field
24035:
24036: 2001-03-06 paf
24037:
24038: * src/main/compile.y: .y expr visible-shorter
24039:
24040: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24041: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24042: logical
24043:
24044: * src/: include/pa_vstring.h, main/compile.y: problems with
24045: skipping whitespace in yylex
24046:
24047: * src/include/pa_vbool.h: forgot this
24048:
24049: * src/: include/code.h, main/compile.y, main/execute.C: without
24050: string ops in expressions 0
24051:
24052: * src/: include/pa_value.h, include/pa_vdouble.h,
24053: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24054: main/execute.C, main/main.dsp: !~
24055:
24056: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24057: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24058: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24059: include/pa_vunknown.h, include/pa_wcontext.h,
24060: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24061: main/compile_tools.h, main/execute.C: +-*/
24062:
24063: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24064: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24065:
24066: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24067: main/execute.C: expr grammar-1 2*2=4.000000 :)
24068:
24069: * src/main/compile.y: expr grammar-1
24070:
24071: * src/main/compile.y: expr lexx1
24072:
24073: * src/main/: compile.y, execute.C, main.dsp: z
24074:
24075: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24076: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24077: main/execute.C: expr lex0 exec-1
24078:
24079: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24080:
24081: 2001-02-26 paf
24082:
24083: * src/main/compile.y: max_string in yyerror bug fix
24084:
24085: 2001-02-25 paf
24086:
24087: * src/: include/pa_value.h, include/pa_vmframe.h,
24088: include/pa_wcontext.h, main/execute.C: VAliased3
24089:
24090: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24091:
24092: * src/main/execute.C: VAliased1
24093:
24094: * src/: include/pa_request.h, include/pa_value.h,
24095: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24096: VAliased0
24097:
24098: * src/: include/pa_pool.h, include/pa_request.h,
24099: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24100: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24101: VAliased just compiled
24102:
24103: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24104: include/pa_vobject.h, main/execute.C: alias dead end
24105:
24106: * src/: include/pa_value.h, include/pa_vclass.h,
24107: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24108: main/main.dsp: no not get fields into interm VFielded class.
24109: fields & staticfields 1
24110:
24111: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24112: include/pa_vobject.h, include/pa_wcontext.h,
24113: include/pa_wwrapper.h, main/core.C, main/execute.C,
24114: main/main.dsp: would now get fields into interm VFielded class
24115:
24116: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24117: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24118: include/pa_wcontext.h, main/compile.y, main/core.C,
24119: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24120: main/pa_wcontext.C: virtuals2
24121:
24122: * src/main/compile.y: : 1
24123:
24124: * src/main/compile.y: rethought to $class:static.field.subfield
24125:
24126: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24127: $class:element
24128:
24129: * src/: include/pa_value.h, include/pa_vmframe.h,
24130: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24131: main/pa_wcontext.C: before execute class calls rewrite
24132:
24133: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24134: name RUN, also alias
24135:
24136: * src/main/compile.y: escaping bug
24137:
24138: * src/: include/pa_request.h, include/pa_value.h,
24139: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24140: main/core.C, main/execute.C, main/pa_common.C: vobject1
24141:
24142: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24143: include/pa_vmframe.h, include/pa_vobject.h,
24144: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24145: main/compile_tools.h, main/execute.C: ^class:method() just
24146: compiled
24147:
24148: 2001-02-24 paf
24149:
24150: * src/main/main.dsp: no bison -d
24151:
24152: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24153: class' err msg wrong
24154:
24155: * src/main/compile.y: z
24156:
24157: * src/main/: compile.y, core.C: yylex need some @special lines adj
24158:
24159: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24160: main/compile.y, main/compile_tools.h, main/core.C: modules0
24161:
24162: * src/: include/pa_vclass.h, main/core.C: z
24163:
24164: * src/: include/pa_value.h, include/pa_vclass.h,
24165: include/pa_vobject.h, main/main.dsp: vobject00
24166:
24167: * src/main/pa_array.C: minor bug in expanding very small arrays.
24168: 60% from 1 were 0
24169:
24170: * src/: include/pa_value.h, include/pa_wcontext.h,
24171: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24172: as bad as you've named it: wcontext.value() was not a perfect
24173: idea
24174:
24175: * src/main/execute.C: codeframe1
24176:
24177: * src/: include/pa_value.h, include/pa_vcframe.h,
24178: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24179: include/pa_vjunction.h, include/pa_vmframe.h,
24180: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24181: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24182: just compiled
24183:
24184: * src/: include/pa_vframe.h, main/compile.y: found junction
24185: ideology @: ^x{$a()) must construct current wcontext element, so
24186: smart wcontext handling needed
24187:
24188: * src/main/compile.y: fixed grammar bugs in constructor/params
24189: klinch
24190:
24191: * src/main/: compile.y, execute.C: fixed empty constructor
24192: optimized empty case. failed on calls - produced empty string
24193: param
24194:
24195: * src/main/compile.y: fixed last \n macrotemplate strip bug
24196:
24197: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24198: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24199: main/compile_tools.C, main/compile_tools.h, main/core.C,
24200: main/execute.C: code junctions0. something wrong with last \n
24201: macrotemplate strip
24202:
24203: * src/: include/pa_value.h, main/compile.C, main/core.C,
24204: main/pa_value.C: minor error reporting format beautifyings
24205:
24206: * src/: include/pa_value.h, include/pa_vclass.h,
24207: include/pa_vframe.h, main/core.C, main/execute.C,
24208: main/pa_value.C: get_method RIP. junctions everywhere. call with
24209: junctions0
24210:
24211: 2001-02-23 paf
24212:
24213: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24214: pa_wwrapper.h: lara came, can't work, sorry :(
24215:
24216: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24217: junction
24218:
24219: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24220: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24221: main/execute.C, main/main.dsp, main/pa_value.C: call0
24222:
24223: * src/: include/pa_hash.h, include/pa_value.h,
24224: include/pa_wcontext.h, main/core.C, main/execute.C,
24225: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24226: done
24227:
24228: * src/include/pa_wcontext.h: z
24229:
24230: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24231: wrong grammar in complex constructor case
24232:
24233: * src/main/: compile.y, execute.C: empty constructor bug fixed
24234:
24235: * src/main/execute.C: with result rwpool
24236:
24237: * src/: include/pa_value.h, main/core.C, main/execute.C,
24238: main/main.dsp: value named
24239:
24240: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24241: strign 2 value in 2 places in execute
24242:
24243: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24244: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24245: wcontext.put_element when wcontext fvalue==0
24246:
24247: 2001-02-22 paf
24248:
24249: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24250: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24251: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24252:
24253: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24254: erroreos checkout
24255:
24256: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24257:
24258: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24259: main/compile_tools.h, main/pa_array.C: $self.get
24260:
24261: * src/main/: compile.C, compile.y, compile_tools.C: z
24262:
24263: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24264: bit. finished now.
24265:
24266: * src/main/compile.y: $: finished
24267:
24268: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24269:
24270: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24271: main/execute.C: OP_STRING better then some xxx _VALUE
24272:
24273: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24274: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24275: string to vstring it .y all
24276:
24277: * src/: include/pa_request.h, include/pa_stack.h,
24278: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24279: all
24280:
24281: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24282: precise parse error line:col
24283:
24284: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24285: main/pa_hash.C, main/pa_pool.C: TRY...
24286:
24287: * src/: include/pa_exception.h, include/pa_pool.h,
24288: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24289: main/compile.C, main/compile.y, main/compile_tools.C,
24290: main/core.C, main/pa_array.C, main/pa_exception.C,
24291: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24292: main/pa_table.C: removed exception from request
24293:
24294: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24295: some forgotten
24296:
24297: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24298: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24299: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24300: get/put simple vars to VClass works0
24301:
24302: * src/: include/pa_array.h, include/pa_wcontext.h,
24303: main/pa_string.C: in process, but found that exceptions are too
24304: global
24305:
24306: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24307: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24308: main/execute.C, main/pa_string.C: write_value write_string 0 it
24309: seems wcontext must write strings regardles of fvalue!=0
24310:
24311: 2001-02-21 paf
24312:
24313: * src/main/execute.C: tired :)
24314:
24315: * src/main/: compile.C, compile.y, execute.C: store0
24316:
24317: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24318: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24319: include/pa_wcontext.h, main/compile.C, main/compile.y,
24320: main/execute.C, main/main.dsp, main/pa_array.C,
24321: main/pa_request.C: get put -1 [just compiled]
24322:
24323: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24324: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24325: main/main.dsp, main/pa_request.C: request core methods0
24326:
24327: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24328: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24329: execute
24330:
24331: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24332: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24333: methods and one_big_piece. now compile returns array<method*>
24334:
24335: * src/main/compile.y: more straightforward yylex[end]
24336:
24337: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24338: string.operator==(char*)
24339:
24340: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24341: main/execute.C, main/pa_array.C: after array.const get wonders
24342:
24343: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24344: pa_string.h, pa_value.h: struck with const array.gets
24345:
24346: * src/main/: execute.C: z
24347:
24348: * src/main/: compile.y, execute.C: z
24349:
24350: * src/main/: compile.C, compile.y, compile_tools.h: error
24351: processing in eval & yyerror so it wouldn't cause memleaks.
24352:
24353: * src/main/: compile.C, compile.y: failed to add absolute precies
24354: parse error positions. leaving RIGHTMOST position as
24355: @file[line:col]
24356:
24357: * src/: include/compile.h, main/compile.C, main/compile.y,
24358: main/compile_tools.h: line numbers needed. would add them to .y
24359: now internally. externally it's not as precise as needed
24360:
24361: * src/: include/code.h, include/pa_types.h, main/compile.C,
24362: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24363: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24364: compiler works ok
24365:
24366: 2001-02-20 paf
24367:
24368: * src/main/: compile.C, compile.y, compile_tools.C,
24369: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24370: not perfect
24371:
24372: * src/: include/code.h, include/compile.h, include/execute.h,
24373: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24374: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24375: main/compile.C, main/compile.y, main/compile_tools.C,
24376: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24377: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24378: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24379: compiled. execute=dump for now
24380:
24381: * src/main/core.C: core rewrite using yacc investigations now will
24382: be compile[yacc]/execute[opcodes]
24383:
24384: 2001-02-15 paf
24385:
24386: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24387: rewrite as turing machine? for it seems it would be it's too many
24388: ifs with this syntax now
24389:
24390: 2001-02-14 paf
24391:
24392: * src/main/core.C: get_params 1
24393:
24394: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24395: :( ]
24396:
24397: * src/main/core.C: varios breaks
24398:
24399: * src/main/core.C: get names 3
24400:
24401: * src/main/core.C: get names 2
24402:
24403: * src/main/core.C: get names 1
24404:
24405: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24406: names 0
24407:
24408: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24409: text repassing2 operator static vars
24410:
24411: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24412: main/pa_string.C: process text repassing
24413:
24414: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24415: module:calls changes
24416:
24417: 2001-02-13 paf
24418:
24419: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24420: ^class:calls[] started
24421:
24422: * src/: include/pa_value.h, main/core.C: z
24423:
24424: * src/main/core.C: operators : and self. prefixes
24425:
24426: * src/main/core.C: z
24427:
24428: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24429: tested
24430:
24431: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24432: optimized
24433:
24434: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24435: would change privates to better support optimization
24436:
24437: * src/: include/pa_string.h, main/pa_string.C:
24438: String_iterator::skip_to todo:optimize
24439:
24440: 2001-02-12 paf
24441:
24442: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24443: String_iterator
24444:
24445: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24446: comments
24447:
24448: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24449: self/methodref joined
24450:
24451: 2001-02-11 paf
24452:
24453: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24454: main/main.dsp: core started. core.C, context&value .h
24455:
24456: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24457: include/pa_string.h, main/main.dsp, main/pa_array.C,
24458: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24459:
24460: 2001-01-30 paf
24461:
24462: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24463: comments
24464:
24465: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24466: main/pa_pool.C: moved pa_pool.C to be target specific
24467:
24468: * src/: include/pa_exception.h, include/pa_pool.h,
24469: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24470: to & changes
24471:
24472: * src/: include/pa_exception.h, include/pa_pool.h,
24473: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24474: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24475: re-associated. that's much better even removed 'die' necessety
24476:
24477: * src/: include/pa_error.h, include/pa_exception.h,
24478: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24479: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24480: targets/Makefile.am: lowered targets/parser into subdir, added
24481: parser_Pool(Pool) failed to add. would think..
24482:
24483: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24484: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24485: main/pa_string.C, main/pa_table.C: Table more like C++ style
24486: hence lots of 'const'
24487:
24488: * src/: include/pa_error.h, include/pa_request.h,
24489: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24490: main/pa_table.C: Error fixed
24491:
24492: 2001-01-29 paf
24493:
24494: * src/: include/pa_array.h, include/pa_common.h,
24495: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24496: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24497: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24498: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24499:
24500: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24501: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24502: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24503: main/pa_string.C, main/pa_table.C: Request Error Table
24504:
24505: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24506: templates"
24507:
24508: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24509: main/main.dsp, main/pa_array.C: templates failed no template
24510: specializations [VC6], no library auto instantation [VC6, GNU c++
24511: 2.95.2-6 from latest cygwin]
24512:
24513: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24514: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24515: main/main.dsp, main/pa_array.C, main/pa_string.C,
24516: main/pa_table.C: Table started would test template Array now
24517:
24518: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24519: String originating
24520:
24521: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24522: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24523: SYNCHRONIZED(thread_safe)
24524:
24525: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24526: parts to top
24527:
24528: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24529: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24530: see: needed only in global Hash now, made Hash:: put/get
24531: SYNCHRONIZED
24532:
24533: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24534: main/pa_threads.C: added pa_threads
24535:
24536: Mutex
24537:
24538: * src/include/pa_hash.h: some comments
24539:
24540: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24541: Array& operator += (Array& src)
24542:
24543: * src/main/pa_array.C: expand not convinient, would rewrite
24544:
24545: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24546: (Array& src)
24547:
24548: rethought, would change now
24549:
24550: 2001-01-27 paf
24551:
24552: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24553: caching
24554:
24555: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24556: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24557: cache rethought to chunk caching
24558:
24559: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24560: include/pa_string.h, main/main.dsp, main/pa_array.C,
24561: main/pa_hash.C, main/pa_string.C: Array 0
24562:
24563: * src/main/pa_string.C: String::operator ==
24564:
24565: * src/main/pa_hash.C: String(&String)
24566:
24567: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24568:
24569: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24570: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24571: pa_hash[forgotten]
24572:
24573: 2001-01-26 paf
24574:
24575: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24576: removed templates [vc++ suxx]
24577:
24578: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24579: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24580:
24581: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24582:
1.119 moko 24583: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24584:
1.119 moko 24585: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24586: check
24587:
24588: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24589: dynamic row_count
24590:
24591: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24592: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24593: targets/Makefile.am: Initial revision
24594:
24595: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24596: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24597: targets/Makefile.am: creating parser3 module
24598:
E-mail: