Annotation of parser3/ChangeLog, revision 1.154
1.154 ! moko 1: 2021-01-03 moko
! 2:
! 3: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
! 4: types/pa_vclass.h, types/pa_vstateless_class.C,
! 5: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
! 6: +LOCALS. $main -> $MAIN in exception texts (implements feature
! 7: #1207)
! 8:
! 9: 2021-01-02 moko
! 10:
! 11: * etc/auto.p.in: minor
! 12:
! 13: * src/main/pa_request.C: sending headers only after opening file to
! 14: allow error reporting if file was not opened (foreign group,
! 15: etc).
! 16:
! 17: 2020-12-31 moko
! 18:
! 19: * src/: include/pa_request.h, main/pa_request.C,
! 20: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
! 21:
! 22: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
! 23: main/pa_request.C: get_class_ref added and used
! 24:
! 25: * etc/auto.p.in: @CLASS httpd added
! 26:
! 27: * etc/auto.p.in: @auto[] is now first
! 28:
! 29: 2020-12-30 moko
! 30:
! 31: * tests/: 408.html, results/408.processed: test for bug #1166
! 32: (windows only) added
! 33:
! 34: * src/main/pa_common.C: create_dir_for_file should not create dir
! 35: for trailing / (fixes bug #1166)
! 36:
! 37: * tests/: 341.html, results/341.processed: tests for
! 38: ^nameless_table.hash[] added (related to feature #1138)
! 39:
! 40: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
! 41: (implements feature #1138), extra fields in named tables no
! 42: longer ignored (implements feature #1138)
! 43:
! 44: * tests/results/390.processed: updated after exception text change
! 45:
! 46: 2020-12-29 moko
! 47:
! 48: * tests/: 407.html, results/407.processed: +$._default check
! 49:
! 50: * src/classes/hash.C: keep $_default in ^hash.reverse[]
! 51:
! 52: * tests/: 407.html, results/407.processed: test for ^hash.select[]
! 53: and ^hash.reverse[] added (releated to feature #1172)
! 54:
! 55: * src/classes/hash.C:
! 56: ^hash.select[key;value](bool-condition)[options hash] +
! 57: ^hash.reverse[] added (implements feature #1172)
! 58:
! 59: * src/types/pa_vtable.h: warning war
! 60:
! 61: * src/include/pa_config_fixed.h: win32 fix
! 62:
1.153 moko 63: 2020-12-27 moko
64:
65: * tests/: 406.html, results/406.processed: test results updated
66:
67: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
68: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
69: spelling
70:
71: 2020-12-26 moko
72:
73: * tests/: 406.html, results/406.processed: tests for
74: ^table.rename[] added (related to feature #1148)
75:
76: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
77: ^table.rename[column name from;column name to], ^table.rename[
78: $.[column name from][column name to] ... ] added (implements
79: feature #1148)
80:
81: 2020-12-25 moko
82:
83: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
84: request_info now on stack to avoid yet another THREAD_LOCAL
85: memory deallocation issue (now with cookies), explained in #1203
86:
87: * src/types/pa_vcookie.C: fields should be inited
88:
89: 2020-12-24 moko
90:
91: * src/include/pa_stylesheet_connection.h: looks like
92: xsltFreeStylesheet leads to memory double-free. If so, it's for
93: sure libxml bug, but we have GC anyway, so we just remove this
94: call and see...
95:
96: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
97: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
98: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
99: abort.c:65:8 frame #3: 0x00000000004da663
100: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
101: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
102: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
103: malloc.c:617:9 frame #5: 0x0000000000577f0c
104: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
105: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
106: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
107: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
108: frame #8: 0x000000000050d35c
109: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
110: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
111: frame #10: 0x00000000004436e5
112: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
113: [inlined]
114: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
115: pa_stylesheet_connection.h:62:3
116:
117: 2020-12-23 moko
118:
119: * src/classes/image.C: ^image::measure[; $.video() ] option added
120:
121: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
122: ^image::measure[; $.video(true) ] added
123:
124: * src/main/pa_exec.C: not cleared automatically in multithreaded
125: httpd mode for unknown reasons
126:
127: 2020-12-22 moko
128:
129: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
130: error_log uri of currently processed document", but never used
131: and conflicts with how libgc stops threads on FreeBSD (#define
132: SIG_SUSPEND SIGUSR1), thus removed.
133:
134: 2020-12-21 moko
135:
136: * src/main/pa_request.C: +comment
137:
1.151 moko 138: 2020-12-20 moko
139:
1.152 moko 140: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
141: it is more safe to have versions of pa_strdup with one and two
142: arguments, as helper_length=0 not always mean that strlen()
143: should be called, but means zero.
144:
145: * src/targets/isapi/parser3isapi.C: minor
146:
147: * src/main/pa_http.C: +valid_http_method
148:
1.151 moko 149: * src/: include/pa_http.h, main/pa_http.C,
150: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
151:
152: 2020-12-17 moko
153:
154: * tests/: 405.html, results/405.processed: test for split by regex
155: added (related to feature #1160)
156:
157: * src/classes/string.C: split by regex implemented (feature #1160)
158:
159: * src/classes/string.C: minor
160:
161: * tests/: 404.html, results/404.processed: test for whitespace
162: string is now OK for table argument (related to feature #1169)
163:
164: * src/: classes/image.C, classes/string.C, classes/table.C,
165: types/pa_vmethod_frame.C: whitespace string is now OK for table
166: argument (as with hash) (implements feature #1169)
167:
168: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
169: limit for comment (fixes bug #1102)
170:
171: * src/targets/cgi/parser3.C: +HAVE_TLS check
172:
173: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
174:
175: * src/include/pa_config_includes.h: HAVE_TLS used
176:
177: * configure.ac: +TLS check
178:
179: * src/main/pa_http.C: content logging added
180:
181: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
182: clear_response_headers added
183:
184: 2020-12-16 moko
185:
186: * buildall: as we now use threads, libatomic_ops still required for
187: some OS.
188:
189: * src/main/pa_request.C: whitespace
190:
191: * src/: include/pa_request.h, main/pa_request.C:
192: Request::Exception_trace::table extracted and used
193:
194: * src/main/pa_request.C: moving output_result call outside of try
195: as network exceptions should not be handled by parser code
196:
197: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
198: logging network exchange
199:
200: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
201: via network if it was network write error.
202:
203: * src/targets/cgi/parser3.C: log -> pa_log
204:
205: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
206:
207: * src/main/pa_threads.C: getpid() if no gettid() found
208:
209: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
210: we need to ignore "void" connections from browsers (browsers open
211: connections in advance and they will be empty if user does not
212: request more pages)
213:
214: 2020-12-15 moko
215:
216: * src/targets/cgi/parser3.C: avoid previous uri in logs
217:
218: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
219: RequestController not needed in httpd mode
220:
221: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
222: classes/classes.h, classes/curl.C, classes/date.C,
223: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
224: classes/hashfile.C, classes/image.C, classes/inet.C,
225: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
226: classes/memcached.C, classes/memory.C, classes/op.C,
227: classes/reflection.C, classes/regex.C, classes/response.C,
228: classes/string.C, classes/table.C, classes/void.C,
229: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
230: include/pa_array.h, include/pa_base64.h,
231: include/pa_cache_managers.h, include/pa_charset.h,
232: include/pa_charsets.h, include/pa_common.h,
233: include/pa_config_fixed.h, include/pa_config_includes.h,
234: include/pa_dictionary.h, include/pa_dir.h,
235: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
236: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
237: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
238: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
239: include/pa_request_charsets.h, include/pa_request_info.h,
240: include/pa_sapi.h, include/pa_socks.h,
241: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
242: include/pa_stack.h, include/pa_string.h,
243: include/pa_stylesheet_connection.h,
244: include/pa_stylesheet_manager.h, include/pa_symbols.h,
245: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
246: include/pa_uue.h, include/pa_xml_exception.h,
247: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
248: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
249: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
250: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
251: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
252: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
253: main/compile.tab.C, main/compile.y, main/compile_tools.C,
254: main/compile_tools.h, main/execute.C, main/pa_base64.C,
255: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
256: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
257: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
258: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
259: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
260: main/pa_sql_driver_manager.C, main/pa_string.C,
261: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
262: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
263: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
264: main/untaint.C, sql/pa_sql_driver.h,
265: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
266: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
267: targets/isapi/parser3isapi.C, types/pa_junction.h,
268: types/pa_method.h, types/pa_property.h, types/pa_value.C,
269: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
270: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
271: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
272: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
273: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
274: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
275: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
276: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
277: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
278: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
279: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
280: types/pa_vmemory.h, types/pa_vmethod_frame.C,
281: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
282: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
283: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
284: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
285: types/pa_vstateless_object.h, types/pa_vstatus.C,
286: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
287: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
288: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
289: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
290: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
291:
292: * src/main/pa_request.C: old compilers support
293:
294: * tests/: 362.html, results/362.processed: test updated after
295: changes after upgrade to libxml2-2.9.9 were made (related to bug
296: #1108)
297:
298: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
299: removed, as xsltFreeStylesheet has side effects on original doc.
300: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
301: not updated after xdoc modification (part 3 of test 362).
302: (related to bug #1108)
303:
304: * src/targets/isapi/parser3isapi.C: +pa_strcat
305:
306: * src/: classes/memory.C, include/pa_memory.h,
307: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
308: PA_GC_GCOLLECT used
309:
310: * src/include/pa_memory.h: +PA_GC_COLLECT
311:
312: * src/targets/cgi/parser3.C: msvs support fixes
313:
314: * src/lib/gc/include/gc.h: more cleanup
315:
316: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
317:
318: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
319: targets/cgi/parser3.C: $main:HTTPD.mode implemented
320:
321: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
322:
323: * configure.ac: pthread.h added to checked headers
324:
325: * src/classes/table.C: string stream is back :)
326:
327: * src/classes/memory.C: GC_generate_random_backtrace no longer
328: exists
329:
330: * src/main/pa_globals.C: GC_dont_gc replaced
331:
332: * src/lib/gc/include/gc.h: major cleanup, only used functions are
333: left to simplify adding new functions. depricated GC_dont_gc
334: replaced with GC_disable and GC_enable calls.
335:
336: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
337: CORD_from_file* not used and thus removed
338:
339: * src/lib/gc/include/gc_allocator.h: minor cleanup
340:
341: 2020-12-14 moko
342:
343: * src/classes/: curl.C, memory.C, table.C: every TLS should be
344: referenced elsewhere, or GC will collect it.
345:
346: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
347: main/pa_xml_io.C: bugfix: TLS variables should be referenced
348: elsewhere, or GC will collect them (and we'll get GPF in
349: multithreaded enviroment). May be it can be also fixed by some
350: GC call, not sure. But this fix costs nothing (but hours of
351: debugging to find the issue :).
352:
1.150 moko 353: 2020-12-11 moko
354:
355: * configure.ac: gettid() check added
356:
357: * src/main/pa_threads.C: HAVE_GETTID used
358:
359: * src/include/pa_config_auto.h.in: +HAVE_GETTID
360:
361: * src/: include/pa_threads.h, main/pa_threads.C: now unified
362: version for isapi/cgi/apache
363:
364: * buildall: threads are now required.
365:
366: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
367: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
368: main/main.vcproj: pa_threads.C moved to main
369:
370: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
371: isapi/pa_threads.C: pa_threads.C moved to main
372:
373: * src/: main/Makefile.am, targets/cgi/Makefile.am,
374: targets/apache/Makefile.am: pa_threads.C moved to main
375:
376: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
377:
378: * src/: include/pa_stylesheet_connection.h,
379: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
380: and weird GPF in multithreaded httpd is gone
381:
382: * src/include/: pa_stylesheet_connection.h,
383: pa_sql_driver_manager.h: whitespace
384:
385: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
386:
387: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
388: main/pa_stylesheet_manager.C: whitespace, warning war
389:
390: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
391: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
392: parser_multithreaded never used
393:
394: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
395:
396: 2020-12-10 moko
397:
398: * src/: include/pa_config_includes.h, include/pa_http.h,
399: main/pa_http.C, targets/cgi/parser3.C: initial support for
400: MULTITHREADED and PARALLEL httpd server modes
401:
402: * src/main/pa_globals.C: GC_java_finalization is depricated
403:
404: 2020-12-09 moko
405:
406: * etc/auto.p.in: + @httpd-main
407:
408: * src/: include/pa_common.h, main/pa_request.C,
409: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
410: work
411:
412: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
413: slow file_read_binary no longer used, send_range added
414:
415: 2020-12-08 moko
416:
417: * src/main/pa_request.C: >4Gb support
418:
419: * src/targets/cgi/parser3.C: msvc warning war
420:
421: * src/: include/pa_config_includes.h, main/pa_http.C,
422: main/pa_request.C: msvc warnings war
423:
424: * src/classes/image.C: warning war
425:
426: * src/classes/table.C: MSVC warning war
427:
428: * src/targets/cgi/parser3.C: msvc warnings war
429:
430: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
431: added
432:
1.149 moko 433: 2020-12-07 moko
434:
1.150 moko 435: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
436: avoid logging beside system-wide auto.p
437:
438: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
439:
440: * configure, configure.ac, src/include/pa_config_auto.h.in:
441: configure options added:
442:
443: --with-system-cfg=FILE to specify system-wide auto.p
444: --with-system-log=FILE to specify system-wide parser3.log
445:
446: * Makefile.am: bin no longer exists
447:
448: * configure, configure.ac: auto.p moved to etc to simplify debian
449: package
450:
451: * buildall: auto.p and parser3.charsets moved to their default
452: location after install
453:
454: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
455:
456: * aclocal.m4, configure: automake 1.15 -> 1.16.1
457:
1.149 moko 458: * src/targets/cgi/parser3.C: locate_config call returned to
459: original place as it requires pa_thread_request() under Windows
460:
461: * src/targets/cgi/parser3.C: renaming
462:
463: 2020-12-06 moko
464:
465: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
466: check added
467:
468: 2020-12-04 moko
469:
470: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
471: main/pa_request.C: unified uint64_t lseek implemented to support
472: >4Gb files under x86, including Windows
473:
474: 2020-12-02 moko
475:
476: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
477: with max_file_size
478:
479: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
480: support for processing files sized >4Gb on 32 bit planforms
481:
482: * tests/399.html: file moved
483:
484: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
485:
486: * src/targets/cgi/pa_sapi_info.h: warning war
487:
488: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
489: warning war
490:
491: 2020-12-01 moko
492:
493: * src/classes/image.C: mp4 extended size (>4Gb) support added
494:
495: * src/classes/image.C: for "size not found" exception to be shown
496: if size not found until eof
497:
498: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
499: bit linux)
500:
501: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
502: #1188)
503:
504: 2020-11-30 moko
505:
506: * src/classes/image.C: definitions moved closer to code
507:
508: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
509: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
510: 395_dir/3_VP8X.webp, results/395.processed,
511: results/396.processed: tests for ^image::measure[] .webp support
512: added, all image files moved into one directory (related to
513: feature #1188)
514:
515: * src/classes/image.C: ^image::measure[] now supports webp (feature
516: #1188)
517:
1.148 moko 518: 2020-11-29 moko
519:
520: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
521: processing, unnessesary defines removed
522:
523: 2020-11-24 moko
524:
525: * tests/results/: 099.processed, 100.processed, 205.processed,
526: 309.processed, 310.processed: Content-Disposition: inline
527: returned
528:
529: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
530: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
531: ] added (related to bug #1204)
532:
533: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
534: ] supported to avoid Content-Disposition: inline;
535: filename="<file>.ext" but still set Content-Type for ext (related
536: to bug #1204)
537:
1.147 moko 538: 2020-11-22 moko
539:
540: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
541: types/pa_vfile.C: pa_filename added to avoid useless rsplit
542:
543: * src/main/pa_request.C: content_disposition_inline returned.
544:
545: 2020-11-17 moko
546:
547: * src/main/pa_request.C: empty main method name support
548:
549: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
550: config_handler added, stdout flush added.
551:
552: 2020-11-16 moko
553:
554: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
555:
556: * tests/results/: 099.processed, 205.processed, 237.processed,
557: 309.processed, 310.processed: Content-Disposition: inline is not
558: required and should not contain filename="<name>"
559:
560: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
561: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
562: targets/isapi/parser3isapi.C: pa_strcat implemented and used
563:
1.146 moko 564: 2020-11-14 moko
565:
566: * src/targets/cgi/parser3.C: spelling
567:
568: * src/targets/cgi/parser3.C: renaming
569:
570: * src/targets/cgi/parser3.C: args_skip removed, locate_config
571: relocated
572:
573: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
574: before request processing, which is weired
575:
576: 2020-11-13 moko
577:
578: * src/main/pa_http.C: pa_recv added with timeout support, thus read
579: copied in httpd.
580:
581: 2020-11-12 moko
582:
583: * src/main/pa_http.C: ALARM code unified to be used in httpd
584:
585: * src/: include/pa_request.h, main/pa_request.C,
586: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
587:
588: * src/main/pa_http.C: URI validation added
589:
590: * src/targets/cgi/parser3.C: filespec_to_process now variable,
591: can't be empty but can be null. httpd-main is now main method
592: name for httpd mode
593:
594: 2020-11-11 moko
595:
596: * src/main/pa_request.C: path_translated can be null in httpd mode
597:
598: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
599: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
600: classes/xdoc.C, include/pa_request.h, main/execute.C,
601: main/pa_request.C: r.absolute -> r.full_disk_path
602:
603: * src/targets/cgi/parser3.C: if filename to process is not
604: specified, auto.p should be present.
605:
1.145 moko 606: 2020-11-03 moko
607:
608: * src/: classes/op.C, include/pa_request.h: unused argument removed
609:
610: * src/main/pa_request.C: content_disposition_inline is the default,
611: not required.
612:
1.144 moko 613: 2020-10-29 moko
614:
615: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
616: ^use[file; $.main(true) ] implemented for auto.p processing and
617: path_translated changing to correct relative files path
618: calculation in httpd mode
619:
620: * src/: include/pa_request.h, main/pa_request.C:
621: fail_on_read_problem removed, as it allways true, as if should
622: be.
623:
624: * src/: include/pa_request.h, main/pa_request.C,
625: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
626: targets/isapi/parser3isapi.C: clearing config_filespec when
627: config was not found, thus flag not required and removed.
628:
629: 2020-10-28 moko
630:
631: * tests/: 402.html, results/402.processed: error reporting test
632:
633: * src/main/execute.C: better error reporting when
634: $result[^hash::create[]] in @main.
635:
636: * src/main/: execute.C, pa_request.C: frame.result() should be used
637: + minor optimization
638:
639: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
640: main/pa_xml_io.C: execute_*_method simplified and unified
641:
642: 2020-10-27 moko
643:
644: * tests/: 306.html, results/306.processed: a bit more testing. :)
645:
646: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
647: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
648: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
649: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
650: types/pa_vmethod_frame.h, types/pa_vobject.C,
651: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
652: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
653: longer used in object-prototype mode
654:
655: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
656: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
657: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
658: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
659: $form:name[value] features
660:
1.143 moko 661: 2020-10-18 moko
662:
663: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
664:
665: 2020-10-15 moko
666:
667: * src/main/pa_http.C: url no longer needed as
668: ALTER_EXCEPTION_SOURCE is used
669:
670: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
671: main/pa_http.C: check_file_size filespec is now optional
672:
673: * src/: classes/curl.C, include/pa_exception.h,
674: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
675: ALTER_EXCEPTION_COMMENT added for better error reporting
676:
677: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
678: results/346-curl.processed, results/379-curl.processed,
679: results/379.processed: test results updated as load now provides
680: better error reporting + curl responses updated
681:
682: 2020-10-14 moko
683:
684: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
685: main/pa_string.C, targets/apache/mod_parser3_core.C,
686: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
687: checked. 10 is now default base, no hex autodetect by default
688:
689: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
690: connection socket closing in destructor + accept exception
691: handling
692:
693: * src/targets/cgi/parser3.C: warning war
694:
695: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
696: main/pa_request.C, targets/apache/mod_parser3_core.C,
697: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
698: exception handling unified
699:
700: 2020-10-13 moko
701:
702: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
703: autodetection
704:
705: * src/targets/apache/mod_parser3_core.C: reverted to atoi
706:
707: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
708:
709: * src/main/pa_http.C: warning war
710:
1.142 moko 711: 2020-10-12 moko
712:
1.143 moko 713: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
714: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
715: unhandled exception code optimization
716:
717: * src/targets/cgi/parser3.C: request_info now global variable
718:
719: * src/main/pa_http.C: http_read_response moved to HTTP_response
720: class
721:
722: * src/: include/pa_http.h, main/pa_http.C,
723: targets/cgi/pa_sapi_info.h: read_post implemented
724:
1.142 moko 725: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
726: [host:]port syntax support in httpd mode
727:
728: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
729: targets/cgi/parser3.C: populate_env added
730:
731: * src/include/pa_hash.h: to make get(char *) compiling in
732: HashStringString
733:
734: 2020-10-10 moko
735:
736: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
737: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
738:
739: * src/: include/pa_http.h, include/pa_request_info.h,
740: main/pa_http.C, main/pa_string.C,
741: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
742: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
743: types/pa_vrequest.C: initial httpd mode implementation
744:
1.141 moko 745: 2020-10-04 moko
746:
747: * src/targets/cgi/parser3.C: options together
748:
749: 2020-09-30 moko
750:
751: * src/main/pa_http.C: renamed
752:
1.140 moko 753: 2020-08-14 moko
754:
755: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
756: src/targets/cgi/Makefile.am: no httpd as separate library
757:
758: 2020-08-13 moko
759:
760: * src/targets/cgi/parser3.C: SAPI::die used in exception in
761: unhandled exception handler to report 500 instead of 200 it was
762: before.
763:
764: * src/targets/apache/mod_parser3_core.C: minor cleanup
765:
766: * src/: include/pa_sapi.h, main/untaint.C,
767: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
768: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
769: thus replaced with SAPI::die and removed
770:
771: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
772: cgi/parser3.C: whitespace
773:
774: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
775:
776: 2020-08-12 moko
777:
778: * src/targets/cgi/parser3.C: duplicate info in signal logging
779: removed, whitespace was: SIGPIPE received while executing code.
780: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
781: cl=0]
782:
783: * parser3.sln: + httpd.vcproj
784:
785: 2020-08-11 moko
786:
787: * src/targets/cgi/Makefile.am: +libhttpd
788:
789: * configure.ac, src/lib/Makefile.am: +libhttpd
790:
1.139 moko 791: 2020-07-13 moko
792:
793: * tests/: 401.html, results/401.processed: test for hash key does
794: not keep language, but tainted in foreach.
795:
1.138 moko 796: 2020-07-01 moko
797:
798: * tests/: 235.html, results/235.processed: test result updated as
799: messages before attachments implemented (feature #1176)
800:
1.137 moko 801: 2020-06-27 moko
802:
803: * tests/: 400.html, results/400.processed: test updated to check
804: ^return{code}
805:
806: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
807: fixed
808:
809: 2020-06-26 moko
810:
811: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
812: added (related to https://www.parser.ru/forum/?id=85319)
813:
814: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
815: when $result assignment was last statement in the method
816: (https://www.parser.ru/forum/?id=85319)
817:
1.136 moko 818: 2020-05-23 moko
819:
820: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
821: whitespace, unused level removed
822:
823: 2020-05-19 moko
824:
825: * src/types/pa_vmail.C: whitespace
826:
827: * src/types/pa_vmail.C: files should be processed last (related to
828: feature #1176)
829:
1.135 moko 830: 2020-05-12 moko
831:
832: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
833: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
834:
835: * configure.ac: FreeBSD1X.X check added to avoid
836: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
837:
1.134 moko 838: 2020-02-26 moko
839:
840: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
841: compilation issue (related to bug #1201)
842:
843: * src/main/pa_common.C: entry_readable -> entry_exists,
844: undocumented access(fname, R_OK) call removed (fixes bug #1201)
845: -f and -d now works under Windows in UTF-8 with Russian
846: filenames.
847:
848: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
849: advice (related to feature #1199)
850:
851: 2020-02-25 moko
852:
853: * buildall: --silent removed
854:
855: * configure.ac: gmime-3.0 support
856:
857: * buildall: --with-system-mailreceive option added to build with
858: system libgmime
859:
860: * src/types/pa_vmail.C: avoiding
861: https://github.com/jstedfast/gmime/issues/83 "feature" (related
862: to feature #1199)
863:
1.133 moko 864: 2020-02-18 moko
865:
866: * src/classes/op.C: windows x64 debug mode compile fix
867:
868: * src/main/pa_globals.C: no longer required due to -MD -> -MT
869: change (releated to feature #1200)
870:
871: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
872: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
873: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
874: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
875: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
876: targets/apache/ApacheModuleParser3.vcproj,
877: targets/apache/ApacheModuleParser3Core.vcproj,
878: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
879: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
880: dependency (related to feature #1200)
881:
1.132 moko 882: 2020-02-12 moko
883:
884: * src/types/pa_vmail.C: minimize diff
885:
886: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
887: #1199)
888:
1.131 moko 889: 2020-01-18 moko
890:
891: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
892:
1.130 moko 893: 2019-12-28 moko
894:
895: * src/targets/cgi/parser3.C: avoid empty ?
896:
897: 2019-12-27 moko
898:
899: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
900: DOCUMENT_ROOT (related to feature #1164)
901:
902: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
903: fcgiwrap setup (implements feature #1164)
904:
905: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
906: but no issues found (related to feature #1164)
907:
908: * src/targets/cgi/parser3.C: actualized
909:
910: 2019-12-26 moko
911:
912: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
913: removed
914:
915: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
916: removed
917:
918: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
919: allocation errors, we don't want default gc warnings (without
920: timestamp and URI).
921:
922: * src/: classes/memory.C, main/pa_globals.C,
923: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
924: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
925: pa_globals_init
926:
927: * src/main/pa_globals.C: setup_hex_value() removed, static array
928: initialization used (optimization)
929:
930: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
931: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
932: pa_socks_init/pa_socks_done moved inside pa_globals_init
933: (optimization)
934:
1.129 moko 935: 2019-12-09 moko
936:
937: * src/include/pa_config_fixed.h: warning war
938:
1.128 moko 939: 2019-12-08 moko
940:
941: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
942: process grammar under Unix.
943:
944: 2019-12-07 moko
945:
946: * tests/389.html: For Windows XP. :)
947:
948: * tests/388-sql.html: Windows compatibility added
949:
950: 2019-12-06 moko
951:
952: * src/targets/cgi/parser3.C: warning war
953:
954: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
955: == sizeof(CORD)) to avoid aligning bugs in future
956:
957: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
958: XML_STATIC
959:
960: * src/include/pa_request.h: StackItem() not required
961:
962: * src/include/pa_stack.h: warning war
963:
964: * src/include/pa_config_includes.h: GCC warning silenced
965:
966: * src/include/pa_memory.h: warning war: the program should also
967: define 'void operator delete [](void*, std::size_t)'
968: [-Wsized-deallocation]
969:
970: * src/types/: pa_vregex.h, pa_vtable.h: warning war
971:
972: * src/classes/string.C: not reqired cast removed
973:
974: * src/classes/string.C: not reqired cast removed
975:
976: 2019-12-05 moko
977:
978: * src/lib/sdbm/pa_file_io.C: warning war
979:
980: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
981: enum Language : size_t - required for VS2015+ to make
982: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
983: without it (related to feature #1198)
984:
985: 2019-12-04 moko
986:
987: * src/main/pa_base64.C: unsigned char -> uchar
988:
989: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
990: as other libs
991:
992: * src/include/pa_version.h: +amd64
993:
994: 2019-12-03 moko
995:
996: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
997: release
998:
999: * src/include/pa_config_includes.h: warning war
1000:
1001: * src/classes/image.C: warning war
1002:
1003: * src/main/pa_globals.C: x64 libs support
1004:
1005: * src/include/pa_config_includes.h: warning war
1006:
1007: * src/types/pa_method.h: warning war
1008:
1.127 moko 1009: 2019-11-28 moko
1010:
1011: * src/classes/math.C: vs2003 compatibility + warning war
1012:
1013: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1014: libxml2-2.9.9 (related to feature #1136)
1015:
1016: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1017: typecast for more compatibility (related to feature #1136)
1018:
1019: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1020: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1021: feature #1136)
1022:
1023: 2019-11-26 moko
1024:
1025: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1026: removed (it was failing in $$var case), condition added
1027:
1.126 moko 1028: 2019-11-25 moko
1029:
1030: * tests/: 397.html, 399.html, results/141.processed,
1031: results/399.processed: base64 options tested
1032:
1033: * src/: classes/math.C, main/pa_http.C: base64 options used
1034:
1035: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1036: implemented (feature #986)
1037:
1038: * src/main/pa_cache_managers.C: whitespace
1039:
1040: * tests/: 397.html, 399.html, results/399.processed: tests for
1041: ^base64 encode options added (related to feature #986)
1042:
1043: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1044: pa_base64_encode(file) removed - more memory, but faster and less
1045: code (related fo feature #986)
1046:
1047: 2019-11-24 moko
1048:
1049: * tests/: 155.html, results/155.processed: limit and offset in
1050: ^table::load[] now supported, thus test added
1051:
1052: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1053: main/pa_common.C: optimization: offset and limit options parsing
1054: moved inside file_load.
1055:
1056: 2019-11-23 moko
1057:
1058: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1059: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1060: optimization: file_read replaced with simplified file_read_binary
1061:
1062: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1063: types/pa_vform.C: whitespace
1064:
1065: * src/: include/pa_common.h, main/pa_common.C: never used params
1066: removed
1067:
1068: 2019-11-21 moko
1069:
1070: * tests/: 193.html, results/193.processed, results/389.processed:
1071: test results updated as now base64 does not discard tail without
1072: padding (related to feature #986)
1073:
1074: 2019-11-20 moko
1075:
1076: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1077: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1078: pa_base64_decode (related to feature #986)
1079:
1080: * tests/398.html: tests for base64 decode added (related to feature
1081: #986)
1082:
1083: * src/main/pa_base64.C: base64_decode rewritten - padding option
1084: support, padding inside base 64 supported (related to feature
1085: #096)
1086:
1087: 2019-11-19 moko
1088:
1089: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1090: FreeBSD 12
1091:
1.125 moko 1092: 2019-11-16 moko
1093:
1094: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1095: support added, step support removed (related to #986)
1096:
1097: 2019-11-15 moko
1098:
1099: * src/classes/math.C: using log since log2 is not present on
1100: FreeBSD < 8.4 (related to feature #1177)
1101:
1102: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1103: pa_base64_size extracted and used for files as well (related to
1104: feature 986)
1105:
1106: 2019-11-14 moko
1107:
1108: * tests/: 397.html, results/397.processed: + content check
1109:
1110: * tests/: 141.html, results/141.processed: make test resuls more
1111: readable
1112:
1113: * tests/: 397.html, results/193.processed, results/397.processed:
1114: test results updated after \x00 character was disabled in
1115: math:convert string mode (related to feature #1177)
1116:
1117: * src/classes/: math.C, string.C: \\x00 character disabled while
1118: converting to string (as in base64, related to feature #1177)
1119:
1120: * src/classes/file.C: more correct arguments separation
1121:
1122: * src/: classes/file.C, classes/math.C, classes/string.C,
1123: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1124: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1125: options added, but not yet implemented (related to feature #986)
1126:
1127: * src/classes/math.C: whitespace
1128:
1129: 2019-11-13 moko
1130:
1131: * tests/: 397.html, results/397.processed: +tainting test (related
1132: to feature #1177)
1133:
1134: * src/classes/math.C: as we now produce not only digits, result
1135: should be tainted (related to feature #1177)
1136:
1137: * src/main/pa_base64.C: whitespace
1138:
1139: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1140: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1141: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1142: implementation moved from pa_common.h and pa_common.C
1143:
1144: 2019-11-12 moko
1145:
1146: * tests/: 275.html, results/275.processed: out of range test fixed,
1147: as ^math:convert now supports arbitrary precision
1148:
1149: 2019-11-11 moko
1150:
1151: * tests/results/389.processed: uctualized error message
1152:
1153: * tests/: 389.html, 397.html, results/397.processed: tests for
1154: ^math:convert added (related to feature #1177)
1155:
1156: * src/classes/math.C: ^math:convert now supports arbitrary
1157: precision, alphabet support added (implements feature #1177)
1158:
1.124 moko 1159: 2019-11-06 moko
1160:
1161: * tests/: 181.html, results/181.processed: entities usage added,
1162: more entites load tests (related to bug #842 discussion)
1163:
1164: 2019-11-05 moko
1165:
1166: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1167: call from xmlFileOpen if http://localhost/<file> was not found
1168: (related to bug #842)
1169:
1170: * src/main/pa_xml_io.C: rename
1171:
1172: * src/main/pa_xml_io.C: +MemoryStream constructor
1173:
1174: * src/main/pa_xml_io.C: whitespace
1175:
1.123 moko 1176: 2019-10-31 moko
1177:
1178: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1179: XML_PARSE_NOENT) added to fix entities load, (related to feature
1180: #1181)
1181:
1.122 moko 1182: 2019-10-25 moko
1183:
1184: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1185: queries tests
1186:
1187: 2019-10-24 moko
1188:
1189: * tests/: 388-sql.html, results/388-sql.processed: support for
1190: pgsql driver test
1191:
1192: * tests/: 388-sql.html, results/388-sql.processed:
1193: multi_statements=1 now tested, mysql test now supported
1194: (connection must be specified in [parser3] section in .my.cnf)
1195: related to issues #1195 and #1194
1196:
1.121 moko 1197: 2019-09-11 moko
1198:
1199: * src/classes/int.C: whitespace
1200:
1201: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1202: exception test
1203:
1204: * tests/results/388-sql.processed: sql queries now shown (related
1205: to feature #1196)
1206:
1207: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1208: with old parser versions.
1209:
1210: * src/: classes/file.C, classes/hash.C, classes/string.C,
1211: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1212: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1213: instead of connect string in query_event_handlers exceptions
1214: (implements feature #1196)
1215:
1.120 moko 1216: 2019-09-06 moko
1217:
1218: * tests/388-sql.html: mysql compat
1219:
1220: * src/: classes/hash.C, classes/string.C, classes/table.C,
1221: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1222: sql_ variables declaration moved to pa_common.h
1223:
1.116 moko 1224: 2019-01-15 moko
1225:
1226: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1227: logically sorted
1228:
1229: 2018-12-27 moko
1230:
1231: * src/include/pa_config_includes.h: warning war:
1232: -Wdeprecated-register added for C++ 17
1233:
1234: 2018-10-15 moko
1235:
1236: * configure.ac: FreeBSD 11.2 can be build with ./configure
1237: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1238: --with-xml=/usr/local/
1239:
1240: 2018-09-24 moko
1241:
1242: * tests/: 396.html, 396.tiff, results/396.processed: test for
1243: ^image::measure[] now supports tiff added (related to feature
1244: #1188)
1245:
1246: * src/classes/image.C: ^image::measure[] now supports tiff
1247: (implements feature #1188)
1248:
1249: 2018-09-20 moko
1250:
1251: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1252: files measure added (related to ticket #1188)
1253:
1254: * src/classes/image.C: measure of bmp files implemented (related to
1255: ticket #1188)
1256:
1257: 2018-09-18 moko
1258:
1259: * tests/: 394-curl.html, results/394-curl.processed,
1260: results/auto.p: test for bug #1187 (max_file_size check for head
1261: requests) added
1262:
1263: 2018-08-24 moko
1264:
1265: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1266: response content-length check is required (fixes bug #1187)
1267:
1268: 2018-05-11 moko
1269:
1270: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1271: $.append(bool) ] option added (related to feature #919)
1272:
1273: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1274: from misha@ patch (implements feature #919)
1275:
1276: 2018-03-22 moko
1277:
1278: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1279: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1280: with 128kb buffer. Now works at least 12 times faster. :) May be
1281: Windows-only problem.
1282:
1283: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1284: build fix)
1285:
1286: 2018-02-03 moko
1287:
1288: * src/main/execute.C: removes irrelevant lines from exception stack
1289: trace when exceptions occurs in assigment (fixes bug #1165)
1290:
1291: * tests/: 393.html, results/393.processed: test for behavour after
1292: "Property can not be created, already exists field with that
1293: name" exception removed (related to feature #1183)
1294:
1295: * src/types/pa_vclass.C: "Property can not be created, already
1296: exists field with that name" exception removed (implements
1297: feature #1183)
1298:
1299: 2018-01-19 moko
1300:
1301: * src/classes/string.C: whitespace
1302:
1303: * src/classes/string.C: whitespace
1304:
1305: * tests/: 392.html, results/392.processed: test for
1306: ^regex::create[$regex] added (related to feature #1135)
1307:
1308: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1309: ^regex::create[$regex] added (implements feature #1135)
1310:
1311: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1312: commented define added (related to feature #1157)
1313:
1314: 2018-01-17 moko
1315:
1316: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1317:
1318: 2018-01-15 moko
1319:
1320: * tests/: 390.html, results/390.processed: real path replaced by
1321: stub
1322:
1323: * tests/: 391.html, results/391.processed: test for feature #1181
1324: (XML_PARSE_HUGE exception) added
1325:
1326: 2018-01-11 moko
1327:
1328: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1329: XML_PARSE_HUGE option passed by default (implements feature
1330: #1181)
1331:
1332: * src/classes/string.C: whitespace
1333:
1334: 2017-12-10 moko
1335:
1336: * tests/: 389.html, 390.html, results/389.processed,
1337: results/390.processed: image code coverage tests added (related
1338: to feature #1125)
1339:
1340: 2017-12-08 moko
1341:
1342: * tests/: 346-curl.html, 388-sql.html, 389.html,
1343: results/346-curl.processed, results/388-sql.processed,
1344: results/389.processed: more code coverage tests
1345:
1346: * tests/: 264.html, results/264.processed: code coverage for
1347: ^file::exec[]
1348:
1349: 2017-12-07 moko
1350:
1351: * tests/: 174.html, 388-sql.html, 389.html,
1352: results/388-sql.processed, results/389.processed,
1353: results/174.processed: more coverage tests
1354:
1355: * src/classes/math.C: exception text actualized
1356:
1357: 2017-12-06 moko
1358:
1359: * tests/388-sql.html: $SQL can be here
1360:
1361: * tests/results/auto.p: $SQL not required here
1362:
1363: * tests/: 388-sql.html, 389.html, Makefile,
1364: results/388-sql.processed, results/389.processed, results/auto.p:
1365: code coverage tests for sql (using sqlite) and int/double/bool
1366: added (related to feature #1125)
1367:
1368: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1369: lib/json/json.vcproj, lib/md5/md5.vcproj,
1370: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1371: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1372: targets/apache/ApacheModuleParser3Core.vcproj,
1373: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1374: types/types.vcproj: gc\include no longer required
1375:
1376: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1377: required
1378:
1379: * src/: classes/Makefile.am, classes/table.C,
1380: include/pa_config_includes.h, include/pa_string.h,
1381: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1382: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1383: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1384: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1385: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1386: used, we now include it directly
1387:
1388: 2017-12-04 moko
1389:
1390: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1391: memcached/memcached.vcproj, punycode/punycode.vcproj,
1392: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1393: where required
1394:
1395: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1396: now can be used to trace memory allocations
1397:
1398: * src/: classes/table.C, include/pa_config_includes.h,
1399: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1400: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1401: method removes, libcord also can work without libgc
1402:
1403: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1404:
1405: 2017-11-29 moko
1406:
1407: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1408: are not present (related to feature #1173)
1409:
1410: * tests/346-curl.html: test updated to test curl content-length bug
1411: (related to feature #1173)
1412:
1413: * tests/results/346-curl.processed: more test for content-length
1414: curl bug (related to feature #1173)
1415:
1416: * tests/results/346-curl.processed: test results updated after
1417: #1173 implemented
1418:
1419: 2017-11-28 moko
1420:
1421: * src/classes/curl.C: another libcurl Content-length bug walkaround
1422: (related to feature #1173)
1423:
1424: 2017-11-27 moko
1425:
1426: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1427: $.http_version[version string] added (implements feature #1173),
1428: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1429: where $post(true) bug existed.
1430:
1431: 2017-11-18 moko
1432:
1433: * src/include/pa_memory.h: warning war (related to feature #1170)
1434:
1435: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1436: feature #1170)
1437:
1438: 2017-11-17 moko
1439:
1440: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1441: std::basic_stringstream used in ^table.csv-string[] is compatible
1442: with delete usage check only under Debian 9 (related to feature
1443: #1170)
1444:
1445: 2017-11-16 moko
1446:
1447: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1448: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1449: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1450: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1451: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1452: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1453: stubs defend from accidental use (implements feature #1170)
1454:
1455: 2017-06-24 moko
1456:
1457: * configure.ac: minor fix: thanks to alx@
1458:
1.115 moko 1459: 2017-05-29 moko
1460:
1461: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1462: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1463: added to avoid cutting of UTF-8 chars (fixed bug #123)
1464:
1465: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1466: ignored, =?UTF-8?Q?= should start in case of leading space
1467: (related to bug #123)
1468:
1469: * buildall: echo -n -> printf for OS X. :)
1470:
1471: 2017-05-25 moko
1472:
1473: * tests/: 288.html, results/288.processed: test updated afted
1474: setting $o.prop without setter exception removed (related to
1475: feature #1157)
1476:
1477: * src/types/pa_vclass.C: no more "this property has no setter
1478: method" when setting $o.prop without setter (implements feature
1479: #1157)
1480:
1481: * buildall: echo \c -> echo -n for FreeBSD
1482:
1483: * configure, configure.ac, src/include/pa_config_auto.h.in,
1484: src/types/pa_vdouble.h: isfinite now checked in configure
1485:
1486: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1487: upgraded to automake 1.15
1488:
1489: 2017-05-23 moko
1490:
1491: * src/types/pa_vdouble.h: finite returned where isfinite not
1492: defined
1493:
1494: 2017-05-22 moko
1495:
1496: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1497:
1498: * buildall: extern CFLAGS setting support
1499:
1500: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1501:
1502: * buildall: http -> https
1503:
1504: * buildall: gc-7.2f -> gc-7.6.0
1505:
1506: 2017-05-20 moko
1507:
1508: * buildall: https, pcre, xml, xslt updated to current versions
1509: (related to feature #1136)
1510:
1511: 2017-05-19 moko
1512:
1513: * tests/097.html: after parser.ru moved to https
1514:
1515: 2017-05-17 moko
1516:
1517: * tests/results/: 175.processed, 372.processed: tests resuls
1518: updated after lintian spelling typos fixed (related to bug #1156)
1519:
1520: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1521: classes/string.C, classes/table.C, main/pa_charset.C,
1522: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1523: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1524: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1525:
1526: * tests/results/096.processed: +XMP
1527:
1528: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1529: $.xmp(true) options tested (test for feature #1154)
1530:
1531: * src/classes/image.C: ^image:measure[] options $.exif(false)
1532: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1533: fetched by default! (implements feature #1154)
1534:
1535: 2017-05-16 moko
1536:
1537: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1538: allowed (related to feature #1154)
1539:
1540: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1541: initial XMP implementation - without options and transcode
1542: (related to feature #1154)
1543:
1544: 2017-05-12 moko
1545:
1546: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1547: image: exif moved to ffields, skipped in ^image.html[] where
1548: iterators now used (preparation for feature #1154)
1549:
1550: 2017-05-05 moko
1551:
1552: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1553: results/387.processed: test for circular class inheritance check
1554: added (related to bug #1150)
1555:
1556: * src/types/pa_vstateless_class.C: circular class inheritance check
1557: added (fixes endless add_derived bug #1150)
1558:
1559: 2017-05-04 moko
1560:
1561: * tests/: 386.html, results/386.processed: test for
1562: $table.value(number) added (related to feature #1152)
1563:
1564: * src/types/pa_vtable.C: table put_element: column value must be
1565: string - > column value must be string compatible to allow
1566: $t.value(1) (implements feature #1152)
1567:
1568: 2017-05-03 moko
1569:
1570: * src/main/pa_request.C: $use[$method] is not possible, reverting
1571: (related to feature #1151)
1572:
1573: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1574: not possible, removing test (related to feature #1151)
1575:
1576: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1577: get_element_method added and used to allow $use[$method] and
1578: $autouse[$method] (implements feature 1151)
1579:
1580: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1581: variable added (related to feature #1151)
1582:
1583: * tests/results/226.processed: actualized after ^try-catch used
1584:
1585: * tests/: 226.html, 385.html, results/385.processed: test for
1586: @autouse in variable added
1587:
1588: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1589:
1.114 moko 1590: 2017-02-27 moko
1591:
1592: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1593:
1.113 moko 1594: 2017-02-20 moko
1595:
1596: * operators.txt: actualization + beauty
1597:
1598: 2017-02-16 moko
1599:
1600: * tests/: 384.html, results/384.processed: test for
1601: ^reflection:mixin[; $.name[] ] option added (related to feature
1602: #1089)
1603:
1604: * tests/: 384.html, results/384.processed: test for
1605: ^reflection:mixin[] added (related to feature #1089)
1606:
1607: * src/types/pa_value.h: warning war: virtual ~Value() added
1608:
1.112 moko 1609: 2017-02-15 moko
1610:
1611: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1612: fixed
1613:
1614: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1615: test added (related to feature #1069)
1616:
1617: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1618: compilation without HASH_ORDER fixed
1619:
1620: * src/: classes/reflection.C, include/pa_hash.h:
1621: $.reverse(true/false) added to ^reflection:methods[] (related to
1622: feature #1069)
1623:
1624: 2017-02-14 moko
1625:
1626: * tests/: 152.html, results/152.processed: test for $._default hash
1627: added (related to bug #1131)
1628:
1629: * tests/: 277.html, results/277.processed: test for hash with only
1630: $._default is now defined (related to bug #1131)
1631:
1632: * src/types/pa_vhash.h: hash with only $._default is now defined
1633: (fixed bug #1131)
1634:
1635: 2017-02-13 moko
1636:
1637: * tests/cat-windows.sh: cat-windows added (cygwin required)
1638:
1639: * tests/: 171.html, 264.html, 286.html, 370.html,
1640: results/320.processed, results/375.processed, results/auto.p:
1641: cat-windows.sh support added
1642:
1643: * tests/375.html: Windows support
1644:
1645: * tests/270.html: documented
1646:
1647: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1648: (not backslashes) even under Windows (broke test 270)
1649:
1650: 2017-02-12 moko
1651:
1652: * tests/: descript.ion, todo.txt: cleanup
1653:
1654: 2017-02-09 moko
1655:
1656: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1657: run_tests.cmd: Windows compatibility
1658:
1659: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1660: incorrectly (GMT) if parser is called from cygwin
1661:
1.111 moko 1662: 2017-02-08 moko
1663:
1.112 moko 1664: * operators.txt: actualization 15% completed
1665:
1666: * operators.txt: cp1251 -> utf-8
1667:
1668: * NEWS, README: minor update
1669:
1670: * src/include/pa_config_includes.h: warning war continues
1671:
1672: * src/: include/pa_config_includes.h, include/pa_memory.h,
1673: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1674: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1675: gcc 6.x issues fixed
1676:
1.111 moko 1677: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1678: classes/classes.h, classes/curl.C, classes/date.C,
1679: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1680: classes/hashfile.C, classes/image.C, classes/inet.C,
1681: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1682: classes/memcached.C, classes/memory.C, classes/op.C,
1683: classes/reflection.C, classes/regex.C, classes/response.C,
1684: classes/string.C, classes/table.C, classes/void.C,
1685: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1686: include/pa_array.h, include/pa_cache_managers.h,
1687: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1688: include/pa_config_fixed.h, include/pa_config_includes.h,
1689: include/pa_dictionary.h, include/pa_dir.h,
1690: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1691: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1692: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1693: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1694: include/pa_request_charsets.h, include/pa_request_info.h,
1695: include/pa_sapi.h, include/pa_socks.h,
1696: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1697: include/pa_stack.h, include/pa_string.h,
1698: include/pa_stylesheet_connection.h,
1699: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1700: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1701: include/pa_uue.h, include/pa_xml_exception.h,
1702: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1703: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1704: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1705: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1706: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1707: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1708: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1709: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1710: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1711: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1712: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1713: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1714: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1715: main/pa_string.C, main/pa_stylesheet_connection.C,
1716: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1717: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1718: main/untaint.C, sql/pa_sql_driver.h,
1719: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1720: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1721: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1722: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1723: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1724: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1725: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1726: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1727: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1728: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1729: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1730: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1731: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1732: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1733: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1734: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1735: types/pa_vmemcached.h, types/pa_vmemory.h,
1736: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1737: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1738: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1739: types/pa_vresponse.C, types/pa_vresponse.h,
1740: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1741: types/pa_vstateless_object.h, types/pa_vstatus.C,
1742: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1743: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1744: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1745: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1746: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1747: 2015->2017
1748:
1.110 moko 1749: 2017-02-07 moko
1750:
1751: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1752:
1753: 2017-02-06 moko
1754:
1755: * src/main/pa_common.C: minor fixes, whitespace
1756:
1757: * src/: classes/curl.C, classes/file.C, classes/image.C,
1758: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1759: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1760: now used (implements feature #1081)
1761:
1762: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1763:
1764: 2017-02-01 moko
1765:
1766: * src/include/pa_request.h: cleanup
1767:
1768: 2017-01-30 moko
1769:
1770: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1771:
1772: 2017-01-29 moko
1773:
1774: * tests/: 383.html, results/383.processed: test for
1775: ^reflection:stack[] added (related to feature #1052)
1776:
1777: * src/classes/reflection.C: else added
1778:
1779: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1780: $.max_file_lock_wait added (implements feature #1128)
1781:
1782: 2017-01-28 moko
1783:
1784: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1785: body and other cases tests added (related to featue #1014)
1786:
1787: * src/classes/curl.C: bug if response is empty fixed (related to
1788: feature #1014)
1789:
1790: 2017-01-27 moko
1791:
1792: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1793: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1794: added (implements feature #1052)
1795:
1796: 2017-01-25 moko
1797:
1798: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1799: method test added
1800:
1801: 2017-01-23 moko
1802:
1803: * src/classes/reflection.C: optimization: options->get replaced by
1804: hash iterator
1805:
1806: * tests/: 381.html, results/381.processed: now -> fixed date
1807:
1808: * src/main/pa_request.C: warning war
1809:
1810: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1811: 5Mb (fixes bug #1058)
1812:
1813: * src/classes/curl.C: warning war
1814:
1815: * tests/: 381.html, results/381.processed: tests for ^json:string
1816: $.one-line(true) option added (related to feature #1124)
1817:
1818: * src/: classes/json.C, types/pa_value.h: $json-string
1819: $.one-line(true|false) options is now supported (implements
1820: feature #1124)
1821:
1822: * tests/: 380.html, results/380.processed: test for modified
1823: $.max_file_size added (related to bug #1014)
1824:
1825: * tests/: 379.html, results/auto.p: tests for rewritten http file
1826: load added (related to bug #1014)
1827:
1828: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1829: main/pa_common.C, main/pa_http.C: check_file_size added and used
1830: in curl / file load from disk and http, http file load rewritten
1831: (related to bug #1014)
1832:
1833: 2017-01-18 moko
1834:
1835: * tests/: 378.html, results/378.processed: tests for ^result[]
1836: added (related to feature #66)
1837:
1838: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1839: Method::CO_WITHOUT_FRAME as frame still added in expression
1840: (related to feature #66)
1841:
1842: 2017-01-17 moko
1843:
1844: * tests/: 377.html, results/377.processed: test for different
1845: combinations of breaks in body and delimiter (related to bug
1846: #1077)
1847:
1848: * tests/: 376.html, results/376.processed: many ^break[] tests
1849: added (related to bug #1077)
1850:
1851: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1852: passed to native method" exception added to avoid bugs due to
1853: WRITE_EXPR_RESULT skipped and native methods execution continues
1854: after ^break[] (related to bug #1077)
1855:
1856: 2017-01-14 moko
1857:
1858: * tests/: 330.html, results/330.processed: test results updated
1859: after ^break[] bugs where fixed (related to bug #1077)
1860:
1861: * tests/: 329.html, results/329.processed: test results updated
1862: after ^break[] bugs where fixed (related to bug #1077)
1863:
1864: * tests/results/320.processed: ^return[] added
1865:
1866: 2017-01-13 moko
1867:
1868: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1869: classes/table.C, include/pa_request.h, main/execute.C,
1870: main/pa_request.C, targets/cgi/parser3.C,
1871: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1872: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1873: checked after each possible process/execute call (fixes bug
1874: #1077)
1875:
1876: 2016-12-29 moko
1877:
1878: * src/main/pa_common.C: warning war
1879:
1880: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1881: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1882: pa_file_size_limit added, ^math:random fixed for upper limit and
1883: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1884: (related to feature #1014)
1885:
1886: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1887: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1888: (related to feature #1014)
1889:
1890: 2016-12-28 moko
1891:
1892: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1893: warning war
1894:
1895: 2016-12-26 moko
1896:
1897: * tests/: 341.html, results/341.processed: test for
1898: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1899:
1900: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1901: (related to feature #1057)
1902:
1903: * src/types/pa_vdate.C: warning war continues...
1904:
1905: * src/: classes/date.C, classes/image.C, classes/table.C,
1906: include/pa_config_includes.h, types/pa_vfile.C: warning war
1907:
1908: * src/lib/gd/gifio.C: warning war / cleanup
1909:
1910: * src/lib/json/pa_json.C: warning war
1911:
1912: * src/classes/hash.C: warning war
1913:
1914: * src/types/pa_vfile.C: warning war
1915:
1916: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1917: -Wall warning war continues
1918:
1919: * configure.ac: --with-build-warnings actualized
1920:
1921: 2016-12-25 moko
1922:
1923: * src/main/pa_exec.C: -wAll warning war
1924:
1925: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1926: -wAll warning war
1927:
1928: * src/: include/pa_common.h, include/pa_sapi.h,
1929: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1930: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1931: -wAll warning war
1932:
1933: 2016-12-23 moko
1934:
1935: * src/lib/ltdl/Makefile.am: extra dist added
1936:
1937: * tests/results/344.processed: test result updated after $file.text
1938: prefetched in ^hash::create[$file] (related to feature #1075)
1939:
1940: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1941: ^hash::create[$file] (related to feature #1075)
1942:
1943: 2016-12-22 moko
1944:
1945: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1946: main/pa_request.C, main/pa_stylesheet_connection.C,
1947: types/pa_vfile.C: file_stat now return 64-bit size (implements
1948: #1014 under 32-bit unix versions)
1949:
1950: 2016-12-21 moko
1951:
1952: * tests/: 375.html, results/375.processed: test for exec returning
1953: stated file added (related to feature #1119)
1954:
1955: * src/classes/file.C: load should not return file with null body
1956: (fixes bug #1119)
1957:
1958: 2016-12-14 moko
1959:
1960: * tests/: 374.html, results/374.processed: test for $method.name
1961: added (related to feature #1117) plus method returning junction
1962: test
1963:
1964: 2016-12-13 moko
1965:
1966: * src/: include/pa_symbols.h, main/pa_symbols.C,
1967: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1968: (implements feature #1117)
1969:
1970: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1971: HEAD and TRACE can't have body (implements feature #1116)
1972:
1973: 2016-12-09 moko
1974:
1975: * tests/: 373.html, results/373.processed: tests for
1976: ^reflection:tainting added (related to feature #1098)
1977:
1978: * src/classes/reflection.C: ^reflection:tainting arguments order
1979: change (related to feature #1098)
1980:
1981: 2016-12-06 moko
1982:
1983: * src/: classes/reflection.C, include/pa_string.h,
1984: main/pa_string.C: ^reflection:tainting[$string] added (implements
1985: feature #1098)
1986:
1987: 2016-12-05 moko
1988:
1989: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
1990: (fixes bug #1114)
1991:
1992: 2016-12-04 moko
1993:
1994: * tests/: 206.html, results/206.processed: negative zero (0/-1)
1995: check added
1996:
1997: 2016-12-03 moko
1998:
1999: * tests/: 346-curl.html, results/346-curl.processed: test modified
2000: to test value.as_hash() usage
2001:
2002: * src/classes/curl.C: value.as_hash() used for correct hash
2003: processing
2004:
2005: * src/classes/reflection.C: exceptions texts fixes
2006:
2007: 2016-12-02 moko
2008:
2009: * tests/: 372.html, results/372.processed: tests for
2010: ^reflection:create[ $.class[name] $.constructor[name]
2011: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2012: feature #1094)
2013:
2014: * src/types/pa_vmethod_frame.h: comment added: params should be
2015: declared outside of *_FRAME_ACTION as MethodParams destructor
2016: will be called in ~VNativeMethodFrame
2017:
2018: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2019: ] minor fix
2020:
2021: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2022: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2023: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2024: now supported (implements feature #1094) value::as_hash added
2025: (and should be used everywhere)
2026:
2027: * src/classes/reflection.C: cleanup
2028:
2029: 2016-12-01 moko
2030:
2031: * tests/: 356.html, results/356.processed: test for method
2032: junctions class name added to the resulting hash added (related
2033: to feature #1068)
2034:
2035: * src/classes/reflection.C: for method junctions class name added
2036: to the resulting hash (related to feature #1068)
2037:
2038: 2016-11-30 moko
2039:
2040: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2041: exception (related to bug #1113)
2042:
2043: * src/types/pa_vhashfile.C: whitespace
2044:
2045: * src/main/pa_os.C: errno now returned as it should (fixes bug
2046: #1113)
2047:
2048: * tests/results/: 175.processed, 192.processed, 224.processed,
2049: 229.processed, 239.processed, 244.processed, 246.processed,
2050: 314.processed, 352.processed: tests results updated after method
2051: call exceptions improved as method now keeps its name
2052:
2053: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2054: types/pa_vmethod_frame.h: method call exceptions improved as
2055: method now keeps its name
2056:
2057: * tests/: 224.html, 239.html, results/224.processed,
2058: results/239.processed: tests and tests results updated after
2059: Request::construct exception changed
2060:
2061: * src/: classes/reflection.C, main/execute.C: Request::construct
2062: exception optimized
2063:
2064: * tests/: 371.html, results/371.processed: test for
2065: WWrapper.get_element call in $.name.key[value] code added
2066: (related to feature #1091)
2067:
2068: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2069: in $.name.key[value] code (related to feature #1091)
2070:
2071: 2016-11-29 moko
2072:
2073: * src/classes/op.C: VS warning war
2074:
2075: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2076: C4239: nonstandard extension used : 'return' : conversion from
2077: 'Value' to 'Value &' (related to feature #1020)
2078:
2079: * src/: main/execute.C, types/pa_vmethod_frame.h,
2080: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2081: used : 'return' : conversion from 'Value' to 'Value &' (related
2082: to feature #1020)
2083:
2084: * src/main/execute.C: VS warning war
2085:
2086: * src/targets/cgi/parser3.C: VS compatibility fix
2087:
2088: * src/include/pa_request.h: VS warning war
2089:
2090: * tests/: 370.html, results/370.processed: test for ^file::exec[
2091: ... $.stdin[$binary_file] ] added (related to bug #1044)
2092:
2093: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2094: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2095: $.stdin[$binary_file] (fixes bug #1044)
2096:
2097: 2016-11-28 moko
2098:
2099: * src/main/pa_exec.C: whitespace
2100:
2101: * src/main/pa_request.C: whitespace
2102:
2103: * tests/: 369.html, results/369.processed: test for
2104: $response:status usage added (related to feature #1099)
2105:
2106: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2107: if < 100 (implements feature #1099)
2108:
2109: * src/targets/cgi/parser3.C: whitespace
2110:
2111: * src/targets/cgi/parser3.C: whitespace
2112:
2113: * tests/: 368.html, results/368.processed: test updated after
2114: ^reflection:filename[$method] added (related to feature #1053)
2115:
2116: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2117: main/compile.y, main/execute.C, main/pa_request.C,
2118: types/pa_vclass.h: filename -> filespec,
2119: ^reflection:filename[$method] added (related to feature #1053)
2120:
2121: 2016-11-27 moko
2122:
2123: * tests/: 368.html, results/368.processed: test for
2124: reflection:filename[$class or object] added (related to feature
2125: #1053)
2126:
2127: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2128: types/pa_vstateless_class.h: ^reflection:filename[$class or
2129: object] added (implements feature #1053)
2130:
2131: 2016-11-26 moko
2132:
2133: * src/: include/pa_request_info.h,
2134: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2135: remove_absolute_uri -> strip_absolute_uri
2136:
2137: 2016-11-25 moko
2138:
2139: * src/: include/pa_request_info.h,
2140: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2141: request_info.remove_absolute_uri added to remove possible
2142: http://site.name/ from $request:uri (implements feature #1112)
2143:
2144: 2016-11-24 moko
2145:
2146: * tests/: 367-curl.html, results/367-curl.processed: test for
2147: previous request headers clearing after redirect added (related
2148: to bug #1109)
2149:
2150: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2151: response headers from previous requests are now cleared, only
2152: last request headers are collected (fixes bug #1109)
2153:
2154: * tests/results/: 266.processed, 321.processed, 356.processed:
2155: tests results updated as method name now added to the resulting
2156: hash for new syntax only (Imp1 compatimility fixed, related to
2157: feature #1068)
2158:
2159: * src/classes/reflection.C: method name now added to the resulting
2160: hash for new syntax only (Imp1 compatimility fixed, related to
2161: feature #1068)
2162:
2163: * tests/results/366.processed: test for native and parser
2164: implementation of ^use[] logic (related to feature #1074)
2165:
2166: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2167: for native and parser implementation of ^use[] logic (related to
2168: feature #1074)
2169:
2170: 2016-11-23 moko
2171:
2172: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2173: main/pa_request.C: @USE file now implemented as ^use[file;
2174: $.origin[origin_file] ] (implements feature #1074)
2175:
1.109 moko 2176: 2016-11-21 moko
2177:
1.110 moko 2178: * tests/: 365.html, results/365.processed: test for $caller bugs in
2179: 3.4.4 and $caller.method now tested (related to feature #1110)
2180:
2181: * tests/: 364.html, results/364.processed: $caller usage in
2182: different contexts now tested (related to feature #1110)
2183:
2184: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2185:
2186: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2187:
1.109 moko 2188: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2189: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2190: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2191: used (implements feature #1110)
2192:
2193: 2016-11-20 moko
2194:
2195: * src/types/pa_vdouble.h: whitespace
2196:
2197: 2016-11-11 moko
2198:
2199: * tests/: 363.html, results/363.processed: more tests for feature
2200: #1091 (how parser methods work in expression context)
2201:
2202: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2203: expressions strings are now written as strings, not values by
2204: write_as_string (related to feature #1091)
2205:
2206: * src/classes/op.C: to make more correct behavour in expression
2207: context
2208:
2209: 2016-11-07 moko
2210:
2211: * tests/: 362.html, results/362.processed: test for
2212: xsltParseStylesheetDoc caching as xsl modification after it added
2213: (related to bug #1108)
2214:
2215: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2216: result now cached as xdoc is modified after it (fixes bug #1108)
2217:
2218: 2016-11-06 moko
2219:
2220: * src/types/pa_vxdoc.h: whitespace
2221:
2222: 2016-11-05 moko
2223:
2224: * src/types/pa_vmethod_frame.h: cleanup
2225:
2226: 2016-11-03 moko
2227:
2228: * tests/results/244.processed: more correct exception after method
2229: frames separation
2230:
2231: * src/types/pa_vmethod_frame.h: minor optimizaion
2232:
2233: * src/types/pa_method.h: optimization: params_count added
2234:
2235: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2236: include/pa_request.h, main/execute.C, main/pa_request.C,
2237: types/pa_value.C, types/pa_vmethod_frame.C,
2238: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2239: VMethodFrame now divided into VNativeMethodFrame,
2240: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2241: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2242: and used (related to feature #1104)
2243:
2244: 2016-11-02 moko
2245:
2246: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2247: classes/double.C, classes/file.C, classes/hash.C,
2248: classes/hashfile.C, classes/image.C, classes/inet.C,
2249: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2250: classes/memcached.C, classes/op.C, classes/reflection.C,
2251: classes/regex.C, classes/string.C, classes/table.C,
2252: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2253: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2254: r.write (implements feature #1091)
2255:
2256: * src/main/execute.C: cleanup (related to feature #1104)
2257:
2258: * src/: include/pa_request.h, main/execute.C,
2259: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2260: added, in_expression removed (implements feature #1104)
2261:
2262: 2016-10-31 moko
2263:
2264: * src/types/pa_value.C: whitespace
2265:
2266: 2016-10-28 moko
2267:
2268: * tests/results/244.processed: updated after error reporting fixed
2269: in pa_wcontext.C
2270:
2271: * src/types/pa_wcontext.C: error reporting fixed
2272:
2273: * src/types/pa_wcontext.h: whitespace
2274:
2275: * src/classes/image.C: not fully readed entries are no longer
2276: processed (fixes bug #1106)
2277:
2278: 2016-10-26 moko
2279:
2280: * src/classes/image.C: whitespace
2281:
2282: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2283: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2284: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2285: longer required (related to feature #1091)
2286:
2287: * tests/results/: 264.processed, 350.processed: test results update
2288: reverted (whitespace optimization) after write_no_lang removed :)
2289: (related to feature #1091)
2290:
2291: * src/: classes/file.C, classes/hash.C, classes/op.C,
2292: classes/string.C, classes/table.C, classes/void.C,
2293: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2294: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2295: equal write_pass_lang (related to feature #1091)
2296:
2297: * tests/results/: 264.processed, 350.processed: test results
2298: updated (whitespace optimization) after write_assign_lang removed
2299: (related to feature #1091)
2300:
2301: * tests/: 361.html, results/361.processed: test for non-string
2302: ^untaint added (related to feature #1091)
2303:
2304: * src/: classes/curl.C, classes/date.C, classes/file.C,
2305: classes/hash.C, classes/op.C, classes/string.C,
2306: include/pa_request.h, main/execute.C: optimization:
2307: write_assign_lang removed as not required (first part of feature
2308: #1091 implementation)
2309:
1.108 moko 2310: 2016-10-12 moko
2311:
2312: * tests/: 360.html, results/360.processed: more test code (related
2313: to feature #1104)
2314:
2315: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2316: include/pa_request.h, main/compile.y, main/execute.C: opcode
2317: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2318: WContext is next task (implements feature #1104)
2319:
2320: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2321: / CO_WITHOUT_WCONTEXT
2322:
2323: * tests/: 360.html, results/360.processed: test for in expression
2324: state (related to feature #1104)
2325:
2326: 2016-10-11 moko
2327:
2328: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2329:
2330: * src/classes/op.C: default value removed from initializer
2331:
2332: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2333:
2334: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2335:
2336: 2016-10-10 moko
2337:
2338: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2339: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2340: to feature #42)
2341:
2342: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2343: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2344:
2345: 2016-10-08 moko
2346:
2347: * src/classes/double.C: whitespace
2348:
2349: 2016-10-07 moko
2350:
2351: * src/types/pa_vmethod_frame.h: reorder
2352:
2353: 2016-10-06 moko
2354:
2355: * src/classes/date.C: typo
2356:
2357: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2358:
2359: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2360: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2361: types/pa_vmethod_frame.h: params.get now returns Value&, not
2362: Value*
2363:
2364: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2365:
2366: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2367: removed; first as_* code rewrite
2368:
2369: 2016-10-05 moko
2370:
2371: * src/include/pa_request.h: whitespace
2372:
2373: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2374: intercept_string added (related to feature #1097)
2375:
2376: * src/: classes/image.C, classes/op.C, classes/table.C,
2377: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2378: optimization: intercept_string removed (implements feature #1097)
2379:
2380: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2381:
2382: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2383: from VCodeFrame and WWrapper as not required
2384:
2385: 2016-10-04 moko
2386:
2387: * src/: classes/curl.C, classes/date.C, classes/double.C,
2388: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2389: classes/int.C, classes/json.C, classes/op.C,
2390: classes/reflection.C, classes/string.C, classes/table.C,
2391: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2392: proces_to_value -> process after StringOrValue removed (related
2393: to feature #1020)
2394:
2395: * src/classes/form.C: whitespace
2396:
2397: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2398:
2399: * tests/: 357.html, 358.html, results/357.processed,
2400: results/358.processed, results/auto.p: test for @conf
2401: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2402:
2403: 2016-10-03 moko
2404:
2405: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2406: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2407: supported (implements feature #42)
2408:
2409: * src/types/pa_vregex.h: no reason for VRegex to be
2410: is_evaluated_expr
2411:
2412: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2413: (implements feature #1095)
2414:
2415: 2016-10-01 moko
2416:
2417: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2418: false by default (related to feature #1089)
2419:
2420: 2016-09-30 moko
2421:
2422: * src/types/pa_wcontext.h: cleanup
2423:
2424: 2016-09-29 moko
2425:
2426: * src/main/execute.C: whitespace
2427:
2428: * src/include/pa_request.h: whitespace
2429:
2430: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2431: classes/op.C, classes/table.C, include/pa_request.h,
2432: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2433: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2434: StringOrValue removed as it just slows down and adds complexity
2435: (implements feature #1020)
2436:
2437: 2016-09-28 moko
2438:
2439: * tests/: 356.html, results/266.processed, results/321.processed,
2440: results/356.processed: tests updated after name was added to
2441: method_info hash, test for ^reflection:method_info[junction]
2442: added (related to feature #1068)
2443:
2444: * src/classes/reflection.C: ^reflection:method_info[junction] now
2445: supported, method name added to the resulting hash (implements
2446: feature #1068)
2447:
2448: * tests/: 276.html, results/276.processed: more tests for
2449: ^reflection:delete[]
2450:
2451: * src/classes/reflection.C: fixed bug then ^reflection:delete
2452: didn't work on class and could damage native objects (like file)
2453:
2454: 2016-09-26 moko
2455:
2456: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2457: results/345.processed, results/346-curl.processed,
2458: results/347-curl.processed, results/348.processed: numbers added
2459: to simplify diff analysis
2460:
2461: * tests/: 352.html, results/352.processed: test result updated as
2462: method name used
2463:
2464: * src/classes/reflection.C: method name used
2465:
2466: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2467: its name
2468:
2469: * src/types/pa_method.h: whitespace
2470:
2471: * src/classes/reflection.C: both method and field with one name can
2472: exist.
2473:
2474: * src/classes/reflection.C: ^reflection:mixin added (implements
2475: feature #1089)
2476:
2477: * tests/: 355.html, results/355.processed: property appears in
2478: derived class if added in base test added
2479:
2480: * src/types/pa_vstateless_class.h: get_method declaration +
2481: whitespace
2482:
2483: * tests/: 354.html, results/354.processed: nice test from method
2484: and property with one name in class added
2485:
2486: 2016-09-23 moko
2487:
2488: * src/classes/reflection.C: ^reflection:method usage documented
2489:
2490: 2016-09-22 moko
2491:
2492: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2493: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2494: compile warning and GPF occures on VS2003 (related to feature
2495: #1087)
2496:
2497: * tests/: 350.html, results/350.processed: test added for
2498: $.encloser[] support in ^table::create (related to feature #11)
2499:
2500: * src/classes/table.C: another minor fix (related to feature #11)
2501:
1.107 moko 2502: 2016-09-21 moko
2503:
2504: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2505:
2506: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2507: classes/json.C, classes/string.C, classes/table.C,
2508: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2509: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2510: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2511: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2512: pa_charsets, vs2015 warning war
2513:
2514: * src/classes/table.C: vs2015 warning war
2515:
2516: * src/types/pa_vdate.C: vs2015 warning war
2517:
2518: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2519:
2520: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2521: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2522:
2523: * src/main/pa_common.C: vs2015 compilation fixes
2524:
2525: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2526: vs2015 compilation fixes
2527:
2528: * src/main/pa_charset.C: vs2015 warning war
2529:
2530: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2531:
2532: * src/main/pa_charset.C: vs2015 warning war
2533:
2534: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2535:
2536: * src/types/pa_vdate.C: vs2015 compilation fix
2537:
2538: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2539:
2540: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2541: VS2015 compilation fixes
2542:
2543: * src/classes/table.C: minor fix (related to feature #11)
2544:
2545: * tests/results/282.processed: no longer skipping extra enclosers
2546: (related to feature #11)
2547:
2548: * src/classes/table.C: minor fix + no longer skipping extra
2549: enclosers (related to feature #11)
2550:
2551: * src/classes/table.C: minor optimization (related to feature #11)
2552:
2553: * src/classes/table.C: minor fix and optimization (related to
2554: feature #11)
2555:
2556: 2016-09-20 moko
2557:
2558: * tests/: 353.html, results/353.processed: test for
2559: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2560: added (related to bug #1090)
2561:
2562: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2563: one_big_piece (fixes bug #1090)
2564:
2565: * tests/: 229.html, results/229.processed: code coverage tests
2566:
2567: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2568: body) was called
2569:
2570: * src/classes/op.C: whitespace
2571:
2572: * tests/: 323.html, results/323.processed: test for code junction
2573: should not be returned by ^reflection:class, ^reflection:base
2574:
2575: * src/classes/reflection.C: bugfix: code junction should not be
2576: returned by ^reflection:class, ^reflection:base
2577:
2578: * tests/: 323.html, 352.html, results/352.processed: no more
2579: exception for ^reflection:method[class;no-such-method] (related
2580: to feature #1087)
2581:
2582: * src/classes/reflection.C:
2583: ^reflection:method[class;no-such-method] : exception -> void
2584: (related to feature #1087)
2585:
2586: * src/include/pa_request.h: request::write_value added to allow
2587: write value without convertion (related to issue #1091)
2588:
2589: 2016-09-19 moko
2590:
2591: * src/main/pa_random.C: windows build fix
2592:
2593: * src/types/pa_vhash.h: warning war
2594:
2595: 2016-09-14 moko
2596:
2597: * tests/: 352.html, 552.html, results/352.processed,
2598: results/552.processed: test for ^reflection:method[] extension
2599: added (related to feature #1087)
2600:
2601: * tests/: 552.html, results/552.processed: test for
2602: ^reflection:method[] extension added (related to feature #1087)
2603:
2604: * src/classes/reflection.C: compatibility issue fixed, VClass
2605: dynamic_cast check added (related to feature #1087)
2606:
2607: * tests/: 351.html, results/351.processed: test for @auto[]
2608: inheritance bug diring ^process[] added (related to bug #1088)
2609:
2610: * src/: classes/op.C, main/pa_request.C,
2611: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2612: disable it inheritance during ^process (fixes bug #1088)
2613:
2614: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2615: added (implements feature #1087)
2616:
2617: 2016-09-13 moko
2618:
2619: * tests/: 349.html, results/auto.p: test for objects prototyping
2620: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2621: to feature #1086)
2622:
2623: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2624: types/pa_vobject.C: objects now are not class instances, but have
2625: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2626: in @conf (implements feature #1086)
2627:
2628: 2016-09-08 moko
2629:
2630: * src/: classes/file.C, classes/mail.C, classes/string.C,
2631: classes/table.C, main/pa_http.C, main/pa_string.C,
2632: include/pa_string.h: cleanup: string::split limit argument
2633: removed as no longer required, pos_after no longer reference
2634: (related to feature #11)
2635:
2636: * src/classes/table.C, tests/results/348.processed: now exception
2637: is rised when invalid option is passed to ^table::create[]
2638:
2639: * tests/: 282.cfg, 282.html, results/282.processed: more code
2640: coverage tests
2641:
2642: * tests/: 348.html, results/348.processed: code coverage tests
2643: added
2644:
2645: * tests/: 348.html, results/348.processed: generic ^table::create[]
2646: tests
2647:
2648: * tests/: 035.html, results/035.processed, results/272.processed:
2649: tests updated after $.encloser[] support for ^table::create
2650: implementation (related to feature #11)
2651:
2652: * src/classes/table.C: $.encloser[] support for ^table::create
2653: finally added (implements feature #11)
2654:
2655: 2016-09-07 moko
2656:
2657: * src/include/pa_string.h: added StringSplitHelper as friend
2658: (related to feature #11)
2659:
2660: * src/include/pa_string.h: body and langs now protected, not
2661: private to allow inheritance (related to feature #11)
2662:
2663: * src/classes/table.C: lsplit optimized before cloning for
2664: ^table::create with $.encloser[] (related to feature #11)
2665:
2666: * src/classes/table.C: optimizaion: TableControlChars.separators
2667: added and used (related to feature #11)
2668:
2669: * src/classes/table.C: spelling:
2670:
2671: TableSeparators -> TableControlChars column -> separator
2672: separators -> control_chars
2673:
2674: 2016-09-06 moko
2675:
2676: * src/main/pa_string.C: whitespace
2677:
2678: * src/main/pa_string.C: whitespace
2679:
2680: 2016-09-01 moko
2681:
2682: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2683: results OS-independent
2684:
2685: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2686: compiler (related to feature #1042)
2687:
2688: 2016-08-15 moko
2689:
2690: * src/include/pa_string.h: whitespace
2691:
2692: * src/classes/table.C: whitespace
2693:
1.106 moko 2694: 2016-08-05 moko
2695:
2696: * tests/: 344.html, results/344.processed: test for
2697: ^hash::create[$file] added (related to feature #1075)
2698:
2699: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2700: supported (implements feature #1075)
2701:
2702: 2016-08-04 moko
2703:
2704: * tests/: 341.html, results/341.processed: more code coverage tests
2705:
2706: * tests/: 346-curl.html, results/346-curl.processed: more code
2707: coverage tests for curl
2708:
2709: * tests/: 346-curl.html, results/346-curl.processed: more code
2710: coverage tests for curl
2711:
2712: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2713: results/223.processed: code coverage tests: $.form[ $.table[] ]
2714: test added
2715:
2716: * tests/: 223-curl.html, results/223-curl.processed: more code
2717: coverage tests for curl
2718:
2719: 2016-08-03 moko
2720:
2721: * src/classes/curl.C: dlink(curl_library) now called not once, but
2722: until it will be loaded, allowing to find existing library.
2723:
2724: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2725: results/347-curl.processed: more code coverage tests for curl
2726:
2727: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2728: results/339-curl.processed, results/346-curl.processed: curl
2729: functionality tests
2730:
2731: 2016-08-02 moko
2732:
2733: * tests/: 339.html, results/339.processed: test for tables in
2734: ^file:load[] and ^curl:load[] (commented) added (related to
2735: feature #1042)
2736:
2737: * tests/: 345.html, results/345.processed: code coverage tests for
2738: file class
2739:
2740: * tests/: 344.html, results/344.processed: code coverage tests
2741:
2742: * tests/: 344.html, results/344.processed: mdate removed from
2743: output
2744:
2745: * src/classes/file.C: minor bugfix: is_text should be taked from
2746: fcontent.is_text_mode() if not set (related to feature #1061)
2747:
2748: * tests/: 344.html, results/344.processed: more tests
2749:
2750: * tests/: 343.html, 344.html, results/343.processed,
2751: results/344.processed: tests for ^file::create[ $.from-charset
2752: and $.to-charset ] (related to feature #1061)
2753:
2754: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2755: aset_text_mode argument optimized
2756:
2757: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2758: checkBOM now used in detect_binary_content (related to feature
2759: #1061)
2760:
2761: * src/main/pa_request.C: load_charset no longer required to_upper
2762:
2763: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2764: preserves original file mode (if no $.mode specified)
2765:
2766: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2767: ^file::create now supports $.from-charset[] and $.to-charset
2768: options (implements feature #1061), automatic transcode is done
2769: if text file is created from binary file and charset is detected.
2770:
2771: 2016-07-30 moko
2772:
2773: * src/classes/table.C: ^t.hash[..;] now supported (related to
2774: feature #1057)
2775:
2776: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2777: added (related to feature #1057)
2778:
2779: * tests/: 286.html, results/286.processed: code tests coverage
2780:
2781: 2016-07-29 moko
2782:
2783: * src/classes/table.C: table size should be checked inside menu and
2784: foreach (related to feature #858)
2785:
2786: * src/: classes/curl.C, classes/file.C, classes/string.C,
2787: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2788: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2789: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2790: charsets.get now does str_upper inside (related to feature #1061)
2791:
2792: * tests/: 342.html, results/342.processed: more code coverage tests
2793:
2794: * tests/: 342.html, outputs/342.processed: table menu code coverage
2795: + foreach test added (related to feature #858)
2796:
2797: * tests/: 341.html, results/341.processed: tests for
2798: ^table.hash[]{code} added + code coverage tests (related to
2799: feature #1057)
2800:
2801: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2802: value} support (implements feature #1057)
2803:
2804: * src/classes/table.C: whitespace
2805:
2806: 2016-07-28 moko
2807:
2808: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2809: from URL, if not specified query string removed from url-based
2810: filenames in ^curl:load[] and ^file::load[] (related to feature
2811: #1042)
2812:
2813: 2016-07-27 moko
2814:
2815: * tests/: 340.html, results/340.processed: test for
2816: transcode_text_result=false added (related to issue #1042)
2817:
2818: 2016-07-26 moko
2819:
2820: * src/types/pa_vfile.C: file name should not be empty (if file path
2821: is folder and ends with /) (related to feature #1042)
2822:
2823: * src/main/pa_http.C: whitespace optimizaion
2824:
2825: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2826: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2827: multiple headers, ^file::load supports headers transcoding
2828: (implements feature #1042)
2829:
2830: 2016-07-25 moko
2831:
2832: * src/include/pa_common.h: PA_DEFAULT added
2833:
2834: 2016-07-22 moko
2835:
2836: * tests/: 338.html, results/338.processed: test for
2837: $date.field(value) added (related to feature #1066)
2838:
2839: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2840: $date.field(value) now supported for y/m/d/h/m/s (implements
2841: feature #1066)
2842:
1.105 moko 2843: 2016-07-21 moko
2844:
2845: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2846: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2847: arguments removed; image.C - absolute path shown in exception
2848: (implements feature #1071)
2849:
2850: * tests/: 235.html, results/235.processed: test and test result
2851: updated after static boundary in mail and Errors-To: mail header
2852: removed (related to feature #1047)
2853:
2854: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2855: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2856: used, static boundary in mail removed, Errors-To: mail header
2857: removed (implements feature #1047)
2858:
2859: 2016-07-20 moko
2860:
2861: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2862: equest.classes(): Value -> VStateless_class, part 3 (related to
2863: issue #1051)
2864:
2865: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2866: request.classes(): Value -> VStateless_class, part 2 (related to
2867: issue #1051)
2868:
2869: * tests/results/: 224.processed, 323.processed: classes without
2870: methods should not be methoded (related to issue #1051)
2871:
2872: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2873: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2874: -> VStateless_class, part 1 (related to issue #1051)
2875:
2876: * tests/: 337.html, results/337.processed: test for
2877: ^reflection:fields_reference[] and VHashReference class added
2878: (related to feature #1072)
2879:
2880: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2881: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2882: and VHashReference added, allowing ^reflection:fields_reference[]
2883: implementation (closes feature #1072)
2884:
2885: 2016-07-19 moko
2886:
2887: * tests/: 323.html, results/323.processed: we want to see
2888: "methoded"
2889:
2890: * tests/: 336.html, results/336.processed: test for $BASE:property
2891: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2892: #1059)
2893:
2894: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2895: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2896: somebody_entered_some_class, $BASE:property works again,
2897: ^BASE:method[] bugs fixed (fixes bug #1059)
2898:
2899: 2016-07-14 moko
2900:
2901: * tests/: 335.html, results/335.processed: test for feature #1055
2902: added
2903:
2904: * src/classes/hash.C: bugfix: $._default was not copied if empty
2905: feature: ^hash.contains[_default] added (implements feature
2906: #1055)
2907:
2908: 2016-07-13 moko
2909:
2910: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2911: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2912:
2913: 2016-07-05 moko
2914:
2915: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2916: in ^hash.foreach (related to feature #1073)
2917:
2918: 2016-07-04 moko
2919:
2920: * tests/: 134.html, 281.html, results/134.processed,
2921: results/281.processed: tests updated after hash blocking removed
2922: (related to feature #1073)
2923:
2924: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2925: no longer blocks on change during foreach (implements feature
2926: #1073)
2927:
2928: 2016-06-17 moko
2929:
2930: * tests/: 330.html, results/330.processed: try exception source
2931: test added (related to bug in #1062)
2932:
2933: * tests/: 334.html, results/334.processed: Exception stack trace
2934: test added (related to bug in $1062)
2935:
2936: * src/classes/op.C: Exception trace now correctly restored and
2937: errors reported (related to bug #1062)
2938:
1.104 moko 2939: 2016-05-25 moko
2940:
2941: * src/main/compile.y: minor cleanup + beauty
2942:
2943: 2016-05-24 moko
2944:
2945: * tests/: 333.html, results/333.processed: more exceptions testing
2946:
2947: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2948: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2949: features #1056, #1026)
2950:
2951: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2952: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2953: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2954: (implements feature #1056)
2955:
2956: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2957: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2958: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2959: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2960: feature #1026)
2961:
2962: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2963: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2964: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2965: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2966: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2967: feature #1026)
2968:
2969: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2970: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2971: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2972: SYMBOLS_CACHING define implemented (related to feature #1026)
2973:
2974: * src/main/main.vcproj: + ps_symbols
2975:
2976: * src/: include/Makefile.am, include/pa_string.h,
2977: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2978: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2979: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2980: types/pa_vstateless_class.C: initial implementation for symbols
2981: cache (related to feature #1026)
2982:
2983: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
2984:
2985: * src/main/pa_globals.C: minor cleanup
2986:
2987: 2016-05-19 moko
2988:
2989: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
2990: (related to feature #1046)
2991:
2992: * tests/: 331.html, results/331.processed: test for
2993: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
2994: (related to feature #1051)
2995:
2996: * src/main/compile.y:
2997: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
2998: (implements feature #1054)
2999:
3000: 2016-05-18 moko
3001:
3002: * src/types/pa_vtable.C, tests/results/324.processed: no more
3003: "column not found" exception for ^table.no-such-method[] (related
3004: to feature #1046)
3005:
3006: * tests/: 261.html, results/261.processed: test added and updated
3007: after feature #1046 implementation
3008:
3009: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3010: types/pa_vvoid.h: $string.anything works for whitespace strings,
3011: ^string.contains added for hash compatibility, $string.method no
3012: longer returns stting method (implements feature #1046)
3013:
3014: 2016-05-12 moko
3015:
3016: * src/classes/curl.C: content-type response header no longer
3017: ignored (fixes issue #1045)
3018:
3019: * tests/: 330.html, results/330.processed: test for incomplete
3020: finally execution when break occures added (related to issue
3021: #1077)
3022:
3023: * src/classes/op.C: bugfix: Request::skip reset is called before
3024: executing catch and finally code (fixes issue #1062)
3025:
3026: 2016-05-11 moko
3027:
3028: * tests/: 329.html, results/329.processed: test for invalid
3029: ^break[] behavour added (bug #1077)
3030:
3031: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3032:
3033: 2016-04-24 moko
3034:
3035: * src/types/pa_vstateless_class.h: warning war
3036:
3037: 2016-04-17 moko
3038:
3039: * tests/: 328.html, results/328.processed: test for
3040: ^break(condition) and ^continue(condition) (related to feature
3041: #1063)
3042:
3043: * src/classes/op.C: ^break(condition) and ^continue(condition)
3044: implemented (feature #1063)
3045:
3046: 2016-04-12 moko
3047:
3048: * tests/results/280.processed: ordered hash now used for class
3049: methods and properties (test results updated for feature #1069)
3050:
3051: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3052: to xdoc.C as under FreeBSD it was inited after and inheritance
3053: failed (related to issue #1051)
3054:
3055: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3056: are printed to check inheritance (related to feature #1051)
3057:
1.103 moko 3058: 2016-04-09 moko
3059:
3060: * tests/results/320.processed: ordered hash now used for class
3061: methods and properties (test results updated for feature #1069)
3062:
3063: * src/types/pa_vstateless_class.h: ordered hash now used for class
3064: methods and properties (implements feature #1069)
3065:
3066: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3067: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3068: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3069: feature #1051)
3070:
3071: 2016-04-07 moko
3072:
3073: * src/main/execute.C: returned Value in .CLASS case for VJunction
3074: (related to feature #1051)
3075:
3076: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3077: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3078: string constants deduplication (related to feature #1051)
3079:
3080: * tests/results/224.processed: test result updated (related to
3081: feature #1051)
3082:
3083: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3084: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3085: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3086: types/pa_vstatus.h: classes hash now contains only
3087: VStateless_class derived objects, .CLASS is also allways
3088: VStateless_class derived object (related to feature #1051).
3089:
3090: 2016-04-06 moko
3091:
3092: * tests/results/323.processed: test result updated after feature
3093: #1051 implementation
3094:
3095: * src/: classes/classes.h, classes/op.C, classes/response.C,
3096: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3097: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3098: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3099: types/pa_vresponse.C, types/pa_vresponse.h,
3100: types/pa_vstateless_class.h: base -> methoded_donor for static
3101: classes, type() moved from VStateless_class to VClass and
3102: Methoded (implements feature #1051)
3103:
3104: 2016-04-04 moko
3105:
3106: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3107: beauty: put_class added (related to feature #1051)
3108:
3109: 2016-04-01 moko
3110:
3111: * tests/results/: 175.processed, 192.processed, 224.processed,
3112: 229.processed, 244.processed, 246.processed, 316.processed: test
3113: results updated as class.type() removed from error messages, only
3114: type() left (related to feature #1051)
3115:
3116: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3117: classes/op.C, classes/reflection.C, main/compile.y,
3118: main/compile_tools.h, main/execute.C, main/pa_request.C,
3119: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3120: types/pa_vmethod_frame.h, types/pa_vobject.h,
3121: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3122: from VStateless_class, type() is used instead (related to feature
3123: #1051)
3124:
3125: * src/classes/mail.C: old logic restored.
3126:
3127: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3128: classes/classes.h, classes/curl.C, classes/date.C,
3129: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3130: classes/hashfile.C, classes/image.C, classes/inet.C,
3131: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3132: classes/memcached.C, classes/memory.C, classes/reflection.C,
3133: classes/regex.C, classes/response.C, classes/string.C,
3134: classes/table.C, classes/xdoc.C, classes/xnode.C,
3135: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3136: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3137: feature #1051)
3138:
3139: 2016-03-30 moko
3140:
3141: * tests/: 327.html, results/224.processed, results/327.processed:
3142: test for TZ specification in ^date::create[], TZ is kept during
3143: ^date::create[$dt] (related to feature #1048)
3144:
3145: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3146: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3147: feature #1048)
3148:
3149: 2016-03-29 moko
3150:
3151: * tests/: 315.html, results/315.processed: test for timezone format
3152: +HHmm added (related to feature #1065)
3153:
3154: * src/classes/date.C: timezone format +HHmm now supported
3155: (implements feature #1065)
3156:
3157: 2016-03-28 moko
3158:
3159: * tests/: 202.html, results/131.processed, results/202.processed,
3160: results/224.processed, results/256.processed,
3161: results/315.processed: test results updated after %.2d now
3162: default for hours offset in iso-string (was %2d), test for
3163: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3164: added (related to feature #1065)
3165:
3166: 2016-03-27 moko
3167:
3168: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3169: feature #1065)
3170:
3171: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3172: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3173: added (implements feature #1065)
3174:
3175: 2016-03-24 moko
3176:
3177: * tests/: 202.html, results/202.processed: test $date.week added
3178: (related to bug #1067)
3179:
3180: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3181: date (fix for bug #1067)
3182:
3183: 2016-03-10 moko
3184:
3185: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3186:
1.102 moko 3187: 2015-12-07 moko
3188:
3189: * tests/: 326.html, results/326.processed: test for .CLASS &
3190: .CLASS_NAME optimization added (related to feature #844)
3191:
3192: 2015-11-17 moko
3193:
3194: * tests/: 323.html, results/323.processed: order added
3195:
3196: * tests/: 325.html, results/325.processed: double range test added
3197: (related to bug #1049)
3198:
3199: 2015-11-16 moko
3200:
3201: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3202: added to disallow NaN and Infinity (fixes bug #1049)
3203:
3204: 2015-11-11 moko
3205:
3206: * tests/324.html: parser 3.4.3 execution support added (related to
3207: feature #1017)
3208:
3209: * tests/: 324.html, results/324.processed: test for
3210: GET_ELEMENT4CALL feature added (feature #1017)
3211:
1.101 moko 3212: 2015-10-29 moko
3213:
3214: * operators.txt: updated for 3.4.4
3215:
3216: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3217:
3218: * src/main/pa_exec.C: get_exit_status implemented for Windows
3219: (related to bug #1043)
3220:
3221: 2015-10-28 moko
3222:
3223: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3224: hangup during ^file::exec (fixes bug #1043)
3225:
1.100 moko 3226: 2015-10-27 moko
3227:
3228: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3229:
1.99 moko 3230: 2015-10-26 moko
3231:
1.100 moko 3232: * tests/322.html, src/classes/reflection.C: arguments reorder
3233: (related to issue #1041)
3234:
3235: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3236: Copyright year updated
3237:
1.99 moko 3238: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3239: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3240: classes/form.C, classes/hash.C, classes/hashfile.C,
3241: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3242: classes/mail.C, classes/math.C, classes/memcached.C,
3243: classes/memory.C, classes/op.C, classes/reflection.C,
3244: classes/regex.C, classes/response.C, classes/string.C,
3245: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3246: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3247: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3248: include/pa_config_fixed.h, include/pa_config_includes.h,
3249: include/pa_dictionary.h, include/pa_dir.h,
3250: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3251: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3252: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3253: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3254: include/pa_request_charsets.h, include/pa_request_info.h,
3255: include/pa_sapi.h, include/pa_socks.h,
3256: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3257: include/pa_stack.h, include/pa_string.h,
3258: include/pa_stylesheet_connection.h,
3259: include/pa_stylesheet_manager.h, include/pa_table.h,
3260: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3261: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3262: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3263: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3264: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3265: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3266: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3267: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3268: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3269: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3270: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3271: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3272: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3273: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3274: main/pa_string.C, main/pa_stylesheet_connection.C,
3275: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3276: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3277: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3278: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3279: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3280: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3281: targets/isapi/parser3isapi.C, types/pa_junction.h,
3282: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3283: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3284: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3285: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3286: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3287: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3288: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3289: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3290: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3291: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3292: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3293: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3294: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3295: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3296: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3297: types/pa_vresponse.C, types/pa_vresponse.h,
3298: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3299: types/pa_vstateless_object.h, types/pa_vstatus.C,
3300: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3301: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3302: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3303: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3304: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3305:
3306: * src/targets/cgi/parser3.C: year updated
3307:
3308: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3309: issue #1041)
3310:
3311: * tests/: 323.html, results/323.processed: test for base classes
3312: added
3313:
3314: * tests/: 261.html, results/261.processed: updated after better
3315: error reporting done for $string.key exception
3316:
3317: * src/types/pa_vstring.h: better error report for $string.key
3318: exception
3319:
3320: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3321: copied as VObject::get_element4call to remove extra virtual call
3322:
3323: * tests/: 322.html, results/322.processed: test for
3324: ^reflection:is[] added (related to feature #1041)
3325:
3326: * src/classes/reflection.C: ^reflection:is empty value is void
3327: (related to feature #1041)
3328:
3329: * src/classes/reflection.C:
3330: ^reflection:is[class_name|code|method;[context;]element_name]
3331: added (implements feature #1041)
3332:
3333: 2015-10-24 moko
3334:
3335: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3336:
1.98 moko 3337: 2015-10-22 moko
3338:
3339: * tests/: 321.html, results/321.processed: test for
3340: ^reflection:method_info[] file detection added
3341:
3342: * tests/: 320.html, results/320.processed: test for
3343: ^reflection:class_by_name[class_name] added (related to feature
3344: #993)
3345:
3346: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3347: added (implements feature #993)
3348:
3349: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3350: (related to feature #1017)
3351:
3352: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3353: added (related to issue #1039)
3354:
3355: * src/main/pa_request.C: ^throw origin fixed (related to feature
3356: #1039)
3357:
3358: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3359: for VDate
3360:
3361: * tests/results/182.processed: updated after feature #1038
3362: implemented
3363:
3364: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3365: compile-time exception origin added (test for feature #1039)
3366:
3367: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3368: main/pa_request.C: exception unification: compile-time exceptions
3369: now have origin, @USE origins also tracked (implements feature
3370: #1039)
3371:
3372: 2015-10-20 moko
3373:
3374: * src/main/pa_request.C: cleanup
3375:
3376: 2015-10-15 moko
3377:
3378: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3379:
3380: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3381: types/pa_vtable.C: new feature: no more $table.method and
3382: $hash.method, aliases for _at, _count, _key (related to feature
3383: #1017)
3384:
1.97 moko 3385: 2015-10-14 moko
3386:
1.98 moko 3387: * tests/: 317.html, results/317.processed: test for
3388: ^string.unescape[] added (related to feature #120)
3389:
1.97 moko 3390: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3391: defined" bug (described in issue #1036)
3392:
3393: * tests/: 247.html, results/247.processed: test for checkBOM added
3394: (test for bug #1037)
3395:
3396: * src/: include/pa_charsets.h, main/pa_charsets.C,
3397: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3398: it's not enforced, skips BOM signature if it complies charset
3399: (fixes bug #1037)
3400:
3401: 2015-10-13 moko
3402:
3403: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3404: linking
3405:
3406: * src/classes/inet.C: vs2003 compilation fix
3407:
3408: * src/classes/math.C: warning war
3409:
3410: * src/lib/punycode/pa_punycode.c: warning war
3411:
3412: 2015-10-12 moko
3413:
3414: * src/lib/punycode/pa_punycode.c: warning war
3415:
3416: * parser3.sln: moved parser3 first, to make it default startup
3417: project
3418:
3419: * buildall: parser "mirror" now used for external libs sources
3420: (implements feature #1036)
3421:
3422: * buildall: most external libs are updated to their current
3423: versions (related to feature #1036)
3424:
3425: * src/classes/image.C: more tags added
3426:
3427: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3428:
3429: 2015-10-11 moko
3430:
3431: * src/classes/curl.C: minor optimization (related to feature #1035)
3432:
3433: 2015-10-09 moko
3434:
3435: * src/classes/curl.C: pa_strdup added for strings from curl
3436: (related to feature #1035)
3437:
3438: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3439: ULLONG_MAX definition
3440:
3441: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3442: (implements feature #1035)
3443:
3444: * src/main/pa_charset.C: String::Body(String::C) used
3445:
3446: * src/main/pa_charset.C: exceptions unified
3447:
3448: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3449: unified
3450:
3451: * src/: classes/file.C, classes/image.C, classes/mail.C,
3452: classes/op.C, classes/xdoc.C, classes/xnode.C,
3453: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3454: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3455: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3456: String::Body(String::C) constructor added (related to bug #957)
3457:
3458: * src/classes/file.C: minor optimization
3459:
3460: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3461: Cord(char*) autocreation (related to bug #957)
3462:
3463: * src/: classes/string.C, main/untaint.C: minor optimizations
3464:
3465: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3466: String(char*, Lang, length) removed, String(C(), Lang) used
3467: instead (related to bug #957)
3468:
3469: 2015-10-08 moko
3470:
3471: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3472: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3473: main/untaint.C: Now char * is converted to CORD only using
3474: AS_CORD() to check for empty cord bug (fixes bug #957)
3475:
3476: * src/include/pa_hash.h: fixed compilation without
3477: HASH_CODE_CACHING
3478:
3479: * src/classes/string.C:
3480: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3481: feature #120)
3482:
3483: * src/main/pa_common.C: reduce js flags checks count (related to
3484: feature #120)
3485:
1.96 moko 3486: 2015-10-07 moko
3487:
3488: * tests/: 275.html, results/275.processed: test modified after
3489: unsigned long long int support implemented (feature #1034)
3490:
3491: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3492: pa_atoul added for unsigned long long int support
3493:
3494: 2015-10-06 moko
3495:
3496: * src/types/pa_vdate.C: INT_MAX used
3497:
3498: 2015-10-03 moko
3499:
3500: * tests/: 302.html, results/302.processed: test for bug #1023
3501: (\u2028, \u2029 escaping) added
3502:
3503: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3504: json:string[] (fixes bug #1023)
3505:
3506: 2015-09-29 moko
3507:
3508: * tests/305.html: try-catch added for OS without ipv6 support
3509:
3510: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3511: compilation
3512:
3513: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3514: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3515: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3516: implemented to distinguish ^hash.method from $hash.field
3517: (implements feature #1017)
3518:
3519: * src/lib/punycode/pa_punycode.c: warning war
3520:
3521: * src/include/pa_config_includes.h: warning war
3522:
3523: * src/include/pa_config_includes.h: pragma warning actualized a bit
3524:
3525: * src/include/pa_config_includes.h: warning war
3526:
3527: * src/include/pa_hash.h: clang compilation fix
3528:
3529: 2015-09-27 moko
3530:
3531: * src/main/compile.tab.C: Bison 3 is now default
3532:
3533: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3534:
3535: 2015-09-25 moko
3536:
3537: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3538: works with undefined HASH_ORDER (related to feature #196)
3539:
3540: 2015-09-24 moko
3541:
3542: * tests/: 027.html, results/027.processed: test modified to test
3543: ^hash.sort (feature #196)
3544:
3545: * src/: classes/hash.C, include/pa_hash.h:
3546: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3547: added (implements feature #196)
3548:
3549: * tests/: 316.html, results/316.processed: Added test for bug #1025
3550: (exception handling in non-cached ^cache), plus for "it does not
3551: have logical value" and "$exception.handled value must be either
3552: boolean or string 'cache'" exceptions.
3553:
3554: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3555: code (fixes bug #1025)
3556:
1.95 moko 3557: 2015-09-23 moko
3558:
3559: * src/classes/table.C: warning war
3560:
3561: * src/: classes/math.C, types/pa_vcookie.C: warning war
3562:
3563: * src/classes/file.C: warning war
3564:
3565: * src/: include/pa_table.h, main/pa_table.C: warning war
3566:
3567: * src/: main/pa_request.C, classes/date.C: warning war
3568:
3569: * src/: types/pa_vdate.C, classes/op.C: warning war
3570:
3571: * tests/: 122.html, results/122.processed: win sync: to remove
3572: differences with OS that doesn't keep timezone change history
3573:
3574: * src/types/pa_vdate.C: tzset() should be called in Windows after
3575: TZ change (related to feature #36)
3576:
3577: * tests/: 075.html, results/075.processed: win sync: to remove
3578: differences with OS that doesn't keep timezone change history
3579:
3580: * tests/: 315.html, results/315.processed: win sync: to remove
3581: differences with OS that doesn't keep timezone change history
3582:
3583: * tests/: 256.html, results/256.processed: win sync: to remove
3584: differences with OS that doesn't keep timezone change history
3585:
3586: * tests/: 124.html, results/124.processed: win results sync: to
3587: avoid hitting time change hole.
3588:
3589: * src/types/pa_vdate.C: static returned. :)
3590:
3591: 2015-09-22 moko
3592:
3593: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3594:
3595: * tests/results/131.processed: more tests for feature #1032
3596:
3597: * src/classes/date.C: minor fix related to feature #1032
3598:
3599: * operators.txt: ISO date creation documented (related to feature
3600: #1032)
3601:
3602: * operators.txt: iso-string documented (related to feature #1032)
3603:
3604: * tests/: 315.html, results/315.processed: more tests added
3605: (related to feature #1032)
3606:
3607: * tests/: 131.html, results/131.processed: date range checks
3608: updated (related to feature #36)
3609:
3610: * tests/: 315.html, results/057.processed, results/315.processed:
3611: test added for ISO date support (related to issue #315)
3612:
3613: * src/classes/date.C: more readable exceptions in date creation
3614: (related to ticket #1032)
3615:
3616: 2015-09-18 moko
3617:
3618: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3619: added (related to issue #1032)
3620:
3621: * tests/results/256.processed, src/classes/json.C: iso-string
3622: documented (related to issue #1032)
3623:
3624: * tests/: 256.html, results/256.processed: ISO date check added
3625: (related to issue #1032)
3626:
3627: * tests/: 057.html, results/057.processed, results/224.processed:
3628: tests results updated after ISO date support implemented (related
3629: to feature #1032)
3630:
3631: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3632: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3633: ^date::create[string] constructor formalized, ^date.iso-string[]
3634: added (implements feature #1032)
3635:
3636: 2015-09-05 moko
3637:
3638: * operators.txt: actualized
3639:
3640: * operators.txt: date changes documented (related to ticket #36)
3641:
3642: 2015-09-04 moko
3643:
3644: * src/types/pa_vdate.C: warning war
3645:
3646: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3647:
3648: 2015-09-03 moko
3649:
3650: * tests/results/096.processed: test result updated for 0..9999 year
3651: date range support (related to feature #36)
3652:
3653: * tests/: 314.html, results/314.processed: test for
3654: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3655: bug #1031)
3656:
3657: * src/classes/string.C: Static calls fixed for ^string:base64[],
3658: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3659:
1.116 moko 3660: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3661: configure.in -> configure.ac
1.95 moko 3662:
1.116 moko 3663: * configure, configure.in, src/include/pa_config_auto.h.in: more
3664: correct timezone check for FreeBSD Warning war: configure.in ->
3665: configure.ac
1.95 moko 3666:
3667: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3668: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3669: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3670: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3671: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3672: src/main/Makefile.am, src/targets/apache/Makefile.am,
3673: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3674: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3675: check added
3676:
3677: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3678:
3679: * tests/results/: 124.processed, 224.processed: test resuls updated
3680: for new date implementation (related to feature #36)
3681:
3682: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3683: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3684: types/pa_vdate.h: new double date implementation with internal
3685: support for extended 0..9999 year range, default timezone support
3686: (related to feature #36)
3687:
3688: 2015-08-28 moko
3689:
3690: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3691: (fixes bug #1030)
3692:
3693: 2015-08-21 moko
3694:
3695: * src/classes/inet.C: snprintf size "bug" commented
3696:
3697: * src/main/pa_common.C: snprintf comments updated
3698:
3699: 2015-08-16 moko
3700:
3701: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3702:
3703: 2015-08-11 moko
3704:
3705: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3706: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3707: can be null (fixes bug #1029)
3708:
3709: 2015-08-06 moko
3710:
1.116 moko 3711: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3712: pa_vdate.C added
1.95 moko 3713:
3714: 2015-08-05 moko
3715:
3716: * tests/: 313.html, results/313.processed: test for
3717: ^table.count[columns] and ^table.flip[] with nameless tables
3718: (feature #1003)
3719:
3720: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3721: max_cell added, now ^table.count[columns] and ^table.flip[] works
3722: correctly for nameless tables (implements feature #1003)
3723:
3724: 2015-08-03 moko
3725:
3726: * tests/312.html: test for ^table.append[$hash] and
3727: ^table.insert[$hash] added (related to feature #1028)
3728:
3729: * src/classes/table.C: ^table.append[$hash] and
3730: ^table.insert[$hash] now supported (implements feature #1028)
3731:
3732: * tests/: 312.html, results/312.processed: test row copy in
3733: ^table.hash[; $.type[table] ] added (related to feature #1016)
3734:
3735: * src/classes/table.C: row copy now created in ^table.hash[;
3736: $.type[table] ] (related to feature #1016)
3737:
3738: 2015-07-29 moko
3739:
3740: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3741: added (related to feature #1016)
3742:
3743: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3744: ^table.delete[] added to delete current row (related to feature
3745: 1016)
3746:
3747: 2015-07-28 moko
3748:
3749: * tests/: 312.html, results/312.processed: test for
3750: $table.column[value] and ^table.insert{row} (related to feature
3751: #1016)
3752:
3753: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3754: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3755: ^table.insert{row} are now implemented (feature #1016)
3756:
3757: * src/include/pa_array.h: Optimization: bool reverse removed from
3758: append(), insert() added, memmove arguments order in remove()
3759: fixed (related to feature #1016)
3760:
3761: 2015-07-23 moko
3762:
3763: * src/classes/json.C: tainted json and empty json exception added
3764: (implements feature #1015)
3765:
3766: * tests/: 311.html, results/311.processed: empty json and tainted
3767: json exception test added (related to issue #1015)
3768:
3769: 2015-07-22 moko
3770:
3771: * tests/: 311.html, results/311.processed: test for UTF-8
3772: processing added
3773:
3774: * tests/: 311.html, results/311.processed: test for
3775: json_exception_with_source added (related to issue #394)
3776:
3777: * src/classes/json.C: json_exception_with_source added (implements
3778: feature #394)
3779:
3780: 2015-06-29 moko
3781:
3782: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3783: directories are now correctly determined if _d_type == DT_UNKNOWN
3784: (closes bug #1027)
3785:
3786: 2015-06-10 moko
3787:
3788: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3789: error if libxml has LIBXML_ICU_ENABLED.
3790:
3791: 2015-06-04 moko
3792:
3793: * tests/099.html: ups, reverting
3794:
3795: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3796: results/310.processed: tests for $response:body[ $.file[] ] and
3797: $response:last-modified added
3798:
3799: * src/main/pa_request.C: last-modified check fixed
3800:
3801: 2015-06-03 moko
3802:
3803: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3804: results/205.processed, results/293.processed: $response:headers
3805: logging added (tests for feature #1007)
3806:
3807: * src/: include/pa_common.h, include/pa_request.h,
3808: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3809: $response:headers are now in uppercase (closes feature #1007)
3810:
3811: 2015-06-02 moko
3812:
3813: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3814: build errors reverted for clang compatibility
3815:
3816: 2015-06-01 moko
3817:
3818: * src/include/pa_memory.h: -pedantic build errors fixed
3819:
3820: * src/classes/math.C: -pedantic build error fixed
3821:
3822: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3823:
3824: 2015-05-31 moko
3825:
3826: * src/classes/table.C: USE_STRINGSTREAM optimized
3827:
3828: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3829: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3830: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3831: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3832: types/pa_vxnode.h: warning war (-pedantic flag)
3833:
3834: 2015-05-28 moko
3835:
3836: * tests/: 308.html, results/308.processed: test for
3837: ^table::create[$t;], etc work added (related to bug #975)
3838:
3839: * src/classes/table.C: check_option_param removed,
3840: ^table::create[$t;], etc now works (fixes bug #975)
3841:
3842: 2015-05-27 moko
3843:
3844: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3845: (Debian jessie) fixed (closes issue #1024)
3846:
3847: * tests/Makefile: sort added as in Debian jessie list become
3848: unsorted
3849:
3850: 2015-05-18 moko
3851:
3852: * tests/: 201.html, results/201.processed: test for
3853: ^string.trim[what] feature #1022
3854:
3855: * src/classes/string.C: ^string.trim[what] now supported,
3856: implements feature #1022
3857:
3858: 2015-05-17 moko
3859:
3860: * tests/results/185.processed: test result updated as feature #1021
3861: implemented (left/right accept negative parameter)
3862:
3863: * src/classes/string.C: left/right now accept negative parameter
3864: (implements feature #1021)
3865:
3866: 2015-05-08 moko
3867:
3868: * src/classes/math.C: isalnum -> pa_isalnum
3869:
3870: * src/main/execute.C: optimization in getter-junction processing
3871: (related to issue #997)
3872:
3873: 2015-05-07 moko
3874:
3875: * tests/: 307.html, results/307.processed: test for issue #997
3876: added
3877:
3878: * src/main/execute.C: process_getter result now checked if junction
3879: returned (closes issue #997)
3880:
3881: * tests/: 305.html, results/305.processed: sort added to ignore
3882: different order
3883:
3884: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3885: assignment (closes issue #994)
3886:
3887: * tests/: 306.html, results/306.processed: test for issue #994
3888: added
3889:
3890: * tests/: 303.html, results/303.processed: two more errors tested
3891:
3892: 2015-05-06 moko
3893:
3894: * tests/: 305.html, results/305.processed: test for name2ip &
3895: ip2name added (related to feature #992)
3896:
3897: * tests/: 303.html, 304.html, results/303.processed,
3898: results/304.processed: tests for idna conversion added (related
3899: to issue #849)
3900:
3901: 2015-05-02 moko
3902:
3903: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3904: implemented
3905:
3906: 2015-04-30 moko
3907:
3908: * src/main/pa_http.C: idna_host added, related to issue #849
3909:
3910: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3911: (related to issue #849)
3912:
3913: 2015-04-24 moko
3914:
3915: * src/types/pa_vjunction.C: warning war
3916:
3917: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3918: unification
3919:
3920: * src/lib/punycode/pa_idna.c: warning war
3921:
3922: 2015-04-22 moko
3923:
3924: * src/main/main.vcproj: punycode include path added
3925:
3926: * src/lib/punycode/pa_idna.c: windows compile error fixed
3927:
3928: * src/lib/punycode/pa_idna.c: warning war
3929:
3930: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3931: project file added
3932:
3933: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3934:
3935: * src/include/pa_memory.h: warning war
3936:
3937: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3938: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3939: implemented (related to feature #849)
3940:
3941: * configure.in, src/main/Makefile.am,
3942: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3943: libpunycode added in Unix
3944:
3945: 2015-04-21 moko
3946:
3947: * configure.in: large files support
3948:
3949: 2015-04-15 moko
3950:
3951: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3952: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3953: pa_punycode.h: initial version for punycode/idna support library
3954: (ticket #849)
3955:
3956: 2015-04-08 moko
3957:
3958: * src/: classes/curl.C, classes/date.C, classes/file.C,
3959: classes/image.C, classes/mail.C, classes/reflection.C,
3960: classes/string.C, classes/xnode.C, include/pa_request.h,
3961: include/pa_string.h, include/pa_stylesheet_connection.h,
3962: main/compile.y, main/compile_tools.h, main/execute.C,
3963: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3964: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3965: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3966: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3967: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3968: clang compiler warnings (closes issue #1018)
3969:
3970: * src/include/pa_string.h: String::Body comparation operators with
3971: char * added (related to issue #958)
3972:
3973: 2015-04-07 moko
3974:
3975: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3976: pa_malloc/pa_free to remove system malloc/free usage (related to
3977: issue #1018)
3978:
3979: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3980: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3981: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3982: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3983: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
3984: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
3985: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
3986: malloc/strdup/free replaced with pa_ version and checks for
3987: accidental use of non-pa_ version added (related to issue #1018)
3988:
3989: 2015-04-03 moko
3990:
3991: * buildall: pcre-8.33 -> pcre-8.36
3992:
3993: * src/: main/compile.y, classes/form.C, classes/mail.C,
3994: classes/op.C, classes/string.C, main/compile.tab.C,
3995: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
3996: main/pa_sql_driver_manager.C, types/pa_vfile.C,
3997: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
3998: ticket #958)
3999:
4000: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4001: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4002: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4003: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4004: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4005: $request:headers, $request:method added (implements feature
4006: #1007)
4007:
4008: 2015-03-17 misha
4009:
4010: * tests/302.html: - test for
4011: ^json:string[...;$._default[method-name]]
4012:
4013: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4014: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4015: option $._default[method-name] is specified in ^json:string[], a
4016: method with specified name will be called for classes/objects
4017: serialization ( new feature: #982 )
4018:
4019: 2015-03-16 misha
4020:
4021: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4022: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4023: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4024: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4025: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4026: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4027: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4028: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4029: types/pa_vrequest.h, types/pa_vstateless_class.C,
4030: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4031: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4032: $var.CLASS_NAME now have special opcodes. This can be switched
4033: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4034: on pa_opcode.h ( new feature: #844 )
4035:
4036: 2015-03-15 misha
4037:
4038: * tests/075.html: - test for $response:header[]
4039:
4040: * src/types/pa_vresponse.C: - $response:header[] deletes header
4041: that was set earlie ( new feature: #1001 )
4042:
4043: 2015-03-12 misha
4044:
4045: * tests/246.html: - more tests for ^hash._at[]
4046:
4047: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4048: accepts second param [key|value|hash] ( new feature: #1012 )
4049:
4050: 2015-03-09 moko
4051:
4052: * src/types/pa_vmail.C: exception for everything but
4053: $mail:received, closes issue #1011
4054:
4055: 2015-02-20 moko
4056:
4057: * tests/: 275.html, results/275.processed: hex detection in
4058: pa_atoui fix test (closes issue #1010)
4059:
4060: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4061: issue #1010)
4062:
4063: 2015-02-17 moko
4064:
4065: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4066: tainted.
4067:
4068: 2015-02-03 misha
4069:
4070: * tests/301.html: - test for ^json:string($double) causes
4071: exception. bugfix: #1008
4072:
4073: * src/classes/json.C: - ^json:string($double) causes exception.
4074: bugfix: #1008
4075:
4076: * tests/014.html: - updated for work with ^hash.delete[]
4077:
4078: 2015-01-12 misha
4079:
4080: * src/: classes/form.C, include/pa_common.h,
4081: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4082: types/pa_vform.h: - supports body with PUT method as well ( new
4083: feature: #1006 )
4084:
4085: * src/classes/file.C: - warnings war
4086:
4087: 2015-01-11 misha
4088:
4089: * tests/300.html: - test for ^hash.delete[] is added
4090:
4091: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4092: feature: #989 ) - tiny optimization in intersects
4093:
4094: 2015-01-06 moko
4095:
4096: * src/types/pa_vmail.C: file names transcode added, to and cc added
4097: with transcode, attachments detection fixed
4098:
4099: * src/main/pa_request.C: filling mail received after cgi/auto.p
4100: load to allow charset switch (related to issue #996)
4101:
4102: 2014-12-31 moko
4103:
4104: * src/types/pa_vmail.C: from and subject now transcoded if not
4105: UTF-8 source charset (fixes issue 996)
4106:
4107: * src/main/pa_exception.C: fixed string from stack bug (closes
4108: issue #1000)
4109:
4110: 2014-12-11 misha
4111:
4112: * src/types/pa_vhashfile.C: - check if key is not empty before
4113: access ( bug fix: #1005 )
4114:
4115: 2014-11-13 misha
4116:
4117: * src/main/compile.y: - PC.append does not reset to false while
4118: creating a new class. bugfix: #990
4119:
4120: * tests/299.html: - test for creation class after working with
4121: partial class (create+append)
4122:
4123: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4124: #995
4125:
4126: * tests/232.html: - test for @get[def] added
4127:
4128: 2014-10-12 moko
4129:
4130: * src/lib/pcre/pcre_internal.vcproj: correct path
4131:
4132: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4133: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4134: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4135: targets/apache/ApacheModuleParser3.vcproj,
4136: targets/apache/ApacheModuleParser3Core.vcproj,
4137: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4138: types/types.vcproj: project GUID inserted in *.vcproj for correct
4139: conversion in newer VS versions
4140:
4141: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4142: pcre_internal.vcproj added
4143:
4144: 2014-08-28 moko
4145:
4146: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4147: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4148: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4149:
4150: 2014-06-30 misha
4151:
4152: * tests/298.html: - tests for ^reflection:def[class;className]
4153: added
4154:
4155: * src/classes/reflection.C: - ^reflection:def[class;className]
4156: added ( new feature: #918 )
4157:
4158: 2014-06-29 misha
4159:
4160: * src/classes/table.C: - ^table::create[unsupported data] -
4161: exception comment changed to "body must be table or code" ( bug
4162: fix: #951 )
4163:
4164: * tests/: 261.html, results/261.processed: - tests for
4165: ^json:string[...;$.void[null|string]] added
4166:
4167: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4168: option $.void[string|null] added to ^json:string[...] ( new
4169: feature: #952 )
4170:
4171: 2014-06-28 moko
4172:
4173: * src/classes/curl.C: $.charset now processed before other curl
4174: options (closes issue #980)
4175:
4176: 2014-05-23 misha
4177:
4178: * src/classes/json.C: - bug fix: #987
4179:
4180: 2014-05-04 misha
4181:
4182: * tests/: 253.html, 253_json.txt: - test for
4183: ^json:parse[$.int(false)] is added
4184:
4185: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4186: default true). The option is similar to $.double(bool) but for
4187: integers.
4188:
4189: 2014-05-01 moko
4190:
4191: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4192: #12 )
4193:
4194: 2014-04-16 moko
4195:
4196: * src/main/pa_http.C: response-charset option should finally work
4197: now (fix for issue #867)
4198:
4199: * src/main/pa_http.C: response-charset option should work now (fix
4200: for issue #867)
4201:
4202: 2014-03-07 moko
4203:
4204: * buildall: libgc moved
4205:
4206: * buildall: libgc moved
4207:
4208: 2013-12-29 moko
4209:
4210: * src/classes/string.C: ^string:js-unescape result now tainted,
4211: closes issue #966
4212:
4213: * tests/: 186.html, results/186.processed: ^string:js-unescape
4214: result now tainted, issue #966
4215:
4216: 2013-12-03 moko
4217:
4218: * src/: classes/memcached.C, types/pa_vmemcached.C,
4219: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4220: option was added for http://www.parser.ru/forum/?id=79343
4221:
4222: * src/classes/file.C: bugfix for
4223: http://www.parser.ru/forum/?id=79337
4224:
4225: 2013-11-05 moko
4226:
4227: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4228:
4229: * src/main/pa_globals.C: spelling fixed
4230:
4231: 2013-10-29 moko
4232:
4233: * src/lib/json/json.vcproj: json.c -> pa_json.C
4234:
4235: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4236: #892
4237:
4238: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4239: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4240: exceptions to be thrown thougth json library), related to issue
4241: #892
4242:
4243: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4244: related to issue #896
4245:
4246: 2013-10-24 moko
4247:
4248: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4249:
4250: 2013-10-23 moko
4251:
4252: * README: actualization
4253:
4254: 2013-10-22 moko
4255:
4256: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4257: compatibility patch from Sergey Kirpichev
4258:
4259: * tests/: 297.html, results/297.processed: non-working getter fix
4260: test for issue #948
4261:
4262: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4263: called when saving value of $match variable in ^string.match[] to
4264: increase compatibility (related to issue #948).
4265:
4266: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4267: usage optimization
4268:
4269: 2013-10-21 moko
4270:
4271: * tests/: 182.html, results/182.processed: local path removed for
4272: compatibility
4273:
4274: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4275: results/244.processed, results/253.processed,
4276: results/254.processed, results/275.processed,
4277: results/281.processed: try_catch -> try-catch
4278:
4279: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4280: results/294.processed, results/296.processed: try_catch ->
4281: try-catch
4282:
4283: 2013-10-20 moko
4284:
4285: * tests/: 296.html, results/296.processed: test for xsl exception
4286: for issue #938 added.
4287:
4288: * src/: include/pa_xml_exception.h,
4289: main/pa_stylesheet_connection.C: forgotten to be replaced
4290: XmlException is now replaced (once again closes issue #938)
4291:
4292: 2013-10-18 moko
4293:
4294: * buildall: disable clock_gettime detection to avoid librt linking
4295: (which in turn depends on libpthread), related to issue #943
4296:
4297: 2013-10-18 misha
4298:
4299: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4300: lib/smtp/smtp.vcproj, main/main.vcproj,
4301: targets/apache/ApacheModuleParser3Core.vcproj,
4302: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4303: types/types.vcproj: - new locations for libxml2 includes where
4304: added to vcproj files
4305:
4306: 2013-10-18 moko
4307:
4308: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4309: fix
4310:
4311: * tests/: 295.html, results/295.processed: test for issue #948
4312: updated
4313:
4314: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4315: :)
4316:
4317: * tests/: 295.html, results/295.processed: test for issue #948
4318: added
4319:
4320: * src/: classes/hash.C, classes/string.C, classes/table.C,
4321: include/pa_request.h, types/pa_method.h: for getters and setters
4322: to be executed request.put_element should be called, not
4323: context.put_element (fixes issue #948)
4324:
4325: 2013-10-17 moko
4326:
4327: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4328: LIBXML2_NEW_BUFFER check (closes issue #943)
4329:
4330: * buildall: libxml 2.9.1 build is broken --without-reader.
4331:
4332: 2013-10-16 moko
4333:
4334: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4335:
4336: * tests/: 294.html, results/294.processed: test for issue #938
4337:
4338: * src/: classes/xdoc.C, classes/xnode.C,
4339: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4340: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4341:
4342: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4343: libxslt-1.1.26 -> libxslt-1.1.28
4344:
4345: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4346: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4347: to '?', related to issue #938
4348:
4349: 2013-10-15 moko
4350:
4351: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4352: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4353: minor optimizations (closes issue #896)
4354:
4355: * tests/results/: 292.processed, 293.processed: results updated to
4356: comply with issue #896
4357:
4358: * tests/: 292.html, 293.html, results/292.processed,
4359: results/293.processed: tests for json escaping
4360:
4361: 2013-10-14 moko
4362:
4363: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4364: and cleanup, code moved from .h to .C, no changes in code
4365:
4366: 2013-10-12 moko
4367:
4368: * tests/results/119.processed: updated test result commited
4369:
4370: * tests/: 291.html, results/291.processed: test for issue #894
4371: added
4372:
4373: * src/types/pa_wcontext.h: base methods call support function
4374: get_somebody_entered_some_class should not be true forever, as
4375: wcontext can have many get_elements calls (fixes issue #894)
4376:
4377: 2013-10-11 moko
4378:
4379: * tests/: 290.html, results/290.processed: test for junction GPF
4380: issue #942 added
4381:
4382: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4383: to native method fixed (closes issue #942)
4384:
4385: * tests/: 158.html, results/158.processed: test for csv-string[]
4386: added
4387:
4388: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4389: feature #907)
4390:
4391: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4392: feature #907)
4393:
4394: 2013-10-09 moko
4395:
4396: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4397: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4398: types/pa_vstateless_class.C: GET_default, SET_default now works
4399: properly not only in objects, but in classes as well (closes
4400: issue #903)
4401:
4402: * tests/: 289.html, results/289.processed: GET/SET_default now
4403: works in classes, not only objects, test case added, related to
4404: issue #903
4405:
4406: * tests/: 288.html, results/288.processed: test for endless
4407: recursion bug added (related to issue #903)
4408:
4409: 2013-10-05 moko
4410:
4411: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4412: classes/table.C, main/execute.C, types/pa_method.h,
4413: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4414: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4415: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4416: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4417: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4418: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4419: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4420: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4421: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4422: optimization: put_element no longer has "bool areplace" argument,
4423: related to issue #903
4424:
4425: 2013-10-03 moko
4426:
4427: * tests/results/182.processed: result for $.replace(false) test
4428: commited
4429:
4430: * src/classes/date.C: ^date::create(number) processed correctly
4431: (fixes issue #901)
4432:
4433: * src/classes/image.C: as_no_junction removed, as param can be
4434: expression (closes issue #931)
4435:
4436: * tests/233.html: test for issue #931 added
4437:
4438: 2013-10-02 moko
4439:
4440: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4441: modified, test for $.replace(false) added
4442:
4443: * src/main/compile_tools.h: forgotten class replace returned. :)
4444:
4445: 2013-09-30 moko
4446:
4447: * tests/: 141.html, results/141.processed: md5 tainting test added
4448:
4449: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4450: main/compile_tools.h, main/pa_request.C: allow_class_replace
4451: implemented; $.replace option added to ^process and ^use
4452:
4453: 2013-08-27 moko
4454:
4455: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4456: cstr_to_string_body_untaint should be called with charsets for
4457: possible uri language and connection for possible sql language.
4458: related to issue #857
4459:
4460: * buildall: and -> or fixed
4461:
4462: 2013-08-26 moko
4463:
4464: * buildall: prepare_ functions logic changed to support
4465: gc-7.2d.tar.gz extracting to gc-7.2 directory
4466:
4467: 2013-08-23 moko
4468:
4469: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4470: statically
4471:
4472: 2013-08-22 moko
4473:
4474: * src/classes/string.C: String::Empty used (related to issue #912)
4475: append_know_length removed (related to old GPF bug)
4476:
4477: 2013-08-21 moko
4478:
4479: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4480:
4481: * src/classes/math.C: ^math:digest[...;$file] support added
4482: (related to ticket #857
4483:
4484: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4485: implemented
4486:
4487: * src/types/pa_vhashfile.h: warning war
4488:
4489: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4490: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4491: anti_endless_json_string_recoursion removed from request;
4492: json_string_recoursion added to json_options; $.indent[indent
4493: value] now supported and passed within recoursion closes feature
4494: #937
4495:
4496: * tests/: 287.html, results/287.processed: test for feature #937
4497:
4498: 2013-07-31 moko
4499:
4500: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4501: compilation having #define _S
4502:
4503: * src/main/pa_globals.C: cleanup
4504:
4505: 2013-07-30 moko
4506:
4507: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4508: main/pa_common.C: vs2003 warning war
4509:
4510: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4511:
4512: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4513:
4514: * src/lib/md5/pa_sha2.c: warning war
4515:
4516: 2013-07-29 moko
4517:
4518: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4519: patches from github
4520:
4521: * src/: classes/bool.C, classes/double.C, classes/int.C,
4522: classes/memcached.C, include/pa_config_includes.h,
4523: types/pa_vfile.C, types/pa_vfile.h: warning war
4524:
4525: * src/lib/json/json.vcproj: C++ -> C
4526:
4527: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4528:
4529: * src/lib/json/: json.c, pa_json.C: windows compatibility
4530:
4531: * src/lib/json/: json.c, pa_json.C: windows compatibility
4532:
4533: * src/lib/json/: json.c, pa_json.C: warning war
4534:
4535: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4536:
4537: * src/include/pa_config_fixed.h: uint16_t added
4538:
4539: * configure.in: uint16_t check added
4540:
4541: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4542: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4543: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4544: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4545: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4546:
4547: 2013-07-25 moko
4548:
4549: * parser3.sln: dependencies added
4550:
4551: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4552: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4553: module support
4554:
4555: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4556:
4557: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4558:
4559: 2013-07-23 moko
4560:
4561: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4562: PA_DEBUG_GC_MEMORY removed
4563:
4564: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4565: PA_DEBUG_DISABLE_GC compilation fix
4566:
4567: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4568: main/pa_request.C: outdated RESOURCES_DEBUG removed
4569:
4570: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4571: garbage cleanup
4572:
4573: * src/main/pa_common.C: warning war
4574:
4575: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4576:
4577: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4578: minor cleanup
4579:
4580: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4581: uses cygwin, not WIN32 implementation
4582:
4583: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4584: able to exec shell scripts
4585:
4586: * src/classes/math.C: ifdef WIN32 cleanup
4587:
4588: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4589:
4590: * src/classes/curl.C: LT_MODULE_EXT used
4591:
4592: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4593:
4594: 2013-07-22 moko
4595:
4596: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4597: includes fix
4598:
4599: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4600:
4601: * configure.in, src/include/pa_config_includes.h,
4602: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4603: src/main/pa_exec.C: includes cleanup
4604:
4605: * src/targets/cgi/parser3.C: 2012->2013
4606:
4607: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4608:
4609: * configure.in, src/include/pa_config_includes.h,
4610: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4611: src/main/pa_random.C, src/main/pa_socks.C,
4612: src/types/pa_vstatus.C: cygwin support cleanup
4613:
4614: * configure.in: dirent.h check added
4615:
4616: * src/: include/pa_config_includes.h, include/pa_dir.h,
4617: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4618: not copied
4619:
4620: 2013-07-21 moko
4621:
4622: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4623:
4624: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4625: parser3.vcproj: unused getopt.h / getopt.c removed
4626:
4627: * operators.txt, src/classes/file.C, tests/022.html,
4628: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4629: $.stat(true)] usage commented
4630:
4631: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4632: src/main/pa_dir.C: ^file:list[] now has dir column and when
4633: $.stat(true) it has size/*date columns modified patch from misha@
4634: that closes issue #914.
4635:
4636: * src/: include/pa_config_includes.h, main/pa_globals.C:
4637: PA_RELEASE_ASSERTS removed
4638:
4639: * src/lib/md5/pa_md5c.c: minor cleanup
4640:
4641: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4642: localeconv()->decimal_point usage remoed (related to issue #934)
4643:
4644: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4645: cordprnt.c removed
4646:
4647: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4648: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4649: pa-include/pa_strings.h: includes cleanup
4650:
4651: * src/lib/md5/pa_md5c.c: headers cleanup
4652:
4653: 2013-07-20 moko
4654:
4655: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4656: cleanup
4657:
4658: 2013-07-19 moko
4659:
4660: * src/classes/math.C: extern "C" added for crypt
4661:
4662: 2013-07-18 moko
4663:
4664: * src/classes/math.C: fix redhat7.2 build
4665:
4666: 2013-07-17 moko
4667:
4668: * configure.in, src/include/pa_config_includes.h,
4669: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4670: added for uint8/32/64_t)
4671:
4672: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4673: pa_config_includes.h used for uint32/64_t
4674:
4675: 2013-07-16 moko
4676:
4677: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4678: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4679: war
4680:
4681: * src/main/compile.tab.C: compile.y was updated
4682:
4683: * src/main/compile.y: warning war
4684:
4685: * src/: include/pa_exception.h, main/pa_exception.C,
4686: main/pa_xml_exception.C: warning war
4687:
4688: * src/: include/pa_common.h, main/pa_common.C: warning war
4689:
4690: * configure.in: beauty :)
4691:
4692: * tests/: 141.html, results/141.processed: sha256/512 added
4693:
4694: 2013-07-13 moko
4695:
4696: * src/lib/md5/md5.vcproj: sha2 added
4697:
4698: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4699: classes/math.C: sha2 support (sha256/sha512 digest)
4700:
4701: 2013-07-08 moko
4702:
4703: * src/classes/image.C: directory read or other read problem message
4704: fixed (related to issue #933)
4705:
4706: 2013-07-07 moko
4707:
4708: * AUTHORS: + misha + moko. :)
4709:
4710: 2013-07-06 moko
4711:
4712: * src/: classes/curl.C, include/pa_globals.h,
4713: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4714: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4715: for lt_dlinit to be called once and lt_dlexit called at right
4716: place (related to issue #925)
4717:
4718: 2013-07-04 moko
4719:
4720: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4721: VString::as_vfile now uses vfile.set_binary_string to avoid
4722: content-type to be set, as it brokes badly designed logic in
4723: response output. This hopefully finishes issue #928.
4724:
4725: * tests/results/: 256.processed, 286.processed: file now displayed
4726: as name, size, mode, content-type
4727:
4728: * src/main/pa_common.C: read error now reported cottectly (fixes
4729: issue #933
4730:
4731: 2013-06-28 moko
4732:
4733: * tests/: 286.html, results/286.processed: test extended
4734:
4735: * tests/: 286.html, results/286.processed: Test for issue #928
4736: added. it tests default content-type change.
4737:
4738: * src/types/pa_vfile.C: closes issue #928 - default content-type
4739: now updated
4740:
4741: 2013-06-25 moko
4742:
4743: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4744: content-type for text/binary files without name added;
4745: ^file::create[$f;...] options now works properly and $f
4746: properties are default (fixes issue #928)
4747:
4748: 2013-05-16 misha
4749:
4750: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4751: added
4752:
4753: * src/main/pa_table.C: - a tiny memory optimisation while creating
4754: table if specified limit is bigger than source rows count
4755:
4756: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4757: added ( new feature: #858 )
4758:
4759: 2013-04-29 moko
4760:
4761: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4762: $.ipresolve(0|1|2) added (closes issue #891)
4763:
4764: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4765:
4766: 2013-04-24 moko
4767:
4768: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4769: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4770: types/pa_vmemcached.h: ^memcache.release[] added, calls
4771: memcached_quit (refs #893)
4772:
4773: 2013-04-22 moko
4774:
4775: * src/: include/pa_string.h, main/pa_common.C: no more double
4776: slashes in file path (fixes bug #872)
4777:
4778: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4779: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4780: #739)
4781:
4782: * tests/results/266.processed: $.max_params added (feature #915)
4783:
4784: * src/: include/pa_common.h, main/pa_http.C: response-charset
4785: option added to file::load (closes issue #867)
4786:
4787: 2013-04-20 misha
4788:
4789: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4790: commited
4791:
4792: 2013-03-15 misha
4793:
4794: * src/classes/: hash.C, table.C: - Optimisation: do not create
4795: multiple empty strings while ::sql. uae String::Empty instead
4796:
4797: 2013-03-14 misha
4798:
4799: * src/classes/reflection.C: - for user classes
4800: ^reflection:method_info[] returns $.max_params and $.extra_param
4801: with $.call_type if they available ( new feature: #915 )
4802:
4803: * src/classes/file.C: - ^file:delete[] now supports an option
4804: $.exception(false) that suppress any exception while deleting
4805: file ( new feature: #916 )
4806:
4807: * src/classes/curl.C: - parsing cookies after curl:load now should
4808: work :)
4809:
4810: 2013-03-12 misha
4811:
4812: * src/types/pa_vfile.C: - if specified file_name is empty string
4813: set default name for the file
4814:
4815: 2013-03-11 misha
4816:
4817: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4818: also available in $f.cookies
4819:
4820: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4821: moved to a separate method
4822:
4823: 2013-03-10 moko
4824:
4825: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4826: added
4827:
4828: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4829: removed (declared by autoconf)
4830:
4831: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4832: uint32_t define
4833:
4834: 2013-03-10 misha
4835:
4836: * src/classes/file.C: ^file:delete and ^file:move now support
4837: option $.keep-empty-dirs(true) ( new feature: #884 )
4838:
4839: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4840: empty dirs is added
4841:
4842: 2013-03-10 moko
4843:
4844: * src/classes/: bool.C, double.C, int.C: default can be present,
4845: but default check removed from ^int/double/bool.int/double/bool
4846: for string.int/double/bool compatibility (related to issue #913)
4847:
4848: * src/classes/string.C: ^string.int/dobule/bool no longer
4849: internally throws exception if default is present (closes issue
4850: #913)
4851:
4852: 2013-03-09 misha
4853:
4854: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4855: optimisations ( #845 )
4856:
4857: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4858:
4859: 2013-03-08 moko
4860:
4861: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4862: creates correct table (fixes issue #910)
4863:
4864: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4865: use outside of 'connect' operator (fixes issue #911)
4866:
4867: * tests/results/: 096.processed, 122.processed: test results
4868: updated as doubles now printed with 15 significant digits, not 5
4869: (fixes issue #882)
4870:
4871: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4872: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4873:
4874: 2013-02-21 moko
4875:
4876: * src/classes/table.C: _locate_name_value does not check arguments
4877: count, so we check it in advance (fixes issue #905)
4878:
4879: 2012-10-23 moko
4880:
4881: * buildall: old shell for and echo compatibility (for six)
4882:
4883: 2012-10-19 moko
4884:
4885: * buildall: --strip added --disable-safe-mode listed in usage
4886:
4887: 2012-10-17 misha
4888:
4889: * src/classes/op.C: - apply-taint should not throw "outside
4890: connect" exception with sql lang now
4891:
4892: 2012-10-17 moko
4893:
4894: * src/main/pa_request.C: bugfix: safe mode should be inited for
4895: each request (for apache module)
4896:
4897: 2012-09-26 moko
4898:
4899: * src/doc/doxygen.cfg: png -> svg
4900:
4901: 2012-09-25 moko
4902:
4903: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4904: test added
4905:
4906: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4907: double use when key is long
4908:
4909: 2012-09-16 moko
4910:
4911: * src/classes/math.C: Format -> Method Encode -> Format
4912:
4913: * tests/: 141.html, results/141.processed: math:digest hmac test
4914: added
4915:
4916: 2012-09-14 moko
4917:
4918: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4919: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4920: implementation added
4921:
4922: 2012-09-12 moko
4923:
4924: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4925: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4926: targets.dox and string.dox slightly actualized
4927:
4928: 2012-08-31 moko
4929:
4930: * ChangeLog: now generated with patched cvs2cl.pl
4931:
4932: 2012-07-29 moko
4933:
4934: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4935: result should be pushed after VMethodFrame destructor is called,
4936: as it deletes junctions from stack params (fixes issue #868)
4937:
4938: 2012-07-23 moko
4939:
4940: * INSTALL, README: buildall script usage documented, other outdated
4941: info updated.
4942:
4943: * buildall-with-xml, buildall-without-xml: replaced by buildall
4944:
4945: 2012-07-21 moko
4946:
4947: * buildall: glib does not compile when threads are disabled...
4948:
4949: * src/types/pa_vmail.C: g_assertion fixes for empty input
4950:
4951: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4952: unref, can't unref nested objects)
4953:
4954: * src/types/pa_vmail.C: another check added
4955:
4956: 2012-07-19 moko
4957:
4958: * buildall: usage added
4959:
4960: * buildall: new buildall script that unites buildall-with-xml,
4961: buildall-without-xml, --with-apache and --with-mailreceive
4962:
4963: * configure.in: support for static gmime and dynamic glib linking.
4964: fixes for FreeBSD
4965:
4966: 2012-07-17 moko
4967:
4968: * configure.in: --with-mailreceive replaced
4969: --with-static-mailreceive and --with-shared-mailreceive pathlink
4970: removed
4971:
4972: 2012-07-16 moko
4973:
4974: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4975: capitalized, content now decoded and text content converted to
4976: $request:charset. all properties are accessed by functions, this
4977: ready for dynamic load.
4978:
4979: 2012-06-28 moko
4980:
1.116 moko 4981: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4982: 32 bit
1.95 moko 4983:
4984: 2012-06-27 moko
4985:
4986: * buildall-with-xml, buildall-without-xml: fetch requires -p for
4987: passive ftp
4988:
4989: * src/lib/ltdl/ltdl.vcproj: release build fixed
4990:
4991: * configure.in: 3.4.2 RC -> 3.4.2
4992:
4993: 2012-06-22 moko
4994:
4995: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4996: #815)
4997:
4998: * tests/: 284.html, results/284.processed: output options test
4999: (feature #265)
5000:
5001: 2012-06-22 misha
5002:
5003: * tests/215.html: - little changes
5004:
5005: 2012-06-21 moko
5006:
5007: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5008: types/pa_vxdoc.h: output_options returned and used (bugfix for
5009: feature #265)
5010:
5011: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5012: breaks long .*, default 10M restored. (issue #216)
5013:
5014: * tests/: 283.html, results/283.processed: test for issue #815
5015: added
5016:
5017: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5018: again, cstrm not required.
5019:
5020: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5021: Win32 and broken FreeBSD (issue #45)
5022:
5023: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5024:
5025: * src/main/pa_string.C: warnings war
5026:
5027: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5028: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5029: main/pa_socks.C, targets/apache/pa_threads.C,
5030: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5031: types/pa_vstatus.C: compilation under cygwin fixed
5032:
5033: 2012-06-19 moko
5034:
5035: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5036: Windows fixed
5037:
5038: * parser3.sln: removed antique pcre_ctype
5039:
5040: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5041:
5042: * src/include/pa_config_fixed.h: undefined reference to
5043: __imp__pcre_* fix for Windows
5044:
5045: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5046: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5047: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5048: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5049: define fixed
1.95 moko 5050:
5051: 2012-06-18 moko
5052:
5053: * src/classes/memcached.C: flush -> clear
5054:
5055: * src/classes/memcached.C: memcached does not support quotes even
5056: in server name
5057:
5058: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5059: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5060: called on open to check servers existance. $.key(true) syntax
5061: now supported
5062:
5063: 2012-06-17 moko
5064:
5065: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5066: cleanup
5067:
5068: * src/classes/table.C, tests/282.cfg, tests/282.html,
5069: tests/results/282.processed: encloser at the EOF bug fixed,
5070: incorrectly enclosed data now processed more logicaly (fixes
5071: #339)
5072:
5073: 2012-06-15 moko
5074:
5075: * buildall-without-xml: sync with buildall-with-xml
5076:
5077: * buildall-with-xml: download auto-detected between fetch and curl
5078:
5079: * configure.in: --with-gc and --with-pcre now also processed
5080: correctly
5081:
1.116 moko 5082: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5083: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5084: should be run on rol1 using automake / aclocal (GNU automake)
5085: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5086:
5087: * configure.in: new PARSER_VERSION logic
5088:
5089: * src/include/pa_version.h: new pa_version.h logic
5090:
5091: * src/: classes/curl.C, classes/file.C, classes/image.C,
5092: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5093: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5094: feols_normalized -> fis_text_content set_binary added
5095:
5096: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5097:
5098: 2012-06-15 misha
5099:
5100: * src/: classes/curl.C, classes/file.C, classes/image.C,
5101: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5102: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5103: ^file::create[text;content] EOLs in content now is normalized. (
5104: new feature: #815 )
5105:
5106: 2012-06-15 moko
5107:
5108: * configure.in: --disable-version-update added to disable version
5109: update with host information (for debian package) whitespace
5110: optimized
5111:
5112: * configure.in: version changed to 3.4.2 RC no-pic added for
5113: libtool
5114:
5115: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5116: it.
5117:
5118: 2012-06-14 moko
5119:
5120: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5121: tests/results/281.processed: "hash flocked" error removed for
5122: safe operations like ^h._count[] ( new feature: #335 )
5123:
1.116 moko 5124: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5125:
5126: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5127:
5128: * configure.in: --with-static/shared xml replaced with --with-xml,
5129: xml compilation check added
5130:
5131: * configure.in: --with-static/shared-gc, --with-static-pcre are
5132: replaced with --with-gc and --with-pcre test for pcre linking
5133: added
5134:
5135: 2012-06-13 moko
5136:
5137: * configure.in: apxs2 check optimized
5138:
5139: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5140: .la, includes optimized
5141:
5142: * buildall-with-xml: --with-pic looks better for -fPIC
5143:
5144: * configure.in: switched to convenience library in static linking
5145:
5146: * src/targets/apache/Makefile.am: switched to convenience library
5147: usage to avoid libtool warnings
5148:
5149: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5150: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5151: smtp/Makefile.am: switched to convenience library usage
5152:
5153: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5154:
5155: * src/targets/apache/Makefile.am: updated for libtool usage
5156:
5157: * buildall-without-xml: --with-included-ltdl added
5158:
5159: * buildall-without-xml: sync with buildall-with-xml
5160:
5161: * buildall-with-xml: --with-included-ltdl added $cflags added for
5162: -fPIC for x64 $download added for wget success check added
5163:
5164: * buildall-without-xml: --with-dynamic-stdcpp removed
5165:
5166: * configure.in: disable-static returned
5167:
5168: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5169: LIBTOOLFLAGS
5170:
5171: 2012-06-12 moko
5172:
5173: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5174: compatible with LIBTOOLFLAGS for unknown reasons
5175:
5176: * buildall-with-xml: --with-dynamic-stdcpp removed
5177:
5178: * configure.in: static/dynamic -lstdc++ linking option removed
5179: apxs2 check added
5180:
5181: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5182: option removed
5183:
5184: 2012-06-10 moko
5185:
5186: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5187: added
5188:
5189: * src/targets/cgi/pp3.cmd: old PAF stuff
5190:
1.116 moko 5191: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5192: beauty
1.95 moko 5193:
5194: * depcomp: from libtool 2.4.2
5195:
5196: * configure.in: ltdl directory removed, it has correct Makefile.in
5197:
5198: 2012-06-09 moko
5199:
1.116 moko 5200: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5201: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5202: autogenerated files updated after libtool update
5203:
1.116 moko 5204: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5205: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5206: config_auto.h.in, config_fixed.h, configure, configure.ac,
5207: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5208: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5209: config/compile, config/config.guess, config/config.sub,
5210: config/depcomp, config/install-sh, config/ltmain.sh,
5211: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5212: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5213: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5214: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5215: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5216: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5217: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5218: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5219:
5220: * configure.in: preparation for new libtool
5221:
5222: * configure.in: Some beauty added :)
5223:
5224: * src/targets/apache/Makefile.am: := -> =
5225:
5226: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5227: again. :)
5228:
5229: * src/include/pa_config_includes.h, configure.in: limits.h added,
5230: previously was taken from pcre_internal.h. :)
5231:
5232: * src/lib/pcre/Makefile.am: config.h returned
5233:
5234: * src/lib/pcre/config.h: still need this. :)
5235:
5236: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5237:
5238: * configure.in: --with-charsets removed; --with-mysql-client & co
5239: removed
5240:
5241: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5242: now in parser tree, no need to copy
5243:
5244: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5245: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5246: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5247: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5248: extracts now used old trash removed
5249:
5250: * etc/parser3.charsets/Makefile.am: charsets now in share
5251: (debian/patches/104_automake.patch) + all charsets are copied
5252:
5253: * buildall-with-xml, buildall-without-xml: curl option removed +
5254: extra arguments now supported
5255:
5256: 2012-06-08 misha
5257:
5258: * src/classes/table.C: - one params.as_hash usage was rolled back:
5259: the 2nd option in ^table.hash[] could be hash or table so
5260: .as_hash will throw an exception when table option is specified
5261:
5262: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5263: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5264: classes/table.C, classes/void.C, classes/xdoc.C,
5265: include/pa_exception.h, types/pa_vmethod_frame.C,
5266: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5267: and improved (whitespaces are allowed as empty options) -
5268: MethodParams::as_table is added - above methods are used for
5269: parsing methods' options ( new feature: #9 )
5270:
5271: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5272: to vclass. now class fields can be accessible as a hash:
5273: $h[^hash::create[$asd:CLASS]]
5274:
5275: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5276: have get_fields method so their fields can be accessed with
5277: ^reflection:fields[...] & ^reflection:field[...]
5278:
5279: 2012-06-06 misha
5280:
5281: * tests/280.html: - tests for
5282: ^reflection:method[obj-or-class;method],
5283: ^reflection:field[obj-or-class;field] and
5284: ^reflection:fields[obj-or-class] are added
5285:
5286: 2012-06-05 misha
5287:
5288: * src/classes/reflection.C: - ^reflection:method[class or
5289: object;method name] and ^reflection:field[class or object;field
5290: name] are added
5291:
5292: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5293: is used
5294:
5295: * src/types/pa_method.h: - Method::as_vjunction method is added
5296:
5297: 2012-06-05 moko
5298:
1.116 moko 5299: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5300:
5301: * src/classes/memcached.C: flish ttl fixed
5302:
5303: 2012-06-04 moko
5304:
5305: * src/classes/json.C, src/classes/op.C, tests/279.html,
5306: tests/results/279.processed: ^json:parse[] now supports $.taint
5307: option (new feature #833)
5308:
5309: 2012-06-04 misha
5310:
5311: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5312: - search_stop method was moved from pa_vcookie.C to pa_common.C
5313:
5314: 2012-06-03 misha
5315:
5316: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5317: cookies are parced and stored into $.cookies ( new feature: #31 )
5318:
5319: 2012-05-30 misha
5320:
5321: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5322: incomplete class into a scope while @USE is found
5323:
5324: * src/main/compile.y: - add incomplete class into a scope while
5325: @USE and @CLASS instructions are found ( bugfix: #838 )
5326:
5327: 2012-05-30 moko
5328:
5329: * src/types/pa_vclass.C, tests/278.html,
5330: tests/results/278.processed: removed "property has no getter
5331: method" exception when GET_DEFAULT present (fixes #269)
5332:
5333: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5334: $._default
5335:
5336: 2012-05-29 moko
5337:
5338: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5339: uninitialized values usage (new feature: #154)
5340:
5341: 2012-05-28 moko
5342:
5343: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5344: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5345: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5346: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5347: src/types/pa_vobject.C, src/types/pa_vobject.h,
5348: src/types/pa_vstring.h, src/types/pa_vtable.C,
5349: tests/results/277.processed, src/types/pa_vtable.h,
5350: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5351: ^json:string[$o; $.default[$method]] implemented for VObject (new
5352: feature #803)
5353:
5354: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5355: tests/results/277.processed: json numbers are now treated as
5356: double ( new feature: #834 )
5357:
5358: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5359: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5360: added for out of range checks, zero division in vint/vdouble
5361: check added ( fixes #832 )
5362:
5363: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5364: ( fixes #832 )
5365:
5366: 2012-05-28 misha
5367:
5368: * buildall-with-xml: - --without-lzma option is added to libxml2
5369: configure
5370:
5371: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5372: added - tests for unsupported values for options $.file, $.table
5373: and $.date are added
5374:
5375: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5376: accepts "stat" $.file[] option's value in addition to existed
5377: "text" and "base64" ( new feature: #835 )
5378:
5379: * tests/276.html: - test for
5380: ^reflection:delete[$object-or-class;field-name]
5381:
5382: * src/classes/reflection.C: -
5383: ^reflection:delete[$object-or-class;field-name] is added ( new
5384: feature: #268 )
5385:
5386: 2012-05-27 misha
5387:
5388: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5389:
5390: 2012-05-24 misha
5391:
5392: * src/include/pa_common.h: - method lastposafter was removed
5393:
5394: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5395: lastposafter - ^file:dirname[] & Co proper handle windows file
5396: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5397: work as *nix commands
5398:
5399: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5400:
5401: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5402: rskipchars were added
5403:
5404: * tests/270.html: - more tests for ^file:find[]
5405:
5406: * tests/065.html: - more tests for ^file:dirname[] & Co
5407:
5408: * src/include/pa_version.h: - must be "win32" here. it is
5409: auto-generated on *nix
5410:
5411: 2012-05-24 moko
5412:
5413: * src/classes/math.C: ^math:convert[] now supports uint32 and
5414: throws overflow exception ( new feature: #830 )
5415:
5416: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5417: uint32 support and overflow added ( new feature: #830 )
5418:
5419: 2012-05-23 moko
5420:
5421: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5422: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5423: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5424: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5425: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5426: types/pa_vregex.h, types/pa_vstateless_class.C,
5427: types/pa_vstateless_class.h, types/pa_vstring.h,
5428: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5429: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5430: "return string as-is" removed from as_expr_result. ( new feature:
5431: #831 )
5432:
5433: * tests/results/244.processed: test changed after bug #782 fix
5434: commited
5435:
5436: * tests/results/229.processed: test results for bug #782 commited
5437:
5438: * tests/: 254.html, results/254.processed: uid now just compared,
5439: not printed. :)
5440:
5441: 2012-05-20 moko
5442:
5443: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5444: feature: #341 )
5445:
5446: * tests/: 254.html, results/254.processed: test for
5447: ^reflection:uid[] added
5448:
5449: * tests/: 254.html, results/254.processed: test for
5450: ^reflection:uid[$obj] added
5451:
5452: 2012-05-17 misha
5453:
5454: * src/main/untaint.C: - do not replace ' char by _26 while
5455: exploding filespec-tainting ( new feature: #829 )
5456:
5457: 2012-05-12 moko
5458:
5459: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5460: not.
5461:
5462: 2012-05-08 moko
5463:
5464: * src/types/pa_vmethod_frame.h: bug #782 fixed
5465:
5466: * tests/229.html: test for bug #782
5467:
5468: * tests/results/259.processed, src/main/pa_request.C,
5469: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5470: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5471: src/types/pa_vvoid.h: feature #154 - first empty param now
5472: string; defined locals are empty strings; $STRICT-VARS(true)
5473: added
5474:
5475: 2012-04-27 moko
5476:
1.116 moko 5477: * src/targets/apache/Makefile.am:
1.95 moko 5478: ../../lib/memcached/libmemcached.a added
5479:
5480: 2012-04-27 misha
5481:
5482: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5483: ( #827 )
5484:
5485: 2012-04-25 moko
5486:
5487: * src/: classes/json.C, classes/memcached.C,
5488: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5489: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5490: implemented.
5491:
5492: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5493:
5494: 2012-04-23 moko
5495:
5496: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5497: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5498: types/pa_vmemcached.h: open allows options hash for new
5499: memcached(options) function
5500:
5501: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5502: not appended
5503:
5504: 2012-04-21 moko
5505:
5506: * src/classes/curl.C: '' added. :)
5507:
5508: * src/classes/classes.vcproj: new curl.h location
5509:
5510: * src/classes/curl.C: verbose output redirection from stderr to
5511: file curl option added
5512:
5513: 2012-04-20 moko
5514:
5515: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5516: contains what we need from curl, #ifdef HAVE_CURL removed
5517:
1.116 moko 5518: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5519: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5520: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5521: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5522: configure option
5523:
5524: 2012-04-19 moko
5525:
5526: * src/: classes/double.C, classes/inet.C, classes/int.C,
5527: classes/string.C, lib/gc/include/gc_allocator.h,
5528: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5529: options from sql_result_string removed. (closes issue #468)
5530:
5531: * src/types/pa_vmemcached.C: empty string fix
5532:
5533: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5534: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5535: pa_vmemcached.C
5536:
5537: 2012-04-18 moko
5538:
5539: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5540: apache2-mpm-prefork" error displayed in threaded mpm.
5541:
5542: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5543: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5544: installed (issue #354)
5545:
5546: 2012-04-16 moko
5547:
5548: * src/types/pa_vmemcached.C: call to memcached_result_create and
5549: memcached_result_free removed
5550:
5551: 2012-04-14 moko
5552:
5553: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5554:
5555: * src/types/pa_vmemcached.C: check_key added and used
5556:
5557: 2012-04-13 moko
5558:
5559: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5560: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5561: Serialization_data now added and used, VString now serialized
5562: with languages into memcached.
5563:
5564: 2012-03-28 moko
5565:
5566: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5567: lib/memcached/pa_memcached.h: result lengths added
5568:
5569: 2012-03-27 moko
5570:
5571: * src/types/pa_vmemcached.C: strdup added
5572:
5573: 2012-03-24 moko
5574:
5575: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5576: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5577: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5578:
5579: 2012-03-20 moko
5580:
1.116 moko 5581: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5582:
5583: * src/targets/cgi/Makefile.am: cleanup
5584:
5585: * src/: types/Makefile.am, types/pa_vmemcached.C,
5586: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5587:
5588: * src/: classes/Makefile.am, classes/memcached.C,
5589: lib/memcached/Makefile.am, lib/memcached/constants.h,
5590: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5591: lib/memcached/types.h, lib/Makefile.am: memcached initial
5592:
5593: 2012-03-16 moko
5594:
5595: * src/main/execute.C: ident now works under Linux + ident displays
5596: filenames (closes issue #818)
5597:
1.116 moko 5598: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5599: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5600: pa_vmethod_frame_local.h removed
5601:
5602: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5603: classes/classes.h, classes/curl.C, classes/date.C,
5604: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5605: classes/hashfile.C, classes/image.C, classes/inet.C,
5606: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5607: classes/memory.C, classes/op.C, classes/reflection.C,
5608: classes/regex.C, classes/response.C, classes/string.C,
5609: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5610: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5611: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5612: include/pa_config_fixed.h, include/pa_config_includes.h,
5613: include/pa_dictionary.h, include/pa_dir.h,
5614: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5615: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5616: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5617: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5618: include/pa_request_charsets.h, include/pa_request_info.h,
5619: include/pa_sapi.h, include/pa_socks.h,
5620: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5621: include/pa_stack.h, include/pa_string.h,
5622: include/pa_stylesheet_connection.h,
5623: include/pa_stylesheet_manager.h, include/pa_table.h,
5624: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5625: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5626: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5627: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5628: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5629: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5630: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5631: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5632: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5633: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5634: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5635: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5636: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5637: main/pa_string.C, main/pa_stylesheet_connection.C,
5638: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5639: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5640: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5641: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5642: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5643: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5644: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5645: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5646: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5647: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5648: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5649: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5650: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5651: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5652: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5653: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5654: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5655: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5656: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5657: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5658: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5659: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5660: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5661: types/pa_vresponse.h, types/pa_vstateless_class.C,
5662: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5663: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5664: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5665: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5666: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5667: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5668: ident now works under Linux + ident displays filenames (closes
5669: issue #818) Copyright updated
5670:
5671: 2012-03-13 moko
5672:
5673: * src/main/pa_string.C: compilation fix for feature #741
5674:
5675: 2012-03-09 misha
5676:
5677: * tests/193.html: - tests for ^string:base64[encoded] are updated
5678:
5679: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5680: now detects invalid base64 chars in the middle of encoded stricg
5681: ( new feature: #55 )
5682:
5683: * src/include/pa_exception.h: - new exception type for base64
5684: decoding is added
5685:
5686: 2012-03-06 misha
5687:
5688: * tests/274.html: - tests for ^date::today[] and
5689: ^date.sql-string[datetime|date|time] are added
5690:
5691: * src/classes/date.C: - constructor ^date::today[] is added ( new
5692: feature: #811 ) - ^date.sql-string[] now can accept one param --
5693: strings "datetime", "date" or "time" - comments tidying up
5694:
5695: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5696: date and time
5697:
5698: 2012-03-03 misha
5699:
5700: * tests/193.html: - tests for
5701: ^string:base64[encoded;$.strict(true)] are added
5702:
5703: * tests/results/auto.p: - try-catch operator is added
5704:
5705: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5706: main/pa_common.C: - $.strict(true|false) option is added to
5707: base64 decode methods ( new feature: #55 )
5708:
5709: * src/main/pa_common.C: - base64 decode memory usage was decreased
5710: ( new feature: #819 )
5711:
5712: 2012-02-28 moko
5713:
5714: * src/classes/hash.C: ident test
5715:
5716: 2012-02-27 misha
5717:
5718: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5719:
5720: 2012-01-08 misha
5721:
5722: * tests/273.html: - tests for ^string.replace[from;to] are added
5723:
5724: * src/: classes/string.C, include/pa_dictionary.h,
5725: main/pa_dictionary.C, main/pa_string.C: -
5726: ^string.replace[from;to] is added ( new feature: #741 ) -
5727: ^string.replace[one subst here] is slightly optimized
5728:
5729: 2011-12-07 misha
5730:
5731: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5732: named table with one empty column ( bugfix: #63 )
5733:
5734: 2011-11-30 misha
5735:
5736: * src/classes/json.C: - it's possible to set user's method for
5737: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5738: #763 )
5739:
5740: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5741:
5742: 2011-11-23 misha
5743:
5744: * src/: classes/curl.C, classes/file.C, classes/image.C,
5745: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5746: types/pa_vfile.h, types/pa_vform.C: - constructor
5747: ^file::create[mode;filename;content[;options]] now accepts binary
5748: mode and file-content - new constructor's format:
5749: ^file::create[string-or-file-content[;$.name[filename]
5750: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5751: feature: #65 )
5752:
5753: * src/: include/pa_request.h, main/pa_request.C: - new method
5754: mime_type_of(const String*) is added
5755:
5756: * src/include/pa_exception.h: - new exception constant
5757: FILE_NAME_MUST_BE_SPECIFIED is added
5758:
5759: * src/classes/table.C: - bug with negative offset transformed into
5760: a feature. it means pointing to a row from the end of the table (
5761: new feature: #810 )
5762:
5763: 2011-11-19 misha
5764:
5765: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5766: â ìåòîäå _select ( new feature: #810 )
5767:
5768: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5769: options were specified together is simplified
5770:
5771: 2011-11-12 misha
5772:
5773: * src/main/pa_request.C: - forgotten fix for escaping filename in
5774: HTTP content-disposition header (a part of bug #361 )
5775:
5776: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5777: checks for ancestors' classes as well ( new feature: #456 )
5778:
5779: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5780: "without cycle" now have types "parser.break" and
5781: "parser.continue" instead of "parser.runtime" ( new feature: #799
5782: )
5783:
5784: 2011-11-11 misha
5785:
5786: * tests/results/: 099.processed, 100.processed, 205.processed,
5787: 237.processed: - since bug #361 was fixed the content of filename
5788: in HTTP headers is quoted
5789:
5790: * tests/results/270.processed: - result for test 270
5791:
5792: * tests/: 065.html, results/065.processed: - more tests for
5793: ^file:basename[] & Co were added
5794:
5795: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5796:
5797: * tests/270.html: - tests for ^file:find[] are added
5798:
5799: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5800: using option $.charset. option $.engoding is still supported but
5801: these options can not be specified together
5802:
5803: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5804: comparation charset name with string "UTF-8" ( bugfix: #759 )
5805:
5806: 2011-10-11 misha
5807:
5808: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5809: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5810: #622)
5811:
5812: 2011-09-30 misha
5813:
5814: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5815: exception "saving stat-ed file" ( bugfix: #395 )
5816:
5817: 2011-05-30 misha
5818:
5819: * src/classes/string.C: - fixed bug which was added with
5820: params.as_hash into string:sql
5821:
5822: 2011-05-29 misha
5823:
5824: * src/types/pa_value.C: - filename in content-disposition header
5825: must be quoted ( bugfix: #361 )
5826:
5827: 2011-05-27 misha
5828:
5829: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5830: created file
5831:
5832: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5833: usage
5834:
5835: * src/include/pa_exception.h: - one more string for exception was
5836: added
5837:
5838: 2011-05-25 misha
5839:
5840: * tests/269.html: - tests for checking input params in some dom
5841: methods
5842:
5843: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5844: was added. it isn't possible not wo create xdoc with invalid
5845: tagName. ( bugfix: #160 )
5846:
5847: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5848: string "data must be string" was mover from pa_exception.h to
5849: pa_xml_exception.h
5850:
5851: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5852: as_xmlncname, as_xmlname and as_xmlnsuri were added
5853:
5854: * src/main/pa_xml_exception.C: - XmlException accepts more options
5855:
5856: * src/include/pa_xml_exception.h: - XmlException accepts more
5857: options - XML-related exception's strings were added
5858:
5859: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5860: output_options were removed)
5861:
5862: 2011-05-19 misha
5863:
5864: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5865: params.as_hash is used more while parsing methods hash-options
5866:
5867: 2011-05-18 misha
5868:
5869: * operators.txt: - info about json-serialization of xdoc was added
5870:
5871: * tests/256.html: - tests for json-serialization xdoc were added
5872:
5873: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5874:
5875: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5876: classes/json.C, classes/xdoc.C: - now json:string can serialize
5877: xdoc-objects. options (the same as ^xdoc.string[]) could be
5878: specified in $.xdoc[] ( new feature: #265 )
5879:
5880: 2011-05-15 misha
5881:
5882: * tests/268.html: - tests for ^table.count[with options] were added
5883:
5884: * src/classes/table.C: - method ^table.count[] now can accept
5885: options ( new feature: #93 ): ^table.count[column] returns number
5886: of columns for named table; ^table.count[cells] returns number of
5887: cells in the current row; ^table.count[] & ^table.count[rows]
5888: return number of rows in a table.
5889:
5890: * tests/267.html: - test for checking switch/case in boolean mode
5891: was added
5892:
5893: * src/classes/op.C: - if switch's or case's value is bool, they are
5894: compared as bool values, not as double values: new feature: #351
5895:
5896: 2011-05-06 misha
5897:
5898: * tests/242.html: - EOL before EOF was added
5899:
5900: * tests/169.html: - tests for splitting empty string and void were
5901: added
5902:
5903: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5904: returned table with one empty cell)
5905:
5906: 2011-04-03 misha
5907:
5908: * src/include/pa_version.h, configure.in: - version in head was
5909: changed to 3.4.2b
5910:
5911: 2011-03-30 misha
5912:
5913: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5914: as well ( new feature #294 )
5915:
5916: 2011-03-29 misha
5917:
5918: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5919: limited to approx. 6 MB. previous limits were too big for real
5920: life. bugfix: #216
5921:
5922: 2011-03-04 moko
5923:
5924: * etc/parser3.charsets/cp866.cfg: Conforms to
5925: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5926:
5927: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5928: vlalek@
5929:
5930: 2011-02-22 misha
5931:
5932: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5933: be under #ifdef XML or parser can't be compiled without xml
5934: support
5935:
5936: 2011-02-21 misha
5937:
1.116 moko 5938: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5939: ApacheModuleParser3.vcproj was removed
5940:
5941: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5942: removed)
5943:
5944: 2011-02-20 misha
5945:
5946: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5947: $.overridden in ^reflection:method_info[...] were added
5948:
5949: * src/classes/reflection.C: - beautifying result of
5950: ^reflection:method_info[] ($.overridden/inherited)
5951:
5952: 2011-02-18 misha
5953:
5954: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5955: and pa_isalnum instead of isalpha and isalnum - bug with
5956: redundand quoting lowercased latin chars while building email
5957: body was fixed
5958:
5959: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5960: added (they check for latin chars only)
5961:
5962: 2011-02-16 misha
5963:
5964: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5965: string size for transcoding gave too small value (should ever
5966: look for availability char in dest charset inspite of the char
5967: size)
5968:
5969: 2011-02-04 moko
5970:
5971: * tests/223.html: header values now not url-encoded (issue #195)
5972:
5973: 2011-02-01 misha
5974:
5975: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5976:
5977: 2011-01-31 misha
5978:
5979: * src/main/pa_request.C: - throw exception if param file_name in
5980: use_file is empty
5981:
5982: 2011-01-08 moko
5983:
5984: * src/classes/curl.C: compilations errors fixed
5985:
5986: 2010-12-29 moko
5987:
5988: * tests/: 265.html, results/265.processed: test for issue #200
5989: added
5990:
5991: * src/main/pa_string.C: empty regex result check added (fixes issue
5992: #200)
5993:
5994: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5995:
5996: * tests/results/223.processed: header values now not url-encoded
5997: (issue #195)
5998:
5999: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6000: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6001: pa_http_safe_header_name added for headers names (fixes bug #195)
6002:
6003: 2010-12-18 misha
6004:
6005: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6006: => pa-include
6007:
6008: 2010-11-28 moko
6009:
6010: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6011:
6012: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6013: -> pa
6014:
6015: * configure.in: apr -> pa
6016:
6017: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6018:
6019: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6020: classes/Makefile.am, types/Makefile.am: apr -> pa
6021:
6022: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6023: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6024: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6025: pa-include/pa_apr.h, pa-include/pa_errno.h,
6026: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6027: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6028: module apr name conflict resolved)
6029:
6030: 2010-11-27 misha
6031:
6032: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6033: libbz2
6034:
6035: 2010-11-26 misha
6036:
6037: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6038: warnings removed
6039:
6040: 2010-11-25 moko
6041:
6042: * operators.txt: $.indent(true)
6043:
6044: * operators.txt: another bugfix. :)
6045:
6046: * operators.txt: bugfix. :)
6047:
6048: * buildall-with-xml: libxml2-2.7.8 + with-apache
6049:
6050: 2010-11-24 moko
6051:
1.116 moko 6052: * configure: apxs support
1.95 moko 6053:
6054: * configure.in: apxs support -Bstatic gc removed for OS X
6055:
6056: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6057:
6058: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6059: THREAD_LOCAL usage
6060:
6061: * src/: classes/curl.C, include/pa_config_includes.h,
6062: main/pa_globals.C: THREAD_LOCAL defined and used
6063:
6064: 2010-11-23 moko
6065:
6066: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6067: should be passed to pa_sleep, and only fractional part (bugfix:
6068: #188)
6069:
6070: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6071:
6072: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6073: GC_dont_gc=1, as in cgi version
6074:
6075: * src/targets/apache/mod_parser3.c: warning war
6076:
6077: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6078: pa_httpd.h: version removed, some trash removed
6079:
6080: * src/targets/apache/mod_parser3.c: version removed (we don't want
6081: to show it), warning war
6082:
6083: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6084: pa_httpd.h: parser_status_allowed removed + merge config
6085: functions removed (override is the default) + beauty
6086:
6087: * src/: include/pa_request.h, main/pa_request.C,
6088: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6089: hide $status used in apache module removed
6090:
6091: 2010-11-18 moko
6092:
6093: * operators.txt: $.table[compact] added for ^json:string[]
6094:
6095: 2010-11-16 moko
6096:
6097: * src/targets/apache/mod_parser3.c: some cleanup done
6098:
6099: * src/main/untaint.C: bugfix: first, second String::Body argument
6100: is hashcode; second, info.fragment_begin is original, not
6101: resulting length
6102:
6103: * src/classes/file.C: new feature: $.stdin now untainted
6104:
6105: * tests/results/264.processed: new feature: $.stdin[] now untainted
6106:
6107: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6108:
6109: * src/classes/op.C: ^apply-taint[] method added
6110:
6111: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6112: added; $.stdin untaint test added
6113:
6114: 2010-11-15 moko
6115:
6116: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6117: removed
6118:
6119: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6120: pa_httpd.h: 2x2 calculated under apache2. :)
6121:
6122: 2010-11-13 moko
6123:
6124: * src/targets/apache/mod_parser3.c: initial changes to build module
6125: with apache 2.x includes
6126:
6127: * src/targets/apache/: Makefile.am, mod_parser3.c,
6128: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6129: united apache 1.3 / apache 2.x DSO module
6130:
6131: 2010-11-09 moko
6132:
6133: * src/types/pa_method.h: check added to dissallow @method[name;*]
6134: syntax
6135:
6136: * tests/: 263.html, results/263.processed: test from method[*args]
6137: added
6138:
6139: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6140: number of params can now be passed to a method declared with *arg
6141:
6142: 2010-11-06 moko
6143:
6144: * src/classes/table.C: formating fixed. :)
6145:
6146: * src/classes/table.C: closes #4: ^table.select now supports
6147: $.limit(), $.offset, $.reverse() options
6148:
6149: * tests/: 262.html, results/262.processed: test for ^table:select
6150: with options added (feature #4)
6151:
6152: * src/include/pa_array.h: remove function added
6153:
6154: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6155: object in get_element/put_element, using static one.
6156:
6157: 2010-11-04 moko
6158:
6159: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6160: options is passed
6161:
6162: * tests/: 256.html, results/256.processed: $.table[compact] feature
6163: now tested; k and p in handler now tested.
6164:
6165: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6166: $.table[compact] feature added
6167:
6168: * src/classes/json.C: key is now passed to handler in
6169: value_json_string; ^json:string result now process tainting
6170: inside and returns clean string, related to issue #153
6171:
6172: * src/main/untaint.C: bugfix: charset can be null (in
6173: ^string:save[] as example), thus check is added
6174:
6175: 2010-10-31 moko
6176:
6177: * src/classes/string.C: error message changed (fixes issue #149)
6178:
6179: 2010-10-29 moko
6180:
6181: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6182: port is not default (fixes issue #155); exception on invalid port
6183: added.
6184:
6185: * src/main/untaint.C: '*' is now not urlencoded to allow header
6186: "Accept: */*" to be passed
6187:
6188: 2010-10-28 moko
6189:
6190: * src/classes/curl.C: bugfix: detect_charset() was throwing
6191: exception on unknown charset even if response_charset was
6192: specified
6193:
6194: 2010-10-27 moko
6195:
6196: * src/classes/string.C: ^string.append removed for void
6197: compatibility
6198:
6199: 2010-10-26 moko
6200:
6201: * src/classes/json.C: libjson supports array at top level, we too
6202: (GPF fixed)
6203:
6204: 2010-10-25 moko
6205:
6206: * tests/: 253.html, results/253.processed: libjson supports array
6207: at top level, parser now supports it as well.
6208:
6209: * tests/261.html, tests/results/261.processed,
6210: src/types/pa_vstring.h: empty string is now void compatible
6211: (allows $empty.key)
6212:
6213: 2010-10-22 misha
6214:
6215: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6216: while adding additional expires checkout)
6217:
6218: * tests/030.html: - test for session cookie was added
6219:
6220: 2010-10-21 moko
6221:
6222: * src/: classes/string.C, classes/void.C, main/execute.C,
6223: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6224: string (feature #111)
6225:
6226: * tests/: 261.html, results/261.processed: checks void from string
6227: inheritance (feature #111)
6228:
6229: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6230: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6231: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6232: now true by default
6233:
6234: 2010-10-17 moko
6235:
6236: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6237: upload now uses binary blocks instead of L_FILE_POST tainting.
6238: (bugfix: #128)
6239:
6240: * tests/: 223.html, results/223.processed: binary file upload test
6241: added, GPF (issue #128) also checked in this test
6242:
6243: 2010-10-13 misha
6244:
6245: * tests/260.html: - test for math:convert
6246:
6247: * src/classes/math.C: - error in math:convert was fixed
6248:
6249: * operators.txt: - info about
6250: ^math:convert[number](from-base;to-base) was added
6251:
6252: * src/classes/math.C: - method
6253: ^math:convert[number](from-base;to-base) for converting number
6254: represention from one base to another was added ( new feature:
6255: #23 )
6256:
6257: 2010-10-13 moko
6258:
6259: * src/main/compile.tab.C: [] now is empty string, not void
6260:
6261: * src/main/compile.y: [] now is empty string, not void
6262:
6263: * src/types/pa_vvoid.h: void now passed as parameter
6264:
6265: * tests/: 259.html, results/259.processed: to test difference
6266: between void and empty string (see ticket #111)
6267:
6268: * tests/results/152.processed: $sEmpty[] is now empty string, not
6269: void
6270:
6271: * tests/256.html: $s[$void] is no longer empty string
6272:
6273: * tests/254.html: empty string is no longer void
6274:
6275: 2010-10-12 misha
6276:
6277: * src/types/pa_vcookie.C: - check if $.expires value can be
6278: converted to date during cookies set up ( bugfix: #104 )
6279:
6280: * tests/041.html: - more tests for ^table.locate were added
6281:
6282: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6283: work ( bugfix: #129 ) - exception comment for incorrect options
6284: ^table.locate[field;value;options] was fixed
6285:
6286: 2010-10-10 moko
6287:
6288: * src/: classes/reflection.C, main/execute.C: constructor returning
6289: another object feature returned
6290:
6291: * tests/results/258.processed: test result updated as constructor
6292: returning another object feature returned
6293:
6294: * tests/: 258.html, results/258.processed: test for constructor
6295: returning another object
6296:
6297: 2010-10-08 misha
6298:
6299: * tests/257.html: - whitespaces after @METACOMMANDS and their
6300: options shouldn't cause exceptions any longer
6301:
6302: 2010-10-06 moko
6303:
6304: * src/classes/: hash.C, table.C: length from sql server is now
6305: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6306:
6307: 2010-10-02 misha
6308:
6309: * operators.txt: - the X mark was removed from ^cache[file]. it is
6310: usable to delete cache file.
6311:
6312: 2010-10-02 moko
6313:
6314: * tests/: 253.html, results/253.processed: hook_key added for key
6315: checking
6316:
6317: * src/classes/json.C: null key bug fixed
6318:
6319: 2010-09-29 misha
6320:
6321: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6322:
6323: 2010-09-25 moko
6324:
6325: * src/classes/json.C: small fixed
6326:
6327: * tests/results/: 253.processed, 255.processed: just updated
6328:
6329: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6330: results/255.processed: charset transcode test added for
6331: json:parse
6332:
6333: 2010-09-24 moko
6334:
6335: * src/types/pa_value.h: warning war :)
6336:
6337: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6338: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6339: ^json:string
6340:
6341: 2010-09-22 moko
6342:
6343: * src/main/pa_charset.C: parser charset tables declare only
6344: white-space before 0x20, thus adding the missing chars
6345:
6346: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6347: to http://unicode.org/Public/MAPPINGS/VENDORS/
6348:
6349: 2010-09-21 misha
6350:
6351: * src/main/compile.y: - some semicolons were added (VS2010 don't
6352: want to compile grammar if they are absent)
6353:
6354: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6355:
6356: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6357:
6358: * src/main/main.vcproj: - path to bison is changed
6359:
6360: 2010-09-21 moko
6361:
1.116 moko 6362: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6363: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6364: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6365:
6366: 2010-09-20 misha
6367:
6368: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6369:
6370: * src/classes/json.C: - add EOL while json-serializing hash
6371:
6372: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6373: compilers don't like 'ES'.
6374:
6375: 2010-09-17 misha
6376:
6377: * operators.txt: - info about json class was added
6378:
6379: * src/classes/json.C: - ^json:string[object]
6380:
6381: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6382: preventing infinite recursion while executing json:string was
6383: added
6384:
6385: * src/include/pa_string.h: - method append_quoted was added
6386:
6387: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6388: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6389: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6390: was added to Value & Co
6391:
6392: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6393: were used
6394:
6395: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6396: were added
6397:
6398: 2010-09-10 moko
6399:
6400: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6401: die_or_abort (backport from 3.4.1)
6402:
6403: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6404: die_or_abort (bugfix: #106)
6405:
6406: 2010-09-09 moko
6407:
6408: * src/classes/json.C: warning war. :)
6409:
6410: 2010-09-08 misha
6411:
6412: * src/lib/json/Makefile.am: - additional include directories were
6413: added (for pa_memory.h and gc.h)
6414:
6415: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6416: compile as C++ instead default - additional include directory was
6417: added (for gc.h)
6418:
6419: * src/types/pa_vform.C: - little code reformating
6420:
6421: * src/classes/file.C: - $.content-type option now can be specified
6422: in ^file::create ( new feature: #102 )
6423:
6424: 2010-09-08 moko
6425:
6426: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6427: pa_malloc/pa_free
6428:
6429: 2010-09-07 moko
6430:
6431: * tests/results/254.processed: VStateless_class:put_element
6432: exception was fixed
6433:
6434: * src/types/: pa_value.h, pa_vstateless_class.h: now
6435: VStateless_class:put_element barks self.type, not this.type
6436: (bugfix: #105)
6437:
6438: 2010-09-06 moko
6439:
6440: * src/classes/reflection.C: bugfix: new String() is required for
6441: exception handling
6442:
6443: * tests/: 254.html, results/254.processed: test modified
6444:
6445: 2010-09-05 moko
6446:
6447: * tests/: 254.html, results/254.processed: ^reflection:copy test
6448: added
6449:
6450: * src/: classes/reflection.C, include/pa_request.h:
6451: ^reflection:copy implemented (new feature: #100)
6452:
6453: 2010-09-03 moko
6454:
6455: * src/lib/json/JSON_parser.C: c++ compatiblity
6456:
6457: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6458: option testing added
6459:
6460: 2010-09-02 moko
6461:
6462: * src/classes/json.C: $.distinct[first|last|all] added
6463:
6464: 2010-09-01 moko
6465:
6466: * tests/results/253.processed: json test result
6467:
6468: * tests/: 253.html, 253_json.txt: json test added
6469:
6470: * src/classes/json.C: json.C update to actual version + hash key
6471: creation bugfix
6472:
6473: 2010-08-31 misha
6474:
6475: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6476: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6477: src/lib/Makefile.am, src/classes/Makefile.am,
6478: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6479: json library was added
6480:
6481: 2010-08-30 moko
6482:
6483: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6484: types/pa_vobject.C: cosmetic optimization in
6485: request:execute_method usage
6486:
6487: * src/: include/pa_charset.h, main/pa_charset.C: small
6488: optimization, just to decrease number of lines. :)
6489:
6490: 2010-08-27 misha
6491:
6492: * src/classes/op.C: - taint[json] was added
6493:
6494: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6495: were added
6496:
6497: * src/main/pa_exec.C: - warning fix was rolled back.
6498:
6499: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6500: include/pa_string.h: - taint[json] was added - escaping was
6501: slightly modified
6502:
6503: 2010-08-25 misha
6504:
6505: * src/classes/file.C: - typo in file:sql exception was fixed
6506:
6507: * src/main/pa_exec.C: - warning about declared and not used
6508: variable forced_allow was removed
6509:
6510: 2010-08-14 misha
6511:
6512: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6513: were removed
6514:
6515: 2010-08-11 moko
6516:
6517: * tests/: 249.html, results/249.processed: default setter and
6518: anti-recursive default getter test added
6519:
6520: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6521: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6522: types/pa_vobject.h, types/pa_vstateless_class.C,
6523: types/pa_vstateless_class.h: default setter support +
6524: anti-recursive default getter support ( new feature: #13 )
6525:
6526: * src/include/pa_hash.h: optimization: threshold member removed
6527: from hash, reducing sizeof(hash)
6528:
6529: 2010-08-10 misha
6530:
6531: * tests/196.html: - junction-method was added to the test
6532:
6533: * tests/248.html: - ups. typo :)
6534:
6535: * tests/248.html: - test for checking .match with 4 params
6536:
6537: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6538: 247_windows1251.txt: - test for "transcode file from utf-8 to
6539: $request:charset during loading if the BOM code is detected"
6540:
6541: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6542: $request:charset during loading if the BOM code is detected ( new
6543: feature: #98 )
6544:
6545: 2010-08-05 misha
6546:
6547: * src/classes/image.C: - ^image.replace now can accept only 2
6548: params. in this case the whole image is affected ( new feature:
6549: #95 )
6550:
6551: 2010-08-04 misha
6552:
6553: * tests/246.html: - test tor ^hash._at[] was added
6554:
6555: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6556: #53 )
6557:
6558: * src/include/pa_hash.h: - methods for accessing the first and the
6559: last values of ordered hash were added (first_value and
6560: last_value)
6561:
6562: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6563: (similar to others file's methods):
6564: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6565: #68 )
6566:
6567: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6568:
6569: 2010-08-01 moko
6570:
6571: * src/classes/op.C: to correctly process $result[] in code, called
6572: from ^process
6573:
6574: * tests/245.html: $result in ^process[] test added
6575:
6576: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6577: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6578: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6579: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6580: caller, self) op_call(VMethodFrame &frame, bool constructing)
6581: removed, construct(class,method) added
6582:
6583: * tests/results/: 192.processed, 244.processed: request::construct
6584: added
6585:
6586: * tests/: 244.html, 245.html, results/244.processed,
6587: results/245.processed: object creation exceptions and ^process
6588: tests added
6589:
6590: 2010-07-28 misha
6591:
6592: * tests/make_tests.cmd: - win32 EOLs
6593:
6594: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6595: tests on Win32 were added (The system timezone should be GMT+3)
6596:
6597: 2010-07-26 misha
6598:
6599: * tests/: 212.html, results/212.processed: - sizes were removed
6600: mecause they could be different on different OSs
6601:
6602: * tests/065.html: - make it "win32 friendly"
6603:
6604: 2010-07-25 misha
6605:
6606: * src/main/compile.y: - all EOLs between methods are removed during
6607: compilation ( new feature: #47 )
6608:
6609: * tests/results/149.processed: - prepare tests to trim trailing
6610: methods' EOLs
6611:
6612: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6613:
6614: * tests/: results/006.processed, results/014.processed, 006.html,
6615: 014.html, 022.html: - prepare tests to trim trailing methods'
6616: EOLs
6617:
6618: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6619: results/071.processed, results/022.processed: - prepare tests to
6620: trim trailing methods' EOLs
6621:
6622: * tests/: results/073.processed, results/109.processed,
6623: results/142.processed, results/144.processed,
6624: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6625: 144.html: - prepare tests to trim trailing methods' EOLs
6626:
6627: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6628: 149.html, 152.html, results/096.processed, results/107.processed,
6629: results/109.processed, results/142.processed,
6630: results/144.processed: - prepare tests to trim trailing methods'
6631: EOLs
6632:
6633: 2010-07-24 moko
6634:
6635: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6636: the hash order in this test
6637:
6638: * tests/014.html: to check hash order, hash no is longer sorted
6639: before print
6640:
6641: * src/include/pa_hash.h: hash copy constructor now keeps order
6642: (bugfix: #54)
6643:
6644: 2010-07-23 moko
6645:
6646: * tests/results/224.processed: @auto[] is no longer inherited
6647:
6648: * src/types/pa_vstateless_class.C, tests/227.html,
6649: tests/results/227.processed: @auto[] is no longer inherited
6650: (bugfix: #57)
6651:
6652: 2010-07-22 misha
6653:
6654: * src/classes/table.C: - don't skip comment lines during
6655: table::load if encloser or separator is set as '#' ( new feature:
6656: #30 )
6657:
6658: * src/targets/cgi/parser3.C: - don't run as cgi if
6659: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6660: #12 )
6661:
6662: * src/classes/file.C: - set PARSER_VARSION env before external
6663: script executing
6664:
6665: 2010-07-13 misha
6666:
6667: * tests/058.html: - test for suppressing @border was added - test
6668: for user attribute was added
6669:
6670: * tests/results/186.processed: unescaping from \uXXXX
6671:
6672: * tests/186.html: unescaping from \uXXXX
6673:
6674: * tests/: 239.html, results/239.processed: method call type
6675:
6676: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6677: $junction_method.CLASS_NAME (+CLASS)
6678:
6679: 2010-07-07 misha
6680:
6681: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6682: *nix
6683:
6684: 2010-07-05 misha
6685:
6686: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6687: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6688: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6689: comment strings "options must be hash", "options must be hash,
6690: not code" and "called with invalid option" were replaced by
6691: constatns - exception comment string "invalid option passed" was
6692: replaced by "called with invalid option" (now in different
6693: methods are the same exception comment string)
6694:
6695: * src/include/pa_exception.h: - more exception strings were defined
6696:
6697: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6698: types/pa_vstateless_class.h: - now we can define possible
6699: method's call type ( new feature: #5 ) 1.
6700: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6701: methods 2. @static:method[params] (only static keyword could be
6702: used here) -- for specified methods
6703:
6704: * src/main/pa_common.C: - junction points should not be deleted on
6705: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6706: cleanup
6707:
6708: 2010-07-03 misha
6709:
6710: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6711: results/158.processed, results/160.processed,
6712: results/161.processed, results/162.processed,
6713: results/163.processed: - prepare tests to trim trailing methods'
6714: EOLs
6715:
6716: * tests/results/169.processed: - prepare tests to trim trailing
6717: methods' EOLs
6718:
6719: * tests/results/: 168.processed, 169.processed: - prepare tests to
6720: trim trailing methods' EOLs
6721:
6722: * tests/: results/170.processed, results/167.processed,
6723: results/168.processed, results/169.processed, 167.html, 168.html,
6724: 169.html: - prepare tests to trim trailing methods' EOLs
6725:
6726: * tests/: results/170.processed, results/171.processed,
6727: results/172.processed, results/173.processed,
6728: results/174.processed, results/175.processed, 170.html, 171.html,
6729: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6730: trailing methods' EOLs
6731:
6732: * tests/: results/176.processed, results/180.processed,
6733: results/184.processed, results/185.processed,
6734: results/191.processed, results/192.processed,
6735: results/196.processed, results/197.processed,
6736: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6737: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6738: to trim trailing methods' EOLs
6739:
6740: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6741: results/199.processed, results/208.processed,
6742: results/209.processed, results/213.processed,
6743: results/214.processed: - prepare tests to trim trailing methods'
6744: EOLs
6745:
6746: 2010-06-29 misha
6747:
6748: * tests/: 220.html, 218.html, results/218.processed,
6749: results/215.processed, results/217.processed, 215.html, 217.html:
6750: - prepare tests to trim trailing methods' EOLs
6751:
6752: * tests/: results/224.processed, 224.html, 223.html,
6753: results/223.processed, results/220.processed: - prepare tests to
6754: trim trailing methods' EOLs
6755:
6756: * tests/results/: 226.processed, 230.processed: - prepare tests to
6757: trim trailing methods' EOLs
6758:
6759: * tests/: 229.html, results/229.processed: - prepare tests to trim
6760: trailing methods' EOLs
6761:
6762: * tests/: 232.html, 235.html, results/232.processed,
6763: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6764: results/226.processed, results/227.processed,
6765: results/228.processed, results/230.processed: - prepare tests to
6766: trim trailing methods' EOLs
6767:
6768: 2010-06-16 moko
6769:
6770: * tests/: 229.html, results/229.processed: elseif now supported in
6771: ^if
6772:
6773: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6774:
6775: 2010-06-03 misha
6776:
6777: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6778: instead of memcopy for overlaped regions
6779:
6780: 2010-05-25 misha
6781:
6782: * src/main/pa_common.C: - wanring about unused vars was removed
6783:
6784: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6785: get_method_filename was moved to execute.C
6786:
6787: 2010-05-23 misha
6788:
6789: * src/main/pa_request.C: - more accurate detection of method's file
6790:
6791: 2010-05-22 misha
6792:
6793: * src/classes/reflection.C: - bugfix: core during detection of
6794: .file if filespec isn't detected successfully
6795:
6796: 2010-05-20 misha
6797:
6798: * src/main/pa_request.C: - fix in get_method_filename
6799:
6800: * src/include/pa_request.h: - new feature: #24 -- searching
6801: included file in @USE/^use is changed. if its filespec doesn't
6802: start from '/' it will be searched in caller file directory
6803:
6804: * src/classes/reflection.C: - ^reflection:method_info returns file
6805: where the method is defined
6806:
6807: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6808: classes/op.C: - new feature: #24 -- searching included file in
6809: @USE/^use is changed. if its filespec doesn't start from '/' it
6810: will be searched in caller file directory
6811:
6812: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6813: is moved to pa_common.h
6814:
6815: 2010-05-18 misha
6816:
6817: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6818: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6819: cookie parser decode \uXXXX as well as %uXXXX
6820:
6821: 2010-05-17 misha
6822:
6823: * src/classes/curl.C: beauty: - unused param is removed in method
6824: _curl_version_action - some spaces were removed or replaced by
6825: tabs
6826:
6827: * src/classes/table.C: - bugfix: #72 core with empty value during
6828: ^table.hash[...;name_of_the_last_column][$.type[string]]
6829:
6830: 2010-05-16 misha
6831:
6832: * src/classes/curl.C: new: #61 more curl options were added
6833: (contributed by Sumo)
6834:
6835: 2010-04-29 pretender
6836:
6837: * src/main/pa_string.C: fixes #63 Split result from empty string
6838: now empty string.
6839:
6840: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6841: string type.
6842:
6843: 2010-04-28 pretender
6844:
6845: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6846: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6847: macrodefinition removed
6848:
6849: 2010-04-19 pretender
6850:
6851: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6852: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6853:
6854: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6855: fixes #64 Now file.missing exception generates in unsafe mode to.
6856:
6857: * src/classes/file.C: fixes #48 Now not throw "not save environment
6858: variable" exception in grpunlim version.
6859:
6860: 2010-04-05 misha
6861:
6862: * src/classes/string.C: - new feature: 4th param was added to
6863: match. if specified its value is returned in case of nothing was
6864: found
6865:
6866: 2010-04-01 misha
6867:
6868: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6869: multiple execution of /a/b/auto.p
6870:
6871: 2010-03-19 misha
6872:
6873: * src/main/execute.C: - core in $table1.$table2 was fixed
6874:
6875: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6876:
6877: 2010-01-27 misha
6878:
6879: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6880: trying to open file by path /existing-file/non-exixting-file
6881:
6882: 2010-01-26 misha
6883:
6884: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6885: was added (returns file)
6886:
6887: 2009-12-22 misha
6888:
6889: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6890: now parser doesn't have class curl if it was built without it
6891:
6892: 2009-12-15 misha
6893:
6894: * configure.in: - little cheat with curl include dir was added
6895:
6896: 2009-12-05 misha
6897:
6898: * src/classes/curl.C: - some fixes
6899:
6900: 2009-12-04 misha
6901:
6902: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6903: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6904: buildall-with-xml, buildall-without-xml, configure.in: - curl
6905: class was added
6906:
6907: * src/include/pa_hash.h: - hash-iterator was added
6908:
6909: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6910: was added to pcre
6911:
6912: 2009-11-27 misha
6913:
6914: * src/classes/image.C: - don't add @border attribute to output of
6915: ^image.html[] if it was specified by user with empty value
6916:
6917: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6918: root element and we are trying to access .documentElement
6919:
6920: 2009-11-11 misha
6921:
6922: * src/classes/table.C: - in ^table.flip[] look at number of columns
6923: instead of number of items in first row for named tables
6924:
6925: 2009-11-10 misha
6926:
6927: * operators.txt: - info about hash-options in ^file::create was
6928: added
6929:
6930: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6931: added
6932:
6933: 2009-11-09 misha
6934:
6935: * buildall-with-xml: - moving to libxml 2.7.6
6936:
6937: * tests/236.html: - tests for comparations cords with functions
6938: were added
6939:
6940: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6941: added
6942:
6943: * src/main/pa_http.C: - little optimisation
6944:
6945: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6946: GPF mallocs + stringstream (table.save)
6947:
6948: * src/classes/file.C: - file::create now accepts 4th param: options
6949: with $.charset
6950:
6951: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6952: bug in cord (comparation cords with functions was buggy)
6953:
6954: 2009-11-06 misha
6955:
6956: * src/main/pa_string.C: - bugfix: calculation string.length
6957: sometimes was buggy
6958:
6959: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6960: destroyed if exception occured during match/replace
6961:
6962: * src/: main/pa_charset.C, include/pa_charset.h: - method
6963: lengthUTF8Char was added
6964:
6965: * src/classes/op.C: - clean tainting lang was added for user's
6966: usage
6967:
6968: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6969: fixed: checkouts are required after GC_MALLOC
6970:
6971: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6972:
6973: * operators.txt: - actually, there is no ^untaint[xml] in
6974: file::create
6975:
6976: 2009-10-15 misha
6977:
6978: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6979: were added
6980:
6981: * tests/234.html: - more tests for checking ^taint[uri] escaping
6982: were added
6983:
6984: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
6985: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
6986: hacking: for dealing with transcoding+^taint[uri]
6987: transcode_and_untaint was replaced by untaint_and_transcode
6988:
6989: 2009-10-13 misha
6990:
6991: * tests/: 121.html, results/121.processed: - test transcoding +
6992: url-escaping now
6993:
6994: * tests/results/auto.p: - more helpers' methods were added
6995:
6996: * src/main/pa_globals.C: - die instead of abort
6997:
6998: 2009-10-06 misha
6999:
7000: * src/main/pa_common.C: - don't allocate memory during
7001: capitalization if input string is already capitalized
7002:
7003: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7004:
7005: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7006: use format function because it calls malloc
7007:
7008: * src/include/pa_common.h: - more capitalized headers were added
7009:
7010: * src/main/pa_common.C: - in safe mode clear executable bits during
7011: file writing
7012:
7013: 2009-10-05 misha
7014:
7015: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7016:
7017: 2009-10-03 misha
7018:
7019: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7020: ^img.text[] & ^img.length[] can work in utf-8 now
7021:
7022: * src/: include/pa_charset.h, main/pa_charset.C: - class
7023: UTF8_string_iterator was added
7024:
7025: * src/classes/image.C: - respect utf-8 when calculate alphabet
7026: length
7027:
7028: * src/classes/mail.C: - check from before get message.cstr
7029:
7030: 2009-10-02 misha
7031:
7032: * tests/233.html: - test for image.font, image.length, image.text
7033: with text in utf-8 were added
7034:
7035: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7036:
7037: * buildall-with-xml, buildall-without-xml: - comment about gc
7038: version for freebsd 4 was added
7039:
7040: 2009-10-01 misha
7041:
7042: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7043: terminator) - read_pipe were slightly optimized
7044:
7045: 2009-09-28 misha
7046:
7047: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7048: removed
7049:
7050: * src/types/pa_vmail.C: - forgot about space after ':'
7051:
7052: * src/types/pa_vmail.C: - escape filenames while preparing mail
7053: body - small simplifications
7054:
7055: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7056: inout params like pa_base64
7057:
7058: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7059: option $.debug-print(1) was added to mail:send - changes for
7060: using uue_encode which uses less memory
7061:
7062: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7063:
7064: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7065: memory now
7066:
7067: 2009-09-26 misha
7068:
7069: * src/types/pa_vmail.C: - default encoding now is base64
7070:
7071: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7072:
7073: 2009-09-25 misha
7074:
7075: * src/types/pa_vmail.C: - capitalization of headers was added to
7076: sending mail as well
7077:
7078: * buildall-with-xml: - catalog package was removed from libxml
7079:
7080: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7081: win32 absolute path
7082:
7083: * src/include/pa_common.h: - one more capitalized header was added
7084:
7085: 2009-09-22 misha
7086:
7087: * INSTALL: - comment about building just httpd binary while
7088: building apache module was added
7089:
7090: 2009-09-21 misha
7091:
7092: * buildall-with-xml: - moving to the latest versions of xml libs:
7093: libxml 2.7.4 and libxslt 1.1.25
7094:
7095: 2009-09-19 misha
7096:
7097: * tests/231.html: - test for encoding cookie in win-1251
7098:
7099: 2009-09-18 misha
7100:
7101: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7102: object] were added
7103:
7104: * operators.txt: - info about method ^reflection:fields[class or
7105: object] was added
7106:
7107: * src/classes/reflection.C: - method ^reflection:fields[class or
7108: object] was added
7109:
7110: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7111: methods get_fields were added
7112:
7113: * tests/232.html: - tests for @GET[name]
7114:
7115: * src/classes/table.C: - some changes in handling hash-options for
7116: creare, join and locate
7117:
7118: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7119: defined with option: the type of requested value
7120:
7121: 2009-09-17 misha
7122:
7123: * tests/212.html: - tests for .pattern and .options were added
7124:
7125: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7126: $regex.options were added
7127:
7128: 2009-09-11 misha
7129:
7130: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7131: rewrited. it checks not just one case of sending cookies during
7132: file::load[http], but also sending headers and fields (including
7133: files)
7134:
7135: 2009-09-10 misha
7136:
7137: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7138: was removed => now parser can open files with Russian 'r' in
7139: filename
7140:
7141: * src/main/untaint.C: - bugfix: client charset whould be analized
7142: while escaping cookies but now source charset
7143:
7144: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7145: ^tainted[uri] so it was possible to make request with incorrect
7146: http header
7147:
7148: * src/main/pa_http.C: - capitalization of http headers during
7149: file::load[http was slightly changes - bugfix: all headers which
7150: parser sends during file::load[http should be transcoded and only
7151: then escaped
7152:
7153: * src/main/untaint.C: - a bit more comments were added
7154:
7155: * src/classes/: file.C, string.C: - types where changes (minus 2
7156: warnings)
7157:
7158: * src/include/pa_common.h: - 2 capitalized strings for making http
7159: headers during file::load[http were added
7160:
7161: 2009-09-08 misha
7162:
7163: * operators.txt: - changes in file.save and string.save were added
7164:
7165: * tests/: 230.html, 230.txt: - tests for checking options in
7166: file.save and string.save were added
7167:
7168: * src/main/pa_request.C: - http headers names, which are passed to
7169: SAPI::add_header_attribute are lowercased now (it'll be
7170: capitalized in that method)
7171:
7172: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7173: classes/string.C: - file_write accepts Request_charsets and asked
7174: charset and cound transcode content before writing - string.save
7175: and file.save have option $.charset now
7176:
7177: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7178: classes/xdoc.C: - file_write accepts Request_charsets and asked
7179: charset and cound transcode content before writing
7180:
7181: * src/include/pa_exception.h: - new exception comment string was
7182: defined
7183:
7184: 2009-09-07 misha
7185:
7186: * src/main/compile.y: - grammar $name\ name stops now for regex
7187: sub-pattern\s
7188:
7189: 2009-09-04 misha
7190:
7191: * src/main/pa_http.C: - capitalization of http headers during
7192: file::load[http was implemented
7193:
7194: 2009-09-03 misha
7195:
7196: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7197: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7198: types/pa_vmail.C, targets/cgi/parser3.C,
7199: targets/isapi/parser3isapi.C: - back to storing response http
7200: headers in lowercase - capitalize them during output
7201:
7202: 2009-08-31 misha
7203:
7204: * src/classes/table.C: - allow call with any brackets (it could be
7205: useful in methods with explict result declaration)
7206:
7207: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7208: correctly if $request:charset==koi8-r
7209:
7210: 2009-08-30 misha
7211:
7212: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7213: changed: content-type => Content-type and so on
7214:
7215: * src/classes/file.C, src/include/pa_common.h,
7216: src/include/pa_request.h, src/main/pa_http.C,
7217: src/main/pa_request.C, src/types/pa_vcookie.C,
7218: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7219: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7220: tests/results/002.processed, tests/results/003.processed,
7221: tests/results/004.processed, tests/results/005.processed,
7222: tests/results/006.processed, tests/results/007.processed,
7223: tests/results/008.processed, tests/results/009.processed,
7224: tests/results/010.processed, tests/results/011.processed,
7225: tests/results/012.processed, tests/results/013.processed,
7226: tests/results/014.processed, tests/results/015.processed,
7227: tests/results/016.processed, tests/results/017.processed,
7228: tests/results/018.processed, tests/results/019.processed,
7229: tests/results/020.processed, tests/results/021.processed,
7230: tests/results/022.processed, tests/results/023.processed,
7231: tests/results/024.processed, tests/results/025.processed,
7232: tests/results/026.processed, tests/results/027.processed,
7233: tests/results/028.processed, tests/results/029.processed,
7234: tests/results/030.processed, tests/results/031.processed,
7235: tests/results/032.processed, tests/results/033.processed,
7236: tests/results/034.processed, tests/results/035.processed,
7237: tests/results/036.processed, tests/results/037.processed,
7238: tests/results/038.processed, tests/results/039.processed,
7239: tests/results/040.processed, tests/results/041.processed,
7240: tests/results/042.processed, tests/results/043.processed,
7241: tests/results/044.processed, tests/results/045.processed,
7242: tests/results/046.processed, tests/results/047.processed,
7243: tests/results/048.processed, tests/results/049.processed,
7244: tests/results/050.processed, tests/results/051.processed,
7245: tests/results/052.processed, tests/results/053.processed,
7246: tests/results/054.processed, tests/results/055.processed,
7247: tests/results/056.processed, tests/results/057.processed,
7248: tests/results/058.processed, tests/results/059.processed,
7249: tests/results/060.processed, tests/results/061.processed,
7250: tests/results/062.processed, tests/results/063.processed,
7251: tests/results/064.processed, tests/results/065.processed,
7252: tests/results/066.processed, tests/results/067.processed,
7253: tests/results/068.processed, tests/results/069.processed,
7254: tests/results/070.processed, tests/results/071.processed,
7255: tests/results/072.processed, tests/results/073.processed,
7256: tests/results/074.processed, tests/results/075.processed,
7257: tests/results/076.processed, tests/results/077.processed,
7258: tests/results/078.processed, tests/results/079.processed,
7259: tests/results/080.processed, tests/results/081.processed,
7260: tests/results/082.processed, tests/results/083.processed,
7261: tests/results/084.processed, tests/results/085.processed,
7262: tests/results/086.processed, tests/results/087.processed,
7263: tests/results/088.processed, tests/results/089.processed,
7264: tests/results/090.processed, tests/results/091.processed,
7265: tests/results/092.processed, tests/results/093.processed,
7266: tests/results/094.processed, tests/results/095.processed,
7267: tests/results/096.processed, tests/results/097.processed,
7268: tests/results/098.processed, tests/results/099.processed,
7269: tests/results/100.processed, tests/results/101.processed,
7270: tests/results/102.processed, tests/results/103.processed,
7271: tests/results/104.processed, tests/results/105.processed,
7272: tests/results/106.processed, tests/results/107.processed,
7273: tests/results/108.processed, tests/results/109.processed,
7274: tests/results/110.processed, tests/results/111.processed,
7275: tests/results/112.processed, tests/results/113.processed,
7276: tests/results/114.processed, tests/results/115.processed,
7277: tests/results/116.processed, tests/results/117.processed,
7278: tests/results/118.processed, tests/results/119.processed,
7279: tests/results/120.processed, tests/results/121.processed,
7280: tests/results/122.processed, tests/results/123.processed,
7281: tests/results/124.processed, tests/results/125.processed,
7282: tests/results/126.processed, tests/results/127.processed,
7283: tests/results/128.processed, tests/results/129.processed,
7284: tests/results/130.processed, tests/results/131.processed,
7285: tests/results/132.processed, tests/results/133.processed,
7286: tests/results/134.processed, tests/results/135.processed,
7287: tests/results/136.processed, tests/results/138.processed,
7288: tests/results/139.processed, tests/results/140.processed,
7289: tests/results/141.processed, tests/results/142.processed,
7290: tests/results/143.processed, tests/results/144.processed,
7291: tests/results/145.processed, tests/results/146.processed,
7292: tests/results/147.processed, tests/results/148.processed,
7293: tests/results/149.processed, tests/results/150.processed,
7294: tests/results/151.processed, tests/results/152.processed,
7295: tests/results/153.processed, tests/results/154.processed,
7296: tests/results/155.processed, tests/results/156.processed,
7297: tests/results/157.processed, tests/results/158.processed,
7298: tests/results/159.processed, tests/results/160.processed,
7299: tests/results/161.processed, tests/results/162.processed,
7300: tests/results/163.processed, tests/results/164.processed,
7301: tests/results/165.processed, tests/results/166.processed,
7302: tests/results/167.processed, tests/results/168.processed,
7303: tests/results/169.processed, tests/results/170.processed,
7304: tests/results/171.processed, tests/results/172.processed,
7305: tests/results/173.processed, tests/results/174.processed,
7306: tests/results/175.processed, tests/results/176.processed,
7307: tests/results/177.processed, tests/results/178.processed,
7308: tests/results/179.processed, tests/results/180.processed,
7309: tests/results/181.processed, tests/results/182.processed,
7310: tests/results/183.processed, tests/results/184.processed,
7311: tests/results/185.processed, tests/results/186.processed,
7312: tests/results/187.processed, tests/results/188.processed,
7313: tests/results/189.processed, tests/results/190.processed,
7314: tests/results/191.processed, tests/results/192.processed,
7315: tests/results/193.processed, tests/results/194.processed,
7316: tests/results/195.processed, tests/results/196.processed,
7317: tests/results/197.processed, tests/results/198.processed,
7318: tests/results/199.processed, tests/results/200.processed,
7319: tests/results/201.processed, tests/results/202.processed,
7320: tests/results/203.processed, tests/results/204.processed,
7321: tests/results/205.processed, tests/results/206.processed,
7322: tests/results/207.processed, tests/results/208.processed,
7323: tests/results/209.processed, tests/results/210.processed,
7324: tests/results/211.processed, tests/results/212.processed,
7325: tests/results/213.processed, tests/results/214.processed,
7326: tests/results/215.processed, tests/results/216.processed,
7327: tests/results/217.processed, tests/results/218.processed,
7328: tests/results/219.processed, tests/results/220.processed,
7329: tests/results/221.processed, tests/results/222.processed,
7330: tests/results/223.processed, tests/results/224.processed,
7331: tests/results/225.processed, tests/results/226.processed,
7332: tests/results/227.processed, tests/results/228.processed,
7333: tests/results/229.processed: - http headers were changed:
7334: content-type => Content-type and so on
7335:
7336: 2009-08-27 misha
7337:
7338: * src/: main/pa_random.C, include/pa_random.h,
7339: targets/cgi/parser3.C: - year was updated :)
7340:
7341: 2009-08-26 misha
7342:
7343: * tests/: 224.html, 224.p: - test for creating of parser object
7344: using constructor without params - little bugfix in test
7345:
7346: * src/main/compile_tools.h: - bugfix: should't call autouse while
7347: checking existed class while processing partial option
7348:
7349: * src/classes/reflection.C: - bugfix: core when creating object
7350: with reflection and constructor doesn't have params
7351:
7352: 2009-08-24 misha
7353:
7354: * tests/229.html: - tests for checking the number of parameters
7355: were added
7356:
7357: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7358: number of method's parameters wasn't checked correctly (the bug
7359: was introduced in 3.4.0)
7360:
7361: 2009-08-22 misha
7362:
7363: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7364: transcoded, but tainted pieces are escaped only when
7365: content-type==url-encoding
7366:
7367: * tests/228.html: - test for checking
7368: ^file::load[http://...;$.body[]]
7369:
7370: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7371: post charset was too early (charsets is empty at this moment)
7372:
7373: 2009-08-21 misha
7374:
7375: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7376: main/untaint.C: - some fixes with transcode+untaint
7377:
7378: 2009-08-15 misha
7379:
7380: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7381: was increaced to 100 (was 50)
7382:
7383: * tests/227.html: - test for checking overriding properties in
7384: static classes was added
7385:
7386: * tests/: 226.html, 226.p: - test for @autoload[] was added
7387:
7388: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7389: main/execute.C, main/pa_request.C, classes/reflection.C: -
7390: autouse was implemented
7391:
7392: 2009-08-14 misha
7393:
7394: * src/classes/reflection.C: - outdated checkout was removed
7395:
7396: * src/classes/reflection.C: - optimization - method ^dynamical was
7397: added.
7398:
7399: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7400: types/pa_vstateless_class.h, main/execute.C: - optimization
7401:
7402: * src/types/pa_vclass.C: - exception if base on sytem class
7403:
7404: 2009-08-12 misha
7405:
7406: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7407: pa_vstateless_class.h: - little optimisation
7408:
7409: 2009-08-11 misha
7410:
7411: * tests/224.html: - method_params => method_info - checking for
7412: $.inherited
7413:
7414: * src/classes/reflection.C, operators.txt: - method method_params
7415: was renamed to method_info and now it returns class name, if
7416: method was defined in ancestor
7417:
7418: * tests/225.html: - tests for cheching properties in hierarhical
7419: classes were added
7420:
7421: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7422: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7423: main/compile.y, main/execute.C, classes/classes.C: - problems
7424: with properties in new classes implementation were fixed
7425:
7426: 2009-08-10 misha
7427:
7428: * src/main/execute.C: - now constructor shouldn't be defined in
7429: class. it could be defined in parent.
7430:
7431: 2009-08-09 misha
7432:
7433: * src/classes/reflection.C: - ^reflection:methods doesn't return
7434: base's methods
7435:
7436: 2009-08-08 misha
7437:
7438: * src/: classes/classes.h, classes/date.C, classes/file.C,
7439: classes/form.C, classes/hash.C, classes/hashfile.C,
7440: classes/image.C, classes/mail.C, classes/op.C,
7441: classes/reflection.C, classes/regex.C, classes/string.C,
7442: classes/table.C, classes/xdoc.C, classes/xnode.C,
7443: classes/xnode.h, include/pa_hash.h, main/execute.C,
7444: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7445: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7446: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7447: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7448: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7449: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7450: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7451: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7452: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7453: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7454: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7455: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7456: types/pa_vresponse.C, types/pa_vresponse.h,
7457: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7458: types/pa_vstateless_object.h, types/pa_vstatus.C,
7459: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7460: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7461: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7462: types/pa_wwrapper.h, types/types.vcproj: - new classes
7463: implementation
7464:
7465: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7466: USE_MUNMAP is used. so it is disabled as a workaround.
7467:
7468: 2009-08-05 misha
7469:
7470: * src/: main/pa_common.C, include/pa_common.h: - not needed
7471: parameter was removed
7472:
7473: * src/main/pa_http.C: - bugfix: error was during detecting
7474: content-type of file which was loaded by http
7475:
7476: 2009-08-01 misha
7477:
7478: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7479: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7480: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7481: can't be disabled with defines any longer
7482:
7483: 2009-07-29 misha
7484:
7485: * src/classes/reflection.C, tests/results/224.processed: - for
7486: native methods with any call type now returned empty call_type
7487: value
7488:
7489: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7490: classes/table.C, include/pa_hash.h, include/pa_request.h,
7491: main/pa_request.C: - break in cycles was optimized
7492:
7493: * INSTALL: - more defines were described
7494:
7495: 2009-07-28 misha
7496:
7497: * operators.txt: - some changes in information about reflection
7498: class
7499:
7500: * tests/: 224.html, 224.p: - tests for reflection class
7501:
7502: * src/classes/reflection.C: - some bugs were fixed, method classes
7503: was added, refactoring
7504:
7505: 2009-07-26 misha
7506:
7507: * src/classes/classes.vcproj: - reflection class wass added to
7508: project
7509:
7510: * operators.txt: - information about reflection class was added
7511:
7512: * src/classes/reflection.C: - class was redesigned
7513:
7514: 2009-07-24 misha
7515:
7516: * src/classes/: Makefile.am, reflection.C: - class reflection was
7517: added
7518:
7519: * src/types/pa_vstateless_class.h: - method for reflection method's
7520: in classes was added
7521:
7522: 2009-07-22 misha
7523:
7524: * src/main/compile_tools.h: - bugfix: $object.$var was
7525: over-optimized. it failed if $object1.$object2.field
7526:
7527: 2009-07-16 misha
7528:
7529: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7530: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7531: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7532: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7533: one more arg: length of cord
7534:
7535: 2009-07-15 misha
7536:
7537: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7538: tainted in ^file::load[http://...;$.cookies[]]
7539:
7540: * src/classes/: op.C, regex.C, string.C: - new string with
7541: exception was used
7542:
7543: * src/include/pa_exception.h: - new string with exception was added
7544:
7545: * tests/223.html: - test for checking cookie-encoding during
7546: ^file::load[http was added
7547:
7548: * tests/: 221.html, 222.html: - tests for checking type of
7549: $table.fields.field were added
7550:
7551: * src/types/pa_vtable.C: - not used var decl was removed
7552:
7553: * src/include/pa_string.h: - use cached string length in Body::mid.
7554: it improves speed of match with brackets in pattern
7555:
7556: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7557: outside
7558:
7559: 2009-07-14 misha
7560:
7561: * src/types/pa_vtable.C: - $table.fields.a return string even if
7562: column is empty (sometime returned void) - $table.fields was
7563: added for nameless tables
7564:
7565: * src/targets/cgi/getopt.c: - one warning resolved
7566:
7567: * src/main/pa_string.C: - potentian bug fixed
7568:
7569: * src/classes/op.C: - small optimization in taint/untaint
7570:
7571: 2009-07-13 misha
7572:
7573: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7574: added
7575:
7576: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7577: souldn't add the attribut to output
7578:
7579: 2009-07-11 misha
7580:
7581: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7582: stack size was increaced to 2MB (default=1MB)
7583:
7584: 2009-07-08 misha
7585:
7586: * src/main/pa_string.C: - link to UTF-8 description was added
7587:
7588: * src/include/pa_hash.h: - hash keeps element's order in more
7589: places (ex: ._keys[])
7590:
7591: * tests/220.html: - test for checking order of elements in hash in
7592: foreach was added
7593:
7594: * tests/172.html: - small changes in printing hash
7595:
7596: * tests/129.html: - small changes in printing hash
7597:
7598: * src/: include/pa_common.h, include/pa_hash.h,
7599: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7600: types/pa_vmethod_frame.h: - hash now keeps order of elements
7601:
7602: * tests/014.html: - small changes in printing hash
7603:
7604: 2009-07-07 misha
7605:
7606: * src/classes/op.C: - new taint language "parser-code" was added
7607:
7608: * tests/219.html: - test for auto untaint parser code in process
7609: was added
7610:
7611: * src/classes/op.C: - tainted pieces in body of process are
7612: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7613:
7614: * src/: include/pa_string.h, main/untaint.C: - new language
7615: L_PARSER_CODE for auto-untaint in process was added
7616:
7617: * src/: classes/file.C, classes/hash.C, classes/image.C,
7618: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7619: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7620: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7621: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7622: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7623: code cleanup
7624:
7625: 2009-07-06 misha
7626:
7627: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7628: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7629: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7630:
7631: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7632: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7633: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7634: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7635: should be used
7636:
7637: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7638: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7639: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7640: untaint_cstr[m] should be used
7641:
7642: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7643: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7644:
7645: * tests/218.html: - test for checking automatic file-spec-taint was
7646: added
7647:
7648: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7649: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7650: classes/file.C, classes/hash.C, classes/image.C,
7651: classes/string.C, classes/table.C, classes/void.C,
7652: classes/xdoc.C: - optimizations and simplification of
7653: string.cstr(...)
7654:
7655: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7656: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7657: - optimizations and simplification of string.cstr(...)
7658:
7659: 2009-07-04 misha
7660:
7661: * tests/217.html: - test for recursion detection was added
7662:
7663: * src/: types/types.vcproj, main/main.vcproj,
7664: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7665: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7666: from .vcproj
7667:
7668: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7669:
7670: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7671: uploading files and case-insensitive http-method were added
7672:
7673: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7674: tainted pattern in ^file:list[] was added
7675:
7676: 2009-07-03 misha
7677:
7678: * src/: classes/classes.vcproj, main/main.vcproj,
7679: types/types.vcproj, targets/cgi/parser3.vcproj,
7680: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7681: for dynamic_cast) - little options changes
7682:
7683: * src/main/pa_http.C: - file::load[http works now with uploading
7684: files _and_ changing $.charset
7685:
7686: 2009-06-29 misha
7687:
7688: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7689: while creating pattern
7690:
7691: 2009-06-25 misha
7692:
7693: * src/classes/image.C, operators.txt: - options' names for
7694: ^image.font were changed to $.space, $.width and $spacing -
7695: default space width now == gif's width
7696:
7697: 2009-06-24 misha
7698:
7699: * tests/215.html: - tests for $file.mode were added
7700:
7701: * operators.txt: - added info about $file.mode and changes in
7702: ^image.font[
7703:
7704: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7705: param now could be omited - third param now could be hash (with
7706: all widths options: $.space-width, $.letter-width) - it's
7707: possible to specify tracking ($.letter-space)
7708:
7709: * src/classes/file.C: - file objects now could have mode field
7710: (text|binary)
7711:
7712: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7713:
7714: 2009-06-23 misha
7715:
7716: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7717: trim can work with utf-8 chars now
7718:
7719: 2009-06-20 misha
7720:
7721: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7722: was implemented
7723:
7724: * src/classes/table.C: - string length cacheing was implemented
7725:
7726: * src/include/pa_string.h: - string length cacheing was implemented
7727:
7728: 2009-06-17 misha
7729:
7730: * src/main/execute.C: - value param was removed from
7731: WContext::WContext
7732:
7733: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7734: pa_wwrapper.h: - value param was removed from WContext::WContext
7735: - field wcontext was removed from VCodeFrame (using fparent
7736: instead)
7737:
7738: * tests/214.html: - test with hash copying
7739:
7740: 2009-06-16 misha
7741:
7742: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7743: strings doesn't work in expression anymore
7744:
7745: * src/main/execute.C: - less calls for get_constructing() - little
7746: refactoring
7747:
7748: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7749: include/pa_request.h: - less calls for get_constructing()
7750:
7751: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7752: introduced with OPTIMIZE_SINGLE_STRING optimization
7753:
7754: 2009-06-14 misha
7755:
7756: * src/: classes/date.C, classes/file.C, classes/hash.C,
7757: classes/hashfile.C, classes/image.C, classes/regex.C,
7758: classes/table.C, classes/xdoc.C, classes/xnode.h,
7759: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7760: types/pa_vstateless_class.h, main/execute.C: - create object for
7761: storing object's fields only for parser objects
7762:
7763: 2009-06-13 misha
7764:
7765: * buildall-with-xml, buildall-without-xml: - new option was added
7766: for building GC (it slightly reduces memory usage)
7767:
7768: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7769: single string write
7770:
7771: * src/main/execute.C: - bytecode optimization of ^class:constructor
7772: - optimization of single string write
7773:
7774: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7775: - bytecode optimization of ^class:constructor
7776:
7777: 2009-06-09 misha
7778:
7779: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7780: main (better compatibility)
7781:
7782: 2009-06-08 misha
7783:
7784: * src/main/compile.y: - I've forgot to commit it :(
7785:
7786: 2009-06-07 misha
7787:
7788: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7789: WITH_READ and WITH_ROOT
7790:
7791: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7792: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7793: WITH_ROOT - little refactoring
7794:
7795: 2009-06-06 misha
7796:
7797: * tests/213.html: - tests for 3rd match string-param were added
7798:
7799: * src/classes/string.C: - 3rd match param could be string now
7800:
7801: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7802: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7803: GET_OBJECT_ELEMENT
7804:
7805: 2009-06-05 misha
7806:
7807: * src/main/pa_http.C: - bugfix: content-length was not calculated
7808: if $.body was specified
7809:
7810: 2009-06-04 misha
7811:
7812: * src/classes/op.C: - optimizing write_assign_lang in connect
7813:
7814: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7815:
7816: * src/main/execute.C: - little refactoring - optimizing
7817: write_assign_lang in taint/untaint
7818:
7819: * src/include/pa_opcode.h: - little refactoring
7820:
7821: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7822: main/compile_tools.h, main/execute.C: - optimizations for
7823: $self.field, ^self.method, $self.field[...] and $self.field(...)
7824: were added
7825:
7826: 2009-06-03 misha
7827:
7828: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7829:
7830: 2009-06-02 misha
7831:
7832: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7833: include/pa_opcode.h: - refactoring in last optimizations
7834: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7835: now but code is much easy and it is ready for further
7836: improvements.
7837:
7838: 2009-05-27 misha
7839:
7840: * src/: types/pa_junction.h, types/pa_vjunction.C,
7841: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7842: changed in destructing junctions
7843:
7844: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7845: String:Body
7846:
7847: 2009-05-26 misha
7848:
7849: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7850: one method detect_charset was deleted - bug was fixed in this
7851: method (error while detecting charset in content_type withot last
7852: ';')
7853:
7854: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7855: once
7856:
7857: 2009-05-25 misha
7858:
7859: * src/classes/file.C: - bugfix: file::exec didn't work after
7860: optimizing of helper_length
7861:
7862: 2009-05-24 misha
7863:
7864: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7865: were added - little refactoring
7866:
7867: * src/main/execute.C: - core while printing in debug log
7868: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7869: optimisations were added
7870:
7871: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7872: were added
7873:
7874: 2009-05-23 misha
7875:
7876: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7877: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7878: CORD_cat optimization
7879:
7880: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7881: - call constr optimisation under separate define now
7882:
7883: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7884: in $b should be string, not void
7885:
7886: * src/main/compile.y: - little fix for rem-cut optimisation
7887:
7888: * src/: include/pa_opcode.h, main/compile_tools.C,
7889: main/compile_tools.h, main/execute.C: - optimisations for
7890: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7891:
7892: * INSTALL: - description of some #defined were added
7893:
7894: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7895: before 1st access (memory usage is reduced if don't access to
7896: .text field)
7897:
7898: * src/include/pa_array.h: - array grows step now not static (it
7899: reduces numbers of reallocs)
7900:
7901: 2009-05-20 misha
7902:
7903: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7904: $.b(2), $c[d] and $.e[f] was added
7905:
7906: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7907: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7908: $.e[f] was added
7909:
7910: * src/main/execute.C: - debug printing moved in defines
7911:
7912: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7913: and little refactoring for OP_GET_OBJECT_ELEMENT +
7914: OP_GET_OBJECT_VAR_ELEMENT optimisation
7915:
7916: 2009-05-19 misha
7917:
7918: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7919: execute.C: - $a.$b & ^a.$b bytecode optimisation
7920:
7921: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7922: ^a.$b optimisation)
7923:
7924: * src/main/compile.y: - compiler now generate new opcodes:
7925: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7926: ^a.b - compiler now cut off ^rem{ with all content ; any number
7927: of params }
7928:
7929: * src/main/execute.C: - code for handle new opcodes
7930: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7931:
7932: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7933: added for LA2V and LA2S
7934:
7935: * src/include/pa_opcode.h: - new defines which can be used for
7936: disable some bytecode optimisation and new opcodes were added
7937:
7938: 2009-05-17 misha
7939:
7940: * src/lib/cord/cordxtra.c: - bugfix.
7941:
7942: * tests/212.html: - .size[] and .study_size[] were added to tests
7943:
7944: * operators.txt: - info about regex class was added
7945:
7946: * tests/212.html: - tests for regex class were added
7947:
7948: 2009-05-16 misha
7949:
7950: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7951: gc7.1
7952:
7953: * tests/022.html: - test for ^file:list[path;] (empty second param)
7954: was added
7955:
7956: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7957: param) should work
7958:
7959: 2009-05-15 misha
7960:
7961: * src/classes/table.C: - automatically disable stringstream usage
7962: on freebsd4
7963:
7964: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7965: scope
7966:
7967: * tests/211.html: - test with different types of access to hash was
7968: added
7969:
7970: * tests/210.html: - test which checks for loosing tainting in
7971: hash's keys was added
7972:
7973: * tests/208.html: - some parser work added. or stime == 0 %-)
7974:
7975: * src/lib/cord/cordbscs.c: - little hack was added to cord
7976:
7977: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7978:
7979: * src/include/pa_version.h, configure.in: - moko have made a lot of
7980: optimisations for increacing version number more dramatically :)
7981:
7982: * src/classes/date.C: - little refactoring: use constructor which
7983: accepts formated string
7984:
7985: * src/: include/pa_string.h, main/pa_string.C: - String constructor
7986: which can print formatted string was added
7987:
7988: 2009-05-14 misha
7989:
7990: * src/include/pa_string.h: - type was fixed
7991:
7992: * src/: classes/hashfile.C, classes/op.C,
7993: include/pa_cache_managers.h, include/pa_charset.h,
7994: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7995: include/pa_request.h, include/pa_sql_driver_manager.h,
7996: include/pa_string.h, include/pa_stylesheet_manager.h,
7997: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7998: main/pa_charsets.C, main/pa_string.C,
7999: main/pa_stylesheet_connection.C, types/pa_value.h,
8000: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8001: types/pa_vobject.C, types/pa_vstateless_class.C,
8002: types/pa_vstateless_class.h: - hash_code caching was implemented
8003: (seaches should be faster now)
8004:
8005: * src/: classes/file.C, classes/hash.C, classes/image.C,
8006: classes/string.C, classes/table.C, include/pa_string.h,
8007: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8008: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8009: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8010: types/pa_vrequest.C: - String constructors don't have that stupid
8011: true/false param which means 'tainted'. they accept lang instead.
8012:
8013: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8014: with OPTIMIZE_RESULT
8015:
8016: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8017: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8018:
8019: 2009-05-13 misha
8020:
8021: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8022: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8023: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8024: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8025: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8026: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8027: include/pa_string.h, classes/date.C, classes/file.C,
8028: classes/hash.C, classes/image.C, classes/string.C,
8029: classes/table.C, classes/xdoc.C: - result optimisation -
8030: helper_length parameter removed from string constructors
8031:
8032: 2009-05-11 misha
8033:
8034: * tests/209.html: - tests for ^hash::create[hash] were added
8035:
8036: * tests/208.html: - tests for $status:rusage, $status:memory,
8037: ^memory:compact[] were added
8038:
8039: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8040: log10 were added
8041:
8042: * tests/206.html: - test for try with finally was added
8043:
8044: 2009-05-10 misha
8045:
8046: * tests/205.html: - test for ^file::create[...] was added
8047:
8048: * tests/204.html: - test for ^response:clear[] was added
8049:
8050: * tests/038.html: - tests for trigonometric functions were added
8051:
8052: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8053: added - more tests for .add, .sub, .union, .intersects and
8054: .intersections
8055:
8056: * tests/065.html: - test for ^file:dirname was added
8057:
8058: * tests/030.html: - test for $cookie:fields was added
8059:
8060: * tests/203.html: - test for ^h._keys[column name] was added
8061:
8062: * tests/201.html: - tests for .trim were added
8063:
8064: * tests/202.html: - tests for last-day,
8065: date:calendar[type](YYYY;MM;DD) were added
8066:
8067: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8068: .offset[type](N) were added
8069:
8070: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8071: and .pos[c](N) were added
8072:
8073: * tests/141.html: - test for math:sha1 was added
8074:
8075: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8076:
8077: 2009-05-09 misha
8078:
8079: * src/main/compile.y: - rollback
8080:
8081: 2009-05-05 misha
8082:
8083: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8084: replaced by is_empty()
8085:
8086: * src/: include/pa_string.h, main/pa_charset.C: - little
8087: optimisation: somewhere length() was replaced by is_empty()
8088:
8089: * src/classes/table.C: - little optimisation: somewhere length()
8090: was replaced by is_empty()
8091:
8092: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8093: classes/op.C, classes/table.C, main/pa_exception.C: - little
8094: optimisation: somewhere length() was replaced by is_empty()
8095:
8096: 2009-05-04 misha
8097:
8098: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8099: types/pa_vstateless_class.h, main/execute.C,
8100: include/pa_request.h, classes/hash.C, classes/op.C,
8101: classes/table.C: - more optimisations were added: some operators
8102: don't switch write context anylonger
8103:
8104: 2009-05-01 misha
8105:
8106: * src/main/compile.y: - slightly more opcode optimisations for
8107: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8108:
8109: * src/main/execute.C: - simplifying process for getters
8110:
8111: 2009-04-30 misha
8112:
8113: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8114:
8115: * tests/results/199.processed: - test for checking $result into
8116: ^rem was added
8117:
8118: * tests/199.html: - test for checking $result into ^rem was added
8119:
8120: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8121: some OS it returns list in different order)
8122:
8123: * src/: include/pa_array.h, include/pa_request.h,
8124: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8125: changes in stack impl - get_element() optimisation: 3rd param
8126: removed - bugfix: problems with reading empty input param -
8127: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8128:
8129: * tests/results/198.processed: - test for reading empty local var
8130: was added
8131:
8132: * tests/198.html: - test for reading empty local var was added
8133:
8134: 2009-04-29 misha
8135:
8136: * src/main/compile.y: - bugfix: couldn't compile because
8137: OP_VALUE__GET_ELEMENT should be unde #ifdef
8138:
8139: * src/: include/pa_array.h, include/pa_opcode.h,
8140: include/pa_request.h, main/compile.y, main/execute.C,
8141: main/pa_request.C, types/pa_vmethod_frame.C,
8142: types/pa_vmethod_frame.h: - we can work without opcode
8143: OP_STORE_PARAM, so it was removed
8144:
8145: 2009-04-28 misha
8146:
8147: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8148: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8149: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8150: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8151: 4.
8152: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8153:
8154: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8155:
8156: * src/: main/pa_string.C, classes/string.C: - !length() =>
8157: is_empty()
8158:
8159: 2009-04-27 misha
8160:
8161: * src/types/pa_vregex.h: - back explicit vars initialisation
8162:
8163: 2009-04-24 misha
8164:
8165: * src/classes/string.C: - ups. typo fixed
8166:
8167: * src/main/execute.C: - more replacements '*new VBool' to
8168: 'VBool::get' - checks for ^break[], ^continue[] and
8169: parser.interrupted were optimised
8170:
8171: * src/classes/string.C: - number of params.count() calls was
8172: slightly reduced
8173:
8174: 2009-04-23 misha
8175:
8176: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8177: make it x64 friendly
8178:
8179: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8180: parser is x64 friendly now
8181:
8182: 2009-04-22 misha
8183:
8184: * src/types/pa_vhashfile.C: - coder friendly exception about
8185: exceeding record size was added
8186:
8187: * src/classes/file.C: - use vregex object instead of direct calls
8188: methods from pcre lib
8189:
8190: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8191: classes/string.C: - use vregex object instead of direct calls
8192: methods from pcre lib
8193:
8194: * src/: include/pa_common.h, main/pa_common.C: - method
8195: print_pcre_exec_error_text was moved to class vregex
8196:
8197: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8198: was added
8199:
8200: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8201: - class vregex was added
8202:
8203: 2009-04-21 misha
8204:
8205: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8206:
8207: * src/: types/pa_junction.h, types/pa_value.C,
8208: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8209: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8210: junction-optimisation (destructors)
8211:
8212: * src/include/pa_array.h: - free under if now
8213:
8214: 2009-04-19 misha
8215:
8216: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8217:
8218: 2009-04-18 misha
8219:
8220: * src/include/pa_version.h:
8221: :q :
8222:
8223: CV:
8224: ----------------------------------------------------------------------
8225:
8226: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8227: refactoring
8228:
8229: * src/: include/pa_array.h, include/pa_hash.h,
8230: types/pa_vmethod_frame.h: - destructors under #ifdef now
8231:
8232: * src/include/pa_memory.h: - define for using destructors was added
8233:
8234: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8235: main/execute.C: - some junctions will be cached now
8236:
8237: * src/include/pa_hash.h: - hash destructor frees pairs now
8238:
8239: * src/include/pa_array.h: - inline was added to destructor
8240:
8241: * src/types/pa_method.h: - comment was changed
8242:
8243: 2009-04-17 misha
8244:
8245: * src/: include/pa_array.h, include/pa_hash.h,
8246: types/pa_vmethod_frame.h: - destructors were added
8247:
8248: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8249: renamed to always_use_result
8250:
8251: * src/main/: compile.y, compile_tools.h: - rollback changes in
8252: compiler: full backward compatibility is better
8253:
8254: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8255: result in var's hash
8256:
8257: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8258: optimisation in method_frame
8259:
8260: * src/include/pa_array.h: - optimisation in array (allocate
8261: elements only when needed)
8262:
8263: * src/types/pa_vresponse.C: - check for $response:headers field
8264: before looking at custom fields
8265:
8266: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8267: not needed to check existance var with name 'result' in var's
8268: hash
8269:
8270: * src/main/compile.y: - compiler was changed: now it detects
8271: writings to $result and set flag writo_to_result in method
8272:
8273: * src/classes/string.C: - little optimisation: no needed to write
8274: number with lang
8275:
8276: * src/main/pa_charset.C: - methods readChar and skipChar which is
8277: used for read utf8-strings were renamed - is_escaped was renamed
8278: to isEscaped (to the same name convention)
8279:
8280: * src/: types/pa_method.h, main/compile_tools.h: - flag
8281: write_to_result added. compiler get this info from code.
8282:
8283: 2009-04-16 misha
8284:
8285: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8286: String only before 1st write
8287:
8288: * src/include/pa_string.h: - not needed template removed
8289:
8290: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8291: types/pa_vjunction.C, types/pa_vproperty.C,
8292: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8293: main/pa_request.C, classes/bool.C, classes/double.C,
8294: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8295: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8296: bool objects)
8297:
8298: 2009-04-15 misha
8299:
8300: * src/lib/cord/cordxtra.c: - more optimisation
8301:
8302: * src/: include/pa_string.h, main/untaint.C: - String::append
8303: optimisation
8304:
8305: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8306: then get and can sometime be used)
8307:
8308: * src/main/pa_string.C: - String::length optimisation
8309:
8310: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8311: these methods read different strings
8312:
8313: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8314: fresult_initial_void removed + some optimisation - if $result
8315: defined we don't write to context anymore
8316:
8317: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8318: need just skip char)
8319:
8320: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8321: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8322: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8323:
8324: * src/types/pa_vvoid.h: - added get() method for retreave one
8325: instance
8326:
8327: 2009-04-11 misha
8328:
8329: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8330:
8331: * tests/197.html: - test for parser://test in xml was added
8332:
8333: * src/classes/string.C: - small optimisation
8334:
8335: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8336: optimisation
8337:
8338: 2009-04-10 misha
8339:
8340: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8341: to pcre-7.8
8342:
8343: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8344:
8345: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8346: added
8347:
8348: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8349: $request:CLASS_NAME were added
8350:
8351: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8352: were added
8353:
8354: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8355: $env:CLASS_NAME were added
8356:
8357: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8358: '@todo' now
8359:
8360: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8361: compirer
8362:
8363: * src/main/pa_string.C: - little code cleanup
8364:
8365: * src/main/pa_common.C: - describe one more UTF-8 related error
8366: during PCRE compile/execute
8367:
8368: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8369: normalizing todo-comments: '@todo' now
8370:
8371: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8372:
8373: * src/main/pa_charset.C: - type changed for making compiler happy
8374:
8375: 2009-03-10 misha
8376:
8377: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8378: in main()
8379:
8380: 2009-02-01 misha
8381:
8382: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8383: boundary
8384:
8385: 2009-01-25 misha
8386:
8387: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8388:
8389: * src/classes/file.C: - more changes for parsing different number
8390: of params for file::load
8391:
8392: * tests/193.html: - tests for exception while base64-decode binary
8393: to string was added
8394:
8395: * tests/192.html: - tests for file::load with different number of
8396: options
8397:
8398: * src/classes/math.C: - ups. forgot '+1'
8399:
8400: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8401: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8402: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8403: (new option $.encode[multipart-form/data] should be specified) -
8404: $.method[] option for file::load now is not case-sensitive
8405:
8406: * src/: include/pa_string.h, main/untaint.C: - for file post the
8407: new taint language L_FILE_POST was added
8408:
8409: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8410: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8411: stuff was moved to separate files
8412:
8413: 2009-01-23 misha
8414:
8415: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8416: spaces to tabs were converted
8417:
8418: 2009-01-12 misha
8419:
8420: * src/main/pa_http.C: - value of $.method[] option force uppercased
8421: now
8422:
8423: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8424: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8425: their names
8426:
8427: * src/main/pa_common.C: - changes in formating
8428:
8429: * src/: classes/file.C, main/pa_http.C: - some constants changed
8430: their names
8431:
8432: * src/include/pa_http.h: - some spaces were converted to tabs
8433:
8434: * src/include/pa_common.h: - some constants changed their names
8435:
8436: * src/classes/file.C: - fixed 4-th paramether for file::load -
8437: little code rewriting
8438:
8439: * src/types/pa_vfile.C: - little code rewriting
8440:
8441: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8442: types/pa_value.h: - some formating changes
8443:
8444: * src/include/pa_common.h: - some formating spaces transformed to
8445: tabs
8446:
8447: * src/classes/string.C: - exception while base64-decode binary to a
8448: string
8449:
8450: 2009-01-11 misha
8451:
8452: * configure.in: - version changed to 3.3.1b
8453:
8454: 2008-09-05 misha
8455:
8456: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8457: release_3_3_0 on 2008-09-05 10:59:35 +0000
8458:
8459: 2008-09-04 misha
8460:
8461: * tests/: 130.html, 131.html: - these exceptions not typeless
8462: anymore
8463:
8464: * src/classes/op.C: - exception with 'invalid taint language' not
8465: typeless anylonger
8466:
8467: * src/classes/image.C: - some exceptions while operations with
8468: image not typeless anymore
8469:
8470: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8471: main/pa_exec.C, main/pa_http.C: - some exceptions while
8472: operations with files not typeless anymore
8473:
8474: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8475: types/pa_vdate.h: - exceptions while checking date range not
8476: typeless anymore
8477:
8478: * src/include/pa_exception.h: - exception type string for invalid
8479: date range was added
8480:
8481: 2008-09-03 misha
8482:
8483: * src/: classes/file.C, main/pa_string.C: - exception while pce
8484: operations not typeless anymore
8485:
8486: * src/include/pa_exception.h: - exception type for pce operations
8487: was added
8488:
8489: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8490: and .CLASS_NAME insite classes
8491:
8492: * src/classes/table.C: - don't save table header whiile
8493: ^table.save[append;filename] if file exists
8494:
8495: 2008-09-02 misha
8496:
8497: * src/main/compile.y, src/main/compile_tools.h,
8498: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8499: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8500: renamed to partial and it login changed: we must mark class as
8501: partial for allow their modifications in future.
8502:
8503: 2008-08-29 misha
8504:
8505: * tests/results/022.processed: - testing taint[regex] in mask for
8506: file:list
8507:
8508: * tests/022.html: - testing taint[regex] in mask for file:list
8509:
8510: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8511: for file:list was added
8512:
8513: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8514: file:list
8515:
8516: 2008-08-26 misha
8517:
8518: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8519: last derived object
8520:
8521: * src/classes/image.C: - many strings "image.format" replaced by
8522: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8523: understand some more exif tags
8524:
8525: * src/include/pa_exception.h: - string "image.format" was added
8526:
8527: 2008-08-21 misha
8528:
8529: * src/: main/pa_string.C, classes/file.C: - use method for print
8530: pcre_exec text error
8531:
8532: * src/main/pa_common.C: - method for print pcre_exec text error was
8533: added
8534:
8535: * src/include/pa_common.h: - method declaration for print pcre_exec
8536: text error was added
8537:
8538: 2008-08-19 misha
8539:
8540: * src/main/execute.C: - bugfix: opcodes must be in separate
8541: namespace while debug execution as well
8542:
8543: * tests/: 015.html, results/015.processed: - test for escaping some
8544: parser chars was added
8545:
8546: 2008-08-18 misha
8547:
8548: * tests/: 190.html, 190.p, results/190.processed: - test for
8549: $caller.self.field + default getter in one class was added
8550:
8551: * tests/: 189.html, results/189.processed: - test for
8552: ^date::create[date object]
8553:
8554: * tests/: 188.html, results/188.processed: - tests for match with
8555: UTF-8 strings
8556:
8557: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8558: ^string.match[]
8559:
8560: * ChangeLog: - parser 3.3.0 beta13
8561:
8562: 2008-08-15 misha
8563:
1.116 moko 8564: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8565: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8566: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8567: dftables.c: - old PCRE files removed
1.95 moko 8568:
8569: * src/lib/pcre/config.h: - configuration for PCRE library
8570:
8571: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8572: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8573:
8574: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8575: library and set flag UTF8 if $request:charset is UTF-8
8576:
8577: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8578: include/pa_config_fixed.h: - moved to new PCRE library
8579:
8580: * src/: main/main.vcproj, types/types.vcproj,
8581: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8582: win32\pcre instead of parser3\src\lib\pcre
8583:
8584: * src/: include/pa_opcode.h, include/pa_operation.h,
8585: main/compile.C, main/compile.y, main/compile_tools.C,
8586: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8587: opcodes were moved to separate namespace
8588:
8589: 2008-08-14 misha
8590:
8591: * src/types/pa_vstateless_class.C: - newline at the end missed
8592:
8593: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8594: tainting
8595:
8596: 2008-08-11 misha
8597:
8598: * tests/: 187.html, 187.p, results/187.processed: - tests for
8599: $caller.self, $caller.self.field and $caller.self.field[value]
8600: were added
8601:
8602: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8603: runtime as well (for $caller.self)
8604:
8605: 2008-07-25 misha
8606:
8607: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8608: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8609: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8610: tests with international characters
8611:
8612: 2008-07-23 misha
8613:
8614: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8615: file::load[...;http://
8616:
8617: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8618: now everywhere in separate namespace
8619:
8620: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8621: for vars
8622:
8623: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8624: can be escaped by '^'
8625:
8626: 2008-07-22 misha
8627:
8628: * src/classes/string.C, tests/186.html: - names changes:
8629: escape=>js-escape, unescape=>js-unescape
8630:
8631: 2008-07-21 misha
8632:
8633: * tests/results/186.processed: - test for string escape/unescape
8634:
8635: * tests/186.html: - test for string escape/unescape
8636:
8637: * src/classes/string.C: - string has escape and unescape methods
8638: now
8639:
8640: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8641: added
8642:
8643: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8644: method-layers added (with different params)
8645:
8646: 2008-07-18 misha
8647:
8648: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8649: was added
8650:
8651: * tests/185.html: - test for ^str.pos[sub](offset) added
8652:
8653: * src/classes/string.C, src/classes/void.C, operators.txt: -
8654: ^string.pos[substr](offset) -- 2nd param accepted now
8655:
8656: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8657: strings
8658:
8659: 2008-07-17 misha
8660:
8661: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8662: helper length added for mid for small optimisation
8663:
8664: 2008-07-16 misha
8665:
8666: * tests/: 185.html, results/185.processed: - tests for
8667: length/left/right/mid/pos with utf-8 strings
8668:
8669: * src/classes/string.C: - left/right/mid/length/pos works fine for
8670: utf-8 strings
8671:
8672: * src/main/untaint.C: - comments removed
8673:
8674: * src/: include/pa_string.h, main/pa_string.C,
8675: include/pa_charset.h, main/pa_charset.C: - methods for working
8676: with pos/mid for strings in utf-8 were added
8677:
8678: 2008-07-15 misha
8679:
8680: * tests/: 184.html, results/184.processed: - test for case body as
8681: expression: $var(^switch(1){^case(1)(true)..})
8682:
8683: * src/classes/op.C: - case body can be expression now:
8684: $var(^switch(1){^case(1)(true)..})
8685:
8686: * tests/: results/183.processed, 183.html: - added test for testing
8687: new cookie encoding (%uXXXX)
8688:
8689: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8690: decoding for backward compatibility they decoded from %XX in
8691: request:charset too
8692:
8693: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8694: - cookie class now decode cookies before first access after last
8695: request:charset changing (as form class).
8696:
8697: * src/main/pa_charset.C: - added method escape for escaping cookies
8698: as %uXXXX - before transcode calculate required space for dest
8699: string. it reduce mem usage for transcode
8700:
8701: * src/include/pa_charset.h: - added method escape for escaping
8702: cookies as %uXXXX
8703:
8704: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8705: was added. will used for escaping cookies as %uXXXX
8706:
8707: * src/include/pa_common.h: - escape method has new option for skip
8708: converting '+' to a space char
8709:
8710: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8711: transcode - escape method has new option for skip converting '+'
8712: to a space char
8713:
8714: 2008-07-08 misha
8715:
8716: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8717: (no UE if more then 1 case matches anylonger) - optimization:
8718: doing searching.as_string() || searching.as_double() only once
8719:
8720: 2008-07-04 misha
8721:
8722: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8723: now ^date::create[date object] works
8724:
8725: * src/classes/string.C: - left and right added as aliases for start
8726: and end in ^string.trim[]
8727:
8728: 2008-07-03 misha
8729:
8730: * src/classes/file.C: - allow $.limit for file::sql as well
8731:
8732: * src/classes/file.C: - allow $.offset option for file::sql - force
8733: send limit=1 to query for use sql specifics authomatically
8734:
8735: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8736: if $.limit value if empty. autoconvert it as everywere
8737:
8738: 2008-07-02 misha
8739:
8740: * configure.in: - time to change version number to 3.3.0 %-)
8741:
8742: * src/include/pa_version.h: - time to change version number to
8743: 3.3.0 %-)
8744:
8745: 2008-06-26 misha
8746:
8747: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8748: $.limit(0) fixes
8749:
8750: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8751: - $.limit(0) fixes
8752:
8753: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8754: new API)
8755:
8756: * src/: include/pa_sql_driver_manager.h,
8757: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8758: classes/op.C: - document_root added
8759:
8760: * src/main/compile.tab.C: - error message was changed
8761:
8762: 2008-06-25 misha
8763:
8764: * src/main/compile.y: - error message was changed
8765:
8766: 2008-06-24 misha
8767:
8768: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8769:
8770: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8771: tests for @OPTIONS\nappend
8772:
8773: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8774:
8775: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8776:
8777: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8778:
8779: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8780: compile.y
8781:
8782: 2008-06-17 misha
8783:
8784: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8785: compilation: ^if(default){true. it's incorrect. must be
8786: exception}
8787:
8788: 2008-06-16 misha
8789:
8790: * tests/: 181.ent, 181.html, results/181.processed: - test for
8791: checking external reference loading with 'http://localhost'
8792: prefix while creating xdoc
8793:
8794: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8795: ^math:long2ip[] and ^math:ip2long[]
8796:
8797: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8798: added which use scalar stateless class method when user object
8799: used in scalar context - use get_scalar_value when user object
8800: requested in scalar context
8801:
8802: * src/main/pa_common.C: - size must be int but not size_t or we
8803: can't compare with 0 sprintf result
8804:
8805: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8806: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8807: with internal switch between local/global vars
8808:
8809: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8810: specified
8811:
8812: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8813: pa_vstateless_object.h: - stateless class and object now has
8814: private scalar field and getter/setter for working with it
8815:
8816: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8817: moved to inet static class
8818:
8819: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8820: class added (^inet:aton[IP], ^inet:ntoa(number))
8821:
8822: * tests/: 180.html, results/180.processed: - tests for
8823: ^math:long2ip(long) and ^math:ip2long[IP]
8824:
8825: * src/classes/math.C: - ^math:ip2long[IP] added
8826:
8827: 2008-06-11 misha
8828:
8829: * src/main/pa_xml_io.C: - use file_read_text again because of we
8830: need cut BOM code and remove DOS newline chars. but don't
8831: transcode it anyway.
8832:
8833: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8834: main/pa_http.C: - option for disable transcoding while file_read
8835: and file_read_text added
8836:
8837: 2008-06-10 misha
8838:
8839: * tests/: 179.html, 179.p, results/179.processed: - test for many
8840: classes in 1 file
8841:
8842: * src/main/: compile.C, compile_tools.h: - compile return list of
8843: classes now.
8844:
8845: * src/main/: compile.y, compile.tab.C: - compile return list of
8846: classes now. internals.
8847:
8848: * src/main/pa_request.C: - compile return list of classes now. try
8849: call @conf and @auto for each returned class
8850:
8851: * src/include/pa_request.h: - compile return list of classes now
8852:
8853: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8854: return list of classes when compile buf)
8855:
8856: 2008-06-07 misha
8857:
8858: * src/main/pa_request.C: - constructing VRequest object with 3rd
8859: param -- form
8860:
8861: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8862: 3rd param: form. needed for get post_charset
8863:
8864: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8865: added
8866:
8867: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8868: types/pa_vform.C, types/pa_vform.h: - some polish
8869:
8870: 2008-06-06 misha
8871:
8872: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8873: charset and decode chars from it but not from response:charset
8874:
8875: * src/main/pa_http.C: - detect_charset moved out of here
8876:
8877: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8878: methods moved here - unescape_chars accepn one charset now
8879:
8880: * src/main/pa_http.C: - new constants used - don't allow
8881: $.content-type in ^file::load[;http://;$.method[POST]] - add
8882: charset info while ^file::load[;http://;$.method[POST]] - option
8883: $.omit-post-charset(true) added to ^file::load[;http://] for
8884: disabling charset during post
8885:
8886: * src/types/pa_vform.C: - new constants used
8887:
8888: * src/include/pa_common.h: - some constants were added
8889:
8890: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8891: instead of StrEqNc
8892:
8893: * src/main/pa_common.C: - new method for caseless search
8894: c-substring in c-string - use isxdigit instead of is_hex_digit
8895:
8896: * src/include/pa_common.h: - new method for caseless search
8897: c-substring in c-string
8898:
8899: 2008-06-05 misha
8900:
8901: * tests/results/178.processed: - test for testing default getter
8902:
8903: * tests/178.html: - test for testing default getter
8904:
8905: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8906: for test for testing default getter
8907:
8908: * src/main/execute.C: - default getter soul
8909:
8910: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8911: requested objects' field not found
8912:
8913: * src/types/pa_vclass.C: - register default getter if defined - get
8914: default getter if requested field not found
8915:
8916: * src/types/pa_vstateless_object.h: - method get_default_getter was
8917: added
8918:
8919: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8920: pointer to default getter and methods for get/set it were added
8921:
8922: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8923: auto_name field (for default getter)
8924:
8925: 2008-06-04 misha
8926:
8927: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8928: transcoding, no cutting BOM code, no fixing line breaks) and get
8929: it to libxml "as is"
8930:
8931: 2008-06-03 misha
8932:
8933: * src/main/pa_common.C: - use store_Char instead of
8934: transcodeCharFromUTF8
8935:
8936: * src/: include/pa_charset.h, main/pa_charset.C: - method
8937: store_Char added, transcodeCharFromUTF8 -- removed
8938:
8939: 2008-06-02 misha
8940:
8941: * tests/: results/177.processed, 177.html: - test for checking
8942: .[acm]date after local ^file::load[] was added
8943:
8944: * tests/: results/176.processed, 176.html: - test for checking
8945: @OPTION\locals + @method[vars][locals] added
8946:
8947: * tests/results/auto.p: - CLASS_PATH specified for checking use
8948:
8949: 2008-05-30 misha
8950:
8951: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8952: @OPTION\nlocals + @method[vars][;locals;] were added
8953:
8954: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8955: moved to separate method op_code - switch from VMethodFrame to
8956: VMethodFrameGlobal + VMethodFrameLocal
8957:
8958: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8959: was moved to separate method op_code
8960:
8961: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8962: VMethodFrame now
8963:
8964: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8965: all_vars_local as well
8966:
8967: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8968: pa_vmethod_frame_local.h, Makefile.am: - who children for
8969: VMethodFrame were added: one (global) works as VMethodFrame
8970: before and second (local) write all vars in self vars scope
8971:
8972: * src/types/pa_method.h: - method has bool flag all_vars_local now
8973:
8974: 2008-05-29 misha
8975:
8976: * tests/: 129.html, results/129.processed: - more tests for
8977: ^table.hash[]
8978:
8979: * src/classes/hash.C: - ^hash::sql has a new option:
8980: $.type[hash|string|table] as ^table.hash[] one.
8981:
8982: * src/classes/op.C: - ^try has 3rd param now: finally code which
8983: executed anyway after try or catch section
8984:
8985: 2008-05-27 misha
8986:
8987: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
8988: must not fail if $.distinct(1) wasn't specified
8989:
8990: 2008-05-26 misha
8991:
8992: * src/classes/op.C: - allow ^throw[my type]
8993:
8994: 2008-05-22 misha
8995:
8996: * configure.in, configure: - version number updated to 3.2.4b
8997:
8998: * src/classes/: op.C, string.C: - trim format string before
8999: eval/format
9000:
9001: * tests/: results/175.processed, 175.html: - more tests for
9002: different format strings in .format[]
9003:
9004: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9005: as well (not only %XX)
9006:
9007: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9008: charset specified - checks for format before print number
9009: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9010: (instead of tabs) removed
9011:
9012: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9013: charset specified
9014:
9015: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9016: char in requested charset from utf code was added
9017:
9018: 2008-05-19 misha
9019:
9020: * tests/: 174.html, results/174.processed: - test for
9021: ^hashfile.cleanup[] added
9022:
9023: * src/classes/hashfile.C: - optimization: don't create any key or
9024: value variable if it's name weren't specified
9025: (^hf.foreach[;v]{...})
9026:
9027: 2008-05-16 misha
9028:
9029: * src/classes/hash.C: - optimization: don't create any key variable
9030: if variable name wasn't specified (^h.foreach[;v]{...})
9031:
9032: 2008-05-15 misha
9033:
9034: * src/classes/op.C: - small changes
9035:
9036: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9037:
9038: * src/classes/hash.C: - calculate var_context once before foreach
9039:
9040: 2008-05-14 misha
9041:
9042: * src/classes/hashfile.C: - incorrect vars context calculation for
9043: ^hashfile.foreach[;]{} fixed
9044:
9045: * src/classes/: hash.C, table.C: - little optimisation
9046:
9047: * src/classes/file.C: - bugfix: double absolute path while loading
9048: file
9049:
9050: * tests/: 174.html, results/174.processed: - tests for hashfile
9051: were added
9052:
9053: * buildall-with-xml: - moving to libxslt 1.1.24
9054:
9055: 2008-04-30 misha
9056:
9057: * src/classes/file.C: - stat file while loading (local only) so
9058: .adate, .mdate and .cdate available without additional ::stat
9059:
9060: 2008-04-28 misha
9061:
9062: * src/classes/file.C: - $.name and $.content-type available for
9063: stated file
9064:
9065: 2008-04-14 misha
9066:
9067: * src/targets/cgi/parser3.C: - new year in copyright %-)
9068:
9069: * src/include/pa_version.h: - new version number in head
9070:
9071: 2008-04-10 misha
9072:
9073: * tests/: 080.html, results/080.processed: - cut '0' from
9074: exponential part because of on diff OS it differ (20 or 020 for
9075: ex)
9076:
9077: * tests/: 119.html, results/119.processed: - check for encoding
9078: while creating xdoc
9079:
9080: 2008-04-09 misha
9081:
9082: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9083:
9084: * src/main/pa_common.C: - comment added
9085:
9086: * src/classes/date.C: - little refactoring
9087:
9088: 2008-04-07 misha
9089:
9090: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9091: style of ^table.save[]: prepare one big string and sabe it at
9092: once. it's safe on freebsd 4.x but use much more memory.
9093:
9094: * buildall-with-xml, buildall-without-xml: - option
9095: --disable-stringstream added (under comment. use it on freebsd
9096: 4.x)
9097:
9098: 2008-02-22 misha
9099:
9100: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9101: specified together in file::load[;http] - get back transcoding
9102: $.body[] in file::load[;http]
9103:
9104: 2008-02-21 misha
9105:
9106: * src/classes/date.C: - ^date.gmt-string[] was added
9107:
9108: * src/types/pa_value.C: - method for output date in RFC 822 format
9109: moved to pa_common.h
9110:
9111: * src/include/pa_common.h: - method for output date in RFC 822
9112: format moved here from pa_value.C
9113:
9114: * src/types/pa_vmail.C: - fixed core in sending mail with
9115: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9116:
9117: 2008-02-20 misha
9118:
9119: * src/main/pa_http.C: - transcode $.headers before escaping into
9120: specified charset while ^file::load[...;http://...] (L_URI
9121: instead of L_HTTP_HEADER) - $.cookies param available in
9122: ^file::load[;http://...] now (but we don't parse set-cookies from
9123: response yet) (cookies not transcoded as common $cookies)
9124:
9125: 2008-02-19 misha
9126:
9127: * src/main/pa_request.C: - rollback: we mustn't force taint
9128: $response:field values because in this case
9129: $response:locateion[http://...] don't works.
9130:
9131: 2008-02-15 misha
9132:
9133: * src/classes/op.C: - little refactoring
9134:
9135: * src/main/pa_http.C: - taint names of $.headers for load[;http
9136:
9137: * src/main/pa_request.C: - force taint values of $response:field
9138:
9139: 2008-02-14 misha
9140:
9141: * src/main/pa_request.C: - $response:field transcoded to
9142: $response:charset before escaping now
9143:
9144: * src/main/pa_http.C: - some outdated comments removed
9145:
9146: * src/classes/date.C: - lastdat -> last-day
9147:
9148: * src/classes/date.C: - ^date:lastday(year;month) and
9149: ^date.lastday[] were added - little code refactoring - comments
9150: changes
9151:
9152: * tests/: 159.html, results/159.processed: - test for number of
9153: days in February
9154:
9155: * src/types/pa_value.C: - fixes in code formatting
9156:
9157: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9158: and comments
9159:
9160: 2008-02-13 misha
9161:
9162: * src/main/pa_common.C: - bugfix for february at leap year
9163:
9164: 2008-01-28 misha
9165:
9166: * tests/: 160.html, results/160.processed: - more test for cache
9167: added
9168:
9169: * src/classes/op.C: - bugfix: cache body executed twice if contains
9170: unhandled exception
9171:
9172: 2008-01-25 misha
9173:
9174: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9175: bug when hashfile became inavailable after memory:compact)
9176:
9177: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9178:
9179: 2008-01-22 misha
9180:
9181: * src/classes/table.C: - little refactiring and exception texts
9182: changes in method ^table.hash[]
9183:
9184: * src/types/pa_vcookie.C: - link to cookie specification changed
9185:
9186: 2008-01-21 misha
9187:
9188: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9189: file::exec/cgi
9190:
9191: * src/classes/file.C: - bugfix: core while processing headers if
9192: executed cgi script don't return content
9193:
9194: 2008-01-18 misha
9195:
9196: * buildall-with-xml: - move to libxml2 version 2.6.31
9197:
9198: * src/include/pa_version.h, configure.in: - version number updated
9199: to '3.2.3b'
9200:
9201: 2007-12-28 misha
9202:
9203: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9204: hash.contains
9205:
9206: 2007-12-27 misha
9207:
9208: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9209: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9210: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9211: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9212: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9213: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9214: src/targets/cgi/parser3.vcproj,
9215: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9216: back to VS2003 because of Apache 1.3 module can't work if it was
9217: built in VS 2005. with cgi all file so VS2003 project files can
9218: be easy converted to the new format.
9219:
9220: 2007-12-04 misha
9221:
9222: * src/types/pa_vcode_frame.h: - changes in comment
9223:
9224: 2007-11-29 misha
9225:
9226: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9227: intercept strings any longer
9228:
9229: * tests/: 173.html, results/173.processed: - tests for
9230: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9231: but not in main code frame
9232:
9233: * tests/: 172.html, results/172.processed: - more tests for pass
9234: objects from code frames
9235:
9236: 2007-11-27 misha
9237:
9238: * tests/: 152.html, results/152.processed: - tests for converting
9239: strings 'true'/'false' to bool were added
9240:
9241: * tests/152.html: - added checks for converting strings
9242: 'true'/'false' to bool
9243:
9244: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9245: not only strings with numbers but with values 'true'/'false' as
9246: well
9247:
9248: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9249: for parser3.log increased
9250:
9251: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9252:
9253: * src/include/pa_common.h: - remove_crlf return cstring size now
9254:
9255: * src/include/pa_types.h: - constant with buffer size for
9256: parser3.log added
9257:
9258: 2007-11-16 misha
9259:
9260: * tests/cat.sh: - script for tests for file::exec/cgi
9261:
9262: * tests/171.html: - tests for file::exec/cgi
9263:
9264: * tests/results/171.processed: - tests results for file::exec/cgi
9265:
9266: 2007-11-15 misha
9267:
9268: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9269:
9270: * src/classes/file.C: - .body must be set before analyzing cgi
9271: headers
9272:
9273: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9274: only if exec/cgi return anything.
9275:
9276: 2007-11-14 misha
9277:
9278: * operators.txt: - info about new text|binary option for
9279: file::exec/cgi was added
9280:
9281: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9282: ^file:exec[[text|binary];script;...]
9283:
9284: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9285: classes/string.C, classes/table.C: - more text strings moved to
9286: the one place
9287:
9288: 2007-11-09 misha
9289:
9290: * src/types/pa_vrequest.C: - $request:argv must be taint
9291:
9292: * ChangeLog: - $request:argv [patch from Sumo]
9293:
9294: * operators.txt: - $request:argv
9295:
9296: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9297: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9298:
9299: 2007-10-25 misha
9300:
9301: * buildall-with-xml, buildall-without-xml: - options preparations
9302: for ./configure rewrited
9303:
9304: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9305: error occure in unhandled_exception finally fixed
9306:
9307: 2007-10-23 misha
9308:
9309: * tests/: 170.html, results/170.processed: - test for
9310: @method[][result]
9311:
9312: * operators.txt: - added info about node.prefix and
9313: node.namespaceURI
9314:
9315: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9316:
9317: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9318: added for node and attribute
9319:
9320: 2007-10-22 misha
9321:
9322: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9323:
9324: * src/main/pa_request.C: - added const content-transfer-encoding
9325:
9326: * src/include/pa_request.h: - added const content-transfer-encoding
9327: - ups. constants must be in lowercase (for search)
9328:
9329: * src/types/pa_vmail.C: - more constants used -
9330: content-transfer-encoding: 8bit added
9331:
9332: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9333:
9334: * src/include/pa_request.h: - more constants
9335:
9336: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9337: ommit anymore if $.content-disposition was specified - little
9338: refactoring
9339:
9340: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9341:
9342: 2007-10-17 misha
9343:
9344: * operators.txt: - info about
9345: table::create[nameless]{data}[>options<] was added
9346:
9347: * src/main/: compile.tab.C, compile.y: - if error occure while
9348: compile method don't put this method in methods table anymore.
9349: in other case the parser coredumped if @unhandled_exception
9350: method can't be compiled because of parser.compile error.
9351:
9352: * src/main/execute.C: - little code reformating
9353:
9354: * src/main/pa_request.C: - little code reformating - comment
9355: changed
9356:
9357: 2007-10-16 misha
9358:
9359: * tests/: 035.html, results/035.processed: - tests
9360: table::create[]{}[options] added
9361:
9362: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9363: options (only $.seperator[] yet)
9364:
9365: 2007-10-10 misha
9366:
9367: * src/classes/table.C: - some contstants moved to pa_common.h -
9368: some code changes
9369:
9370: 2007-10-02 misha
9371:
9372: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9373: then three time as much. but base64 encoding method still use
9374: less memory anyway.
9375:
9376: 2007-09-17 misha
9377:
9378: * operators.txt: - added info about $cookie:fields
9379:
9380: * src/types/pa_vcookie.C: - $cookie:fields available now
9381:
9382: * src/classes/hash.C: - some stuff for use with .for_each moved to
9383: common
9384:
9385: * src/include/pa_common.h: - some stuff for use with .for_each
9386: moved here
9387:
9388: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9389:
9390: 2007-09-14 misha
9391:
9392: * buildall-with-xml: - new xml libs again =)
9393:
9394: 2007-08-28 misha
9395:
9396: * operators.txt: - texts about ^table.columns[[column name]] and
9397: ^string.split[...][v][column name] were added
9398:
9399: * tests/: 168.html, 169.html, results/168.processed,
9400: results/169.processed: - tests for ^table.columns[[column name]]
9401: and ^string.split[...][v][column name] were added
9402:
9403: * src/classes/table.C: - new option ^table.columns[[column name]]
9404: was added
9405:
9406: * src/classes/string.C: - new option ^string.split[...;v;[column
9407: name]]
9408:
9409: * src/include/pa_exception.h: - error text message for
9410: ^hash._keys[], ^table.columns[] and ^string.split[]
9411:
9412: 2007-08-27 misha
9413:
9414: * src/main/untaint.C: - try to fix coredump on unix if print to
9415: body ^taint[sql][something] outside of connect
9416:
9417: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9418: outside of connect
9419:
9420: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9421: added (commented by default)
9422:
9423: 2007-08-20 misha
9424:
9425: * operators.txt: - comment about new method ^node.hasAttributes[]
9426: was added
9427:
9428: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9429: duplicated exception text strings were removed
9430:
9431: * src/include/pa_exception.h: - more exception text strings moved
9432: here
9433:
9434: * src/classes/table.C: - some duplicate exceptions' text strings
9435: removed
9436:
9437: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9438: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9439: removed
9440:
9441: * src/include/pa_exception.h: - some exception text strings movet
9442: to pa_exception
9443:
9444: * tests/: 149.html, results/149.processed: - test for
9445: ^xnode.hasAttributes[] was added - some code changes
9446:
9447: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9448: added
9449:
9450: 2007-08-17 misha
9451:
9452: * tests/: results/006.processed, results/059.processed, 006.html,
9453: 059.html: - more tests for match
9454:
9455: * tests/: 129.html, results/129.processed: - tests for
9456: ^table.hash[...][$.type[string|hash|table]] added
9457:
9458: * src/targets/cgi/parser3.C: - little syntax changes
9459:
9460: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9461: syntax changes
9462:
9463: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9464: messages in parser3.log switched off by default. If someone
9465: really still need it: use $SIGPIPE(1)
9466:
9467: 2007-08-08 misha
9468:
9469: * buildall-with-xml, buildall-without-xml: - remove libs source
9470: files by default since now
9471:
9472: 2007-08-07 misha
9473:
9474: * buildall-without-xml: - some option syntax changes
9475:
9476: * buildall-with-xml: - compile libxml2 without http support - some
9477: option syntax changes
9478:
9479: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9480:
9481: 2007-08-06 misha
9482:
9483: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9484:
9485: * tests/: 160.html, results/160.processed: - cache test was
9486: rewrited
9487:
9488: 2007-07-06 misha
9489:
9490: * tests/: 153.html, results/153.processed: - added test for
9491: ^math:sha1[string]
9492:
9493: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9494: transcoded
9495:
9496: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9497: were added
9498:
9499: 2007-06-28 misha
9500:
9501: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9502: some incorrect chars
9503:
9504: 2007-06-19 misha
9505:
9506: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9507: were moved on top because of gcc 4 had a problems during
9508: building.
9509:
9510: 2007-06-18 misha
9511:
9512: * tests/results/019.processed: - new image commited
9513:
9514: 2007-06-09 misha
9515:
9516: * src/classes/: op.C, table.C: - in while and table.select method
9517: as_expression used now
9518:
9519: * src/types/pa_vmethod_frame.h: - method as_expression was added
9520:
9521: 2007-06-08 misha
9522:
9523: * tests/: 166.html, results/166.processed: - test for
9524: ^match[...][n]
9525:
9526: * tests/: 165.html, results/165.processed: - tests for loops
9527:
9528: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9529: because of no speed/memory optimisation but some proglems with
9530: long cycles occure
9531:
9532: 2007-06-06 misha
9533:
9534: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9535: ^table.select(true) and ^table.select(1) didn't works because of
9536: awaiting junction-param only. fixed.
9537:
9538: 2007-05-24 misha
9539:
9540: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9541: with 0.5 secs interval
9542:
9543: * src/classes/op.C: - cache was rewrited. I hope it works with
9544: locking system now on unix
9545:
9546: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9547: system locks which wait till other threads release it but try get
9548: lock, if fail wait 1 sec and make 10 attempts.
9549:
9550: * src/include/pa_os.h: - consts for blocking locks + some comments
9551: were added
9552:
9553: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9554: opening files
9555:
9556: * src/classes/table.C: - changes in includes. if unclude <sstream>
9557: after our classes on unix it can't be build
9558:
9559: * src/types/pa_vhashfile.C: - not needed code removed
9560:
9561: 2007-05-23 misha
9562:
9563: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9564: include/pa_common.h: - cosmetic changes
9565:
9566: 2007-05-18 misha
9567:
9568: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9569: often. it's give some speed increasing
9570:
9571: * tests/results/160.processed: - returned time corrected
9572:
9573: * tests/160.html: - time increased because on unix 1 mean nothing
9574: :(
9575:
9576: * operators.txt: - added info about ^hash.contain[key]
9577:
9578: * src/classes/hash.C: - added ^hash.contain[key]
9579:
9580: * src/include/pa_hash.h: - added method for checking key exists in
9581: hash
9582:
9583: 2007-05-07 misha
9584:
9585: * src/include/pa_string.h: - was compilation error during build on
9586: freebsd4
9587:
9588: 2007-05-03 misha
9589:
9590: * src/classes/table.C: - option $.type[hash|string|table] was added
9591: for ^table.hash[]
9592:
9593: * src/classes/file.C: - comment removed
9594:
9595: 2007-04-26 misha
9596:
9597: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9598: real files doesn't opened in place anymore
9599:
9600: 2007-04-24 misha
9601:
9602: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9603:
9604: * src/include/pa_exception.h: "static" removed
9605:
9606: 2007-04-23 misha
9607:
9608: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9609:
9610: * src/classes/math.C: added: - ^math:ln(N) (the same as
9611: ^math:log(N)) - ^math:lg(N)
9612:
9613: * tests/: 097.html, results/097.processed: - charsets converstion
9614: during ^file::load[text;http://...] added
9615:
9616: * tests/: 164.html, results/164.processed: - check for set expires
9617: as a date
9618:
9619: * tests/: 164.html, results/164.processed: - test for hashfile
9620:
9621: * src/classes/hashfile.C: - little comment changes
9622:
9623: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9624: access
9625:
9626: * src/: classes/date.C, classes/double.C, classes/file.C,
9627: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9628: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9629: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9630: classes/xnode.h, include/pa_request.h, main/execute.C,
9631: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9632: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9633: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9634: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9635: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9636: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9637: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9638: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9639: "parser.runtime" strings were removed
9640:
9641: * src/classes/hashfile.C: - with .clear[] called files_delete()
9642: now.
9643:
9644: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9645:
9646: * src/include/pa_exception.h: - string constant with
9647: "parser.runtime" text was added
9648:
9649: 2007-04-20 misha
9650:
9651: * operators.txt: - some comments changing
9652:
9653: * operators.txt: - added info about .^hashfile.release[],
9654: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9655:
9656: * configure: =cheching for unsetenv
9657:
9658: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9659: ^hashfile.release[] were added
9660:
9661: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9662: ^string.match[][] understand new option now: return number of
9663: matches but not table wit results
9664:
9665: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9666: reopen now
9667:
9668: * src/classes/op.C: - bug. must be false
9669:
9670: * configure.in: - checking for unsetenv was added
9671:
9672: * src/types/pa_vform.C: - some comments
9673:
9674: 2007-04-18 misha
9675:
9676: * buildall-with-xml: moving to libxml2-2.6.28
9677:
9678: * buildall-with-xml, buildall-without-xml: added commented lines
9679: with --disable-safe-mode option
9680:
9681: * operators.txt: - info about $form:files
9682:
9683: 2007-04-17 misha
9684:
9685: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9686: $form:files was added
9687:
9688: * tests/: 163.html, results/163.processed: removing auto format
9689:
9690: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9691:
9692: 2007-04-16 misha
9693:
9694: * tests/: 163.html, results/163.processed: - test for .int[],
9695: floor, round, ceiling and .format[]
9696:
9697: * src/classes/file.C: - little optimization for getting args in
9698: exec/cgi
9699:
9700: 2007-04-13 misha
9701:
9702: * src/classes/file.C: - arguments for file::exec/cgi can be
9703: specified now as s table with one column
9704:
9705: 2007-03-27 misha
9706:
9707: * tests/: 162.html, results/162.processed: - test for
9708: ^table.select(^condition[$t])
9709:
9710: * tests/results/auto.p: - load windows-1251 charset for some tests
9711:
9712: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9713:
9714: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9715: 161_windows1251.txt: - added test for
9716: ^file::load[text;/local/file.txt;$.charset[...]]
9717:
9718: * tests/: results/013.processed, 013.html: - added test for
9719: checking $._default value while hash modifications
9720:
9721: * tests/: 160.html, results/160.processed: - add test for
9722: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9723:
9724: 2007-03-22 misha
9725:
9726: * src/include/pa_common.h: - "charset" string defined for
9727: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9728:
9729: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9730: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9731: added - not needed transcodes were removed from
9732: ^file::load[...;http://...]
9733:
9734: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9735: added
9736:
9737: * src/classes/date.C: - date.week was fixed
9738:
9739: * operators.txt: - added info about date.weekyear
9740:
9741: * tests/: 159.html, results/159.processed: - tests for date.week
9742: and date.weekyear added
9743:
9744: 2007-03-15 misha
9745:
9746: * src/classes/table.C: - enclose column numbers for nameless tables
9747: as well
9748:
9749: 2007-03-14 misha
9750:
9751: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9752:
9753: * src/classes/table.C: - table.save optimization: now required much
9754: less memory
9755:
9756: 2007-03-13 misha
9757:
9758: * tests/results/: 158.processed, 158.processes: - tests for
9759: table.save/table.load
9760:
9761: * tests/: 158.html, results/158.processes: - tests for
9762: table.save/table.load
9763:
9764: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9765:
9766: * buildall-with-xml: - pattern needed now for building
9767:
9768: * tests/results/097.processed: - added test results for xdoc::load
9769: & xdoc::load[http://...]
9770:
9771: * tests/097.html: - added test for xdoc::load
9772:
9773: 2007-03-12 misha
9774:
9775: * tests/: 107.html, results/107.processed: - added test for xpath
9776: '//man'
9777:
9778: 2007-03-01 misha
9779:
9780: * tests/: 097.html, results/097.processed: - added test for
9781: creating xdoc from file
9782:
9783: * tests/: results/157.processed, 157.html: - added test for
9784: file:move
9785:
9786: 2007-02-28 misha
9787:
9788: * src/classes/xdoc.C: - another attempt
9789:
9790: * src/classes/xdoc.C: - roll back last changes for a while
9791:
9792: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9793:
9794: * src/classes/file.C: - under lock we create non-exist dir anyway
9795:
9796: * tests/results/099.processed: - ever send content-disposition to
9797: client with file
9798:
9799: * tests/157.html: + test for file:copy
9800:
9801: 2007-02-26 misha
9802:
9803: * src/classes/file.C: - some similar strings moved to #define
9804: instead of to be copy/pasted many times
9805:
9806: * src/types/pa_vfile.h: - class name string ("file") moved to
9807: #define
9808:
9809: 2007-02-20 misha
9810:
9811: * configure.in: - added some strings for sqlite detection
9812:
9813: 2007-02-19 misha
9814:
9815: * operators.txt: - some comments changes
9816:
9817: * buildall-with-xml, buildall-without-xml: - some modifications
9818:
9819: 2007-02-17 misha
9820:
9821: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9822:
9823: * src/main/pa_request.C: - damn, i forgot to commit it while I
9824: change console behaviour
9825:
9826: 2007-02-12 misha
9827:
9828: * src/targets/cgi/parser3.C: - don't print headers if
9829: $console:line[data] was used during cgi execution.
9830:
9831: * src/types/pa_vconsole.h: - console class have bool flag now which
9832: marked as 'true' if class was used.
9833:
9834: * tests/: 152.html, results/152.processed: - more types was added
9835: to test 152
9836:
9837: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9838: adding 'bool' (^if($image){} caused exception)
9839:
9840: 2007-02-09 misha
9841:
9842: * tests/: 152.html, results/152.processed: - test alightly updated
9843:
9844: * tests/: 152.html, results/152.processed: - test rewrited
9845:
9846: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9847: bugfix. I broke xdoc & xnode in expression
9848:
9849: 2007-02-08 misha
9850:
9851: * tests/: 152.html, results/152.processed: - add test for checking
9852: 'def' for void, string, bool, int & double
9853:
9854: 2007-02-07 misha
9855:
9856: * operators.txt: - ^file:base64[filespec] was added
9857:
9858: * tests/results/153.processed: - result test for
9859: ^file:base64[filespec] was updated
9860:
9861: * tests/153.html: - test for ^file:base64[filespec] was added
9862:
9863: * src/types/pa_vconsole.h: - little optimization
9864:
9865: * src/classes/file.C: - ^file:base64[filespec]
9866:
9867: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9868:
9869: * src/include/pa_common.h: - declarations for
9870: ^file:base64[filespec]
9871:
9872: * src/types/pa_vcookie.C: - little optimization
9873:
9874: 2007-02-06 misha
9875:
9876: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9877: were temporary commented
9878:
9879: * src/types/pa_vbool.h: - bugfix
9880:
9881: * tests/156.html: - added test for bool cookie
9882:
9883: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9884:
9885: * tests/: 155.html, results/155.processed: - added test for check
9886: $.encloser[] option for table save/load
9887:
9888: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9889:
9890: 2007-02-05 misha
9891:
9892: * tests/results/152.processed: - newline at the end was missed
9893:
9894: * tests/results/141.processed: - math:md5 must be lowercased
9895:
9896: * src/targets/cgi/parser3.C: - 2007 in help ;)
9897:
9898: 2007-02-03 misha
9899:
9900: * tests/results/: 150.processed, 151.processed, 152.processed: -
9901: test for bool added and some content length fixes
9902:
9903: * tests/152.html: - test for bool added
9904:
9905: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9906:
9907: * operators.txt: - info bool class was added
9908:
1.116 moko 9909: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9910: classes/classes.vcproj, classes/double.C, classes/int.C,
9911: classes/string.C, classes/void.C, classes/xnode.C,
9912: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9913: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9914: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9915: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9916: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9917: types/types.vcproj: - bool class was added
9918:
9919: * src/main/pa_request.C: - fix
9920:
9921: 2007-01-18 misha
9922:
9923: * src/: main/pa_string.C, classes/string.C: - return table during
9924: ^string.match[][] even if no matched found.
9925:
9926: 2006-12-20 misha
9927:
9928: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9929: http://www.parser.ru/forum/?id=55598 ]
9930:
9931: 2006-12-19 misha
9932:
9933: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9934: details: http://www.parser.ru/forum/?id=52359
9935:
9936: * src/main/pa_request.C: - always set content-disposition for
9937: $response:body[hash here]. more details:
9938: http://www.parser.ru/forum/?id=52130
9939:
9940: 2006-12-07 misha
9941:
9942: * operators.txt: - added info about bool params in cookie set
9943:
9944: * src/types/pa_vcookie.C: - bool param in cookies available now
9945: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9946: ]
9947:
9948: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9949: was added
9950:
9951: 2006-12-02 misha
9952:
9953: * src/classes/file.C: - file_block_read used instead of native read
9954:
9955: * src/main/pa_common.C: - added file_block_read with read error
9956: detection - file_block_read used instead of native read
9957:
9958: * src/include/pa_common.h: - added file_block_read declaration
9959:
9960: 2006-12-01 misha
9961:
9962: * operators.txt: - info about $var.CLASS_NAME was added
9963:
9964: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9965: $var.CLASS_NAME added
9966:
9967: * operators.txt: - added info about ^file:copy[]
9968:
9969: * src/classes/file.C: - ^file:copy[from;fo] was added
9970:
9971: 2006-11-20 misha
9972:
9973: * src/classes/date.C: - bug fix :)
9974:
9975: 2006-11-17 misha
9976:
9977: * src/include/pa_common.h: - array in crc32 calculation was changed
9978: to static
9979:
9980: * src/main/pa_common.C: - little optimization in getMonthDays -
9981: small changes in crc32 calculation
9982:
9983: * src/classes/date.C: - not needed code was removed
9984:
9985: 2006-11-16 misha
9986:
9987: * src/types/pa_vmail.C: - fix missed brakes
9988:
9989: * src/types/pa_vmail.C: - mail:send now set content-type:
9990: multipart/related instead of multipart/mixed if file have
9991: $.content-id[]
9992:
9993: 2006-11-15 misha
9994:
9995: * src/types/pa_vdouble.h: abs -> fabs
9996:
9997: 2006-11-14 misha
9998:
9999: * operators.txt: - added info about ^file.md5[] and
10000: ^file:md5[file-name]
10001:
10002: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10003: added
10004:
10005: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10006: FILE_BUFFER_SIZE
10007:
10008: * src/classes/math.C: - hex_string was moved to pa_common.h
10009:
10010: * src/include/pa_common.h: - hex_string was moved from math.C -
10011: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10012:
10013: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10014: values was fixed
10015:
10016: 2006-11-13 misha
10017:
10018: * operators.txt: - added info about ^math:crc32[string],
10019: ^file:crc32[file-name] & ^file.crc32[]
10020:
10021: * src/classes/math.C: - added ^math:crc32[string]
10022:
10023: * src/classes/file.C: - some comments were changed - added
10024: ^file:crc32[file-name] and ^file.crc32[]
10025:
10026: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10027: crc32 calculation added
10028:
10029: 2006-11-03 misha
10030:
10031: * src/include/pa_array.h: - not needed variable removed
10032:
10033: * tests/: 150.html, 151.html, results/150.processed,
10034: results/151.processed: - 2 tests were added
10035:
10036: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10037: with $.reverse(1) were fixed
10038:
10039: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10040: query converted to $.charset during ^file::load[http://...]
10041:
10042: 2006-11-02 misha
10043:
10044: * src/include/pa_table.h: ups. forget '=' char
10045:
10046: * src/include/pa_table.h: - one more fix in
10047: .locate[...][$.reverse(1)]
10048:
10049: 2006-11-01 misha
10050:
10051: * src/classes/math.C: - bug fix, details:
10052: http://www.parser.ru/forum/?id=53360
10053:
10054: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10055: false for all records )[$.reverse(1)]
10056:
10057: * src/main/pa_http.C: - second param for this mid method is length
10058: but not end_index so this method has error and can't detect
10059: charsets in next content-types: Content-type: text/html;
10060: charset="windows-1251" Content-type: text/html;
10061: charset="windows-1251"; Content-type: text/html;
10062: charset=windows-1251;
10063:
10064: only Content-type: text/html; charset=windows-1251 was fine
10065:
10066: 2006-10-31 misha
10067:
10068: * src/classes/file.C: - empty args in file::exec removed now
10069:
10070: 2006-09-03 paf
10071:
10072: * src/classes/file.C: proper tainting of
10073: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10074:
10075: 2006-06-09 paf
10076:
10077: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10078:
10079: * src/classes/table.C: formatting
10080:
10081: * src/classes/table.C: incorporated patch from misha: Sent:
10082: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10083: ignoring string options for ^table.save[]
10084:
10085: * src/classes/hash.C: incorporated patch from misha Sent:
10086: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10087: $hash._default disappear while
10088:
10089: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10090: $.format[!uue|!base64] << new base64 option. default uue ] ]
10091:
10092: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10093: PM Subject: patch for base64 in ^mail:send[] %-)
10094:
10095: 2006-04-09 paf
10096:
10097: * src/main/compile.tab.C: ` change compiled
10098:
10099: * gnu.vcproj, operators.txt, parser3.sln,
10100: src/classes/classes.vcproj, src/classes/file.C,
10101: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10102: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10103: src/classes/xnode.C, src/include/pa_array.h,
10104: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10105: src/include/pa_memory.h, src/include/pa_request.h,
10106: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10107: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10108: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10109: src/lib/pcre/pcre_dftables.vcproj,
10110: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10111: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10112: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10113: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10114: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10115: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10116: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10117: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10118: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10119: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10120: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10121: src/types/pa_value.h, src/types/pa_vcookie.C,
10122: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10123: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10124: src/types/pa_vstatus.C, src/types/types.vcproj,
10125: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10126: ^menu, ^hash/hashfile.foreach
10127:
10128: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10129: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10130: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10131: src/classes/xnode.C, src/include/pa_array.h,
10132: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10133: src/include/pa_memory.h, src/include/pa_request.h,
10134: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10135: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10136: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10137: src/lib/pcre/pcre_dftables.vcproj,
10138: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10139: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10140: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10141: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10142: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10143: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10144: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10145: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10146: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10147: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10148: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10149: src/types/pa_value.h, src/types/pa_vcookie.C,
10150: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10151: src/types/pa_vstatus.C, src/types/types.vcproj,
10152: tests/descript.ion: ! switched to VS2005 (projects and
10153: object<info explicitly typed>.for_each(, info)) +
10154: $response:field[] setting void means removing + grammar $name`
10155: name stops now, for mysql `$field` + started ^break[]
10156: ^continue[], in ^for. TODO: to other iterators (while, menu,
10157: foreach) + all log messages += [uri=, method=, cl=]
10158:
10159: * buildall-with-xml: merged . ftp paths update
10160:
10161: * buildall-with-xml: . ftp paths update
10162:
10163: 2006-03-04 paf
10164:
10165: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10166: checks++ [thanks to Igor Zinkovsky for detailed report]
10167:
10168: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10169: Igor Zinkovsky for detailed report]
10170:
10171: 2006-03-01 paf
10172:
10173: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10174: \n to ' ' in
10175:
10176: 2006-02-18 paf
10177:
10178: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10179: \n to ' ' in
10180:
10181: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10182:
10183: 2006-02-03 paf
10184:
10185: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10186: base64
10187:
10188: * src/main/pa_common.C: ! bugfix: decoding from base64
10189:
10190: 2006-01-20 paf
10191:
10192: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10193: economy fix
10194:
10195: * src/classes/: table.C: merged from HEAD ! bugfix
10196: ^table.save[$.encloser-s now handled properly
10197:
10198: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10199: handled properly
10200:
10201: 2006-01-19 paf
10202:
10203: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10204: libgc:USE_MUNMAP activates merging of free memory blocks which
10205: helps a lot in our case: after transform we want
10206: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10207:
10208: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10209: economy fix
10210:
10211: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10212: activates merging of free memory blocks which helps a lot in our
10213: case: after transform we want CORD(main.result)->cstr[big
10214: malloc]->transcode[big malloc]
10215:
10216: 2006-01-17 paf
10217:
10218: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10219: before reading them. got rid of reallocs = became quicker and
10220: less fragmentated
10221:
10222: 2005-12-29 paf
10223:
1.116 moko 10224: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10225: configure, configure.in, src/include/pa_version.h,
10226: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10227: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10228: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10229: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10230: src/lib/ltdl/missing: . merged from 3.2.1
10231:
1.116 moko 10232: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10233: packaged when 'make dist', so do configure companion files in
10234: src/lib/ltdl
10235:
10236: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10237: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10238: missing: . now config_auto.h is created with configure [were
10239: constant]
1.95 moko 10240:
10241: * INSTALL: . references to documentation and some clarification
10242:
10243: * buildall-with-xml, buildall-without-xml: . farawell doc
10244: indication
10245:
1.116 moko 10246: * Makefile.am: . dist+=buildall*
1.95 moko 10247:
10248: 2005-12-28 paf
10249:
10250: * configure: . 3.2.1
10251:
10252: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10253: simplify build process, see INSTALL
10254:
10255: 2005-12-26 paf
10256:
10257: * configure: ver
10258:
10259: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10260: version
10261:
10262: 2005-12-21 paf
10263:
10264: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10265: compiled with bison 1.875b, it reports unexpected token names
10266:
10267: 2005-12-19 paf
10268:
10269: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10270: holds a link to xmlNode to prevent premature gc(xmlNode)
10271:
10272: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10273: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10274: src/main/main.vcproj, src/main/pa_globals.C,
10275: src/targets/cgi/parser3.vcproj,
10276: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10277: configure, configure.in, src/include/pa_version.h: . killing
10278: gdome [what a relief]
10279:
10280: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10281: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10282: run_parser.sh, results/001.processed, results/002.processed,
10283: results/003.processed, results/004.processed,
10284: results/005.processed, results/006.processed,
10285: results/008.processed, results/009.processed,
10286: results/010.processed, results/011.processed,
10287: results/012.processed, results/013.processed,
10288: results/014.processed, results/015.processed,
10289: results/016.processed, results/017.processed,
10290: results/018.processed, results/020.processed,
10291: results/021.processed, results/022.processed,
10292: results/023.processed, results/024.processed,
10293: results/025.processed, results/026.processed,
10294: results/027.processed, results/028.processed,
10295: results/029.processed, results/030.processed,
10296: results/031.processed, results/032.processed,
10297: results/033.processed, results/034.processed,
10298: results/035.processed, results/036.processed,
10299: results/037.processed, results/038.processed,
10300: results/039.processed, results/040.processed,
10301: results/041.processed, results/042.processed,
10302: results/043.processed, results/044.processed,
10303: results/045.processed, results/046.processed,
10304: results/047.processed, results/048.processed,
10305: results/049.processed, results/050.processed,
10306: results/051.processed, results/052.processed,
10307: results/053.processed, results/054.processed,
10308: results/055.processed, results/056.processed,
10309: results/057.processed, results/058.processed,
10310: results/059.processed, results/060.processed,
10311: results/061.processed, results/062.processed,
10312: results/063.processed, results/064.processed,
10313: results/065.processed, results/066.processed,
10314: results/067.processed, results/068.processed,
10315: results/069.processed, results/070.processed,
10316: results/071.processed, results/072.processed,
10317: results/073.processed, results/074.processed,
10318: results/075.processed, results/076.processed,
10319: results/077.processed, results/078.processed,
10320: results/079.processed, results/080.processed,
10321: results/081.processed, results/082.processed,
10322: results/083.processed, results/084.processed,
10323: results/085.processed, results/086.processed,
10324: results/087.processed, results/088.processed,
10325: results/089.processed, results/090.processed,
10326: results/091.processed, results/092.processed,
10327: results/093.processed, results/094.processed,
10328: results/095.processed, results/096.processed,
10329: results/097.processed, results/099.processed,
10330: results/100.processed, results/101.processed,
10331: results/102.processed, results/104.processed,
10332: results/105.processed, results/106.processed,
10333: results/107.processed, results/108.processed,
10334: results/109.processed, results/110.processed,
10335: results/111.processed, results/112.processed,
10336: results/113.processed, results/114.processed,
10337: results/115.processed, results/117.processed,
10338: results/119.processed, results/120.processed,
10339: results/121.processed, results/122.processed,
10340: results/123.processed, results/124.processed,
10341: results/125.processed, results/126.processed,
10342: results/127.processed, results/128.processed,
10343: results/129.processed, results/130.processed,
10344: results/131.processed, results/132.processed,
10345: results/133.processed, results/134.processed,
10346: results/135.processed, results/136.processed,
10347: results/138.processed, results/139.processed,
10348: results/140.processed, results/141.processed,
10349: results/142.processed, results/143.processed,
10350: results/144.processed, results/145.processed,
10351: results/146.processed, results/147.processed,
10352: results/148.processed, results/149.processed, results/auto.p: .
10353: now works if we turn off default auto.p
10354:
1.116 moko 10355: * configure: . makes
1.95 moko 10356:
10357: * src/types/pa_vxnode.C: . less warnings
10358:
10359: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10360: tests/145.html, tests/149.html, tests/descript.ion,
10361: tests/outputs/d.cmd, tests/results/142.processed,
10362: tests/results/143.processed, tests/results/144.processed,
10363: tests/results/145.processed, tests/results/146.processed,
10364: tests/results/147.processed, tests/results/148.processed,
10365: tests/results/149.processed: . removed .nodeValue from all node
10366: types other than 5 (grabbed piece from gdome)
10367:
10368: * tests/: 137.html, results/137.processed: . not handled this case
10369: yet. code does not hang from inserting parent into child,
10370: considering thing minor issue -- nodes are removed from source
10371: anyway, don't know why shold that be an error after all
10372:
10373: * src/targets/cgi/parser3.C: . style
10374:
10375: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10376: xdoc too [were barking "not element"]
10377:
10378: 2005-12-16 paf
10379:
10380: * tests/: 146.html, 147.html, 148.html: . more tests
10381:
10382: * src/classes/xnode.C: . also bark on possible errors
10383:
10384: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10385: props
10386:
10387: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10388: main/compile.y: merged from HEAD ! fixed overoptimized
10389: ^call(false) case. (confused it with ^call[] case)
10390:
10391: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10392: ^call(false) case. (confused it with ^call[] case)
10393:
10394: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10395:
10396: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10397: results/001.processed, results/002.processed,
10398: results/003.processed, results/004.processed,
10399: results/005.processed, results/006.processed,
10400: results/008.processed, results/009.processed,
10401: results/010.processed, results/011.processed,
10402: results/012.processed, results/013.processed,
10403: results/014.processed, results/015.processed,
10404: results/016.processed, results/017.processed,
10405: results/018.processed, results/019.processed,
10406: results/020.processed, results/021.processed,
10407: results/022.processed, results/023.processed,
10408: results/024.processed, results/025.processed,
10409: results/026.processed, results/027.processed,
10410: results/028.processed, results/029.processed,
10411: results/030.processed, results/031.processed,
10412: results/032.processed, results/033.processed,
10413: results/034.processed, results/035.processed,
10414: results/036.processed, results/037.processed,
10415: results/038.processed, results/039.processed,
10416: results/040.processed, results/041.processed,
10417: results/042.processed, results/043.processed,
10418: results/044.processed, results/045.processed,
10419: results/046.processed, results/047.processed,
10420: results/048.processed, results/049.processed,
10421: results/050.processed, results/051.processed,
10422: results/052.processed, results/053.processed,
10423: results/054.processed, results/055.processed,
10424: results/056.processed, results/057.processed,
10425: results/058.processed, results/059.processed,
10426: results/060.processed, results/061.processed,
10427: results/062.processed, results/063.processed,
10428: results/064.processed, results/065.processed,
10429: results/066.processed, results/067.processed,
10430: results/068.processed, results/069.processed,
10431: results/070.processed, results/071.processed,
10432: results/072.processed, results/073.processed,
10433: results/074.processed, results/075.processed,
10434: results/076.processed, results/077.processed,
10435: results/078.processed, results/079.processed,
10436: results/080.processed, results/081.processed,
10437: results/082.processed, results/083.processed,
10438: results/084.processed, results/085.processed,
10439: results/086.processed, results/087.processed,
10440: results/088.processed, results/089.processed,
10441: results/090.processed, results/091.processed,
10442: results/092.processed, results/093.processed,
10443: results/094.processed, results/095.processed,
10444: results/096.processed, results/097.processed,
10445: results/099.processed, results/101.processed,
10446: results/102.processed, results/104.processed,
10447: results/105.processed, results/106.processed,
10448: results/107.processed, results/108.processed,
10449: results/109.processed, results/110.processed,
10450: results/111.processed, results/112.processed,
10451: results/113.processed, results/114.processed,
10452: results/115.processed, results/116.processed,
10453: results/117.processed, results/118.processed,
10454: results/119.processed, results/120.processed,
10455: results/121.processed, results/122.processed,
10456: results/123.processed, results/124.processed,
10457: results/125.processed, results/126.processed,
10458: results/127.processed, results/128.processed,
10459: results/129.processed, results/130.processed,
10460: results/131.processed, results/132.processed,
10461: results/133.processed, results/134.processed,
10462: results/135.processed, results/136.processed,
10463: results/137.processed, results/138.processed,
10464: results/139.processed, results/140.processed,
10465: results/141.processed: . refreshed old tests, made them work
10466: without auto.p (in utf8) . things noted: . gif got encoded
10467: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10468: some strange year)
10469:
10470: * INSTALL: . revived linux libgc fix
10471:
10472: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10473: glib/gdome in INSTALL and patches]
10474:
10475: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10476: include/pa_charset.h, include/pa_config_includes.h,
10477: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10478: include/pa_xml_exception.h, lib/cord/Makefile.am,
10479: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10480: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10481: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10482: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10483: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10484: types/pa_vxnode.h: . started killing gdome
10485:
10486: 2005-12-13 paf
10487:
10488: * src/main/: pa_request.C: merged from HEAD ! when code in
10489: @unhandled_exception thrown another exception, print correct
10490: origin (earlier code in catch of exception inside of
10491: @unhandled_exception grabbed parent_frame(original_exception)
10492: origin and printed it, instead of true origin)
10493:
10494: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10495: another exception, print correct origin (earlier code in catch of
10496: exception inside of @unhandled_exception grabbed
10497: parent_frame(original_exception) origin and printed it, instead
10498: of true origin)
10499:
10500: 2005-12-09 paf
10501:
10502: * INSTALL: . updated INSTALL doc to work around linux stack base
10503: detection problem, due to change in gc6.4 code
10504:
10505: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10506: ignored in ^string.matched :(
10507:
10508: * src/main/pa_string.C: ! regex tainting were ignored in
10509: ^string.matched :(
10510:
10511: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10512: src/include/pa_config_fixed.h, src/include/pa_version.h,
10513: src/main/compile.y, src/main/compile_tools.h,
10514: src/main/pa_charset.C, src/main/pa_common.C,
10515: src/main/pa_globals.C, src/main/pa_string.C,
10516: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10517: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10518:
10519: 2005-12-08 paf
10520:
10521: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10522: 500 chars now handled OK [were wrapped on 500th char according to
10523: rfc, but sendmail failed to unwrap it properly]
10524:
10525: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10526: handled OK [were wrapped on 500th char according to rfc, but
10527: sendmail failed to unwrap it properly]
10528:
10529: * src/targets/isapi/parser3isapi.C: . less warnings
10530:
10531: * src/targets/isapi/parser3isapi.C: . undone some strange change
10532: since 3.1.5
10533:
10534: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10535: link fixes
10536:
10537: * src/: classes/date.C, include/pa_config_fixed.h,
10538: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10539: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10540: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10541:
10542: * src/include/pa_config_fixed.h: . removed outdated string origins
10543: [in current storage scheme there's no place for them. someday we
10544: can add third CORD to store origins and special version of parser
10545: which stores origins there [separate binary]]
10546:
10547: 2005-12-07 paf
10548:
10549: * src/targets/isapi/parser3isapi.C: . now links in release mode
10550:
10551: * src/include/pa_version.h: makefiles
10552:
10553: * src/include/pa_version.h: . not beta
10554:
10555: * configure, configure.in, src/include/pa_version.h: not beta
10556:
10557: 2005-12-06 paf
10558:
10559: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10560: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10561: decided to undo the change ^call[$void] passes void. now it will
10562: pass empty string again.
10563:
10564: * src/main/: compile.tab.C, compile.y: . version readded
10565:
10566: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10567: = ^switch[void] problem
10568:
10569: 2005-12-01 paf
10570:
10571: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10572: caused ^case[string] to be coerced to double since searching
10573: value were not string (it was vvoid)
10574:
10575: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10576: ^case[string] to be coerced to double since searching value were
10577: not string (it was vvoid)
10578:
10579: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10580: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10581:
10582: 2005-11-30 paf
10583:
10584: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10585: win32 must putenv("TZ="), on unix works only putenv("TZ")
10586:
10587: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10588: putenv("TZ="), on unix works only putenv("TZ")
10589:
10590: * INSTALL: . xml libs versions updated
10591:
10592: * src/main/pa_globals.C: //20051130 trying to remove this, author
10593: claims that fixed a lot there // 20040920 for now both
10594: workarounds needed. wait for new libxml/xsl versions
10595:
10596: 2005-11-28 paf
10597:
10598: * src/classes/table.C: merged from HEAD: ! nameless table has
10599: columns==0
10600:
10601: * src/classes/table.C: ! nameless table has columns==0
10602:
10603: * src/main/pa_http.C: merged from HEAD: ! status line check made
10604: earlier [was totally wrong]
10605:
10606: * src/main/pa_http.C: ! status line check made earlier [was totally
10607: wrong]
10608:
10609: 2005-11-25 paf
10610:
10611: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10612: undoing for now...
10613:
10614: * src/include/pa_version.h: -this reduces speed(table::load),
10615: strange. undoing
10616:
10617: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10618:
10619: * src/classes/op.C: + ^while(){}[SEPARATOR]
10620:
10621: * src/include/pa_array.h: + optimistics added: all arrays (table
10622: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10623: this speeds things up and saves memory a LOT! (not noticed
10624: negative effect on syntetic tests, future will tell...)
10625:
10626: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10627: changed gc_malloc implementation, which obscured profiling
10628:
10629: * src/classes/table.C: merged from HEAD: + optimized
10630: table::load/sql, now row ArrayString-s allocated with
10631: columns.count() elements and don't always grow from
10632: count=3[realloc,realloc]
10633:
10634: * src/classes/table.C: + optimized table::load/sql, now row
10635: ArrayString-s allocated with columns.count() elements and don't
10636: always grow from count=3[realloc,realloc]
10637:
10638: * src/classes/table.C: merged from HEAD: . ^table.save unused
10639: buffer after save
10640:
10641: * src/classes/table.C: . ^table.save unused buffer after save
10642:
10643: 2005-11-24 paf
10644:
10645: * configure.in: . merged glib2-config patch
10646:
10647: * configure.in: + trying to find glib2-config
10648:
10649: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10650: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10651: file/dir_readable to simple file/dir_exist, this would help in
10652: situations "class not found because .p file has bad rights" << in
10653: that case error would be explicit "access denied to 'this' file"
10654:
1.116 moko 10655: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10656:
10657: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10658: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10659: to simple file/dir_exist, this would help in situations "class
10660: not found because .p file has bad rights" << in that case error
10661: would be explicit "access denied to 'this' file"
10662:
10663: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10664: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10665: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10666: ^file::exec/cgi[script;$.charset[changed]
10667: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10668: encoded in $.charset charset
10669:
10670: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10671: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10672: encoded in $.charset charset
10673:
10674: * src/: include/Makefile.am, include/pa_common.h,
10675: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10676: main/pa_common.C, main/pa_http.C: . extracted http:// into
10677: separate file [preparation for
10678: ^file::cgi[script;$.form[$.field1[]
10679:
10680: 2005-11-22 paf
10681:
10682: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10683:
10684: * acinclude.m4, configure.in: . merged underquting fixes
10685:
1.116 moko 10686: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10687:
10688: * src/classes/op.C: . overmerged a little
10689:
10690: * src/main/compile.tab.C: Makefile
10691:
10692: * src/main/: pa_common.C: . less gcc warnings
10693:
10694: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10695: now reports original exception if we have no old cache
10696:
10697: * src/classes/op.C: + $exception.handled[cache] now reports
10698: original exception if we have no old cache
10699:
10700: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10701: from HEAD: + ^taint/untaint[regex] << escapes these:
10702: \^$.[]|()?*+{}
10703:
10704: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10705: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10706:
10707: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10708: getenv-ed variable, which does not work both on win32&unix.
10709: copied old TZ value now
10710:
10711: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10712: stored pointer to getenv-ed variable, which does not work both on
10713: win32&unix. copied old TZ value now
10714:
10715: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10716: getenv-ed variable, which does not work both on win32&unix.
10717: copied old TZ value now
10718:
10719: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10720: access to internal hash
10721:
10722: * src/types/pa_vresponse.C: + $response:headers access to internal
10723: hash
10724:
10725: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10726: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10727: isapi] this reduces number of "GC Warning: Repeated allocation of
10728: very large block" messages to only important onces
10729:
10730: * src/targets/isapi/parser3isapi.C: +
10731: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10732: isapi] this reduces number of "GC Warning: Repeated allocation of
10733: very large block" messages to only important onces
10734:
10735: * src/classes/string.C: merged from HEAD: + removed limitation on
10736: ^string/int/double:sql{}[$.default[({param style})] ]
10737:
10738: * src/classes/string.C: + removed limitation on
10739: ^string/int/double:sql{}[$.default[({param style})] ]
10740:
10741: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10742: with ?params or $.form option" limitation
10743:
10744: * src/main/pa_common.C: + removed "use either uri with ?params or
10745: $.form option" limitation
10746:
10747: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10748: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10749: ^file::base64[encoded] decode
10750:
10751: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10752: main/pa_common.C: + ^file.base64[] encode +
10753: ^file::base64[encoded] decode
10754:
10755: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10756: ^string:base64[encoded] decode
10757:
10758: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10759: ^string:base64[in] encode + ^string.base64[] decode
10760:
10761: 2005-11-21 paf
10762:
10763: * src/classes/file.C: + merged from HEAD:
10764: ^file::create[text;file.xml;^untaint[xml]{data}]
10765:
10766: * src/classes/file.C: +
10767: ^file::create[text;file.xml;^untaint[xml]{data}]
10768:
10769: * src/main/pa_request.C: ! merged: $response:body[file] now
10770: differes from :download, it does not return content-disposition
10771: at all now [previusely it returned valueless content-disposition]
10772:
10773: * src/main/pa_request.C: ! $response:body[file] now differes from
10774: :download, it does not return content-disposition at all now
10775: [previusely it returned valueless content-disposition]
10776:
10777: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10778: literals, reverted to just vvod, recreating empty array with each
10779: void_value token. that's absolutely needed, since that array
10780: grows
10781:
10782: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10783: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10784: types/pa_vmethod_frame.h: + merged: expression literals:
10785: true/false. ^format[$.indent(true)]
10786:
10787: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10788: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10789: types/pa_vmethod_frame.h: + expression literals: true/false.
10790: ^format[$.indent(true)]
10791:
10792: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10793: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10794: i386-pc-win32)"
10795:
10796: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10797: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10798: i386-pc-win32)"
10799:
10800: 2005-11-18 paf
10801:
10802: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10803: null}[$.default(123)] will now return default value
10804:
10805: * src/classes/op.C: + merged ^cache[] << returns current cache
10806: expiration time
10807:
10808: * src/classes/op.C: + ^cache[] << returns current cache expiration
10809: time
10810:
10811: * src/classes/table.C: ! merged ^table::create[not'nameless';
10812: failed << Exception.problem_source pointed to local var!
10813:
10814: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10815: Exception.problem_source pointed to local var!
10816:
10817: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10818: now loads VFile.ptr!=0, so such files can be saved now
10819:
10820: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10821: loads VFile.ptr!=0, so such files can be saved now
10822:
10823: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10824: only . and .. now removed from list [were removed all .*]
10825:
10826: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10827: .. now removed from list [were removed all .*]
10828:
10829: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10830: open error now checked, were not :( [stole that piece from apache
10831: 1.3 sources]
10832:
10833: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10834: checked, were not :( [stole that piece from apache 1.3 sources]
10835:
10836: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10837: untainting of @main result if returned by $result or
10838: $response:body
10839:
10840: * src/main/pa_request.C: ! ensured proper untainting of @main
10841: result if returned by $result or $response:body
10842:
10843: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10844: issue: now tries to guess content-length and allocates one big
10845: piece if possible [regretfully gc_realloc works as malloc+free,
10846: leaving lots of holes behind]
10847:
10848: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10849: fixed file load memory issue: now tries to guess content-length
10850: and allocates one big piece if possible [regretfully gc_realloc
10851: works as malloc+free, leaving lots of holes behind]
10852:
10853: 2005-11-16 paf
10854:
10855: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10856: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10857: table::save with enclosers now doubles them: "->"" !
10858: table::save/load do not remove elements from options hash
10859:
10860: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10861: [were overoptimized ^if(double_literal), compiler confused
10862: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10863:
10864: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10865: [were overoptimized ^if(double_literal), compiler confused
10866: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10867:
10868: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10869: main/pa_common.C: ! table::save with enclosers now doubles them:
10870: "->"" ! table::save/load do not remove elements from options hash
10871:
10872: 2005-11-03 paf
10873:
1.116 moko 10874: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10875: compilation, not all makefiles liked that
1.95 moko 10876:
10877: 2005-08-30 paf
10878:
10879: * src/classes/op.C: merge . speedup check of [DEFAULT]
10880:
10881: * src/classes/op.C: . speedup check of [DEFAULT]
10882:
10883: 2005-08-26 paf
10884:
10885: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10886:
10887: * src/: classes/date.C, types/pa_vdate.h: + date.week
10888:
10889: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10890: complains about bad!=nameless
10891:
10892: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10893: about bad!=nameless
10894:
10895: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10896: optional options were allowed to be empty. were checked
10897: if(is_string), changed to !defined||is_string to allow void
10898:
10899: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10900: classes/string.C, classes/table.C, classes/void.C: ! optional
10901: options were allowed to be empty. were checked if(is_string),
10902: changed to !defined||is_string to allow void
10903:
10904: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10905: as_junction where they needed as_int/double, so failed with
10906: recent "(const) now no junction" optimization
10907:
10908: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10909: merged ! many classes/* used as_junction where they needed
10910: as_int/double, so failed with recent "(const) now no junction"
10911: optimization
10912:
10913: * src/: classes/double.C, classes/int.C, classes/math.C,
10914: classes/op.C, classes/string.C, classes/table.C,
10915: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10916: used as_junction where they needed as_int/double, so failed with
10917: recent "(const) now no junction" optimization
10918:
10919: 2005-08-24 paf
10920:
10921: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10922: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10923: stripped it
10924:
10925: 2005-08-09 paf
10926:
10927: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10928: not cleared
10929:
10930: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10931: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10932: classes/hashfile.C, classes/image.C, classes/int.C,
10933: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10934: classes/response.C, classes/string.C, classes/table.C,
10935: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10936: include/pa_array.h, include/pa_cache_managers.h,
10937: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10938: include/pa_config_fixed.h, include/pa_config_includes.h,
10939: include/pa_dictionary.h, include/pa_dir.h,
10940: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10941: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10942: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10943: include/pa_request_charsets.h, include/pa_request_info.h,
10944: include/pa_sapi.h, include/pa_socks.h,
10945: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10946: include/pa_stack.h, include/pa_string.h,
10947: include/pa_stylesheet_connection.h,
10948: include/pa_stylesheet_manager.h, include/pa_table.h,
10949: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10950: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10951: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10952: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10953: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10954: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10955: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10956: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10957: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10958: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10959: main/pa_sql_driver_manager.C, main/pa_string.C,
10960: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10961: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10962: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10963: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10964: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10965: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10966: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10967: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10968: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10969: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10970: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10971: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10972: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10973: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10974: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10975: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10976: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10977: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10978: types/pa_vresponse.C, types/pa_vresponse.h,
10979: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10980: types/pa_vstateless_object.h, types/pa_vstatus.C,
10981: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10982: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10983: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10984: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10985: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10986:
10987: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10988: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10989: speedup consequent checks in vmethod_frame
10990:
10991: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10992: not cleared
10993:
10994: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10995: params: 50 max (were 10)
10996:
10997: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10998: params: 50 max (were 10)
10999:
11000: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11001: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11002: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11003: empty string) ! simplified (double) speedup consequent checks in
11004: vmethod_frame
11005:
11006: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11007: optimized constants in expressions vstring->vdouble + optimized
11008: ^call(vdouble), no junction creation, no calls later
11009:
11010: 2005-08-08 paf
11011:
11012: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11013: compile_tools.h: merged + optimized constants in expressions
11014: vstring->vdouble + optimized ^call(vdouble), no junction
11015: creation, no calls later
11016:
11017: * src/types/pa_vdouble.h: merged . double values without fractional
11018: part now default printed as %.0f instead of %g
11019:
11020: * src/types/pa_vdouble.h: . double values without fractional part
11021: now default printed as %.0f instead of %g
11022:
11023: * src/classes/hashfile.C: . merged ! second hashfile::open would
11024: cause an exception
11025:
11026: * src/classes/hashfile.C: ! second hashfile::open would cause an
11027: exception
11028:
11029: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11030: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11031: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11032: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11033: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11034: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11035: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11036: types/pa_vresponse.h, types/pa_vstateless_class.C,
11037: types/pa_vstateless_object.h, types/pa_vvoid.h,
11038: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11039: merged VJunction(new Junction) optimization from 3.1.4
11040:
11041: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11042: types/pa_vstateless_class.C: + optimized new VJunction(new
11043: Junction(params)) to new VJunction(params), thousands of mallocs
11044: removed
11045:
11046: 2005-08-05 paf
11047:
11048: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11049: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11050: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11051: creation, no calls later
11052:
11053: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11054: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11055: classes/hashfile.C, classes/image.C, classes/int.C,
11056: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11057: classes/response.C, classes/string.C, classes/table.C,
11058: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11059: include/pa_array.h, include/pa_cache_managers.h,
11060: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11061: include/pa_config_fixed.h, include/pa_config_includes.h,
11062: include/pa_dictionary.h, include/pa_dir.h,
11063: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11064: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11065: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11066: include/pa_request_charsets.h, include/pa_request_info.h,
11067: include/pa_sapi.h, include/pa_socks.h,
11068: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11069: include/pa_stack.h, include/pa_string.h,
11070: include/pa_stylesheet_connection.h,
11071: include/pa_stylesheet_manager.h, include/pa_table.h,
11072: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11073: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11074: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11075: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11076: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11077: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11078: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11079: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11080: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11081: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11082: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11083: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11084: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11085: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11086: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11087: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11088: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11089: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11090: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11091: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11092: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11093: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11094: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11095: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11096: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11097: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11098: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11099: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11100: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11101: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11102: types/pa_vstateless_object.h, types/pa_vstatus.C,
11103: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11104: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11105: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11106: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11107: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11108:
11109: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11110: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11111: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11112: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11113: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11114: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11115: optimized constants in expressions vstring->vdouble
11116:
11117: 2005-07-29 paf
11118:
11119: * src/types/pa_vclass.C: . shaped up error messages a bit
11120:
11121: * src/types/pa_vclass.C: + property getter can now be overridden
11122:
11123: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11124: bug fix: static parent fields were not replaced in case
11125: $derived:field[put] + property setter can now be overridden
11126:
11127: 2005-07-28 paf
11128:
11129: * configure, configure.in, src/classes/classes.h,
11130: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11131: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11132: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11133: src/classes/xnode.h, src/include/pa_hash.h,
11134: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11135: src/types/Makefile.am, src/types/pa_method.h,
11136: src/types/pa_value.h, src/types/pa_vclass.C,
11137: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11138: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11139: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11140: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11141: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11142: src/types/pa_vobject.C, src/types/pa_vobject.h,
11143: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11144: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11145: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11146: src/types/pa_vstateless_class.h,
1.95 moko 11147: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11148: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11149: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11150: dynamic_fields_join
11151:
11152: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11153: classes/xnode.C, include/pa_hash.h, main/execute.C,
11154: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11155: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11156: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11157: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11158: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11159: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11160: types/pa_vresponse.h, types/pa_vstateless_object.h,
11161: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11162: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11163: restored its checks in vobject.put_element->static fields |
11164: dynamic properties
11165:
11166: 2005-07-27 paf
11167:
11168: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11169: is some old code containing @set_name $name
11170:
11171: * src/types/pa_vobject.h: . fixed warning
11172:
11173: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11174: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11175:
11176: * src/: classes/xnode.C, include/pa_hash.h,
11177: types/pa_vstateless_class.C: ! new asserts were all false.
11178: regretfully reverted them all to checks
11179:
11180: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11181: classes/op.C, main/execute.C, types/pa_method.h,
11182: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11183: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11184: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11185: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11186: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11187: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11188: types/pa_vstateless_object.h, types/pa_vvoid.h,
11189: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11190: joined_dynamic_fields: removed unused param from put_method
11191: (returned to 3 params)
11192:
11193: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11194: joined_dynamic_fields: dynamic get/set works with overriding
11195: props [alpha2]
11196:
11197: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11198: works [alfa]
11199:
11200: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11201: classes/op.C, include/pa_hash.h, main/execute.C,
11202: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11203: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11204: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11205: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11206: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11207: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11208: types/pa_vresponse.h, types/pa_vstateless_class.C,
11209: types/pa_vstateless_object.h, types/pa_vvoid.h,
11210: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11211: joined_dynamic_fields: just compiled
11212:
11213: * src/: classes/date.C, classes/file.C, classes/hash.C,
11214: classes/hashfile.C, classes/image.C, classes/table.C,
11215: classes/xdoc.C, classes/xnode.h, main/execute.C,
11216: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11217: types/pa_vstateless_class.h: joined_dynamic_fields: started
11218:
11219: * src/types/pa_vobject.C: . object setters [only started, does not
11220: work yet]
11221:
11222: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11223: object setters [only started, does not work yet]
11224:
11225: 2005-07-26 paf
11226:
11227: * src/: include/pa_request.h, main/execute.C: . properties: set
11228: works [alpha2]. for classes. todo: for objects
11229:
11230: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11231: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11232: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11233: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11234: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11235: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11236: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11237: types/pa_vstateless_object.h, types/pa_vvoid.h,
11238: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11239: properties: set works [alpha1]
11240:
11241: 2005-07-25 paf
11242:
11243: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11244: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11245: properties: started, get works [alpha1, other approach]
11246:
11247: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11248: properties: started, get works [alpha2]
11249:
11250: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11251: pa_vstateless_class.h: . properties: started, get works [alpha]
11252:
11253: 2005-07-15 paf
11254:
11255: * src/: classes/classes.h, classes/op.C, main/execute.C,
11256: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11257: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11258: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11259: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11260: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11261: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11262: types/pa_vresponse.C, types/pa_vresponse.h,
11263: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11264: types/pa_vstateless_object.h, types/pa_vvoid.h,
11265: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11266: types/pa_wwrapper.h, types/types.vcproj: + started property
11267: [getters work but think of changing them too to precaching]
11268:
11269: 2005-07-08 paf
11270:
11271: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11272: gpf
11273:
11274: 2005-06-28 paf
11275:
11276: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11277: in passing empty strings to file::exec/cgi environment
11278:
11279: 2005-06-06 paf
11280:
11281: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11282: ^table:sql ^hash:sql now DO process $.bind option
11283:
11284: 2005-05-24 paf
11285:
11286: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11287: $.limit] now work again [support was broken in 3.1.4]
11288:
11289: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11290: ALL_INTERIOR_POINTERS
11291:
11292: 2005-05-12 paf
11293:
11294: * configure: 3.1.5beta
11295:
11296: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11297:
11298: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11299: $.limit] now work again [support was broken in 3.1.4]
11300:
11301: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11302: line-width [was refusing to fill if line-width >1, thanks to
11303: Seras <seras@pinxit.lt> for repro case
11304:
11305: 2005-04-25 paf
11306:
11307: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11308: correctly
11309:
11310: 2005-04-19 paf
11311:
11312: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11313: in VString violating invariant!!
11314:
11315: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11316: getenv("TZ")==null
11317:
11318: 2005-04-08 paf
11319:
11320: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11321: bugfix: when there is no char in charset one byte produces 6
11322: (ÿ <<max). increased buffer size!
11323:
11324: 2005-03-23 paf
11325:
11326: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11327: ^date.sql-string now takes TZ into account
11328:
11329: 2005-03-16 paf
11330:
11331: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11332: gcc 3.4
11333:
11334: * src/types/pa_vhash.C: . warning about eof eol
11335:
11336: 2005-02-17 paf
11337:
11338: * operators.txt, src/classes/op.C: + operator ^sleep(double
11339: seconds)
11340:
11341: 2005-02-02 paf
11342:
11343: * src/classes/xnode.C: beauty: removed needless includes
11344:
11345: 2005-01-31 paf
11346:
11347: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11348: $.partNoNumber now alias to $.part1
11349:
11350: * src/types/pa_vmail.C: change: incoming letter part contains
11351: "content-disposition" header with any value? now considering that
11352: part to be "file#" [for text/plain text/html were $.text#
11353: $.html#]
11354:
11355: * INSTALL: updatet to latest working versions available
11356:
11357: 2005-01-20 paf
11358:
11359: * configure.in, src/include/pa_version.h: version
11360:
11361: 2005-01-19 paf
11362:
1.116 moko 11363: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11364: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11365: couple warnings in parser3.C
1.95 moko 11366:
11367: 2004-12-23 paf
11368:
11369: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11370:
11371: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11372: dir to directory of script (when shbang used), not to directory
11373: of its interpreter
11374:
11375: * src/include/pa_version.h: compiled on win32...
11376:
11377: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11378: we need more hspace
11379:
11380: * configure, configure.in, src/include/pa_version.h: configured
11381: host to pa_version. will be displayed everywhere
11382:
11383: * src/main/pa_request.C: new: @unhandled_exception can prevent
11384: exception from being logged by setting $exception.handled(1)
11385:
11386: * operators.txt, src/classes/file.C: change:
11387: ^file::sql{query}[[options]] options: $.name[file name]
11388: $.content-type[application/what]
11389:
11390: * src/: include/pa_common.h, main/pa_common.C,
11391: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11392: new file
11393:
11394: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11395: bugfix: table->hash now regards _default
11396:
11397: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11398: created by accessing $name_of_method it acquired bad self=closest
11399: methodframe; instead of proper self (current class)
11400:
11401: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11402: hashfile produced bad cord
11403:
11404: 2004-12-10 paf
11405:
11406: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11407: subsequent failures though defined in .h
11408:
11409: * src/main/pa_common.C: comment on volatile
11410:
11411: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11412: alarm function were not used since the beginning due to stupid
11413: error [setsigjmp were not checked in configure.in]
11414:
11415: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11416: unix too
11417:
11418: * src/main/pa_common.C: http: exception status of send/recv errors
11419: change to most probable http.timeout
11420:
11421: * src/main/pa_common.C: win32: http connection $.timeout option now
11422: works [setsockopt on send/receive]
11423:
11424: 2004-12-08 paf
11425:
11426: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11427: cstr-ed knowing mail charset, and untainting uri lang now knows
11428: proper charset
11429:
11430: 2004-11-24 paf
11431:
11432: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11433:
11434: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11435: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11436:
11437: 2004-11-12 paf
11438:
11439: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11440: [since 3.0.4]
11441:
11442: 2004-11-09 paf
11443:
11444: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11445: writes basics to c:\parser3.log
11446:
11447: 2004-10-21 paf
11448:
11449: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11450: tainted strings [were returning clean onces]
11451:
11452: 2004-10-15 paf
11453:
11454: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11455: cycles(i=1; i=2), which was wrong, now does ONE
11456:
11457: 2004-10-12 paf
11458:
11459: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11460:
11461: 2004-10-07 paf
11462:
11463: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11464: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11465: release asserts
11466:
11467: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11468: String.dump() to stdout in detailed form [were String.v() in
11469: short form]
11470:
11471: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11472: \t\r\n as @#| and truncates long char sequences less
11473:
11474: 2004-10-06 paf
11475:
11476: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11477: win32 beauty: socket errors properly decoded
11478:
11479: 2004-10-05 paf
11480:
11481: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11482: request::configure_user/admin done always, even if no
11483: file-to-process useful in @unhandled_exception [say, if they
11484: would want to mail by SMTP something]
11485:
11486: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11487: now performed prior to file loading [and @auto executing] thus
11488: making $cookie:value available in @auto and in
11489: @unhandled_exception when IIS is configured to run interpreter
11490: even if no file exist
11491:
11492: 2004-09-20 paf
11493:
11494: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11495: somewhere where it should have called xmlMalloc and it calls
11496: xmlFree when it should have not called it. inserted two
11497: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11498: xmlFree just ignored. put away a testcase, maybe someday libxml
11499: author would fix all that. until that day: we have SLOW garbage
11500: collecting when many xml objects are alive hint: do
11501: ^memory:compact[] before xdoc::create
11502:
11503: 2004-09-17 paf
11504:
11505: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11506: error from 3.0.8 version]
11507:
11508: 2004-09-14 paf
11509:
11510: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11511: part bugfix: hashfile.foreach iterated only part if hashfile were
11512: modified inside
11513:
11514: 2004-09-13 paf
11515:
11516: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11517: [were as octal]
11518:
11519: * src/types/pa_vhashfile.C: beauty: not reproduced
11520: $hashfile.key[$novalue] bug [reported by motorin], inserted
11521: safety-check
11522:
11523: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11524: [not something obscure from sdbm lib]
11525:
11526: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11527: = strerror now returnes something and we can properly report that
11528: to client
11529:
11530: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11531: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11532:
11533: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11534: [tainted as-is] this helps //[space][newline] to remain as-is and
11535: not be unnecessary optimized away [ruining javascript]
11536:
11537: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11538: [tainted as-is]
11539:
11540: * src/classes/mail.C: bugfix: typo error
11541:
11542: 2004-09-09 paf
11543:
11544: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11545: separators bugfix: loads header with endings \r\n\r\n and \n\n
11546: (bloody yandex.server)
11547:
11548: 2004-09-06 paf
11549:
11550: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11551: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11552: encoded
11553:
11554: 2004-09-01 paf
11555:
11556: * src/types/pa_vmail.C: change: multipart/mixed changed to
11557: multipart/related outlook express have no problems showing
11558: unrelated attachments. todo: someday figure out a way of
11559: multipart/mixed multipart/related text/html
11560: image/xxx application/octet-stream << true attachments
11561:
11562: * src/types/pa_vmail.C: new:
11563: ^mail:send[$.file[$.content-disposition can be overriden new:
11564: empty mail header fields removed from letter
11565:
11566: * src/: classes/mail.C, include/pa_config_fixed.h,
11567: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11568: ^mail:send[ $.file[ $.any[header]
11569:
11570: 2004-08-30 paf
11571:
11572: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11573: warnings
11574:
11575: * src/main/pa_common.C: beauty: do not bother with charset
11576: detection when ^file::load[binary
11577:
11578: 2004-08-27 paf
11579:
11580: * src/main/pa_common.C: hack: for yandex.server http server
11581:
11582: 2004-08-18 paf
11583:
11584: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11585: possibly-chunked response
11586:
11587: 2004-08-17 paf
11588:
11589: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11590: $f.content-type now = that of http response
11591:
11592: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11593: $f.content-type now = that of http response
11594:
11595: 2004-07-30 paf
11596:
11597: * src/: include/pa_request.h, main/pa_request.C,
11598: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11599: win32: system&parser exceptions in release mode reported properly
11600: parser exception in exception handler WERE mistakenly reported as
11601: system exception, without details [in apache & isapi] +some
11602: beauty in exception text
11603:
11604: * src/: include/pa_exception.h, main/pa_request.C,
11605: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11606: release mode reported properly parser exception in exception
11607: handler WERE mistakenly reported as system exception, without
11608: details
11609:
11610: * src/main/execute.C: beauty: simplified system exception handling
11611:
11612: 2004-07-29 paf
11613:
11614: * src/classes/table.C: bugfix:
11615: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11616: were ignored, and \t used unconditionally]
11617:
11618: * src/types/Makefile.am: added vhash.c
11619:
11620: 2004-07-28 paf
11621:
11622: * src/: classes/date.C, classes/image.C, classes/math.C,
11623: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11624: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11625: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11626: failed on russian letters
11627:
11628: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11629: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11630: letters
11631:
11632: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11633: as 'currentDirectory' parameter to CreateProcess
11634:
11635: 2004-07-27 paf
11636:
11637: * src/targets/cgi/parser3.vcproj: beauty: win32:
11638: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11639: from release somewhere [to help searching for unhandled system
11640: exceptions]
11641:
11642: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11643: TZ shift
11644:
11645: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11646: but also in ctor
11647:
11648: 2004-07-26 paf
11649:
11650: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11651: src/main/pa_request.C, src/types/pa_vfile.h,
11652: src/types/pa_vhash.C, src/types/pa_vhash.h,
11653: src/types/types.vcproj: new: $response:body/download[
11654: $.file[name on disk] $.name[of file for user]
11655: $.mdate[date of last-modified. default from directory] ]
11656:
11657: * src/classes/file.C: moving file:send somewhere else..
11658:
11659: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11660: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11661: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11662: $response:download[ $.filename[filename] $.option[] ,, ]
11663:
11664: * src/classes/file.C: beauty: invalid mode thoroughly reported
11665:
11666: 2004-07-21 paf
11667:
11668: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11669: to several lines
11670:
11671: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11672:
11673: note: ms outlook[!express] shows only first 255 characters of
11674: subject
11675:
11676: 2004-07-15 paf
11677:
11678: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11679: off]
11680:
11681: 2004-07-14 paf
11682:
11683: * src/classes/table.C: bugfix: $.bind values now got untainted
11684: according to lang [were: as-is]
11685:
11686: 2004-07-07 paf
11687:
11688: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11689: checked that
11690:
11691: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11692: now untainted according to their languages. were: as-is.
11693: EVERYWHERE
11694:
11695: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11696: environment string now untainted according to their languages.
11697: were: as-is. EVERYWHERE
11698:
11699: * src/main/pa_exec.C: bufix: on unix environment string now
11700: untainted according to their languages. were: as-is. on win32:
11701: ok
11702:
11703: * parser3.vssscc: ...would not go unnoticed
11704:
11705: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11706: fails. in case on input appears nonutf, those bytes will be
11707: printed in %HH form. that can be easily decoded/recovered.
11708:
11709: this form is quite noticable, and hopefully would not go noticed
11710:
11711: 2004-07-06 paf
11712:
11713: * src/main/pa_exec.C: bufix: on unix environment string now
11714: untainted according to their languages. were: as-is. on win32:
11715: ok
11716:
11717: 2004-07-01 paf
11718:
11719: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11720: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11721: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11722: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11723: main/main.vcproj, targets/cgi/parser3.vcproj,
11724: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11725: option: global optimization ON
11726:
11727: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11728: to do xdoc::create{invalid chars} standard disables chars less
11729: then \x20, except tab, cr, lf.
11730:
11731: changed tainting so that those become '!'
11732:
11733: 2004-06-25 paf
11734:
11735: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11736: int on odd address [prev bugfix failed due to superwize
11737: optimizer, which turned memcpy into same 'ld' asm command]
11738:
11739: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11740: int on odd address
11741:
11742: 2004-06-22 paf
11743:
11744: * src/sql/pa_sql_driver.h: note: about possible optimization
11745:
11746: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11747: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11748: src/include/pa_config_includes.h: new: ^void:sql{call
11749: paf(:a)}[ $.bind[ $.a[2]
11750: ] ] output variables work. todo: check in out
11751: variables
11752:
11753: 2004-06-18 paf
11754:
11755: * src/: classes/file.C, classes/hash.C, classes/string.C,
11756: classes/table.C, classes/void.C, include/pa_globals.h,
11757: include/pa_sql_connection.h, main/compile.tab.C,
11758: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11759: $.bind[ $.a[2] ]
11760: ] input variables work. todo:output
11761:
11762: * src/targets/cgi/parser3.C: bugfix: iis specific
11763: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11764: /_bug.html?404;http://hpsv/test/
11765: --------------------------------------------------------------------------------
11766: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11767: --------------------------------------------------------------------------------
11768: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11769:
11770: 2004-06-16 paf
11771:
11772: * src/targets/cgi/parser3.C: new: iis specific
11773: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11774: $request:query
11775: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11776: $form:fields IIS-STATUS="404"
11777: IIS-DOCUMENT="http://server/_bug.html" f="v"
11778:
11779: todo: isapi too
11780:
11781: 2004-05-26 paf
11782:
11783: * src/include/pa_version.h: 3.1.3
11784:
11785: * operators.txt: beauty: removed outdated level 'table'
11786:
11787: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11788:
11789: * src/main/pa_string.C: beauty: removed 3 warnings
11790:
11791: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11792: classes/op.C: beauty: removed outdated level 'table'
11793:
11794: 2004-05-25 paf
11795:
11796: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11797: implementation. mistery: how anything worked
11798:
11799: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11800: changed, it is now safe to use url if pointers to it are stored
11801: to gc mem
11802:
11803: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11804: unknown errors reported and not cause SIGSEGV now
11805:
11806: 2004-05-24 paf
11807:
11808: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11809: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11810: less memory: CORD_chars_block originally intended to ... it was
11811: good that CORD_chars_block were not used: it consumes more memory
11812: [and, might be slow too] undoing that. [and removed that func so
11813: that it would not confuse parser developer in future]
11814:
11815: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11816: less memory: CORD_chars_block originally intended to
11817: speedup/reduce mem usage were forgotten, and were used stupid
11818: CORD_chars
11819:
11820: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11821:
11822: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11823: BIGENDIAN processors space-conserving mech failed, causing
11824: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11825: (1|2|3));
11826:
11827: 2004-05-14 paf
11828:
11829: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11830: bugfix: void now has vfile value, and $response:body[] works OK
11831:
11832: 2004-05-12 paf
11833:
11834: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11835: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11836: sources to use is_defined() {return as_bool();} along VBool
11837:
11838: 2004-05-11 paf
11839:
11840: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11841: referencing to local objects
11842:
11843: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11844: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11845: left intact
11846:
11847: 2004-04-15 paf
11848:
11849: * src/classes/date.C: merged: beauty: unused var removed
11850:
11851: * src/classes/date.C: beauty: unused var removed
11852:
11853: * src/include/: pa_exec.h: bugfix: interface without pointer
11854: provoked bug
11855:
11856: 2004-04-09 paf
11857:
11858: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11859:
11860: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11861:
11862: 2004-04-08 paf
11863:
11864: * src/classes/date.C: new: ^date::create[y-m-d
11865: h-M-s>>.milliseconds<<] now allowed, ignored so far
11866:
11867: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11868:
11869: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11870: to consult default catalog [usually, that file belongs to other
11871: user/group]
11872:
11873: 2004-04-06 paf
11874:
11875: * src/main/pa_common.C: beauty: gcc warning removed
11876:
11877: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11878: accept that trick, trying other
11879:
11880: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11881: explicit result problem
11882:
11883: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11884: explicit result problem
11885:
11886: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11887: explicit result problem
11888:
11889: * operators.txt, src/classes/string.C: new: ^string.append[string]
11890:
11891: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11892: main/execute.C: attempt_check_call_in_explicit_result_mode:
11893: failed
11894:
11895: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11896: http://i.p.a.ddress gethostbyaddr added [on some platforms
11897: gethostbyname failed with such 'domains'] now checked properly,
11898: were: needless reverse/forward dns lookup
11899:
11900: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11901: http://i.p.a.ddress gethostbyaddr added [on some platforms
11902: gethostbyname failed with such 'domains'] now checked properly,
11903: were: needless reverse/forward dns lookup
11904:
11905: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11906: @method[][result] means "no string output here" moved to lexical
11907: level [on grammar level it were too difficult]
11908:
11909: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11910: src/main/compile.y, src/main/compile_tools.h,
11911: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11912: @method[][result] means "no string output here", implemented part
11913: of that idea: compiler throws away string literal generation
11914: code. and barks nonwhitespace chars
11915:
11916: * operators.txt: truth: removed comment about $ORIGIN
11917:
11918: 2004-04-05 paf
11919:
11920: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11921: src/include/pa_version.h, src/main/pa_common.C,
11922: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11923:
11924: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11925: Konstantin Tomashevitch [mailto:konst@design.ru]
11926:
11927: * src/doc/html2chm.cmd: beauty: no need in bg here
11928:
11929: * src/doc/sources2html.cmd: beauty: same window, in bg it
11930: interfered with FAR console
11931:
11932: * configure, configure.in: 3.1.3
11933:
11934: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11935:
11936: * src/main/pa_common.C: removed warning
11937:
11938: * src/include/pa_version.h: 3.1.3
11939:
11940: 2004-04-02 paf
11941:
11942: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11943:
11944: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11945: allows to specify where to put parser log file
11946:
11947: 2004-04-01 paf
11948:
11949: * src/classes/table.C: bugfix: bugfix: table::load last line
11950: without tab and enter were ignored
11951:
11952: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11953: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11954: main/pa_socks.C, targets/cgi/parser3.C,
11955: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11956: bugfix: sql connections now are disconnected
11957:
11958: 2004-03-30 paf
11959:
11960: * src/classes/table.C: bugfix: table::load last line without tab
11961: and enter were ignored
11962:
11963: * src/classes/table.C: bufix: if last table lines were commented,
11964: gpfed
11965:
11966: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11967: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11968: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11969: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11970: doc/methoded.dox, doc/object.dox, doc/string.dox,
11971: doc/targets.dox, doc/value.dox, include/pa_version.h,
11972: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11973: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11974: bugfixes from 3.1.2, changed version to 3.1.3beta
11975:
11976: 2004-03-29 paf
11977:
11978: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11979: causes gpf
11980:
11981: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11982: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11983: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11984: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11985: value.dox: translated to english
11986:
11987: 2004-03-25 paf
11988:
11989: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11990: parser3project dependency removed
11991:
11992: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11993: bugfix: refused to compile without xml
11994:
11995: * src/types/pa_vform.C: beauty: removed warning
11996:
11997: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11998: any folder [removed last ;) folder dependency]
11999:
12000: * src/classes/classes.vcproj: bugfix: now all compiles in any
12001: folder [removed last ;) folder dependency]
12002:
12003: * src/include/pa_version.h: release
12004:
12005: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12006:
12007: * src/classes/table.C: beauty: comment& more meaningful error
12008: message
12009:
12010: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12011: $.hash[$.column_value1(true) ... ] [were producing some strang
12012: thing]
12013:
12014: 2004-03-23 paf
12015:
12016: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12017: and http status line parsing checked number of columns in table
12018: [user reported an assert]
12019:
12020: * operators.txt: example: on hashfile
12021:
12022: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12023: bugfix: junction reattach now actually reattaches a junction to
12024: new wcontext [were only assigning it to junction, which caused
12025: junction tracking to loose junction, and it's context were not
12026: killed, and it tried to process in invalid context, gpf]
12027:
12028: * src/targets/cgi/parser3.C: debug helper added
12029:
12030: 2004-03-19 paf
12031:
12032: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12033: "type(type)" in braces
12034:
12035: 2004-03-10 paf
12036:
12037: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12038: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12039: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12040: solution to search-in-namespaces problem:
12041: $xdoc.search-namespaces.x[http://pif.design.ru/]
12042: $nodes[^xdoc.select[//x:second]]
12043:
12044: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12045: expression][[NAMESPACES HASH]] allows to search for info in
12046: namespaces
12047:
12048: $nodes[^xdoc.select[//x:second][
12049: $.x[http://pif.design.ru/] ]]
12050:
12051: 2004-03-09 paf
12052:
12053: * operators.txt, src/main/pa_common.C: new:
12054: ^file::load[...][options] $.form[
12055: !$.field1[string]
12056: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12057: ] !$.body[string]
12058:
12059: GET ?here notGET(POST, HEAD, others) in content-type:
12060: application/x-www-form-urlencoded
12061:
12062: todo: upload files ability
12063:
12064: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12065: properly, done
12066:
12067: 2004-03-05 paf
12068:
12069: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12070: GET/POST $.form[$.fields started, not tested yet
12071: todo:$.field[table] for multiple values
12072:
12073: * operators.txt: new: http:// options $.user $.password basic
12074: authorization
12075:
12076: * src/main/pa_common.C: beauty: link to rtf added
12077:
12078: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12079: new: http:// options $.user $.password basic authorization
12080:
12081: * src/main/pa_common.C: beauty: removed needless vars
12082:
12083: * operators.txt: new: pgsql option [like that recently added to
12084: oracle driver] ClientCharset=parser-charset <<
12085: charset in which parser thinks client works
12086:
12087: * operators.txt: new: odbc option [like that recently added to
12088: oracle driver] ClientCharset=parser-charset <<
12089: charset in which parser thinks client works
12090:
12091: * src/sql/pa_sql_driver.h: beauty: important warning added
12092:
12093: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12094: char!
12095:
12096: * etc/parser3.charsets/windows-1251.cfg: typo
12097:
12098: 2004-03-04 paf
12099:
12100: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12101: cached, sql transcoding now goes faster
12102:
12103: * operators.txt: new: mysql option [like that recently added to
12104: oracle driver] ClientCharset=parser-charset <<
12105: charset in which parser thinks client works
12106:
12107: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12108: typo error
12109:
12110: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12111: chars commented
12112:
12113: 2004-03-03 paf
12114:
12115: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12116: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12117:
12118: 2004-03-02 paf
12119:
12120: * operators.txt: new[update typo]: !^void.left(n)
12121: nothing !^void.right(n) nothing !^void.mid(p[;n])
12122: nothing
12123:
12124: * operators.txt, src/classes/void.C: new: !^void.left(n)
12125: nothing !^void.right(n) nothing !^void.pos(p[;n])
12126: nothing
12127:
12128: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12129: ^file::sql[[name_to_become_$.name]]{} query result must be one
12130: row with columns: first: data second: file name third:
12131: content-type
12132:
12133: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12134: ^connect gets properly escaped string, which can be passed to
12135: request now this for mysql only. it's up to parser sql driver to
12136: fix zeros properly
12137:
12138: * INSTALL: note: added on building apache with this option:
12139: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12140:
12141: 2004-03-01 paf
12142:
12143: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12144: extension memory:compact befor processingrequest
12145:
12146: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12147: call sole column of result
12148:
12149: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12150: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12151: pixel color
12152:
12153: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12154: beauty: image -- less checks [were ugly impl]
12155:
12156: * src/classes/string.C: bugfix: ^string.left/right/mid with
12157: negative values now considered bad
12158:
12159: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12160:
12161: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12162: options now have unified defaults [after transform
12163: indent/omit-xml-declaration/standalone 'default' erroreously
12164: meant 'true']
12165:
12166: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12167: added [on some platforms gethostbyname failed with such
12168: 'domains']
12169:
12170: * src/include/pa_config_auto.h.in: no select check, no define
12171:
12172: * src/classes/string.C: feature: ^string.trim both parameters may
12173: be empty-strings, meaning kind=both chars=whitespaces
12174:
12175: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12176: exist
12177:
12178: * src/classes/string.C: check: trim 'chars' must not be empty,
12179: exception if it is
12180:
12181: * src/classes/string.C: changed: ^string.trim [] << both,
12182: whitespaces [start|both|end] << kind, whitespaces
12183: [start|both|end;chars] full
12184:
12185: 2004-02-27 paf
12186:
12187: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12188: method: ^string.trim[start|both|end[;chars]] default
12189: 'chars' -- whitespace chars finished
12190:
12191: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12192: src/main/pa_string.C: new method:
12193: ^string.trim[start|both|end[;chars]] default 'chars' --
12194: whitespace chars started, only start works
12195:
12196: * src/main/compile.C: bugfix: line numbers after
12197: ^process{}[$.line(-10]] can be negative, allowed to print they as
12198: signed
12199:
12200: * src/main/untaint.C: speed: there's no \n chars in output
12201: [normally], so no need to optimize them they could be retrived
12202: from databases, though. but 1. should be replaced 2. if not
12203: optimized, no harm done
12204:
12205: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12206: ^file::exec/cgi could return invalid status & zombie child can
12207: remain for short period until process exists [very bad in
12208: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12209:
12210: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12211: malicious SMTP server to attack as by returning too long status
12212: responses http://i2/tasks/edit/?id=4629448401140924947
12213:
12214: 2004-02-26 paf
12215:
12216: * operators.txt: feature: ^process...{CODE}[now has options] which
12217: are $.main[to what to rename @main] $.file[file,
12218: from which (user says) goes that CODE] $.lineno(line
12219: number in that file, where CODE starts. may be negative)
12220:
12221: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12222: src/main/compile.C, src/main/compile_tools.h,
12223: src/main/pa_request.C: feature: ^process...{CODE}[now has
12224: options] which are $.main[to what to rename @main]
12225: $.file[file, from which (user says) goes that CODE]
12226: $.lineno(line number in that file, where CODE starts. may be
12227: negative)
12228:
12229: 2004-02-25 paf
12230:
1.116 moko 12231: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12232: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12233:
12234: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12235: produces hash of column=>1
12236:
12237: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12238: with incomplete errno constants set
12239:
12240: 2004-02-24 paf
12241:
12242: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12243: "man select"
12244:
12245: * src/main/pa_os.C: beauty: <0 better then ==-1
12246:
12247: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12248:
12249: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12250:
1.116 moko 12251: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12252:
12253: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12254: unix: steps to work on unix [extracted 'to']
12255:
12256: * src/classes/mail.C: smtp on unix: steps to work on unix
12257:
12258: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12259:
1.116 moko 12260: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12261: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12262: unix [testing on solaris]
1.95 moko 12263:
12264: 2004-02-20 paf
12265:
12266: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12267: pointing that out
12268:
12269: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12270: fixed again [same solution, mistanenly removed one line]
12271:
12272: 2004-02-19 paf
12273:
12274: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12275: date::create from bad datetime in spring daylightsaving hole now
12276: OK for all platforms [on some platforms it failed]
12277:
12278: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12279: in daylightsaving hole] now throws error
12280:
12281: * src/classes/date.C: comment: mistake fixed
12282:
12283: 2004-02-18 paf
12284:
12285: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12286: now renderes in $request:charset, but in header puts
12287: $response:charset todo: make that default only so that coder
12288: could override that
12289:
12290: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12291: turns off omit-xml-declaration
12292:
12293: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12294: /.xsl for sample
12295:
12296: 2004-02-17 paf
12297:
12298: * src/classes/xdoc.C: beauty: needless helper class removed
12299:
12300: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12301: copied extra time
12302:
12303: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12304: part of libxml
12305:
12306: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12307: libxml to do the work] <xsl:output method="html"
12308: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12309: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12310: />
12311:
12312: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12313:
12314: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12315: caused assertion
12316:
12317: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12318: could hang. now such add does nothing, sub clears $hash
12319:
12320: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12321: not made quoted-printable
12322:
12323: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12324: string invariant
12325:
12326: 2004-02-16 paf
12327:
12328: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12329: cleared [were not cleared properly]
12330:
12331: 2004-02-13 paf
12332:
1.116 moko 12333: * src/include/pa_version.h: prerelease
1.95 moko 12334:
12335: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12336: used, introducing dependencies timestamp check
12337:
12338: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12339: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12340: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12341: .xsl.stamp now not used, introducing dependencies timestamp check
12342:
1.150 moko 12343: * configure.in: auto.p: @conf made relative
1.95 moko 12344:
12345: 2004-02-12 paf
12346:
12347: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12348: ruined empty <input type=file> submits. parser thought there were
12349: nameless empty file and $form:field got value of type 'file'
12350:
12351: * INSTALL: --without-threads
12352:
12353: * src/include/pa_sapi.h: 2004
12354:
12355: 2004-02-11 paf
12356:
12357: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12358: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12359: classes/hashfile.C, classes/image.C, classes/int.C,
12360: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12361: classes/response.C, classes/string.C, classes/table.C,
12362: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12363: include/pa_array.h, include/pa_cache_managers.h,
12364: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12365: include/pa_config_fixed.h, include/pa_config_includes.h,
12366: include/pa_dictionary.h, include/pa_dir.h,
12367: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12368: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12369: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12370: include/pa_request_charsets.h, include/pa_request_info.h,
12371: include/pa_socks.h, include/pa_sql_connection.h,
12372: include/pa_sql_driver_manager.h, include/pa_stack.h,
12373: include/pa_string.h, include/pa_stylesheet_connection.h,
12374: include/pa_stylesheet_manager.h, include/pa_table.h,
12375: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12376: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12377: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12378: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12379: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12380: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12381: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12382: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12383: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12384: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12385: main/pa_sql_driver_manager.C, main/pa_string.C,
12386: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12387: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12388: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12389: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12390: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12391: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12392: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12393: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12394: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12395: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12396: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12397: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12398: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12399: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12400: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12401: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12402: types/pa_vresponse.h, types/pa_vstateless_class.C,
12403: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12404: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12405: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12406: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12407: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12408: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12409:
12410: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12411: debug version of gc.dll
12412:
12413: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12414: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12415: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12416: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12417: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12418: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12419: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12420: processes
12421:
12422: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12423: main/pa_globals.C, targets/cgi/parser3.vcproj,
12424: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12425: changes to reflect libxml xsl new folders
12426:
12427: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12428: lib/smtp/smtp.vcproj, main/main.vcproj,
12429: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12430: to reflect libxml xsl new folders
12431:
12432: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12433: lib/smtp/smtp.vcproj, main/main.vcproj,
12434: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12435: types/types.vcproj: started changes to reflect libxml xsl new
12436: folders
12437:
12438: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12439: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12440: src/main/compile.tab.C, src/main/main.vcproj,
12441: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12442: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12443: started changes to reflect libxml xsl new folders
12444:
12445: 2004-02-10 paf
12446:
12447: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12448: compile. recommened latest libxml up to date
12449:
12450: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12451: pattern compilation errors", on which spent 4 hours worktime. use
12452: versions higher than that. recommended now latest up to date
12453:
12454: 2004-02-06 paf
12455:
12456: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12457: beauty: unified destructing style
12458:
12459: * src/main/untaint.C: beauty: removed old def/ifdef
12460:
12461: * src/main/untaint.C: beauty: coredump @unknown untaint language
12462: now
12463:
12464: 2004-02-03 paf
12465:
12466: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12467: targets/isapi/parser3isapi.C, types/pa_value.C,
12468: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12469: then %ld/%lu
12470:
12471: * src/main/pa_common.C: typo: %l -> %u
12472:
12473: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12474: in attributes or documents-results of transform now not xx;
12475:
12476: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12477:
12478: * src/main/pa_charset.C: bugfix: forgot to undo some
12479:
12480: * src/main/pa_charset.C: beauty: uncomment
12481: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12482: libraries
12483:
12484: 2004-02-02 paf
12485:
12486: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12487: $cookie:example[ $.value[value] $.path[/there/] ]
12488:
12489: $cookie:example[ $.value[] $.expires[session]
12490: $.path[/there/] $.domain[test.com] ]
12491:
12492: * src/types/pa_vform.C: bugfix: empty values with
12493: enctype=multipart/form-data now produce entries in $form:tables
12494: <form method=post enctype=multipart/form-data> <input type=hidden
12495: name=a> <input type=hidden name=b>
12496:
12497: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12498: <hr> <pre>$request:body
12499:
12500: 2004-01-30 paf
12501:
12502: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12503: or documents-results of transform now not xx;
12504:
12505: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12506: produce exception.
12507:
12508: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12509: bugfix: ^date::create[invalid fields now produce exception.
12510:
12511: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12512: year] now produces exception. todo: check other fields
12513:
12514: 2004-01-29 paf
12515:
12516: * src/include/pa_memory.h: typo error
12517:
12518: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12519: more byte then specified, then zeroed it << useless and
12520: potentially harmful(could gpf)
12521:
12522: 2004-01-22 paf
12523:
12524: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12525:
12526: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12527: optimization
12528:
12529: * src/main/untaint.C: bugfix: whitespace now optimized properly
12530: [were bug: ^taint[1 & 2]="1 &2"
12531:
12532: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12533: errors
12534:
12535: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12536: overflow
12537:
12538: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12539: error-reporting code * in parser-error reporting code [when no
12540: @unhandled_exception defined]
12541:
12542: fixed in one place: my *snprintf override
12543:
12544: 2004-01-13 paf
12545:
12546: * operators.txt: typo erro
12547:
12548: 2003-12-25 paf
12549:
12550: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12551: garbled [pieces after zero bytes were removed]
12552:
12553: 2003-12-22 paf
12554:
1.116 moko 12555: * src/include/Makefile.am: bugfix: removed from dist:
12556: src/include/pa_config_auto.h which were configured for
1.95 moko 12557: make-dist-platform and badly updated proper config file in target
12558: [when .tar used for updating existing source tree]
12559:
12560: * ChangeLog, operators.txt, src/classes/op.C,
12561: src/include/pa_sql_connection.h,
12562: src/include/pa_sql_driver_manager.h,
12563: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12564: feature: sql introducing ability to transcode charsets
12565:
12566: 2003-12-19 paf
12567:
12568: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12569: error message
12570:
12571: * src/main/pa_charset.C: bugfix: memory for charsethandler
12572: structure for libxml now allocated properly
12573:
12574: 2003-12-17 paf
12575:
12576: * src/types/pa_vfile.C: beauty: removed outdated cast
12577:
12578: * src/main/pa_common.C: bugfix: empty http response caused gpf
12579:
12580: * src/include/pa_string.h: bugfix: removed too strong a assert
12581:
12582: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12583: unreported xmlGenericErrors]
12584:
12585: 2003-12-15 paf
12586:
12587: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12588: works}
12589:
12590: 2003-12-11 paf
12591:
12592: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12593: id
12594: !$status:tid thread id
12595:
12596: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12597: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12598: bugfix(solaris): removed dependency on object initialization
12599: order [one more place]
12600:
12601: * src/: classes/file.C, classes/mail.C, classes/op.C,
12602: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12603: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12604: understand that
12605:
12606: * src/: classes/file.C, classes/mail.C, classes/op.C,
12607: classes/xdoc.C, include/pa_cache_managers.h,
12608: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12609: include/pa_stylesheet_manager.h, main/pa_request.C,
12610: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12611: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12612: ctor call [relying on implicit String::Body(cstr) call]
12613:
12614: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12615: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12616: object initialization order [two places]
12617:
12618: 2003-12-10 paf
12619:
12620: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12621: << time now ok
12622:
12623: * operators.txt, src/main/pa_sql_driver_manager.C,
12624: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12625: operational
12626:
12627: * ChangeLog, operators.txt, src/classes/xdoc.C,
12628: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12629: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12630: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12631: back operational
12632:
12633: 2003-12-02 paf
12634:
12635: * src/types/pa_vmail.C: bugfix:
12636: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12637: as-is forced]
12638:
12639: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12640: exceptions out of libxml callbacks: reimplemented error handling
12641: of http://localhost, parser://method and safemode check callbacks
12642:
12643: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12644: [merged from HEAD]
12645:
12646: * src/classes/image.C: nothing: comment removed
12647:
12648: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12649: addresses to int
12650:
12651: 2003-12-01 paf
12652:
12653: * src/main/pa_xml_io.C: bugfix: typo
12654:
12655: * src/main/pa_globals.C: bugfix: win32: compile prob
12656:
12657: * src/classes/xdoc.C: bugfix: typo
12658:
12659: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12660: exception
12661:
12662: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12663:
12664: 2003-11-28 paf
12665:
12666: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12667: all xml documents read
12668:
12669: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12670:
12671: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12672: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12673: replaced original open mech of xdoc::create & co to use libxml
12674: open, so that this would work for root document todo: safe mode
12675: checks to libxml: ideally to some 1 point
12676:
12677: * src/main/pa_xml_io.C: comment
12678:
12679: * operators.txt, src/main/pa_xml_io.C: leading / in
12680: http://parser[abscent params]
12681:
12682: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12683: works. todo: maybe replace original open mech of xdoc::create &
12684: co to use libxml open, so that this would work for root document
12685:
12686: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12687: "parser://method/params/here"> <test> &test^; </test> }]
12688:
12689: ^taint[^xdoc.string[]]
12690:
12691: @method[param] <!ENTITY test
12692: "test-entity-value+$form:user+$param!">
12693:
12694: 2003-11-27 paf
12695:
12696: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12697:
12698: * src/classes/date.C: bugfix: typo error
12699:
12700: 2003-11-26 paf
12701:
12702: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12703: src/main/Makefile.am, src/main/main.vcproj,
12704: src/main/pa_globals.C, src/main/pa_request.C,
12705: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12706: xml errors to hash<thread_id,error> reorganization: xml io moved
12707: to pa_xml_io.C/h
12708:
12709: * src/types/pa_value.h: warnings: --
12710:
12711: 2003-11-25 paf
12712:
12713: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12714: whatever)
12715:
12716: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12717: a, (c?x:y, z)
12718:
12719: * src/main/untaint.C: bugfix: consequences of not reading this
12720: comment: CORD_pos_chars_left /* Number of characters in cache.
12721: <= 0 ==> none */
12722:
12723: * src/include/pa_array.h: removed needless checks
12724:
12725: 2003-11-24 paf
12726:
12727: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12728: removed limit: now $form:xxx can be accessed anytime, even in
12729: @auto/conf [and request/response:charset still can be changed
12730: anytime]
12731:
12732: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12733: now not transcodes response body
12734:
12735: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12736: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12737: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12738: $xdoc.firstChild.firstChild.nodeValue[different]
12739: ^taint[^xdoc.string[]]
12740:
12741: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12742: workaround: static Hash::allocates -> static Hash_allocates
12743:
12744: 2003-11-21 paf
12745:
1.116 moko 12746: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12747: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12748: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12749:
12750: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12751:
12752: * src/classes/mail.C: bugfix: typo
12753:
12754: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12755: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12756: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12757: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12758: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12759: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12760:
12761: * src/main/pa_exec.C: bug in safe mode
12762:
12763: * src/include/Makefile.am: pa_xml_exception.h
12764:
12765: * src/targets/isapi/parser3isapi.C: more warnings --
12766:
12767: 2003-11-20 paf
12768:
12769: * src/: classes/math.C, classes/op.C, classes/string.C,
12770: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12771: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12772: --
12773:
12774: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12775: more warnings --
12776:
12777: * src/classes/xdoc.C: more warnings --
12778:
12779: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12780:
12781: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12782: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12783:
12784: * src/: classes/date.C, classes/file.C, classes/hash.C,
12785: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12786: classes/table.C, include/pa_cache_managers.h,
12787: include/pa_stylesheet_connection.h, main/pa_request.C,
12788: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12789: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12790: --
12791:
12792: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12793: can't report problem (undefined @unhandled_exception) problem
12794: source string were not reported
12795:
12796: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12797: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12798: classes/hashfile.C, classes/image.C, classes/int.C,
12799: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12800: classes/response.C, classes/string.C, classes/table.C,
12801: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12802: include/pa_array.h, include/pa_cache_managers.h,
12803: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12804: include/pa_config_fixed.h, include/pa_dictionary.h,
12805: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12806: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12807: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12808: include/pa_request.h, include/pa_request_charsets.h,
12809: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12810: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12811: include/pa_stack.h, include/pa_string.h,
12812: include/pa_stylesheet_connection.h,
12813: include/pa_stylesheet_manager.h, include/pa_table.h,
12814: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12815: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12816: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12817: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12818: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12819: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12820: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12821: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12822: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12823: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12824: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12825: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12826: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12827: targets/isapi/parser3isapi.C, types/pa_junction.h,
12828: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12829: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12830: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12831: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12832: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12833: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12834: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12835: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12836: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12837: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12838: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12839: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12840: types/pa_vresponse.h, types/pa_vstateless_class.C,
12841: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12842: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12843: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12844: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12845: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12846: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12847: const IDENT
12848:
12849: * src/: include/pa_array.h, include/pa_pool.h,
12850: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12851: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12852: types/pa_wcontext.h: more warnings --
12853:
12854: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12855: classes/file.C, classes/hash.C, classes/hashfile.C,
12856: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12857: classes/memory.C, classes/op.C, classes/string.C,
12858: classes/table.C, classes/xdoc.C, classes/xnode.C,
12859: include/pa_config_includes.h, include/pa_operation.h,
12860: include/pa_sql_connection.h, include/pa_table.h,
12861: include/pa_types.h, lib/ltdl/config_fixed.h,
12862: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12863: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12864: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12865: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12866: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12867: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12868: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12869: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12870: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12871: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12872: types/pa_vmail.C, types/pa_vobject.C,
12873: types/pa_vstateless_class.h, types/pa_vtable.C,
12874: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12875: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12876: on all projects (except libltdl=off & libsdbm=level3) found
12877: several unitialized vars
12878:
12879: 2003-11-19 paf
12880:
12881: * src/classes/op.C: more ansi C++ comp
12882:
12883: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12884: src/main/pa_request.C: ^cache[...]{body}{catch block with
12885: $exception.handled[cache] meaning "get expired cache, if any.
12886: else error"}
12887:
12888: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12889: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12890: ^cache[...]{body}{catch code with $exception.cache field}
12891:
12892: 2003-11-12 paf
12893:
12894: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12895: [copy/paste bug]
12896:
12897: 2003-11-11 paf
12898:
12899: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12900: failed]
12901:
12902: 2003-11-10 paf
12903:
12904: * src/types/pa_vconsole.h: flush
12905:
12906: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12907: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12908: read/write [for nntp]
12909:
12910: * operators.txt: mysql: transaction support: ?autocommit=0
12911:
12912: * operators.txt: comment: updated
12913:
12914: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12915: serialize version and exipire now removes entries
12916:
12917: * operators.txt: ^hashfile.delete[] removes files altogether [and
12918: dir, if could]
12919:
12920: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12921: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12922: removes files altogether [and dir, if could]
12923:
12924: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12925: nonexistent pair. .c coded that that was error. fixed
12926:
12927: * src/types/pa_vhashfile.C: sdbm: exception type change to
12928: file.access [regretfull can't split it to different exceptions
12929: without modifying sdbm source wich would prefer not to]
12930:
12931: 2003-11-07 paf
12932:
12933: * src/: classes/date.C, classes/file.C, classes/hash.C,
12934: classes/hashfile.C, classes/image.C, classes/table.C,
12935: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12936: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12937: main/execute.C, main/main.vcproj, main/pa_pool.C,
12938: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12939: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12940: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12941: destructing objects at request processing end
12942:
12943: 2003-11-06 paf
12944:
12945: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12946: updates
12947:
12948: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12949: to include sdbm
12950:
1.116 moko 12951: * src/include/: pa_config_includes.h, pa_version.h: our
12952: replacements of max& co only for cpp
1.95 moko 12953:
12954: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12955: upper dir, .am updated
12956:
12957: * tests/todo.txt: hashfile: done
12958:
12959: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12960: expiration [time in value. todo: move time to key]
12961:
12962: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12963:
12964: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12965: to do that in foreach, no errors, but surely wrong]
12966:
12967: * operators.txt, src/types/pa_vhashfile.C,
12968: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12969:
12970: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12971: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12972: foreach
12973:
12974: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12975: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12976:
12977: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12978: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12979:
12980: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12981: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12982: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12983: get/put [raw]
12984:
12985: * src/: classes/op.C, main/pa_os.C: just linked
12986:
12987: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12988: XmlException changes
12989:
12990: * src/: include/pa_charset.h, include/pa_globals.h,
12991: include/pa_stylesheet_connection.h, main/pa_exception.C:
12992: XmlException changes
12993:
12994: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12995:
12996: * src/: include/pa_common.h, include/pa_exception.h,
12997: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12998: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12999: main/pa_xml_exception.C: locking move to pa_os [along with
13000: pa_sleep] apr-impl locking done
13001:
13002: * configure, configure.in, operators.txt, parser3.sln,
13003: src/classes/classes.vcproj, src/classes/hashfile.C,
13004: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13005: src/include/pa_exception.h, src/include/pa_globals.h,
13006: src/include/pa_memory.h, src/include/pa_version.h,
13007: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13008: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13009: src/main/compile.tab.C, src/main/main.vcproj,
13010: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13011: src/types/Makefile.am, src/types/pa_vhash.C,
13012: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13013: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13014: again with sdbm from apache
13015:
13016: 2003-11-05 paf
13017:
13018: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13019: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13020: \parser3project dir anymore
13021:
13022: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13023: thoughtlessly from xalan]
13024:
13025: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13026: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13027: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13028:
13029: * src/main/helpers/CaseFolding.txt:
13030: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13031:
13032: 2003-11-04 paf
13033:
13034: * operators.txt: comment: ^mail:send[$.options[
13035:
13036: * src/classes/table.C: compiled on unix
13037:
1.116 moko 13038: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13039:
13040: * src/classes/mail.C: compiled on unix
13041:
13042: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13043: src/types/pa_vmail.h: !^mail:send[
13044: $.options[unix: string to append to sendmail command
13045: line]
13046:
13047: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13048: tests/todo.txt: ^table.save[... $.separator[^#09]
13049: $.encloser["] <nothing> by default
13050:
13051: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13052: !$.separator[^#09] !$.encloser["] <nothing> by
13053: default
13054:
13055: 2003-11-03 paf
13056:
13057: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13058: ^table::load[; options: !$.column-separator[^#09]
13059: !$.column-encloser["]
13060:
13061: * operators.txt, src/include/pa_config_fixed.h,
13062: src/types/pa_vrequest.C: $request:document-root
13063:
13064: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13065: [already included into uri=xxx]
13066:
13067: * operators.txt, src/classes/image.C, tests/todo.txt:
13068: ^image.gif[filename] for $response:download
13069:
13070: * src/classes/date.C: minor precaution
13071:
13072: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13073: !^date.unix-timestamp[]
13074:
13075: 2003-10-30 paf
13076:
13077: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13078: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13079:
13080: * src/classes/: date.C, image.C: improvement diagnostics:
13081: $now[^date::create[$undefined]] now is error
13082:
13083: * src/main/pa_common.C: read errors would now be reported 'actually
13084: read -1 bytes'
13085:
13086: 2003-10-24 paf
13087:
13088: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13089: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13090: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13091: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13092:
13093: 2003-10-22 paf
13094:
13095: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13096:
13097: 2003-10-21 paf
13098:
13099: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13100: fixed: string.match[g] without <'> option produced columns with
13101: NULL's, which gpf'ed at table.save time
13102:
13103: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13104: recoursion' message with intensive throw-catches fixed: incorrect
13105: name and line (one name upper then needed) in error message about
13106: problems inside try block
13107:
13108: 2003-10-10 paf
13109:
13110: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13111: check offset argument for validity did that in String::Body::pos
13112: myself http://i2/tasks/edit/?id=4577425257580789777
13113:
13114: 2003-10-07 paf
13115:
13116: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13117: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13118:
13119: 2003-10-03 paf
13120:
13121: * parser3.sln, src/include/pa_dictionary.h,
13122: src/main/pa_dictionary.C, src/main/pa_string.C,
13123: src/targets/cgi/parser3.vcproj: dictionary optimized by
13124: precalculating cstr&length
13125:
13126: 2003-10-02 paf
13127:
13128: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13129: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13130: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13131: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13132:
13133: 2003-09-30 paf
13134:
13135: * src/main/pa_string.C: string::replace bug fix [were ignoring
13136: occurrances after lang-mismatched
13137:
13138: 2003-09-29 paf
13139:
13140: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13141: helper
13142:
13143: * src/main/pa_string.C: string::serialize bug fix with
13144: zero-terminator
13145:
13146: * src/classes/table.C: ^nameless_table.save column row now has no
13147: \t at the end
13148:
13149: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13150: @postprocess now takes $response:body/download
13151:
13152: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13153: error message
13154:
13155: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13156:
13157: * src/classes/table.C: bugfix: flip: must produce nameless
13158: http://i2/tasks/edit/?id=4573405524674081244
13159:
13160: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13161: main/helpers/simple_folding.pl: utf-8 upper/lower
13162:
13163: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13164: to typo error http://i2/tasks/edit/?id=4573354650786434584
13165:
13166: 2003-09-26 paf
13167:
13168: * src/main/untaint.C: removed needless field
13169:
13170: * src/main/untaint.C: removed needless const
13171:
13172: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13173: String.for_each bug fixed [omited one-char cases]
13174:
13175: * src/include/pa_stack.h: bugfix: before collecting garbage,
13176: runtime-executor stack were cleared... BADLY
13177:
13178: * src/main/pa_string.C: ^stirng.replace code used old
13179: param-convention on langs.append, fixed that search fo the like,
13180: found none
13181:
13182: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13183: string::serialize/deserialize implemented Language enum assigned
13184: meaningful letters [more convinient for debugging. read warning
13185: before adding/changing anything]
13186:
13187: 2003-09-25 paf
13188:
13189: * src/: include/pa_string.h, include/pa_version.h,
13190: main/pa_string.C, main/untaint.C: templates and anonymous unions
13191: differences on unix
13192:
13193: * parser3.sln, src/classes/file.C, src/classes/image.C,
13194: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13195: src/classes/xdoc.C, src/classes/xnode.C,
13196: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13197: src/include/pa_charsets.h, src/include/pa_common.h,
13198: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13199: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13200: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13201: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13202: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13203: src/main/compile_tools.h, src/main/pa_charset.C,
13204: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13205: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13206: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13207: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13208: src/types/pa_vmail.C, src/types/pa_vmath.C,
13209: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13210: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13211:
13212: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13213: functions aligned to that of eeparser3 look
13214:
13215: * src/lib/cord/cordprnt.c: removed warnings
13216:
13217: 2003-09-24 paf
13218:
13219: * src/: classes/file.C, classes/image.C, classes/mail.C,
13220: classes/op.C, classes/xdoc.C, classes/xnode.C,
13221: include/pa_cache_managers.h, include/pa_charset.h,
13222: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13223: include/pa_sql_driver_manager.h, include/pa_string.h,
13224: include/pa_stylesheet_manager.h, include/pa_table.h,
13225: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13226: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13227: main/pa_sql_driver_manager.C, main/pa_string.C,
13228: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13229: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13230: types/pa_vstateless_class.h, types/pa_vstatus.C,
13231: types/pa_vxnode.C: v() functions of String::Body,
13232: String::Languages and String itself StringBody->String::Body
13233:
13234: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13235: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13236: never optimized anything. todo: somehow speed up harder cases:
13237: concatenationA+concatenationB when last block of A and first of B
13238: contain same letters
13239:
13240: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13241: lib/cord/include/cord.h: langs: speed up by joining adjucent
13242: blocks of same char [CORD_append_block]
13243:
13244: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13245: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13246: save space by extending blocks when appending block with c ==
13247: lastblock.c
13248:
13249: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13250: working yet :( but more working &understood :)
13251:
13252: * src/: classes/table.C, include/pa_string.h,
13253: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13254:
13255: 2003-09-23 paf
13256:
13257: * src/main/untaint.C: $a[ok!] $a works!
13258:
13259: * src/main/untaint.C: something even more works :)
13260:
13261: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13262: something more works :)
13263:
13264: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13265: lib/cord/cordxtra.c: something already works :)
13266:
13267: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13268: serialize&deserialize
13269:
13270: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13271: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13272: main/untaint.C: main idea implemented, details left
13273:
13274: 2003-09-22 paf
13275:
13276: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13277:
13278: * src/classes/xnode.C: copy/paste comment bugfix
13279:
13280: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13281: allocator returns 0, just die.
13282: http://i2/tasks/edit/?id=4570798492410259445
13283:
13284: * src/classes/xdoc.C: copy/paste comment bugfix
13285:
13286: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13287: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13288: xnode: getAttributeNS setAttributeNS removeAttributeNS
13289: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13290:
13291: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13292: chars due to bitwise operation signed-char error]
13293:
13294: 2003-09-19 paf
13295:
13296: * src/types/pa_wcontext.C: output message: more practical
13297: suggestion
13298:
13299: * src/main/pa_common.C, operators.txt: merged
13300: $f[^file::load[binary;http://...]] $f.tables
13301:
13302: 2003-09-02 paf
13303:
13304: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13305: flush stdout without referencing 'stdout' symbol. to hell with
13306: non-ansi libraries without 'stdout' symbol
13307:
13308: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13309: unix (users reported problems with some old libc)
13310:
13311: * src/types/pa_vdate.h: forgot initializer
13312:
13313: 2003-09-01 paf
13314:
13315: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13316: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13317: zone]
13318:
13319: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13320:
13321: 2003-08-19 paf
13322:
13323: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13324: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13325: simplified a little
13326:
13327: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13328: [lost fix from 3.0.8]
13329:
13330: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13331: visible here }
13332:
13333: bug fix
13334:
13335: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13336:
13337: * src/main/compile.tab.C: initialized couple of variables about
13338: which user reported runtime problems when parser were compiled
13339: with VC7, warning level4. study shows that later in bison
13340: they've fixed that. would migrate to latest bison someday
13341:
13342: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13343: recoding headers)
13344:
13345: * src/types/pa_vmail.C: works as before, same charset problems:
13346: gmime recodes to UTF-8 only headers, not body. so not recoding
13347: anything for now
13348:
13349: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13350: problems with body
13351:
13352: * src/types/pa_vmail.C: mail_receive just compiled
13353:
13354: 2003-08-18 paf
13355:
13356: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13357: main/main.vcproj, types/types.vcproj: win32: continued process
13358: detaching from \parser3project directory
13359:
13360: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13361: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13362: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13363: src/lib/pcre/pcre_dftables.dsp,
13364: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13365: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13366: src/types/types.dsp: moved to MSVC 7
13367:
13368: * gnu.vcproj.vspscc, parser3.vssscc,
13369: src/classes/classes.vcproj.vspscc,
13370: src/lib/cord/cord.vcproj.vspscc,
13371: src/lib/ltdl/libltdl.vcproj.vspscc,
13372: src/lib/md5/md5.vcproj.vspscc,
13373: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13374: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13375: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13376: src/targets/isapi/parser3isapi.vcproj.vspscc,
13377: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13378: moved to MSVC 7
13379:
13380: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13381: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13382: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13383: src/lib/pcre/pcre_dftables.vcproj,
13384: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13385: src/targets/cgi/parser3.vcproj,
13386: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13387: new VS project files
13388:
13389: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13390: .NET to detect Jalindi Igloo capabilities.
13391:
13392: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13393: src/classes/classes.awk, src/doc/footer.htm,
13394: src/include/pa_config_fixed.h, src/include/pa_version.h,
13395: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13396: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13397: src/types/pa_vmail.C: merged 3.1.0 latest changes
13398:
13399: 2003-08-15 paf
13400:
13401: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13402: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13403:
13404: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13405: non-ascii <yyy> now encoded correctly
13406:
13407: 2003-07-29 paf
13408:
1.116 moko 13409: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13410: dist
1.95 moko 13411:
13412: * src/types/pa_vmail.C: just started --with-mail-receive
13413:
13414: 2003-07-28 paf
13415:
1.116 moko 13416: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13417: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13418:
13419: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13420:
13421: 2003-07-25 paf
13422:
13423: * src/doc/footer.htm: year
13424:
13425: 2003-07-24 paf
13426:
13427: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13428: fix
13429:
13430: * src/include/pa_version.h: release
13431:
1.116 moko 13432: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13433:
13434: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13435: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13436: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13437: getting rid of win32xml pseudo project
13438:
13439: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13440:
1.116 moko 13441: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13442: configure.in, operators.txt, parser3.dsw,
1.95 moko 13443: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13444: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13445: src/classes/classes.C, src/classes/classes.awk,
13446: src/classes/classes.dsp, src/classes/classes.h,
13447: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13448: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13449: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13450: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13451: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13452: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13453: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13454: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13455: src/include/pa_array.h, src/include/pa_cache_managers.h,
13456: src/include/pa_charset.h, src/include/pa_charsets.h,
13457: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13458: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13459: src/include/pa_dictionary.h, src/include/pa_dir.h,
13460: src/include/pa_exception.h, src/include/pa_exec.h,
13461: src/include/pa_globals.h, src/include/pa_hash.h,
13462: src/include/pa_memory.h, src/include/pa_opcode.h,
13463: src/include/pa_operation.h, src/include/pa_pool.h,
13464: src/include/pa_pragma_pack_begin.h,
1.95 moko 13465: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13466: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13467: src/include/pa_sapi.h, src/include/pa_socks.h,
13468: src/include/pa_sql_connection.h,
13469: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13470: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13471: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13472: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13473: src/include/pa_uue.h, src/lib/Makefile.am,
13474: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13475: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13476: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13477: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13478: src/lib/cord/include/ec.h,
13479: src/lib/cord/include/private/Makefile.am,
13480: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13481: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13482: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13483: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13484: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13485: src/main/compile_tools.C, src/main/compile_tools.h,
13486: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13487: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13488: src/main/pa_charsets.C, src/main/pa_common.C,
13489: src/main/pa_dictionary.C, src/main/pa_dir.C,
13490: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13491: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13492: src/main/pa_request.C, src/main/pa_socks.C,
13493: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13494: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13495: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13496: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13497: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13498: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13499: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13500: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13501: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13502: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13503: src/targets/isapi/parser3isapi.dsp,
13504: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13505: src/types/pa_junction.h, src/types/pa_method.h,
13506: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13507: src/types/pa_vclass.C, src/types/pa_vclass.h,
13508: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13509: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13510: src/types/pa_vdouble.h, src/types/pa_venv.h,
13511: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13512: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13513: src/types/pa_vimage.C, src/types/pa_vimage.h,
13514: src/types/pa_vint.h, src/types/pa_vjunction.h,
13515: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13516: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13517: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13518: src/types/pa_vobject.C, src/types/pa_vobject.h,
13519: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13520: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13521: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13522: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13523: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13524: src/types/pa_vstring.h, src/types/pa_vtable.C,
13525: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13526: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13527: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13528: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13529: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13530: HEAD
13531:
13532: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13533: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13534: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13535: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13536: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13537: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13538: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13539: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13540: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13541: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13542: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13543: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13544: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13545: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13546: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13547: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13548: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13549: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13550: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13551: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13552: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13553: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13554: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13555: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13556: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13557: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13558: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13559: outputs/create-dir, results/001.processed, results/002.processed,
13560: results/003.processed, results/004.processed,
13561: results/005.processed, results/006.processed,
13562: results/007.processed, results/008.processed,
13563: results/009.processed, results/010.processed,
13564: results/011.processed, results/012.processed,
13565: results/013.processed, results/014.processed,
13566: results/015.processed, results/016.processed,
13567: results/017.processed, results/018.processed,
13568: results/019.processed, results/020.processed,
13569: results/021.processed, results/022.processed,
13570: results/023.processed, results/024.processed,
13571: results/025.processed, results/026.processed,
13572: results/027.processed, results/028.processed,
13573: results/029.processed, results/030.processed,
13574: results/031.processed, results/032.processed,
13575: results/033.processed, results/034.processed,
13576: results/035.processed, results/036.processed,
13577: results/037.processed, results/038.processed,
13578: results/039.processed, results/040.processed,
13579: results/041.processed, results/042.processed,
13580: results/043.processed, results/044.processed,
13581: results/045.processed, results/046.processed,
13582: results/047.processed, results/048.processed,
13583: results/049.processed, results/050.processed,
13584: results/051.processed, results/052.processed,
13585: results/053.processed, results/054.processed,
13586: results/055.processed, results/056.processed,
13587: results/057.processed, results/058.processed,
13588: results/059.processed, results/060.processed,
13589: results/061.processed, results/062.processed,
13590: results/063.processed, results/064.processed,
13591: results/065.processed, results/066.processed,
13592: results/067.processed, results/068.processed,
13593: results/069.processed, results/070.processed,
13594: results/071.processed, results/072.processed,
13595: results/073.processed, results/074.processed,
13596: results/075.processed, results/076.processed,
13597: results/077.processed, results/078.processed,
13598: results/079.processed, results/080.processed,
13599: results/081.processed, results/082.processed,
13600: results/083.processed, results/084.processed,
13601: results/085.processed, results/086.processed,
13602: results/087.processed, results/088.processed,
13603: results/089.processed, results/090.processed,
13604: results/091.processed, results/092.processed,
13605: results/093.processed, results/094.processed,
13606: results/095.processed, results/096.processed,
13607: results/097.processed, results/098.processed,
13608: results/099.processed, results/100.processed,
13609: results/101.processed, results/102.processed,
13610: results/103.processed, results/104.processed,
13611: results/105.processed, results/106.processed,
13612: results/107.processed, results/108.processed,
13613: results/109.processed, results/110.processed,
13614: results/111.processed, results/112.processed,
13615: results/113.processed, results/114.processed,
13616: results/115.processed, results/116.processed,
13617: results/117.processed, results/118.processed,
13618: results/119.processed, results/120.processed,
13619: results/121.processed, results/122.processed,
13620: results/123.processed, results/124.processed,
13621: results/125.processed, results/126.processed,
13622: results/127.processed, results/128.processed,
13623: results/129.processed, results/130.processed,
13624: results/131.processed, results/132.processed,
13625: results/133.processed, results/134.processed,
13626: results/135.processed, results/136.processed,
13627: results/137.processed, results/138.processed,
13628: results/139.processed, results/140.processed,
13629: results/141.processed: merged(copied) to HEAD from template_gc
13630:
13631: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13632: towards \parser3project not having to be in root
13633:
13634: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13635: module compiled [were minor unnecessary changes in lib/md5
13636: interface]
13637:
13638: * src/include/pa_version.h: release
13639:
13640: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13641:
13642: * src/classes/math.C: merged uuid bugfix
13643:
13644: * tests/: 141.html, results/141.processed: fixed bug with
13645: too-small-a-buffer
13646:
13647: * src/classes/math.C: uuid bugfix
13648:
13649: * tests/: 141.html, Makefile, results/005.processed,
13650: results/030.processed, results/075.processed,
13651: results/078.processed: to reflect date format change (were -
13652: become ' ')
13653:
13654: * src/classes/math.C: uuid bugfix
13655:
13656: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13657: debug/release changes
13658:
13659: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13660:
13661: 2003-07-23 paf
13662:
13663: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13664: renamed a little [to move to comman naming conv]
13665:
1.116 moko 13666: * src/targets/Makefile.am: apache13 splitted to simplify apache
13667: build
1.95 moko 13668:
13669: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13670: main/pa_request.C, main/pa_sql_driver_manager.C,
13671: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13672: stack top_index() fixed
13673:
13674: * src/main/pa_globals.C: minor style changes
13675:
13676: * src/: classes/op.C, include/pa_sql_connection.h: connection
13677: closing/caching fixed [connections were not closed/put to cache]
13678:
13679: 2003-07-22 paf
13680:
13681: * INSTALL: gc part updated stightly
13682:
13683: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13684: new sapi interface
13685:
13686: * src/classes/file.C: comment on OS
13687:
13688: * src/main/pa_string.C: removed reduntant invariant check [there is
13689: one deeper in cord lib]
13690:
13691: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13692:
13693: * src/main/pa_memory.C: out of memory is no longer coredump
13694:
13695: * INSTALL: disable-threads adviced
13696:
13697: 2003-07-21 paf
13698:
1.116 moko 13699: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13700:
13701: * src/classes/file.C: file::exec/cgi environment variables now must
13702: be UPPERCASE and A-Z 0-9 _-
13703:
13704: * src/classes/file.C: env passing fixed
13705:
13706: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13707:
13708: * src/main/pa_common.C: http:// CRLF now
13709:
13710: 2003-07-02 paf
13711:
13712: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13713: fields to reflect their real meaning
13714:
13715: 2003-06-27 paf
13716:
13717: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13718: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13719: file::exec/cgi .charset
13720:
13721: 2003-06-26 paf
13722:
13723: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13724: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13725: src/classes/table.C: fixed several uninitialized local
13726: structures. notably ^hash.foreach now inserts delimiters
13727: properly [were inserting it before first body]
13728:
13729: 2003-06-24 paf
13730:
13731: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13732:
13733: 2003-06-20 paf
13734:
13735: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13736: src/main/pa_globals.C: introducing
13737: $f[^file::load[binary;http://...]] $f.tables
13738:
13739: 2003-06-06 paf
13740:
13741: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13742: table. [were method lookup: inconsistent]
13743:
13744: 2003-06-02 paf
13745:
13746: * src/include/pa_memory.h: empty string clone fixed to return
13747: writable memory
13748:
13749: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13750: were not appended] which violated string invariant
13751:
13752: 2003-05-30 paf
13753:
13754: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13755: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13756:
13757: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13758: GMT ; RFC 822, updated by RFC 1123
13759:
13760: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13761: targets/isapi/parser3isapi.C: initialized request_info properly
13762:
13763: * src/classes/xnode.C: found minor bug, commended for future
13764:
13765: 2003-05-28 paf
13766:
13767: * src/classes/form.C: request_info.content_length can't be <0,
13768: size_t for some time
13769:
13770: 2003-05-26 paf
13771:
13772: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13773: forgotten <0 changed to !=STRING_NOT_FOUND
13774:
13775: * src/classes/math.C: merged ffffu from HEAD
13776:
13777: 2003-05-11 paf
13778:
13779: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13780:
13781: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13782: premature doc free. transformed document had xmlDoc reference
13783: stored to non-gc-memory (libgdome) added holding-reference
13784:
13785: 2003-04-29 paf
13786:
13787: * src/main/pa_globals.C: started digging on double free. on win32
13788: found that that's perfectly normal.
13789:
13790: 2003-04-25 paf
13791:
13792: * src/classes/table.C: table.join bug fix [bad limit check]
13793:
13794: * src/classes/math.C: merged from HEAD: simpiler hash_string
13795:
13796: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13797: print anything. changed to quicker and simplier code
13798:
13799: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13800: strict a check]
13801:
13802: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13803:
13804: 2003-04-24 paf
13805:
13806: * src/include/pa_table.h: too strict assert loosened
13807:
13808: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13809: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13810: report
13811:
13812: 2003-04-21 paf
13813:
1.116 moko 13814: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13815:
13816: * src/main/pa_globals.C: pcre memory management changed to use GC
13817: memory
13818:
13819: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13820: xmlMallocAtomic [author agreed to my suggestion], used that
13821:
13822: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13823:
13824: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13825: types/pa_vmail.C: attributed_meaning_to_string added
13826: L_UNSPECIFIED piece which was sortof OK, but violated string
13827: invariant [assertion barked on that] changed to L_PASS_APPEND,
13828: made that param obligatory
13829:
13830: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13831: fixed [assert helped]
13832:
13833: * src/include/pa_string.h: assert added [looking for bug]
13834:
13835: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13836: names on Win32 considered disk-global
13837:
13838: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13839: considered disk-global
13840:
13841: 2003-04-18 paf
13842:
13843: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13844: filenames
13845:
13846: * src/main/untaint.C: enabled '~' letter in filenames
13847:
13848: 2003-04-16 paf
13849:
13850: * src/classes/file.C: small bug introduced in autoptr times fixed
13851:
13852: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13853: HEAD
13854:
1.116 moko 13855: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13856:
13857: 2003-04-15 paf
13858:
13859: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13860: src/lib/md5/pa_md5c.c, tests/141.html,
13861: tests/results/141.processed: merged from head ^math:uuid[]
13862: ^math:uid64[] ^math:md5[string]
13863:
13864: test added: 141.html
13865:
13866: * operators.txt, src/classes/math.C: ^math:uid64[]
13867:
13868: * src/classes/math.C: ^math:uuid[]
13869:
13870: * operators.txt, src/classes/math.C: ^math:uuid[]
13871:
13872: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13873: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13874:
13875: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13876: src/include/pa_config_fixed.h, src/main/pa_common.C:
13877: ^file::load[mode;name; $.offset $.limit
13878:
13879: 2003-04-14 paf
13880:
13881: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13882: started ^math:md5
13883:
13884: * src/classes/table.C, src/include/pa_array.h,
13885: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13886: tests/results/140.processed: table $.reverse option works in
13887: create&co table $.distinct[tables] bug fix merged
13888:
13889: * src/: classes/table.C, include/pa_table.h: table
13890: $.distinct[tables] bug fixed
13891:
13892: * src/classes/table.C: more warnings
13893:
13894: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13895: removed checks in table::set_current, moved them back to
13896: table::locate implemented table::create/join ñ $.reverse
13897:
13898: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13899: removed checks in table::set_current, moved them back to
13900: table::locate
13901:
13902: 2003-04-11 paf
13903:
13904: * operators.txt, src/classes/date.C, src/classes/table.C,
13905: src/include/pa_array.h, src/include/pa_common.h,
13906: src/include/pa_config_includes.h, src/include/pa_string.h,
13907: src/include/pa_table.h, src/main/pa_request.C,
13908: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13909: src/main/pa_table.C: merged from HEAD from
13910: before_append_array_limit_sense_change to
13911: after_append_array_limit_sense_change
13912:
13913: * src/classes/table.C: typo
13914:
13915: * operators.txt, src/classes/date.C, src/classes/table.C,
13916: src/include/pa_array.h, src/include/pa_common.h,
13917: src/include/pa_config_includes.h, src/include/pa_globals.h,
13918: src/include/pa_table.h, src/main/pa_array.C,
13919: src/main/pa_globals.C, src/main/pa_request.C,
13920: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13921: src/main/pa_table.C: append_array_limit_sense_change locate
13922: accepts options same as create new option: $.reverse(1) [do not
13923: work in table::create]
13924:
13925: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13926: (stat xxx,
13927:
13928: * src/classes/: table.C: typo
13929:
13930: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13931: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13932: results/130.processed, results/131.processed,
13933: results/132.processed, results/133.processed,
13934: results/134.processed, results/135.processed,
13935: results/136.processed, results/137.processed,
13936: results/138.processed, results/139.processed: added few mustfail
13937: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13938: date/time 132.html mustfail: access to junction outside of
13939: context 133.html mustfail: access to junction outside of context,
13940: case version 134.html mustfail: hash: adding a key inside of
13941: foreach 135.html mustfail: modifying system class 136.html
13942: mustfail: $.name outside of $hash[here] 137.html mustfail:
13943: appendChild without import 138.html mustfail: invalid encoding
13944: inside of xml 139.html mustfail: bad XPath
13945:
13946: * operators.txt, src/classes/table.C, tests/084.html,
13947: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13948: tests/129.html, tests/results/125.processed,
13949: tests/results/126.processed, tests/results/127.processed,
13950: tests/results/128.processed, tests/results/129.processed: merged
13951: from HEAD ^table.hash[key][$.distinct[tables]]
13952:
13953: maked appropriate tests [changed one old nonconforming]
13954:
13955: * operators.txt, src/classes/table.C:
13956: ^table.hash[key][$.distinct[tables]]
13957:
13958: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13959: merged fix for found very old xml (dom) bug: were passing
13960: domString objects and later ERROREOUSLY freed them
13961:
13962: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13963: src/main/pa_charset.C: re-added libgdome patch. regretfully
13964: libgdome bug can not be worked around
13965:
13966: 2003-04-10 paf
13967:
13968: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13969: found very old xml (dom) bug: were passing domString objects and
13970: later ERROREOUSLY freed them
13971:
13972: * src/doc/string.dox, src/include/pa_memory.h,
13973: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13974: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13975: tests/123.html, tests/124.html, tests/results/001.processed,
13976: tests/results/002.processed, tests/results/003.processed,
13977: tests/results/004.processed, tests/results/005.processed,
13978: tests/results/006.processed, tests/results/008.processed,
13979: tests/results/009.processed, tests/results/010.processed,
13980: tests/results/011.processed, tests/results/012.processed,
13981: tests/results/013.processed, tests/results/014.processed,
13982: tests/results/015.processed, tests/results/016.processed,
13983: tests/results/017.processed, tests/results/018.processed,
13984: tests/results/020.processed, tests/results/021.processed,
13985: tests/results/022.processed, tests/results/023.processed,
13986: tests/results/024.processed, tests/results/025.processed,
13987: tests/results/026.processed, tests/results/027.processed,
13988: tests/results/028.processed, tests/results/029.processed,
13989: tests/results/030.processed, tests/results/031.processed,
13990: tests/results/032.processed, tests/results/033.processed,
13991: tests/results/034.processed, tests/results/035.processed,
13992: tests/results/036.processed, tests/results/037.processed,
13993: tests/results/038.processed, tests/results/039.processed,
13994: tests/results/040.processed, tests/results/041.processed,
13995: tests/results/042.processed, tests/results/043.processed,
13996: tests/results/044.processed, tests/results/045.processed,
13997: tests/results/046.processed, tests/results/047.processed,
13998: tests/results/048.processed, tests/results/049.processed,
13999: tests/results/050.processed, tests/results/051.processed,
14000: tests/results/052.processed, tests/results/053.processed,
14001: tests/results/054.processed, tests/results/055.processed,
14002: tests/results/056.processed, tests/results/057.processed,
14003: tests/results/058.processed, tests/results/059.processed,
14004: tests/results/060.processed, tests/results/061.processed,
14005: tests/results/062.processed, tests/results/063.processed,
14006: tests/results/064.processed, tests/results/065.processed,
14007: tests/results/066.processed, tests/results/067.processed,
14008: tests/results/068.processed, tests/results/069.processed,
14009: tests/results/070.processed, tests/results/071.processed,
14010: tests/results/072.processed, tests/results/073.processed,
14011: tests/results/074.processed, tests/results/075.processed,
14012: tests/results/076.processed, tests/results/077.processed,
14013: tests/results/078.processed, tests/results/079.processed,
14014: tests/results/080.processed, tests/results/081.processed,
14015: tests/results/082.processed, tests/results/083.processed,
14016: tests/results/084.processed, tests/results/085.processed,
14017: tests/results/086.processed, tests/results/087.processed,
14018: tests/results/088.processed, tests/results/089.processed,
14019: tests/results/090.processed, tests/results/091.processed,
14020: tests/results/092.processed, tests/results/093.processed,
14021: tests/results/094.processed, tests/results/095.processed,
14022: tests/results/096.processed, tests/results/097.processed,
14023: tests/results/101.processed, tests/results/102.processed,
14024: tests/results/104.processed, tests/results/105.processed,
14025: tests/results/106.processed, tests/results/107.processed,
14026: tests/results/108.processed, tests/results/109.processed,
14027: tests/results/110.processed, tests/results/111.processed,
14028: tests/results/112.processed, tests/results/113.processed,
14029: tests/results/114.processed, tests/results/115.processed,
14030: tests/results/116.processed, tests/results/117.processed,
14031: tests/results/118.processed, tests/results/119.processed,
14032: tests/results/120.processed, tests/results/121.processed,
14033: tests/results/122.processed, tests/results/123.processed,
14034: tests/results/124.processed: new convention: char* never 0.
14035: assert in cord on that
14036:
14037: * src/main/pa_charset.C: couple more asserts
14038:
14039: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14040: speedup
14041:
14042: * src/main/pa_charset.C: couple assertions on fantastic situations
14043: added [may be those is the case now?]
14044:
14045: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14046: that's memory from gc_malloc, not from g_malloc :(, but would
14047: hope]
14048:
14049: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14050: that's memory from gc_malloc, not from g_malloc :(, but would
14051: hope]
14052:
14053: * src/main/pa_charset.C: checked custom malloc for returning 0
14054:
14055: 2003-04-09 paf
14056:
14057: * src/classes/date.C: merged ^date.roll changes
14058:
14059: * src/classes/date.C: ^date.roll bug fix
14060:
14061: * src/classes/date.C: ^date.roll now throws less errors: month
14062: shifts handles end of month situation by reducing day number
14063: hour-hole shift reduces hour to recover
14064:
14065: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14066: Sort by function time
14067:
14068: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14069: http:// $.charset[] param done
14070:
14071: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14072: added [after volatile fix. passes on win&intel-solaris]
14073:
14074: 2003-04-08 paf
14075:
14076: * src/: classes/file.C, classes/op.C, classes/table.C,
14077: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14078: include/pa_common.h, include/pa_request_charsets.h,
14079: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14080: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14081: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14082: types/pa_vresponse.C: started http:// $.charset[] param and
14083: http response charset detection just compiled. todo:test
14084:
14085: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14086:
14087: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14088: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14089: types/pa_vmail.C: changed transcode param converntion along with
14090: string creating convention -- all strings are zero-terminated,
14091: this allowed to fix one remaining String("123", 2) case
14092:
14093: * src/: classes/date.C, classes/file.C, classes/hash.C,
14094: classes/op.C, classes/string.C, classes/table.C,
14095: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14096: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14097: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14098: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14099: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14100: violated String::invariant. started fixing [not compiled now]
14101:
14102: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14103: main/compile.tab.C, main/compile.y, main/pa_string.C,
14104: main/untaint.C, targets/cgi/parser3.C: number of string style
14105: improvements & optimizations
14106:
14107: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14108: :(]
14109:
14110: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14111: [for it's a pointer really]
14112:
14113: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14114: 'n' param. worked that around
14115:
14116: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14117: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14118: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14119: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14120: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14121:
14122: Thanks for the bug report and patch.
14123:
14124: I hadn't looked at this code in a while. Reading it now, it
14125: seems to me that the tests should also be ">= MAX_DEPTH" to
14126: comply with the invariant, though that may not matter a lot. I
14127: changed that, too.
14128:
14129: Hans
14130:
14131: 2003-04-07 paf
14132:
14133: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14134: merged from head:safe mode error message now includes numbers
14135:
14136: * src/main/execute.C: n-th attempt to make a=a work with double.
14137: problem: as_double returns it's result in fp-register compiler
14138: optimizes access to that register after b->as_double, and just
14139: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14140: from memory. _SAME_ double values do not match here. when
14141: forced to REload fp-register, values do match.
14142:
14143: tried to make them volatile.
14144:
14145: * src/main/execute.C: n-th attempt to make a=a work with double.
14146: problem: as_double returns it's result in fp-register compiler
14147: optimizes access to that register after b->as_double, and just
14148: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14149: from memory. _SAME_ double values do not match here. when
14150: forced to REload fp-register, values do match.
14151:
14152: tried to make them volatile.
14153:
14154: * src/types/pa_vobject.h: small style change
14155:
14156: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14157:
14158: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14159: mode error message now includes numbers
14160:
14161: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14162: now causes death
14163:
14164: 2003-04-04 paf
14165:
14166: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14167: incorportated pa_exec patch by From: "Victor Fedoseev"
14168: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14169: Sent: Thursday, January 23, 2003 9:14 AM
14170:
14171: huge speedup on ^file::cgi with big result
14172:
14173: * src/classes/table.C: sort table with 0 rows bug fixed
14174:
14175: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14176: fix http://i2/tasks/edit/?id=4493701604654042676
14177:
14178: @main[] $with_default[ $.a[1] $._default[default from
14179: with_default] ] ^show[$with_default]
14180:
14181: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14182: =$to_add_to.xxx=<br>
14183:
14184: ^show[$to_add_to]
14185:
14186: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14187: ^show[$cloned]
14188:
14189: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14190:
14191: } <hr>
14192:
14193: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14194: http://i2/tasks/edit/?id=4493701604654042676
14195:
14196: @main[] $with_default[ $.a[1] $._default[default from
14197: with_default] ] ^show[$with_default]
14198:
14199: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14200: =$to_add_to.xxx=<br>
14201:
14202: ^show[$to_add_to]
14203:
14204: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14205: ^show[$cloned]
14206:
14207: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14208:
14209: } <hr>
14210:
14211: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14212: http://i2/tasks/edit/?id=4507350336410850921
14213:
14214: * src/classes/xdoc.C: memory allocation func bugfix
14215: http://i2/tasks/edit/?id=4499303470368629745
14216:
14217: * src/classes/math.C: allowed random 1...
14218:
14219: * src/classes/math.C: allowed random 0..
14220:
14221: * src/main/pa_globals.C: exif mem leak
14222: http://i2/tasks/edit/?id=4480590323629807263
14223:
14224: * src/: classes/classes.dsp, main/main.dsp,
14225: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14226: fix http://i2/tasks/edit/?id=4493946731322521294
14227: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14228:
14229: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14230: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14231: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14232: links to xml libs made relative, no need to unpack parser3project
14233: to /parser3project.
14234:
14235: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14236: column more precise - tab handling bug fixed
14237:
14238: * src/main/: compile.tab.C, compile.y: more understandable error
14239: message in case @CLASS with more then one line inside
14240:
14241: * src/targets/cgi/parser3.C: more understandable error message in
14242: case of errors in @unhandled_exception
14243:
14244: 2003-04-03 paf
14245:
14246: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14247: src/main/compile.tab.C, src/main/compile.y,
14248: src/main/compile_tools.C, src/main/compile_tools.h,
14249: src/main/execute.C, src/main/pa_request.C: debug info format
14250: simplified, now it's: OP_VALUE Operation::Origin << here value*
14251:
14252: higher limits: file number (max: 255) line number (max:
14253: 64535) column number (max: 255)
14254:
14255: * src/classes/math.C: top limit
14256:
14257: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14258: precise parse error position in case of
14259:
14260: ^bug ]
14261:
14262: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14263: changed to realities, and passed [bug fixed]
14264:
14265: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14266: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14267: main/compile_tools.h, main/pa_request.C: introducing
14268: ^process...[main-method-alias]
14269:
14270: * src/: classes/date.C, classes/image.C, classes/op.C,
14271: classes/string.C, classes/table.C, classes/xdoc.C,
14272: types/pa_vmethod_frame.h: MethodParams& now [methods without
14273: params receive zero reference, but they are expected not to look
14274: there]
14275:
14276: * operators.txt, src/classes/date.C, src/classes/double.C,
14277: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14278: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14279: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14280: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14281: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14282: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14283: [methods without params receive zero reference, but they are
14284: expected not to look there]
14285:
14286: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14287: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14288: ^process...[filename] useful for better error reporting
14289: [file/line/col]
14290:
14291: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14292: types/pa_vstring.h: slightly improved error messages text: 1. is
14293: '%s', it 2. method undefined in case of ^void[]
14294:
14295: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14296: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14297: handling done. now we have error columns todo: test it
14298:
14299: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14300: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14301:
14302: this makes life easier: were: bad stack order -- were in
14303: exception catch unwind order, which didn't match execution order
14304:
14305: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14306:
14307: @first[] ^throw[a;1]
14308:
14309: showed throw a first throw b try
14310:
14311: which is no good
14312:
14313: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14314: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14315: trace reset after handled exception [old bug fixed]
14316:
14317: * src/main/: compile.tab.C, compile.y: parse position old bug
14318: fixed. position reporting made precise [both, in parse erros and
14319: runtime errors]
14320:
14321: 2003-04-02 paf
14322:
14323: * src/: include/pa_operation.h, include/pa_request.h,
14324: main/compile.C, main/compile.tab.C, main/compile.y,
14325: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14326: main/pa_exception.C, main/pa_request.C: debug info: started
14327: using. todo:complete
14328:
14329: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14330: main/compile.C, main/compile.tab.C, main/compile.y,
14331: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14332: main/pa_request.C: prepared debug info todo:use it
14333:
14334: * src/include/pa_operation.h: strange mistake fixed: forgot to
14335: return Operation class->union after switching from autoptrs.
14336:
14337: * tests/: Makefile, results/108.processed, results/117.processed:
14338: meta considered OK [it's up to coder now to remove it not needed]
14339:
14340: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14341: Dictionary constructor when moved to gc]
14342:
14343: * src/main/pa_common.C: uncommented http:// file loading
14344:
14345: * src/include/pa_array.h, src/main/execute.C,
14346: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14347: fix [gdGrowingBuf]
14348:
14349: * configure.in, src/lib/Makefile.am: removed patches
14350:
14351: * configure, src/include/pa_config_auto.h.in,
14352: src/main/pa_charset.C: --enable-assertions autoconf-ed
14353:
14354: * src/main/pa_common.C: uncommented http:// file loading
14355:
14356: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14357: xdoc::create/load
14358:
14359: * src/: classes/form.C, classes/hash.C, classes/image.C,
14360: classes/string.C, classes/table.C, classes/void.C,
14361: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14362: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14363: String::String(str,helper_length) are checked. found/fixed one
14364: place: $request:body now zero-terminated,
14365:
14366: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14367: main/compile_tools.C, main/execute.C, types/pa_value.h,
14368: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14369: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14370: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14371: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14372: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14373: types/pa_vxnode.h: more locally scoped vars in execute (more
14374: easily optimizable)
14375:
14376: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14377: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14378:
14379: * src/: include/pa_array.h, include/pa_stack.h,
14380: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14381: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14382: become assertion iterator in methodframe filler
14383:
14384: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14385: targets/cgi/parser3.C: array::get/put inlined
14386:
14387: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14388: gc_substitute_memory_management_functions +installed CORD_oom
14389: function
14390:
14391: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14392: src/include/pa_config_includes.h, src/include/pa_string.h,
14393: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14394: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14395: assertions started configure.in --enable-assertions
14396:
14397: 2003-04-01 paf
14398:
14399: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14400: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14401: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14402: gdome uses glib memory, and stores last pointer to xmlDoc there,
14403: gc misses that and collects valid memory fixed by remembering
14404: xmlDoc from dom object in xdoc. todo: do something with
14405: premature free of xdoc with xnodes/node values referring into it
14406:
14407: * src/classes/: mail.C: typo fix
14408:
14409: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14410: changes
14411:
14412: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14413: main/pa_memory.C: moved memory debugging to global level: to
14414: pa_gc_malloc
14415:
14416: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14417: debugging showed no errors. todo: debug parser memory
14418:
14419: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14420: configurations
14421:
14422: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14423: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14424: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14425: types/types.dsp: prepared xml-static configuration
14426:
14427: 2003-03-31 paf
14428:
14429: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14430: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14431: xml lib memory debugging, simple checks failed: it seems that
14432: library does realloc(bad ptr), and recording those ptrs in heap
14433: [for debugging] was bad: heap situation changes = everything
14434: works fine
14435:
14436: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14437: xmlRegisterCharEncodingHandler limitation [currently imposed
14438: limit of 10 user-defined charsets]
14439:
14440: 2003-03-28 paf
14441:
14442: * src/main/execute.C: execution stack copied to local register
14443: variable, removed lots [~2e7) of memory accesses
14444:
14445: 2003-03-27 paf
14446:
14447: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14448: works in debug, but fails in release todo: fix that
14449:
14450: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14451: targets/cgi/parser3.C: forgot to merge XML memory funcs
14452: replacement from gc branch
14453:
14454: * src/main/pa_exec.C: introducing append_help_length [radical
14455: improvement here]
14456:
14457: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14458: 'not recommened' in gc.h, on win32 noticed no difference]
14459:
14460: * src/include/pa_array.h: returned checked array get [were disabled
14461: for debugging] result:not slower [don't understand that, it were
14462: INLINED] todo: find out a way of inlining it!
14463:
14464: * src/: include/pa_string.h, lib/gc/include/gc.h,
14465: lib/gc/include/gc_fake.h, main/compile.tab.C,
14466: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14467: convention changed: all resulting strings are zero-terminated
14468:
14469: * src/: classes/date.C, classes/file.C, classes/hash.C,
14470: classes/string.C, classes/table.C, classes/void.C,
14471: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14472: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14473: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14474: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14475: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14476: types/pa_vfile.C, types/pa_vmail.C: introducing
14477: append_help_length [radical improvement here]
14478:
14479: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14480: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14481: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14482: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14483: even slower
14484:
14485: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14486: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14487: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14488: clients of &get(): most to use non-ref version, some[in tight
14489: places] to get_unchecked_ref
14490:
14491: * src/doc/memory.dox: forgot to add
14492:
14493: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14494: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14495: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14496: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14497: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14498: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14499: targets/cgi/parser3.dsp, types/pa_vmail.C,
14500: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14501: T>>&<< removed after Stack::pop wiping removed [moved to separate
14502: func] other Array & removed
14503:
14504: 2003-03-26 paf
14505:
14506: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14507: classes/table.C, include/pa_array.h, include/pa_charset.h,
14508: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14509: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14510: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14511: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14512: main/pa_exec.C, main/pa_sql_driver_manager.C,
14513: main/pa_stylesheet_manager.C, main/pa_table.C,
14514: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14515: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14516: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14517: pre-evaluated .count() in some places
14518:
14519: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14520: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14521: types/types.dsp: .dsp profiling updated
14522:
14523: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14524: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14525: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14526:
14527: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14528: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14529: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14530: use lib/gc,lib/cord
14531:
1.116 moko 14532: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14533: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14534: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14535: src/include/pa_config_includes.h, src/include/pa_request.h,
14536: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14537: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14538: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14539: src/lib/cord/include/Makefile.am,
1.116 moko 14540: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14541: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14542: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14543: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14544: src/types/pa_vform.h, src/types/pa_vhash.h,
14545: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14546: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14547: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14548: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14549: funcs ported pa_exec
1.95 moko 14550:
14551: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14552:
14553: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14554: bundled gc includes
14555:
14556: * src/: classes/op.C, include/pa_array.h,
14557: include/pa_sql_connection.h, include/pa_string.h,
14558: include/pa_version.h, main/compile.tab.C, main/compile.y,
14559: main/execute.C, main/pa_common.C, main/pa_exception.C,
14560: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14561: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14562: first real site (aval)]
14563:
14564: 2003-03-25 paf
14565:
14566: * operators.txt, src/main/pa_sql_driver_manager.C,
14567: src/types/pa_vstatus.C: $status.memory used free since_compact
14568: process
14569:
14570: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14571: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14572:
14573: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14574:
14575: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14576: src/types/pa_value.h, src/types/pa_vfile.h,
14577: src/types/pa_vobject.C, src/types/pa_vobject.h,
14578: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14579: tests/results/121.processed: untaint.C L_URI
14580:
14581: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14582: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14583: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14584: src/types/pa_vmemory.h: ^memory:compact[]
14585:
14586: * tests/results/109.processed: it was a bug in parser. updated 109
14587: test result
14588:
14589: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14590:
14591: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14592: tests/results/107.processed: fixed dom language [values are now
14593: considered tainted. it was a bug in parser. updated 107 test
14594: result
14595:
14596: * src/classes/xdoc.C: fixed transform params
14597:
14598: * src/: include/pa_stylesheet_manager.h,
14599: main/pa_stylesheet_manager.C: fixed stylesheet caching
14600:
14601: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14602: overloads for structure handling
14603:
14604: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14605: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14606: StringBody(0) ambiguilty, introducting static
14607: StringBody::Format(int)
14608:
14609: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14610: linked
14611:
14612: * src/types/pa_vxdoc.C: vxdoc compiled
14613:
14614: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14615: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14616: finalizers isntalled
14617:
14618: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14619: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14620: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14621: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14622: compiled todo: xnode.C / finalizers
14623:
14624: * src/doc/string.dox: updated: new string internals
14625:
14626: 2003-03-24 paf
14627:
14628: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14629: include/pa_charset.h, include/pa_config_fixed.h,
14630: include/pa_request.h, include/pa_stylesheet_connection.h,
14631: include/pa_stylesheet_manager.h, main/pa_charset.C,
14632: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14633: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14634: types/pa_vxnode.h: started XML
14635:
14636: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14637:
14638: * src/: classes/file.C, classes/image.C, classes/mail.C,
14639: include/pa_string.h, main/pa_common.C,
14640: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14641:
14642: * src/: classes/file.C, classes/image.C, classes/mail.C,
14643: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14644: main/pa_request.C, main/pa_sql_driver_manager.C,
14645: types/pa_vimage.h: size_t pos everywhere checks changed to check
14646: for eq STRING_NOT_FOUND
14647:
14648: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14649: optimize bit implemented
14650:
14651: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14652: String::ArrayFragment::append_positions fixed
14653:
14654: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14655: String::this_starts fixed
14656:
14657: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14658:
14659: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14660: hashcode implemented fully, including per-char callback [it can
14661: be - substr CORD node]
14662:
14663: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14664: rewritten to rewalloc with 100byte buf ahead
14665:
14666: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14667: src/include/pa_string.h, src/main/compile.tab.C,
14668: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14669: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14670: CORD_ec [bad] would rewrite as realloc now
14671:
14672: * src/: classes/date.C, classes/file.C, classes/form.C,
14673: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14674: include/pa_cache_managers.h, include/pa_charsets.h,
14675: include/pa_common.h, include/pa_request.h,
14676: include/pa_sql_driver_manager.h, include/pa_table.h,
14677: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14678: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14679: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14680: types/pa_vmail.C, types/pa_vmethod_frame.C,
14681: types/pa_vstateless_class.h: 2*2 worked :)
14682:
14683: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14684: src/include/pa_exec.h, src/include/pa_string.h,
14685: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14686: passed OK
14687:
14688: * src/: classes/hash.C, classes/string.C, classes/table.C,
14689: types/pa_value.C: all linked todo: debug
14690:
14691: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14692: types/pa_vstateless_class.C: all compiled. todo:link
14693:
14694: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14695:
14696: * src/types/pa_vtable.C: pa_vtable.C compiled
14697:
14698: * src/types/pa_vstring.C: pa_vstring.C compiled
14699:
14700: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14701:
14702: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14703: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14704: pa_vstateless_class.C, pa_vstateless_class.h:
14705: pa_vstateless_class.C compiled
14706:
14707: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14708: types/pa_vmath.C: pa_vmail.C compiled
14709:
14710: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14711:
14712: * src/types/pa_vform.C: pa_vform.C compiled
14713:
14714: * src/types/pa_vfile.C: pa_vfile.C compiled
14715:
14716: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14717: pa_vstateless_class.C: pa_vcookie.C compiled
14718:
14719: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14720: types/pa_vhash.h: pa_value.C compiled
14721:
14722: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14723: classes.lib main.lib compiled
14724:
14725: * src/classes/void.C: void.C compiled
14726:
14727: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14728: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14729: compiled
14730:
14731: * src/: classes/string.C, include/pa_request.h,
14732: include/pa_string.h, main/pa_string.C: string.C compiled
14733:
14734: * src/: classes/op.C, classes/string.C, classes/table.C,
14735: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14736: main/pa_request.C, main/pa_string.C: op.C compiled
14737:
14738: * src/classes/: math.C, op.C: math.C compiled
14739:
14740: * src/: classes/mail.C, classes/string.C, classes/table.C,
14741: types/pa_vmail.h: mail.C compiled
14742:
14743: * src/classes/: int.C, table.C: int.C compiled
14744:
14745: * src/: classes/hash.C, classes/image.C, classes/string.C,
14746: classes/table.C, include/pa_memory.h, include/pa_string.h,
14747: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14748: compiled
14749:
14750: * src/: classes/hash.C, classes/string.C, classes/table.C,
14751: classes/void.C, classes/xdoc.C, include/pa_request.h,
14752: include/pa_sql_connection.h: hash.C compiled
14753:
14754: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14755: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14756: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14757: classes/math.C, classes/op.C, classes/response.C,
14758: classes/string.C, classes/table.C, classes/void.C,
14759: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14760: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14761: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14762: file.C table.C compiled
14763:
14764: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14765: main/untaint.C: main.lib compiled
14766:
14767: 2003-03-21 paf
14768:
14769: * src/: classes/op.C, include/pa_cache_managers.h,
14770: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14771: include/pa_stylesheet_manager.h, main/pa_exception.C,
14772: main/pa_globals.C, main/pa_sql_driver_manager.C,
14773: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14774: compiled
14775:
14776: * src/: classes/hash.C, classes/image.C, classes/op.C,
14777: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14778: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14779: main/compile.C, main/pa_common.C, main/pa_request.C,
14780: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14781: pa_request.C compiled
14782:
14783: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14784: include/pa_request.h, main/execute.C, main/pa_request.C,
14785: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14786: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14787: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14788: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14789: compiled
14790:
14791: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14792: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14793: on unix
14794:
14795: * src/: include/pa_charset.h, include/pa_charsets.h,
14796: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14797: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14798: pa_charsets.C compiled
14799:
14800: * src/: classes/image.C, classes/mail.C, classes/op.C,
14801: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14802: main/compile.y, main/execute.C, main/pa_common.C,
14803: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14804: types/pa_vcode_frame.h, types/pa_vimage.h,
14805: types/pa_vmethod_frame.h: execute.C compiled
14806:
14807: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14808: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14809: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14810: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14811: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14812: include/pa_cache_managers.h, include/pa_charsets.h,
14813: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14814: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14815: include/pa_sql_driver_manager.h, include/pa_string.h,
14816: include/pa_stylesheet_connection.h,
14817: include/pa_stylesheet_manager.h, include/pa_table.h,
14818: main/compile.C, main/compile.tab.C, main/compile.y,
14819: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14820: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14821: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14822: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14823: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14824: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14825: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14826: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14827: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14828: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14829: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14830: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14831: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14832: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14833: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14834: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14835: types/pa_vresponse.h, types/pa_vstateless_class.C,
14836: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14837: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14838: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14839: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14840: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14841: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14842: [C++ CORD wrapper]
14843:
14844: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14845:
14846: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14847: $file::exec/cgi[script; $.charset[this is script's charset]
14848:
14849: command line, env values, input got transcoded before call
14850: stdout, stderr got transcoded after call
14851:
14852: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14853: by default. use: ^file::exec[...;$.stdin[$request.body]
14854:
14855: * src/main/pa_common.C: } typo bug fix
14856:
14857: * src/main/pa_common.C: } typo bug fix
14858:
14859: 2003-03-20 paf
14860:
14861: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14862: main/untaint.C: cord bug fix, but still errors todo: clear out
14863:
14864: * src/include/pa_string.h: more tests
14865:
14866: * src/main/pa_string.C: string.pos fixed
14867:
1.116 moko 14868: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14869: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14870: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14871: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14872: replaces
1.95 moko 14873:
14874: * src/: classes/image.C, include/pa_dictionary.h,
14875: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14876: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14877: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14878: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14879:
14880: * src/include/pa_string.h: warning
14881:
14882: * src/include/pa_string.h: this_starts fixed
14883:
14884: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14885: new String ctor & append params convention
14886:
14887: * src/: classes/file.C, classes/hash.C, classes/image.C,
14888: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14889: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14890: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14891: main/pa_exception.C, main/pa_exec.C,
14892: main/pa_sql_driver_manager.C, main/pa_string.C,
14893: main/pa_stylesheet_manager.C, main/untaint.C,
14894: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14895: types/pa_vmail.C: more tests OK
14896:
14897: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14898: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14899: gc/exit runned OK
14900:
14901: * src/types/pa_vmail.C: another naming problem: should not name
14902: vars like that: unpredictable close caused problems with later
14903: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14904: descriptors missing on startup: stdin; Bad file number
14905:
14906: todo: find out why so many filters(stream) here. probably wrong?
14907:
14908: * src/: include/pa_dictionary.h, include/pa_string.h,
14909: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14910: main/untaint.C: test compiled
14911:
14912: * src/: classes/image.C, classes/mail.C, classes/math.C,
14913: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14914: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14915: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14916: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14917: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14918: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14919: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14920: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14921: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14922:
14923: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14924: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14925: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14926: src/include/pa_memory.h, src/include/pa_request.h,
14927: src/include/pa_request_charsets.h,
14928: src/include/pa_sql_connection.h, src/include/pa_string.h,
14929: src/main/compile.tab.C, src/main/execute.C,
14930: src/main/pa_charset.C, src/main/pa_common.C,
14931: src/main/pa_exception.C, src/main/pa_exec.C,
14932: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14933: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14934: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14935: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14936: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14937: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14938: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14939: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14940: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14941: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14942: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14943: pa_common.C [done, without http for now]
14944:
14945: 2003-03-19 paf
14946:
14947: * src/: classes/date.C, classes/form.C, classes/hash.C,
14948: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14949: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14950: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14951: include/pa_string.h, include/pa_table.h, main/compile.C,
14952: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14953: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14954: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14955: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14956: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14957: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14958: types/pa_vstateless_class.h, types/pa_vtable.C,
14959: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14960: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14961: types/pa_wwrapper.h: started test
14962:
1.116 moko 14963: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14964: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14965:
14966: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14967: include/pa_string.h, main/pa_string.C: string compiled todo: test
14968: it
14969:
14970: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14971: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14972: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14973: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14974: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14975: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14976: types/pa_vmethod_frame.h, types/types.dsp: string
14977: reimplementation with cord+array<fragment>: 70%
14978:
14979: 2003-03-18 paf
14980:
14981: * src/: classes/date.C, classes/file.C, classes/form.C,
14982: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14983: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14984: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14985: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14986: can ignore lang in cmp and pos really, but would
14987: split properly!
14988:
14989: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14990: cord part made parser/src/lib: it's not compiled into libgc by
14991: default
14992:
14993: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14994: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14995: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14996: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14997: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14998: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14999: src/classes/xnode.C, src/classes/xnode.h,
15000: src/include/Makefile.am, src/include/pa_cache_managers.h,
15001: src/include/pa_charset.h, src/include/pa_charsets.h,
15002: src/include/pa_common.h, src/include/pa_dictionary.h,
15003: src/include/pa_exception.h, src/include/pa_exec.h,
15004: src/include/pa_globals.h, src/include/pa_hash.h,
15005: src/include/pa_memory.h, src/include/pa_pool.h,
15006: src/include/pa_request.h, src/include/pa_request_charsets.h,
15007: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15008: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15009: src/include/pa_stylesheet_connection.h,
15010: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15011: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15012: src/main/compile.C, src/main/compile.tab.C,
15013: src/main/compile_tools.C, src/main/compile_tools.h,
15014: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15015: src/main/pa_charsets.C, src/main/pa_common.C,
15016: src/main/pa_dictionary.C, src/main/pa_exception.C,
15017: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15018: src/main/pa_pool.C, src/main/pa_request.C,
15019: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15020: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15021: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15022: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15023: src/types/pa_junction.h, src/types/pa_method.h,
15024: src/types/pa_value.C, src/types/pa_value.h,
15025: src/types/pa_vclass.C, src/types/pa_vclass.h,
15026: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15027: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15028: src/types/pa_vdouble.h, src/types/pa_venv.h,
15029: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15030: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15031: src/types/pa_vimage.C, src/types/pa_vimage.h,
15032: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15033: src/types/pa_vmath.C, src/types/pa_vmath.h,
15034: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15035: src/types/pa_vobject.C, src/types/pa_vobject.h,
15036: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15037: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15038: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15039: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15040: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15041: src/types/pa_vstring.h, src/types/pa_vtable.C,
15042: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15043: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15044: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15045: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15046: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15047: gc: PA_Object done lots of replacements also
15048:
15049: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15050: gc logging
15051:
15052: 2003-03-17 paf
15053:
15054: * src/: classes/date.C, classes/file.C, classes/form.C,
15055: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15056: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15057: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15058: include/pa_string.h, include/pa_types.h, main/compile.C,
15059: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15060: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15061: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15062: main/pa_sql_driver_manager.C, main/pa_string.C,
15063: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15064: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15065: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15066: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15067: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15068: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15069: types/pa_vxnode.h: libgc attempt
15070:
15071: 2003-03-13 paf
15072:
15073: * src/: include/pa_sql_driver_manager.h,
15074: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15075: called
15076:
15077: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15078: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15079: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15080: types/pa_value.h, types/pa_vobject.h,
15081: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15082: set_base, set_derived simplified [counter leaks fixed]
15083:
15084: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15085: src/types/types.dsp: incorporated status class patch From:
15086: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15087: 2003 8:14 AM
15088:
15089: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15090: Win32 specific: QuotaPeakNonPagedPoolUsage
15091: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15092:
15093: 2003-03-12 paf
15094:
1.116 moko 15095: * configure, configure.in, src/lib/ltdl/configure,
15096: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15097: lib/ltdl/Makefile now created by /configure.in only [were by
15098: lib/ltdl/configure.in OVERWRITE]
15099:
1.116 moko 15100: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15101: linkage fixed for g++ 3.2.2
1.95 moko 15102:
15103: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15104: on using privately declared class [fixed]
15105:
15106: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15107: 3.2 rightliy complained on using privately declared class [fixed]
15108:
15109: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15110: sigpipe before request constructor now causes death
15111:
15112: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15113: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15114: not cause exception in exception handler
15115:
1.116 moko 15116: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15117: now default links libstdc++ statically. that can be overriden by
15118: --with-dynamic-stdcpp
1.95 moko 15119:
15120: 2003-03-11 paf
15121:
15122: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15123: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15124: necessity of libstdc++
15125:
15126: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15127:
15128: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15129:
15130: 2003-03-08 paf
15131:
15132: * tests/Makefile: make install & co
15133:
15134: * src/: include/pa_request.h, classes/op.C: removing
15135: vclass,object.h -> pa_request.h dependency
15136:
15137: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15138: main/pa_request.C: removing vform,response,cookie.h ->
15139: pa_request.h dependency
15140:
15141: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15142: dependency [testing...]
15143:
15144: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15145: return 0; fixed
15146:
15147: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15148: types/pa_vmail.h: vmail.C received just compiled [not tested]
15149:
15150: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15151:
15152: * src/main/pa_request.C: forgotten: ifdef XML
15153:
15154: * src/main/pa_request.C: forgotten: ifdef XML
15155:
15156: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15157: win32 and run memleak tests again
15158:
15159: * src/targets/cgi/parser3.C: charsets: see some strange things with
15160: old xml lib-- it's internal memory handling has faults
15161:
15162: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15163: problems when transcode from charset A to A.
15164:
15165: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15166: todo: still problems when transcode from charset A to A.
15167:
15168: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15169: classes/table.C, include/pa_array.h,
15170: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15171: started full-scale-site-test [~ http://parser.ru sources]
15172:
15173: some fixes
15174:
15175: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15176: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15177: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15178: results/110.processed, results/111.processed,
15179: results/112.processed, results/113.processed,
15180: results/114.processed, results/115.processed,
15181: results/116.processed, results/117.processed,
15182: results/118.processed, results/119.processed,
15183: results/120.processed: xml: tests 109 dom create/show 110 xpath
15184: selectSingle 111 xdoc.create from tainted & 112
15185: xdoc.create/output with russian attr value 113 xpath
15186: selectString/Number 114 dom attributes.count 115 xpath selectBool
15187: 116 output media-type change 117 transform by dom stylesheet 118
15188: empty transform result 119 dom setAttribute 120 nbsp letter
15189: output
15190:
15191: =END OF PREPARED XML TESTS=
15192:
15193: 2003-03-07 paf
15194:
15195: * src/classes/xdoc.C, src/include/pa_charset.h,
15196: src/include/pa_stylesheet_connection.h, tests/108.html,
15197: tests/108.xsl, tests/results/108.processed: xml: test 108
15198: transform with params [bugs fixed]
15199:
15200: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15201: from copy/paste bug
15202:
15203: * src/classes/xdoc.C, src/include/pa_charset.h,
15204: src/include/pa_request.h, src/main/execute.C,
15205: src/main/pa_charset.C, src/main/pa_exception.C,
15206: src/main/pa_globals.C, src/main/pa_request.C,
15207: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15208: src/types/pa_vxnode.C, tests/107.html,
15209: tests/results/107.processed: xml: test: 107 bug fixes
15210:
15211: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15212: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15213: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15214:
15215: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15216: string
15217:
15218: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15219: mem alloc functions used for different cases [libxml, libxsl]
15220:
15221: * src/classes/classes.C: fixed: prevent system classes from
15222: modification to lock ALL the classes, not only directly used
15223:
15224: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15225: linked
15226:
15227: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15228:
15229: 2003-03-06 paf
15230:
15231: * src/classes/xdoc.C: xdoc.C 50%
15232:
15233: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15234: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15235: main/pa_globals.C, main/pa_request.C,
15236: main/pa_stylesheet_manager.C: xnode.C compiled
15237:
15238: * src/: include/pa_stylesheet_connection.h,
15239: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15240: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15241:
15242: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15243: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15244: xml: stylesheet&manager STARTED
15245:
15246: * src/: include/pa_globals.h, main/pa_charset.C,
15247: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15248:
15249: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15250: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15251: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15252: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15253: charsets
15254:
15255: * tests/023.html: in some cases it rounded up badly. postponing
15256: solution of that problem, making more simple test
15257:
15258: * tests/: 058_paf2000.png, results/058.processed: .png added with
15259: -kb now
15260:
15261: * src/: include/pa_charset.h, include/pa_charsets.h,
15262: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15263: moved to charsets.C
15264:
15265: 2003-03-05 paf
15266:
15267: * src/classes/string.C, src/include/pa_string.h,
15268: src/main/pa_string.C, tests/105.html,
15269: tests/results/105.processed: String::match bug fixed
15270:
15271: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15272: tests/results/104.processed: ^bpt operator added [does int3 in
15273: debug build on win32]
15274:
15275: * tests/: 057.html, results/057.processed: test bug fixed
15276:
1.116 moko 15277: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15278:
15279: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15280: missing
15281:
1.116 moko 15282: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15283: forgotten files added to Makes
1.95 moko 15284:
15285: * ltmain.sh: ltmain.sh added
15286:
15287: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15288: change undone ;(
15289:
15290: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15291: made static
15292:
15293: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15294: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15295: todo:make linker happy
1.95 moko 15296:
15297: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15298: env param made optional
15299:
15300: 2003-03-04 paf
15301:
15302: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15303: types/pa_vimage.h: number of gcc compiler bugs fixed
15304:
15305: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15306: results/103.processed: tests: 103 image.copy transparence test
15307:
15308: * src/main/execute.C, tests/101.html, tests/102.html,
15309: tests/results/101.processed, tests/results/102.processed: tests:
15310: 101 method/variable name conflict test 102 form fields change
15311: should not not change anything [bug fix]
15312:
15313: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15314: results/099.processed, results/100.processed: tests: 57 date
15315: create 2002: added 99,100 response:body/download
15316:
15317: * src/classes/image.C, tests/098.html, tests/098font.gif,
15318: tests/results/098.processed: test: 98 image font text [bug fixed]
15319:
15320: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15321: tests/results/097.processed: test: 97 file::load http:// [bugs
15322: fixed]
15323:
15324: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15325: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15326: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15327: image EXIF [bug fixed]
15328:
15329: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15330: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15331: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15332: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15333: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15334: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15335: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15336: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15337: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15338: tests/094.html, tests/095.html, tests/results/061.processed,
15339: tests/results/062.processed, tests/results/063.processed,
15340: tests/results/064.processed, tests/results/065.processed,
15341: tests/results/066.processed, tests/results/067.processed,
15342: tests/results/068.processed, tests/results/069.processed,
15343: tests/results/070.processed, tests/results/071.processed,
15344: tests/results/072.processed, tests/results/073.processed,
15345: tests/results/074.processed, tests/results/075.processed,
15346: tests/results/076.processed, tests/results/077.processed,
15347: tests/results/078.processed, tests/results/080.processed,
15348: tests/results/081.processed, tests/results/082.processed,
15349: tests/results/083.processed, tests/results/084.processed,
15350: tests/results/085.processed, tests/results/086.processed,
15351: tests/results/087.processed, tests/results/088.processed,
15352: tests/results/089.processed, tests/results/090.processed,
15353: tests/results/091.processed, tests/results/092.processed,
15354: tests/results/093.processed, tests/results/094.processed,
15355: tests/results/095.processed, tests/079.html,
15356: tests/results/079.processed: tests: 61 file::stat size 62
15357: string->int autoconvert 63 double .int,dec,div,mul 64 date
15358: compare 65 file: basename,justname,justext 66 math:crypt 67
15359: string.match simple on long 68 string.match normalized simple on
15360: long 69 string.int 70 file::stat content-type 71 table.join 72
15361: hash parameter conditional pass 73 date daylightsaving,yearday 74
15362: date arithmetics 75 response date values/attributes 76 string.pos
15363: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15364: with local 80 scientific numeric literal in string autoconvert 81
15365: xor: logical and numerical 82 for delims 83 menu delims 84
15366: table.hash distinct 85 long string replace 86 throw+catch
15367: current language preserve 87 bit shifts 88 junction tests +
15368: $caller test 89 hash.foreach selfmodification 90 int/void to int
15369: 91 $caller test 92 junction is + def junction tests 93 $caller
15370: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15371:
15372: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15373: fixed] 60 string eq string [bug fixed]
15374:
15375: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15376: 058.html, 058_paf2000.png, 059.html, 060.html,
15377: results/053.processed, results/054.processed,
15378: results/055.processed, results/056.processed,
15379: results/057.processed, results/058.processed,
15380: results/059.processed, results/060.processed: test: 53
15381: string.replace 54 junctions 55 table.hash 56 call indirect 57
15382: date.create[string] 58 image.measure[png]
15383:
15384: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15385: outputs/051.processed, results/052.processed: test: 52
15386: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15387: task: fix that
15388:
15389: 2003-03-03 paf
15390:
15391: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15392: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15393: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15394: outputs/049.processed, outputs/050.processed,
15395: outputs/051.processed, results/001.processed,
15396: results/002.processed, results/003.processed,
15397: results/005.processed, results/006.processed,
15398: results/008.processed, results/009.processed,
15399: results/011.processed, results/012.processed,
15400: results/013.processed, results/014.processed,
15401: results/015.processed, results/016.processed,
15402: results/017.processed, results/020.processed,
15403: results/021.processed, results/022.processed,
15404: results/024.processed, results/025.processed,
15405: results/026.processed, results/027.processed,
15406: results/028.processed, results/029.processed,
15407: results/030.processed, results/031.processed,
15408: results/049.processed, results/050.processed,
15409: results/051.processed, results/043.processed,
15410: results/044.processed, results/045.processed,
15411: results/046.processed, results/047.processed,
15412: results/048.processed: tests: 43,44,45 date rolls 46
15413: autoevaluating junction 47 table.select 48 name with subvar 49
15414: hash-creating switch 50 process 51 started parent/child, works as
15415: it were but it were NOT GOOD, created separate task to fix that
15416:
15417: * tests/: 042.html, results/042.processed: test: 42
15418: exception.handled
15419:
15420: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15421: expression
15422:
15423: * tests/: 040.html, results/040.processed: test: 39 method result
15424: of type table 40 method param junction auto evaluate
15425:
15426: * tests/: 039.html, results/039.processed: test: 37 method result
15427: of type table
15428:
15429: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15430: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15431: tests/038.html, tests/results/033.processed,
15432: tests/results/034.processed, tests/results/035.processed,
15433: tests/results/036.processed, tests/results/037.processed,
15434: tests/results/038.processed: tests: 33 string.replace 34
15435: string.upper 35 table created 36 local/global vars with juntions
15436: 37 table clone 38 math PI & number formatting
15437:
15438: math class registring typo fixed
15439:
15440: * src/classes/op.C, src/include/pa_request.h,
15441: src/include/pa_string.h, src/main/execute.C,
15442: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15443: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15444: tests/032.html, tests/results/032.processed: uchar changed to
15445: String_UL in all places [was not everywhere] untaint test: 032
15446:
15447: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15448: tests/results/004.processed, tests/parser-cygwin.sh,
15449: tests/parser-unix.sh: removed -H command line key, now testing
15450: using .sh file with SERVER_SOFTWARE=xxx
15451:
15452: 2003-02-26 paf
15453:
15454: * src/main/execute.C, src/types/pa_vstateless_class.h,
15455: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15456: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15457: tests/results/024.processed, tests/results/025.processed,
15458: tests/results/026.processed, tests/results/027.processed,
15459: tests/results/028.processed, tests/results/029.processed,
15460: tests/results/030.processed, tests/results/031.processed: fixed
15461: bug with name_cstr mutable CharPtr more tests
15462:
15463: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15464: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15465: << abort. die now just exits
15466:
15467: * src/classes/classes.awk, src/classes/classes.h,
15468: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15469: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15470: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15471: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15472: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15473: src/classes/xnode.C, src/include/pa_memory.h,
15474: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15475: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15476: src/types/pa_vform.C, tests/015.html, tests/016.html,
15477: tests/017.html, tests/018.html, tests/019.html,
15478: tests/019paf2001.gif, tests/020.html, tests/021.html,
15479: tests/022.html, tests/023.html, tests/022_dir/a.html,
15480: tests/022_dir/b.txt, tests/022_dir/c.htm,
15481: tests/results/015.processed, tests/results/016.processed,
15482: tests/results/017.processed, tests/results/018.processed,
15483: tests/results/019.processed, tests/results/020.processed,
15484: tests/results/021.processed, tests/results/022.processed,
15485: tests/results/023.processed: methoded_array now contains all Mxxx
15486: classes SAPI::get_env now returns info on pool more tests
15487:
15488: * src/include/pa_array.h, src/include/pa_hash.h,
15489: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15490: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15491: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15492: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15493: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15494: tests/results/001.processed, tests/results/002.processed,
15495: tests/results/003.processed, tests/results/004.processed,
15496: tests/results/005.processed, tests/results/006.processed,
15497: tests/results/007.processed, tests/results/008.processed,
15498: tests/results/009.processed, tests/results/010.processed,
15499: tests/results/011.processed, tests/results/012.processed,
15500: tests/results/013.processed, tests/results/014.processed: hash
15501: cloning fixed
15502:
15503: 2003-02-25 paf
15504:
15505: * src/main/pa_common.C: typo fixed
15506:
15507: 2003-02-24 paf
15508:
15509: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15510: [one remained]
15511:
15512: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15513: [should have been get_string(&pool)] todo: check other such calls
15514:
15515: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15516: test10, bad lookups
15517:
15518: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15519: object got destructed, and xxx points to sky
15520:
15521: * ChangeLog, src/classes/string.C: match bug fixed
15522:
15523: * src/types/pa_vmail.C: body [text/html] transcoded to
15524: $.charset[specified] now
15525:
15526: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15527: which failed to handle sigsetjmp+throw: crashed inside of
15528: pre-throw code. rewritten simplier [though duplicating
15529: closesocket code]
15530:
15531: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15532: which failed to handle sigsetjmp+throw: crashed inside of
15533: pre-throw code. rewritten simplier [though duplicating
15534: closesocket code]
15535:
15536: 2003-02-21 paf
15537:
15538: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15539: $cookie:name[$.expires[date << can be now]]
15540:
15541: written makefile with regression tests [raw]
15542:
15543: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15544: tests' only [it's not forcing CGI mode now] now use -H to output
15545: CGI header when parser used in command line [useful for tests
15546: also]
15547:
15548: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15549: switches on CGI mode, and is used in regression tests
15550:
15551: * src/: include/pa_request.h, main/pa_request.C,
15552: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15553: fixed
15554:
15555: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15556: handling pa_*
15557:
15558: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15559: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15560: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15561: memory handling files
15562:
15563: * src/main/pa_array.C: pool::format_integer terminator fixed
15564:
15565: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15566: compiles OK test to show benefits of free
15567:
15568: * src/: classes/file.C, classes/image.C, classes/mail.C,
15569: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15570: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15571: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15572: use pool [as the one in ^process]
15573:
15574: * src/classes/op.C: fixed process. sould now check for all cstr's
15575: -- some must use pool [as the one in ^process]
15576:
15577: 2003-02-20 paf
15578:
15579: * src/: classes/date.C, classes/double.C, classes/file.C,
15580: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15581: classes/math.C, classes/op.C, classes/response.C,
15582: classes/string.C, classes/table.C, classes/void.C,
15583: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15584: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15585: string cmp fixed
15586:
15587: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15588: values passed OK now
15589:
15590: 2003-02-19 paf
15591:
15592: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15593: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15594: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15595: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15596: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15597: all remaning leaks resulted from pooled::malloc calls [excluding
15598: in gd -- planning complete rewrite extremely ugly code]
15599:
15600: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15601: files
15602:
15603: 2003-02-17 paf
15604:
15605: * src/: classes/date.C, classes/double.C, classes/file.C,
15606: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15607: classes/response.C, classes/string.C, classes/table.C,
15608: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15609: include/pa_stylesheet_connection.h,
15610: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15611: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15612: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15613: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15614: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15615: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15616: of unitialized simple-typed field
15617:
15618: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15619: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15620: simple-typed field fixed. todo: find&kill all like that one
15621:
15622: * src/: main/execute.C, targets/cgi/pa_pool.C,
15623: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15624: debug output fixed
15625:
15626: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15627: main/pa_request.C: stack-stored items need extra .ref to prevent
15628: object_ptr from delete[them]
15629:
15630: * src/: classes/date.C, classes/op.C, classes/table.C,
15631: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15632: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15633: main/pa_charset.C, main/pa_common.C,
15634: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15635: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15636: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15637: calls
15638:
15639: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15640: couple mem leaks rusulted from old pooled::malloc usage.
15641: todo:find more like those
15642:
15643: * src/main/: compile.C, compile_tools.C: 2*2!
15644:
15645: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15646: stackItem fixed [there were no string on stack before]
15647:
15648: * src/: main/execute.C, main/pa_request.C,
15649: types/pa_vmethod_frame.C: first letters out OK
15650:
15651: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15652: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15653: main/pa_string.C, main/untaint.C, types/pa_value.h,
15654: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15655: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15656: type not initialized with zeros :( while class fields of class
15657: types initialized with default constructors. learn C++
15658:
15659: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15660: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15661: classes/math.C, classes/xdoc.C, classes/xnode.C,
15662: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15663: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15664:
15665: 2003-02-14 paf
15666:
15667: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15668: 13 link errors
15669:
15670: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15671: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15672: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15673: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15674: errors :)
15675:
15676: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15677: classes/hash.C, classes/mail.C, classes/op.C,
15678: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15679: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15680: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15681: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15682:
15683: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15684: classes/table.C, include/pa_common.h, include/pa_globals.h,
15685: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15686: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15687: types/pa_vint.h, types/types.dsp: op compiled
15688:
15689: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15690: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15691: main/untaint.C, types/pa_vtable.h: string, response compiled
15692:
15693: 2003-02-07 paf
15694:
15695: * src/: classes/table.C, types/pa_vtable.h: table compiled
15696:
15697: 2003-02-06 paf
15698:
15699: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15700: mail compiled
15701:
15702: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15703: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15704: types/pa_vfile.h, types/pa_vimage.h: image compiled
15705:
15706: * src/classes/: file.C, form.C: form compiled
15707:
15708: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15709: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15710: types/pa_vfile.C, types/pa_vfile.h: file compiled
15711:
15712: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15713: types/pa_vmath.h: math compiled [win32]
15714:
15715: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15716: types/pa_vstring.h: hash compiled
15717:
15718: 2003-02-04 paf
15719:
15720: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15721: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15722: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15723: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15724: types/pa_vhash.h: hash 50% compiled
15725:
15726: * src/: classes/date.C, classes/file.C, classes/hash.C,
15727: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15728: classes/string.C, classes/table.C, classes/xdoc.C,
15729: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15730: main/pa_string.C: date compiled
15731:
15732: * src/classes/: classes.dsp, double.C: double compiled
15733:
15734: * src/: classes/date.C, classes/double.C, classes/file.C,
15735: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15736: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15737: classes/string.C, classes/table.C, classes/void.C,
15738: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15739: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15740: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15741: compiled
15742:
15743: * src/: classes/date.C, classes/double.C, classes/file.C,
15744: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15745: classes/math.C, classes/op.C, classes/response.C,
15746: classes/string.C, classes/table.C, classes/void.C,
15747: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15748: types/pa_vvoid.h: void compiled :)
15749:
15750: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15751: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15752: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15753: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15754: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15755: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15756: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15757: types/pa_vresponse.C, types/pa_vstateless_class.C,
15758: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15759: types/pa_wcontext.C, types/types.dsp: removed stupid
15760: value_includes.h
15761:
15762: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15763: trying to remove stupid value_includes.h
15764:
15765: * src/main/pa_exec.C: pa_exec compiled on win32
15766:
15767: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15768:
15769: * src/: include/pa_globals.h, include/pa_request.h,
15770: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15771: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15772: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15773: types/pa_vrequest.C, types/pa_vstateless_class.C,
15774: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15775:
15776: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15777: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15778: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15779:
15780: * src/: include/pa_array.h, include/pa_config_includes.h,
15781: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15782: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15783: compiled
15784:
15785: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15786: name conflicts)
15787:
15788: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15789: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15790: yelds "virtual memory exhausted" while trying to compile
15791: execute.C [eating up to 127MB]
15792:
15793: 2003-02-03 paf
15794:
15795: * src/: include/pa_config_includes.h, include/pa_hash.h,
15796: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15797: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15798: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15799: types/pa_vint.h, types/pa_vjunction.h,
15800: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15801: started gcc compiling pa_common compiled
15802:
15803: * src/: include/pa_exception.h, include/pa_pool.h,
15804: main/pa_exception.C: exception gcc change #1
15805:
1.116 moko 15806: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15807: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15808:
15809: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15810:
15811: * src/types/pa_vtable.C: vtable compiled
15812:
15813: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15814:
15815: * src/: include/pa_cache_managers.h, main/pa_request.C,
15816: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15817:
15818: * src/types/pa_vstateless_class.C: vstateless_class compiled
15819:
15820: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15821:
15822: * src/types/pa_vrequest.C: vrequest compiled
15823:
15824: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15825: pa_vobject.C, pa_vobject.h: vobject compiled
15826:
15827: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15828: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15829: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15830: compiled
15831:
15832: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15833:
15834: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15835: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15836: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15837: compiled
15838:
15839: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15840: main.lib - 0 error(s), 0 warning(s)
15841:
15842: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15843: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15844:
15845: 2003-01-31 paf
15846:
15847: * src/: include/pa_array.h, include/pa_operation.h,
15848: include/pa_request.h, main/execute.C, main/main.dsp,
15849: types/pa_vjunction.h: started last file from main library:
15850: execute
15851:
15852: * src/: include/pa_request.h, include/pa_sapi.h,
15853: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15854: main/pa_request.C, targets/cgi/parser3.C,
15855: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15856: types/pa_vhash.h: pa_request compiled
15857:
15858: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15859: include/pa_globals.h, include/pa_request.h,
15860: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15861: main/execute.C, main/main.dsp, main/pa_common.C,
15862: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15863: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15864: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15865: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15866: types/types.dsp: most pa_request compiled
15867:
15868: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15869: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15870: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15871: classes/op.C, classes/response.C, classes/string.C,
15872: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15873: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15874: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15875: include/pa_config_fixed.h, include/pa_config_includes.h,
15876: include/pa_dictionary.h, include/pa_dir.h,
15877: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15878: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15879: include/pa_pool.h, include/pa_request.h,
15880: include/pa_request_charsets.h, include/pa_request_info.h,
15881: include/pa_sapi.h, include/pa_socks.h,
15882: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15883: include/pa_stack.h, include/pa_string.h,
15884: include/pa_stylesheet_connection.h,
15885: include/pa_stylesheet_manager.h, include/pa_table.h,
15886: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15887: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15888: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15889: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15890: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15891: main/compile.C, main/compile.tab.C, main/compile.y,
15892: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15893: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15894: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15895: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15896: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15897: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15898: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15899: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15900: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15901: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15902: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15903: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15904: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15905: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15906: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15907: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15908: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15909: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15910: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15911: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15912: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15913: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15914: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15915: types/pa_vresponse.h, types/pa_vstateless_class.C,
15916: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15917: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15918: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15919: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15920: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15921: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15922:
15923: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15924: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15925: src/include/pa_charsets.h, src/include/pa_common.h,
15926: src/include/pa_dictionary.h, src/include/pa_exception.h,
15927: src/include/pa_exec.h, src/include/pa_pool.h,
15928: src/include/pa_request.h, src/include/pa_sapi.h,
15929: src/include/pa_sql_connection.h,
15930: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15931: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15932: src/main/compile.tab.C, src/main/compile_tools.C,
15933: src/main/compile_tools.h, src/main/main.dsp,
15934: src/main/pa_charset.C, src/main/pa_charsets.C,
15935: src/main/pa_common.C, src/main/pa_dictionary.C,
15936: src/main/pa_exception.C, src/main/pa_exec.C,
15937: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15938: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15939: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15940: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15941: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15942: src/types/pa_vdouble.h, src/types/pa_venv.h,
15943: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15944: src/types/pa_vhash.h, src/types/pa_vimage.C,
15945: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15946: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15947: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15948: src/types/pa_vobject.C, src/types/pa_vobject.h,
15949: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15950: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15951: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15952: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15953: src/types/pa_vstring.h, src/types/pa_vtable.h,
15954: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15955: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15956: died, long live StringPtr
15957:
15958: 2003-01-30 paf
15959:
15960: * src/: include/pa_charset.h, include/pa_request.h,
15961: include/pa_sql_driver_manager.h, main/compile.tab.C,
15962: main/compile.y, main/compile_tools.h, main/pa_request.C,
15963: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15964:
15965: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15966: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15967: types/pa_vhash.h, types/pa_vmethod_frame.h,
15968: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15969: types/types.dsp: vstateless_class compiled
15970:
15971: * src/main/compile.C: compile compiled
15972:
15973: * src/: include/pa_array.h, include/pa_operation.h,
15974: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15975: main/pa_table.C: compile_tools compiled
15976:
15977: * src/: include/pa_operation.h, main/compile.y,
15978: main/compile_tools.C, main/compile_tools.h: started
15979: compile_tools. vagues ideas of how to free compiled code
15980:
15981: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15982: main/main.dsp, types/pa_value.C, types/pa_value.h,
15983: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15984: compiled
15985:
15986: 2003-01-29 paf
15987:
15988: * src/: include/pa_globals.h, include/pa_request.h,
15989: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15990: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15991: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15992: compiled
15993:
15994: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15995: now
15996:
15997: * src/: include/pa_array.h, include/pa_exception.h,
15998: include/pa_pool.h, main/pa_exception.C: gd compiled
15999:
16000: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16001: compiled
16002:
16003: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16004: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16005: types/pa_vfile.h: vfile compiled
16006:
16007: * src/: include/pa_common.h, include/pa_globals.h,
16008: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16009: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16010: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16011:
16012: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16013: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16014: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16015: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16016: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16017:
16018: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16019: main/main.dsp, main/untaint.C: more compiled
16020:
16021: * src/: include/pa_charsets.h, include/pa_request.h,
16022: include/pa_request_info.h, include/pa_string.h,
16023: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16024: types/pa_vresponse.h: vrequest compiled
16025:
16026: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16027: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16028: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16029:
16030: * src/: classes/classes.h, include/pa_charset.h,
16031: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16032: include/pa_request.h, include/pa_string.h, main/main.dsp,
16033: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16034: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16035: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16036: types/pa_vrequest.C, types/pa_vrequest.h,
16037: types/pa_vstateless_class.h, types/pa_vstring.h,
16038: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16039:
16040: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16041: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16042: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16043: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16044: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16045: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16046: types/pa_vobject.h, types/pa_vstateless_class.h,
16047: types/pa_vstateless_object.h, types/pa_vstatus.h,
16048: types/pa_vstring.h, types/types.dsp: vmath compiled
16049:
16050: 2003-01-28 paf
16051:
16052: * src/: classes/classes.h, classes/date.C, classes/file.C,
16053: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16054: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16055: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16056: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16057: compile_tools
16058:
16059: * src/: include/pa_charset.h, include/pa_exception.h,
16060: include/pa_request.h, include/pa_string.h, main/untaint.C:
16061: untaint compiled
16062:
16063: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16064: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16065: more compiled. struck with string::store_to needing to know
16066: source/client charsets
16067:
16068: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16069: types/pa_vfile.h: uue compiled
16070:
16071: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16072: table compiled
16073:
16074: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16075: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16076:
16077: * src/: include/pa_charset.h, main/pa_charset.C,
16078: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16079: introduced]
16080:
16081: * src/: classes/date.C, include/pa_charset.h,
16082: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16083: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16084: pa_charsets compiled
16085:
16086: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16087: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16088:
16089: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16090: common compiled
16091:
16092: * src/: include/pa_charsets.h, main/pa_charsets.C,
16093: main/pa_sql_driver_manager.C: pa_charsets compiled
16094:
16095: * src/: include/pa_array.h, include/pa_charset.h,
16096: include/pa_charsets.h, include/pa_pool.h,
16097: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16098: include/pa_stack.h, include/pa_string.h,
16099: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16100: sql_driver_manager compiled
16101:
16102: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16103: letter i with two dots added to koi, all ukranian letters added
16104: to win1251.
16105:
16106: typographic simbol 0xb9 deleted from win1251 [strange one & were
16107: abscent from koi]
16108:
16109: 2003-01-27 paf
16110:
16111: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16112: include/pa_sql_driver_manager.h, include/pa_string.h,
16113: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16114: sql/pa_sql_driver.h: paused on sql_manager
16115:
16116: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16117: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16118: include/pa_stack.h, main/pa_sql_driver_manager.C,
16119: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16120:
16121: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16122: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16123: include/pa_table.h, main/pa_sql_driver_manager.C,
16124: main/pa_table.C: table compiled
16125:
16126: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16127: cache_managers compiled
16128:
16129: * src/: include/pa_array.h, include/pa_charset.h,
16130: include/pa_pool.h, main/pa_charset.C: charset compiled
16131:
16132: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16133:
16134: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16135: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16136: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16137: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16138: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16139:
16140: 2003-01-24 paf
16141:
16142: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16143: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16144: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16145: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16146: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16147: types/pa_vint.h, types/pa_vjunction.h,
16148: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16149: types/pa_vstatus.h, types/pa_vstring.h: more patched
16150:
16151: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16152: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16153: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16154: main/pa_string.C, main/pa_table.C: string compiled
16155:
16156: * src/: include/pa_array.h, include/pa_common.h,
16157: include/pa_dictionary.h, include/pa_exception.h,
16158: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16159: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16160: main/pa_string.C: dictionary compiled
16161:
16162: 2003-01-23 paf
16163:
16164: * src/: include/pa_array.h, include/pa_common.h,
16165: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16166: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16167: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16168: types/pa_value.h: resurrected pool in new sense: now it's
16169: factory, producing&accounting memory chunks for read[autofree]
16170: buffers
16171:
16172: * src/: include/pa_array.h, include/pa_exception.h,
16173: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16174: main/pa_exception.C, main/pa_table.C: table compiled
16175:
16176: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16177: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16178: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16179: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16180: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16181: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16182: main/pa_table.C: aint that easy
16183:
16184: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16185: main/main.dsp: continued with Hash
16186:
16187: * src/main/pa_common.C: connect_string allocated on heap[wes on
16188: stack] now. and exception can be reported OK now [can be reported
16189: outside of pro c with that stack]
16190:
16191: 2003-01-22 paf
16192:
16193: * src/: include/pa_array.h, include/pa_charset.h,
16194: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16195: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16196: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16197: base: contains references_count. auto_ptr template calls
16198: add_ref/release
16199:
16200: 2003-01-21 paf
16201:
16202: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16203: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16204: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16205: classes/op.C, classes/response.C, classes/string.C,
16206: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16207: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16208: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16209: include/pa_config_fixed.h, include/pa_config_includes.h,
16210: include/pa_dictionary.h, include/pa_dir.h,
16211: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16212: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16213: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16214: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16215: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16216: include/pa_stack.h, include/pa_string.h,
16217: include/pa_stylesheet_connection.h,
16218: include/pa_stylesheet_manager.h, include/pa_table.h,
16219: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16220: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16221: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16222: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16223: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16224: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16225: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16226: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16227: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16228: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16229: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16230: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16231: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16232: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16233: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16234: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16235: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16236: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16237: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16238: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16239: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16240: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16241: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16242: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16243: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16244: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16245: types/pa_vstateless_object.h, types/pa_vstatus.C,
16246: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16247: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16248: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16249: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16250: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16251: 2002->2003
16252:
16253: 2003-01-16 paf
16254:
16255: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16256: src/main/pa_globals.C: http:// introducing $.any-status(1)
16257:
16258: * operators.txt, src/include/pa_config_fixed.h,
16259: src/main/pa_common.C: http request now return status. and not
16260: fail on status!=200
16261:
16262: 2003-01-15 paf
16263:
16264: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16265:
16266: 2003-01-14 paf
16267:
16268: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16269: mkinstalldirs: removed some ancient files [they in / really]
16270:
16271: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16272: regretfully needed patch in two places. in config_fixed.h made
16273: stubs for lib to compile in MSVC
16274:
16275: 2003-01-13 paf
16276:
16277: * config.guess, config.sub, ltmain.sh: removed last piece of
16278: configure.in(libtool) hacks
16279:
1.116 moko 16280: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16281: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16282: ltdl.h: moved to latest libtool (1.4.3)
16283:
16284: 2003-01-10 paf
16285:
16286: * src/lib/ltdl/: configure, configure.in: PROG_NM
16287:
16288: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16289: patches. libxml2 >= 2.5.1
16290: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16291: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16292: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16293:
16294: * INSTALL: moved to latest versions of xml libs libxml2 >=
16295: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16296: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16297: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16298:
16299: 2003-01-09 paf
16300:
16301: * INSTALL: xml,xslt,gdome lib urls updated
16302:
16303: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16304: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16305: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16306: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16307: 1.7.2
1.95 moko 16308:
16309: * depcomp: moving to automake 1.7.2
16310:
16311: 2002-12-27 paf
16312:
16313: * src/include/pa_version.h: 0007
16314:
16315: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16316: outdated parts, made links to language docs
16317:
16318: * src/include/pa_config_auto.h.in: comment
16319:
16320: 2002-12-26 paf
16321:
16322: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16323: not contain trailing / fixed.
16324:
16325: * INSTALL: changing SAFE_MODE politics
16326:
16327: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16328:
16329: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16330:
16331: 2002-12-25 paf
16332:
16333: * src/main/pa_globals.C: optimized-xml
16334:
16335: * src/main/pa_globals.C: optimized-as-is
16336:
16337: 2002-12-24 paf
16338:
16339: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16340: fixed [were really called with zero size when .html?a=&b=]
16341:
16342: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16343: with --with-sendmail
16344:
16345: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16346: fixed]
16347:
16348: 2002-12-23 paf
16349:
16350: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16351: ignoring parameters & were storing only string with default
16352: expires
16353:
16354: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16355: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16356: December 23, 2002 4:22 AM Subject: bug â
16357: Charset::transcode_buf2xchar
16358:
16359: 2002-12-20 paf
16360:
16361: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16362: non-cgi [script] runs
16363:
16364: 2002-12-19 paf
16365:
16366: * INSTALL: --without-iconv recommended [it crashes on some systems
16367: [tested on elik]] moreover, it's not needed there [parser
16368: registers charsets itself]
16369:
16370: * INSTALL: --without-iconv recommended [it crashes on some systems
16371: [tested on elik]]
16372:
16373: * operators.txt, src/include/pa_globals.h,
16374: src/include/pa_request.h, src/main/pa_globals.C,
16375: src/main/pa_request.C: $response:download
16376:
16377: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16378: compiler [win32]].
16379:
16380: 2002-12-18 paf
16381:
16382: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16383:
16384: 2002-12-17 paf
16385:
16386: * src/targets/cgi/parser3.C: merged die&iis changes
16387:
16388: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16389: to exit(1) 2. more flexible iilegal call check
16390:
16391: 2002-12-16 paf
16392:
16393: * ltmain.sh: some automakes silly insist on having this handy
16394:
16395: * src/main/untaint.C: filespec russian small 'r' changed to latin
16396: 'p' bug fix
16397:
16398: 2002-12-15 paf
16399:
16400: * src/main/untaint.C: filespec russian small 'r' changed to latin
16401: 'p'
16402:
16403: * configure.in, src/include/pa_config_auto.h.in,
16404: src/main/compile.C, src/main/pa_common.C: merged small changes
16405: from branch 6 to HEAD
16406:
16407: * src/main/compile.C: removed warning
16408:
16409: * src/main/pa_common.C: ftruncate having checked
16410:
16411: * configure.in, src/include/pa_version.h: new version
16412:
16413: 2002-12-14 paf
16414:
16415: * src/classes/table.C: removed unnecessary code
16416:
16417: * src/sql/pa_sql_driver.h: exception type fixed
16418:
16419: 2002-12-09 paf
16420:
16421: * src/types/pa_vvoid.h: $void.store[now] error
16422:
16423: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16424:
16425: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16426: tries to write core dump
16427:
16428: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16429:
16430: * src/: classes/hash.C, classes/string.C, classes/table.C,
16431: classes/void.C, main/pa_sql_driver_manager.C,
16432: sql/pa_sql_driver.h: changed exception handling mech in sql
16433: handlers #2
16434:
16435: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16436: exception handling mech in sql handlers
16437:
16438: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16439: handlers
16440:
16441: * src/: classes/hash.C, classes/string.C, classes/table.C,
16442: classes/void.C, main/pa_sql_driver_manager.C,
16443: sql/pa_sql_driver.h: changed exception handling mech in sql
16444: handlers
16445:
1.116 moko 16446: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16447: to write makefile which used libtool to install things, which is
16448: not needed
1.95 moko 16449:
16450: 2002-12-06 paf
16451:
16452: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16453: $hash.fields -- pseudo field to make 'hash' more like 'table'
16454:
16455: 2002-12-05 paf
16456:
16457: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16458: cc/bcc OK now
16459:
16460: * src/main/untaint.C: mail header closed properly
16461:
16462: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16463: header ',' allowed. still bugs in smtp [only one receiptient
16464: works, cc, bcc ignored now, and MAILED ;)]
16465:
16466: [strncpy killed, memnchr used]
16467:
16468: * src/main/pa_table.C: table-copy now current=0
16469:
16470: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16471: lowlevel proc
16472:
16473: * src/targets/cgi/parser3.C: more checks on
16474: http://domain/parser.cgi start [maybe some getenv returns "",
16475: checked that now
16476:
16477: * src/targets/cgi/parser3.C: more checks on
16478: http://domain/parser.cgi start [maybe some getenv returns "",
16479: checked that now
16480:
16481: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16482: out-of-mem errors reached log]
16483:
16484: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16485: mail:send MIME-Version default
16486:
16487: * src/main/main.dsp: pa_version included into main.dsp
16488:
16489: 2002-12-04 paf
16490:
16491: * src/types/pa_vform.C: $form:field string value cut by premature 0
16492:
16493: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16494: lib/libltdl -> lib/ltdl Win32 changes. s
16495:
16496: * src/classes/classes.awk: more strict *.C$
16497:
16498: * gnu.dsp: restored
16499:
1.116 moko 16500: * configure.in, gnu.dsp, src/lib/Makefile.am,
16501: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16502: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16503: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16504: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16505: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16506: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16507: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16508: now created with /configure, not ltdl/configure, so it does have
16509: no problems with automake. ltdl/configure
16510: AC_OUTPUT(Makefile<<removed)
1.95 moko 16511:
16512: 2002-12-02 paf
16513:
16514: * operators.txt: removed outdated status:db
16515:
16516: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16517: src/main/pa_common.C, src/main/pa_request.C,
16518: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16519: tainted parts becomes http-header
16520:
16521: 2002-11-29 paf
16522:
16523: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16524: dates now objects of type date
16525:
16526: * src/classes/image.C: file.seek removed [it were used in image.C
16527: only, and for parser user this means that jpeg image has bad
16528: size in fragment's header] now used image.format
16529:
16530: * src/: include/pa_common.h, main/pa_common.C,
16531: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16532: now handled exactly like $response:header values. e.g. can be
16533: hash [can have subattributes] & contain date values.
16534:
16535: * src/main/pa_common.C: http:// param values lang forced URI
16536:
16537: * src/main/pa_common.C: http:// tainted partes now %xx
16538:
16539: 2002-11-28 paf
16540:
16541: * operators.txt: http.timeout
16542:
16543: * src/classes/image.C: ^image.length now counts interchar space.
16544: plus space after last char
16545:
16546: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16547:
16548: * src/classes/image.C: ^image.font width measurer now scans full
16549: height [were -1]
16550:
16551: * configure.in: stopped double libltdl/Makefile generation
16552:
16553: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16554: chars [one top horizontal line of 1pixel height were missing]
16555:
16556: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16557: 'false' to go into (Hash *) parameter
16558:
16559: 2002-11-27 paf
16560:
16561: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16562: types/pa_vmail.C: response:body[file] if file nows it's name now
16563: returns content-disposition: >>attachment<<
16564:
16565: * src/classes/image.C: ^image.font << bad font file-size now
16566: properly reported
16567:
16568: 2002-11-26 paf
16569:
16570: * src/main/pa_request.C: fixed lang in reponse header
16571:
16572: * src/main/pa_common.C: utf8 prefix ignored @read text
16573:
16574: * operators.txt, src/main/pa_common.C: http:// response status!=200
16575: made exception: http.status with source=bad status#
16576:
16577: 2002-11-25 paf
16578:
16579: * configure.in, src/classes/image.C,
16580: src/include/pa_config_auto.h.in,
16581: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16582: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16583: const void related probs fixed
1.95 moko 16584:
16585: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16586:
16587: $file[^file::load[http://there]] $file.SERVER
16588:
16589: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16590: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16591: http options [invalid onces now reported] made default
16592: user-agent: paf
16593:
16594: * operators.txt, src/classes/file.C, src/classes/table.C,
16595: src/classes/xdoc.C, src/include/pa_common.h,
16596: src/include/pa_globals.h, src/main/pa_common.C,
16597: src/main/pa_globals.C, src/main/pa_request.C,
16598: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16599: now understand http:// prefix and additional params, sample:
16600: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16601: $.USER-AGENT[parser3] ]]
16602:
16603: 2002-11-22 paf
16604:
16605: * src/classes/image.C, src/include/pa_globals.h,
16606: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16607: src/types/pa_vimage.h, operators.txt: $image.exif support
16608: $image.exif.DateTime & co
16609:
16610: 2002-11-21 paf
16611:
16612: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16613: _PASS_APPENDED)
16614:
16615: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16616: EXIF information [were big block and it's size were considered
16617: negative :(]
16618:
16619: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16620: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16621: internals rewritten. no there's reader.seek, and all's ready for
16622: EXIF extraction [now we fail to measure files with EXIF info]
16623:
16624: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16625: O_TRUNC truncates even exclusevely write-locked file [thanks to
16626: Igor Milyakov <virtan@rotabanner.com> for discovering]
16627:
16628: 2002-11-20 paf
16629:
16630: * src/targets/cgi/parser3.C: logging @signal += query_string
16631:
16632: * configure.in, src/include/pa_config_auto.h.in,
16633: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16634: comment
16635:
16636: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16637:
16638: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16639: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16640: currently processed document SIGPIPE >> interrupts request
16641: processing [exception = DB rollback]
16642:
16643: * src/main/pa_exec.C: comment
16644:
16645: * src/main/pa_exec.C: pa_exec: data written only if size>0
16646:
16647: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16648: << disable HTTP-POST repassing
16649:
16650: * src/: include/pa_config_fixed.h, main/pa_common.C,
16651: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16652: pipe read errors now checked
16653:
16654: 2002-11-19 paf
16655:
16656: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16657: CGI: Illegal call
16658:
16659: 2002-11-01 paf
16660:
16661: * src/main/execute.C: comment
16662:
16663: 2002-10-31 paf
16664:
16665: * src/main/execute.C: found out why, checked that for now. todo:
16666: find out a way for that user could do that
16667:
16668: * src/types/pa_vstateless_object.h: object put replaces static
16669: parent if any
16670:
16671: * src/types/pa_vobject.C: object put replaces static parent if any
16672:
16673: * src/: classes/form.C, classes/mail.C, classes/op.C,
16674: classes/xnode.h, main/compile.tab.C, main/execute.C,
16675: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16676: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16677: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16678: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16679: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16680: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16681: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16682: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16683: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16684: types/pa_vstateless_object.h, types/pa_vstatus.C,
16685: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16686: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16687: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16688: types/pa_wwrapper.h: static fix merged
16689:
16690: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16691: $virtual_fields in dynamic, but one can reach derived
16692: static[class] variable from base
16693:
16694: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16695: types/pa_vobject.C, types/pa_vobject.h,
16696: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16697: statics, left $virtual_fields in dynamic
16698:
16699: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16700: one can't remember derivates in base class: there's so many of
16701: them. also there can be no virtual method calls in static
16702: classes
16703:
16704: * src/: classes/form.C, classes/mail.C, classes/op.C,
16705: classes/xnode.h, main/execute.C, main/pa_request.C,
16706: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16707: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16708: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16709: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16710: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16711: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16712: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16713: types/pa_vresponse.C, types/pa_vresponse.h,
16714: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16715: types/pa_vstateless_object.h, types/pa_vstatus.C,
16716: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16717: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16718: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16719: types/pa_wwrapper.h: static call $self fixed
16720:
16721: * src/main/execute.C: comment
16722:
16723: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16724: ^process[$caller.self]{...} now compiles to last derived object
16725: part of that 'self'
16726:
16727: 2002-10-29 paf
16728:
16729: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16730: re-passing [iis to blame]
16731:
16732: * src/classes/string.C: changed string.save to pass current sql
16733: connection to cstr thus one can ^connect[some server]{
16734: $s[insert into table x (x) values (^taint[sql]{value})]
16735: ^s.save[some.sql] } and he'd get in some.sql file code with
16736: properly escaped. [tried in mssql->mysql export->import of
16737: binary data]
16738:
16739: 2002-10-25 paf
16740:
16741: * src/types/pa_vresponse.C: case insensitive response user fields
16742: get/put
16743:
16744: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16745: types/pa_vresponse.C: saving for maybe-future
16746:
16747: 2002-10-23 paf
16748:
16749: * operators.txt, src/classes/table.C: ^table.hash{code}...
16750: ^table.hash(expr)...
16751:
16752: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16753:
16754: 2002-10-22 paf
16755:
16756: * src/types/: pa_vform.C, pa_vform.h: removed needless
16757: VForm::Append...(...Value)
16758:
16759: * src/main/execute.C: $.name outside of $name[...] checked
16760:
16761: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16762: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16763:
16764: 2002-10-21 paf
16765:
16766: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16767: $form:qtail $form:imap.x/y
16768:
16769: * operators.txt, src/types/pa_vform.C: $form:nameless =
16770: "?value&...", "...&value&...", "...&value"
16771:
16772: * operators.txt, src/types/pa_vform.C: $form:image-map
16773:
16774: * operators.txt, src/classes/file.C: /some/page.html:
16775: ^file:fullpath[a.gif] => /some/a.gif
16776:
16777: 2002-10-17 paf
16778:
16779: * src/main/: compile.tab.C, compile.y: operators precedence changed
16780: a little: logical not and bitwise negation precedence made
16781: highest, << and >> bitshits precedence made equal [were << higher
16782: than >>]
16783:
16784: * src/classes/op.C: exception handling fixed [were bad with
16785: contexts]
16786:
16787: 2002-10-16 paf
16788:
16789: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16790: main/pa_request.C: Request::self considered equal to
16791: VMethodFrame::self, and removed, Request::get_self() mapped to
16792: VMethodFrame.self()
16793:
16794: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16795: $hash in open field now gives old good error meesage
16796:
16797: 2002-10-15 paf
16798:
16799: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16800: use ^if($junction is junction){was and now true}
16801:
16802: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16803: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16804: types/pa_vxnode.C: xml->parser strings now have origin, which
16805: points to place where value left xml library and came to parser:
16806: place of dom field extraction/call
16807:
16808: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16809: main/compile.tab.C, main/compile.y, main/execute.C,
16810: types/pa_vmethod_frame.h: removed last pieces of old code
16811: allowing $junction.xxx at compile time
16812:
16813: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16814: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16815: objects also considered [were only classes]
16816:
16817: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16818: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16819: with CLASS self. [ (request&method_frame).self temporarily
16820: changed ]
16821:
16822: * src/classes/: hash.C, op.C: method_frame now always changed, with
16823: no exception to native calls. for&foreach changed to use
16824: method_frame.caller for their var's name context
16825:
16826: * src/: main/execute.C, targets/cgi/parser3.C,
16827: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16828: compiling to system classes disabled
16829:
16830: * operators.txt, src/classes/op.C:
16831: ^process[$caller.CLASS]{code-string} added
16832:
16833: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16834: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16835: src/types/Makefile.am, src/types/pa_vjunction.C,
16836: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16837: src/types/types.dsp: removed $junction.get $junction.set[]
16838: introducing $caller
16839:
16840: * src/types/pa_value.h: removed outdated comments. doxygen would
16841: find them lower by inheritance tree
16842:
16843: * src/types/pa_vjunction.C: ident
16844:
16845: 2002-10-14 paf
16846:
16847: * src/classes/op.C: process compiles to code's class class
16848:
16849: * src/: classes/form.C, classes/mail.C, classes/op.C,
16850: include/pa_request.h, main/compile.C, main/compile.tab.C,
16851: main/compile.y, main/execute.C, main/pa_request.C,
16852: types/pa_vstateless_class.h: operators now main-class-methods
16853:
16854: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16855: better stack trace [has "call" & co there]
16856:
16857: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16858: operators @auto now executed in MAIN context
16859:
16860: * src/main/execute.C: operator execution context now = MAIN, not
16861: closest stack frame
16862:
16863: @touchit[] $i[after]
16864:
16865: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16866: were 'after'
16867:
16868: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16869: 'after'
16870:
16871: * src/main/execute.C: comment
16872:
16873: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16874: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16875: action]
16876:
16877: * src/types/pa_vxnode.C: misreplace fixed
16878:
16879: * configure, configure.in, src/include/pa_config_auto.h.in,
16880: src/types/pa_vstatus.C, operators.txt:
16881: $status:rusage.tv_secs/usecs introduced
16882:
16883: 2002-10-09 paf
16884:
16885: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16886: on empty string [or uses (default)]
16887:
16888: 2002-10-08 paf
16889:
16890: * src/main/untaint.C: mail header quoted printable changed after
16891: RFC reread
16892:
16893: * operators.txt: plan on ^if(method
16894:
16895: * src/types/pa_vxnode.C: misreplace
16896:
16897: 2002-09-24 paf
16898:
1.116 moko 16899: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16900:
16901: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16902: mailreceive would compile on freebsd now
16903:
16904: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16905: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16906: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16907: mailreceive would compile on freebsd now
1.95 moko 16908:
16909: * src/: classes/file.C, main/untaint.C: 1. file spec language
16910: changed: now there are only few chars are untainted: * ? ' " < >
16911: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16912: one should use ^untaint[uri]{...} now]
16913:
16914: 2. $list[^file:list[dir]] now returns simply tainted names in
16915: $list.name, not tainted as filespec
16916:
16917: @russianindex[] #dir with files with russian-lang names
16918: $where[dir]
16919:
16920: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16921: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16922:
16923: 2002-09-23 paf
16924:
16925: * src/types/pa_vdouble.h: double->int round added
16926:
16927: * src/classes/date.C: date bug fix, now
16928: round(floatDays*secondsPerDay)
16929:
16930: * src/classes/date.C: date bug fix, now
16931: round(floatDays*secondsPerDay)
16932:
16933: 2002-09-20 paf
16934:
16935: * src/main/execute.C: code junction calls disabled [before: code
16936: was compiled in such a way, that there were no code-junctions in
16937: OP_CALL]
16938:
16939: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16940:
16941: @badjunctioncallinside[code] ^code[]
16942:
16943: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16944: expanding to include ^junction.method
16945:
16946: * src/main/pa_common.C: -d "DIR/" now true
16947:
16948: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16949: as internal xdoc encoding, and after decoding attributes set by
16950: dom functions now encoded OK, not as digital entities
16951:
16952: * src/classes/xdoc.C: empty transform result, being taken as file
16953: now returns empty file, not raises stupid error about "stat-ed
16954: file"
16955:
16956: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16957: allowed
16958:
16959: * src/types/types.dsp: introducing $junction.get/put(1) one can
16960: write iterators now:
16961:
16962: ^user-foreach[key;value]{$key=$value<br>}
16963:
16964: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16965: $code.value($i*2) $code }
16966:
16967: * src/main/compile_tools.h: mistype
16968:
1.116 moko 16969: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16970: thus taking linking options configure changes into account [were:
16971: ignoring]
1.95 moko 16972:
16973: * src/types/: pa_vjunction.C, Makefile.am: introducing
16974: $junction.get/put(1) one can write iterators now:
16975:
16976: ^user-foreach[key;value]{$key=$value<br>}
16977:
16978: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16979: $code.value($i*2) $code }
16980:
16981: * src/: include/pa_opcode.h, include/pa_request.h,
16982: main/compile.tab.C, main/compile.y, main/execute.C,
16983: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16984: introducing $junction.get/put(1) one can write iterators now:
16985:
16986: ^user-foreach[key;value]{$key=$value<br>}
16987:
16988: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16989: $code.value($i*2) $code }
16990:
16991: 2002-09-19 paf
16992:
1.116 moko 16993: * Makefile.am: new: make commit
1.95 moko 16994:
16995: * aclocal.m4: forced to be older
16996:
16997: 2002-09-18 paf
16998:
16999: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17000: src/main/compile.y, src/main/execute.C: << >> int shifts
17001:
17002: * src/: include/pa_common.h, include/pa_request.h,
17003: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17004: - now this - fatal error
17005:
17006: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17007: that one can pass binary data there
17008:
17009: * src/: classes/date.C, classes/double.C, classes/file.C,
17010: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17011: classes/op.C, classes/response.C, classes/string.C,
17012: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17013: include/pa_request.h: pa_request contexts made privated, plus
17014: get_{self/method_frame} to read. Request_context_saver used in
17015: ^try to save flang too. [were not saved]
17016:
17017: * src/types/pa_vresponse.C: header value chains joined before
17018: output, this should help $.subject[$var $var] from being
17019: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17020:
17021: 2002-09-17 paf
17022:
17023: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17024: removed changes, operators executed with calling self. lots of
17025: code with ^include code relies on defined/defining self variables
17026:
17027: $a[1] ^include[print_a.p] print_a.p: $a
17028:
17029: ^include[set_a.p] a=$a set_a.p: $a[1]
17030:
17031: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17032: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17033: types/pa_vstateless_class.h: operators now executed with MAIN
17034: self. it's for ^include sake, too strong a change
17035:
17036: * src/classes/op.C: made place for ^process to compile it's code to
17037: in case of no self
17038:
17039: * src/main/execute.C: found ancient param to Junction, removed.
17040: allowed passing self to native_code_operators [for ^process to
17041: work, she needs self]
17042:
17043: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17044: types/pa_vstateless_class.h: found ancient param to Junction,
17045: removed. allowed passing self to native_code_operators [for
17046: ^process to work, she needs self]
17047:
17048: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17049: types/pa_value.h, types/pa_vmethod_frame.h,
17050: types/pa_vstateless_class.h: allowed Request.self to be 0,
17051: checked that in VMethodFrame get/put and $self.
17052:
17053: * src/classes/: table.C, xdoc.C: table::sql options table::create
17054: copy options options checked, wrong option now fatal error
17055:
17056: * src/main/pa_string.C: string.replace fixed [were missing words on
17057: pieces boundaries]
17058:
1.150 moko 17059: * configure, configure.in: .so now detected [can be .sl on hpux,
17060: .dll on cygwin, .so in other cases)
1.95 moko 17061:
17062: * configure, configure.in: .so now detected [can be .sl on hpux,
17063: .dll on cygwin, .so in other cases)
17064:
17065: * operators.txt, src/classes/hash.C, src/classes/table.C,
17066: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17067: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17068: record taken [were last]
17069:
17070: * src/: classes/hash.C, classes/table.C,
17071: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17072: now errors
17073:
17074: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17075:
17076: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17077: ,2,3]
17078:
17079: 2002-09-16 paf
17080:
17081: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17082: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17083: stdout to be binary. now detected closest header break.
17084:
17085: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17086: closed right
17087:
17088: 2002-09-13 paf
17089:
17090: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17091: src/main/compile_tools.h: (expression #comment)
17092:
17093: (multiline expression #comment line2 #comment )
17094:
17095: (expression #comment with (brackets) comment) << OK
17096:
17097: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17098: bitwise !|| numerical xor now [preparing for expression
17099: #comments]
17100:
17101: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17102: error
17103:
17104: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17105: cheched in pa_socks.C
17106:
1.116 moko 17107: * configure, configure.in, src/include/pa_config_auto.h.in:
17108: HAVE_WINSOCK_H created in configure.in
1.95 moko 17109:
17110: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17111: cookie date now clean [were mistakenly tainted & that worked bad
17112: with opera -- 'happily' that worked OK with msie]
17113:
17114: 2002-09-12 paf
17115:
17116: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17117: VClass get_element now first looks to fields, next to methods &
17118: co todo: the rest reason: more speed
17119:
17120: * src/main/untaint.C: quoted printable encoding stops before
17121: \s*<...>$
17122:
17123: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17124: stops before <...>$
17125:
17126: 2002-09-11 paf
17127:
17128: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17129: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17130: forgot to check users of those funcs. not all were using that
17131: return value convention
17132:
17133: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17134: windows-1254 added
17135:
17136: 2002-09-10 paf
17137:
17138: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17139: VCodeFrame parent param were specified badly
17140:
17141: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17142: WWrapper which used in constructing objects(second param to sql
17143: method) ^...sql{}[$.default{code}] now has parent, wich helps
17144: code in hash to survivi
17145:
17146: * src/: include/pa_request.h, main/execute.C: removed redundant
17147: param to execute [stack said 'thanks']
17148:
17149: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17150: types/pa_value.h, types/pa_vcode_frame.h,
17151: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17152: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17153: responsibility to wcontext
17154:
17155: * src/classes/file.C: decided not to log exec's with stderr, that
17156: could be warnings, and it's up to scritper to log/show them
17157:
17158: * src/: classes/double.C, main/execute.C: double:sql badly called
17159: write_assign_lang, not write_no_lang, thus doing unnecessary
17160: double/string converstion, which were loosing time&precesion
17161:
17162: * src/: main/pa_charset.C, types/pa_vmail.C:
17163: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17164: case of unfinished in buffer processing, causing accidental
17165: transcode stop [in case that source enc != utf-8 & there is
17166: incomplete utf-8 sequence at the end of 16000block iside of
17167: libxml lib] tfm readed & code updated
17168:
17169: 2002-09-04 paf
17170:
17171: * configure: makes with sjlj
17172:
17173: * INSTALL, src/include/pa_config_fixed.h,
17174: src/include/pa_sql_connection.h,
17175: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17176: checked. on win32 it made default
17177:
17178: * src/include/pa_config_auto.h.in: sjlj define
17179:
17180: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17181: can not work with longjump/throw pair, and one must switch that
17182: on there. todo: detect that automatically]
17183:
17184: * src/types/pa_vxnode.C: removed too strong checks of
17185: xnode.elements. now, for instance, if element does not have any
17186: attributes, $xnode.attributes is void, not error
17187:
17188: 2002-09-02 paf
17189:
17190: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17191: removed double_result, didn't help
17192:
17193: * src/main/execute.C: double_result made to move that var away from
17194: hungry g++ optimizer (-O2), before: it were optimized and
17195: comparison operators worked badly
17196:
17197: * src/types/pa_vdate.h: removed debug
17198:
1.116 moko 17199: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17200:
17201: * src/main/execute.C: fixed numeric < & co so that thay now use
17202: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17203: unknown reason.
17204:
17205: 2002-08-29 paf
17206:
17207: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17208: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17209: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17210: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17211: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17212: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17213: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17214: [called less frequent, allowed to remove ugly
17215: Junction.change_context-s from many places, switch,
17216: mail:send..html{}, ..] request.root renamed to method_frame [more
17217: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17218: [speed up]
17219:
17220: 2002-08-28 paf
17221:
17222: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17223: tainted
17224:
17225: * src/types/pa_vcookie.C: fixed cookie delete when
17226: $cookie:name[$.value[]]
17227:
17228: * operators.txt, src/classes/string.C:
17229: ^string.split[delim[;options]]
17230:
17231: 2002-08-27 paf
17232:
1.116 moko 17233: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17234:
17235: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17236: delimiter
17237:
17238: * INSTALL: recommended latest gmime 1.0.5
17239:
17240: 2002-08-26 paf
17241:
17242: * configure, configure.in: apache13/hook added to make dist.
17243:
17244: 2002-08-23 paf
17245:
17246: * src/: include/pa_common.h, main/pa_common.C,
17247: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17248: beside binary [cgi, isapi] not accessible [due to bad rights or
17249: whatever] it's error now
17250:
17251: 2002-08-21 paf
17252:
1.116 moko 17253: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17254:
17255: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17256: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17257: class". compiled as if here they named base class
17258:
17259: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17260: cloning constructor]
17261:
17262: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17263:
1.150 moko 17264: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17265: $mail.received.file.value.content-type fixed
17266:
17267: 2002-08-20 paf
17268:
17269: * src/classes/file.C: fixed language of file:file result
17270:
17271: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17272: from 3.0.0005
17273:
17274: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17275:
17276: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17277: 3.0.0005
17278:
17279: * src/classes/void.C, operators.txt: ^void.length[] = 0
17280:
17281: 2002-08-19 paf
17282:
17283: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17284: work now
17285:
17286: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17287: error in xnode, which were not catched in xdoc]
17288:
17289: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17290: prepared: // validate each document after load/create (?)
17291: //xmlDoValidityCheckingDefaultValue = 1;
17292:
17293: 2002-08-15 paf
17294:
17295: * src/classes/classes.h: write to static var caused useless
17296: Exception, introduced Methoded::put_element wich consumes those
17297:
17298: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17299: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17300: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17301: $response:field[date] $response:field[$.xxx[date]]
17302:
17303: * src/: classes/hash.C, classes/string.C, classes/table.C,
17304: classes/void.C, include/pa_sql_connection.h: fixed source of
17305: ^hash::sql{bad}
17306:
17307: * operators.txt: $request:body unprecessed POST request body
17308:
17309: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17310:
17311: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17312: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17313:
17314: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17315: src/include/pa_request.h, src/main/pa_pool.C,
17316: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17317: $request:body r.post_data now const
17318:
17319: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17320: classes/xnode.C, main/execute.C, types/pa_value.h,
17321: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17322: types/pa_vtable.h: instead of type() checking everywhere used
17323: Value.as now user descendants can be used in params.
17324:
17325: VObject::as_*, is_defined now taken from bases. xtable(table)
17326: ^if($xtable) now OK
17327:
17328: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17329: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17330: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17331:
17332: 2002-08-14 paf
17333:
17334: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17335: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17336: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17337: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17338: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17339: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17340: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17341: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17342: types/pa_vresponse.C, types/pa_vresponse.h,
17343: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17344: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17345: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17346: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17347: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17348: & VClass
17349:
17350: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17351:
17352: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17353: removed fixopt stupidity. on stupid linux use cd /document/root
17354: ../cgi/parser3 script
17355:
17356: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17357: params, splitting them by space, excluding argv[0], argv[argc-1]
17358:
17359: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17360: fixopt.h: fixopt now preprocesses command line params, splitting
17361: them by space, excluding argv[0], argv[argc-1]
17362:
17363: * src/targets/cgi/parser3.C: -f config file
17364:
17365: * src/targets/cgi/parser3.C: fixed .log file dir
17366:
17367: 2002-08-13 paf
17368:
17369: * src/types/pa_vobject.C: allow override parent variables, useful
17370: for form descendants [in vobject too, were in vclass]
17371:
17372: * src/types/pa_vclass.C: allow override parent variables, useful
17373: for form descendants
17374:
17375: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17376: overwritten in derived(table)
17377:
17378: * src/: classes/form.C, classes/mail.C, classes/op.C,
17379: classes/xnode.h, include/pa_request.h, main/execute.C,
17380: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17381: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17382: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17383: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17384: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17385: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17386: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17387: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17388: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17389: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17390: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17391: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17392: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17393: Value::get_element(..., bool looking_down) [needed to exclude
17394: endless recoursion]
17395:
17396: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17397: fix bug with put endless recoursion todo: check 'as'
17398:
17399: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17400: reorganized modules todo: fix bug with put endless recoursion
17401: todo: check 'as'
17402:
17403: * src/types/pa_vobject.h: checked: table fields can be overwritten
17404: in derived(table)
17405:
17406: * src/types/pa_vobject.h: derived classes can have fields of their
17407: own now
17408:
17409: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17410: fixed error message on using non-created table
17411:
17412: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17413: classes/op.C, classes/xnode.h, include/pa_request.h,
17414: main/compile.C, main/compile.tab.C, main/execute.C,
17415: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17416: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17417: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17418: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17419: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17420: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17421: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17422: types/pa_vresponse.C, types/pa_vresponse.h,
17423: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17424: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17425: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17426: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17427: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17428: looking down/up tree todo: fix error message on non-constructed
17429: parents
17430:
17431: 2002-08-12 paf
17432:
17433: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17434: derived OK
17435:
17436: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17437: thorough testing
17438:
17439: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17440: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17441: types/pa_vobject.h, types/pa_vstateless_class.h,
17442: types/pa_vstateless_object.h, types/pa_wcontext.h,
17443: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17444: ^base:create[] dynamic call rewritten todo: thorough testing
17445:
17446: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17447: now instantates base class, remembers it and saves child in
17448: parent VObject.get_class now returns last child = downward
17449: virtual calls OK
17450:
17451: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17452: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17453: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17454: types/pa_vobject.h, types/pa_vresponse.h,
17455: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17456: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17457: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17458: VAliased [redundant], moved $CLASS to VObject only [parser class
17459: instance]
17460:
17461: * src/main/pa_request.C: $response:body[file] content-type check
17462: fixed [were bad when content-type is hash]
17463:
17464: 2002-08-09 paf
17465:
17466: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17467: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17468:
17469: 2002-08-08 paf
17470:
17471: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17472: src/main/pa_globals.C: year column in month calendar [week year]
17473:
17474: * src/main/execute.C: error reporting on object writes to MAIN
17475: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17476:
17477: * operators.txt, src/types/pa_vdate.h: $date.yearday
17478: $date.daylightsaving
17479:
17480: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17481: use tainted data now. only she must specify the language.
17482:
17483: ^mail:send[ $.from[paf@mail.design.ru]
17484: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17485: $.text[^taint[uri][ìîñêâà]=] ]
17486:
17487: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17488: now prints more precise origin
17489:
17490: * src/include/pa_string.h: String::first_char now not fails on
17491: empty strings ^if(-f '') now ok and in 3 other places.
17492:
17493: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17494: String::first_char now not fails on empty strings ^if(-f '') now
17495: ok and in 3 other places.
17496:
17497: 2002-08-07 paf
17498:
17499: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17500: fixed
17501:
17502: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17503:
17504: * src/: main/execute.C, types/pa_vcode_frame.h,
17505: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17506: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17507: mistakenly not completely transparent to object writes.
17508: $hash[^if(1){$hash}] now works
17509:
17510: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17511: now erasing cache file [there were bad check on that]
17512:
17513: * src/: classes/classes.dsp, classes/table.C,
17514: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17515: all Debug dirs in .dsp now named 'Debug'
17516:
1.116 moko 17517: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17518:
17519: * operators.txt, src/classes/mail.C: exception_type email.send
17520:
17521: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17522:
17523: * src/types/pa_vmail.C: mail:send empty email checked
17524:
17525: 2002-08-06 paf
17526:
17527: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17528: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17529: ^table::create[$source;$.options] ^table::join[$source;$.options]
17530:
17531: * operators.txt, src/classes/hash.C, src/classes/string.C,
17532: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17533: # $.default() }
17534:
17535: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17536:
17537: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17538: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17539: $file.content-type [instead of .mime-type] now works for
17540: file::stat also
17541:
17542: * src/main/pa_request.C: case insensitive mime_type_of
17543:
17544: 2002-08-05 paf
17545:
17546: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17547:
17548: * src/types/pa_vmail.C: file buffer relocated to parser heap
17549:
17550: * operators.txt: comment on date:calendar week column
17551:
17552: * src/main/pa_common.C: write checked
17553:
17554: * src/main/: pa_common.C: write checked
17555:
17556: * src/classes/date.C: +1 buf size for stupid snprintfs
17557:
17558: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17559: month calendar week column [ISO 8601 Week Numbers]
17560:
17561: 2002-08-02 paf
17562:
17563: * src/: include/pa_config_fixed.h, main/pa_string.C,
17564: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17565: DEBUG*
17566:
17567: * configure, configure.in, src/include/pa_version.h: release
17568: 3_0_0005
17569:
17570: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17571: multipart post fixed
17572:
17573: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17574: response transcoded source->client only when text/* or simple
17575: onoverridden $response:body
17576:
17577: 2002-08-01 paf
17578:
17579: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17580: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17581: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17582: classes/op.C, classes/response.C, classes/string.C,
17583: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17584: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17585: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17586: include/pa_config_fixed.h, include/pa_dictionary.h,
17587: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17588: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17589: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17590: include/pa_socks.h, include/pa_sql_connection.h,
17591: include/pa_sql_driver_manager.h, include/pa_stack.h,
17592: include/pa_string.h, include/pa_stylesheet_connection.h,
17593: include/pa_stylesheet_manager.h, include/pa_table.h,
17594: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17595: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17596: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17597: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17598: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17599: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17600: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17601: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17602: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17603: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17604: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17605: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17606: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17607: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17608: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17609: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17610: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17611: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17612: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17613: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17614: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17615: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17616: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17617: types/pa_vmethod_frame.h, types/pa_vobject.h,
17618: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17619: types/pa_vresponse.h, types/pa_vstateless_class.C,
17620: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17621: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17622: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17623: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17624: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17625: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17626:
17627: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17628: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17629: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17630: classes/math.C, classes/op.C, classes/response.C,
17631: classes/string.C, classes/table.C, classes/void.C,
17632: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17633: include/pa_array.h, include/pa_cache_managers.h,
17634: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17635: include/pa_config_fixed.h, include/pa_config_includes.h,
17636: include/pa_dictionary.h, include/pa_dir.h,
17637: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17638: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17639: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17640: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17641: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17642: include/pa_stack.h, include/pa_string.h,
17643: include/pa_stylesheet_connection.h,
17644: include/pa_stylesheet_manager.h, include/pa_table.h,
17645: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17646: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17647: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17648: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17649: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17650: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17651: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17652: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17653: main/pa_sql_driver_manager.C, main/pa_string.C,
17654: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17655: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17656: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17657: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17658: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17659: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17660: targets/isapi/pool_storage.h, types/pa_valiased.C,
17661: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17662: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17663: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17664: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17665: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17666: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17667: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17668: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17669: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17670: types/pa_vresponse.C, types/pa_vresponse.h,
17671: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17672: types/pa_vstateless_object.h, types/pa_vstatus.C,
17673: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17674: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17675: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17676: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17677: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17678: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17679: types/Makefile.am: ident.C* removed
17680:
17681: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17682: file:find[/can/do/this/now.txt]
17683:
17684: * src/targets/cgi/parser3.C: usage to stdout now
17685:
17686: 2002-07-31 paf
17687:
17688: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17689:
17690: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17691: default "postmaster"
17692:
17693: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17694: -f postmaster now default sendmail key word "postmaster"
17695: replaced to $.from
17696:
17697: 2002-07-30 paf
17698:
1.116 moko 17699: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17700: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17701:
17702: * src/main/pa_charset.C: comment
17703:
17704: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17705: table, &#decimal;
17706:
17707: * src/main/pa_request.C: comment
17708:
17709: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17710: paragraf]
17711:
17712: 2002-07-11 paf
17713:
17714: * src/main/pa_exec.C: build command line badly added params twice
17715: [and first time without ' ']. double wrong. fixed.
17716:
17717: * src/main/pa_exec.C: invalid .exe caused error message with params
17718: wich parser did not provide = reported badly. fixed that.
17719:
17720: * src/classes/mail.C: $MAIL[ # xxx ]
17721:
17722: now ok
17723:
17724: * operators.txt: plan: sql detailed exception
17725:
17726: 2002-07-01 paf
17727:
17728: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17729: [MForm.configure_admin were called when request.main_class ==0
17730:
17731: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17732:
17733: * src/classes/form.C: content_length type fix
17734:
17735: 2002-06-30 paf
17736:
17737: * src/classes/mail.C: merged from 4
17738:
17739: * src/classes/mail.C: restored $MAIL
17740:
17741: 2002-06-28 paf
17742:
17743: * configure, configure.in: removed paths.h
17744:
1.116 moko 17745: * configure, src/include/pa_version.h,
1.95 moko 17746: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17747: merged, makes updated
17748:
17749: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17750: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17751: src/include/pa_pool.h, src/include/pa_version.h,
17752: src/main/pa_charset.C, src/main/pa_pool.C,
17753: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17754: src/types/pa_vmail.C: merged latest updates to head
17755:
17756: 2002-06-27 paf
17757:
17758: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17759: not error now
17760:
17761: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17762: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17763: src/main/pa_charset.C, src/main/pa_pool.C:
17764: ^xdoc::create[[uri]]... base uri for document being created,
17765: imports and other relative file names would be relative to this
17766: uri default uri=path_translated
17767:
17768: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17769:
17770: 2002-06-26 paf
17771:
17772: * configure, configure.in, src/include/pa_version.h:
17773: release_3_0_0004
17774:
17775: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17776: 0 now
17777:
17778: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17779:
17780: 2002-06-25 paf
17781:
17782: * src/main/pa_string.C: emtpy string, or string of whitespaces
17783: considered bad number now
17784:
17785: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17786: now
17787:
17788: * operators.txt, src/classes/string.C: ^string.normalize [old
17789: name: optimize
17790:
17791: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17792: library configured
17793:
17794: * src/main/pa_request.C: configure_admin forced if no @conf
17795:
1.150 moko 17796: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
17797: ^math:crypt updated to generate random salt when needed and to
17798: call system crypt() if not $apr1$ prefix
1.95 moko 17799:
17800: 2002-06-24 paf
17801:
17802: * INSTALL: --with-static/shared-mailreceive described
17803:
17804: * src/include/pa_config_fixed.h: ssize_t fixed
17805:
1.116 moko 17806: * configure, configure.in, src/include/pa_config_auto.h.in,
17807: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17808: src/types/pa_vmail.C: $mail:received makes update
17809:
17810: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17811: WITH_MAILRECEIVE
17812:
17813: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17814:
17815: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17816: option, for $mail:receive
17817:
17818: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17819: introducting $message:received ^mail:send rewritten with backward
17820: comp
17821:
17822: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17823: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17824: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17825: now
17826:
17827: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17828: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17829: src/include/pa_request.h, src/include/pa_string.h,
17830: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17831: src/main/pa_globals.C, src/main/pa_request.C,
17832: src/main/pa_string.C, src/main/pa_uue.C,
17833: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17834: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17835: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17836: uue to separate file introducting $message:received ^mail:send
17837: rewritten with backward comp
17838:
17839: 2002-06-21 paf
17840:
1.116 moko 17841: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17842: co changes
1.95 moko 17843:
1.116 moko 17844: * configure, configure.in, src/lib/md5/Makefile.am,
17845: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17846: restructure .in and .am files appropriate changes
1.95 moko 17847:
17848: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17849: pcre to libs/ added libs/md5 which is linked to non-apache
17850: targets ^math:crypt[password;$apr1$salt]
17851:
17852: * INSTALL, configure.in, operators.txt, parser3.dsw,
17853: src/Makefile.am, src/classes/Makefile.am,
17854: src/classes/classes.dsp, src/classes/math.C,
17855: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17856: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17857: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17858: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17859: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17860: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17861: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17862: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17863: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17864: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17865: src/lib/pcre/pcre_parser_ctype.dsp,
17866: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17867: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17868: src/main/compile.tab.C, src/main/main.dsp,
17869: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17870: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17871: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17872: to libs/ added libs/md5 which is linked to non-apache targets
17873: ^math:crypt[password;$apr1$salt]
17874:
17875: 2002-06-20 paf
17876:
1.150 moko 17877: * INSTALL, configure, configure.in, operators.txt,
17878: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
17879: src/include/pa_globals.h, src/include/pa_request.h,
17880: src/main/execute.C, src/main/pa_request.C,
17881: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17882: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
17883: file:justname&co & @auto/conf[filespec
1.95 moko 17884:
17885: * operators.txt, src/classes/file.C:
17886: !^file:dirname[/a/some.tar.gz]=/a
17887: !^file:dirname[/a/b/]=/a
17888: !^file:basename[/a/some.tar.gz]=some.tar.gz
17889: !^file:justname[/a/some.tar.gz]=some.tar
17890: !^file:justext[/a/some.tar.gz]=gz
17891:
17892: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17893: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17894: @conf/auto[filespec]
17895:
1.116 moko 17896: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17897:
1.150 moko 17898: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 17899: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17900: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17901:
17902: 2002-06-18 paf
17903:
17904: * configure, configure.in, src/include/pa_version.h: version to
17905: configure.in
17906:
17907: * INSTALL: reflected .conf.dist dir change
17908:
1.150 moko 17909: * Makefile.am, configure, configure.in,
1.116 moko 17910: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17911: .in & *.am updated
17912:
17913: * src/classes/file.C: strncasecmp
17914:
17915: * src/classes/file.C: strcasecmp
17916:
1.150 moko 17917: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 17918:
17919: * src/classes/file.C: ^file::exec[script;$.bad error case
17920: insensitive check now
17921:
17922: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17923:
17924: * configure, configure.in, src/include/pa_pool.h,
17925: src/include/pa_types.h: pack configure.in detection simplified.
17926: figured out that gcc on sparc not that stupid as thought
17927: previously: on sparc: when it sees packed class it modifies it's
17928: field-access-code to byte operations [stb, ldub] instead of 4byte
17929: operations [st, lduh] so packed must be all parts of packed
17930: class, i.e. it's parents&fields(classes). for now it's only
17931: String that packed and what was wrong is that it's parent -
17932: Pooled, were not packed. fixed that.
17933:
17934: 2002-06-14 paf
17935:
17936: * operators.txt: more precise xml-to-text options
17937:
17938: * operators.txt, src/types/pa_vxnode.C: xnode
17939: attribute_node.name/value xnode pi.node.data
17940:
17941: 2002-06-12 paf
17942:
1.116 moko 17943: * configure, configure.in, src/targets/cgi/Makefile.am,
17944: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17945:
17946: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17947: src/include/pa_globals.h, src/include/pa_request.h,
17948: src/main/compile.tab.C, src/main/pa_globals.C,
17949: src/main/pa_request.C, src/targets/cgi/parser3.C,
17950: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17951:
17952: * src/classes/mail.C: sendmail -ti [default now]
17953:
17954: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17955: to be strings. for convinient #ing
17956:
17957: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17958: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17959:
17960: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17961: main/pa_globals.C, main/pa_request.C: @conf
17962:
17963: 2002-06-11 paf
17964:
17965: * src/classes/file.C: check simplified
17966:
17967: * src/: classes/file.C, targets/cgi/parser3.dsp,
17968: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17969: valid prefix
17970:
17971: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17972: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17973: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17974:
17975: 2002-06-10 paf
17976:
17977: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17978: src/main/pa_common.C: lock failures reported now
17979:
17980: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17981: string->double @ compile time were not-enough-checking...
17982:
17983: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17984: autoconvert now ignored
17985:
17986: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17987: check
17988:
17989: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17990: $response:body content-type:name
17991:
17992: * configure, configure.in: hpux check, nsl link, no socket
17993:
17994: * operators.txt: old merge conflict removed
17995:
17996: * configure, configure.in: pack even address access on sparc&co
17997: arch checked in configure
17998:
17999: * configure, src/include/pa_version.h: makes
18000:
18001: * configure, configure.in, src/include/pa_version.h: makes
18002:
18003: * src/main/untaint.C: (bug#2) mail subject got always prepended
18004: with charset even when all letters were 7bit one
18005:
18006: * src/main/pa_common.C: merged fixed -d (bug)
18007:
18008: * src/main/pa_common.C: fixed -d (bug)
18009:
18010: 2002-06-03 paf
18011:
18012: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18013: src/classes/classes.dsp, src/main/compile.tab.C,
18014: src/main/main.dsp, src/main/pa_globals.C,
18015: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18016: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18017: .dsp-s along with reorganized cvs modules dirs structure
18018:
18019: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18020: main/pa_globals.C, targets/cgi/parser3.dsp,
18021: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18022: modules
18023:
18024: 2002-05-28 paf
18025:
18026: * src/targets/cgi/parser3.C: info.uri now ""
18027:
18028: 2002-05-17 paf
18029:
18030: * src/classes/: table.C: ^table.save << checked empty
18031: pre/match/post columns
18032:
18033: 2002-05-16 paf
18034:
18035: * src/classes/image.C: image::measure can png now
18036:
18037: 2002-05-15 paf
18038:
18039: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18040: added
18041:
18042: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18043:
18044: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18045: %H[:%M[:%S]]]]]] [-%m now
18046:
18047: 2002-05-14 paf
18048:
18049: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18050:
18051: 2002-05-07 paf
18052:
18053: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18054: src/include/pa_globals.h, src/include/pa_request.h,
18055: src/include/pa_table.h, src/main/compile.tab.C,
18056: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18057: src/main/pa_request.C, src/main/pa_table.C,
18058: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18059: src/targets/isapi/parser3isapi.dsp,
18060: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18061: name2number field now &. main_method_name now on Request pool
18062: rather on global_pool [Junction+VJunction created on same pool as
18063: name = were created on global pool, causing mem leaks]
18064:
18065: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18066: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18067: main/compile.y, main/main.dsp, main/pa_globals.C,
18068: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18069: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18070: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18071: field now &. main_method_name now on Request pool rather on
18072: global_pool [Junction+VJunction created on same pool as name =
18073: were created on global pool, causing mem leaks]
18074:
18075: 2002-05-06 paf
18076:
18077: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18078: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18079: 100*40 bytes per request memory leak [nonpool malloc in globals]
18080:
18081: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18082: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18083: 100*40 bytes per request memory leak [nonpool malloc in globals]
18084:
18085: 2002-04-30 paf
18086:
18087: * configure, src/include/pa_version.h: version now not b
18088:
18089: * src/targets/cgi/parser3.C: request.uri now never 0
18090:
18091: 2002-04-29 paf
18092:
18093: * configure.in: removed b
18094:
18095: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18096: Exception::comment/type checked in (), no there's no empty
18097: type/comment by default
18098:
18099: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18100: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18101: src/doc/value.dox, src/include/pa_exception.h,
18102: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18103: 0001
18104:
18105: 2002-04-26 paf
18106:
18107: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18108: size reduced
18109:
18110: 2002-04-25 paf
18111:
18112: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18113: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18114: now that took into account
18115:
18116: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18117: 01:03:04]
18118:
18119: * ChangeLog, operators.txt, src/classes/date.C:
18120: ^date::create[2002-12-33 01:03:04]
18121:
18122: * ChangeLog: updated changelog
18123:
18124: * src/classes/table.C: removed restriction on column count to
18125: ^table.hash to work, now must be >0 [were >1]
18126:
18127: 2002-04-24 paf
18128:
18129: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18130: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18131: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18132: targets
18133:
18134: 2002-04-23 paf
18135:
18136: * operators.txt, src/classes/string.C:
18137: int/double/string:sql{}[$.default{code}] fixed [were barking:
18138: "junction used outside of context"]
18139:
18140: 2002-04-22 paf
18141:
18142: * types.txt, src/classes/string.C, src/include/pa_string.h,
18143: src/main/pa_string.C, src/types/pa_vstring.C,
18144: src/types/pa_vstring.h: ^string.optimize[]
18145:
18146: * src/: include/pa_globals.h, include/pa_table.h,
18147: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18148: table template
18149:
18150: * src/classes/: string.C: optimize removed from string
18151: .left/right/pos
18152:
18153: * src/main/execute.C: rolled back to
18154: before_killing_userjunction_contexts
18155:
18156: * src/main/execute.C: user junctions context killed
18157:
18158: * src/main/execute.C: junctions to local contexts got
18159: cleanized&checked later
18160:
18161: 2002-04-19 paf
18162:
18163: * src/: classes/string.C, include/pa_request.h,
18164: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18165: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18166: prior to .left .right .mid .pos .match when that is profitable,
18167: and always before .replace when $ORIGINS(1) optimization disabled
18168: economy from not wasting mem on lots of strings which occur by
18169: lots of String:mid calls to get parts of source string between
18170: found_occurances
18171:
18172: * src/classes/file.C: ovector now local economy: 16 bytes per
18173: ^file:list
18174:
18175: * src/: include/pa_globals.h, include/pa_table.h,
18176: main/pa_globals.C, main/pa_string.C: String::match table columns
18177: globalized, not created @ each ^match anymore economy:
18178: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18179:
18180: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18181: removed from each String::match replace iteration, and made
18182: stacked sizeof(VTable)=12bytes economy on each replace code
18183:
18184: * src/doc/footer.htm: 2001,
18185:
18186: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18187: string.match[]['] option enables generation of $match.prematch
18188: .match .postmatch columns
18189:
18190: * src/main/pa_string.C: String::match options analized without
18191: cstr-ing them now
18192:
18193: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18194: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18195: config updated to doxygen 1.2.15, created helper which fixes
18196: minor bugs in chm project files & htm tree. changed extension to
18197: .htm
18198:
18199: 2002-04-18 paf
18200:
18201: * src/doc/doxygen.cfg: .chi generation disabled
18202:
18203: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18204: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18205: fields&methods
18206:
18207: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18208: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18209: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18210: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18211: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18212: types/pa_vresponse.h, types/pa_vstateless_class.h,
18213: types/pa_vstateless_object.h, types/pa_vstatus.h,
18214: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18215: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18216: VStateless_class to VObject
18217:
18218: * src/: main/pa_request.C, types/pa_valiased.h,
18219: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18220: types/pa_vstring.h: VStateless_string_object speicalized light
18221: version of VStateless_object
18222:
18223: * src/classes/op.C: ^throw comment param made optional
18224:
18225: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18226: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18227: and implemented down in VClass, fclass_alias removed,
18228:
18229: * src/types/pa_value.C: forced to cut that from .h because of
18230: VStateless_class usage [undefined in .h]
18231:
18232: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18233: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18234: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18235: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18236: on each CALL]
18237:
18238: * src/: classes/classes.h, classes/date.C, classes/double.C,
18239: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18240: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18241: classes/response.C, classes/string.C, classes/table.C,
18242: classes/void.C, classes/xnode.C, include/pa_globals.h,
18243: include/pa_request.h, main/execute.C, main/pa_globals.C,
18244: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18245: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18246: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18247: types/pa_vstateless_class.h, types/pa_wcontext.C,
18248: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18249: removed Value::fname
18250:
18251: 2002-04-17 paf
18252:
18253: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18254: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18255: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18256: include/pa_pool.h, include/pa_types.h: dox updated to current
18257: state, PTHROW freshen to throw & co
18258:
18259: * src/types/pa_vhash.h: vstring wrong parent fixed
18260:
18261: * src/classes/op.C: taint local result var bug fixed
18262:
18263: 2002-04-16 paf
18264:
18265: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18266: Attic asm.txt as most interesting
18267:
18268: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18269: check, preventing content-length: 0 from appearing
18270:
18271: * src/main/execute.C: $result in @main now taken into account as in
18272: usual functions
18273:
18274: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18275: & @unhandled_exception now taken into account as in usual
18276: functions
18277:
18278: * src/doc/postbuild.txt: instructions on post .html build
18279:
18280: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18281:
18282: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18283: tainted
18284:
18285: * src/main/pa_request.C: uri in error log
18286:
18287: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18288: cheched date:create(days) param for validity [later were assumed
18289: valid and crashed on invalid onces]
18290:
18291: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18292: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18293: and used that for removing VString wrapper
18294:
18295: * src/classes/op.C: exception2vhash file now tainted
18296:
18297: * src/classes/op.C: _process pseudo origin copied from local var to
18298: heap
18299:
18300: * src/classes/op.C: extra check on empty file in origin in _execute
18301:
18302: 2002-04-15 paf
18303:
18304: * src/: main/execute.C, types/pa_value.h: fixed name update
18305:
18306: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18307: functions
18308:
18309: * src/: classes/file.C, classes/hash.C, classes/op.C,
18310: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18311: started dual write_xxx_lang functions, if checked & works
18312:
18313: * src/: classes/date.C, classes/file.C, classes/mail.C,
18314: classes/string.C, classes/xnode.C, include/pa_request.h,
18315: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18316: unnecessary VString shells
18317:
18318: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18319: prev changes]
18320:
18321: * src/: classes/image.C, classes/op.C, classes/string.C,
18322: classes/table.C, include/pa_request.h, main/execute.C,
18323: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18324: StringOrValue wcontext result, now ready for dual writes
18325:
18326: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18327: checked that
18328:
18329: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18330: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18331: changed to OP_WRITE_VALUE in var get cases
18332:
18333: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18334: include/pa_request.h, main/compile.tab.C, main/compile.y,
18335: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18336: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18337: switch in hash constructor fixed [were problems with using of
18338: stacked wwrapper after it's death]
18339:
18340: 2002-04-12 paf
18341:
18342: * operators.txt, src/classes/table.C: table.select(expression) 0
18343:
18344: 2002-04-11 paf
18345:
18346: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18347: Request::process_internal codeFrame & wwrapper stacked [not
18348: wasting heap anymore]
18349:
18350: 2002-04-10 paf
18351:
18352: * src/: classes/double.C, classes/file.C, classes/hash.C,
18353: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18354: classes/string.C, classes/table.C, classes/void.C,
18355: classes/xdoc.C, include/pa_request.h, main/execute.C,
18356: main/pa_string.C: killed Request::process() wrapping
18357: VString(String) in case we need only String
18358:
18359: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18360: killed 8 bytes from String.head
18361:
18362: 2002-04-09 paf
18363:
18364: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18365: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18366: local*/char b[...]; a=b; situations
18367:
18368: * operators.txt, src/classes/xdoc.C: xslt params made literal
18369:
18370: * src/classes/xdoc.C: xslt params fixed
18371:
18372: * src/: main/pa_common.C, targets/cgi/parser3.C,
18373: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18374: not pool.malloc(MAX_NUMBER) but really neaded
18375:
18376: * operators.txt, src/classes/double.C, src/classes/int.C:
18377: int/double.int/double(default)
18378:
18379: 2002-04-04 paf
18380:
18381: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18382: [when reconstructing pieces were split by
18383: max_integral(piece.size), thus some strings to replace happen to
18384: be split into two = not replaced)
18385:
18386: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18387: standalone version = current dir
18388:
18389: * src/targets/cgi/parser3.C: document root in standalone version =
18390: current dir
18391:
18392: 2002-04-03 paf
18393:
18394: * configure, configure.in: more checks on nonexistent charset
18395:
1.116 moko 18396: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18397:
18398: 2002-04-02 paf
18399:
18400: * src/main/compile.C: parser.compile [exception name more like in
18401: doc]
18402:
18403: 2002-04-01 paf
18404:
18405: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18406: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18407: .content-type.charset, not .charset
18408:
18409: 2002-03-29 paf
18410:
18411: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18412:
18413: * operators.txt, src/classes/date.C: ^date::create now may not
18414: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18415: days' year. | 31.05->31.04 roll
18416:
18417: 2002-03-28 paf
18418:
18419: * operators.txt, src/classes/date.C, src/classes/op.C,
18420: src/include/pa_globals.h, src/include/pa_hash.h,
18421: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18422: ^cache(seconds) ^cache[date] }
18423:
18424: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18425: param
18426:
18427: 2002-03-27 paf
18428:
18429: * operators.txt, src/classes/date.C, src/classes/double.C,
18430: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18431: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18432: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18433: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18434: src/classes/xnode.C, src/include/pa_exception.h,
18435: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18436: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18437: src/main/pa_array.C, src/main/pa_charset.C,
18438: src/main/pa_charsets.C, src/main/pa_common.C,
18439: src/main/pa_dictionary.C, src/main/pa_exception.C,
18440: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18441: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18442: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18443: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18444: src/types/pa_value.h, src/types/pa_vcookie.C,
18445: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18446: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18447: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18448: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18449: src/types/pa_wwrapper.h: assigned exception types
18450:
18451: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18452: src/include/pa_request.h, src/main/execute.C,
18453: src/main/pa_request.C: decided agains resetting exception_trace,
18454: just changed name
18455:
18456: 2002-03-26 paf
18457:
18458: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18459: fixed
18460:
18461: * src/classes/op.C: forced language of $source field of exception
18462: to 'tainted', so that sql-langed-frags could be outputed outside
18463: of connect
18464:
18465: * operators.txt: removed date.roll limit of +-1 offset
18466:
18467: * src/classes/date.C: removed date.roll limit of +-1 offset
18468:
18469: * operators.txt, src/classes/date.C: fixed date roll on
18470: daylightsaving days mktime took into account tm_isdst flag, which
18471: remained from BEFORE roll, but should have been reset
18472:
18473: 2002-03-25 paf
18474:
18475: * operators.txt, src/targets/cgi/parser3.C:
18476: http_site_config_filespec
18477:
18478: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18479: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18480: with any/both --disable-foreign-group-files --disable-execs
18481:
18482: * INSTALL: "--with=sendmail=COMMAND" comment
18483:
18484: * INSTALL, configure, configure.in, src/classes/mail.C,
18485: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18486: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18487: disables execs also. introducing --sendmail
1.95 moko 18488:
18489: * operators.txt: pgsql options comment
18490:
18491: * INSTALL: comment on --disable-link-stdcpp
18492:
1.116 moko 18493: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18494: libstdc++ link skipping configure option
1.95 moko 18495:
18496: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18497: with error were put to cache with 'marked_to_rollback' flag, all
18498: consequent even OK requests rolled back
18499:
18500: 2002-03-22 paf
18501:
18502: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18503: false return
18504:
18505: * operators.txt: few comments on sets
18506:
18507: 2002-03-18 paf
18508:
18509: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18510: src/include/pa_globals.h, src/include/pa_request.h,
18511: src/include/pa_stack.h, src/main/pa_globals.C,
18512: src/main/pa_request.C: introducing ^try
18513:
18514: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18515: types/pa_vdouble.h: removed some tested @tests
18516:
18517: 2002-03-15 paf
18518:
18519: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18520:
18521: 2002-03-13 paf
18522:
18523: * src/main/pa_exception.C: checked not-pooled malloc
18524:
18525: 2002-03-11 paf
18526:
18527: * INSTALL, configure, configure.in,
18528: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18529:
18530: * src/main/pa_common.C: --disable-foreign-group-files
18531:
18532: * INSTALL: --disable-execs
18533:
18534: * src/main/pa_exec.C: --disable-execs
18535:
18536: * configure, configure.in, src/include/pa_config_auto.h.in:
18537: --disable-execs
18538:
18539: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18540:
18541: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18542: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18543:
18544: 2002-03-05 paf
18545:
18546: * operators.txt, src/classes/date.C: date week calendar columns
18547: named
18548:
18549: * operators.txt, src/classes/date.C: date week calendar columns
18550: named
18551:
18552: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18553: requires headers to be terminated with \r\n manually [refuses to
18554: separate header/body itself]
18555:
18556: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18557: targets/isapi/parser3isapi.C: isapi site config beside .dll
18558:
18559: 2002-03-04 paf
18560:
18561: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18562: in PASS language
18563:
18564: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18565: deserialize checks on broken file
18566:
18567: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18568: parser3isapi.dsp: isapi updated
18569:
18570: 2002-03-01 paf
18571:
18572: * src/main/pa_exec.C: execle -> execve, now argc OK
18573:
18574: 2002-02-28 paf
18575:
18576: * src/main/untaint.C: removed some debug comments
18577:
18578: * src/main/pa_charsets.C: when placing charset to cache using
18579: global name now [were request]
18580:
18581: * configure, configure.in: apache module updated
18582:
18583: * src/main/pa_string.C: origin by first piece preferred before last
18584: piece
18585:
18586: 2002-02-27 paf
18587:
18588: * src/main/pa_charset.C: size_t
18589:
18590: * INSTALL: shared/static-xml with-pathlink
18591:
18592: * operators.txt: SMTP comment
18593:
18594: 2002-02-26 paf
18595:
18596: * src/main/pa_exec.C: more precise names for vars, cosmetic
18597:
18598: * src/classes/xnode.C: in some situation, xpath query returned
18599: result with type NODESET, but empty nodeset member field, checked
18600: that
18601:
18602: 2002-02-22 paf
18603:
18604: * INSTALL: without-zlib comment
18605:
18606: * etc/parser3.charsets/windows-1251.cfg: °
18607:
18608: * configure, configure.in: glib###.a detection fixed
18609:
18610: * INSTALL: hashfile removed from INSTALL
18611:
1.116 moko 18612: * Makefile.am: make update
1.95 moko 18613:
18614: * src/main/pa_string.C: string iterators fixed again, so were
18615: String::join_chain
18616:
18617: * src/main/pa_string.C: string iterators fixed again, so were
18618: String::join_chain
18619:
18620: * src/: include/pa_string.h, main/pa_string.C: string iterators
18621: fixed again, so were String::join_chain
18622:
18623: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18624:
18625: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18626: "session"
18627:
1.116 moko 18628: * configure, configure.in, src/include/pa_config_auto.h.in:
18629: --with-shared-xml --with-static-xml
1.95 moko 18630:
18631: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18632: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18633: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18634: xalan&xml
18635:
18636: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18637:
18638: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18639: src/types/types.dsp: removed hashfile support from sources for
18640: now
18641:
1.116 moko 18642: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18643: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18644: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18645: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18646: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18647: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18648: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18649: src/types/Makefile.am, src/types/pa_vhashfile.C,
18650: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18651:
18652: 2002-02-21 paf
18653:
18654: * src/main/untaint.C: removed debug code, activated commented-for
18655: debug parts
18656:
1.116 moko 18657: * Makefile.am: make cvsupdate
1.95 moko 18658:
18659: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18660: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18661: append_row, not at link zero now string to string appending works
18662:
18663: 2002-02-20 paf
18664:
18665: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18666: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18667: DEBUG_STRING_APPENDS_VS_EXPANDS
18668:
18669: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18670: economy: 22%
18671:
18672: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18673: space uptimized: string::link_row removed
18674:
18675: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18676: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18677: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18678: types/pa_vstring.h: speed uptimized: string::is_empty
18679:
18680: * operators.txt, src/include/pa_common.h,
18681: src/include/pa_config_fixed.h, src/include/pa_string.h,
18682: src/include/pa_types.h, src/main/compile.tab.C,
18683: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18684: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18685: string append optimiziation idea and estimates
18686:
18687: 2002-02-19 paf
18688:
18689: * src/classes/math.C: not used directly [but erroreously reported
18690: that 'is', thus registering twice&other probs]
18691:
18692: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18693: to node [element]
18694:
18695: * src/main/compile.C: without string_origins parse error
18696: file+line+col possible
18697:
18698: * src/main/: compile.C: without string_origins not worked
18699:
18700: 2002-02-18 paf
18701:
18702: * src/types/pa_vdouble.h: since we have in_expression removed that
18703: trick i've installed into double::as_string
18704:
18705: * src/main/pa_globals.C: extern "C" was removed too fast
18706:
18707: * src/: include/pa_opcode.h, include/pa_request.h,
18708: main/compile.tab.C, main/compile.y, main/execute.C,
18709: types/pa_wcontext.h: in_expression aimed to solve old problem
18710: with string/nonstring values, now in expressions double/int
18711: values are passed as-is, without stupid tostring/fromstring
18712: conversions
18713:
18714: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18715: __cplusplus } #endif
18716:
18717: * src/main/compile.tab.C: bison env set so one could compile
18718: without cygwin installed
18719:
18720: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18721: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18722: gnome xml libs parser .dsp-s changed accordingly
18723:
18724: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18725:
18726: * operators.txt, src/classes/date.C: date::create [were date::set,
18727: with backward comp
18728:
18729: * src/classes/math.C: math:random range check fixed
18730:
18731: * src/main/: compile.tab.C, compile.y: integer division stops name
18732:
18733: * INSTALL: local install comment
18734:
1.116 moko 18735: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18736:
1.116 moko 18737: * acinclude.m4, aclocal.m4, configure, configure.in,
18738: src/include/pa_config_auto.h.in,
18739: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18740: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18741:
18742: * operators.txt: \ comment
18743:
18744: 2002-02-13 paf
18745:
18746: * src/include/pa_config_includes.h: sys/time time both included
18747: now. vaguely remember confilicts on this on some system [not on
18748: six|ablv] so when would see them again would think up proper
18749: check
18750:
1.116 moko 18751: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18752: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18753:
18754: * src/main/pa_common.C: truncation never occured when writing files
18755: on unix [since i've changed cache mech] fix
18756:
18757: * src/main/pa_common.C: strnchr: sanity check added
18758:
18759: * etc/parser3.charsets/windows-1257.cfg: id added
18760:
18761: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18762: baltic charset file generated, in generation script ispunct check
18763: added
18764:
18765: 2002-02-08 paf
18766:
1.116 moko 18767: * src/: include/Makefile.am, sql/Makefile.am,
18768: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18769:
18770: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18771: forgotten
18772:
18773: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18774:
18775: * INSTALL, README: install&others updated
18776:
18777: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18778:
1.116 moko 18779: * Makefile.am, configure, configure.in,
18780: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18781: src/classes/Makefile.am, src/main/Makefile.am,
18782: src/main/pa_status_provider.C, src/targets/Makefile.am,
18783: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18784: works
1.95 moko 18785:
18786: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18787: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18788: classes/hashfile.C, classes/int.C, classes/mail.C,
18789: classes/math.C, classes/op.C, classes/response.C,
18790: classes/string.C, classes/table.C, classes/void.C,
18791: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18792: include/pa_array.h, include/pa_cache_managers.h,
18793: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18794: include/pa_config_fixed.h, include/pa_config_includes.h,
18795: include/pa_db_connection.h, include/pa_db_manager.h,
18796: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18797: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18798: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18799: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18800: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18801: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18802: include/pa_stack.h, include/pa_string.h,
18803: include/pa_stylesheet_connection.h,
18804: include/pa_stylesheet_manager.h, include/pa_table.h,
18805: include/pa_threads.h, include/pa_types.h, main/compile.C,
18806: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18807: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18808: main/pa_db_connection.C, main/pa_db_manager.C,
18809: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18810: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18811: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18812: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18813: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18814: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18815: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18816: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18817: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18818: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18819: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18820: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18821: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18822: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18823: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18824: types/pa_vmethod_frame.h, types/pa_vobject.h,
18825: types/pa_vrequest.h, types/pa_vresponse.h,
18826: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18827: types/pa_vstateless_object.h, types/pa_vstatus.C,
18828: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18829: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18830: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18831: classes/image.C, main/pa_common.C, main/pa_exec.C,
18832: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18833: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18834: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18835: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18836: types/pa_vxnode.C, main/pa_charset.C: name spelling
18837:
18838: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18839: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18840: classes/hashfile.C, classes/image.C, classes/int.C,
18841: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18842: classes/string.C, classes/table.C, classes/void.C,
18843: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18844: include/pa_array.h, include/pa_cache_managers.h,
18845: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18846: include/pa_config_fixed.h, include/pa_config_includes.h,
18847: include/pa_db_connection.h, include/pa_db_manager.h,
18848: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18849: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18850: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18851: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18852: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18853: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18854: include/pa_stack.h, include/pa_string.h,
18855: include/pa_stylesheet_connection.h,
18856: include/pa_stylesheet_manager.h, include/pa_table.h,
18857: include/pa_threads.h, include/pa_types.h, main/compile.C,
18858: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18859: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18860: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18861: main/pa_db_connection.C, main/pa_db_manager.C,
18862: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18863: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18864: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18865: main/pa_socks.C, main/pa_sql_driver_manager.C,
18866: main/pa_status_provider.C, main/pa_string.C,
18867: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18868: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18869: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18870: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18871: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18872: targets/isapi/pool_storage.h, types/pa_valiased.C,
18873: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18874: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18875: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18876: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18877: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18878: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18879: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18880: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18881: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18882: types/pa_vresponse.h, types/pa_vstateless_class.C,
18883: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18884: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18885: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18886: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18887: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18888: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18889:
18890: 2002-02-07 paf
18891:
18892: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18893:
1.116 moko 18894: * configure, configure.in, src/include/pa_config_auto.h.in,
18895: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18896: added yet another locking function: fcntl
1.95 moko 18897:
18898: * config.sub: on cygwin configure passes it with strange i1586
18899: const, hacked it to mean i586
18900:
18901: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18902: disabled $if reference due to conflicts with local variables
18903:
18904: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18905: xdoc::set obsolete now, now xdoc::create, with both sences
18906:
18907: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18908: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18909: table::create now // 'set' name obsolete now table clone.
18910:
18911: * operators.txt, src/classes/string.C,
18912: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18913: ^int/double/string.format now can be called with normal []
18914: brackets, not stupid {} as it were implemented for some strange
18915: reason. retaining backward compatibility due to some
18916: already-implemented servers
18917:
18918: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18919: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18920: operators now detected by check at name_without_curly_rdive_read
18921: rule whether diving code constists only of
18922: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18923: with OP_GET_ELEMENT_OR_OPERATOR to form
18924: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18925:
18926: 2002-02-06 paf
18927:
18928: * configure, configure.in: prefix expanded, grr
18929:
18930: * operators.txt, src/classes/mail.C: mail:send config changed
18931:
18932: 2002-02-05 paf
18933:
18934: * operators.txt: regex options commented
18935:
18936: * src/main/: pa_exec.C: argv0 now correct
18937:
18938: * src/types/pa_vstatus.C: status:rusage 3
18939:
18940: * src/types/pa_vstatus.C: status:rusage 2
18941:
18942: * operators.txt: status:rusage described int operators
18943:
18944: * src/types/pa_vstatus.C: status:rusage 1
18945:
18946: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18947: src/types/types.dsp: status:rusage
18948:
18949: * configure.in, operators.txt, src/classes/file.C,
18950: src/classes/op.C, src/include/pa_common.h,
18951: src/include/pa_config_includes.h, src/main/compile.tab.C,
18952: src/main/pa_common.C: rewritten ^cache to use
18953: non-blocking-exclusive-caches
18954:
18955: * src/main/pa_common.C: text file read mode on win32 adjusted
18956: [speed impact. was off for debugging purpose, but forgotten
18957: afterwards]
18958:
18959: 2002-02-01 paf
18960:
18961: * src/classes/op.C: file_write does EX lock after create, while
18962: file_read does SH after open, so there's a moment after create
18963: but before EX lock when read can sneak into, and read
18964: just-created-for-writing-and-not-yet-locked file, added a check
18965: for that in ^cache...read
18966:
18967: 2002-01-31 paf
18968:
18969: * src/main/: compile.y, compile.tab.C: disabled operator call after
18970: ^xxx:
18971:
18972: * src/main/: compile.tab.C, execute.C: made operators lookup first
18973: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18974:
18975: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18976: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18977: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18978: operators check 6.1 rewritten. now check is done at compile time
18979:
18980: * src/main/execute.C: operators check 5 floated up old error of
18981: staying in 'entered class/object' state after $a($a..) it
18982: prevented operators from being called thereafter
18983:
18984: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18985: main/execute.C: operators check 4 floated up old error of staying
18986: in 'entered object' state after ^a.a(a) it prevented operators
18987: from being called thereafter
18988:
18989: * src/main/execute.C: operators check 3 floated up old error of
18990: staying in 'entered class' state after $a:a(a) it prevented
18991: operators from being called thereafter
18992:
18993: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18994: floated up old error of staying in 'entered class' state after
18995: $a:a[a] it prevented operators from being called thereafter
18996:
18997: * src/main/execute.C: operators check, thay mistakenly seen in
18998: $class:operator $object.operators contexts
18999:
19000: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19001: win32
19002:
1.116 moko 19003: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19004: src/classes/Makefile.am, src/main/Makefile.am,
19005: src/targets/cgi/Makefile.am,
1.95 moko 19006: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19007: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19008:
1.116 moko 19009: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19010: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19011: configure, configure.in, form.txt, ident.awk, install-sh,
19012: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19013: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19014: etc/parser3.charsets/Makefile.am,
19015: etc/parser3.charsets/koi8-r.cfg,
19016: etc/parser3.charsets/windows-1250.cfg,
19017: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19018: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19019: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19020: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19021: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19022: straightened installation scripts procedure made
19023: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19024: change
19025:
19026: 2002-01-30 paf
19027:
19028: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19029: removed] those comments were a mistake, and prevented libltdl
19030: from function properly
19031:
19032: 2002-01-29 paf
19033:
1.116 moko 19034: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19035: creation [modified acinclude.m4 which were creating int into just
19036: assignment LIBTOOL=../libtool] added default system
19037: config&charsetts prepared 'make install', now it installs
19038: targets/cgi/parser3 into bin directory etc/parser3.conf &
19039: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19040: $sysconfdir/parser3.charsets respectively
19041:
19042: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19043: main/pa_globals.C: few forgotten ifdef XML added
19044:
19045: 2002-01-28 paf
19046:
1.116 moko 19047: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19048: removed
19049:
19050: * src/main/pa_exception.C: dom|generic error output fix
19051:
19052: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19053:
19054: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19055:
19056: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19057: [fixed as_node helper func to accept docs]
19058:
19059: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19060: xdoc.importNode 0
19061:
19062: * src/classes/xdoc.C: xdoc::set now untaints OK
19063:
19064: 2002-01-25 paf
19065:
19066: * src/main/: compile.tab.C, compile.y: #comment before @ after
19067: @SPECIAL now works OK
19068:
19069: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19070:
19071: * src/main/pa_exec.C: max arg count now 10, and proper message on
19072: violation that added
19073:
19074: * src/classes/hash.C: unified hash::sql, now
19075: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19076:
19077: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19078: ^file:lock[filename]{code}
19079:
19080: * src/: classes/file.C, classes/op.C, classes/string.C,
19081: classes/table.C, classes/xdoc.C, include/pa_common.h,
19082: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19083: to some pa_common funcs
19084:
19085: * src/: include/pa_charset.h, main/pa_globals.C:
19086: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19087:
19088: * src/: include/pa_charset.h, main/pa_charset.C,
19089: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19090: not stupid illegal define
19091:
19092: 2002-01-24 paf
19093:
19094: * src/include/pa_version.h: changed version number
19095:
19096: * src/: classes/hashfile.C, include/pa_db_table.h,
19097: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19098: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19099: main/pa_db_connection.C, main/pa_db_table.C,
19100: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19101: hashfile without logfiles
19102:
19103: * src/: classes/hashfile.C, include/pa_db_table.h,
19104: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19105: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19106: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19107: DB_INIT_TXN init bits, thus got rid of huge log files, which
19108: cluttered disk without huge need]
19109:
19110: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19111: handy macro, which is strangly abscent in dome lib
19112:
19113: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19114:
19115: * src/classes/xdoc.C: checked empty response
19116:
19117: * src/classes/xnode.C: xdoc.select fixed context node [were always
19118: /, not self node]
19119:
19120: * src/classes/xnode.C: xnode.select returns array always now, in
19121: case 'nothing found' returns empty array
19122:
19123: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19124: be more tender with ctrl/c/v
19125:
19126: 2002-01-23 paf
19127:
19128: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19129: substituted. // 2. when dom tree with entites goes under
19130: transform text nodes // got [erroreosly] cut on first
19131: entity occurance
19132:
19133: * src/types/pa_vdouble.h: double prec. todo: get rid of
19134: twice-converting
19135:
19136: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19137: 'e' in output this is for regretful twice-converting here:
19138: $a(double value) when they write double falue they convert it to
19139: string first, thus %g were losing precesion.
19140:
19141: todo: think up some way to remove double->string string->double
19142: twice-converting
19143:
19144: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19145: %.20E now default float format this is for regretful
19146: twice-converting here: $a(double value) when they write double
19147: falue they convert it to string first, thus %g were losing
19148: precesion.
19149:
19150: todo: think up some way to remove double->string string->double
19151: twice-converting
19152:
19153: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19154: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19155: reasons in comment inside
19156:
19157: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19158: statically linked]
19159:
19160: * src/: include/pa_exception.h, main/compile.tab.C,
19161: main/pa_exception.C: removed exception va_list constructor. 1.
19162: not needed anymore 2. there were a conflict[causing errors]
19163: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19164: never detected an ambiguilty here, compiling ctor(, "hello") into
19165: ctor(, va_list) which, of course, caused gpf
19166:
19167: * src/main/pa_globals.C: removed debug xslt messages
19168:
19169: 2002-01-22 paf
19170:
19171: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19172: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19173: helps compiling stylesheet properly. example: this refused to
19174: work, <b>«<xsl:value-of select="@title"
19175: />»</b> stranly worked only this way:
19176: <b>«<xsl:value-of select="@title" />»</b>
19177:
19178: docs says "set it to 1", never going into details, so I decided
19179: to try NOT to do that
19180:
19181: * src/classes/table.C: join behaived badly in case named tables
19182: structure mismatched: 0 strings sneaked into dest failing
19183: afterwards. replaced them with empty strings
19184:
19185: 2002-01-21 paf
19186:
19187: * src/main/pa_charset.C: checked empty transcoders in
19188: transcode_cstr|buf
19189:
19190: * src/classes/xdoc.C: xdoc::load error source = filespec
19191:
19192: * src/classes/xdoc.C: transform error source now
19193: stylesheet_filespec
19194:
1.116 moko 19195: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19196: include/pa_stylesheet_connection.h, main/pa_charset.C,
19197: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19198: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19199: gnome
1.95 moko 19200:
19201: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19202: include/pa_globals.h, include/pa_stylesheet_connection.h,
19203: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19204: xslt generic error 1
19205:
19206: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19207: xml generic message 1
19208:
19209: * src/classes/table.C: ^table::load empty lines or #comments before
19210: headline
19211:
19212: * src/: include/pa_array.h, include/pa_globals.h,
19213: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19214: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19215: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19216: errors 0
19217:
19218: 2002-01-16 paf
19219:
19220: * src/: classes/hash.C, classes/op.C, classes/string.C,
19221: classes/table.C, classes/void.C, classes/xdoc.C,
19222: include/pa_db_connection.h, include/pa_request.h,
19223: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19224: include/pa_stylesheet_connection.h,
19225: include/pa_stylesheet_manager.h, main/pa_request.C,
19226: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19227: targets/cgi/pool_storage.h: auto closers to sql_connection,
19228: stylesheet_connection auto destroyers to remaining gnome objects
19229:
19230: * src/classes/xdoc.C: few comments
19231:
19232: 2002-01-15 paf
19233:
19234: * src/classes/xdoc.C: xdoc file save string
19235:
19236: ready. todo: error handling
19237:
19238: * src/classes/xdoc.C: xdoc save rewritten using
19239: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19240: result
19241:
19242: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19243: started output options parsing
19244:
19245: 2002-01-14 paf
19246:
19247: * src/classes/xdoc.C: method
19248:
19249: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19250: include/pa_pool.h, include/pa_stylesheet_connection.h,
19251: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19252: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19253: xslt transform0. TODO: use output options handle errors
19254:
19255: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19256:
19257: 2002-01-11 paf
19258:
19259: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19260: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19261: partial logical && || evaluation
19262:
19263: * src/classes/xnode.C: xpath selectNodes
19264:
19265: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19266: string/number/bool
19267:
19268: * src/classes/xnode.C: xpath selectNode 2
19269:
19270: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19271: xpath selectNode 1
19272:
19273: 2002-01-10 paf
19274:
19275: * src/classes/xnode.C: xpath selectNode -100 [just written]
19276:
19277: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19278: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19279: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19280: refcounter]
19281:
19282: 2001-12-29 paf
19283:
19284: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19285: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19286: glib works 0
19287:
19288: 2001-12-28 paf
19289:
19290: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19291: main/pa_exception.C: started glib transcoders
19292:
19293: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19294:
19295: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19296: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19297: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19298: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19299: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19300: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19301: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19302: libs just compiled in. no refcounting no xpath no xslt yet
19303:
19304: 2001-12-27 paf
19305:
19306: * src/: include/pa_charset.h, include/pa_common.h,
19307: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19308: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19309: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19310: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19311: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19312: from xalan&xerces, started the process. globals [initialization
19313: pool [charset update charset [transcodings vxnode vxdoc [DOM
19314: calls
19315:
19316: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19317: anymore
19318:
19319: 2001-12-26 paf
19320:
19321: * src/: include/pa_charset.h, include/pa_charsets.h,
19322: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19323: key globalized [bug]
19324:
19325: 2001-12-25 paf
19326:
19327: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19328: main/pa_string.C: table set & append changed splitting languages,
19329: separators now can be clean AND as-is same to mail command line
19330: $MAIN:MAIL.progX arguments
19331:
19332: 2001-12-24 paf
19333:
19334: * src/classes/mail.C: one parted text messages - no multipart
19335: mime-type anymore. for convinient if $.attach-ments
19336:
19337: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19338: main/pa_string.C: read from cache size check updated
19339:
19340: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19341:
19342: 2001-12-21 paf
19343:
19344: * src/classes/date.C: date:sql-string now returns localtime
19345:
19346: * src/main/pa_request.C: $result in @main actually not working, to
19347: hell with it for now
19348:
19349: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19350: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19351: @postprocess @exception
19352:
19353: * src/main/execute.C: junction evaluation canceled - endless
19354: recursion detected
19355:
19356: 2001-12-19 paf
19357:
19358: * src/main/pa_charset.C: charset->charset transcoding via unicode
19359: intermediate
19360:
19361: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19362:
19363: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19364:
19365: * src/classes/op.C: ^cache keypath now relative
19366:
19367: * src/classes/mail.C: changed weighting prior to sort
19368:
19369: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19370: were missing
19371:
19372: 2001-12-17 paf
19373:
19374: * src/main/pa_charset.C: ifndef XML were bad type
19375:
19376: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19377: outdated unset services_pool
19378:
19379: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19380: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19381: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19382:
19383: * src/main/untaint.C: allowed space in filespec
19384:
19385: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19386:
19387: * src/classes/image.C: no govno
19388:
19389: * src/classes/image.C: govno
19390:
19391: 2001-12-16 paf
19392:
19393: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19394:
19395: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19396: charset_connection&manager replaced by charset&charsets
19397:
19398: * src/main/pa_charset.C: name_cstr 0
19399:
19400: * src/main/untaint.C: uri lang now knows about client/source
19401: charsets
19402:
19403: * src/: classes/file.C, classes/math.C, classes/op.C,
19404: classes/string.C, classes/table.C, classes/xdoc.C,
19405: include/pa_array.h, include/pa_cache_managers.h,
19406: include/pa_charset_connection.h, include/pa_charset_manager.h,
19407: include/pa_common.h, include/pa_db_connection.h,
19408: include/pa_db_manager.h, include/pa_db_table.h,
19409: include/pa_dictionary.h, include/pa_exception.h,
19410: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19411: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19412: include/pa_sapi.h, include/pa_socks.h,
19413: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19414: include/pa_string.h, include/pa_stylesheet_connection.h,
19415: include/pa_stylesheet_manager.h, include/pa_table.h,
19416: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19417: main/pa_charset.C, main/pa_charset_connection.C,
19418: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19419: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19420: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19421: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19422: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19423: types/types.dsp: introducing Charset
19424:
19425: 2001-12-14 paf
19426:
19427: * src/: include/pa_request.h, include/pa_transcoder.h,
19428: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19429: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19430: uri lang
19431:
19432: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19433:
19434: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19435:
19436: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19437: defalts_name global
19438:
19439: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19440: include/pa_request.h, main/main.dsp,
19441: main/pa_charset_connection.C, main/pa_charset_manager.C,
19442: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19443: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19444: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19445: changed charset model. now important: $request:charset
19446: $response:charset while $response:content-type.charset become
19447: unimportant [informational]
19448:
19449: 2001-12-13 paf
19450:
19451: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19452:
19453: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19454: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19455: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19456: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19457: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19458: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19459:
19460: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19461: auto_ptr part other way, because of stupid gcc 2.96
19462: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19463: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19464: FormatterListener] /usr/include/g++-3/memory:48:
19465: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19466: _Tp1 = FormatterListener, _Tp = FormatterListener]
19467:
19468: * src/classes/xdoc.C: removed extra inc
19469:
19470: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19471:
19472: * src/include/pa_types.h: msvc head debugging flag
19473:
19474: * src/classes/xdoc.C: freed up listener
19475:
19476: * src/classes/string.C: change msg '... code is not code'
19477:
19478: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19479: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19480: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19481: [past/future prob]
19482:
19483: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19484: include/pa_config_fixed.h, include/pa_db_manager.h,
19485: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19486: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19487:
19488: * src/: include/pa_config_fixed.h, main/pa_common.C,
19489: main/pa_string.C: removed signed mismatch warnings
19490:
19491: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19492: 'expires' from header outputs
19493:
19494: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19495: row ptr
19496:
19497: * src/classes/file.C: file::cgi bug, request_method were passed to
19498: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19499:
19500: * src/classes/xdoc.C: lang list updated
19501:
19502: 2001-12-10 paf
19503:
19504: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19505:
19506: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19507: erase files like that, knowing their full name introducing //
19508: theoretical problem with, for instance, "_2B" and "." fragments,
19509: // they would yield the same // because
19510: need_file_encode('_')=false // but we need to delete such files
19511: somehow, getting names from ^index
19512:
19513: * src/main/pa_string.C: ^string.replace bug fixed [bad
19514: string::join_chank break]
19515:
19516: 2001-12-07 paf
19517:
19518: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19519: include/pa_common.h, include/pa_config_auto.h.in,
19520: include/pa_config_fixed.h, include/pa_config_includes.h,
19521: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19522: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19523: types/pa_vhashfile.C: merged from r14_simple_cache
19524:
19525: * src/main/pa_string.C: stupid sparc architecture failed to access
19526: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19527: lduh [ %i2 + 1 ], %l0
19528:
19529: bus error, fixed that
19530:
19531: * src/main/pa_string.C: strange string deserialize bug on
19532: client[pmts], a bit shortened,
19533:
19534: * src/include/pa_config_auto.h.in: makes
19535:
19536: * src/: include/pa_common.h, include/pa_config_fixed.h,
19537: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19538: file write shared lock file read
19539:
19540: * src/: classes/op.C, include/pa_common.h,
19541: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19542:
19543: 2001-12-06 paf
19544:
19545: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19546: main/pa_request.C: #ifdef RESOURCES_DEBUG
19547:
19548: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19549: info
19550:
19551: * src/classes/hashfile.C: removed transaction from ^cache
19552:
19553: 2001-12-05 paf
19554:
19555: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19556: IIS5 there were a prob with illegal call check
19557:
19558: 2001-12-04 paf
19559:
19560: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19561: main/pa_request.C: measures to log
19562:
19563: 2001-11-23 paf
19564:
19565: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19566: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19567: types/pa_vhashfile.C: merged from _0014, 1
19568:
19569: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19570: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19571: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19572: ^cache(33) would change
19573:
19574: 0660 bits in file_write & hashfile create
19575:
19576: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19577: after pa_string optimization]
19578:
19579: 2001-11-22 paf
19580:
19581: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19582: table.offset[whence]
19583:
19584: * src/classes/op.C: process cstr(,connection)
19585:
19586: * src/classes/op.C: process now gets its body on current language,
19587: not as-is
19588:
19589: * src/main/untaint.C: ORIGINS mode removed UHTML
19590:
19591: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19592: bit
19593:
1.116 moko 19594: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19595:
19596: 2001-11-21 paf
19597:
19598: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19599: <xsl:output output options made identical to xsl:output
19600: attributes exclusion: cdata-section-elements what xalan can do
19601: but that not used now: it can escape and remove CDATA sections
19602:
19603: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19604: produced by xslt
19605:
19606: * src/targets/cgi/parser3.C: removed debug cgi||1
19607:
19608: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19609:
19610: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19611: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19612: default language for {code}, it happen to change it's language
19613: from CLEAN, so later refused to split by CLEAN \t
19614:
19615: 2001-11-20 paf
19616:
1.116 moko 19617: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19618: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19619: bottom of dependeces, so that errors would popup quicklier, fixed
19620: line numbering in table::sql
19621:
19622: 2001-11-19 paf
19623:
19624: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19625: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19626: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19627: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19628: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19629: at wcontext.write
19630:
1.116 moko 19631: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19632: _set_new_handler
19633:
1.116 moko 19634: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19635: set_new_handler in apache&isapi
1.95 moko 19636:
19637: 2001-11-16 paf
19638:
19639: * src/targets/cgi/parser3.C: pool debug @ die
19640:
19641: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19642: removed 8 bytes from String, 2 bytes from
19643: string::chunk::row::item
19644:
19645: * src/main/pa_string.C: removed 1+4 bytes from String
19646:
19647: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19648: types/pa_vstring.C: removed 1+4 bytes from String
19649:
19650: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19651: 0
19652:
19653: * src/: include/pa_globals.h, include/pa_string.h,
19654: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19655: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19656: targets/cgi/parser3.C: introducing estimating
19657: String::cstr_bufsize, 0
19658:
19659: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19660:
19661: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19662:
19663: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19664: include/pa_pool.h: die in pool::fail
19665:
19666: 2001-11-15 paf
19667:
19668: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19669: main/pa_exception.C, targets/cgi/parser3.C: exception with
19670: dynamic buffer re-back now with counter
19671:
19672: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19673: static buffer back
19674:
19675: * src/targets/cgi/parser3.C: std::
19676:
19677: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19678: include/pa_config_includes.h: setnewhandler check
19679:
1.116 moko 19680: * src/include/pa_config_auto.h.in: makes
1.95 moko 19681:
19682: * src/targets/cgi/parser3.C: set_new_handler started
19683:
19684: 2001-11-14 paf
19685:
19686: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19687: was wrong
19688:
19689: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19690: was wrong
19691:
19692: * src/main/pa_request.C: z
19693:
19694: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19695: full returns win32 -1 solaris >buffer_size
19696:
19697: checked all that
19698:
19699: * src/classes/op.C: ^untaint{body} as-is default now
19700:
19701: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19702: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19703: with no_bad_constructors_try
19704:
19705: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19706: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19707: this: $bred[^string::length[]] $bred[^response::clear[]]
19708: $bred[^int::int[]]
19709:
19710: now VObject creation moved into overriden
19711: VClass::create_new_value, thus 0 from create_new_value means that
19712: class has no ctors
19713:
19714: 2001-11-13 paf
19715:
19716: * src/classes/classes.C: returned accedently removed if in foreach
19717: callbacks [when hash no-0-restructure]
19718:
19719: 2001-11-12 paf
19720:
19721: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19722: passed as-is to method, xalan makes & into & itself
19723:
19724: * src/classes/date.C: date.roll parser2 alg used
19725:
19726: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19727: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19728: main/pa_dictionary.C, main/pa_hash.C,
19729: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19730: now does not containt 0 values. put 0 actullay removes. no check
19731: on 0 value in foreach now required
19732:
19733: 2001-11-11 paf
19734:
19735: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19736:
19737: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19738:
19739: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19740: driver initialize not const
19741:
19742: 2001-11-10 paf
19743:
19744: * src/main/pa_exec.C: doc
19745:
19746: 2001-11-09 paf
19747:
19748: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19749: param properly
19750:
19751: * src/classes/string.C: string.save now does untainting before
19752: saving
19753:
19754: * src/main/pa_common.C: line endings fixing fixed last piece[was
19755: still cstr oriented]
19756:
19757: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19758: line endings fixing got rid of cstr, now must work ok with post
19759: multipart
19760:
19761: * src/types/pa_vform.C: line endings fixed at post / multipart /
19762: not file also now
19763:
19764: 2001-11-08 paf
19765:
19766: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19767: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19768: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19769: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19770: main/pa_stylesheet_manager.C: restructured Cache manager to be
19771: simple parent, not second parent [gcc 2.96 strangly refused to
19772: call virtual from second parent]
19773:
1.116 moko 19774: * src/: include/pa_common.h, main/Makefile.am,
19775: targets/cgi/pa_pool.C: makes
1.95 moko 19776:
19777: * src/: include/pa_request.h, main/pa_request.C,
19778: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19779: 'status' class enabler
19780:
19781: <Location /parser-status.html> ParserStatusAllowed </Location>
19782:
19783: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19784: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19785: include/pa_stylesheet_manager.h, main/main.dsp,
19786: main/pa_cache_managers.C, main/pa_charset_manager.C,
19787: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19788: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19789: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19790: todo: apache 'status' class enabler
19791:
19792: 2001-11-05 paf
19793:
19794: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19795: debug to normal
19796:
19797: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19798: hence i removed skipping 0 values in hash::for_each-es we need to
19799: check cleaned cache items manually. few more checks.
19800:
19801: expiring to 0 time was wrong, changed to 'now' time
19802:
19803: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19804: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19805: on apache already done :)
19806:
19807: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19808: skipping 0 values in hash::for_each-es we need to check cleaned
19809: cache items manually
19810:
19811: * src/main/: pa_db_connection.C, pa_db_table.C:
19812: parser_multithreaded check was wrong
19813:
19814: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19815: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19816: classes/hashfile.C, classes/image.C, classes/int.C,
19817: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19818: classes/string.C, classes/table.C, classes/void.C,
19819: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19820: include/pa_array.h, include/pa_charset_connection.h,
19821: include/pa_charset_manager.h, include/pa_common.h,
19822: include/pa_config_fixed.h, include/pa_config_includes.h,
19823: include/pa_db_connection.h, include/pa_db_manager.h,
19824: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19825: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19826: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19827: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19828: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19829: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19830: include/pa_stack.h, include/pa_string.h,
19831: include/pa_stylesheet_connection.h,
19832: include/pa_stylesheet_manager.h, include/pa_table.h,
19833: include/pa_threads.h, include/pa_types.h, main/compile.C,
19834: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19835: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19836: main/pa_charset_manager.C, main/pa_common.C,
19837: main/pa_db_connection.C, main/pa_db_manager.C,
19838: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19839: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19840: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19841: main/pa_socks.C, main/pa_sql_driver_manager.C,
19842: main/pa_status_provider.C, main/pa_string.C,
19843: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19844: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19845: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19846: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19847: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19848: targets/isapi/pool_storage.h, types/pa_valiased.C,
19849: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19850: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19851: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19852: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19853: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19854: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19855: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19856: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19857: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19858: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19859: types/pa_vstateless_object.h, types/pa_vstatus.h,
19860: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19861: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19862: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19863: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19864: $status:db fixed used not initialized in db_connection & db_table
19865:
19866: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19867: $status:charset
19868:
19869: * src/: classes/xdoc.C, include/pa_db_connection.h,
19870: include/pa_stylesheet_connection.h,
19871: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19872: types/pa_vstatus.h: $status:stylesheet
19873:
19874: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19875: include/pa_request.h, include/pa_sql_connection.h,
19876: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19877: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19878: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19879: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19880: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19881: types/pa_vxnode.C, types/types.dsp: started status parser class
19882:
19883: 2001-11-01 paf
19884:
19885: * src/include/pa_config_auto.h.in: makes
19886:
19887: * src/main/pa_hash.C: removed old extra include
19888:
19889: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19890: checks [for hp, there are such in math.h]
19891:
19892: * src/classes/op.C: ^for endless loop check strightened
19893:
19894: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19895: behavior in native calls. it left unchanged, so ^for ^foreach &
19896: co can use r.root to write their i & key,value there
19897:
19898: * src/classes/op.C: detected for var storage bug, fixed.
19899: todo:foreach
19900:
19901: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19902: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19903: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19904: changing of hash inside of foreach
19905:
19906: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19907: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19908: were hash.foreach
19909:
19910: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19911: types/pa_vstring.C, types/pa_vstring.h:
19912: ^foreach[key|value]{body}[[separator]|{separator}]
19913:
19914: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19915: types/pa_vcookie.C: ^hash.delete[key]
19916:
19917: 2001-10-31 paf
19918:
19919: * src/main/: compile.C, pa_common.C: completely empty file now
19920: considered "read", not ignored [not perfect trick used]
19921:
19922: * src/main/pa_common.C: simplier common ifdefs
19923:
19924: * src/main/pa_common.C: typing bug in common - bad ifdeff
19925:
19926: * src/main/pa_db_connection.C: z
19927:
19928: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19929: lockdetector flags
19930: dbenv.lk_detect=DB_LOCK_RANDOM;
19931:
19932: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19933: from accidental show [imagine user forgot @exception]
19934:
19935: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19936:
19937: * src/: classes/file.C, classes/image.C, classes/mail.C,
19938: classes/string.C, classes/xnode.C, include/pa_common.h,
19939: main/pa_common.C: ^string.save[[append;]path]
19940:
19941: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19942: main/execute.C: \ in expression: int divide 10/3=3
19943:
19944: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19945: inside of ^cache
19946:
19947: * src/: include/pa_threads.h, main/pa_db_connection.C,
19948: main/pa_db_table.C, targets/cgi/pa_threads.C,
19949: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19950: needed
19951:
19952: 2001-10-30 paf
19953:
19954: * src/: classes/classes.dsp, main/main.dsp,
19955: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19956: types/types.dsp: enabled debug incremental compile
19957:
19958: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19959: form post data line endings not reformatted now.
19960:
19961: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19962: now required [had bug when file= has no value]
19963:
19964: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19965: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19966: cstr(asis) default param removed
19967:
19968: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19969:
19970: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19971:
19972: * src/include/pa_dir.h: LOAD_DIR fixed
19973:
19974: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19975: was broken} fix_line_breaks
19976:
19977: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19978: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19979: packed with #pragma pack
19980:
1.116 moko 19981: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19982:
19983: 2001-10-29 paf
19984:
19985: * src/types/pa_wcontext.h: bitfield syntax stricter
19986:
19987: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19988: string hash.puts
19989:
19990: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19991:
19992: * src/include/pa_sql_connection.h: there were one wrong
19993: SQL_CONNECTION_FUNC_GUARDED [failed]
19994:
19995: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19996: param.someday either ifdef or remove it
19997:
19998: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19999:
20000: * src/main/untaint.C: optimizing returned after debugging
20001:
20002: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20003: main/untaint.C: memory hunging #pragma pack(1)
20004:
20005: 16 419 844 13 169 394
20006:
20007: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20008: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20009: places [todo:Array]
20010:
20011: * src/: main/execute.C, targets/cgi/pa_pool.C,
20012: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20013: types/pa_wwrapper.h: debugging memory WContext flags to bits
20014:
20015: total 5 652 652/158731 total 5 469 332/158731
20016:
20017: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20018: Array:: without cache in get/put now
20019:
20020: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20021: 18:25:27 2001] total 5 652 652/158731
20022:
20023: * src/: include/pa_string.h, main/pa_string.C,
20024: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20025: now
20026:
20027: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20028: 18:11:53 2001] total 5796092/158731
20029:
20030: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20031: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20032: key ref now
20033:
20034: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20035: 17:11:17 2001] total 16867948/202658
20036:
20037: * src/: classes/file.C, classes/image.C, classes/string.C,
20038: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20039: main/execute.C, main/pa_array.C, main/pa_common.C,
20040: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20041: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20042: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20043: string::as_int/double now usually uses stack, not heap [200K out
20044: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20045:
20046: * src/main/pa_sql_driver_manager.C: ping to have services [old
20047: hiding bug]
20048:
20049: * src/Makefile.am: .am order
20050:
20051: * src/: include/pa_array.h, include/pa_charset_manager.h,
20052: include/pa_db_connection.h, include/pa_db_manager.h,
20053: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20054: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20055: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20056: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20057: required "friend class"
20058:
20059: ../include/pa_request.h:51: friend declaration requires
20060: class-key, i.e. `friend class Temp_lang'
20061:
20062: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20063: main/pa_exception.C, main/pa_sql_driver_manager.C,
20064: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20065:
20066: the idea is to #1 jump to C++ some function to main body, where
20067: every function stack frame has exception unwind information and
20068: from there... #2 propagate_exception()
20069:
20070: 2001-10-28 paf
20071:
20072: * src/main/pa_db_connection.C: removed old consts
20073:
20074: * src/main/pa_db_connection.C: expire table [was accidently pasted
20075: with wrong type/cast]
20076:
20077: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20078: translation
20079:
1.116 moko 20080: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20081: remember to build DB2 with -fexceptions!!!
20082:
20083: * src/main/pa_db_table.C: DB_RMW defed
20084:
20085: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20086: include/pa_db_connection.h, include/pa_db_manager.h,
20087: include/pa_db_table.h, main/pa_db_connection.C,
20088: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20089:
20090: 2001-10-27 paf
20091:
20092: * src/: classes/hashfile.C, include/pa_db_connection.h,
20093: include/pa_db_table.h, main/pa_db_connection.C,
20094: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20095: types/pa_vhashfile.C: DB2 ifdefs
20096:
1.116 moko 20097: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20098: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20099: makes with DB2
20100:
1.116 moko 20101: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20102: types/Makefile.am: makes db
1.95 moko 20103:
20104: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20105: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20106: globals.C
20107:
20108: * src/: classes/hashfile.C, include/pa_db_connection.h,
20109: include/pa_db_table.h, main/pa_db_connection.C,
20110: main/pa_db_table.C: ^hashfile.clear[]
20111:
20112: * src/classes/classes.awk: no $ in var names
20113:
20114: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20115: connection&table [forgotten calls]
20116:
20117: 2001-10-26 paf
20118:
20119: * src/main/pa_db_connection.C: db checkpoints
20120:
20121: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20122: checkpoints
20123:
20124: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20125: default. but entities still reparsed. todo: tothink
20126:
20127: * src/main/pa_db_connection.C: db recover mech 2
20128:
20129: * src/: classes/hashfile.C, include/pa_db_connection.h,
20130: include/pa_db_manager.h, include/pa_db_table.h,
20131: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20132: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20133: types/pa_vhashfile.h: db connections & tables now cached at
20134: create time & multithreaded
20135:
20136: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20137: parsed_source
20138:
20139: * src/main/pa_db_connection.C: about to remove connection from
20140: vhashfile
20141:
20142: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20143: transaction commit/rollback responsibility left to parent [as it
20144: sould - else there were a bug with double free]
20145:
20146: * src/include/pa_db_table.h: db: child transaction commit/rollback
20147: responsibility left to parent [as it sould - else there were a
20148: bug with double free]
20149:
20150: 2001-10-25 paf
20151:
20152: * src/: classes/hashfile.C, include/pa_common.h,
20153: include/pa_db_connection.h, include/pa_db_manager.h,
20154: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20155: types/pa_vhashfile.C, types/pa_vhashfile.h,
20156: include/pa_db_table.h, main/pa_db_table.C: started db_home
20157: [multiple, cached] todo: autorecover [tried, but not succeded,
20158: yet]
20159:
20160: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20161:
20162: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20163: transaction parent passed
20164:
20165: 2001-10-24 parser
20166:
1.116 moko 20167: * src/classes/Makefile.am: makes
1.95 moko 20168:
20169: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20170: isapi/pool_storage.h: pool_storage fixed
20171:
20172: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20173: types/pa_vform.h: form fix_line_breaks
20174:
1.116 moko 20175: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20176:
20177: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20178: targets/cgi/pool_storage.h: makes
20179:
20180: * src/sql/pa_sql_driver.h: version
20181:
20182: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20183: types/pa_vform.C, types/pa_vform.h: .am
20184:
20185: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20186: this: DB_RMW Acquire write locks instead of read locks when doing
20187: the retrieval. Setting this flag may decrease the likelihood of
20188: deadlock during a read-modify-write cycle by immediately
20189: acquiring the write lock during the read part of the cycle so
20190: that another thread of control acquiring a read lock for the same
20191: item, in its own read-modify-write cycle, will not result in
20192: deadlock
20193:
20194: * src/targets/isapi/parser3isapi.dsp: doc
20195:
20196: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20197:
20198: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20199:
20200: * src/: classes/hashfile.C, include/pa_db_connection.h,
20201: main/pa_db_connection.C: hashfile expired deleted from db when
20202: get & iterate
20203:
20204: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20205: expiring 1
20206:
20207: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20208:
20209: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20210: db_connection not bothers with key when not returning expired
20211: data
20212:
20213: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20214: types/pa_vhashfile.C: db_cursor constructor public now
20215:
20216: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20217: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20218: stamped, todo: put_element analize
20219:
20220: * src/: include/pa_db_connection.h, include/pa_string.h,
20221: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20222: serialize. todo stamp
20223:
20224: 2001-10-23 parser
20225:
20226: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20227: classes/image.C, classes/mail.C, classes/response.C,
20228: classes/string.C, classes/table.C, classes/xdoc.C,
20229: include/pa_config_fixed.h, include/pa_db_connection.h,
20230: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20231: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20232: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20233: types/pa_vtable.C: ^hashfile.hash[]
20234:
20235: * src/: classes/hashfile.C, classes/xdoc.C,
20236: include/pa_config_fixed.h, main/pa_db_manager.C,
20237: main/pa_globals.C: ifdefs so it compiled without db
20238:
20239: * src/: classes/hashfile.C, include/pa_db_connection.h,
20240: include/pa_db_manager.h, main/pa_db_connection.C,
20241: main/pa_db_manager.C, types/pa_vhashfile.h:
20242: ^hashfile.transaction{code} ^hashfile:clear[filename]
20243: ^hashfile.delete[key]
20244:
20245: 2001-10-22 parser
20246:
20247: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20248: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20249:
20250: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20251: classes/xnode.C, include/pa_charset_connection.h,
20252: include/pa_db_connection.h, include/pa_db_manager.h,
20253: include/pa_exception.h, include/pa_sapi.h,
20254: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20255: include/pa_stylesheet_connection.h,
20256: include/pa_stylesheet_manager.h,
20257: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20258: main/pa_db_connection.C, main/pa_db_manager.C,
20259: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20260: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20261: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20262: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20263: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20264: types/types.dsp: hashfile 0
20265:
20266: * src/types/pa_vhashfile.C: z
20267:
20268: * src/: classes/classes.dsp, classes/hashfile.C,
20269: include/pa_config_fixed.h, main/execute.C,
20270: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20271: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20272:
20273: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20274:
20275: * src/: include/pa_exception.h, include/pa_request.h,
20276: main/execute.C, main/pa_exception.C, main/pa_request.C,
20277: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20278: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20279:
20280: 2001-10-19 parser
20281:
20282: * src/include/pa_pool.h: header
20283:
20284: * src/main/pa_pool.C: auto compiled on gcc
20285:
20286: * src/classes/image.C: comment
20287:
1.116 moko 20288: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20289:
20290: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20291: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20292: types/pa_vxnode.h: xnode clone got freed
20293:
20294: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20295: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20296: can free up xalandomstring resulting from pool::transcode
20297:
20298: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20299: include/pa_config_fixed.h, include/pa_exception.h,
20300: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20301: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20302: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20303: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20304: from non-xml compile
20305:
20306: * src/main/pa_request.C: pool:: context - get_context
20307:
20308: * src/: classes/classes.h, classes/date.C, classes/double.C,
20309: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20310: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20311: classes/string.C, classes/table.C, classes/void.C,
20312: include/pa_config_fixed.h, include/pa_exception.h,
20313: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20314: main/compile.C, main/compile_tools.C, main/execute.C,
20315: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20316: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20317: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20318: main/pa_string.C, main/pa_table.C, main/untaint.C,
20319: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20320: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20321: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20322: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20323: types/pa_vstateless_class.h, types/pa_vtable.C,
20324: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20325: exceptions 0
20326:
20327: * src/classes/classes.awk: $ removed
20328:
20329: 2001-10-18 parser
20330:
20331: * src/types/pa_vcookie.C: cookie:CLASS
20332:
20333: * src/main/main.dsp: project
20334:
20335: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20336: set_document & ctor question "who owns document" solved
20337:
20338: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20339:
20340: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20341: main/pa_pool.C: encoding in dom creating funcs
20342:
20343: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20344: be transformed now
20345:
20346: * src/classes/xdoc.C: dom created by create can be transformed now
20347:
20348: * src/classes/xdoc.C: z
20349:
20350: * src/classes/xdoc.C: comment
20351:
20352: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20353: create now uses XercesDocumentBridge, appendChild&co now works
20354:
20355: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20356: @ recompile
20357:
20358: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20359: $origin @exception[
20360:
20361: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20362: tag names forced to XML lang
20363:
20364: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20365: leechy-found bugs in code&doc fixed
20366:
20367: 2001-10-17 parser
20368:
20369: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20370: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20371: n functionality preserved
20372:
20373: * src/types/pa_vimage.h: removed unused vimage::save
20374:
20375: 2001-10-16 parser
20376:
20377: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20378:
20379: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20380:
20381: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20382:
20383: * src/classes/image.C: image.copy tolerance
20384:
20385: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20386: ineffective, but works for small paleted image
20387:
20388: * src/types/pa_vimage.C: comment
20389:
20390: * src/classes/image.C: gd size/resize bugfix
20391:
20392: * src/: classes/classes.dsp, main/main.dsp,
20393: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20394: types/types.dsp: ident >nul 2>&1
20395:
20396: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20397: systems
20398:
20399: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20400: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20401:
20402: 2001-10-15 parser
20403:
20404: * src/main/execute.C: z
20405:
20406: * src/classes/: xdoc.C: !::create{qualifiedName}
20407:
20408: * src/types/pa_vxnode.C: document_type_node.
20409: !readonly attribute DOMString name
20410: !notation_node.
20411: !readonly attribute DOMString publicId
20412: !readonly attribute DOMString systemId
20413:
1.116 moko 20414: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20415: ::write badly passed string too transparently [failed to
20416: intercept it]
1.95 moko 20417:
20418: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20419: include/pa_request.h, main/pa_sql_driver_manager.C,
20420: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20421: types/pa_vxnode.h: DOM1 major addtion, only few
20422: attributes/methods left
20423:
20424: 2001-10-13 parser
20425:
20426: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20427: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20428: in main handler
20429:
20430: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20431: cleanups & frees order
20432:
20433: * src/types/pa_vcode_frame.h: couple comments
20434:
20435: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20436: transparent enough to handle hash if creation&passing
20437:
20438: * src/: include/pa_config_fixed.h, main/execute.C,
20439: main/pa_exception.C: noticed that vcodeframe not transparent
20440: enough, would change now
20441:
20442: 2001-10-12 parser
20443:
20444: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20445: fixed. initialization&free on each thread!
20446:
20447: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20448: handling changed: now type of default param analized always, not
20449: only at problem time, thus helping early problem spotting
20450:
20451: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20452: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20453: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20454: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20455: multithread bug fixed. initialization&free on each thread!
20456:
20457: 2001-10-11 parser
20458:
20459: * src/classes/xnode.C: xnode.selectSingle now
20460:
20461: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20462: include/pa_pool.h, include/pa_stylesheet_connection.h,
20463: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20464: convertors out of Pool into Exception
20465:
20466: * src/main/pa_string.C: const
20467:
20468: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20469: linked pieces of same language together prior to String::replace
20470:
20471: * src/classes/hash.C: !^hash.add[addme]
20472: !^hash.sub[subme]
20473: !^a.union[b] = new
20474: !^a.intersection[b] = new
20475: !^a.intersects[b] = bool
20476:
20477: * src/classes/hash.C: !^hash::append[append_from]
20478:
20479: * src/: classes/hash.C, types/pa_vhash.h:
20480: !^hash::create[[copy_from]]
20481:
20482: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20483: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20484: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20485: fixed. got rid of empty_string, which caused errors - it hasnt
20486: exception but somebody[value.bark] tried to throw it on it's pool
20487:
1.116 moko 20488: * src/include/pa_config_auto.h.in: makes
1.95 moko 20489:
20490: 2001-10-10 parser
20491:
20492: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20493:
20494: * src/main/: compile.tab.C, compile.y: ^a[
20495:
20496: @next_method << now unclosed ] would be reported here
20497:
20498: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20499: compile error
20500:
20501: 2001-10-09 parser
20502:
1.116 moko 20503: * src/: classes/Makefile.am, main/Makefile.am,
20504: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20505:
20506: * src/classes/Makefile.am: makes
20507:
20508: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20509: win32 errors intercepted [xalan transformer patched and
20510: incorporated]
20511:
20512: * src/: classes/classes.dsp, classes/xdoc.C,
20513: include/pa_stylesheet_connection.h, main/main.dsp,
20514: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20515: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20516: patches starting
20517:
20518: * src/classes/: string.C, table.C: ^string.save[file]
20519:
20520: * src/classes/: date.C, table.C: calendar moved to date
20521:
20522: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20523: string/table] now
20524:
20525: * src/classes/: op.C, table.C: z
20526:
20527: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20528: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20529: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20530: be code [be string..]
20531:
20532: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20533: table.C: lots of
20534: params->as_int/double/as_string/as_junction/as_no_junction
20535: messages added
20536:
20537: 2001-10-08 parser
20538:
20539: * src/: classes/date.C, classes/image.C, classes/string.C,
20540: classes/table.C, classes/void.C, include/pa_request.h:
20541: params->as_int/double message added
20542:
20543: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20544:
20545: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20546: image:sector removed image:html internal "line-*" attribs
20547:
20548: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20549: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20550:
20551: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20552: way
20553:
20554: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20555: main/untaint.C: header untainting to UL_HTTP_HEADER,
20556: UL_MAIL_HEADER made nonforced [only tainted pieces]
20557:
20558: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20559: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20560: @ SAPI::log
20561:
20562: * src/main/untaint.C: \r to ' ' in origins mode
20563:
20564: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20565: set]
20566:
20567: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20568: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20569: nonstandard liaison freed up
20570:
20571: 2001-10-07 parser
20572:
20573: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20574: project
20575:
20576: 2001-10-05 parser
20577:
20578: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20579: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20580: from outputing to cerr. lots of "todos"
20581:
20582: * src/main/untaint.C: http_header tainting more gentle with
20583: enquoting now
20584:
20585: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20586: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20587: xml errorhandler. fixed string.replace a little, read @test
20588:
20589: * src/main/pa_string.C: found replace bug - first_that_starts(char
20590: *) does not have limit, and looks further eos, fixing....
20591:
20592: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20593:
20594: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20595:
20596: * src/main/: pa_charset_connection.C: ctype another mem clear
20597: bugfix
20598:
1.116 moko 20599: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20600: $result[^[$p^]z] now works fine
1.95 moko 20601:
20602: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20603: wrong. fixed it
20604:
20605: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20606: of totable appered to be vital
20607:
20608: 2001-10-04 parser
20609:
20610: * src/classes/image.C: ^image.length[text]
20611:
20612: 2001-10-03 parser
20613:
20614: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20615:
20616: * src/main/pa_request.C: restored pcre defaulting in request
20617: [mindlessly "optimized" yesterday] comment left
20618:
20619: 2001-10-02 parser
20620:
20621: * src/: main/pa_charset_manager.C,
20622: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20623: needed
20624:
20625: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20626: forgot non-xml pool.*charset needed
20627:
20628: * src/classes/table.C: # config comments fixed
20629:
20630: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20631: charset_connection #comment now
20632:
20633: * src/: classes/classes.dsp, types/types.dsp: release projects
20634: options fixed to use release msvcrt lib
20635:
20636: * src/main/pa_charset_connection.C: pcre tables now const inside
20637: removed default - pcre handles that internally fixed bug on
20638: not-cleaning tables [previously was calloced, now member]
20639:
20640: * src/: include/pa_request.h, main/pa_charset_connection.C,
20641: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20642: inside removed default - pcre handles that internally fixed bug
20643: on not-cleaning tables [previously was calloced, now member]
20644:
20645: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20646: tested charset reload on file change @ apache version = OK tested
20647: freeing up prev encoding on adding new = OK
20648:
20649: 2001-10-01 parser
20650:
20651: * src/main/pa_charset_connection.C: removed entitify external hack
20652: [internal installed]
20653:
1.116 moko 20654: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20655:
20656: * src/: include/pa_charset_connection.h,
20657: include/pa_charset_manager.h,
20658: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20659: main/pa_charset_connection.C, main/pa_charset_manager.C,
20660: main/pa_request.C: charset loading & caching mech 0
20661:
20662: * src/: include/pa_stylesheet_connection.h,
20663: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20664: main/pa_globals.C, main/pa_request.C: would make charset loading
20665: & caching mech now
20666:
20667: 2001-09-30 parser
20668:
20669: * src/main/pa_request.C: forgot to fill toTable
20670:
20671: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20672: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20673: failed on win32 for now..
20674:
20675: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20676: now charsets table configuration variable is: CHARSETS
20677:
20678: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20679: ctype with unicode 1. todo: no П entities on output somehow
20680:
20681: * src/: classes/file.C, classes/op.C, classes/string.C,
20682: include/pa_request.h, main/pa_request.C: started ctype with
20683: unicode values
20684:
20685: 2001-09-28 parser
20686:
20687: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20688: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20689: string passed AS-IS now
20690:
20691: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20692: way of user-configuring... todo: implement
20693:
20694: 2001-09-27 parser
20695:
20696: * src/classes/table.C: table.sort changed to sort table itself
20697:
20698: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20699: X^.getElementsByTagName[tagname] = array of xnode
20700: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20701: nodes removed - regretfully not supported @ xalan. maybe someday
20702: would reimplement, if needed.
20703:
20704: win32build system: solved long waiting anti-non-started-apache
20705: problem
20706:
20707: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20708: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20709: types/types.dsp: win32 ident make system so not to rebuild
20710: library [ident.C.new]
20711:
20712: 2001-09-26 parser
20713:
20714: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20715: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20716: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20717: types/pa_vxnode.C, types/types.dsp: z
20718:
20719: * src/classes/classes.C: forgot one non-xml check
20720:
1.116 moko 20721: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20722: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20723:
20724: * src/targets/cgi/parser3.C: z
20725:
20726: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20727: targets/isapi/parser3isapi.C: #ifdef SMTP
20728:
20729: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20730: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20731: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20732: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20733: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20734: types/types.dsp: xdoc&xnode now
20735:
20736: * src/: classes/classes.C, classes/classes.awk,
20737: classes/classes.dsp, classes/classes.h, classes/date.C,
20738: classes/dnode.C, classes/dnode.h, classes/dom.C,
20739: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20740: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20741: classes/op.C, classes/response.C, classes/string.C,
20742: classes/table.C, classes/void.C, include/pa_array.h,
20743: include/pa_common.h, include/pa_config_fixed.h,
20744: include/pa_config_includes.h, include/pa_dictionary.h,
20745: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20746: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20747: include/pa_socks.h, include/pa_sql_connection.h,
20748: include/pa_sql_driver_manager.h, include/pa_stack.h,
20749: include/pa_string.h, include/pa_stylesheet_connection.h,
20750: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20751: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20752: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20753: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20754: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20755: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20756: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20757: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20758: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20759: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20760: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20761: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20762: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20763: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20764: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20765: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20766: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20767: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20768: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20769: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20770: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20771: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20772: types/pa_vmethod_frame.h, types/pa_vobject.h,
20773: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20774: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20775: types/pa_vstateless_object.h, types/pa_vstring.C,
20776: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20777: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20778: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20779: main.dsp splitted to main+classes+types along to .am
20780:
20781: * src/classes/Makefile.am: removed useless var
20782:
20783: * src/: classes/classes.cmd, main/main.dsp,
20784: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20785: main.dsp
20786:
20787: 2001-09-25 parser
20788:
20789: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20790: 1251 though, todo ICU
20791:
1.116 moko 20792: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20793: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20794: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20795: types/pa_vdom.h: xml configure makes
1.95 moko 20796:
20797: 2001-09-24 parser
20798:
1.116 moko 20799: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20800: types/Makefile.am: makes
1.95 moko 20801:
1.116 moko 20802: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20803:
20804: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20805: started unix makes update
20806:
20807: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20808: started unix makes update
20809:
20810: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20811:
20812: * src/types/pa_value.h: z
20813:
20814: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20815: bugs with usinge hash/table in expressions
20816:
20817: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20818: resolved conflicts fixed [const]
20819:
20820: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20821: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20822: main/compile.C, main/compile.tab.C, main/compile.y,
20823: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20824: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20825: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20826: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20827: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20828: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20829: with before_xml [merge2 actually didn't happen - i've created
20830: tags on wrong branch. so this merge is in fact re-merge]
20831:
20832: 2001-09-21 parser
20833:
20834: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20835: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20836: produced "" in make file and sadly wrong interpreted on load]
20837:
1.116 moko 20838: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20839: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20840: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20841: include/pa_sql_driver_manager.h, include/pa_string.h,
20842: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20843: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20844: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20845:
20846: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20847: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20848: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20849: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20850: main/pa_pool.C, main/pa_request.C,
20851: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20852: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20853: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20854: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20855: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20856: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20857: types/pa_vrequest.C, types/pa_vresponse.h,
20858: types/pa_vstateless_class.C, types/pa_vstring.C,
20859: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20860: created new projects for sql drivers [planning to remove sql
20861: drivers from main cvs project] first, will join latest changes
20862:
20863: * src/classes/: dom.C: defaulted dom writing methods encoding to
20864: pool.get_charset
20865:
20866: * src/classes/dom.C: defaulted dom writing methods encoding to
20867: pool.get_charset
20868:
20869: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20870: pool.get_charset
20871:
20872: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20873: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20874: methods encoding to pool.get_charset
20875:
20876: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20877: transcoder were created right "unsupported encoding" message.
20878: not @ set time, but @ use time, so until xml output functions
20879: .string, .file, .save used - no encoding name check occur
20880:
20881: reduced transcode buffer size to 60 fixed pool cleanup - no
20882: registration needed, pools are officially destructured
20883:
20884: 2001-09-20 parser
20885:
20886: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20887:
20888: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20889: $MAIN:DEFAULTS.content-type[$.charset[here]]
20890:
20891: * src/: classes/dnode.C, classes/dom.C,
20892: include/pa_config_includes.h, include/pa_globals.h,
20893: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20894: main/pa_pool.C, targets/cgi/parser3.dsp,
20895: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20896: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20897: Pool::transcode 0
20898:
20899: * src/classes/dom.C: dom. string save file moved output xml options
20900: to last param and made it optional
20901:
20902: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20903: dnodes
20904: !$attributenode.specified = boolean
20905: true if the attribute received its value explicitly
20906: in the XML document,
20907: or if a value was assigned programatically with the
20908: setValue function.
20909: false if the attribute value came from the default value
20910: declared in the document's DTD.
20911: !$pinode.target = target of this processing instruction
20912: XML defines this as being the first token following the
20913: markup
20914: that begins the processing instruction.
20915: XPath:
20916: !^node.select[xpath/query/expression] = hash of 0->node0
20917: 1->node1
20918: !^node.select-single[xpath/query/expression] = first node if
20919: any
20920:
20921: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20922: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20923: some 'const's added
20924:
20925: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20926: expression context now, there value = size and boolean value
20927: size!=0
20928:
20929: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20930: can be used in expression context now, there value = size and
20931: boolean value size!=0
20932:
20933: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20934: types/pa_vstring.h: dnode .file .string .save moved back to dom
20935: due to strange xalan bug
20936:
20937: 2001-09-18 parser
20938:
20939: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20940: classes/image.C, classes/op.C, classes/table.C,
20941: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20942: include/pa_sql_driver_manager.h, main/compile.C,
20943: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20944: main/execute.C, main/pa_common.C, main/pa_request.C,
20945: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20946: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20947: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20948: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20949: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20950: before_xml branch ^if(def $hash) now true only when
20951: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20952:
20953: * src/: classes/op.C, main/execute.C: operators self changed to
20954: root ^for variable context changed to self
20955:
20956: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20957: dnode 1
20958:
20959: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20960: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20961:
20962: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20963: poly* fixed
20964:
20965: 2001-09-17 parser
20966:
20967: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20968: types/pa_vdom.h: started dnode+dom
20969:
20970: dnode DOM methods: $node.name $node.value
20971: ...others...
20972:
20973: ^node.xpath[/rates/USD] = hash
20974: $hash[
20975: $.0[node0]
20976: $.1[node1]
20977: ]
20978:
20979: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20980: applies to all linear primitives
20981:
20982: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20983: include/pa_stylesheet_connection.h, main/main.dsp,
20984: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20985: types/pa_vimage.h: started dnode DOM: $node.name
20986: $node.value ...others... ^node.xpath[/rates/USD] = hash
20987: dom(dnode)
20988:
20989: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20990: main/compile.y, main/compile_tools.h, main/execute.C,
20991: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20992: in expression compound($aa.zz.xx) names now can have minus '-' in
20993: name after '.'
20994:
20995: 2001-09-15 parser
20996:
20997: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20998: image: $line-width ^line(...)[**** style]
20999:
21000: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21001: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21002: pool_storage - cleanups first, allocations second. apache wisely
21003: does just like that
21004:
21005: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21006: rewritten using template, no bugs now
21007:
21008: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21009: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21010: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21011: poorly started isapi pool_storage, would rewrite using template
21012: now
21013:
21014: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21015: include/pa_stylesheet_connection.h, main/main.dsp,
21016: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21017: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21018: xalan objects freed up [introducing Pool::register_cleanup]
21019:
21020: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21021: comments
21022:
21023: 2001-09-14 parser
21024:
21025: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21026: z
21027:
21028: * src/: classes/dom.C, classes/file.C, classes/image.C,
21029: classes/mail.C, include/pa_common.h,
21030: include/pa_sql_driver_manager.h, include/pa_string.h,
21031: include/pa_stylesheet_connection.h,
21032: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21033: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21034: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21035: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21036: compiled&cached
21037:
21038: 2001-09-13 parser
21039:
21040: * src/: classes/dom.C, classes/file.C, classes/image.C,
21041: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21042:
21043: * src/classes/dom.C: dom:file content-type(.method)
21044:
21045: * src/: include/pa_common.h, include/pa_globals.h,
21046: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21047: string now more informative error messages
21048:
21049: * src/: include/pa_globals.h, include/pa_request.h,
21050: main/pa_request.C, targets/cgi/parser3.C,
21051: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21052: ParserSiteConfig .../parser3.conf
21053:
21054: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21055:
21056: 2001-09-12 parser
21057:
21058: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21059: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21060: precise error reporting: "connection string must start with
21061: protocol://" now
21062:
21063: * src/main/compile.tab.C: fixed - subname code parts actually []
21064: braced
21065:
21066: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21067: lexer on LS_USER level did [] matching without setting nestage,
21068: introduced special LS_NAME_SQUARE_PART state
21069:
21070: 2001-09-11 parser
21071:
21072: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21073: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21074: languages+=xml
21075:
21076: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21077:
21078: * src/classes/dom.C: ^dom:save/string/file[output options] output
21079: options: $.method[xml|html|text] detection fixed
21080:
21081: * src/types/pa_vdom.h: messages
21082:
21083: * src/classes/dom.C: ^dom:save/string/file[output options] output
21084: options: $.method[xml|html|text] detection fixed
21085:
21086: 2001-09-10 parser
21087:
21088: * src/classes/dom.C: ^dom:save/string/file[output options] output
21089: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21090:
21091: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21092: added]
21093:
21094: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21095: ^dom.xslt[stylesheet filename] 0
21096:
21097: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21098: ^dom.xslt[stylesheet filename] -1 doc is lying
21099:
21100: * src/classes/dom.C: ^dom.file[encoding] = file
21101:
21102: * src/classes/: dom.C: ^dom.string[encoding] 1
21103: ^dom.save[encoding;filename]
21104:
21105: * src/classes/dom.C: ^dom.string[] 0
21106:
21107: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21108:
21109: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21110: types/pa_vform.h: ^dom.save[b.xml] 0
21111:
21112: 2001-09-08 parser
21113:
21114: * src/types/pa_vform.C: $form:tables.name.field
21115:
21116: 2001-09-07 parser
21117:
21118: * src/classes/table.C: table:empty removed, superceded by ^if(def
21119: $table)...
21120:
21121: * src/targets/cgi/parser3.C: z
21122:
21123: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21124: from '' to int/double is 0]
21125:
21126: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21127: $table) is false when table is empty
21128:
21129: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21130: !$form:tables $atable[$form:tables.a]
21131: ^atable.menu{a=$atable.element}[,]
21132:
21133: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21134: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21135:
1.116 moko 21136: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21137: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21138: of dom
21139:
21140: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21141: types/pa_vform.C, types/pa_vform.h: z
21142:
21143: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21144: element [not last]
21145:
1.116 moko 21146: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21147: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21148:
21149: 2001-09-06 parser
21150:
21151: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21152: table with one column 'element' and two rows: 1 and 2
21153:
21154: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21155: table with one column 'element' and two rows: 1 and 2
21156:
21157: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21158: bad int/double conversions, and now $form:nonexistent.int(88)
21159: would return 88
21160:
21161: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21162: types/pa_vhash.h: now there's special hash key '_default'
21163: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21164: $._default[xx] ] $hash.c
21165:
21166: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21167: fixed [thanks, fif], ^; were treated there non-literally
21168:
21169: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21170: doxygen
21171:
21172: * src/: classes/image.C, classes/op.C, classes/string.C,
21173: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21174: types/pa_vtable.C: few #ifndef DOXYGEN
21175:
21176: 2001-09-05 parser
21177:
21178: * src/classes/: string.C, table.C: sql options can be void [same as
21179: image:html the other day]
21180:
21181: * src/targets/cgi/Makefile.am: .am undo
21182:
21183: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21184: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21185: macro expantion on param, simply qoutes whatever passed, undone
21186:
21187: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21188: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21189: STRINGIZE(name) #name invented
21190:
21191: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21192: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21193: MAIN_SQL_DRIVERS_NAME "drivers"
21194:
21195: moved to be availible to all users
21196:
21197: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21198: SQL_DRIVER_CREATE_FUNC_NAME
21199:
21200: * src/classes/mail.C: MAIN:MAIL check fixed
21201:
21202: 2001-09-04 parser
21203:
21204: * src/classes/image.C: image.html now can accept void params
21205:
21206: * src/targets/isapi/parser3isapi.C: z
21207:
21208: * src/targets/cgi/parser3.C: full_file_spec bug
21209:
21210: * src/targets/cgi/parser3.C: getenvcheck
21211:
21212: * src/targets/cgi/parser3.C: zz
21213:
21214: * src/targets/cgi/parser3.C: zzz
21215:
21216: * src/classes/date.C: date
21217:
21218: * src/classes/date.C: date:sql-string is now without ''
21219:
1.116 moko 21220: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21221: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21222: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21223:
1.116 moko 21224: * src/include/pa_config_auto.h.in: makes
1.95 moko 21225:
21226: 2001-09-03 parser
21227:
21228: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21229:
21230: 2001-09-01 parser
21231:
21232: * src/classes/image.C: letter_spacing
21233:
21234: * src/classes/image.C: image: font params changed
21235:
21236: * src/classes/image.C: image: as_int as_string used
21237:
21238: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21239: analized
21240:
21241: 2001-08-31 parser
21242:
21243: * src/targets/cgi/parser3.C: z
21244:
1.116 moko 21245: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21246: cygwin
1.95 moko 21247:
21248: * src/classes/void.C: void:int/double += (default)
21249:
21250: * src/classes/image.C: image:font added space param image:font
21251: changed charwidth alg, added kerning const[for now]
21252:
21253: * src/classes/: string.C, table.C: string:int/double (defaults)
21254:
21255: 2001-08-29 parser
21256:
21257: * src/main/pa_exception.C: exception redundant debug info
21258:
21259: 2001-08-28 parser
21260:
21261: * src/classes/image.C: image error msgs
21262:
21263: * src/classes/image.C: image: gifsize little endian
21264:
21265: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21266: doxygeneration
21267:
21268: * src/: classes/Makefile.am, main/Makefile.am,
21269: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21270:
21271: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21272: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21273:
21274: * src/main/compile.C: NO_STRING_ORIGIN check2
21275:
21276: * src/classes/table.C: NO_STRING_ORIGIN check
21277:
21278: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21279: storage class specifiers invalid in friend function declarations
21280:
21281: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21282: main/untaint.C, targets/cgi/parser3.C,
21283: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21284: case of limit
21285:
21286: * src/: classes/file.C, main/pa_common.C: file:move
21287: autocreate/remove dest/src dir
21288:
21289: * src/: classes/string.C, include/pa_dictionary.h,
21290: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21291: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21292: to directory constructor. string:replace
21293:
21294: 2001-08-27 parser
21295:
21296: * src/classes/image.C: fixed jpgsize alg
21297:
21298: * src/classes/image.C: fixed jpgsize alg
21299:
21300: * src/main/pa_exception.C: z
21301:
21302: * src/main/pa_common.C: removed debug info from pa_common
21303:
21304: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21305: [auto.p from current dir loading]
21306:
1.116 moko 21307: * src/: main/pa_common.C, main/pa_exception.C,
21308: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21309: for solaris -lsocket
1.95 moko 21310:
21311: 2001-08-24 parser
21312:
21313: * src/targets/cgi/parser3.C: not cgi extra \n 3
21314:
21315: * src/targets/cgi/parser3.C: not cgi extra \n 2
21316:
21317: * src/targets/cgi/parser3.C: not cgi extra \n
21318:
21319: * src/main/pa_sql_driver_manager.C: z
21320:
21321: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21322: sql* removed services from disconnect - cross-request ideological
21323: probs.
21324:
21325: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21326: cross-request ideological probs. oracle - fixed bug: cs
21327: allocated on request.pool and got freed before disconnect
21328:
21329: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21330: mallocs fixed
21331:
21332: 2001-08-23 parser
21333:
21334: * src/classes/file.C: minor bug in file:save fixed
21335:
21336: * src/main/pa_sql_driver_manager.C: oracle: dlink
21337:
21338: 2001-08-22 parser
21339:
21340: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21341: types/pa_vfile.h: file:load|save[text|binary;
21342:
21343: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21344:
21345: 2001-08-21 parser
21346:
21347: * src/classes/: file.C, table.C: ^file:list
21348:
21349: 2001-08-20 parser
21350:
21351: * src/: main/compile.tab.C, main/compile.y,
21352: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21353: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21354: recousively caused problems: inc incremeted 123 literal!! fixed
21355:
21356: 2001-08-10 parser
21357:
21358: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21359:
21360: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21361: added
21362:
21363: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21364: added
21365:
21366: * src/classes/table.C: table:sort restored [it was bad test :(]
21367:
21368: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21369: ''
21370:
21371: * src/main/: pa_request.C: wanted to make const int
21372: MAX_EXECUTE_SECONDS=1;
21373:
21374: but couldnt, set_callback_and_alarm appeared to be not exported
21375: :(
21376:
21377: * src/main/pa_string.C: string.match hanged on. there were a hang
21378: check but it weren't wise enough
21379:
21380: @parse[dateString][tmp]
21381: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21382: #end
21383:
21384: @main[] ^parse[2001-02-03]
21385:
21386: * src/classes/: table.C: table:sort now default desc
21387:
21388: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21389: table.sort now creates new sorted table
21390:
21391: 2001-08-09 parser
21392:
21393: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21394:
21395: * src/classes/hash.C: hash:_default now [was hash:default]
21396:
21397: * src/classes/op.C: case without switch check added
21398:
21399: * src/types/pa_vcookie.C: cookie name&value origins added, more
21400: precise $ORIGINS(1)
21401:
21402: * src/main/Makefile.am: .am
21403:
21404: * src/classes/void.C: void: int double copy/paste from int: bug
21405: fixed
21406:
21407: * src/classes/void.C: void: int double copy/paste from int: bug
21408: fixed
21409:
21410: 2001-08-07 parser
21411:
21412: * src/: classes/double.C, classes/int.C, classes/string.C,
21413: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21414: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21415: string, table
21416:
21417: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21418: srand made working
21419:
21420: 2001-08-06 parser
21421:
21422: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21423: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21424: main/compile.tab.C, main/compile.y, main/pa_array.C,
21425: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21426: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21427:
21428: * src/main/pa_exec.C: exec win32 real filename
21429:
21430: * src/classes/file.C: exec stderr out
21431:
21432: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21433:
21434: 2001-08-03 parser
21435:
21436: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21437:
21438: 2001-08-02 parser
21439:
21440: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21441: main/execute.C, main/pa_exec.C: introducing Array_iter
21442:
21443: * src/main/execute.C: detected quick_get recursion bug. changed to
21444: get@execute, but needs array iterator, separate from array to
21445: avoid it & use caching
21446:
21447: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21448: bug fixed
21449:
21450: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21451: main/execute.C, main/pa_globals.C: found another multithread bug
21452: in op.C (last, last global var killed) :)
21453:
21454: 2001-08-01 parser
21455:
21456: * src/: include/pa_dictionary.h, include/pa_globals.h,
21457: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21458: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21459: main/untaint.C: speeded up typo-html replacements. introducing
21460: Dictionary with first-char caching
21461:
21462: 2001-07-31 parser
21463:
21464: * src/types/Makefile.am: pa_vtable.C added to .am
21465:
21466: * src/main/compile.tab.C: added, so that could be compiled even on
21467: non-bison-enabled platforms
21468:
21469: 2001-07-28 parser
21470:
21471: * src/classes/table.C: table:hash always produces hash, when can't
21472: - empty
21473:
21474: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21475: skipped \n
21476:
21477: 2001-07-27 parser
21478:
21479: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21480: on int/double/string :sql without result and default
21481:
21482: 2001-07-26 parser
21483:
21484: * src/classes/op.C: fixed bad multithread bug with strangly global
21485: OP
21486:
21487: * src/main/compile.y: $man[$.age[zzz]] 0
21488:
21489: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21490: creation syntax problem persists. restored $: for a while.
21491: thinking of $man[$.age[zzz]] syntax now
21492:
21493: * src/: classes/double.C, classes/int.C, classes/string.C,
21494: include/pa_opcode.h, main/compile.C, main/compile.y,
21495: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21496: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21497: types/pa_wwrapper.h: fixing :: realization #1
21498:
21499: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21500: main/compile_tools.h, main/execute.C, main/pa_request.C,
21501: types/pa_vmethod_frame.h: introducing :: this is constructor call
21502: prefix. ordinary : remains for static accesses
21503:
21504: 2001-07-25 parser
21505:
21506: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21507: fields 2. methods 3. columns
21508:
21509: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21510: quote. optimized double&int tostring-s
21511:
21512: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21513: whitespace before first method decl
21514:
21515: * src/classes/table.C: allowed nontable result in table:sql,
21516: results in empty table
21517:
21518: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21519: lines before first method decl
21520:
21521: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21522: types/pa_vtable.h: ^table.record[] now $table.fields
21523:
21524: * src/main/compile.y: $var[] is now empty string, not void
21525:
21526: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21527: void
21528:
21529: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21530: main/pa_globals.C: match replace code context moved to implicit
21531: $match context
21532:
21533: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21534: main/compile_tools.h, main/execute.C: with killed, code storage
21535: introduced with former 'with' syntax
21536:
21537: 2001-07-24 parser
21538:
21539: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21540: types/pa_value.h: first get_element, next get operator
21541:
21542: * src/main/compile.y: removed @end handling
21543:
21544: * src/main/: compile.C, compile.y: @end handling method2
21545:
21546: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21547: file:move
21548:
21549: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21550: fixed
21551:
21552: 2001-07-23 parser
21553:
21554: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21555: driver
21556:
21557: * src/classes/hash.C: changed sql driver query interface
21558:
21559: * src/: classes/hash.C, classes/string.C, classes/table.C,
21560: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21561: changed sql driver query interface
21562:
21563: 2001-07-20 parser
21564:
21565: * src/types/pa_vrequest.C: X!$browser:type
21566:
21567: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21568: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21569: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21570: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21571: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21572: types/pa_vobject.h, types/pa_vrequest.C,
21573: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21574: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21575: BASE element globally removed
21576:
21577: 2001-07-18 parser
21578:
21579: * src/classes/file.C: file:exec/cgi msg
21580:
21581: * src/classes/file.C: $file:exit-code renamed to 'status'
21582:
21583: * src/: classes/file.C, main/pa_exec.C: file:exec
21584:
1.116 moko 21585: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21586: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21587: removed $id from *.in *.am
1.95 moko 21588:
21589: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21590: abbrevations
21591:
21592: * src/: classes/date.C, classes/mail.C, classes/math.C,
21593: classes/string.C, classes/table.C, include/pa_globals.h,
21594: include/pa_string.h, main/execute.C, main/pa_globals.C,
21595: main/pa_request.C, main/pa_string.C, main/untaint.C,
21596: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21597: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21598: $ORIGINS(1) output tracing mode
21599:
21600: 2001-07-13 parser
21601:
21602: * src/: classes/double.C, classes/int.C, classes/string.C,
21603: include/pa_request.h, main/execute.C, main/pa_request.C:
21604: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21605: second would not call first @auto
21606:
21607: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21608: wrong, fixed
21609:
21610: 2001-07-12 parser
21611:
21612: * src/types/pa_value.h: pa_value.putelement modification of system
21613: classes prevented
21614:
21615: 2001-07-11 parser
21616:
21617: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21618: table $piece
21619:
21620: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21621: types/pa_vstateless_class.h: $file created by file:state +=
21622: .atime .mtime .ctime +found&fixed bug with exceptions on
21623: get_junction-created objects [they were on wrong pool]
21624:
21625: 2001-07-09 parser
21626:
21627: * src/main/untaint.C: qp wrong name
21628:
21629: * src/: classes/date.C, classes/string.C, classes/table.C,
21630: main/compile.y: date format 0
21631:
21632: 2001-07-07 parser
21633:
21634: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21635: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21636: roll table calendar
21637:
21638: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21639: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21640: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21641: include/pa_request.h, main/main.dsp, types/pa_value.h,
21642: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21643: string. todo: sql, calendar
21644:
21645: 2001-07-06 parser
21646:
21647: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21648: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21649:
21650: 2001-07-03 parser
21651:
21652: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21653: classes/random.C, main/main.dsp: class random renamed to math,
21654: operators became methods
21655:
21656: * src/classes/op.C: pow sqrt
21657:
21658: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21659:
21660: 2001-07-02 parser
21661:
21662: * src/classes/table.C: ^table.columns column renamed from 'name' to
21663: 'column'
21664:
21665: * src/classes/hash.C: ^hash.keys[]
21666:
21667: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21668:
21669: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21670: 'strings'
21671:
21672: 2001-06-29 parser
21673:
21674: * src/main/: execute.C: /0 %0 checkes ver 2
21675:
21676: * src/main/execute.C: /0 %0 checke
21677:
21678: * src/classes/Makefile.am: nothing - void
21679:
21680: * src/classes/table.C: empty strings @ sql
21681:
21682: 2001-06-28 parser
21683:
21684: * src/: classes/double.C, classes/file.C, classes/form.C,
21685: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21686: classes/op.C, classes/random.C, classes/response.C,
21687: classes/string.C, classes/table.C, classes/void.C,
21688: main/compile.C, main/compile_tools.C, main/execute.C,
21689: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21690: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21691: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21692: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21693: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21694: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21695: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21696: $";
21697:
21698: * src/: classes/double.C, classes/file.C, classes/form.C,
21699: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21700: classes/op.C, classes/random.C, classes/response.C,
21701: classes/string.C, classes/table.C, classes/void.C,
21702: main/compile.C, main/compile.y, main/compile_tools.C,
21703: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21704: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21705: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21706: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21707: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21708: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21709:
21710: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21711: $class:name: == ${class:name}:
21712:
21713: * src/classes/string.C: exactly one
21714:
21715: 2001-06-27 parser
21716:
21717: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21718: types/pa_vvoid.h: nothing renamed to void
21719:
21720: * src/classes/op.C: ^switch ^case
21721:
21722: * src/main/compile.y: nothing renamed to void
21723:
21724: * src/: classes/hash.C, classes/table.C, main/compile.y,
21725: main/execute.C, main/main.dsp, main/pa_request.C,
21726: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21727: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21728: void
21729:
21730: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21731:
21732: 2001-05-28 parser
21733:
21734: * src/doc/html2chm.cmd: removed >a
21735:
21736: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21737: project options [some bugs]
21738:
21739: * src/doc/sources2html.cmd: z
21740:
21741: * src/: classes/classes.C, main/compile.C, main/compile.y,
21742: main/execute.C: operators are not in root class again
21743:
21744: 2001-05-24 parser
21745:
21746: * src/targets/cgi/parser3.dsp: project file
21747:
21748: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21749: ^log ^exp
21750:
21751: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21752: conversions in @exception[params]
21753:
21754: * src/main/pa_request.C: // no _ conversions in @exception[params]
21755:
21756: 2001-05-23 parser
21757:
21758: * src/main/pa_string.C: string cmp bug
21759:
21760: * src/classes/: mail.C, op.C: rem max 1000
21761:
21762: * src/: classes/op.C, main/compile.y: allow one empty line before
21763: LS_DEF_NAME
21764:
21765: 2001-05-22 parser
21766:
21767: * src/classes/op.C: if params code-required
21768:
21769: 2001-05-21 parser
21770:
21771: * src/types/pa_vstring.C: eoleof
21772:
21773: * src/classes/Makefile.am: .AM
21774:
21775: * src/classes/nothing.C: resultless ^sql moved to nothing:
21776:
21777: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21778:
21779: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21780: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21781: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21782: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21783: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21784: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21785: 'nothing'
21786:
21787: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21788: vstring::set_string
21789:
21790: * src/classes/: double.C, int.C, string.C: int,double;sql
21791:
21792: * src/: classes/hash.C, classes/int.C, classes/string.C,
21793: classes/table.C, include/pa_string.h, main/pa_string.C,
21794: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21795:
21796: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21797: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21798: hash:sql moved to main trunc. operators.txt updated
21799:
21800: * src/classes/: hash.C, op.C, table.C: hash:sql
21801:
21802: * src/classes/op.C: z
21803:
21804: * src/: main/compile.C, classes/classes.C: 1
21805:
21806: * src/: classes/classes.C, main/compile.C, main/compile.y,
21807: main/execute.C: 0
21808:
21809: * src/main/execute.C: z
21810:
21811: * src/targets/cgi/parser3.C: z
21812:
21813: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21814: site_auto_path "." in that case
21815:
21816: * src/targets/cgi/: parser3.C: z
21817:
21818: * src/main/pa_request.C: .am
21819:
21820: * src/: main/pa_request.C, targets/cgi/parser3.C:
21821: pcre_tables=pcre_default_tables;
21822:
21823: 2001-05-19 parser
21824:
21825: * src/main/pa_string.C: z
21826:
21827: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21828: introducing String::cstr_bufsize, returns just size+1 for as_is
21829: target.
21830:
21831: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21832: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21833: used, 4* mem wasted
21834:
21835: * src/classes/string.C: root context in match replace body now
21836: unchanged
21837:
21838: * src/types/pa_value.h: parameter # 1 based
21839:
21840: * src/main/pa_common.C: common: actual filename '%s'
21841:
21842: * src/classes/string.C: z
21843:
21844: * src/classes/Makefile.am: classes/.am
21845:
21846: * src/classes/: Makefile.am: classes/.am
21847:
21848: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21849: targets/cgi/pa_pool.C: classes/.am
21850:
21851: 2001-05-18 parser
21852:
1.116 moko 21853: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21854: pa_threads.C ins
1.95 moko 21855:
21856: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21857:
21858: 2001-05-17 parser
21859:
21860: * src/: classes/string.C, include/pa_config_fixed.h,
21861: include/pa_config_includes.h, main/compile.y,
21862: main/compile_tools.h, main/execute.C, main/pa_array.C,
21863: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21864: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21865: types/pa_vform.C: #include "pa_config_includes.h" removed from
21866: most .C
21867:
21868: * src/doc/html2chm.cmd: z
21869:
21870: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21871: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21872:
21873: * src/main/pa_sql_driver_manager.C: moved expiration to
21874: get_connection_from_cache
21875:
21876: * src/main/pa_sql_driver_manager.C: cache expiration bf
21877:
21878: * src/: classes/classes.h, include/pa_sql_connection.h,
21879: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21880: cache expiration[use SQL_Driver::disconnect]
21881:
21882: * src/main/pa_table.C: table.locate current restored on "not found"
21883:
21884: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21885: line no
21886:
21887: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21888: ANTI_ENDLESS_EXECUTE_RECOURSION
21889:
21890: * src/: classes/op.C, include/pa_sql_connection.h,
21891: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21892: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21893: 1driver and set_services fight for driver::fservices. before fix
21894:
21895: * src/: classes/op.C, include/pa_config_fixed.h,
21896: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21897: main/pa_sql_driver_manager.C: found problem at last: 2connections
21898: own 1driver and set_services fight for driver::fservices. before
21899: fix
21900:
21901: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21902: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21903: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21904: pa_threads.C
21905:
21906: * src/include/pa_threads.h: removed targets/parser
21907:
21908: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21909: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21910: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21911: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21912: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21913: headers
21914:
21915: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21916: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21917: order prevented sqlmanager to see MULTYTHREAD define
21918:
21919: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21920: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21921: put/gets
21922:
21923: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21924: from hash.h
21925:
21926: * src/: classes/op.C, include/pa_sql_connection.h,
21927: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21928: from cache ->set_services(&services);
21929:
21930: 2001-05-16 parser
21931:
21932: * src/targets/cgi/parser3.C: z
21933:
21934: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21935: debug, #ifdefed some. would debug later, on more precise sample
21936: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21937: $name.$tail[$tail!] $name.$tail } ok3
21938:
21939: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21940: removed array debug. before vstring rebasing
21941:
21942: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21943: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21944: array debugged; adjusted
21945:
21946: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21947: SQL_Driver_manager line no for connect/charset errors
21948:
21949: 2001-05-15 parser
21950:
21951: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21952: main/pa_string.C: string+array made linear grows
21953:
21954: * src/: include/pa_string.h, main/pa_string.C,
21955: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21956: grow lineary, not exponentialy
21957:
21958: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21959: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21960: with fullchunk cmps
21961:
21962: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21963: 70041= 81
21964:
21965: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21966: targets/cgi/parser3.C: detected huge mem allocation: size/times
21967: malloc 27809390/368771, calloc 3232/83. would test now
21968:
21969: * src/: classes/random.C, main/compile.y, main/execute.C,
21970: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21971: numbered params had wrong name - for instance: bad error message
21972: in ^for[] bad body type. fixed
21973:
21974: 2001-05-14 parser
21975:
21976: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21977: main/untaint.C: ^string.upper|lower[]
21978:
21979: 2001-05-11 parser
21980:
21981: * src/: classes/double.C, classes/image.C, classes/op.C,
21982: classes/string.C, classes/table.C, classes/unknown.C,
21983: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21984: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21985: types/pa_vunknown.h: op: MAX_LOOPS as_int
21986:
21987: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21988: .dsp for win32tools
21989:
21990: 2001-05-11 paf
21991:
21992: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21993: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21994: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21995: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21996:
21997: 2001-05-10 paf
21998:
21999: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22000: for C++, that's all
22001:
1.116 moko 22002: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22003: pa_config_includes.h: inline wonders
1.95 moko 22004:
22005: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22006: doc/doxygen.cmd: hash.C added
22007:
22008: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22009:
22010: * src/main/compile.y: @end grammar: allowed zero strings in control
22011: menthod
22012:
22013: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22014: pa_vstateless_object.h: changed priority: field before method
22015: lookup in vclass & vobject
22016:
22017: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22018: grammar: priorities changes [lowerd && prior] vobject: now first
22019: fields, next methods
22020:
22021: 2001-05-08 paf
22022:
22023: * src/main/pa_table.C: table columnname2item on nameless ignored
22024: bark=false. fixed
22025:
22026: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22027: types/pa_vmethod_frame.h: hash:default works at last!
22028:
22029: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22030: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22031: hash:default
22032:
22033: * src/classes/table.C: z
22034:
22035: * src/classes/table.C: table:hash always hash of hash now
22036:
22037: * src/classes/table.C: table:empty return bool now
22038:
22039: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22040: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22041: types/pa_vtable.h: table:hash
22042:
22043: * src/classes/table.C: table:record have name
22044:
22045: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22046: returns vunknown
22047:
22048: * src/classes/: double.C, int.C, op.C, string.C:
22049: int,double,string:int[] double[] string:length[] results now have
22050: hames
22051:
22052: * src/: classes/op.C, classes/table.C, main/main.dsp,
22053: types/pa_vtable.h: removed table:find. table:locate and op:eval
22054: now return bool
22055:
22056: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22057: in method checkparams again. fixed
22058:
22059: 2001-05-07 paf
22060:
22061: * src/doc/chm.cmd: cmd
22062:
22063: * src/: classes/image.C, classes/mail.C, classes/string.C,
22064: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22065: types/pa_value.h: method reported errors on wrong pool
22066:
22067: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22068: now
22069:
22070: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22071: include/code.h, include/pa_opcode.h, main/compile.C,
22072: main/compile_tools.h, main/execute.C, types/pa_value.h,
22073: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22074: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22075: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22076: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22077: types/pa_vmethod_frame.h, types/pa_vobject.h,
22078: types/pa_vrequest.h, types/pa_vresponse.h,
22079: types/pa_vstateless_class.h, types/pa_vstring.h,
22080: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22081: types/pa_wwrapper.h: pa_code.h
22082:
22083: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22084:
22085: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22086: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22087: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22088: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22089: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22090: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22091: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22092: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22093: types/pa_vtable.h: dox, split by not clean parts also
22094:
22095: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22096: types/pa_vtable.h: table: fields, then methods. so to enable
22097: 'dir' fields & co. more
22098:
22099: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22100: so to enable 'dir' fields & co.
22101:
22102: * src/main/compile.y: grammar: @end
22103:
22104: 2001-05-04 paf
22105:
22106: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22107: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22108:
22109: * src/: classes/classes.h, classes/double.C, classes/file.C,
22110: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22111: classes/op.C, classes/random.C, classes/response.C,
22112: classes/string.C, classes/table.C, classes/unknown.C,
22113: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22114: method dox
22115:
22116: 2001-05-03 paf
22117:
22118: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22119: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22120: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22121: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22122: doc/string.dox, doc/targets.dox, doc/value.dox,
22123: main/pa_request.C: dox splitted .dox files and added some
22124:
22125: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22126:
22127: 2001-05-02 paf
22128:
22129: * src/classes/: image.C, table.C: table:dir result are not tainted
22130: by file_name language now
22131:
22132: 2001-04-28 paf
22133:
22134: * src/classes/classes.inc: removed classes.inc
22135:
22136: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22137: from .am
22138:
22139: * src/classes/classes.awk: skipped classes in .awk
22140:
22141: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22142: classes/classes.inc, classes/double.C, classes/file.C,
22143: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22144: classes/string.C, classes/table.C, classes/unknown.C,
22145: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22146: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22147: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22148: pa_methoded back to classes/classes.h
22149:
22150: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22151:
22152: * src/: classes/Makefile.am, classes/classes.awk,
22153: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22154: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22155:
22156: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22157: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22158: classes/response.C, classes/string.C, classes/table.C,
22159: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22160: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22161: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22162: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22163: include|main/pa_methoded
22164:
22165: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22166: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22167:
22168: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22169: moved some configured data to request::classes_conf moved some
22170: string crations from globals to M... [works]
22171:
22172: * src/: classes/form.C, classes/mail.C, classes/op.C,
22173: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22174: main/pa_request.C: moved some configured data to
22175: request::classes_conf moved some string crations from globals to
22176: M...
22177:
22178: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22179: about to move configured data to special request hash
22180:
22181: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22182: classes/form.C, classes/mail.C, include/pa_request.h,
22183: main/pa_request.C: configure started
22184:
22185: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22186: 2. todo: methoded-configure
22187:
22188: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22189: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22190: classes/_random.h, classes/_response.h, classes/_string.h,
22191: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22192: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22193: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22194: classes/random.C, classes/response.C, classes/string.C,
22195: classes/table.C, classes/unknown.C, include/pa_globals.h,
22196: include/pa_request.h, main/compile.y, main/execute.C,
22197: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22198: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22199: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22200: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22201: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22202: types/pa_vrequest.h, types/pa_vresponse.h,
22203: types/pa_vstateless_class.h, types/pa_vstring.h,
22204: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22205: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22206: methoded-configure
22207:
22208: * src/: classes/file.C, classes/table.C, main/compile.y,
22209: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22210: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22211: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22212:
22213: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22214: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22215: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22216: classes/random.C, classes/response.C, classes/string.C,
22217: classes/table.C, classes/unknown.C, include/pa_request.h,
22218: main/compile.y, main/execute.C, main/pa_globals.C,
22219: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22220: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22221: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22222: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22223: beautifying just compiled. todo: debug, configure
22224:
22225: 2001-04-27 paf
22226:
22227: * src/: classes/file.C, classes/image.C, classes/table.C,
22228: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22229: beautifying -99
22230:
22231: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22232: classes/_response.h, classes/_unknown.h, classes/classes.C,
22233: classes/classes.h, classes/double.C, classes/file.C,
22234: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22235: classes/op.C, classes/random.C, classes/response.C,
22236: classes/string.C, include/pa_globals.h, main/main.dsp,
22237: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22238: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22239: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22240: types/pa_vunknown.h: beautifying -100
22241:
22242: * src/main/compile.y: serge@ found @CLASS bug. fixed
22243:
22244: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22245: classes/_op.h, classes/_random.h, classes/_table.h,
22246: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22247: classes/op.C, classes/random.C, classes/response.C,
22248: classes/string.C, classes/table.C, classes/unknown.C,
22249: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22250: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22251: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22252: beautifying
22253:
22254: 2001-04-26 paf
22255:
22256: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22257:
22258: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22259: documentation ++
22260:
22261: * src/: classes/_exec.h, doc/doxygen.cfg,
22262: include/pa_config_fixed.h, include/pa_config_includes.h,
22263: targets/cgi/pa_pool.C: code documentation ++
22264:
22265: * src/: classes/_image.h, classes/op.C, classes/random.C,
22266: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22267: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22268: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22269: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22270: types/pa_vmethod_frame.h, types/pa_vobject.h,
22271: types/pa_vrequest.C, types/pa_vrequest.h,
22272: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22273: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22274: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22275: code documentation ++
22276:
22277: * src/: classes/image.C, classes/mail.C, classes/string.C,
22278: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22279: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22280: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22281: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22282: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22283: types/pa_vobject.h, types/pa_vstateless_class.h,
22284: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22285:
22286: * src/main/: pa_request.C, pa_string.C: z
22287:
22288: * src/: include/pa_common.h, include/pa_types.h,
22289: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22290: connection caching fixed. request-pooled-url were stored into
22291: global connectioncache
22292:
22293: 2001-04-25 paf
22294:
22295: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22296: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22297:
22298: * src/: include/code.h, include/pa_common.h, main/compile.y,
22299: main/execute.C, main/pa_common.C: -d
22300:
22301: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22302: illegal call check a bit improved, but still under iis no mapping
22303: of dir with parser allowed!
22304:
22305: 2001-04-24 paf
22306:
22307: * src/targets/Makefile.am: apache module lib .am
22308:
22309: * src/main/pa_exec.C: windows32 buildCommand
22310:
22311: 2001-04-23 paf
22312:
22313: * src/targets/cgi/Makefile.am: win32 conditional
22314:
22315: * src/targets/cgi/Makefile.am: win32 conditional
22316:
22317: * src/targets/cgi/Makefile.am: liblink
22318:
22319: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22320: vfile fields return type
22321:
22322: * src/types/pa_vfile.h: vfile fields return type
22323:
22324: * src/include/pa_config_auto.h.in: .h.in
22325:
22326: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22327: types/Makefile: makefiles removed
22328:
22329: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22330: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22331:
22332: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22333: [tested: i & g ]
22334:
22335: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22336: @test noticed series in isapi, check how initialize_random_class
22337: is called! [must be called only once]
22338:
22339: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22340: would not be 'unknown column'
22341:
22342: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22343: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22344:
22345: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22346: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22347: [now doesnt]
22348:
22349: * src/targets/cgi/parser3.C: cgi cmdline ver
22350:
22351: * src/targets/cgi/parser3.C: cgi /// @test disable
22352: /cgi-bin/parser3/auto.p
22353:
22354: * src/main/untaint.C: untaint without charset
22355:
22356: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22357: main/pa_common.C: common: file_write /// @test mkdirs
22358: file_delete rmdirs
22359:
22360: * src/main/untaint.C: mail header only once to =?
22361:
22362: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22363: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22364: main/untaint.C: untaint - @test optimize whitespaces for
22365: all but 'html'
22366:
22367: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22368: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22369: main/untaint.C: untaint - @test mail-header
22370:
22371: 2001-04-20 paf
22372:
22373: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22374: include/pa_request.h, include/pa_string.h, main/compile.y,
22375: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22376: targets/cgi/parser3.C: $MAIN:LOCALE
22377:
22378: * src/main/untaint.C: z
22379:
22380: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22381:
22382: 2001-04-19 paf
22383:
22384: * src/main/compile_tools.h: $a$b bugfix
22385:
22386: * src/targets/cgi/parser3.C: z
22387:
22388: * src/classes/file.C: z
22389:
22390: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22391: done: header to $fields. waits for header '\' tricks
22392:
22393: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22394: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22395: changed urlencode here and in untaint.C to HTTP standard's " and
22396: \" mech
22397:
22398: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22399: http://alx/~paf/ doesnt load /auto.p
22400:
22401: 2001-04-18 paf
22402:
22403: * src/main/pa_request.C: 1
22404:
22405: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22406: linux @alx
22407:
22408: 2001-04-17 paf
22409:
22410: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22411: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22412: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22413: enabled
22414:
22415: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22416: classes/_exec.h, classes/_file.h, classes/_form.h,
22417: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22418: classes/_random.h, classes/_response.h, classes/_string.h,
22419: classes/_table.h, classes/_unknown.h, classes/file.C,
22420: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22421: include/pa_config_fixed.h, include/pa_config_includes.h,
22422: include/pa_hash.h, include/pa_sql_driver_manager.h,
22423: include/pa_version.h, main/Makefile.am, main/compile.y,
22424: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22425: main/pa_sql_driver_manager.C, sql/Makefile.am,
22426: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22427: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22428: types/pa_vform.C, types/pa_vimage.h: exec @jav
22429:
22430: * src/: include/pa_sql_driver_manager.h,
22431: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22432: types/pa_vimage.h: sql driver interface now has initialize(client
22433: .so)
22434:
22435: 2001-04-16 paf
22436:
22437: * src/Makefile.am: compile2 cygwin
22438:
22439: * src/: include/pa_config_includes.h, main/pa_exec.C,
22440: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22441:
22442: * src/targets/cgi/Makefile.am: compile0 jav
22443:
22444: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22445: classes/_exec.h, classes/_file.h, classes/_form.h,
22446: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22447: classes/_random.h, classes/_response.h, classes/_string.h,
22448: classes/_table.h, classes/_unknown.h, classes/image.C,
22449: classes/mail.C, classes/op.C, classes/random.C,
22450: include/pa_config_fixed.h, include/pa_config_includes.h,
22451: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22452: main/compile.y, main/pa_common.C, main/pa_exec.C,
22453: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22454: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22455: compile-1
22456:
22457: 2001-04-15 paf
22458:
22459: * src/classes/op.C: z
22460:
22461: * src/classes/table.C: table:empty +=process
22462:
22463: * src/types/pa_value.h: MethodParams !junction
22464:
22465: * src/: classes/_string.h, classes/double.C, classes/file.C,
22466: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22467: classes/random.C, classes/response.C, classes/string.C,
22468: classes/table.C, classes/unknown.C, main/pa_request.C:
22469: MethodParams everywhere
22470:
22471: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22472: types/pa_vmethod_frame.h: MethodParams in op.C
22473:
22474: 2001-04-12 paf
22475:
22476: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22477:
22478: * src/: classes/_unknown.h, classes/unknown.C,
22479: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22480: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22481:
22482: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22483:
22484: * src/classes/image.C: image:gif now does not have params
22485:
22486: * src/classes/image.C:
22487: image:line/fill/rectangle/bar/replace/polygon/polybar
22488:
22489: * src/: classes/image.C, classes/op.C, main/execute.C,
22490: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22491: for var now written not to r.wcontext, but to r.root cleared
22492: "entered_object" state
22493:
22494: 2001-04-11 paf
22495:
22496: * src/classes/image.C: image:create image:load
22497:
22498: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22499: just compiled
22500:
22501: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22502: todo: gif without file
22503:
22504: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22505: started porting to Pooled descendant
22506:
22507: * src/: classes/image.C, main/execute.C, main/main.dsp,
22508: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22509: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22510: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22511:
22512: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22513: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22514: end. switching to python imaging lib
22515:
22516: * src/main/main.dsp: gd+smtp made separate libs
22517:
22518: * src/: include/pa_globals.h, include/pa_string.h,
22519: main/pa_common.C, main/pa_request.C, main/untaint.C,
22520: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22521: length
22522:
22523: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22524: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22525: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22526: UL_FILE_NAME of posted file name
22527:
22528: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22529: post [broke when moved post read to core]
22530:
22531: 2001-04-10 paf
22532:
22533: * src/classes/image.C: image:html done
22534:
22535: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22536:
22537: * src/classes/image.C: z
22538:
22539: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22540: forgotten!
22541:
22542: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22543: main/pa_request.C, main/pa_string.C, main/untaint.C,
22544: types/pa_vimage.h: image:measure -90
22545:
22546: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22547: classes/_int.h, classes/_mail.h, classes/_op.h,
22548: classes/_random.h, classes/_response.h, classes/_string.h,
22549: classes/_table.h, classes/file.C, classes/mail.C,
22550: include/pa_common.h, include/pa_globals.h, main/execute.C,
22551: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22552: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22553: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22554: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22555: compiled
22556:
22557: * src/classes/mail.C: minor bug with unclear from/to
22558:
22559: * src/classes/mail.C: sendmail unix skipping defaults
22560:
22561: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22562: sendmail unix added defaults
22563:
22564: * src/classes/mail.C: unix sendmail compiled. todo:testing
22565:
22566: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22567:
22568: 2001-04-09 paf
22569:
22570: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22571: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22572: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22573: targets/isapi/parser3isapi.dsp: all targets exec
22574:
22575: * src/: include/pa_sapi.h, include/pa_string.h,
22576: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22577: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22578: args in apache:util.script
22579:
22580: * src/include/pa_string.h: written but not tested exec with env for
22581: unix
22582:
22583: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22584: targets/cgi/parser3.C: exec win32 env
22585:
22586: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22587: 0
22588:
22589: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22590: main/execute.C, main/main.dsp, main/pa_globals.C,
22591: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22592: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22593:
22594: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22595: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22596:
22597: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22598: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22599:
22600: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22601: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22602: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22603: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22604: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22605: exec class just compiled. moved post read to request core
22606:
22607: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22608: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22609: main/pa_globals.C, targets/cgi/parser3.C,
22610: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22611: are already read by vform
22612:
22613: 2001-04-08 paf
22614:
22615: * src/: classes/file.C, classes/mail.C, classes/string.C,
22616: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22617: uuencode. string<<
22618:
22619: 2001-04-07 paf
22620:
22621: * src/classes/mail.C: z
22622:
22623: * src/classes/mail.C: z
22624:
22625: * src/classes/mail.C: ^mail[$attach
22626:
22627: * src/classes/mail.C: ^attach dead end
22628:
22629: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22630: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22631: targets/isapi/parser3isapi.C: mail:send 1
22632:
22633: * src/: classes/mail.C, main/pa_request.C: z
22634:
22635: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22636: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22637: compiled
22638:
22639: * src/classes/mail.C: +=
22640:
22641: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22642: prepared
22643:
22644: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22645: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22646: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22647: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22648:
22649: 2001-04-06 paf
22650:
22651: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22652: main/pa_string.C: table:dir 1
22653:
22654: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22655: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22656:
22657: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22658: classes/root.C, include/pa_globals.h, include/pa_request.h,
22659: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22660: main/pa_request.C: renamed 'root' to 'op'
22661:
22662: * src/classes/: _op.h, op.C: renamed from 'root'
22663:
22664: * src/types/pa_valiased.C: another root inherititance skipped
22665:
22666: * src/main/: compile.C, compile.y, execute.C: operators are now not
22667: root methods of parent class. just 'ROOT' class
22668:
22669: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22670: @office
22671:
22672: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22673:
22674: 2001-04-05 paf
22675:
22676: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22677: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22678: constructor flag dropped at get_method_frame and remembered into
22679: method_frame
22680:
22681: * src/: classes/file.C, classes/root.C, classes/string.C,
22682: classes/table.C, main/pa_request.C: junction to code&expression
22683: in errors
22684:
22685: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22686: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22687: $LOCALE:ctype[Russian_Russia.1251]
22688:
22689: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22690: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22691: main/pa_table.C: hash now not thread-safe.
22692:
22693: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22694: main/untaint.C: z
22695:
22696: * src/: classes/random.C, classes/root.C, classes/table.C,
22697: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22698: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22699: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22700: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22701:
22702: * src/: classes/table.C, include/pa_sql_connection.h,
22703: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22704:
22705: * src/classes/table.C: select * from hren error contains statement
22706:
22707: * src/: classes/table.C, include/pa_sql_connection.h,
22708: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22709: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22710:
22711: * src/: classes/root.C, include/pa_sql_connection.h,
22712: include/pa_sql_driver.h, main/main.dsp,
22713: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22714: services for conv memory & error reporting
22715:
22716: 2001-04-04 paf
22717:
22718: * src/doc/doxygen.cfg: z
22719:
22720: * src/include/pa_sql_driver.h: mysql connect
22721:
22722: * src/include/pa_sql_driver.h: mysql info
22723:
22724: * src/: classes/root.C, include/pa_sql_driver.h,
22725: include/pa_sql_driver_manager.h, main/main.dsp,
22726: main/pa_sql_driver_manager.C: more manager&connection&driver
22727:
22728: * src/sql/Makefile.am: forgot to add mysql client
22729:
22730: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22731: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22732: [forgot to add libltdl, added]
22733:
22734: * src/: Makefile.am, classes/root.C, classes/string.C,
22735: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22736: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22737: include/pa_string.h, include/pa_table.h, main/main.dsp,
22738: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22739: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22740: -1000 just compiled
22741:
22742: * src/: classes/random.C, classes/root.C, classes/table.C,
22743: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22744: main/pa_request.C, types/pa_vclass.h: sql frame -10
22745:
22746: 2001-04-03 paf
22747:
22748: * src/types/pa_vform.C: z
22749:
22750: * src/: classes/string.C, types/pa_vform.C: string:match replace
22751: assigned lang
22752:
22753: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22754: {}[]< empty []
22755:
22756: * src/: classes/file.C, classes/string.C, classes/table.C,
22757: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22758: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22759:
22760: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22761: string:match replace strange matches
22762:
22763: * src/classes/string.C: string:match replace 0
22764:
22765: * src/: classes/string.C, main/pa_string.C: string:match replace
22766: prepared 2
22767:
22768: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22769: string:match replace prepared
22770:
22771: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22772: string:match replace -11
22773:
22774: * src/: classes/string.C, include/pa_globals.h,
22775: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22776: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22777:
22778: * src/: classes/string.C, include/pa_globals.h,
22779: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22780: main/pa_string.C: string:match [search] -1 just compiled
22781:
22782: * src/types/pa_vstring.C: z
22783:
22784: * src/: classes/double.C, classes/file.C, classes/form.C,
22785: classes/int.C, classes/response.C, classes/root.C,
22786: classes/string.C, classes/table.C, include/pa_string.h,
22787: main/pa_string.C: string:match -10 [frame]
22788:
22789: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22790: main/pa_request.C: z
22791:
22792: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22793: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22794: todo/tests
22795:
22796: * src/include/pa_common.h: z
22797:
22798: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22799: main/pa_request.C, targets/cgi/parser3.C,
22800: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22801: content-disposition
22802:
22803: * src/: include/pa_common.h, include/pa_globals.h,
22804: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22805: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22806:
22807: * src/: include/pa_common.h, include/pa_request.h,
22808: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22809: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22810: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22811: response:body
22812:
22813: * src/classes/table.C: table:append now uses string::split
22814:
22815: * src/classes/table.C: z
22816:
22817: * src/: classes/file.C, classes/root.C, classes/string.C,
22818: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22819: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22820: include/pa_string.h, main/execute.C, main/pa_string.C,
22821: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22822: string::pos & cmp & piece bugs fixed. string::split new
22823: table:load separated from set table:set implemented with clean \n
22824: \t searches
22825:
22826: 2001-04-02 paf
22827:
22828: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22829: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22830: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22831: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22832: it in table:set/load
22833:
22834: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22835: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22836:
22837: * src/classes/random.C: random:generate 1
22838:
22839: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22840: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22841: types/pa_value.h: random:generate
22842:
22843: 2001-03-30 paf
22844:
22845: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22846: todo: table flip and append. string::pos
22847:
22848: * src/: classes/double.C, classes/file.C, classes/int.C,
22849: classes/response.C, classes/root.C, classes/string.C,
22850: classes/table.C, main/compile.y, main/execute.C,
22851: types/pa_value.h, types/pa_vstateless_class.C,
22852: types/pa_vstateless_class.h: static|dynamic|any method
22853: registration
22854:
22855: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22856: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22857: table:flip
22858:
22859: 2001-03-29 paf
22860:
22861: * src/classes/string.C: string:xsplit forgot that they must result
22862: in 1 row N column [not vice versa]
22863:
22864: * src/classes/string.C: z
22865:
22866: * src/classes/string.C: string: rsplit
22867:
22868: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22869: string: lsplit
22870:
22871: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22872: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22873: lsplit -1
22874:
22875: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22876: string: pos
22877:
22878: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22879: string: pos -1
22880:
22881: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22882: main/compile.y, main/pa_request.C, main/pa_string.C,
22883: main/untaint.C: string: left right mid
22884:
22885: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22886: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22887: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22888: and [;] are different now.
22889:
22890: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22891: main/untaint.C: pool.request undone
22892:
22893: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22894: main/untaint.C: pool.request
22895:
22896: 2001-03-28 paf
22897:
22898: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22899: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22900: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22901: $request:browser [.type .version]; unknown.get_double now = 0.
22902:
22903: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22904: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22905: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22906: types/pa_vform.C: file:load autodetection of mime-type by
22907: user-file-name
22908:
22909: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22910: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22911: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22912:
22913: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22914: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22915: write. must be self.set
22916:
22917: * src/: classes/file.C, classes/root.C, classes/table.C,
22918: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22919:
22920: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22921: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22922: types/pa_vtable.h: table:locate just compiled
22923:
22924: 2001-03-27 paf
22925:
22926: * src/main/: execute.C, pa_common.C: fixed r/w context of
22927: code-params2, fixed ntfs hardlink slow dir update
22928:
22929: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22930: types/pa_wcontext.h: fixed r/w context of code-params
22931:
22932: * src/: classes/table.C, main/execute.C: about to change junction
22933: rcontext!!
22934:
22935: * src/: classes/double.C, classes/int.C, classes/root.C,
22936: classes/string.C, classes/table.C, main/compile_tools.C,
22937: main/execute.C, main/pa_request.C, main/untaint.C,
22938: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22939: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22940: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22941: types/pa_vunknown.h: sort 0
22942:
22943: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22944: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22945: renamed to are_static_calls_disabled
22946:
22947: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22948: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22949: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22950: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22951:
22952: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22953:
22954: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22955: started table:sort fixed minor bug in #...^{
22956:
22957: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22958: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22959: decided to have as it were. stepped back. grammar: added 'in'
22960: 'is' 'lt'&co follow-space check
22961:
22962: 2001-03-26 paf
22963:
22964: * src/: classes/file.C, classes/root.C, classes/table.C,
22965: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22966: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22967: main/pa_table.C: moved ::save to pa_table. disabled @auto
22968: invocation in ^process
22969:
22970: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22971:
22972: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22973: main/pa_array.C: table:record
22974:
22975: * src/: main/untaint.C, targets/cgi/parser3.C,
22976: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22977: targets/isapi/pool_storage.h, types/pa_valiased.h,
22978: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22979: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22980: types/pa_vtable.h: z
22981:
22982: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22983: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22984: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22985: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22986: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22987: method realisations on 'self' validity - they now can simply
22988: assume that 'self' is V{Proper} .
22989:
22990: 2001-03-25 paf
22991:
22992: * src/main/untaint.C: z
22993:
22994: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22995: lowlevel - it initialization could be skipped if failed in @auto.
22996: so that exception report would use some table
22997:
22998: * src/main/pa_request.C: table empty lines ignored. system-default
22999: content type assigned in output:result [can fail in main:auto and
23000: skipped normal defaults extraction]
23001:
23002: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23003: bug
23004:
23005: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23006: processing to table [except preliminary \r\n \r \n replacements
23007: to "\n"]
23008:
23009: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23010: move all the processing to table
23011:
23012: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23013: main/pa_table.C, main/untaint.C: returned table originating.
23014: useful for reporting typo table problems origin. think would be
23015: useful somewhere else
23016:
23017: * src/main/untaint.C: typo \r \r\n \n properly handled
23018:
23019: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23020: include/pa_table.h, main/compile.y, main/compile_tools.C,
23021: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23022: main/pa_string.C, main/pa_table.C, main/untaint.C,
23023: types/pa_vcookie.h: typo & typo-default
23024:
23025: 2001-03-24 paf
23026:
23027: * src/main/pa_common.C: z
23028:
23029: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23030: targets/cgi/parser3.C: html-typo 2
23031:
23032: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23033: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23034: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23035: main/execute.C, main/pa_array.C, main/pa_globals.C,
23036: main/pa_request.C, main/pa_string.C, main/untaint.C,
23037: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23038: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23039: noticed double default content-type prob. run cgi.cmd tomorrow
23040: first html-typo sample. detected << problem: they become ltlt too
23041: fast
23042:
23043: * src/main/compile.y: z
23044:
23045: * src/main/: compile.y, compile_tools.h: #comment
23046:
23047: * src/: classes/file.C, classes/root.C, classes/table.C,
23048: include/pa_common.h, include/pa_request.h, main/compile.y,
23049: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23050: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23051: stringified
23052:
23053: * src/types/pa_valiased.C: decided to String-ify file_read
23054:
23055: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23056: isapi/parser3isapi.dsp: cgi: sapi::log
23057:
23058: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23059: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23060: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23061: error log experiments failed - cgi under iis got no access to
23062: log. registereventsource simply failed with 5(illegal call) code,
23063: while worked OK as standalone executable. isapi: used
23064: HSE_APPEND_LOG_PARAMETER feature
23065:
23066: * src/: include/pa_common.h, include/pa_globals.h,
23067: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23068: targets/isapi/parser3isapi.C: fixed default content-type
23069: allocation storage
23070:
23071: * src/: include/pa_globals.h, include/pa_request.h,
23072: main/pa_globals.C, main/pa_request.C: z
23073:
23074: * src/: include/pa_array.h, include/pa_hash.h,
23075: include/pa_request.h, main/compile.y, main/pa_array.C,
23076: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23077: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23078: content-type
23079:
23080: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23081: sanity
23082:
23083: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23084: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23085: away freeze mech. no danger now for you can't do
23086: ^request:process[@new-method[] body] trick anymore. still
23087: remains $some_instance.process[@new-method[] possibility] but
23088: would leave it as a feature. see index for sample
23089:
23090: * src/: include/pa_common.h, main/pa_common.C,
23091: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23092: monkey every target
23093:
23094: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23095: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23096: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23097:
23098: 2001-03-23 paf
23099:
23100: * src/: include/pa_pool.h, main/pa_request.C,
23101: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23102: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23103: targets/isapi/pool_storage.h: isapi: dumb pool storage
23104:
23105: * src/targets/isapi/pa_pool.C: decided to continue with extension
23106:
23107: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23108: it would be better to rewrite as filter then to deal with pool
23109:
23110: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23111: now like in cgi, not from APPL_PHYSICAL_PATH
23112:
23113: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23114: include/pa_config_fixed.h, include/pa_config_includes.h,
23115: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23116: include/pa_version.h, main/compile.y, main/execute.C,
23117: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23118: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23119: main/untaint.C, targets/cgi/parser3.C,
23120: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23121: cgi: reinvent document_root and request_uri under iis. autoconf
23122: updated. introducing ap_config_includes
23123:
23124: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23125:
23126: * src/targets/cgi/parser3.C: cgi: only one pool now
23127:
23128: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23129: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23130: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23131: types/pa_venv.h, types/pa_vform.C: sapi made object
23132:
23133: * src/: include/pa_globals.h, main/pa_request.C,
23134: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23135: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23136: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23137:
23138: * src/: main/pa_request.C, targets/cgi/parser3.C,
23139: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23140: isapi minor env beauty
23141:
23142: * src/: main/pa_request.C, targets/cgi/parser3.C,
23143: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23144: isapi document_root 0
23145:
23146: 2001-03-22 paf
23147:
23148: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23149:
23150: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23151: isapi/parser3isapi.C: z
23152:
23153: * src/: include/pa_pool.h, main/pa_request.C,
23154: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23155:
23156: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23157: kill.pl: isapi added utils
23158:
23159: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23160: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23161: types/pa_vform.C: isapi 0
23162:
23163: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23164: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23165: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23166: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23167: started isapi
23168:
23169: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23170: some comments
23171:
23172: * src/: include/pa_globals.h, include/pa_request.h,
23173: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23174: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23175: parser_root_auto_path parser_site_auto_path
23176:
23177: * src/types/pa_vcookie.C: cookie attr decoded
23178:
23179: 2001-03-21 paf
23180:
23181: * src/targets/cgi/parser3.C: z
23182:
23183: * src/include/pa_globals.h: post. todo: config of auto.p path
23184:
23185: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23186: types/pa_venv.h: in cookie & env. todo:post
23187:
23188: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23189: classes/root.C, classes/table.C, include/pa_array.h,
23190: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23191: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23192: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23193: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23194: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23195: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23196: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23197: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23198: shifted apache branch on main trunc
23199:
23200: * src/: include/pa_common.h, include/pa_globals.h,
23201: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23202: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23203: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23204: starting mod_parser3
23205:
23206: * src/targets/cgi/parser3.C: starting mod_parser3
23207:
23208: 2001-03-20 paf
23209:
23210: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23211: targets/cgi/parser3.C: automake compiled and works. todo:make
23212: win32 ifdefs work and add ifdef unistd
23213:
23214: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23215: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23216: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23217: z
23218:
23219: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23220: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23221: locking
23222:
23223: * src/: classes/Makefile.am, types/Makefile.am: z
23224:
23225: * src/: Makefile.am, classes/file.C, classes/root.C,
23226: classes/table.C, include/pa_array.h, include/pa_request.h,
23227: include/pa_string.h, main/Makefile.am, main/execute.C,
23228: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23229: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23230: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23231: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23232:
23233: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23234: main/pa_request.C, types/pa_vfile.h: ^table:save
23235:
23236: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23237: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23238: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23239: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23240: types/pa_vform.h: z
23241:
23242: * src/include/pa_string.h: z
23243:
23244: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23245: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23246: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23247: :Value
23248:
23249: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23250: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23251: :VStateless_object
23252:
23253: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23254: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23255: :VStateless_object
23256:
23257: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23258: types/pa_valiased.C, types/pa_vform.h: commented VForm
23259:
23260: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23261: types/pa_valiased.h, types/pa_value.h,
23262: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23263: types/pa_vstateless_object.h: moved common get_element part from
23264: stateless object&class into VAliased
23265:
23266: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23267: classes/table.C, main/execute.C, main/main.dsp,
23268: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23269: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23270: now :Value
23271:
23272: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23273: main/execute.C, main/main.dsp, main/pa_globals.C,
23274: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23275:
23276: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23277: doxx
23278:
23279: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23280: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23281: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23282: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23283: and ^file:save
23284:
23285: 2001-03-19 paf
23286:
23287: * src/types/pa_vfile.C: z
23288:
23289: * src/: classes/file.C, classes/request.C, classes/table.C,
23290: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23291: main/pa_request.C, main/untaint.C, types/pa_value.h,
23292: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23293:
23294: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23295: include/pa_string.h, include/pa_table.h, main/main.dsp,
23296: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23297: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23298: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23299: classes/_file.h, classes/file.C, types/pa_vfile.C,
23300: types/pa_vfile.h: file class just compiled
23301:
23302: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23303: include/pa_table.h, include/pa_types.h, main/execute.C,
23304: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23305: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23306: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23307:
23308: * src/include/pa_pool.h: z
23309:
23310: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23311: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23312: Hash::Value to Val so to doxygen would finlly stop confusing
23313: those Value-s
23314:
23315: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23316: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23317: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23318: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23319: include/pa_types.h, main/compile.C, main/compile.y,
23320: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23321: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23322: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23323: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23324: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23325:
23326: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23327: derivates somehow unlinked. don't know why yet
23328:
23329: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23330: include/pa_string.h, include/pa_threads.h, main/compile.C,
23331: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23332: main/execute.C, main/pa_array.C, main/pa_common.C,
23333: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23334: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23335: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23336:
23337: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23338: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23339: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23340: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23341: types/pa_vrequest.h: doc: detected Value derivates prob
23342:
23343: * src/include/pa_globals.h: z
23344:
23345: * src/: classes/_request.h, classes/request.C, include/code.h,
23346: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23347: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23348: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23349: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23350: main/execute.C, main/pa_pool.C, main/pa_request.C,
23351: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23352: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23353:
23354: 2001-03-18 paf
23355:
23356: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23357: cookie: allowed access to hash-assigned
23358:
23359: * src/targets/cgi/parser3.C: z
23360:
23361: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23362: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23363: include/pa_types.h, main/main.dsp, main/pa_common.C,
23364: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23365: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23366: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23367: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23368: types/pa_vunknown.h: cookie class
23369:
23370: * src/main/pa_request.C: zero length output allowed
23371:
23372: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23373: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23374:
23375: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23376: lang switch
23377:
23378: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23379: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23380: types/pa_value.h, types/pa_vhash.h:
23381: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23382:
23383: * src/main/execute.C: z
23384:
23385: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23386: targets/cgi/parser3.C: taint[uri
23387:
23388: * src/: classes/request.C, classes/response.C, classes/root.C,
23389: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23390: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23391: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23392:
23393: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23394: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23395: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23396: types/pa_vstateless_class.C: convinient string(pool, char *src,
23397: bool tainted) ctor
23398:
23399: * src/: include/pa_hash.h, include/pa_request.h,
23400: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23401: main/pa_request.C, main/pa_string.C, main/untaint.C,
23402: targets/cgi/parser3.C: proper @exceptions params tainting
23403:
23404: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23405: response fields to header
23406:
23407: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23408: z
23409:
23410: * src/: classes/_response.h, classes/response.C,
23411: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23412: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23413: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23414: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23415: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23416: $response: 0 request::core exception rethrow
23417:
23418: 2001-03-16 paf
23419:
23420: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23421: types/pa_vrequest.h: native method' class call with less params
23422: then needed error reporting
23423:
23424: * src/: classes/_request.h, classes/request.C,
23425: include/pa_globals.h, include/pa_request.h, main/execute.C,
23426: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23427: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23428: types/pa_vrequest.h: $request : query :uri
23429:
23430: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23431: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23432: types/pa_wcontext.h: $result
23433:
23434: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23435:
23436: * src/: classes/double.C, include/code.h, main/compile.y,
23437: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23438: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23439:
23440: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23441: main/compile.y, main/execute.C, types/pa_value.h,
23442: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23443: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23444: wcontext conflict
23445:
23446: * src/: main/execute.C, types/pa_value.h,
23447: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23448: $string.field
23449:
23450: 2001-03-15 paf
23451:
23452: * src/main/pa_request.C: news sample
23453:
23454: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23455: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23456:
23457: * src/main/: compile.y, execute.C: z
23458:
23459: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23460: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23461: pre pre works
23462:
23463: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23464: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23465: fillfields just compiled
23466:
23467: 2001-03-14 paf
23468:
23469: * src/: include/pa_request.h, main/pa_request.C,
23470: targets/cgi/parser3.C: z
23471:
23472: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23473: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23474: types/pa_vstring.h: limits -1
23475:
23476: * src/: include/pa_globals.h, include/pa_request.h,
23477: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23478: main/pa_request.C, targets/cgi/parser3.C,
23479: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23480: request_info -1
23481:
23482: * src/: include/pa_globals.h, main/pa_globals.C,
23483: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23484: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23485: vform_fields_fill
23486:
23487: * src/targets/cgi/parser3.C: # if MSVC
23488:
23489: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23490: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23491:
23492: * src/targets/cgi/parser3.C: z
23493:
23494: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23495: include/pa_string.h, include/pa_types.h, main/compile.y,
23496: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23497: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23498: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23499: types/pa_vunknown.h: global handler, exceptions in parser3
23500:
23501: 2001-03-13 paf
23502:
23503: * src/: classes/form.C, main/compile.y, main/core.C,
23504: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23505: types/pa_vform.h, types/pa_vstateless_class.C,
23506: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23507: instead
23508:
23509: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23510: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23511: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23512: started cgi target
23513:
23514: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23515: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23516: before error show with parser
23517:
23518: * src/: classes/_form.h, classes/form.C, include/core.h,
23519: include/pa_request.h, main/core.C, main/pa_request.C,
23520: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23521:
23522: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23523:
23524: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23525: parser3.C: renamed targets/ parser to cgi
23526:
23527: * src/: classes/double.C, classes/env.C, classes/int.C,
23528: classes/root.C, classes/string.C, classes/table.C,
23529: include/pa_request.h, types/pa_vhash.h: z
23530:
23531: * src/: classes/_env.h, classes/env.C, classes/root.C,
23532: include/core.h, include/pa_pool.h, include/pa_request.h,
23533: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23534: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23535: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23536: [historical moment :)]
23537:
23538: * src/: include/code.h, include/pa_string.h, main/compile.y,
23539: main/execute.C, main/pa_string.C: 'value is type' expr operator
23540:
23541: * src/types/pa_venv.h: $ENV 1
23542:
23543: * src/main/execute.C: z
23544:
23545: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23546: future methods of ENV constructor if
23547:
23548: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23549: class
23550:
23551: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23552: classes/_root.h, classes/_string.h, classes/_table.h,
23553: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23554: classes/string.C, classes/table.C, include/pa_request.h,
23555: main/compile.C, main/compile_tools.h, main/core.C,
23556: main/execute.C, main/main.dsp, main/pa_request.C,
23557: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23558: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23559: types/pa_vobject.h, types/pa_vstateless_class.C,
23560: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23561: types/pa_wcontext.h: $ENV: re 0, stateless classes
23562:
23563: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23564: classes/_root.h, classes/_string.h, classes/_table.h,
23565: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23566: classes/string.C, classes/table.C, include/pa_request.h,
23567: main/compile.C, main/compile_tools.h, main/core.C,
23568: main/execute.C, main/main.dsp, main/pa_request.C,
23569: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23570: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23571: types/pa_vobject.h, types/pa_vstateless_class.C,
23572: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23573: types/pa_wcontext.h: $ENV: re 0, stateless classes
23574:
23575: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23576: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23577: yesterdays bad decision on execute_static_method
23578:
23579: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23580:
23581: * src/: classes/double.C, classes/int.C, classes/root.C,
23582: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23583:
23584: * src/main/pa_request.C: z
23585:
23586: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23587: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23588:
23589: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23590: include/pa_pool.h, main/pa_request.C:
23591: restructure_exceptions_dead_end
23592:
23593: * src/: classes/root.C, main/compile.y: ^if required junctions.
23594: allowed ; inside {} to break params
23595:
23596: * src/classes/root.C: ^eval
23597:
23598: * src/: classes/_string.h, classes/double.C, classes/int.C,
23599: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23600: string ^format
23601:
23602: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23603: 'bad' but not 'enough'
23604:
23605: * src/: classes/double.C, classes/root.C, classes/table.C,
23606: include/pa_common.h, include/pa_types.h, main/compile.y,
23607: main/pa_common.C, main/pa_request.C, main/untaint.C,
23608: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23609: types/pa_wwrapper.h: think constructing flag as is is bad
23610:
23611: * src/: classes/double.C, classes/int.C, classes/root.C,
23612: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23613: types/pa_vint.h: ^for
23614:
23615: 2001-03-12 paf
23616:
23617: * src/classes/table.C: table ^empty
23618:
23619: * src/: classes/table.C, include/pa_table.h: table ^menu
23620:
23621: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23622: ^offset ^line ^count
23623:
23624: * src/classes/root.C: ^round() ^floor() ^ceiling()
23625: ^abs() ^sign()
23626:
23627: * src/classes/: root.C, table.C: ^use
23628:
23629: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23630: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23631: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23632: ^while. switched off wcontext.constructing after write(value) or
23633: auto-vhash-constructing
23634:
23635: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23636: main/pa_request.C: fail_if_junction_ helper func
23637:
23638: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23639: include/pa_request.h, main/execute.C, main/main.dsp,
23640: main/pa_common.C, main/pa_request.C: ^process error point by
23641: actual method_name, not source. ^load
23642:
23643: * src/types/pa_vtable.h: table: no, better with string in cells...
23644:
23645: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23646: classes/_table.h, classes/table.C, main/untaint.C: z
23647:
23648: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23649: include/pa_table.h, main/core.C, main/execute.C,
23650: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23651: types/pa_value.h: table:set 0
23652:
23653: * src/: classes/root.C, include/core.h, include/pa_array.h,
23654: include/pa_request.h, include/pa_table.h, main/core.C,
23655: main/main.dsp, main/pa_request.C, main/pa_table.C,
23656: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23657: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23658: types/pa_vstring.h: freeze, ^table:create[] -1
23659:
23660: * src/: classes/root.C, types/pa_value.h: z
23661:
23662: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23663: get_method in couple places optimizing them
23664:
23665: * src/classes/root.C: z
23666:
23667: * src/: classes/root.C, types/pa_vclass.h: process temp main
23668: zeroing
23669:
23670: * src/: classes/double.C, classes/int.C, classes/root.C,
23671: classes/string.C, include/pa_common.h, include/pa_request.h,
23672: include/pa_string.h, include/pa_types.h, main/compile.C,
23673: main/compile.y, main/compile_tools.h, main/execute.C,
23674: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23675: types/pa_vmframe.h: ^process. actual names to store param and
23676: check_actual_numbered_params for better place diagnostics
23677:
23678: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23679: method-junctions bug fixed
23680:
23681: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23682: pa_vstateless_object.h, pa_vstring.h: stateless_object
23683:
23684: 2001-03-11 paf
23685:
23686: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23687: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23688: VDouble VInt base now VObject_base - without fields
23689:
23690: * src/: classes/root.C, include/core.h, main/core.C: z
23691:
23692: * src/: classes/double.C, classes/int.C, classes/root.C,
23693: classes/string.C, include/core.h, include/pa_hash.h,
23694: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23695: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23696:
23697: * src/: classes/double.C, classes/int.C, classes/root.C,
23698: include/pa_request.h, main/execute.C: intercept_string
23699:
23700: * src/: classes/double.C, classes/int.C, classes/root.C,
23701: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23702:
23703: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23704: ^inc-s(expr)
23705:
23706: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23707: classes/_root.h, classes/_string.h, classes/double.C,
23708: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23709: include/code.h, include/core.h, include/pa_array.h,
23710: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23711: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23712: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23713: include/pa_types.h, main/compile.C, main/compile.y,
23714: main/compile_tools.C, main/compile_tools.h, main/core.C,
23715: main/execute.C, main/pa_array.C, main/pa_common.C,
23716: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23717: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23718: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23719: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23720: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23721: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23722: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23723: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23724:
23725: * src/: main/pa_request.C, types/pa_vhash.h: z
23726:
23727: * src/: include/core.h, include/pa_request.h, main/core.C,
23728: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23729:
23730: * src/: include/pa_valiased.h, include/pa_value.h,
23731: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23732: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23733: include/pa_vjunction.h, include/pa_vmframe.h,
23734: include/pa_vobject.h, include/pa_vstring.h,
23735: include/pa_vunknown.h, include/pa_wcontext.h,
23736: include/pa_wwrapper.h, main/compile.y, main/core.C,
23737: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23738: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23739: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23740: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23741: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23742: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23743: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23744: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23745: include/
23746:
23747: 2001-03-10 paf
23748:
23749: * src/: include/core.h, include/pa_request.h, main/core.C,
23750: main/pa_request.C: run+auto=run
23751:
23752: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23753:
23754: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23755: classes/_root.h, classes/_string.h, classes/double.C,
23756: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23757: include/code.h, include/core.h, include/pa_array.h,
23758: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23759: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23760: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23761: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23762: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23763: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23764: include/pa_vjunction.h, include/pa_vmframe.h,
23765: include/pa_vobject.h, include/pa_vstring.h,
23766: include/pa_vunknown.h, include/pa_wcontext.h,
23767: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23768: main/compile_tools.C, main/compile_tools.h, main/core.C,
23769: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23770: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23771: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23772: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23773: main/pa_wcontext.C: sources header
23774:
23775: * src/main/pa_request.C: auto..
23776:
23777: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23778: main/pa_request.C: auto tree0
23779:
23780: * src/: include/core.h, include/pa_request.h, main/compile.y,
23781: main/core.C, main/pa_request.C: names to core.C
23782:
23783: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23784: include/pa_request.h, main/core.C, main/execute.C,
23785: main/pa_common.C, main/pa_request.C: root auto.p loaded
23786:
23787: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23788: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23789: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23790: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23791:
23792: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23793: @auto[] realised. auto.p scan togo
23794:
23795: * src/: include/pa_request.h, main/execute.C: autocalc
23796: code-junctions result now have names
23797:
23798: * src/: classes/double.C, classes/int.C, classes/root.C,
23799: classes/string.C, include/pa_request.h, include/pa_string.h,
23800: include/pa_wcontext.h, main/compile.y, main/execute.C,
23801: main/pa_string.C, main/pa_wcontext.C: tainting 0
23802:
23803: * src/classes/env.C: env:file/line
23804:
23805: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23806: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23807: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23808: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23809: main/compile_tools.C, main/compile_tools.h, main/core.C,
23810: main/execute.C, main/main.dsp, main/pa_cframe.C,
23811: main/pa_request.C, main/pa_wcontext.C: const fight finished
23812:
23813: * src/include/pa_vclass.h: const fight to go
23814:
23815: * src/: classes/_env.h, classes/env.C, classes/root.C,
23816: include/pa_request.h, include/pa_vclass.h, main/core.C,
23817: main/main.dsp: env0
23818:
23819: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23820: classes/_string.h, classes/double.C, classes/int.C,
23821: classes/root.C, classes/string.C, include/pa_request.h,
23822: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23823: include/pa_wcontext.h, main/core.C, main/main.dsp,
23824: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23825: main/pa_wcontext.C: ^lang prepare0
23826:
23827: 2001-03-09 paf
23828:
23829: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23830: construct proper naming
23831:
23832: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23833: classes/double.C, classes/int.C, classes/root.C,
23834: classes/string.C, include/code.h, include/pa_value.h,
23835: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23836: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23837: main/compile.y, main/compile_tools.C, main/core.C,
23838: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23839: and ^double[]. fixed expr type
23840:
23841: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23842: ^string.length[]
23843:
23844: 2001-03-08 paf
23845:
23846: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23847:
23848: * src/: include/pa_vclass.h, include/pa_vstring.h,
23849: include/pa_wcontext.h, main/compile.y, main/core.C,
23850: main/execute.C, main/main.dsp: dead end: vstring can't be
23851: derivated from vobject
23852:
23853: * src/: include/pa_vclass.h, include/pa_vhash.h,
23854: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23855:
23856: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23857: remained clone conseqs
23858:
23859: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23860:
23861: * src/main/pa_vclass.C: wow! vclass were out of vcs
23862:
23863: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23864: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23865: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23866: include/pa_vobject.h, include/pa_vstring.h,
23867: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23868: main/execute.C: withoud cloning. didn't need it actually, params
23869: got passed from out unnamed ewpool
23870:
23871: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23872: include/pa_vjunction.h, include/pa_vobject.h,
23873: include/pa_vunknown.h, main/compile.y: cloning dead end
23874:
23875: * src/: include/pa_bool.h, include/pa_double.h,
23876: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23877: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23878: include/pa_vjunction.h, include/pa_vmframe.h,
23879: include/pa_vobject.h, include/pa_vstring.h,
23880: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23881: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23882: to give params proper names
23883:
23884: * src/main/pa_wcontext.C: z
23885:
23886: * src/: include/pa_vmframe.h, main/execute.C: added names to
23887: unknown values in get_element and unfilled params. removed wrong
23888: name change in get_element
23889:
23890: * src/main/execute.C: z
23891:
23892: * src/main/execute.C: fixed problems calling operators in
23893: constructors
23894:
23895: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23896: detected problems calling operators in constructors
23897:
23898: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23899: autocalc def to string
23900:
23901: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23902: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23903:
23904: * src/classes/root.C: added root.c
23905:
23906: * src/: include/pa_request.h, include/pa_value.h,
23907: include/pa_vcframe.h, include/pa_vmframe.h,
23908: include/pa_wcontext.h, main/compile.C, main/compile.y,
23909: main/core.C, main/execute.C, main/pa_cframe.C,
23910: main/pa_wcontext.C: 'if' just compiled
23911:
23912: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23913: include/pa_vjunction.h, include/pa_vmframe.h,
23914: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23915: main/pa_wcontext.C: z
23916:
23917: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23918: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23919: with parameter names in operator methods
23920:
23921: * src/main/compile.y: minor renamings in .y
23922:
23923: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23924: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23925: @BASE. changed 'RUN' assignment mech
23926:
23927: * src/main/execute.C: z
23928:
23929: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23930: main/compile_tools.h, main/execute.C: made class: dynamic, not
23931: static. so to enable runtime ^use
23932:
23933: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23934:
23935: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23936: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23937:
23938: * src/main/execute.C: root root in code-junction
23939:
23940: 2001-03-07 paf
23941:
23942: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23943: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23944:
23945: * src/: include/pa_stack.h, include/pa_value.h,
23946: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23947: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23948: fixed rwcontext of {} params up
23949:
23950: * src/main/: compile.y, compile_tools.h: ^func(params)
23951:
23952: * src/main/compile.y: .y priorities syntax shaped up a bit
23953:
23954: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23955: include/pa_vunknown.h, main/compile.y, main/execute.C,
23956: main/pa_hash.C: expr def in -f
23957:
23958: * src/main/: compile.y, execute.C: expr calls
23959:
23960: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23961: fixed
23962:
23963: * src/main/compile.y: expr quoted code
23964:
23965: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23966: support0
23967:
23968: * src/main/compile.y: expr string comparisons 0
23969:
23970: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23971: main/pa_string.C: just compiled lt&co
23972:
23973: * src/main/execute.C: ^var.menu{$field} problem detected. that
23974: $field not a $var.field
23975:
23976: 2001-03-06 paf
23977:
23978: * src/main/compile.y: .y expr visible-shorter
23979:
23980: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23981: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23982: logical
23983:
23984: * src/: include/pa_vstring.h, main/compile.y: problems with
23985: skipping whitespace in yylex
23986:
23987: * src/include/pa_vbool.h: forgot this
23988:
23989: * src/: include/code.h, main/compile.y, main/execute.C: without
23990: string ops in expressions 0
23991:
23992: * src/: include/pa_value.h, include/pa_vdouble.h,
23993: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23994: main/execute.C, main/main.dsp: !~
23995:
23996: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23997: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23998: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23999: include/pa_vunknown.h, include/pa_wcontext.h,
24000: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24001: main/compile_tools.h, main/execute.C: +-*/
24002:
24003: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24004: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24005:
24006: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24007: main/execute.C: expr grammar-1 2*2=4.000000 :)
24008:
24009: * src/main/compile.y: expr grammar-1
24010:
24011: * src/main/compile.y: expr lexx1
24012:
24013: * src/main/: compile.y, execute.C, main.dsp: z
24014:
24015: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24016: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24017: main/execute.C: expr lex0 exec-1
24018:
24019: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24020:
24021: 2001-02-26 paf
24022:
24023: * src/main/compile.y: max_string in yyerror bug fix
24024:
24025: 2001-02-25 paf
24026:
24027: * src/: include/pa_value.h, include/pa_vmframe.h,
24028: include/pa_wcontext.h, main/execute.C: VAliased3
24029:
24030: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24031:
24032: * src/main/execute.C: VAliased1
24033:
24034: * src/: include/pa_request.h, include/pa_value.h,
24035: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24036: VAliased0
24037:
24038: * src/: include/pa_pool.h, include/pa_request.h,
24039: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24040: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24041: VAliased just compiled
24042:
24043: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24044: include/pa_vobject.h, main/execute.C: alias dead end
24045:
24046: * src/: include/pa_value.h, include/pa_vclass.h,
24047: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24048: main/main.dsp: no not get fields into interm VFielded class.
24049: fields & staticfields 1
24050:
24051: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24052: include/pa_vobject.h, include/pa_wcontext.h,
24053: include/pa_wwrapper.h, main/core.C, main/execute.C,
24054: main/main.dsp: would now get fields into interm VFielded class
24055:
24056: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24057: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24058: include/pa_wcontext.h, main/compile.y, main/core.C,
24059: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24060: main/pa_wcontext.C: virtuals2
24061:
24062: * src/main/compile.y: : 1
24063:
24064: * src/main/compile.y: rethought to $class:static.field.subfield
24065:
24066: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24067: $class:element
24068:
24069: * src/: include/pa_value.h, include/pa_vmframe.h,
24070: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24071: main/pa_wcontext.C: before execute class calls rewrite
24072:
24073: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24074: name RUN, also alias
24075:
24076: * src/main/compile.y: escaping bug
24077:
24078: * src/: include/pa_request.h, include/pa_value.h,
24079: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24080: main/core.C, main/execute.C, main/pa_common.C: vobject1
24081:
24082: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24083: include/pa_vmframe.h, include/pa_vobject.h,
24084: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24085: main/compile_tools.h, main/execute.C: ^class:method() just
24086: compiled
24087:
24088: 2001-02-24 paf
24089:
24090: * src/main/main.dsp: no bison -d
24091:
24092: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24093: class' err msg wrong
24094:
24095: * src/main/compile.y: z
24096:
24097: * src/main/: compile.y, core.C: yylex need some @special lines adj
24098:
24099: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24100: main/compile.y, main/compile_tools.h, main/core.C: modules0
24101:
24102: * src/: include/pa_vclass.h, main/core.C: z
24103:
24104: * src/: include/pa_value.h, include/pa_vclass.h,
24105: include/pa_vobject.h, main/main.dsp: vobject00
24106:
24107: * src/main/pa_array.C: minor bug in expanding very small arrays.
24108: 60% from 1 were 0
24109:
24110: * src/: include/pa_value.h, include/pa_wcontext.h,
24111: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24112: as bad as you've named it: wcontext.value() was not a perfect
24113: idea
24114:
24115: * src/main/execute.C: codeframe1
24116:
24117: * src/: include/pa_value.h, include/pa_vcframe.h,
24118: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24119: include/pa_vjunction.h, include/pa_vmframe.h,
24120: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24121: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24122: just compiled
24123:
24124: * src/: include/pa_vframe.h, main/compile.y: found junction
24125: ideology @: ^x{$a()) must construct current wcontext element, so
24126: smart wcontext handling needed
24127:
24128: * src/main/compile.y: fixed grammar bugs in constructor/params
24129: klinch
24130:
24131: * src/main/: compile.y, execute.C: fixed empty constructor
24132: optimized empty case. failed on calls - produced empty string
24133: param
24134:
24135: * src/main/compile.y: fixed last \n macrotemplate strip bug
24136:
24137: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24138: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24139: main/compile_tools.C, main/compile_tools.h, main/core.C,
24140: main/execute.C: code junctions0. something wrong with last \n
24141: macrotemplate strip
24142:
24143: * src/: include/pa_value.h, main/compile.C, main/core.C,
24144: main/pa_value.C: minor error reporting format beautifyings
24145:
24146: * src/: include/pa_value.h, include/pa_vclass.h,
24147: include/pa_vframe.h, main/core.C, main/execute.C,
24148: main/pa_value.C: get_method RIP. junctions everywhere. call with
24149: junctions0
24150:
24151: 2001-02-23 paf
24152:
24153: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24154: pa_wwrapper.h: lara came, can't work, sorry :(
24155:
24156: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24157: junction
24158:
24159: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24160: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24161: main/execute.C, main/main.dsp, main/pa_value.C: call0
24162:
24163: * src/: include/pa_hash.h, include/pa_value.h,
24164: include/pa_wcontext.h, main/core.C, main/execute.C,
24165: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24166: done
24167:
24168: * src/include/pa_wcontext.h: z
24169:
24170: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24171: wrong grammar in complex constructor case
24172:
24173: * src/main/: compile.y, execute.C: empty constructor bug fixed
24174:
24175: * src/main/execute.C: with result rwpool
24176:
24177: * src/: include/pa_value.h, main/core.C, main/execute.C,
24178: main/main.dsp: value named
24179:
24180: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24181: strign 2 value in 2 places in execute
24182:
24183: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24184: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24185: wcontext.put_element when wcontext fvalue==0
24186:
24187: 2001-02-22 paf
24188:
24189: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24190: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24191: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24192:
24193: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24194: erroreos checkout
24195:
24196: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24197:
24198: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24199: main/compile_tools.h, main/pa_array.C: $self.get
24200:
24201: * src/main/: compile.C, compile.y, compile_tools.C: z
24202:
24203: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24204: bit. finished now.
24205:
24206: * src/main/compile.y: $: finished
24207:
24208: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24209:
24210: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24211: main/execute.C: OP_STRING better then some xxx _VALUE
24212:
24213: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24214: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24215: string to vstring it .y all
24216:
24217: * src/: include/pa_request.h, include/pa_stack.h,
24218: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24219: all
24220:
24221: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24222: precise parse error line:col
24223:
24224: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24225: main/pa_hash.C, main/pa_pool.C: TRY...
24226:
24227: * src/: include/pa_exception.h, include/pa_pool.h,
24228: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24229: main/compile.C, main/compile.y, main/compile_tools.C,
24230: main/core.C, main/pa_array.C, main/pa_exception.C,
24231: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24232: main/pa_table.C: removed exception from request
24233:
24234: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24235: some forgotten
24236:
24237: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24238: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24239: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24240: get/put simple vars to VClass works0
24241:
24242: * src/: include/pa_array.h, include/pa_wcontext.h,
24243: main/pa_string.C: in process, but found that exceptions are too
24244: global
24245:
24246: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24247: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24248: main/execute.C, main/pa_string.C: write_value write_string 0 it
24249: seems wcontext must write strings regardles of fvalue!=0
24250:
24251: 2001-02-21 paf
24252:
24253: * src/main/execute.C: tired :)
24254:
24255: * src/main/: compile.C, compile.y, execute.C: store0
24256:
24257: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24258: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24259: include/pa_wcontext.h, main/compile.C, main/compile.y,
24260: main/execute.C, main/main.dsp, main/pa_array.C,
24261: main/pa_request.C: get put -1 [just compiled]
24262:
24263: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24264: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24265: main/main.dsp, main/pa_request.C: request core methods0
24266:
24267: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24268: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24269: execute
24270:
24271: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24272: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24273: methods and one_big_piece. now compile returns array<method*>
24274:
24275: * src/main/compile.y: more straightforward yylex[end]
24276:
24277: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24278: string.operator==(char*)
24279:
24280: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24281: main/execute.C, main/pa_array.C: after array.const get wonders
24282:
24283: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24284: pa_string.h, pa_value.h: struck with const array.gets
24285:
24286: * src/main/: execute.C: z
24287:
24288: * src/main/: compile.y, execute.C: z
24289:
24290: * src/main/: compile.C, compile.y, compile_tools.h: error
24291: processing in eval & yyerror so it wouldn't cause memleaks.
24292:
24293: * src/main/: compile.C, compile.y: failed to add absolute precies
24294: parse error positions. leaving RIGHTMOST position as
24295: @file[line:col]
24296:
24297: * src/: include/compile.h, main/compile.C, main/compile.y,
24298: main/compile_tools.h: line numbers needed. would add them to .y
24299: now internally. externally it's not as precise as needed
24300:
24301: * src/: include/code.h, include/pa_types.h, main/compile.C,
24302: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24303: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24304: compiler works ok
24305:
24306: 2001-02-20 paf
24307:
24308: * src/main/: compile.C, compile.y, compile_tools.C,
24309: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24310: not perfect
24311:
24312: * src/: include/code.h, include/compile.h, include/execute.h,
24313: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24314: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24315: main/compile.C, main/compile.y, main/compile_tools.C,
24316: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24317: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24318: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24319: compiled. execute=dump for now
24320:
24321: * src/main/core.C: core rewrite using yacc investigations now will
24322: be compile[yacc]/execute[opcodes]
24323:
24324: 2001-02-15 paf
24325:
24326: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24327: rewrite as turing machine? for it seems it would be it's too many
24328: ifs with this syntax now
24329:
24330: 2001-02-14 paf
24331:
24332: * src/main/core.C: get_params 1
24333:
24334: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24335: :( ]
24336:
24337: * src/main/core.C: varios breaks
24338:
24339: * src/main/core.C: get names 3
24340:
24341: * src/main/core.C: get names 2
24342:
24343: * src/main/core.C: get names 1
24344:
24345: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24346: names 0
24347:
24348: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24349: text repassing2 operator static vars
24350:
24351: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24352: main/pa_string.C: process text repassing
24353:
24354: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24355: module:calls changes
24356:
24357: 2001-02-13 paf
24358:
24359: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24360: ^class:calls[] started
24361:
24362: * src/: include/pa_value.h, main/core.C: z
24363:
24364: * src/main/core.C: operators : and self. prefixes
24365:
24366: * src/main/core.C: z
24367:
24368: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24369: tested
24370:
24371: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24372: optimized
24373:
24374: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24375: would change privates to better support optimization
24376:
24377: * src/: include/pa_string.h, main/pa_string.C:
24378: String_iterator::skip_to todo:optimize
24379:
24380: 2001-02-12 paf
24381:
24382: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24383: String_iterator
24384:
24385: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24386: comments
24387:
24388: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24389: self/methodref joined
24390:
24391: 2001-02-11 paf
24392:
24393: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24394: main/main.dsp: core started. core.C, context&value .h
24395:
24396: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24397: include/pa_string.h, main/main.dsp, main/pa_array.C,
24398: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24399:
24400: 2001-01-30 paf
24401:
24402: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24403: comments
24404:
24405: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24406: main/pa_pool.C: moved pa_pool.C to be target specific
24407:
24408: * src/: include/pa_exception.h, include/pa_pool.h,
24409: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24410: to & changes
24411:
24412: * src/: include/pa_exception.h, include/pa_pool.h,
24413: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24414: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24415: re-associated. that's much better even removed 'die' necessety
24416:
24417: * src/: include/pa_error.h, include/pa_exception.h,
24418: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24419: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24420: targets/Makefile.am: lowered targets/parser into subdir, added
24421: parser_Pool(Pool) failed to add. would think..
24422:
24423: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24424: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24425: main/pa_string.C, main/pa_table.C: Table more like C++ style
24426: hence lots of 'const'
24427:
24428: * src/: include/pa_error.h, include/pa_request.h,
24429: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24430: main/pa_table.C: Error fixed
24431:
24432: 2001-01-29 paf
24433:
24434: * src/: include/pa_array.h, include/pa_common.h,
24435: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24436: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24437: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24438: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24439:
24440: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24441: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24442: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24443: main/pa_string.C, main/pa_table.C: Request Error Table
24444:
24445: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24446: templates"
24447:
24448: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24449: main/main.dsp, main/pa_array.C: templates failed no template
24450: specializations [VC6], no library auto instantation [VC6, GNU c++
24451: 2.95.2-6 from latest cygwin]
24452:
24453: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24454: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24455: main/main.dsp, main/pa_array.C, main/pa_string.C,
24456: main/pa_table.C: Table started would test template Array now
24457:
24458: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24459: String originating
24460:
24461: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24462: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24463: SYNCHRONIZED(thread_safe)
24464:
24465: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24466: parts to top
24467:
24468: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24469: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24470: see: needed only in global Hash now, made Hash:: put/get
24471: SYNCHRONIZED
24472:
24473: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24474: main/pa_threads.C: added pa_threads
24475:
24476: Mutex
24477:
24478: * src/include/pa_hash.h: some comments
24479:
24480: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24481: Array& operator += (Array& src)
24482:
24483: * src/main/pa_array.C: expand not convinient, would rewrite
24484:
24485: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24486: (Array& src)
24487:
24488: rethought, would change now
24489:
24490: 2001-01-27 paf
24491:
24492: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24493: caching
24494:
24495: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24496: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24497: cache rethought to chunk caching
24498:
24499: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24500: include/pa_string.h, main/main.dsp, main/pa_array.C,
24501: main/pa_hash.C, main/pa_string.C: Array 0
24502:
24503: * src/main/pa_string.C: String::operator ==
24504:
24505: * src/main/pa_hash.C: String(&String)
24506:
24507: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24508:
24509: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24510: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24511: pa_hash[forgotten]
24512:
24513: 2001-01-26 paf
24514:
24515: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24516: removed templates [vc++ suxx]
24517:
24518: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24519: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24520:
24521: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24522:
1.119 moko 24523: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24524:
1.119 moko 24525: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24526: check
24527:
24528: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24529: dynamic row_count
24530:
24531: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24532: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24533: targets/Makefile.am: Initial revision
24534:
24535: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24536: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24537: targets/Makefile.am: creating parser3 module
24538:
E-mail: