Annotation of parser3/ChangeLog, revision 1.161
1.157 moko 1: 2021-01-20 moko
2:
1.161 ! moko 3: * src/targets/apache/mod_parser3.c: it is more correct to recommend
! 4: 'a2enmod mpm_prefork'
! 5:
1.160 moko 6: * src/targets/apache/mod_parser3.c: prefork name is now
7: 'libapache2-mpm-itk'
8:
9: * src/targets/apache/mod_parser3_core.C: last regular malloc
10: removed
11:
1.159 moko 12: * src/targets/isapi/Makefile.am: -pa_threads.C
13:
1.158 moko 14: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
15: 3.4.6
16:
1.157 moko 17: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
18:
19: * etc/auto.p.in: @config[result] added to simplify $cfg change in
20: /httpd.p
21:
22: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
23: ^use[/httpd.p] + optional ^preprocess[] (related to feature
24: #1203)
25:
26: 2021-01-19 moko
27:
28: * buildall: --disable-parallel-mark added to avoid "number of
29: processors" threads creation for heap marking as it conflicts
30: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
31: limits threads)
32:
1.156 moko 33: 2021-01-16 moko
34:
35: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
36: main/pa_globals.C, main/pa_memory.C,
37: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
38: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
39: feature #1209)
40:
41: 2021-01-15 moko
42:
43: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
44: 3.4.6rc
45:
46: * src/classes/json.C: get_delim added for delimiter caching (10%
47: faster on large json)
48:
49: 2021-01-14 moko
50:
51: * operators.txt: updated with 3.4.6 changes
52:
53: * tests/results/224.processed: test result modified after
54: today(shift) implemented
55:
56: * tests/: 407.html, results/407.processed: test for ^hash.select
57: option $.default(bool) added (related to feature #1172)
58:
59: * src/classes/hash.C: ^hash.select option $.default(bool) added
60: (related to feature #1172)
61:
62: * tests/: 141.html, results/141.processed: test modified for
63: feature #1185.
64:
65: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
66: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
67: options $.lower(bool) (implements feature #1185)
68:
69: 2021-01-11 moko
70:
71: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
72: #1192)
73:
74: * tests/: 411.html, results/411.processed: test for ^date::today(N)
75: added (related to feature #1192)
76:
1.155 moko 77: 2021-01-05 moko
78:
79: * tests/: 270.html, results/270.processed: test modified to work
80: under Windows
81:
82: * tests/: 390.html, 395.html, results/395.processed: tests updated
83: 4 windows
84:
85: * tests/: 410.html, results/410.processed: test for
86: $CLASS-GETTER-PROTECTED(false) added
87:
88: 2021-01-04 moko
89:
90: * tests/: 409.html, results/409.processed, results/auto.p: test for
91: $MAIN:LOCALS(true) added
92:
1.154 moko 93: 2021-01-03 moko
94:
95: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
96: types/pa_vclass.h, types/pa_vstateless_class.C,
97: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
98: +LOCALS. $main -> $MAIN in exception texts (implements feature
99: #1207)
100:
101: 2021-01-02 moko
102:
103: * etc/auto.p.in: minor
104:
105: * src/main/pa_request.C: sending headers only after opening file to
106: allow error reporting if file was not opened (foreign group,
107: etc).
108:
109: 2020-12-31 moko
110:
111: * src/: include/pa_request.h, main/pa_request.C,
112: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
113:
114: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
115: main/pa_request.C: get_class_ref added and used
116:
117: * etc/auto.p.in: @CLASS httpd added
118:
119: * etc/auto.p.in: @auto[] is now first
120:
121: 2020-12-30 moko
122:
123: * tests/: 408.html, results/408.processed: test for bug #1166
124: (windows only) added
125:
126: * src/main/pa_common.C: create_dir_for_file should not create dir
127: for trailing / (fixes bug #1166)
128:
129: * tests/: 341.html, results/341.processed: tests for
130: ^nameless_table.hash[] added (related to feature #1138)
131:
132: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
133: (implements feature #1138), extra fields in named tables no
134: longer ignored (implements feature #1138)
135:
136: * tests/results/390.processed: updated after exception text change
137:
138: 2020-12-29 moko
139:
140: * tests/: 407.html, results/407.processed: +$._default check
141:
142: * src/classes/hash.C: keep $_default in ^hash.reverse[]
143:
144: * tests/: 407.html, results/407.processed: test for ^hash.select[]
145: and ^hash.reverse[] added (releated to feature #1172)
146:
147: * src/classes/hash.C:
148: ^hash.select[key;value](bool-condition)[options hash] +
149: ^hash.reverse[] added (implements feature #1172)
150:
151: * src/types/pa_vtable.h: warning war
152:
153: * src/include/pa_config_fixed.h: win32 fix
154:
1.153 moko 155: 2020-12-27 moko
156:
157: * tests/: 406.html, results/406.processed: test results updated
158:
159: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
160: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
161: spelling
162:
163: 2020-12-26 moko
164:
165: * tests/: 406.html, results/406.processed: tests for
166: ^table.rename[] added (related to feature #1148)
167:
168: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
169: ^table.rename[column name from;column name to], ^table.rename[
170: $.[column name from][column name to] ... ] added (implements
171: feature #1148)
172:
173: 2020-12-25 moko
174:
175: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
176: request_info now on stack to avoid yet another THREAD_LOCAL
177: memory deallocation issue (now with cookies), explained in #1203
178:
179: * src/types/pa_vcookie.C: fields should be inited
180:
181: 2020-12-24 moko
182:
183: * src/include/pa_stylesheet_connection.h: looks like
184: xsltFreeStylesheet leads to memory double-free. If so, it's for
185: sure libxml bug, but we have GC anyway, so we just remove this
186: call and see...
187:
188: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
189: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
190: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
191: abort.c:65:8 frame #3: 0x00000000004da663
192: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
193: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
194: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
195: malloc.c:617:9 frame #5: 0x0000000000577f0c
196: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
197: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
198: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
199: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
200: frame #8: 0x000000000050d35c
201: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
202: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
203: frame #10: 0x00000000004436e5
204: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
205: [inlined]
206: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
207: pa_stylesheet_connection.h:62:3
208:
209: 2020-12-23 moko
210:
211: * src/classes/image.C: ^image::measure[; $.video() ] option added
212:
213: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
214: ^image::measure[; $.video(true) ] added
215:
216: * src/main/pa_exec.C: not cleared automatically in multithreaded
217: httpd mode for unknown reasons
218:
219: 2020-12-22 moko
220:
221: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
222: error_log uri of currently processed document", but never used
223: and conflicts with how libgc stops threads on FreeBSD (#define
224: SIG_SUSPEND SIGUSR1), thus removed.
225:
226: 2020-12-21 moko
227:
228: * src/main/pa_request.C: +comment
229:
1.151 moko 230: 2020-12-20 moko
231:
1.152 moko 232: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
233: it is more safe to have versions of pa_strdup with one and two
234: arguments, as helper_length=0 not always mean that strlen()
235: should be called, but means zero.
236:
237: * src/targets/isapi/parser3isapi.C: minor
238:
239: * src/main/pa_http.C: +valid_http_method
240:
1.151 moko 241: * src/: include/pa_http.h, main/pa_http.C,
242: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
243:
244: 2020-12-17 moko
245:
246: * tests/: 405.html, results/405.processed: test for split by regex
247: added (related to feature #1160)
248:
249: * src/classes/string.C: split by regex implemented (feature #1160)
250:
251: * src/classes/string.C: minor
252:
253: * tests/: 404.html, results/404.processed: test for whitespace
254: string is now OK for table argument (related to feature #1169)
255:
256: * src/: classes/image.C, classes/string.C, classes/table.C,
257: types/pa_vmethod_frame.C: whitespace string is now OK for table
258: argument (as with hash) (implements feature #1169)
259:
260: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
261: limit for comment (fixes bug #1102)
262:
263: * src/targets/cgi/parser3.C: +HAVE_TLS check
264:
265: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
266:
267: * src/include/pa_config_includes.h: HAVE_TLS used
268:
269: * configure.ac: +TLS check
270:
271: * src/main/pa_http.C: content logging added
272:
273: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
274: clear_response_headers added
275:
276: 2020-12-16 moko
277:
278: * buildall: as we now use threads, libatomic_ops still required for
279: some OS.
280:
281: * src/main/pa_request.C: whitespace
282:
283: * src/: include/pa_request.h, main/pa_request.C:
284: Request::Exception_trace::table extracted and used
285:
286: * src/main/pa_request.C: moving output_result call outside of try
287: as network exceptions should not be handled by parser code
288:
289: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
290: logging network exchange
291:
292: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
293: via network if it was network write error.
294:
295: * src/targets/cgi/parser3.C: log -> pa_log
296:
297: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
298:
299: * src/main/pa_threads.C: getpid() if no gettid() found
300:
301: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
302: we need to ignore "void" connections from browsers (browsers open
303: connections in advance and they will be empty if user does not
304: request more pages)
305:
306: 2020-12-15 moko
307:
308: * src/targets/cgi/parser3.C: avoid previous uri in logs
309:
310: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
311: RequestController not needed in httpd mode
312:
313: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
314: classes/classes.h, classes/curl.C, classes/date.C,
315: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
316: classes/hashfile.C, classes/image.C, classes/inet.C,
317: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
318: classes/memcached.C, classes/memory.C, classes/op.C,
319: classes/reflection.C, classes/regex.C, classes/response.C,
320: classes/string.C, classes/table.C, classes/void.C,
321: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
322: include/pa_array.h, include/pa_base64.h,
323: include/pa_cache_managers.h, include/pa_charset.h,
324: include/pa_charsets.h, include/pa_common.h,
325: include/pa_config_fixed.h, include/pa_config_includes.h,
326: include/pa_dictionary.h, include/pa_dir.h,
327: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
328: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
329: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
330: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
331: include/pa_request_charsets.h, include/pa_request_info.h,
332: include/pa_sapi.h, include/pa_socks.h,
333: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
334: include/pa_stack.h, include/pa_string.h,
335: include/pa_stylesheet_connection.h,
336: include/pa_stylesheet_manager.h, include/pa_symbols.h,
337: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
338: include/pa_uue.h, include/pa_xml_exception.h,
339: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
340: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
341: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
342: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
343: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
344: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
345: main/compile.tab.C, main/compile.y, main/compile_tools.C,
346: main/compile_tools.h, main/execute.C, main/pa_base64.C,
347: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
348: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
349: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
350: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
351: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
352: main/pa_sql_driver_manager.C, main/pa_string.C,
353: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
354: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
355: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
356: main/untaint.C, sql/pa_sql_driver.h,
357: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
358: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
359: targets/isapi/parser3isapi.C, types/pa_junction.h,
360: types/pa_method.h, types/pa_property.h, types/pa_value.C,
361: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
362: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
363: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
364: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
365: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
366: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
367: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
368: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
369: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
370: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
371: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
372: types/pa_vmemory.h, types/pa_vmethod_frame.C,
373: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
374: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
375: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
376: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
377: types/pa_vstateless_object.h, types/pa_vstatus.C,
378: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
379: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
380: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
381: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
382: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
383:
384: * src/main/pa_request.C: old compilers support
385:
386: * tests/: 362.html, results/362.processed: test updated after
387: changes after upgrade to libxml2-2.9.9 were made (related to bug
388: #1108)
389:
390: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
391: removed, as xsltFreeStylesheet has side effects on original doc.
392: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
393: not updated after xdoc modification (part 3 of test 362).
394: (related to bug #1108)
395:
396: * src/targets/isapi/parser3isapi.C: +pa_strcat
397:
398: * src/: classes/memory.C, include/pa_memory.h,
399: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
400: PA_GC_GCOLLECT used
401:
402: * src/include/pa_memory.h: +PA_GC_COLLECT
403:
404: * src/targets/cgi/parser3.C: msvs support fixes
405:
406: * src/lib/gc/include/gc.h: more cleanup
407:
408: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
409:
410: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
411: targets/cgi/parser3.C: $main:HTTPD.mode implemented
412:
413: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
414:
415: * configure.ac: pthread.h added to checked headers
416:
417: * src/classes/table.C: string stream is back :)
418:
419: * src/classes/memory.C: GC_generate_random_backtrace no longer
420: exists
421:
422: * src/main/pa_globals.C: GC_dont_gc replaced
423:
424: * src/lib/gc/include/gc.h: major cleanup, only used functions are
425: left to simplify adding new functions. depricated GC_dont_gc
426: replaced with GC_disable and GC_enable calls.
427:
428: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
429: CORD_from_file* not used and thus removed
430:
431: * src/lib/gc/include/gc_allocator.h: minor cleanup
432:
433: 2020-12-14 moko
434:
435: * src/classes/: curl.C, memory.C, table.C: every TLS should be
436: referenced elsewhere, or GC will collect it.
437:
438: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
439: main/pa_xml_io.C: bugfix: TLS variables should be referenced
440: elsewhere, or GC will collect them (and we'll get GPF in
441: multithreaded enviroment). May be it can be also fixed by some
442: GC call, not sure. But this fix costs nothing (but hours of
443: debugging to find the issue :).
444:
1.150 moko 445: 2020-12-11 moko
446:
447: * configure.ac: gettid() check added
448:
449: * src/main/pa_threads.C: HAVE_GETTID used
450:
451: * src/include/pa_config_auto.h.in: +HAVE_GETTID
452:
453: * src/: include/pa_threads.h, main/pa_threads.C: now unified
454: version for isapi/cgi/apache
455:
456: * buildall: threads are now required.
457:
458: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
459: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
460: main/main.vcproj: pa_threads.C moved to main
461:
462: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
463: isapi/pa_threads.C: pa_threads.C moved to main
464:
465: * src/: main/Makefile.am, targets/cgi/Makefile.am,
466: targets/apache/Makefile.am: pa_threads.C moved to main
467:
468: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
469:
470: * src/: include/pa_stylesheet_connection.h,
471: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
472: and weird GPF in multithreaded httpd is gone
473:
474: * src/include/: pa_stylesheet_connection.h,
475: pa_sql_driver_manager.h: whitespace
476:
477: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
478:
479: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
480: main/pa_stylesheet_manager.C: whitespace, warning war
481:
482: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
483: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
484: parser_multithreaded never used
485:
486: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
487:
488: 2020-12-10 moko
489:
490: * src/: include/pa_config_includes.h, include/pa_http.h,
491: main/pa_http.C, targets/cgi/parser3.C: initial support for
492: MULTITHREADED and PARALLEL httpd server modes
493:
494: * src/main/pa_globals.C: GC_java_finalization is depricated
495:
496: 2020-12-09 moko
497:
498: * etc/auto.p.in: + @httpd-main
499:
500: * src/: include/pa_common.h, main/pa_request.C,
501: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
502: work
503:
504: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
505: slow file_read_binary no longer used, send_range added
506:
507: 2020-12-08 moko
508:
509: * src/main/pa_request.C: >4Gb support
510:
511: * src/targets/cgi/parser3.C: msvc warning war
512:
513: * src/: include/pa_config_includes.h, main/pa_http.C,
514: main/pa_request.C: msvc warnings war
515:
516: * src/classes/image.C: warning war
517:
518: * src/classes/table.C: MSVC warning war
519:
520: * src/targets/cgi/parser3.C: msvc warnings war
521:
522: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
523: added
524:
1.149 moko 525: 2020-12-07 moko
526:
1.150 moko 527: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
528: avoid logging beside system-wide auto.p
529:
530: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
531:
532: * configure, configure.ac, src/include/pa_config_auto.h.in:
533: configure options added:
534:
535: --with-system-cfg=FILE to specify system-wide auto.p
536: --with-system-log=FILE to specify system-wide parser3.log
537:
538: * Makefile.am: bin no longer exists
539:
540: * configure, configure.ac: auto.p moved to etc to simplify debian
541: package
542:
543: * buildall: auto.p and parser3.charsets moved to their default
544: location after install
545:
546: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
547:
548: * aclocal.m4, configure: automake 1.15 -> 1.16.1
549:
1.149 moko 550: * src/targets/cgi/parser3.C: locate_config call returned to
551: original place as it requires pa_thread_request() under Windows
552:
553: * src/targets/cgi/parser3.C: renaming
554:
555: 2020-12-06 moko
556:
557: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
558: check added
559:
560: 2020-12-04 moko
561:
562: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
563: main/pa_request.C: unified uint64_t lseek implemented to support
564: >4Gb files under x86, including Windows
565:
566: 2020-12-02 moko
567:
568: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
569: with max_file_size
570:
571: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
572: support for processing files sized >4Gb on 32 bit planforms
573:
574: * tests/399.html: file moved
575:
576: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
577:
578: * src/targets/cgi/pa_sapi_info.h: warning war
579:
580: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
581: warning war
582:
583: 2020-12-01 moko
584:
585: * src/classes/image.C: mp4 extended size (>4Gb) support added
586:
587: * src/classes/image.C: for "size not found" exception to be shown
588: if size not found until eof
589:
590: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
591: bit linux)
592:
593: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
594: #1188)
595:
596: 2020-11-30 moko
597:
598: * src/classes/image.C: definitions moved closer to code
599:
600: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
601: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
602: 395_dir/3_VP8X.webp, results/395.processed,
603: results/396.processed: tests for ^image::measure[] .webp support
604: added, all image files moved into one directory (related to
605: feature #1188)
606:
607: * src/classes/image.C: ^image::measure[] now supports webp (feature
608: #1188)
609:
1.148 moko 610: 2020-11-29 moko
611:
612: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
613: processing, unnessesary defines removed
614:
615: 2020-11-24 moko
616:
617: * tests/results/: 099.processed, 100.processed, 205.processed,
618: 309.processed, 310.processed: Content-Disposition: inline
619: returned
620:
621: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
622: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
623: ] added (related to bug #1204)
624:
625: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
626: ] supported to avoid Content-Disposition: inline;
627: filename="<file>.ext" but still set Content-Type for ext (related
628: to bug #1204)
629:
1.147 moko 630: 2020-11-22 moko
631:
632: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
633: types/pa_vfile.C: pa_filename added to avoid useless rsplit
634:
635: * src/main/pa_request.C: content_disposition_inline returned.
636:
637: 2020-11-17 moko
638:
639: * src/main/pa_request.C: empty main method name support
640:
641: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
642: config_handler added, stdout flush added.
643:
644: 2020-11-16 moko
645:
646: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
647:
648: * tests/results/: 099.processed, 205.processed, 237.processed,
649: 309.processed, 310.processed: Content-Disposition: inline is not
650: required and should not contain filename="<name>"
651:
652: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
653: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
654: targets/isapi/parser3isapi.C: pa_strcat implemented and used
655:
1.146 moko 656: 2020-11-14 moko
657:
658: * src/targets/cgi/parser3.C: spelling
659:
660: * src/targets/cgi/parser3.C: renaming
661:
662: * src/targets/cgi/parser3.C: args_skip removed, locate_config
663: relocated
664:
665: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
666: before request processing, which is weired
667:
668: 2020-11-13 moko
669:
670: * src/main/pa_http.C: pa_recv added with timeout support, thus read
671: copied in httpd.
672:
673: 2020-11-12 moko
674:
675: * src/main/pa_http.C: ALARM code unified to be used in httpd
676:
677: * src/: include/pa_request.h, main/pa_request.C,
678: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
679:
680: * src/main/pa_http.C: URI validation added
681:
682: * src/targets/cgi/parser3.C: filespec_to_process now variable,
683: can't be empty but can be null. httpd-main is now main method
684: name for httpd mode
685:
686: 2020-11-11 moko
687:
688: * src/main/pa_request.C: path_translated can be null in httpd mode
689:
690: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
691: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
692: classes/xdoc.C, include/pa_request.h, main/execute.C,
693: main/pa_request.C: r.absolute -> r.full_disk_path
694:
695: * src/targets/cgi/parser3.C: if filename to process is not
696: specified, auto.p should be present.
697:
1.145 moko 698: 2020-11-03 moko
699:
700: * src/: classes/op.C, include/pa_request.h: unused argument removed
701:
702: * src/main/pa_request.C: content_disposition_inline is the default,
703: not required.
704:
1.144 moko 705: 2020-10-29 moko
706:
707: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
708: ^use[file; $.main(true) ] implemented for auto.p processing and
709: path_translated changing to correct relative files path
710: calculation in httpd mode
711:
712: * src/: include/pa_request.h, main/pa_request.C:
713: fail_on_read_problem removed, as it allways true, as if should
714: be.
715:
716: * src/: include/pa_request.h, main/pa_request.C,
717: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
718: targets/isapi/parser3isapi.C: clearing config_filespec when
719: config was not found, thus flag not required and removed.
720:
721: 2020-10-28 moko
722:
723: * tests/: 402.html, results/402.processed: error reporting test
724:
725: * src/main/execute.C: better error reporting when
726: $result[^hash::create[]] in @main.
727:
728: * src/main/: execute.C, pa_request.C: frame.result() should be used
729: + minor optimization
730:
731: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
732: main/pa_xml_io.C: execute_*_method simplified and unified
733:
734: 2020-10-27 moko
735:
736: * tests/: 306.html, results/306.processed: a bit more testing. :)
737:
738: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
739: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
740: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
741: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
742: types/pa_vmethod_frame.h, types/pa_vobject.C,
743: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
744: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
745: longer used in object-prototype mode
746:
747: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
748: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
749: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
750: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
751: $form:name[value] features
752:
1.143 moko 753: 2020-10-18 moko
754:
755: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
756:
757: 2020-10-15 moko
758:
759: * src/main/pa_http.C: url no longer needed as
760: ALTER_EXCEPTION_SOURCE is used
761:
762: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
763: main/pa_http.C: check_file_size filespec is now optional
764:
765: * src/: classes/curl.C, include/pa_exception.h,
766: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
767: ALTER_EXCEPTION_COMMENT added for better error reporting
768:
769: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
770: results/346-curl.processed, results/379-curl.processed,
771: results/379.processed: test results updated as load now provides
772: better error reporting + curl responses updated
773:
774: 2020-10-14 moko
775:
776: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
777: main/pa_string.C, targets/apache/mod_parser3_core.C,
778: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
779: checked. 10 is now default base, no hex autodetect by default
780:
781: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
782: connection socket closing in destructor + accept exception
783: handling
784:
785: * src/targets/cgi/parser3.C: warning war
786:
787: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
788: main/pa_request.C, targets/apache/mod_parser3_core.C,
789: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
790: exception handling unified
791:
792: 2020-10-13 moko
793:
794: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
795: autodetection
796:
797: * src/targets/apache/mod_parser3_core.C: reverted to atoi
798:
799: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
800:
801: * src/main/pa_http.C: warning war
802:
1.142 moko 803: 2020-10-12 moko
804:
1.143 moko 805: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
806: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
807: unhandled exception code optimization
808:
809: * src/targets/cgi/parser3.C: request_info now global variable
810:
811: * src/main/pa_http.C: http_read_response moved to HTTP_response
812: class
813:
814: * src/: include/pa_http.h, main/pa_http.C,
815: targets/cgi/pa_sapi_info.h: read_post implemented
816:
1.142 moko 817: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
818: [host:]port syntax support in httpd mode
819:
820: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
821: targets/cgi/parser3.C: populate_env added
822:
823: * src/include/pa_hash.h: to make get(char *) compiling in
824: HashStringString
825:
826: 2020-10-10 moko
827:
828: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
829: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
830:
831: * src/: include/pa_http.h, include/pa_request_info.h,
832: main/pa_http.C, main/pa_string.C,
833: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
834: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
835: types/pa_vrequest.C: initial httpd mode implementation
836:
1.141 moko 837: 2020-10-04 moko
838:
839: * src/targets/cgi/parser3.C: options together
840:
841: 2020-09-30 moko
842:
843: * src/main/pa_http.C: renamed
844:
1.140 moko 845: 2020-08-14 moko
846:
847: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
848: src/targets/cgi/Makefile.am: no httpd as separate library
849:
850: 2020-08-13 moko
851:
852: * src/targets/cgi/parser3.C: SAPI::die used in exception in
853: unhandled exception handler to report 500 instead of 200 it was
854: before.
855:
856: * src/targets/apache/mod_parser3_core.C: minor cleanup
857:
858: * src/: include/pa_sapi.h, main/untaint.C,
859: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
860: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
861: thus replaced with SAPI::die and removed
862:
863: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
864: cgi/parser3.C: whitespace
865:
866: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
867:
868: 2020-08-12 moko
869:
870: * src/targets/cgi/parser3.C: duplicate info in signal logging
871: removed, whitespace was: SIGPIPE received while executing code.
872: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
873: cl=0]
874:
875: * parser3.sln: + httpd.vcproj
876:
877: 2020-08-11 moko
878:
879: * src/targets/cgi/Makefile.am: +libhttpd
880:
881: * configure.ac, src/lib/Makefile.am: +libhttpd
882:
1.139 moko 883: 2020-07-13 moko
884:
885: * tests/: 401.html, results/401.processed: test for hash key does
886: not keep language, but tainted in foreach.
887:
1.138 moko 888: 2020-07-01 moko
889:
890: * tests/: 235.html, results/235.processed: test result updated as
891: messages before attachments implemented (feature #1176)
892:
1.137 moko 893: 2020-06-27 moko
894:
895: * tests/: 400.html, results/400.processed: test updated to check
896: ^return{code}
897:
898: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
899: fixed
900:
901: 2020-06-26 moko
902:
903: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
904: added (related to https://www.parser.ru/forum/?id=85319)
905:
906: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
907: when $result assignment was last statement in the method
908: (https://www.parser.ru/forum/?id=85319)
909:
1.136 moko 910: 2020-05-23 moko
911:
912: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
913: whitespace, unused level removed
914:
915: 2020-05-19 moko
916:
917: * src/types/pa_vmail.C: whitespace
918:
919: * src/types/pa_vmail.C: files should be processed last (related to
920: feature #1176)
921:
1.135 moko 922: 2020-05-12 moko
923:
924: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
925: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
926:
927: * configure.ac: FreeBSD1X.X check added to avoid
928: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
929:
1.134 moko 930: 2020-02-26 moko
931:
932: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
933: compilation issue (related to bug #1201)
934:
935: * src/main/pa_common.C: entry_readable -> entry_exists,
936: undocumented access(fname, R_OK) call removed (fixes bug #1201)
937: -f and -d now works under Windows in UTF-8 with Russian
938: filenames.
939:
940: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
941: advice (related to feature #1199)
942:
943: 2020-02-25 moko
944:
945: * buildall: --silent removed
946:
947: * configure.ac: gmime-3.0 support
948:
949: * buildall: --with-system-mailreceive option added to build with
950: system libgmime
951:
952: * src/types/pa_vmail.C: avoiding
953: https://github.com/jstedfast/gmime/issues/83 "feature" (related
954: to feature #1199)
955:
1.133 moko 956: 2020-02-18 moko
957:
958: * src/classes/op.C: windows x64 debug mode compile fix
959:
960: * src/main/pa_globals.C: no longer required due to -MD -> -MT
961: change (releated to feature #1200)
962:
963: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
964: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
965: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
966: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
967: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
968: targets/apache/ApacheModuleParser3.vcproj,
969: targets/apache/ApacheModuleParser3Core.vcproj,
970: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
971: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
972: dependency (related to feature #1200)
973:
1.132 moko 974: 2020-02-12 moko
975:
976: * src/types/pa_vmail.C: minimize diff
977:
978: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
979: #1199)
980:
1.131 moko 981: 2020-01-18 moko
982:
983: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
984:
1.130 moko 985: 2019-12-28 moko
986:
987: * src/targets/cgi/parser3.C: avoid empty ?
988:
989: 2019-12-27 moko
990:
991: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
992: DOCUMENT_ROOT (related to feature #1164)
993:
994: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
995: fcgiwrap setup (implements feature #1164)
996:
997: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
998: but no issues found (related to feature #1164)
999:
1000: * src/targets/cgi/parser3.C: actualized
1001:
1002: 2019-12-26 moko
1003:
1004: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1005: removed
1006:
1007: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1008: removed
1009:
1010: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1011: allocation errors, we don't want default gc warnings (without
1012: timestamp and URI).
1013:
1014: * src/: classes/memory.C, main/pa_globals.C,
1015: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1016: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1017: pa_globals_init
1018:
1019: * src/main/pa_globals.C: setup_hex_value() removed, static array
1020: initialization used (optimization)
1021:
1022: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1023: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1024: pa_socks_init/pa_socks_done moved inside pa_globals_init
1025: (optimization)
1026:
1.129 moko 1027: 2019-12-09 moko
1028:
1029: * src/include/pa_config_fixed.h: warning war
1030:
1.128 moko 1031: 2019-12-08 moko
1032:
1033: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1034: process grammar under Unix.
1035:
1036: 2019-12-07 moko
1037:
1038: * tests/389.html: For Windows XP. :)
1039:
1040: * tests/388-sql.html: Windows compatibility added
1041:
1042: 2019-12-06 moko
1043:
1044: * src/targets/cgi/parser3.C: warning war
1045:
1046: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1047: == sizeof(CORD)) to avoid aligning bugs in future
1048:
1049: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1050: XML_STATIC
1051:
1052: * src/include/pa_request.h: StackItem() not required
1053:
1054: * src/include/pa_stack.h: warning war
1055:
1056: * src/include/pa_config_includes.h: GCC warning silenced
1057:
1058: * src/include/pa_memory.h: warning war: the program should also
1059: define 'void operator delete [](void*, std::size_t)'
1060: [-Wsized-deallocation]
1061:
1062: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1063:
1064: * src/classes/string.C: not reqired cast removed
1065:
1066: * src/classes/string.C: not reqired cast removed
1067:
1068: 2019-12-05 moko
1069:
1070: * src/lib/sdbm/pa_file_io.C: warning war
1071:
1072: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1073: enum Language : size_t - required for VS2015+ to make
1074: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1075: without it (related to feature #1198)
1076:
1077: 2019-12-04 moko
1078:
1079: * src/main/pa_base64.C: unsigned char -> uchar
1080:
1081: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1082: as other libs
1083:
1084: * src/include/pa_version.h: +amd64
1085:
1086: 2019-12-03 moko
1087:
1088: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1089: release
1090:
1091: * src/include/pa_config_includes.h: warning war
1092:
1093: * src/classes/image.C: warning war
1094:
1095: * src/main/pa_globals.C: x64 libs support
1096:
1097: * src/include/pa_config_includes.h: warning war
1098:
1099: * src/types/pa_method.h: warning war
1100:
1.127 moko 1101: 2019-11-28 moko
1102:
1103: * src/classes/math.C: vs2003 compatibility + warning war
1104:
1105: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1106: libxml2-2.9.9 (related to feature #1136)
1107:
1108: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1109: typecast for more compatibility (related to feature #1136)
1110:
1111: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1112: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1113: feature #1136)
1114:
1115: 2019-11-26 moko
1116:
1117: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1118: removed (it was failing in $$var case), condition added
1119:
1.126 moko 1120: 2019-11-25 moko
1121:
1122: * tests/: 397.html, 399.html, results/141.processed,
1123: results/399.processed: base64 options tested
1124:
1125: * src/: classes/math.C, main/pa_http.C: base64 options used
1126:
1127: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1128: implemented (feature #986)
1129:
1130: * src/main/pa_cache_managers.C: whitespace
1131:
1132: * tests/: 397.html, 399.html, results/399.processed: tests for
1133: ^base64 encode options added (related to feature #986)
1134:
1135: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1136: pa_base64_encode(file) removed - more memory, but faster and less
1137: code (related fo feature #986)
1138:
1139: 2019-11-24 moko
1140:
1141: * tests/: 155.html, results/155.processed: limit and offset in
1142: ^table::load[] now supported, thus test added
1143:
1144: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1145: main/pa_common.C: optimization: offset and limit options parsing
1146: moved inside file_load.
1147:
1148: 2019-11-23 moko
1149:
1150: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1151: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1152: optimization: file_read replaced with simplified file_read_binary
1153:
1154: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1155: types/pa_vform.C: whitespace
1156:
1157: * src/: include/pa_common.h, main/pa_common.C: never used params
1158: removed
1159:
1160: 2019-11-21 moko
1161:
1162: * tests/: 193.html, results/193.processed, results/389.processed:
1163: test results updated as now base64 does not discard tail without
1164: padding (related to feature #986)
1165:
1166: 2019-11-20 moko
1167:
1168: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1169: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1170: pa_base64_decode (related to feature #986)
1171:
1172: * tests/398.html: tests for base64 decode added (related to feature
1173: #986)
1174:
1175: * src/main/pa_base64.C: base64_decode rewritten - padding option
1176: support, padding inside base 64 supported (related to feature
1177: #096)
1178:
1179: 2019-11-19 moko
1180:
1181: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1182: FreeBSD 12
1183:
1.125 moko 1184: 2019-11-16 moko
1185:
1186: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1187: support added, step support removed (related to #986)
1188:
1189: 2019-11-15 moko
1190:
1191: * src/classes/math.C: using log since log2 is not present on
1192: FreeBSD < 8.4 (related to feature #1177)
1193:
1194: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1195: pa_base64_size extracted and used for files as well (related to
1196: feature 986)
1197:
1198: 2019-11-14 moko
1199:
1200: * tests/: 397.html, results/397.processed: + content check
1201:
1202: * tests/: 141.html, results/141.processed: make test resuls more
1203: readable
1204:
1205: * tests/: 397.html, results/193.processed, results/397.processed:
1206: test results updated after \x00 character was disabled in
1207: math:convert string mode (related to feature #1177)
1208:
1209: * src/classes/: math.C, string.C: \\x00 character disabled while
1210: converting to string (as in base64, related to feature #1177)
1211:
1212: * src/classes/file.C: more correct arguments separation
1213:
1214: * src/: classes/file.C, classes/math.C, classes/string.C,
1215: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1216: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1217: options added, but not yet implemented (related to feature #986)
1218:
1219: * src/classes/math.C: whitespace
1220:
1221: 2019-11-13 moko
1222:
1223: * tests/: 397.html, results/397.processed: +tainting test (related
1224: to feature #1177)
1225:
1226: * src/classes/math.C: as we now produce not only digits, result
1227: should be tainted (related to feature #1177)
1228:
1229: * src/main/pa_base64.C: whitespace
1230:
1231: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1232: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1233: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1234: implementation moved from pa_common.h and pa_common.C
1235:
1236: 2019-11-12 moko
1237:
1238: * tests/: 275.html, results/275.processed: out of range test fixed,
1239: as ^math:convert now supports arbitrary precision
1240:
1241: 2019-11-11 moko
1242:
1243: * tests/results/389.processed: uctualized error message
1244:
1245: * tests/: 389.html, 397.html, results/397.processed: tests for
1246: ^math:convert added (related to feature #1177)
1247:
1248: * src/classes/math.C: ^math:convert now supports arbitrary
1249: precision, alphabet support added (implements feature #1177)
1250:
1.124 moko 1251: 2019-11-06 moko
1252:
1253: * tests/: 181.html, results/181.processed: entities usage added,
1254: more entites load tests (related to bug #842 discussion)
1255:
1256: 2019-11-05 moko
1257:
1258: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1259: call from xmlFileOpen if http://localhost/<file> was not found
1260: (related to bug #842)
1261:
1262: * src/main/pa_xml_io.C: rename
1263:
1264: * src/main/pa_xml_io.C: +MemoryStream constructor
1265:
1266: * src/main/pa_xml_io.C: whitespace
1267:
1.123 moko 1268: 2019-10-31 moko
1269:
1270: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1271: XML_PARSE_NOENT) added to fix entities load, (related to feature
1272: #1181)
1273:
1.122 moko 1274: 2019-10-25 moko
1275:
1276: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1277: queries tests
1278:
1279: 2019-10-24 moko
1280:
1281: * tests/: 388-sql.html, results/388-sql.processed: support for
1282: pgsql driver test
1283:
1284: * tests/: 388-sql.html, results/388-sql.processed:
1285: multi_statements=1 now tested, mysql test now supported
1286: (connection must be specified in [parser3] section in .my.cnf)
1287: related to issues #1195 and #1194
1288:
1.121 moko 1289: 2019-09-11 moko
1290:
1291: * src/classes/int.C: whitespace
1292:
1293: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1294: exception test
1295:
1296: * tests/results/388-sql.processed: sql queries now shown (related
1297: to feature #1196)
1298:
1299: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1300: with old parser versions.
1301:
1302: * src/: classes/file.C, classes/hash.C, classes/string.C,
1303: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1304: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1305: instead of connect string in query_event_handlers exceptions
1306: (implements feature #1196)
1307:
1.120 moko 1308: 2019-09-06 moko
1309:
1310: * tests/388-sql.html: mysql compat
1311:
1312: * src/: classes/hash.C, classes/string.C, classes/table.C,
1313: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1314: sql_ variables declaration moved to pa_common.h
1315:
1.116 moko 1316: 2019-01-15 moko
1317:
1318: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1319: logically sorted
1320:
1321: 2018-12-27 moko
1322:
1323: * src/include/pa_config_includes.h: warning war:
1324: -Wdeprecated-register added for C++ 17
1325:
1326: 2018-10-15 moko
1327:
1328: * configure.ac: FreeBSD 11.2 can be build with ./configure
1329: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1330: --with-xml=/usr/local/
1331:
1332: 2018-09-24 moko
1333:
1334: * tests/: 396.html, 396.tiff, results/396.processed: test for
1335: ^image::measure[] now supports tiff added (related to feature
1336: #1188)
1337:
1338: * src/classes/image.C: ^image::measure[] now supports tiff
1339: (implements feature #1188)
1340:
1341: 2018-09-20 moko
1342:
1343: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1344: files measure added (related to ticket #1188)
1345:
1346: * src/classes/image.C: measure of bmp files implemented (related to
1347: ticket #1188)
1348:
1349: 2018-09-18 moko
1350:
1351: * tests/: 394-curl.html, results/394-curl.processed,
1352: results/auto.p: test for bug #1187 (max_file_size check for head
1353: requests) added
1354:
1355: 2018-08-24 moko
1356:
1357: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1358: response content-length check is required (fixes bug #1187)
1359:
1360: 2018-05-11 moko
1361:
1362: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1363: $.append(bool) ] option added (related to feature #919)
1364:
1365: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1366: from misha@ patch (implements feature #919)
1367:
1368: 2018-03-22 moko
1369:
1370: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1371: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1372: with 128kb buffer. Now works at least 12 times faster. :) May be
1373: Windows-only problem.
1374:
1375: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1376: build fix)
1377:
1378: 2018-02-03 moko
1379:
1380: * src/main/execute.C: removes irrelevant lines from exception stack
1381: trace when exceptions occurs in assigment (fixes bug #1165)
1382:
1383: * tests/: 393.html, results/393.processed: test for behavour after
1384: "Property can not be created, already exists field with that
1385: name" exception removed (related to feature #1183)
1386:
1387: * src/types/pa_vclass.C: "Property can not be created, already
1388: exists field with that name" exception removed (implements
1389: feature #1183)
1390:
1391: 2018-01-19 moko
1392:
1393: * src/classes/string.C: whitespace
1394:
1395: * src/classes/string.C: whitespace
1396:
1397: * tests/: 392.html, results/392.processed: test for
1398: ^regex::create[$regex] added (related to feature #1135)
1399:
1400: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1401: ^regex::create[$regex] added (implements feature #1135)
1402:
1403: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1404: commented define added (related to feature #1157)
1405:
1406: 2018-01-17 moko
1407:
1408: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1409:
1410: 2018-01-15 moko
1411:
1412: * tests/: 390.html, results/390.processed: real path replaced by
1413: stub
1414:
1415: * tests/: 391.html, results/391.processed: test for feature #1181
1416: (XML_PARSE_HUGE exception) added
1417:
1418: 2018-01-11 moko
1419:
1420: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1421: XML_PARSE_HUGE option passed by default (implements feature
1422: #1181)
1423:
1424: * src/classes/string.C: whitespace
1425:
1426: 2017-12-10 moko
1427:
1428: * tests/: 389.html, 390.html, results/389.processed,
1429: results/390.processed: image code coverage tests added (related
1430: to feature #1125)
1431:
1432: 2017-12-08 moko
1433:
1434: * tests/: 346-curl.html, 388-sql.html, 389.html,
1435: results/346-curl.processed, results/388-sql.processed,
1436: results/389.processed: more code coverage tests
1437:
1438: * tests/: 264.html, results/264.processed: code coverage for
1439: ^file::exec[]
1440:
1441: 2017-12-07 moko
1442:
1443: * tests/: 174.html, 388-sql.html, 389.html,
1444: results/388-sql.processed, results/389.processed,
1445: results/174.processed: more coverage tests
1446:
1447: * src/classes/math.C: exception text actualized
1448:
1449: 2017-12-06 moko
1450:
1451: * tests/388-sql.html: $SQL can be here
1452:
1453: * tests/results/auto.p: $SQL not required here
1454:
1455: * tests/: 388-sql.html, 389.html, Makefile,
1456: results/388-sql.processed, results/389.processed, results/auto.p:
1457: code coverage tests for sql (using sqlite) and int/double/bool
1458: added (related to feature #1125)
1459:
1460: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1461: lib/json/json.vcproj, lib/md5/md5.vcproj,
1462: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1463: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1464: targets/apache/ApacheModuleParser3Core.vcproj,
1465: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1466: types/types.vcproj: gc\include no longer required
1467:
1468: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1469: required
1470:
1471: * src/: classes/Makefile.am, classes/table.C,
1472: include/pa_config_includes.h, include/pa_string.h,
1473: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1474: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1475: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1476: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1477: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1478: used, we now include it directly
1479:
1480: 2017-12-04 moko
1481:
1482: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1483: memcached/memcached.vcproj, punycode/punycode.vcproj,
1484: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1485: where required
1486:
1487: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1488: now can be used to trace memory allocations
1489:
1490: * src/: classes/table.C, include/pa_config_includes.h,
1491: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1492: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1493: method removes, libcord also can work without libgc
1494:
1495: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1496:
1497: 2017-11-29 moko
1498:
1499: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1500: are not present (related to feature #1173)
1501:
1502: * tests/346-curl.html: test updated to test curl content-length bug
1503: (related to feature #1173)
1504:
1505: * tests/results/346-curl.processed: more test for content-length
1506: curl bug (related to feature #1173)
1507:
1508: * tests/results/346-curl.processed: test results updated after
1509: #1173 implemented
1510:
1511: 2017-11-28 moko
1512:
1513: * src/classes/curl.C: another libcurl Content-length bug walkaround
1514: (related to feature #1173)
1515:
1516: 2017-11-27 moko
1517:
1518: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1519: $.http_version[version string] added (implements feature #1173),
1520: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1521: where $post(true) bug existed.
1522:
1523: 2017-11-18 moko
1524:
1525: * src/include/pa_memory.h: warning war (related to feature #1170)
1526:
1527: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1528: feature #1170)
1529:
1530: 2017-11-17 moko
1531:
1532: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1533: std::basic_stringstream used in ^table.csv-string[] is compatible
1534: with delete usage check only under Debian 9 (related to feature
1535: #1170)
1536:
1537: 2017-11-16 moko
1538:
1539: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1540: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1541: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1542: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1543: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1544: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1545: stubs defend from accidental use (implements feature #1170)
1546:
1547: 2017-06-24 moko
1548:
1549: * configure.ac: minor fix: thanks to alx@
1550:
1.115 moko 1551: 2017-05-29 moko
1552:
1553: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1554: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1555: added to avoid cutting of UTF-8 chars (fixed bug #123)
1556:
1557: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1558: ignored, =?UTF-8?Q?= should start in case of leading space
1559: (related to bug #123)
1560:
1561: * buildall: echo -n -> printf for OS X. :)
1562:
1563: 2017-05-25 moko
1564:
1565: * tests/: 288.html, results/288.processed: test updated afted
1566: setting $o.prop without setter exception removed (related to
1567: feature #1157)
1568:
1569: * src/types/pa_vclass.C: no more "this property has no setter
1570: method" when setting $o.prop without setter (implements feature
1571: #1157)
1572:
1573: * buildall: echo \c -> echo -n for FreeBSD
1574:
1575: * configure, configure.ac, src/include/pa_config_auto.h.in,
1576: src/types/pa_vdouble.h: isfinite now checked in configure
1577:
1578: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1579: upgraded to automake 1.15
1580:
1581: 2017-05-23 moko
1582:
1583: * src/types/pa_vdouble.h: finite returned where isfinite not
1584: defined
1585:
1586: 2017-05-22 moko
1587:
1588: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1589:
1590: * buildall: extern CFLAGS setting support
1591:
1592: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1593:
1594: * buildall: http -> https
1595:
1596: * buildall: gc-7.2f -> gc-7.6.0
1597:
1598: 2017-05-20 moko
1599:
1600: * buildall: https, pcre, xml, xslt updated to current versions
1601: (related to feature #1136)
1602:
1603: 2017-05-19 moko
1604:
1605: * tests/097.html: after parser.ru moved to https
1606:
1607: 2017-05-17 moko
1608:
1609: * tests/results/: 175.processed, 372.processed: tests resuls
1610: updated after lintian spelling typos fixed (related to bug #1156)
1611:
1612: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1613: classes/string.C, classes/table.C, main/pa_charset.C,
1614: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1615: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1616: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1617:
1618: * tests/results/096.processed: +XMP
1619:
1620: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1621: $.xmp(true) options tested (test for feature #1154)
1622:
1623: * src/classes/image.C: ^image:measure[] options $.exif(false)
1624: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1625: fetched by default! (implements feature #1154)
1626:
1627: 2017-05-16 moko
1628:
1629: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1630: allowed (related to feature #1154)
1631:
1632: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1633: initial XMP implementation - without options and transcode
1634: (related to feature #1154)
1635:
1636: 2017-05-12 moko
1637:
1638: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1639: image: exif moved to ffields, skipped in ^image.html[] where
1640: iterators now used (preparation for feature #1154)
1641:
1642: 2017-05-05 moko
1643:
1644: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1645: results/387.processed: test for circular class inheritance check
1646: added (related to bug #1150)
1647:
1648: * src/types/pa_vstateless_class.C: circular class inheritance check
1649: added (fixes endless add_derived bug #1150)
1650:
1651: 2017-05-04 moko
1652:
1653: * tests/: 386.html, results/386.processed: test for
1654: $table.value(number) added (related to feature #1152)
1655:
1656: * src/types/pa_vtable.C: table put_element: column value must be
1657: string - > column value must be string compatible to allow
1658: $t.value(1) (implements feature #1152)
1659:
1660: 2017-05-03 moko
1661:
1662: * src/main/pa_request.C: $use[$method] is not possible, reverting
1663: (related to feature #1151)
1664:
1665: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1666: not possible, removing test (related to feature #1151)
1667:
1668: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1669: get_element_method added and used to allow $use[$method] and
1670: $autouse[$method] (implements feature 1151)
1671:
1672: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1673: variable added (related to feature #1151)
1674:
1675: * tests/results/226.processed: actualized after ^try-catch used
1676:
1677: * tests/: 226.html, 385.html, results/385.processed: test for
1678: @autouse in variable added
1679:
1680: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1681:
1.114 moko 1682: 2017-02-27 moko
1683:
1684: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1685:
1.113 moko 1686: 2017-02-20 moko
1687:
1688: * operators.txt: actualization + beauty
1689:
1690: 2017-02-16 moko
1691:
1692: * tests/: 384.html, results/384.processed: test for
1693: ^reflection:mixin[; $.name[] ] option added (related to feature
1694: #1089)
1695:
1696: * tests/: 384.html, results/384.processed: test for
1697: ^reflection:mixin[] added (related to feature #1089)
1698:
1699: * src/types/pa_value.h: warning war: virtual ~Value() added
1700:
1.112 moko 1701: 2017-02-15 moko
1702:
1703: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1704: fixed
1705:
1706: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1707: test added (related to feature #1069)
1708:
1709: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1710: compilation without HASH_ORDER fixed
1711:
1712: * src/: classes/reflection.C, include/pa_hash.h:
1713: $.reverse(true/false) added to ^reflection:methods[] (related to
1714: feature #1069)
1715:
1716: 2017-02-14 moko
1717:
1718: * tests/: 152.html, results/152.processed: test for $._default hash
1719: added (related to bug #1131)
1720:
1721: * tests/: 277.html, results/277.processed: test for hash with only
1722: $._default is now defined (related to bug #1131)
1723:
1724: * src/types/pa_vhash.h: hash with only $._default is now defined
1725: (fixed bug #1131)
1726:
1727: 2017-02-13 moko
1728:
1729: * tests/cat-windows.sh: cat-windows added (cygwin required)
1730:
1731: * tests/: 171.html, 264.html, 286.html, 370.html,
1732: results/320.processed, results/375.processed, results/auto.p:
1733: cat-windows.sh support added
1734:
1735: * tests/375.html: Windows support
1736:
1737: * tests/270.html: documented
1738:
1739: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1740: (not backslashes) even under Windows (broke test 270)
1741:
1742: 2017-02-12 moko
1743:
1744: * tests/: descript.ion, todo.txt: cleanup
1745:
1746: 2017-02-09 moko
1747:
1748: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1749: run_tests.cmd: Windows compatibility
1750:
1751: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1752: incorrectly (GMT) if parser is called from cygwin
1753:
1.111 moko 1754: 2017-02-08 moko
1755:
1.112 moko 1756: * operators.txt: actualization 15% completed
1757:
1758: * operators.txt: cp1251 -> utf-8
1759:
1760: * NEWS, README: minor update
1761:
1762: * src/include/pa_config_includes.h: warning war continues
1763:
1764: * src/: include/pa_config_includes.h, include/pa_memory.h,
1765: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1766: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1767: gcc 6.x issues fixed
1768:
1.111 moko 1769: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1770: classes/classes.h, classes/curl.C, classes/date.C,
1771: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1772: classes/hashfile.C, classes/image.C, classes/inet.C,
1773: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1774: classes/memcached.C, classes/memory.C, classes/op.C,
1775: classes/reflection.C, classes/regex.C, classes/response.C,
1776: classes/string.C, classes/table.C, classes/void.C,
1777: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1778: include/pa_array.h, include/pa_cache_managers.h,
1779: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1780: include/pa_config_fixed.h, include/pa_config_includes.h,
1781: include/pa_dictionary.h, include/pa_dir.h,
1782: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1783: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1784: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1785: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1786: include/pa_request_charsets.h, include/pa_request_info.h,
1787: include/pa_sapi.h, include/pa_socks.h,
1788: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1789: include/pa_stack.h, include/pa_string.h,
1790: include/pa_stylesheet_connection.h,
1791: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1792: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1793: include/pa_uue.h, include/pa_xml_exception.h,
1794: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1795: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1796: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1797: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1798: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1799: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1800: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1801: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1802: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1803: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1804: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1805: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1806: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1807: main/pa_string.C, main/pa_stylesheet_connection.C,
1808: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1809: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1810: main/untaint.C, sql/pa_sql_driver.h,
1811: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1812: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1813: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1814: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1815: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1816: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1817: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1818: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1819: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1820: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1821: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1822: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1823: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1824: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1825: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1826: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1827: types/pa_vmemcached.h, types/pa_vmemory.h,
1828: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1829: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1830: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1831: types/pa_vresponse.C, types/pa_vresponse.h,
1832: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1833: types/pa_vstateless_object.h, types/pa_vstatus.C,
1834: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1835: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1836: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1837: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1838: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1839: 2015->2017
1840:
1.110 moko 1841: 2017-02-07 moko
1842:
1843: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1844:
1845: 2017-02-06 moko
1846:
1847: * src/main/pa_common.C: minor fixes, whitespace
1848:
1849: * src/: classes/curl.C, classes/file.C, classes/image.C,
1850: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1851: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1852: now used (implements feature #1081)
1853:
1854: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1855:
1856: 2017-02-01 moko
1857:
1858: * src/include/pa_request.h: cleanup
1859:
1860: 2017-01-30 moko
1861:
1862: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1863:
1864: 2017-01-29 moko
1865:
1866: * tests/: 383.html, results/383.processed: test for
1867: ^reflection:stack[] added (related to feature #1052)
1868:
1869: * src/classes/reflection.C: else added
1870:
1871: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1872: $.max_file_lock_wait added (implements feature #1128)
1873:
1874: 2017-01-28 moko
1875:
1876: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1877: body and other cases tests added (related to featue #1014)
1878:
1879: * src/classes/curl.C: bug if response is empty fixed (related to
1880: feature #1014)
1881:
1882: 2017-01-27 moko
1883:
1884: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1885: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1886: added (implements feature #1052)
1887:
1888: 2017-01-25 moko
1889:
1890: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1891: method test added
1892:
1893: 2017-01-23 moko
1894:
1895: * src/classes/reflection.C: optimization: options->get replaced by
1896: hash iterator
1897:
1898: * tests/: 381.html, results/381.processed: now -> fixed date
1899:
1900: * src/main/pa_request.C: warning war
1901:
1902: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1903: 5Mb (fixes bug #1058)
1904:
1905: * src/classes/curl.C: warning war
1906:
1907: * tests/: 381.html, results/381.processed: tests for ^json:string
1908: $.one-line(true) option added (related to feature #1124)
1909:
1910: * src/: classes/json.C, types/pa_value.h: $json-string
1911: $.one-line(true|false) options is now supported (implements
1912: feature #1124)
1913:
1914: * tests/: 380.html, results/380.processed: test for modified
1915: $.max_file_size added (related to bug #1014)
1916:
1917: * tests/: 379.html, results/auto.p: tests for rewritten http file
1918: load added (related to bug #1014)
1919:
1920: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1921: main/pa_common.C, main/pa_http.C: check_file_size added and used
1922: in curl / file load from disk and http, http file load rewritten
1923: (related to bug #1014)
1924:
1925: 2017-01-18 moko
1926:
1927: * tests/: 378.html, results/378.processed: tests for ^result[]
1928: added (related to feature #66)
1929:
1930: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1931: Method::CO_WITHOUT_FRAME as frame still added in expression
1932: (related to feature #66)
1933:
1934: 2017-01-17 moko
1935:
1936: * tests/: 377.html, results/377.processed: test for different
1937: combinations of breaks in body and delimiter (related to bug
1938: #1077)
1939:
1940: * tests/: 376.html, results/376.processed: many ^break[] tests
1941: added (related to bug #1077)
1942:
1943: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1944: passed to native method" exception added to avoid bugs due to
1945: WRITE_EXPR_RESULT skipped and native methods execution continues
1946: after ^break[] (related to bug #1077)
1947:
1948: 2017-01-14 moko
1949:
1950: * tests/: 330.html, results/330.processed: test results updated
1951: after ^break[] bugs where fixed (related to bug #1077)
1952:
1953: * tests/: 329.html, results/329.processed: test results updated
1954: after ^break[] bugs where fixed (related to bug #1077)
1955:
1956: * tests/results/320.processed: ^return[] added
1957:
1958: 2017-01-13 moko
1959:
1960: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1961: classes/table.C, include/pa_request.h, main/execute.C,
1962: main/pa_request.C, targets/cgi/parser3.C,
1963: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1964: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1965: checked after each possible process/execute call (fixes bug
1966: #1077)
1967:
1968: 2016-12-29 moko
1969:
1970: * src/main/pa_common.C: warning war
1971:
1972: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1973: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1974: pa_file_size_limit added, ^math:random fixed for upper limit and
1975: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1976: (related to feature #1014)
1977:
1978: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1979: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1980: (related to feature #1014)
1981:
1982: 2016-12-28 moko
1983:
1984: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1985: warning war
1986:
1987: 2016-12-26 moko
1988:
1989: * tests/: 341.html, results/341.processed: test for
1990: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1991:
1992: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1993: (related to feature #1057)
1994:
1995: * src/types/pa_vdate.C: warning war continues...
1996:
1997: * src/: classes/date.C, classes/image.C, classes/table.C,
1998: include/pa_config_includes.h, types/pa_vfile.C: warning war
1999:
2000: * src/lib/gd/gifio.C: warning war / cleanup
2001:
2002: * src/lib/json/pa_json.C: warning war
2003:
2004: * src/classes/hash.C: warning war
2005:
2006: * src/types/pa_vfile.C: warning war
2007:
2008: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2009: -Wall warning war continues
2010:
2011: * configure.ac: --with-build-warnings actualized
2012:
2013: 2016-12-25 moko
2014:
2015: * src/main/pa_exec.C: -wAll warning war
2016:
2017: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2018: -wAll warning war
2019:
2020: * src/: include/pa_common.h, include/pa_sapi.h,
2021: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2022: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2023: -wAll warning war
2024:
2025: 2016-12-23 moko
2026:
2027: * src/lib/ltdl/Makefile.am: extra dist added
2028:
2029: * tests/results/344.processed: test result updated after $file.text
2030: prefetched in ^hash::create[$file] (related to feature #1075)
2031:
2032: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2033: ^hash::create[$file] (related to feature #1075)
2034:
2035: 2016-12-22 moko
2036:
2037: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2038: main/pa_request.C, main/pa_stylesheet_connection.C,
2039: types/pa_vfile.C: file_stat now return 64-bit size (implements
2040: #1014 under 32-bit unix versions)
2041:
2042: 2016-12-21 moko
2043:
2044: * tests/: 375.html, results/375.processed: test for exec returning
2045: stated file added (related to feature #1119)
2046:
2047: * src/classes/file.C: load should not return file with null body
2048: (fixes bug #1119)
2049:
2050: 2016-12-14 moko
2051:
2052: * tests/: 374.html, results/374.processed: test for $method.name
2053: added (related to feature #1117) plus method returning junction
2054: test
2055:
2056: 2016-12-13 moko
2057:
2058: * src/: include/pa_symbols.h, main/pa_symbols.C,
2059: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2060: (implements feature #1117)
2061:
2062: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2063: HEAD and TRACE can't have body (implements feature #1116)
2064:
2065: 2016-12-09 moko
2066:
2067: * tests/: 373.html, results/373.processed: tests for
2068: ^reflection:tainting added (related to feature #1098)
2069:
2070: * src/classes/reflection.C: ^reflection:tainting arguments order
2071: change (related to feature #1098)
2072:
2073: 2016-12-06 moko
2074:
2075: * src/: classes/reflection.C, include/pa_string.h,
2076: main/pa_string.C: ^reflection:tainting[$string] added (implements
2077: feature #1098)
2078:
2079: 2016-12-05 moko
2080:
2081: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2082: (fixes bug #1114)
2083:
2084: 2016-12-04 moko
2085:
2086: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2087: check added
2088:
2089: 2016-12-03 moko
2090:
2091: * tests/: 346-curl.html, results/346-curl.processed: test modified
2092: to test value.as_hash() usage
2093:
2094: * src/classes/curl.C: value.as_hash() used for correct hash
2095: processing
2096:
2097: * src/classes/reflection.C: exceptions texts fixes
2098:
2099: 2016-12-02 moko
2100:
2101: * tests/: 372.html, results/372.processed: tests for
2102: ^reflection:create[ $.class[name] $.constructor[name]
2103: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2104: feature #1094)
2105:
2106: * src/types/pa_vmethod_frame.h: comment added: params should be
2107: declared outside of *_FRAME_ACTION as MethodParams destructor
2108: will be called in ~VNativeMethodFrame
2109:
2110: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2111: ] minor fix
2112:
2113: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2114: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2115: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2116: now supported (implements feature #1094) value::as_hash added
2117: (and should be used everywhere)
2118:
2119: * src/classes/reflection.C: cleanup
2120:
2121: 2016-12-01 moko
2122:
2123: * tests/: 356.html, results/356.processed: test for method
2124: junctions class name added to the resulting hash added (related
2125: to feature #1068)
2126:
2127: * src/classes/reflection.C: for method junctions class name added
2128: to the resulting hash (related to feature #1068)
2129:
2130: 2016-11-30 moko
2131:
2132: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2133: exception (related to bug #1113)
2134:
2135: * src/types/pa_vhashfile.C: whitespace
2136:
2137: * src/main/pa_os.C: errno now returned as it should (fixes bug
2138: #1113)
2139:
2140: * tests/results/: 175.processed, 192.processed, 224.processed,
2141: 229.processed, 239.processed, 244.processed, 246.processed,
2142: 314.processed, 352.processed: tests results updated after method
2143: call exceptions improved as method now keeps its name
2144:
2145: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2146: types/pa_vmethod_frame.h: method call exceptions improved as
2147: method now keeps its name
2148:
2149: * tests/: 224.html, 239.html, results/224.processed,
2150: results/239.processed: tests and tests results updated after
2151: Request::construct exception changed
2152:
2153: * src/: classes/reflection.C, main/execute.C: Request::construct
2154: exception optimized
2155:
2156: * tests/: 371.html, results/371.processed: test for
2157: WWrapper.get_element call in $.name.key[value] code added
2158: (related to feature #1091)
2159:
2160: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2161: in $.name.key[value] code (related to feature #1091)
2162:
2163: 2016-11-29 moko
2164:
2165: * src/classes/op.C: VS warning war
2166:
2167: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2168: C4239: nonstandard extension used : 'return' : conversion from
2169: 'Value' to 'Value &' (related to feature #1020)
2170:
2171: * src/: main/execute.C, types/pa_vmethod_frame.h,
2172: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2173: used : 'return' : conversion from 'Value' to 'Value &' (related
2174: to feature #1020)
2175:
2176: * src/main/execute.C: VS warning war
2177:
2178: * src/targets/cgi/parser3.C: VS compatibility fix
2179:
2180: * src/include/pa_request.h: VS warning war
2181:
2182: * tests/: 370.html, results/370.processed: test for ^file::exec[
2183: ... $.stdin[$binary_file] ] added (related to bug #1044)
2184:
2185: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2186: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2187: $.stdin[$binary_file] (fixes bug #1044)
2188:
2189: 2016-11-28 moko
2190:
2191: * src/main/pa_exec.C: whitespace
2192:
2193: * src/main/pa_request.C: whitespace
2194:
2195: * tests/: 369.html, results/369.processed: test for
2196: $response:status usage added (related to feature #1099)
2197:
2198: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2199: if < 100 (implements feature #1099)
2200:
2201: * src/targets/cgi/parser3.C: whitespace
2202:
2203: * src/targets/cgi/parser3.C: whitespace
2204:
2205: * tests/: 368.html, results/368.processed: test updated after
2206: ^reflection:filename[$method] added (related to feature #1053)
2207:
2208: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2209: main/compile.y, main/execute.C, main/pa_request.C,
2210: types/pa_vclass.h: filename -> filespec,
2211: ^reflection:filename[$method] added (related to feature #1053)
2212:
2213: 2016-11-27 moko
2214:
2215: * tests/: 368.html, results/368.processed: test for
2216: reflection:filename[$class or object] added (related to feature
2217: #1053)
2218:
2219: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2220: types/pa_vstateless_class.h: ^reflection:filename[$class or
2221: object] added (implements feature #1053)
2222:
2223: 2016-11-26 moko
2224:
2225: * src/: include/pa_request_info.h,
2226: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2227: remove_absolute_uri -> strip_absolute_uri
2228:
2229: 2016-11-25 moko
2230:
2231: * src/: include/pa_request_info.h,
2232: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2233: request_info.remove_absolute_uri added to remove possible
2234: http://site.name/ from $request:uri (implements feature #1112)
2235:
2236: 2016-11-24 moko
2237:
2238: * tests/: 367-curl.html, results/367-curl.processed: test for
2239: previous request headers clearing after redirect added (related
2240: to bug #1109)
2241:
2242: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2243: response headers from previous requests are now cleared, only
2244: last request headers are collected (fixes bug #1109)
2245:
2246: * tests/results/: 266.processed, 321.processed, 356.processed:
2247: tests results updated as method name now added to the resulting
2248: hash for new syntax only (Imp1 compatimility fixed, related to
2249: feature #1068)
2250:
2251: * src/classes/reflection.C: method name now added to the resulting
2252: hash for new syntax only (Imp1 compatimility fixed, related to
2253: feature #1068)
2254:
2255: * tests/results/366.processed: test for native and parser
2256: implementation of ^use[] logic (related to feature #1074)
2257:
2258: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2259: for native and parser implementation of ^use[] logic (related to
2260: feature #1074)
2261:
2262: 2016-11-23 moko
2263:
2264: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2265: main/pa_request.C: @USE file now implemented as ^use[file;
2266: $.origin[origin_file] ] (implements feature #1074)
2267:
1.109 moko 2268: 2016-11-21 moko
2269:
1.110 moko 2270: * tests/: 365.html, results/365.processed: test for $caller bugs in
2271: 3.4.4 and $caller.method now tested (related to feature #1110)
2272:
2273: * tests/: 364.html, results/364.processed: $caller usage in
2274: different contexts now tested (related to feature #1110)
2275:
2276: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2277:
2278: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2279:
1.109 moko 2280: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2281: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2282: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2283: used (implements feature #1110)
2284:
2285: 2016-11-20 moko
2286:
2287: * src/types/pa_vdouble.h: whitespace
2288:
2289: 2016-11-11 moko
2290:
2291: * tests/: 363.html, results/363.processed: more tests for feature
2292: #1091 (how parser methods work in expression context)
2293:
2294: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2295: expressions strings are now written as strings, not values by
2296: write_as_string (related to feature #1091)
2297:
2298: * src/classes/op.C: to make more correct behavour in expression
2299: context
2300:
2301: 2016-11-07 moko
2302:
2303: * tests/: 362.html, results/362.processed: test for
2304: xsltParseStylesheetDoc caching as xsl modification after it added
2305: (related to bug #1108)
2306:
2307: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2308: result now cached as xdoc is modified after it (fixes bug #1108)
2309:
2310: 2016-11-06 moko
2311:
2312: * src/types/pa_vxdoc.h: whitespace
2313:
2314: 2016-11-05 moko
2315:
2316: * src/types/pa_vmethod_frame.h: cleanup
2317:
2318: 2016-11-03 moko
2319:
2320: * tests/results/244.processed: more correct exception after method
2321: frames separation
2322:
2323: * src/types/pa_vmethod_frame.h: minor optimizaion
2324:
2325: * src/types/pa_method.h: optimization: params_count added
2326:
2327: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2328: include/pa_request.h, main/execute.C, main/pa_request.C,
2329: types/pa_value.C, types/pa_vmethod_frame.C,
2330: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2331: VMethodFrame now divided into VNativeMethodFrame,
2332: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2333: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2334: and used (related to feature #1104)
2335:
2336: 2016-11-02 moko
2337:
2338: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2339: classes/double.C, classes/file.C, classes/hash.C,
2340: classes/hashfile.C, classes/image.C, classes/inet.C,
2341: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2342: classes/memcached.C, classes/op.C, classes/reflection.C,
2343: classes/regex.C, classes/string.C, classes/table.C,
2344: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2345: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2346: r.write (implements feature #1091)
2347:
2348: * src/main/execute.C: cleanup (related to feature #1104)
2349:
2350: * src/: include/pa_request.h, main/execute.C,
2351: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2352: added, in_expression removed (implements feature #1104)
2353:
2354: 2016-10-31 moko
2355:
2356: * src/types/pa_value.C: whitespace
2357:
2358: 2016-10-28 moko
2359:
2360: * tests/results/244.processed: updated after error reporting fixed
2361: in pa_wcontext.C
2362:
2363: * src/types/pa_wcontext.C: error reporting fixed
2364:
2365: * src/types/pa_wcontext.h: whitespace
2366:
2367: * src/classes/image.C: not fully readed entries are no longer
2368: processed (fixes bug #1106)
2369:
2370: 2016-10-26 moko
2371:
2372: * src/classes/image.C: whitespace
2373:
2374: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2375: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2376: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2377: longer required (related to feature #1091)
2378:
2379: * tests/results/: 264.processed, 350.processed: test results update
2380: reverted (whitespace optimization) after write_no_lang removed :)
2381: (related to feature #1091)
2382:
2383: * src/: classes/file.C, classes/hash.C, classes/op.C,
2384: classes/string.C, classes/table.C, classes/void.C,
2385: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2386: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2387: equal write_pass_lang (related to feature #1091)
2388:
2389: * tests/results/: 264.processed, 350.processed: test results
2390: updated (whitespace optimization) after write_assign_lang removed
2391: (related to feature #1091)
2392:
2393: * tests/: 361.html, results/361.processed: test for non-string
2394: ^untaint added (related to feature #1091)
2395:
2396: * src/: classes/curl.C, classes/date.C, classes/file.C,
2397: classes/hash.C, classes/op.C, classes/string.C,
2398: include/pa_request.h, main/execute.C: optimization:
2399: write_assign_lang removed as not required (first part of feature
2400: #1091 implementation)
2401:
1.108 moko 2402: 2016-10-12 moko
2403:
2404: * tests/: 360.html, results/360.processed: more test code (related
2405: to feature #1104)
2406:
2407: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2408: include/pa_request.h, main/compile.y, main/execute.C: opcode
2409: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2410: WContext is next task (implements feature #1104)
2411:
2412: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2413: / CO_WITHOUT_WCONTEXT
2414:
2415: * tests/: 360.html, results/360.processed: test for in expression
2416: state (related to feature #1104)
2417:
2418: 2016-10-11 moko
2419:
2420: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2421:
2422: * src/classes/op.C: default value removed from initializer
2423:
2424: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2425:
2426: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2427:
2428: 2016-10-10 moko
2429:
2430: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2431: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2432: to feature #42)
2433:
2434: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2435: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2436:
2437: 2016-10-08 moko
2438:
2439: * src/classes/double.C: whitespace
2440:
2441: 2016-10-07 moko
2442:
2443: * src/types/pa_vmethod_frame.h: reorder
2444:
2445: 2016-10-06 moko
2446:
2447: * src/classes/date.C: typo
2448:
2449: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2450:
2451: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2452: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2453: types/pa_vmethod_frame.h: params.get now returns Value&, not
2454: Value*
2455:
2456: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2457:
2458: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2459: removed; first as_* code rewrite
2460:
2461: 2016-10-05 moko
2462:
2463: * src/include/pa_request.h: whitespace
2464:
2465: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2466: intercept_string added (related to feature #1097)
2467:
2468: * src/: classes/image.C, classes/op.C, classes/table.C,
2469: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2470: optimization: intercept_string removed (implements feature #1097)
2471:
2472: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2473:
2474: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2475: from VCodeFrame and WWrapper as not required
2476:
2477: 2016-10-04 moko
2478:
2479: * src/: classes/curl.C, classes/date.C, classes/double.C,
2480: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2481: classes/int.C, classes/json.C, classes/op.C,
2482: classes/reflection.C, classes/string.C, classes/table.C,
2483: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2484: proces_to_value -> process after StringOrValue removed (related
2485: to feature #1020)
2486:
2487: * src/classes/form.C: whitespace
2488:
2489: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2490:
2491: * tests/: 357.html, 358.html, results/357.processed,
2492: results/358.processed, results/auto.p: test for @conf
2493: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2494:
2495: 2016-10-03 moko
2496:
2497: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2498: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2499: supported (implements feature #42)
2500:
2501: * src/types/pa_vregex.h: no reason for VRegex to be
2502: is_evaluated_expr
2503:
2504: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2505: (implements feature #1095)
2506:
2507: 2016-10-01 moko
2508:
2509: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2510: false by default (related to feature #1089)
2511:
2512: 2016-09-30 moko
2513:
2514: * src/types/pa_wcontext.h: cleanup
2515:
2516: 2016-09-29 moko
2517:
2518: * src/main/execute.C: whitespace
2519:
2520: * src/include/pa_request.h: whitespace
2521:
2522: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2523: classes/op.C, classes/table.C, include/pa_request.h,
2524: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2525: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2526: StringOrValue removed as it just slows down and adds complexity
2527: (implements feature #1020)
2528:
2529: 2016-09-28 moko
2530:
2531: * tests/: 356.html, results/266.processed, results/321.processed,
2532: results/356.processed: tests updated after name was added to
2533: method_info hash, test for ^reflection:method_info[junction]
2534: added (related to feature #1068)
2535:
2536: * src/classes/reflection.C: ^reflection:method_info[junction] now
2537: supported, method name added to the resulting hash (implements
2538: feature #1068)
2539:
2540: * tests/: 276.html, results/276.processed: more tests for
2541: ^reflection:delete[]
2542:
2543: * src/classes/reflection.C: fixed bug then ^reflection:delete
2544: didn't work on class and could damage native objects (like file)
2545:
2546: 2016-09-26 moko
2547:
2548: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2549: results/345.processed, results/346-curl.processed,
2550: results/347-curl.processed, results/348.processed: numbers added
2551: to simplify diff analysis
2552:
2553: * tests/: 352.html, results/352.processed: test result updated as
2554: method name used
2555:
2556: * src/classes/reflection.C: method name used
2557:
2558: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2559: its name
2560:
2561: * src/types/pa_method.h: whitespace
2562:
2563: * src/classes/reflection.C: both method and field with one name can
2564: exist.
2565:
2566: * src/classes/reflection.C: ^reflection:mixin added (implements
2567: feature #1089)
2568:
2569: * tests/: 355.html, results/355.processed: property appears in
2570: derived class if added in base test added
2571:
2572: * src/types/pa_vstateless_class.h: get_method declaration +
2573: whitespace
2574:
2575: * tests/: 354.html, results/354.processed: nice test from method
2576: and property with one name in class added
2577:
2578: 2016-09-23 moko
2579:
2580: * src/classes/reflection.C: ^reflection:method usage documented
2581:
2582: 2016-09-22 moko
2583:
2584: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2585: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2586: compile warning and GPF occures on VS2003 (related to feature
2587: #1087)
2588:
2589: * tests/: 350.html, results/350.processed: test added for
2590: $.encloser[] support in ^table::create (related to feature #11)
2591:
2592: * src/classes/table.C: another minor fix (related to feature #11)
2593:
1.107 moko 2594: 2016-09-21 moko
2595:
2596: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2597:
2598: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2599: classes/json.C, classes/string.C, classes/table.C,
2600: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2601: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2602: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2603: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2604: pa_charsets, vs2015 warning war
2605:
2606: * src/classes/table.C: vs2015 warning war
2607:
2608: * src/types/pa_vdate.C: vs2015 warning war
2609:
2610: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2611:
2612: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2613: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2614:
2615: * src/main/pa_common.C: vs2015 compilation fixes
2616:
2617: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2618: vs2015 compilation fixes
2619:
2620: * src/main/pa_charset.C: vs2015 warning war
2621:
2622: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2623:
2624: * src/main/pa_charset.C: vs2015 warning war
2625:
2626: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2627:
2628: * src/types/pa_vdate.C: vs2015 compilation fix
2629:
2630: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2631:
2632: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2633: VS2015 compilation fixes
2634:
2635: * src/classes/table.C: minor fix (related to feature #11)
2636:
2637: * tests/results/282.processed: no longer skipping extra enclosers
2638: (related to feature #11)
2639:
2640: * src/classes/table.C: minor fix + no longer skipping extra
2641: enclosers (related to feature #11)
2642:
2643: * src/classes/table.C: minor optimization (related to feature #11)
2644:
2645: * src/classes/table.C: minor fix and optimization (related to
2646: feature #11)
2647:
2648: 2016-09-20 moko
2649:
2650: * tests/: 353.html, results/353.processed: test for
2651: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2652: added (related to bug #1090)
2653:
2654: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2655: one_big_piece (fixes bug #1090)
2656:
2657: * tests/: 229.html, results/229.processed: code coverage tests
2658:
2659: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2660: body) was called
2661:
2662: * src/classes/op.C: whitespace
2663:
2664: * tests/: 323.html, results/323.processed: test for code junction
2665: should not be returned by ^reflection:class, ^reflection:base
2666:
2667: * src/classes/reflection.C: bugfix: code junction should not be
2668: returned by ^reflection:class, ^reflection:base
2669:
2670: * tests/: 323.html, 352.html, results/352.processed: no more
2671: exception for ^reflection:method[class;no-such-method] (related
2672: to feature #1087)
2673:
2674: * src/classes/reflection.C:
2675: ^reflection:method[class;no-such-method] : exception -> void
2676: (related to feature #1087)
2677:
2678: * src/include/pa_request.h: request::write_value added to allow
2679: write value without convertion (related to issue #1091)
2680:
2681: 2016-09-19 moko
2682:
2683: * src/main/pa_random.C: windows build fix
2684:
2685: * src/types/pa_vhash.h: warning war
2686:
2687: 2016-09-14 moko
2688:
2689: * tests/: 352.html, 552.html, results/352.processed,
2690: results/552.processed: test for ^reflection:method[] extension
2691: added (related to feature #1087)
2692:
2693: * tests/: 552.html, results/552.processed: test for
2694: ^reflection:method[] extension added (related to feature #1087)
2695:
2696: * src/classes/reflection.C: compatibility issue fixed, VClass
2697: dynamic_cast check added (related to feature #1087)
2698:
2699: * tests/: 351.html, results/351.processed: test for @auto[]
2700: inheritance bug diring ^process[] added (related to bug #1088)
2701:
2702: * src/: classes/op.C, main/pa_request.C,
2703: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2704: disable it inheritance during ^process (fixes bug #1088)
2705:
2706: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2707: added (implements feature #1087)
2708:
2709: 2016-09-13 moko
2710:
2711: * tests/: 349.html, results/auto.p: test for objects prototyping
2712: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2713: to feature #1086)
2714:
2715: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2716: types/pa_vobject.C: objects now are not class instances, but have
2717: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2718: in @conf (implements feature #1086)
2719:
2720: 2016-09-08 moko
2721:
2722: * src/: classes/file.C, classes/mail.C, classes/string.C,
2723: classes/table.C, main/pa_http.C, main/pa_string.C,
2724: include/pa_string.h: cleanup: string::split limit argument
2725: removed as no longer required, pos_after no longer reference
2726: (related to feature #11)
2727:
2728: * src/classes/table.C, tests/results/348.processed: now exception
2729: is rised when invalid option is passed to ^table::create[]
2730:
2731: * tests/: 282.cfg, 282.html, results/282.processed: more code
2732: coverage tests
2733:
2734: * tests/: 348.html, results/348.processed: code coverage tests
2735: added
2736:
2737: * tests/: 348.html, results/348.processed: generic ^table::create[]
2738: tests
2739:
2740: * tests/: 035.html, results/035.processed, results/272.processed:
2741: tests updated after $.encloser[] support for ^table::create
2742: implementation (related to feature #11)
2743:
2744: * src/classes/table.C: $.encloser[] support for ^table::create
2745: finally added (implements feature #11)
2746:
2747: 2016-09-07 moko
2748:
2749: * src/include/pa_string.h: added StringSplitHelper as friend
2750: (related to feature #11)
2751:
2752: * src/include/pa_string.h: body and langs now protected, not
2753: private to allow inheritance (related to feature #11)
2754:
2755: * src/classes/table.C: lsplit optimized before cloning for
2756: ^table::create with $.encloser[] (related to feature #11)
2757:
2758: * src/classes/table.C: optimizaion: TableControlChars.separators
2759: added and used (related to feature #11)
2760:
2761: * src/classes/table.C: spelling:
2762:
2763: TableSeparators -> TableControlChars column -> separator
2764: separators -> control_chars
2765:
2766: 2016-09-06 moko
2767:
2768: * src/main/pa_string.C: whitespace
2769:
2770: * src/main/pa_string.C: whitespace
2771:
2772: 2016-09-01 moko
2773:
2774: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2775: results OS-independent
2776:
2777: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2778: compiler (related to feature #1042)
2779:
2780: 2016-08-15 moko
2781:
2782: * src/include/pa_string.h: whitespace
2783:
2784: * src/classes/table.C: whitespace
2785:
1.106 moko 2786: 2016-08-05 moko
2787:
2788: * tests/: 344.html, results/344.processed: test for
2789: ^hash::create[$file] added (related to feature #1075)
2790:
2791: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2792: supported (implements feature #1075)
2793:
2794: 2016-08-04 moko
2795:
2796: * tests/: 341.html, results/341.processed: more code coverage tests
2797:
2798: * tests/: 346-curl.html, results/346-curl.processed: more code
2799: coverage tests for curl
2800:
2801: * tests/: 346-curl.html, results/346-curl.processed: more code
2802: coverage tests for curl
2803:
2804: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2805: results/223.processed: code coverage tests: $.form[ $.table[] ]
2806: test added
2807:
2808: * tests/: 223-curl.html, results/223-curl.processed: more code
2809: coverage tests for curl
2810:
2811: 2016-08-03 moko
2812:
2813: * src/classes/curl.C: dlink(curl_library) now called not once, but
2814: until it will be loaded, allowing to find existing library.
2815:
2816: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2817: results/347-curl.processed: more code coverage tests for curl
2818:
2819: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2820: results/339-curl.processed, results/346-curl.processed: curl
2821: functionality tests
2822:
2823: 2016-08-02 moko
2824:
2825: * tests/: 339.html, results/339.processed: test for tables in
2826: ^file:load[] and ^curl:load[] (commented) added (related to
2827: feature #1042)
2828:
2829: * tests/: 345.html, results/345.processed: code coverage tests for
2830: file class
2831:
2832: * tests/: 344.html, results/344.processed: code coverage tests
2833:
2834: * tests/: 344.html, results/344.processed: mdate removed from
2835: output
2836:
2837: * src/classes/file.C: minor bugfix: is_text should be taked from
2838: fcontent.is_text_mode() if not set (related to feature #1061)
2839:
2840: * tests/: 344.html, results/344.processed: more tests
2841:
2842: * tests/: 343.html, 344.html, results/343.processed,
2843: results/344.processed: tests for ^file::create[ $.from-charset
2844: and $.to-charset ] (related to feature #1061)
2845:
2846: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2847: aset_text_mode argument optimized
2848:
2849: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2850: checkBOM now used in detect_binary_content (related to feature
2851: #1061)
2852:
2853: * src/main/pa_request.C: load_charset no longer required to_upper
2854:
2855: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2856: preserves original file mode (if no $.mode specified)
2857:
2858: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2859: ^file::create now supports $.from-charset[] and $.to-charset
2860: options (implements feature #1061), automatic transcode is done
2861: if text file is created from binary file and charset is detected.
2862:
2863: 2016-07-30 moko
2864:
2865: * src/classes/table.C: ^t.hash[..;] now supported (related to
2866: feature #1057)
2867:
2868: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2869: added (related to feature #1057)
2870:
2871: * tests/: 286.html, results/286.processed: code tests coverage
2872:
2873: 2016-07-29 moko
2874:
2875: * src/classes/table.C: table size should be checked inside menu and
2876: foreach (related to feature #858)
2877:
2878: * src/: classes/curl.C, classes/file.C, classes/string.C,
2879: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2880: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2881: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2882: charsets.get now does str_upper inside (related to feature #1061)
2883:
2884: * tests/: 342.html, results/342.processed: more code coverage tests
2885:
2886: * tests/: 342.html, outputs/342.processed: table menu code coverage
2887: + foreach test added (related to feature #858)
2888:
2889: * tests/: 341.html, results/341.processed: tests for
2890: ^table.hash[]{code} added + code coverage tests (related to
2891: feature #1057)
2892:
2893: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2894: value} support (implements feature #1057)
2895:
2896: * src/classes/table.C: whitespace
2897:
2898: 2016-07-28 moko
2899:
2900: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2901: from URL, if not specified query string removed from url-based
2902: filenames in ^curl:load[] and ^file::load[] (related to feature
2903: #1042)
2904:
2905: 2016-07-27 moko
2906:
2907: * tests/: 340.html, results/340.processed: test for
2908: transcode_text_result=false added (related to issue #1042)
2909:
2910: 2016-07-26 moko
2911:
2912: * src/types/pa_vfile.C: file name should not be empty (if file path
2913: is folder and ends with /) (related to feature #1042)
2914:
2915: * src/main/pa_http.C: whitespace optimizaion
2916:
2917: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2918: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2919: multiple headers, ^file::load supports headers transcoding
2920: (implements feature #1042)
2921:
2922: 2016-07-25 moko
2923:
2924: * src/include/pa_common.h: PA_DEFAULT added
2925:
2926: 2016-07-22 moko
2927:
2928: * tests/: 338.html, results/338.processed: test for
2929: $date.field(value) added (related to feature #1066)
2930:
2931: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2932: $date.field(value) now supported for y/m/d/h/m/s (implements
2933: feature #1066)
2934:
1.105 moko 2935: 2016-07-21 moko
2936:
2937: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2938: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2939: arguments removed; image.C - absolute path shown in exception
2940: (implements feature #1071)
2941:
2942: * tests/: 235.html, results/235.processed: test and test result
2943: updated after static boundary in mail and Errors-To: mail header
2944: removed (related to feature #1047)
2945:
2946: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2947: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2948: used, static boundary in mail removed, Errors-To: mail header
2949: removed (implements feature #1047)
2950:
2951: 2016-07-20 moko
2952:
2953: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2954: equest.classes(): Value -> VStateless_class, part 3 (related to
2955: issue #1051)
2956:
2957: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2958: request.classes(): Value -> VStateless_class, part 2 (related to
2959: issue #1051)
2960:
2961: * tests/results/: 224.processed, 323.processed: classes without
2962: methods should not be methoded (related to issue #1051)
2963:
2964: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2965: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2966: -> VStateless_class, part 1 (related to issue #1051)
2967:
2968: * tests/: 337.html, results/337.processed: test for
2969: ^reflection:fields_reference[] and VHashReference class added
2970: (related to feature #1072)
2971:
2972: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2973: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2974: and VHashReference added, allowing ^reflection:fields_reference[]
2975: implementation (closes feature #1072)
2976:
2977: 2016-07-19 moko
2978:
2979: * tests/: 323.html, results/323.processed: we want to see
2980: "methoded"
2981:
2982: * tests/: 336.html, results/336.processed: test for $BASE:property
2983: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2984: #1059)
2985:
2986: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2987: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2988: somebody_entered_some_class, $BASE:property works again,
2989: ^BASE:method[] bugs fixed (fixes bug #1059)
2990:
2991: 2016-07-14 moko
2992:
2993: * tests/: 335.html, results/335.processed: test for feature #1055
2994: added
2995:
2996: * src/classes/hash.C: bugfix: $._default was not copied if empty
2997: feature: ^hash.contains[_default] added (implements feature
2998: #1055)
2999:
3000: 2016-07-13 moko
3001:
3002: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3003: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3004:
3005: 2016-07-05 moko
3006:
3007: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3008: in ^hash.foreach (related to feature #1073)
3009:
3010: 2016-07-04 moko
3011:
3012: * tests/: 134.html, 281.html, results/134.processed,
3013: results/281.processed: tests updated after hash blocking removed
3014: (related to feature #1073)
3015:
3016: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3017: no longer blocks on change during foreach (implements feature
3018: #1073)
3019:
3020: 2016-06-17 moko
3021:
3022: * tests/: 330.html, results/330.processed: try exception source
3023: test added (related to bug in #1062)
3024:
3025: * tests/: 334.html, results/334.processed: Exception stack trace
3026: test added (related to bug in $1062)
3027:
3028: * src/classes/op.C: Exception trace now correctly restored and
3029: errors reported (related to bug #1062)
3030:
1.104 moko 3031: 2016-05-25 moko
3032:
3033: * src/main/compile.y: minor cleanup + beauty
3034:
3035: 2016-05-24 moko
3036:
3037: * tests/: 333.html, results/333.processed: more exceptions testing
3038:
3039: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3040: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3041: features #1056, #1026)
3042:
3043: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3044: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3045: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3046: (implements feature #1056)
3047:
3048: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3049: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3050: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3051: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3052: feature #1026)
3053:
3054: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3055: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3056: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3057: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3058: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3059: feature #1026)
3060:
3061: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3062: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3063: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3064: SYMBOLS_CACHING define implemented (related to feature #1026)
3065:
3066: * src/main/main.vcproj: + ps_symbols
3067:
3068: * src/: include/Makefile.am, include/pa_string.h,
3069: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3070: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3071: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3072: types/pa_vstateless_class.C: initial implementation for symbols
3073: cache (related to feature #1026)
3074:
3075: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3076:
3077: * src/main/pa_globals.C: minor cleanup
3078:
3079: 2016-05-19 moko
3080:
3081: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3082: (related to feature #1046)
3083:
3084: * tests/: 331.html, results/331.processed: test for
3085: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3086: (related to feature #1051)
3087:
3088: * src/main/compile.y:
3089: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3090: (implements feature #1054)
3091:
3092: 2016-05-18 moko
3093:
3094: * src/types/pa_vtable.C, tests/results/324.processed: no more
3095: "column not found" exception for ^table.no-such-method[] (related
3096: to feature #1046)
3097:
3098: * tests/: 261.html, results/261.processed: test added and updated
3099: after feature #1046 implementation
3100:
3101: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3102: types/pa_vvoid.h: $string.anything works for whitespace strings,
3103: ^string.contains added for hash compatibility, $string.method no
3104: longer returns stting method (implements feature #1046)
3105:
3106: 2016-05-12 moko
3107:
3108: * src/classes/curl.C: content-type response header no longer
3109: ignored (fixes issue #1045)
3110:
3111: * tests/: 330.html, results/330.processed: test for incomplete
3112: finally execution when break occures added (related to issue
3113: #1077)
3114:
3115: * src/classes/op.C: bugfix: Request::skip reset is called before
3116: executing catch and finally code (fixes issue #1062)
3117:
3118: 2016-05-11 moko
3119:
3120: * tests/: 329.html, results/329.processed: test for invalid
3121: ^break[] behavour added (bug #1077)
3122:
3123: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3124:
3125: 2016-04-24 moko
3126:
3127: * src/types/pa_vstateless_class.h: warning war
3128:
3129: 2016-04-17 moko
3130:
3131: * tests/: 328.html, results/328.processed: test for
3132: ^break(condition) and ^continue(condition) (related to feature
3133: #1063)
3134:
3135: * src/classes/op.C: ^break(condition) and ^continue(condition)
3136: implemented (feature #1063)
3137:
3138: 2016-04-12 moko
3139:
3140: * tests/results/280.processed: ordered hash now used for class
3141: methods and properties (test results updated for feature #1069)
3142:
3143: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3144: to xdoc.C as under FreeBSD it was inited after and inheritance
3145: failed (related to issue #1051)
3146:
3147: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3148: are printed to check inheritance (related to feature #1051)
3149:
1.103 moko 3150: 2016-04-09 moko
3151:
3152: * tests/results/320.processed: ordered hash now used for class
3153: methods and properties (test results updated for feature #1069)
3154:
3155: * src/types/pa_vstateless_class.h: ordered hash now used for class
3156: methods and properties (implements feature #1069)
3157:
3158: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3159: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3160: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3161: feature #1051)
3162:
3163: 2016-04-07 moko
3164:
3165: * src/main/execute.C: returned Value in .CLASS case for VJunction
3166: (related to feature #1051)
3167:
3168: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3169: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3170: string constants deduplication (related to feature #1051)
3171:
3172: * tests/results/224.processed: test result updated (related to
3173: feature #1051)
3174:
3175: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3176: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3177: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3178: types/pa_vstatus.h: classes hash now contains only
3179: VStateless_class derived objects, .CLASS is also allways
3180: VStateless_class derived object (related to feature #1051).
3181:
3182: 2016-04-06 moko
3183:
3184: * tests/results/323.processed: test result updated after feature
3185: #1051 implementation
3186:
3187: * src/: classes/classes.h, classes/op.C, classes/response.C,
3188: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3189: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3190: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3191: types/pa_vresponse.C, types/pa_vresponse.h,
3192: types/pa_vstateless_class.h: base -> methoded_donor for static
3193: classes, type() moved from VStateless_class to VClass and
3194: Methoded (implements feature #1051)
3195:
3196: 2016-04-04 moko
3197:
3198: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3199: beauty: put_class added (related to feature #1051)
3200:
3201: 2016-04-01 moko
3202:
3203: * tests/results/: 175.processed, 192.processed, 224.processed,
3204: 229.processed, 244.processed, 246.processed, 316.processed: test
3205: results updated as class.type() removed from error messages, only
3206: type() left (related to feature #1051)
3207:
3208: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3209: classes/op.C, classes/reflection.C, main/compile.y,
3210: main/compile_tools.h, main/execute.C, main/pa_request.C,
3211: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3212: types/pa_vmethod_frame.h, types/pa_vobject.h,
3213: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3214: from VStateless_class, type() is used instead (related to feature
3215: #1051)
3216:
3217: * src/classes/mail.C: old logic restored.
3218:
3219: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3220: classes/classes.h, classes/curl.C, classes/date.C,
3221: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3222: classes/hashfile.C, classes/image.C, classes/inet.C,
3223: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3224: classes/memcached.C, classes/memory.C, classes/reflection.C,
3225: classes/regex.C, classes/response.C, classes/string.C,
3226: classes/table.C, classes/xdoc.C, classes/xnode.C,
3227: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3228: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3229: feature #1051)
3230:
3231: 2016-03-30 moko
3232:
3233: * tests/: 327.html, results/224.processed, results/327.processed:
3234: test for TZ specification in ^date::create[], TZ is kept during
3235: ^date::create[$dt] (related to feature #1048)
3236:
3237: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3238: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3239: feature #1048)
3240:
3241: 2016-03-29 moko
3242:
3243: * tests/: 315.html, results/315.processed: test for timezone format
3244: +HHmm added (related to feature #1065)
3245:
3246: * src/classes/date.C: timezone format +HHmm now supported
3247: (implements feature #1065)
3248:
3249: 2016-03-28 moko
3250:
3251: * tests/: 202.html, results/131.processed, results/202.processed,
3252: results/224.processed, results/256.processed,
3253: results/315.processed: test results updated after %.2d now
3254: default for hours offset in iso-string (was %2d), test for
3255: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3256: added (related to feature #1065)
3257:
3258: 2016-03-27 moko
3259:
3260: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3261: feature #1065)
3262:
3263: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3264: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3265: added (implements feature #1065)
3266:
3267: 2016-03-24 moko
3268:
3269: * tests/: 202.html, results/202.processed: test $date.week added
3270: (related to bug #1067)
3271:
3272: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3273: date (fix for bug #1067)
3274:
3275: 2016-03-10 moko
3276:
3277: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3278:
1.102 moko 3279: 2015-12-07 moko
3280:
3281: * tests/: 326.html, results/326.processed: test for .CLASS &
3282: .CLASS_NAME optimization added (related to feature #844)
3283:
3284: 2015-11-17 moko
3285:
3286: * tests/: 323.html, results/323.processed: order added
3287:
3288: * tests/: 325.html, results/325.processed: double range test added
3289: (related to bug #1049)
3290:
3291: 2015-11-16 moko
3292:
3293: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3294: added to disallow NaN and Infinity (fixes bug #1049)
3295:
3296: 2015-11-11 moko
3297:
3298: * tests/324.html: parser 3.4.3 execution support added (related to
3299: feature #1017)
3300:
3301: * tests/: 324.html, results/324.processed: test for
3302: GET_ELEMENT4CALL feature added (feature #1017)
3303:
1.101 moko 3304: 2015-10-29 moko
3305:
3306: * operators.txt: updated for 3.4.4
3307:
3308: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3309:
3310: * src/main/pa_exec.C: get_exit_status implemented for Windows
3311: (related to bug #1043)
3312:
3313: 2015-10-28 moko
3314:
3315: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3316: hangup during ^file::exec (fixes bug #1043)
3317:
1.100 moko 3318: 2015-10-27 moko
3319:
3320: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3321:
1.99 moko 3322: 2015-10-26 moko
3323:
1.100 moko 3324: * tests/322.html, src/classes/reflection.C: arguments reorder
3325: (related to issue #1041)
3326:
3327: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3328: Copyright year updated
3329:
1.99 moko 3330: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3331: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3332: classes/form.C, classes/hash.C, classes/hashfile.C,
3333: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3334: classes/mail.C, classes/math.C, classes/memcached.C,
3335: classes/memory.C, classes/op.C, classes/reflection.C,
3336: classes/regex.C, classes/response.C, classes/string.C,
3337: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3338: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3339: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3340: include/pa_config_fixed.h, include/pa_config_includes.h,
3341: include/pa_dictionary.h, include/pa_dir.h,
3342: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3343: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3344: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3345: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3346: include/pa_request_charsets.h, include/pa_request_info.h,
3347: include/pa_sapi.h, include/pa_socks.h,
3348: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3349: include/pa_stack.h, include/pa_string.h,
3350: include/pa_stylesheet_connection.h,
3351: include/pa_stylesheet_manager.h, include/pa_table.h,
3352: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3353: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3354: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3355: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3356: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3357: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3358: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3359: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3360: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3361: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3362: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3363: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3364: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3365: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3366: main/pa_string.C, main/pa_stylesheet_connection.C,
3367: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3368: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3369: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3370: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3371: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3372: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3373: targets/isapi/parser3isapi.C, types/pa_junction.h,
3374: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3375: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3376: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3377: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3378: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3379: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3380: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3381: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3382: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3383: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3384: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3385: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3386: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3387: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3388: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3389: types/pa_vresponse.C, types/pa_vresponse.h,
3390: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3391: types/pa_vstateless_object.h, types/pa_vstatus.C,
3392: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3393: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3394: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3395: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3396: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3397:
3398: * src/targets/cgi/parser3.C: year updated
3399:
3400: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3401: issue #1041)
3402:
3403: * tests/: 323.html, results/323.processed: test for base classes
3404: added
3405:
3406: * tests/: 261.html, results/261.processed: updated after better
3407: error reporting done for $string.key exception
3408:
3409: * src/types/pa_vstring.h: better error report for $string.key
3410: exception
3411:
3412: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3413: copied as VObject::get_element4call to remove extra virtual call
3414:
3415: * tests/: 322.html, results/322.processed: test for
3416: ^reflection:is[] added (related to feature #1041)
3417:
3418: * src/classes/reflection.C: ^reflection:is empty value is void
3419: (related to feature #1041)
3420:
3421: * src/classes/reflection.C:
3422: ^reflection:is[class_name|code|method;[context;]element_name]
3423: added (implements feature #1041)
3424:
3425: 2015-10-24 moko
3426:
3427: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3428:
1.98 moko 3429: 2015-10-22 moko
3430:
3431: * tests/: 321.html, results/321.processed: test for
3432: ^reflection:method_info[] file detection added
3433:
3434: * tests/: 320.html, results/320.processed: test for
3435: ^reflection:class_by_name[class_name] added (related to feature
3436: #993)
3437:
3438: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3439: added (implements feature #993)
3440:
3441: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3442: (related to feature #1017)
3443:
3444: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3445: added (related to issue #1039)
3446:
3447: * src/main/pa_request.C: ^throw origin fixed (related to feature
3448: #1039)
3449:
3450: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3451: for VDate
3452:
3453: * tests/results/182.processed: updated after feature #1038
3454: implemented
3455:
3456: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3457: compile-time exception origin added (test for feature #1039)
3458:
3459: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3460: main/pa_request.C: exception unification: compile-time exceptions
3461: now have origin, @USE origins also tracked (implements feature
3462: #1039)
3463:
3464: 2015-10-20 moko
3465:
3466: * src/main/pa_request.C: cleanup
3467:
3468: 2015-10-15 moko
3469:
3470: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3471:
3472: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3473: types/pa_vtable.C: new feature: no more $table.method and
3474: $hash.method, aliases for _at, _count, _key (related to feature
3475: #1017)
3476:
1.97 moko 3477: 2015-10-14 moko
3478:
1.98 moko 3479: * tests/: 317.html, results/317.processed: test for
3480: ^string.unescape[] added (related to feature #120)
3481:
1.97 moko 3482: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3483: defined" bug (described in issue #1036)
3484:
3485: * tests/: 247.html, results/247.processed: test for checkBOM added
3486: (test for bug #1037)
3487:
3488: * src/: include/pa_charsets.h, main/pa_charsets.C,
3489: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3490: it's not enforced, skips BOM signature if it complies charset
3491: (fixes bug #1037)
3492:
3493: 2015-10-13 moko
3494:
3495: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3496: linking
3497:
3498: * src/classes/inet.C: vs2003 compilation fix
3499:
3500: * src/classes/math.C: warning war
3501:
3502: * src/lib/punycode/pa_punycode.c: warning war
3503:
3504: 2015-10-12 moko
3505:
3506: * src/lib/punycode/pa_punycode.c: warning war
3507:
3508: * parser3.sln: moved parser3 first, to make it default startup
3509: project
3510:
3511: * buildall: parser "mirror" now used for external libs sources
3512: (implements feature #1036)
3513:
3514: * buildall: most external libs are updated to their current
3515: versions (related to feature #1036)
3516:
3517: * src/classes/image.C: more tags added
3518:
3519: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3520:
3521: 2015-10-11 moko
3522:
3523: * src/classes/curl.C: minor optimization (related to feature #1035)
3524:
3525: 2015-10-09 moko
3526:
3527: * src/classes/curl.C: pa_strdup added for strings from curl
3528: (related to feature #1035)
3529:
3530: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3531: ULLONG_MAX definition
3532:
3533: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3534: (implements feature #1035)
3535:
3536: * src/main/pa_charset.C: String::Body(String::C) used
3537:
3538: * src/main/pa_charset.C: exceptions unified
3539:
3540: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3541: unified
3542:
3543: * src/: classes/file.C, classes/image.C, classes/mail.C,
3544: classes/op.C, classes/xdoc.C, classes/xnode.C,
3545: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3546: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3547: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3548: String::Body(String::C) constructor added (related to bug #957)
3549:
3550: * src/classes/file.C: minor optimization
3551:
3552: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3553: Cord(char*) autocreation (related to bug #957)
3554:
3555: * src/: classes/string.C, main/untaint.C: minor optimizations
3556:
3557: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3558: String(char*, Lang, length) removed, String(C(), Lang) used
3559: instead (related to bug #957)
3560:
3561: 2015-10-08 moko
3562:
3563: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3564: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3565: main/untaint.C: Now char * is converted to CORD only using
3566: AS_CORD() to check for empty cord bug (fixes bug #957)
3567:
3568: * src/include/pa_hash.h: fixed compilation without
3569: HASH_CODE_CACHING
3570:
3571: * src/classes/string.C:
3572: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3573: feature #120)
3574:
3575: * src/main/pa_common.C: reduce js flags checks count (related to
3576: feature #120)
3577:
1.96 moko 3578: 2015-10-07 moko
3579:
3580: * tests/: 275.html, results/275.processed: test modified after
3581: unsigned long long int support implemented (feature #1034)
3582:
3583: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3584: pa_atoul added for unsigned long long int support
3585:
3586: 2015-10-06 moko
3587:
3588: * src/types/pa_vdate.C: INT_MAX used
3589:
3590: 2015-10-03 moko
3591:
3592: * tests/: 302.html, results/302.processed: test for bug #1023
3593: (\u2028, \u2029 escaping) added
3594:
3595: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3596: json:string[] (fixes bug #1023)
3597:
3598: 2015-09-29 moko
3599:
3600: * tests/305.html: try-catch added for OS without ipv6 support
3601:
3602: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3603: compilation
3604:
3605: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3606: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3607: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3608: implemented to distinguish ^hash.method from $hash.field
3609: (implements feature #1017)
3610:
3611: * src/lib/punycode/pa_punycode.c: warning war
3612:
3613: * src/include/pa_config_includes.h: warning war
3614:
3615: * src/include/pa_config_includes.h: pragma warning actualized a bit
3616:
3617: * src/include/pa_config_includes.h: warning war
3618:
3619: * src/include/pa_hash.h: clang compilation fix
3620:
3621: 2015-09-27 moko
3622:
3623: * src/main/compile.tab.C: Bison 3 is now default
3624:
3625: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3626:
3627: 2015-09-25 moko
3628:
3629: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3630: works with undefined HASH_ORDER (related to feature #196)
3631:
3632: 2015-09-24 moko
3633:
3634: * tests/: 027.html, results/027.processed: test modified to test
3635: ^hash.sort (feature #196)
3636:
3637: * src/: classes/hash.C, include/pa_hash.h:
3638: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3639: added (implements feature #196)
3640:
3641: * tests/: 316.html, results/316.processed: Added test for bug #1025
3642: (exception handling in non-cached ^cache), plus for "it does not
3643: have logical value" and "$exception.handled value must be either
3644: boolean or string 'cache'" exceptions.
3645:
3646: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3647: code (fixes bug #1025)
3648:
1.95 moko 3649: 2015-09-23 moko
3650:
3651: * src/classes/table.C: warning war
3652:
3653: * src/: classes/math.C, types/pa_vcookie.C: warning war
3654:
3655: * src/classes/file.C: warning war
3656:
3657: * src/: include/pa_table.h, main/pa_table.C: warning war
3658:
3659: * src/: main/pa_request.C, classes/date.C: warning war
3660:
3661: * src/: types/pa_vdate.C, classes/op.C: warning war
3662:
3663: * tests/: 122.html, results/122.processed: win sync: to remove
3664: differences with OS that doesn't keep timezone change history
3665:
3666: * src/types/pa_vdate.C: tzset() should be called in Windows after
3667: TZ change (related to feature #36)
3668:
3669: * tests/: 075.html, results/075.processed: win sync: to remove
3670: differences with OS that doesn't keep timezone change history
3671:
3672: * tests/: 315.html, results/315.processed: win sync: to remove
3673: differences with OS that doesn't keep timezone change history
3674:
3675: * tests/: 256.html, results/256.processed: win sync: to remove
3676: differences with OS that doesn't keep timezone change history
3677:
3678: * tests/: 124.html, results/124.processed: win results sync: to
3679: avoid hitting time change hole.
3680:
3681: * src/types/pa_vdate.C: static returned. :)
3682:
3683: 2015-09-22 moko
3684:
3685: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3686:
3687: * tests/results/131.processed: more tests for feature #1032
3688:
3689: * src/classes/date.C: minor fix related to feature #1032
3690:
3691: * operators.txt: ISO date creation documented (related to feature
3692: #1032)
3693:
3694: * operators.txt: iso-string documented (related to feature #1032)
3695:
3696: * tests/: 315.html, results/315.processed: more tests added
3697: (related to feature #1032)
3698:
3699: * tests/: 131.html, results/131.processed: date range checks
3700: updated (related to feature #36)
3701:
3702: * tests/: 315.html, results/057.processed, results/315.processed:
3703: test added for ISO date support (related to issue #315)
3704:
3705: * src/classes/date.C: more readable exceptions in date creation
3706: (related to ticket #1032)
3707:
3708: 2015-09-18 moko
3709:
3710: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3711: added (related to issue #1032)
3712:
3713: * tests/results/256.processed, src/classes/json.C: iso-string
3714: documented (related to issue #1032)
3715:
3716: * tests/: 256.html, results/256.processed: ISO date check added
3717: (related to issue #1032)
3718:
3719: * tests/: 057.html, results/057.processed, results/224.processed:
3720: tests results updated after ISO date support implemented (related
3721: to feature #1032)
3722:
3723: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3724: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3725: ^date::create[string] constructor formalized, ^date.iso-string[]
3726: added (implements feature #1032)
3727:
3728: 2015-09-05 moko
3729:
3730: * operators.txt: actualized
3731:
3732: * operators.txt: date changes documented (related to ticket #36)
3733:
3734: 2015-09-04 moko
3735:
3736: * src/types/pa_vdate.C: warning war
3737:
3738: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3739:
3740: 2015-09-03 moko
3741:
3742: * tests/results/096.processed: test result updated for 0..9999 year
3743: date range support (related to feature #36)
3744:
3745: * tests/: 314.html, results/314.processed: test for
3746: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3747: bug #1031)
3748:
3749: * src/classes/string.C: Static calls fixed for ^string:base64[],
3750: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3751:
1.116 moko 3752: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3753: configure.in -> configure.ac
1.95 moko 3754:
1.116 moko 3755: * configure, configure.in, src/include/pa_config_auto.h.in: more
3756: correct timezone check for FreeBSD Warning war: configure.in ->
3757: configure.ac
1.95 moko 3758:
3759: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3760: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3761: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3762: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3763: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3764: src/main/Makefile.am, src/targets/apache/Makefile.am,
3765: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3766: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3767: check added
3768:
3769: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3770:
3771: * tests/results/: 124.processed, 224.processed: test resuls updated
3772: for new date implementation (related to feature #36)
3773:
3774: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3775: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3776: types/pa_vdate.h: new double date implementation with internal
3777: support for extended 0..9999 year range, default timezone support
3778: (related to feature #36)
3779:
3780: 2015-08-28 moko
3781:
3782: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3783: (fixes bug #1030)
3784:
3785: 2015-08-21 moko
3786:
3787: * src/classes/inet.C: snprintf size "bug" commented
3788:
3789: * src/main/pa_common.C: snprintf comments updated
3790:
3791: 2015-08-16 moko
3792:
3793: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3794:
3795: 2015-08-11 moko
3796:
3797: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3798: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3799: can be null (fixes bug #1029)
3800:
3801: 2015-08-06 moko
3802:
1.116 moko 3803: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3804: pa_vdate.C added
1.95 moko 3805:
3806: 2015-08-05 moko
3807:
3808: * tests/: 313.html, results/313.processed: test for
3809: ^table.count[columns] and ^table.flip[] with nameless tables
3810: (feature #1003)
3811:
3812: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3813: max_cell added, now ^table.count[columns] and ^table.flip[] works
3814: correctly for nameless tables (implements feature #1003)
3815:
3816: 2015-08-03 moko
3817:
3818: * tests/312.html: test for ^table.append[$hash] and
3819: ^table.insert[$hash] added (related to feature #1028)
3820:
3821: * src/classes/table.C: ^table.append[$hash] and
3822: ^table.insert[$hash] now supported (implements feature #1028)
3823:
3824: * tests/: 312.html, results/312.processed: test row copy in
3825: ^table.hash[; $.type[table] ] added (related to feature #1016)
3826:
3827: * src/classes/table.C: row copy now created in ^table.hash[;
3828: $.type[table] ] (related to feature #1016)
3829:
3830: 2015-07-29 moko
3831:
3832: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3833: added (related to feature #1016)
3834:
3835: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3836: ^table.delete[] added to delete current row (related to feature
3837: 1016)
3838:
3839: 2015-07-28 moko
3840:
3841: * tests/: 312.html, results/312.processed: test for
3842: $table.column[value] and ^table.insert{row} (related to feature
3843: #1016)
3844:
3845: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3846: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3847: ^table.insert{row} are now implemented (feature #1016)
3848:
3849: * src/include/pa_array.h: Optimization: bool reverse removed from
3850: append(), insert() added, memmove arguments order in remove()
3851: fixed (related to feature #1016)
3852:
3853: 2015-07-23 moko
3854:
3855: * src/classes/json.C: tainted json and empty json exception added
3856: (implements feature #1015)
3857:
3858: * tests/: 311.html, results/311.processed: empty json and tainted
3859: json exception test added (related to issue #1015)
3860:
3861: 2015-07-22 moko
3862:
3863: * tests/: 311.html, results/311.processed: test for UTF-8
3864: processing added
3865:
3866: * tests/: 311.html, results/311.processed: test for
3867: json_exception_with_source added (related to issue #394)
3868:
3869: * src/classes/json.C: json_exception_with_source added (implements
3870: feature #394)
3871:
3872: 2015-06-29 moko
3873:
3874: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3875: directories are now correctly determined if _d_type == DT_UNKNOWN
3876: (closes bug #1027)
3877:
3878: 2015-06-10 moko
3879:
3880: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3881: error if libxml has LIBXML_ICU_ENABLED.
3882:
3883: 2015-06-04 moko
3884:
3885: * tests/099.html: ups, reverting
3886:
3887: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3888: results/310.processed: tests for $response:body[ $.file[] ] and
3889: $response:last-modified added
3890:
3891: * src/main/pa_request.C: last-modified check fixed
3892:
3893: 2015-06-03 moko
3894:
3895: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3896: results/205.processed, results/293.processed: $response:headers
3897: logging added (tests for feature #1007)
3898:
3899: * src/: include/pa_common.h, include/pa_request.h,
3900: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3901: $response:headers are now in uppercase (closes feature #1007)
3902:
3903: 2015-06-02 moko
3904:
3905: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3906: build errors reverted for clang compatibility
3907:
3908: 2015-06-01 moko
3909:
3910: * src/include/pa_memory.h: -pedantic build errors fixed
3911:
3912: * src/classes/math.C: -pedantic build error fixed
3913:
3914: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3915:
3916: 2015-05-31 moko
3917:
3918: * src/classes/table.C: USE_STRINGSTREAM optimized
3919:
3920: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3921: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3922: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3923: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3924: types/pa_vxnode.h: warning war (-pedantic flag)
3925:
3926: 2015-05-28 moko
3927:
3928: * tests/: 308.html, results/308.processed: test for
3929: ^table::create[$t;], etc work added (related to bug #975)
3930:
3931: * src/classes/table.C: check_option_param removed,
3932: ^table::create[$t;], etc now works (fixes bug #975)
3933:
3934: 2015-05-27 moko
3935:
3936: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3937: (Debian jessie) fixed (closes issue #1024)
3938:
3939: * tests/Makefile: sort added as in Debian jessie list become
3940: unsorted
3941:
3942: 2015-05-18 moko
3943:
3944: * tests/: 201.html, results/201.processed: test for
3945: ^string.trim[what] feature #1022
3946:
3947: * src/classes/string.C: ^string.trim[what] now supported,
3948: implements feature #1022
3949:
3950: 2015-05-17 moko
3951:
3952: * tests/results/185.processed: test result updated as feature #1021
3953: implemented (left/right accept negative parameter)
3954:
3955: * src/classes/string.C: left/right now accept negative parameter
3956: (implements feature #1021)
3957:
3958: 2015-05-08 moko
3959:
3960: * src/classes/math.C: isalnum -> pa_isalnum
3961:
3962: * src/main/execute.C: optimization in getter-junction processing
3963: (related to issue #997)
3964:
3965: 2015-05-07 moko
3966:
3967: * tests/: 307.html, results/307.processed: test for issue #997
3968: added
3969:
3970: * src/main/execute.C: process_getter result now checked if junction
3971: returned (closes issue #997)
3972:
3973: * tests/: 305.html, results/305.processed: sort added to ignore
3974: different order
3975:
3976: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3977: assignment (closes issue #994)
3978:
3979: * tests/: 306.html, results/306.processed: test for issue #994
3980: added
3981:
3982: * tests/: 303.html, results/303.processed: two more errors tested
3983:
3984: 2015-05-06 moko
3985:
3986: * tests/: 305.html, results/305.processed: test for name2ip &
3987: ip2name added (related to feature #992)
3988:
3989: * tests/: 303.html, 304.html, results/303.processed,
3990: results/304.processed: tests for idna conversion added (related
3991: to issue #849)
3992:
3993: 2015-05-02 moko
3994:
3995: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3996: implemented
3997:
3998: 2015-04-30 moko
3999:
4000: * src/main/pa_http.C: idna_host added, related to issue #849
4001:
4002: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4003: (related to issue #849)
4004:
4005: 2015-04-24 moko
4006:
4007: * src/types/pa_vjunction.C: warning war
4008:
4009: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4010: unification
4011:
4012: * src/lib/punycode/pa_idna.c: warning war
4013:
4014: 2015-04-22 moko
4015:
4016: * src/main/main.vcproj: punycode include path added
4017:
4018: * src/lib/punycode/pa_idna.c: windows compile error fixed
4019:
4020: * src/lib/punycode/pa_idna.c: warning war
4021:
4022: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4023: project file added
4024:
4025: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4026:
4027: * src/include/pa_memory.h: warning war
4028:
4029: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4030: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4031: implemented (related to feature #849)
4032:
4033: * configure.in, src/main/Makefile.am,
4034: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4035: libpunycode added in Unix
4036:
4037: 2015-04-21 moko
4038:
4039: * configure.in: large files support
4040:
4041: 2015-04-15 moko
4042:
4043: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4044: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4045: pa_punycode.h: initial version for punycode/idna support library
4046: (ticket #849)
4047:
4048: 2015-04-08 moko
4049:
4050: * src/: classes/curl.C, classes/date.C, classes/file.C,
4051: classes/image.C, classes/mail.C, classes/reflection.C,
4052: classes/string.C, classes/xnode.C, include/pa_request.h,
4053: include/pa_string.h, include/pa_stylesheet_connection.h,
4054: main/compile.y, main/compile_tools.h, main/execute.C,
4055: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4056: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4057: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4058: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4059: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4060: clang compiler warnings (closes issue #1018)
4061:
4062: * src/include/pa_string.h: String::Body comparation operators with
4063: char * added (related to issue #958)
4064:
4065: 2015-04-07 moko
4066:
4067: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4068: pa_malloc/pa_free to remove system malloc/free usage (related to
4069: issue #1018)
4070:
4071: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4072: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4073: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4074: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4075: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4076: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4077: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4078: malloc/strdup/free replaced with pa_ version and checks for
4079: accidental use of non-pa_ version added (related to issue #1018)
4080:
4081: 2015-04-03 moko
4082:
4083: * buildall: pcre-8.33 -> pcre-8.36
4084:
4085: * src/: main/compile.y, classes/form.C, classes/mail.C,
4086: classes/op.C, classes/string.C, main/compile.tab.C,
4087: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4088: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4089: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4090: ticket #958)
4091:
4092: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4093: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4094: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4095: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4096: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4097: $request:headers, $request:method added (implements feature
4098: #1007)
4099:
4100: 2015-03-17 misha
4101:
4102: * tests/302.html: - test for
4103: ^json:string[...;$._default[method-name]]
4104:
4105: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4106: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4107: option $._default[method-name] is specified in ^json:string[], a
4108: method with specified name will be called for classes/objects
4109: serialization ( new feature: #982 )
4110:
4111: 2015-03-16 misha
4112:
4113: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4114: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4115: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4116: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4117: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4118: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4119: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4120: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4121: types/pa_vrequest.h, types/pa_vstateless_class.C,
4122: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4123: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4124: $var.CLASS_NAME now have special opcodes. This can be switched
4125: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4126: on pa_opcode.h ( new feature: #844 )
4127:
4128: 2015-03-15 misha
4129:
4130: * tests/075.html: - test for $response:header[]
4131:
4132: * src/types/pa_vresponse.C: - $response:header[] deletes header
4133: that was set earlie ( new feature: #1001 )
4134:
4135: 2015-03-12 misha
4136:
4137: * tests/246.html: - more tests for ^hash._at[]
4138:
4139: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4140: accepts second param [key|value|hash] ( new feature: #1012 )
4141:
4142: 2015-03-09 moko
4143:
4144: * src/types/pa_vmail.C: exception for everything but
4145: $mail:received, closes issue #1011
4146:
4147: 2015-02-20 moko
4148:
4149: * tests/: 275.html, results/275.processed: hex detection in
4150: pa_atoui fix test (closes issue #1010)
4151:
4152: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4153: issue #1010)
4154:
4155: 2015-02-17 moko
4156:
4157: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4158: tainted.
4159:
4160: 2015-02-03 misha
4161:
4162: * tests/301.html: - test for ^json:string($double) causes
4163: exception. bugfix: #1008
4164:
4165: * src/classes/json.C: - ^json:string($double) causes exception.
4166: bugfix: #1008
4167:
4168: * tests/014.html: - updated for work with ^hash.delete[]
4169:
4170: 2015-01-12 misha
4171:
4172: * src/: classes/form.C, include/pa_common.h,
4173: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4174: types/pa_vform.h: - supports body with PUT method as well ( new
4175: feature: #1006 )
4176:
4177: * src/classes/file.C: - warnings war
4178:
4179: 2015-01-11 misha
4180:
4181: * tests/300.html: - test for ^hash.delete[] is added
4182:
4183: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4184: feature: #989 ) - tiny optimization in intersects
4185:
4186: 2015-01-06 moko
4187:
4188: * src/types/pa_vmail.C: file names transcode added, to and cc added
4189: with transcode, attachments detection fixed
4190:
4191: * src/main/pa_request.C: filling mail received after cgi/auto.p
4192: load to allow charset switch (related to issue #996)
4193:
4194: 2014-12-31 moko
4195:
4196: * src/types/pa_vmail.C: from and subject now transcoded if not
4197: UTF-8 source charset (fixes issue 996)
4198:
4199: * src/main/pa_exception.C: fixed string from stack bug (closes
4200: issue #1000)
4201:
4202: 2014-12-11 misha
4203:
4204: * src/types/pa_vhashfile.C: - check if key is not empty before
4205: access ( bug fix: #1005 )
4206:
4207: 2014-11-13 misha
4208:
4209: * src/main/compile.y: - PC.append does not reset to false while
4210: creating a new class. bugfix: #990
4211:
4212: * tests/299.html: - test for creation class after working with
4213: partial class (create+append)
4214:
4215: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4216: #995
4217:
4218: * tests/232.html: - test for @get[def] added
4219:
4220: 2014-10-12 moko
4221:
4222: * src/lib/pcre/pcre_internal.vcproj: correct path
4223:
4224: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4225: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4226: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4227: targets/apache/ApacheModuleParser3.vcproj,
4228: targets/apache/ApacheModuleParser3Core.vcproj,
4229: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4230: types/types.vcproj: project GUID inserted in *.vcproj for correct
4231: conversion in newer VS versions
4232:
4233: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4234: pcre_internal.vcproj added
4235:
4236: 2014-08-28 moko
4237:
4238: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4239: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4240: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4241:
4242: 2014-06-30 misha
4243:
4244: * tests/298.html: - tests for ^reflection:def[class;className]
4245: added
4246:
4247: * src/classes/reflection.C: - ^reflection:def[class;className]
4248: added ( new feature: #918 )
4249:
4250: 2014-06-29 misha
4251:
4252: * src/classes/table.C: - ^table::create[unsupported data] -
4253: exception comment changed to "body must be table or code" ( bug
4254: fix: #951 )
4255:
4256: * tests/: 261.html, results/261.processed: - tests for
4257: ^json:string[...;$.void[null|string]] added
4258:
4259: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4260: option $.void[string|null] added to ^json:string[...] ( new
4261: feature: #952 )
4262:
4263: 2014-06-28 moko
4264:
4265: * src/classes/curl.C: $.charset now processed before other curl
4266: options (closes issue #980)
4267:
4268: 2014-05-23 misha
4269:
4270: * src/classes/json.C: - bug fix: #987
4271:
4272: 2014-05-04 misha
4273:
4274: * tests/: 253.html, 253_json.txt: - test for
4275: ^json:parse[$.int(false)] is added
4276:
4277: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4278: default true). The option is similar to $.double(bool) but for
4279: integers.
4280:
4281: 2014-05-01 moko
4282:
4283: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4284: #12 )
4285:
4286: 2014-04-16 moko
4287:
4288: * src/main/pa_http.C: response-charset option should finally work
4289: now (fix for issue #867)
4290:
4291: * src/main/pa_http.C: response-charset option should work now (fix
4292: for issue #867)
4293:
4294: 2014-03-07 moko
4295:
4296: * buildall: libgc moved
4297:
4298: * buildall: libgc moved
4299:
4300: 2013-12-29 moko
4301:
4302: * src/classes/string.C: ^string:js-unescape result now tainted,
4303: closes issue #966
4304:
4305: * tests/: 186.html, results/186.processed: ^string:js-unescape
4306: result now tainted, issue #966
4307:
4308: 2013-12-03 moko
4309:
4310: * src/: classes/memcached.C, types/pa_vmemcached.C,
4311: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4312: option was added for http://www.parser.ru/forum/?id=79343
4313:
4314: * src/classes/file.C: bugfix for
4315: http://www.parser.ru/forum/?id=79337
4316:
4317: 2013-11-05 moko
4318:
4319: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4320:
4321: * src/main/pa_globals.C: spelling fixed
4322:
4323: 2013-10-29 moko
4324:
4325: * src/lib/json/json.vcproj: json.c -> pa_json.C
4326:
4327: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4328: #892
4329:
4330: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4331: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4332: exceptions to be thrown thougth json library), related to issue
4333: #892
4334:
4335: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4336: related to issue #896
4337:
4338: 2013-10-24 moko
4339:
4340: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4341:
4342: 2013-10-23 moko
4343:
4344: * README: actualization
4345:
4346: 2013-10-22 moko
4347:
4348: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4349: compatibility patch from Sergey Kirpichev
4350:
4351: * tests/: 297.html, results/297.processed: non-working getter fix
4352: test for issue #948
4353:
4354: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4355: called when saving value of $match variable in ^string.match[] to
4356: increase compatibility (related to issue #948).
4357:
4358: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4359: usage optimization
4360:
4361: 2013-10-21 moko
4362:
4363: * tests/: 182.html, results/182.processed: local path removed for
4364: compatibility
4365:
4366: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4367: results/244.processed, results/253.processed,
4368: results/254.processed, results/275.processed,
4369: results/281.processed: try_catch -> try-catch
4370:
4371: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4372: results/294.processed, results/296.processed: try_catch ->
4373: try-catch
4374:
4375: 2013-10-20 moko
4376:
4377: * tests/: 296.html, results/296.processed: test for xsl exception
4378: for issue #938 added.
4379:
4380: * src/: include/pa_xml_exception.h,
4381: main/pa_stylesheet_connection.C: forgotten to be replaced
4382: XmlException is now replaced (once again closes issue #938)
4383:
4384: 2013-10-18 moko
4385:
4386: * buildall: disable clock_gettime detection to avoid librt linking
4387: (which in turn depends on libpthread), related to issue #943
4388:
4389: 2013-10-18 misha
4390:
4391: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4392: lib/smtp/smtp.vcproj, main/main.vcproj,
4393: targets/apache/ApacheModuleParser3Core.vcproj,
4394: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4395: types/types.vcproj: - new locations for libxml2 includes where
4396: added to vcproj files
4397:
4398: 2013-10-18 moko
4399:
4400: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4401: fix
4402:
4403: * tests/: 295.html, results/295.processed: test for issue #948
4404: updated
4405:
4406: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4407: :)
4408:
4409: * tests/: 295.html, results/295.processed: test for issue #948
4410: added
4411:
4412: * src/: classes/hash.C, classes/string.C, classes/table.C,
4413: include/pa_request.h, types/pa_method.h: for getters and setters
4414: to be executed request.put_element should be called, not
4415: context.put_element (fixes issue #948)
4416:
4417: 2013-10-17 moko
4418:
4419: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4420: LIBXML2_NEW_BUFFER check (closes issue #943)
4421:
4422: * buildall: libxml 2.9.1 build is broken --without-reader.
4423:
4424: 2013-10-16 moko
4425:
4426: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4427:
4428: * tests/: 294.html, results/294.processed: test for issue #938
4429:
4430: * src/: classes/xdoc.C, classes/xnode.C,
4431: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4432: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4433:
4434: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4435: libxslt-1.1.26 -> libxslt-1.1.28
4436:
4437: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4438: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4439: to '?', related to issue #938
4440:
4441: 2013-10-15 moko
4442:
4443: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4444: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4445: minor optimizations (closes issue #896)
4446:
4447: * tests/results/: 292.processed, 293.processed: results updated to
4448: comply with issue #896
4449:
4450: * tests/: 292.html, 293.html, results/292.processed,
4451: results/293.processed: tests for json escaping
4452:
4453: 2013-10-14 moko
4454:
4455: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4456: and cleanup, code moved from .h to .C, no changes in code
4457:
4458: 2013-10-12 moko
4459:
4460: * tests/results/119.processed: updated test result commited
4461:
4462: * tests/: 291.html, results/291.processed: test for issue #894
4463: added
4464:
4465: * src/types/pa_wcontext.h: base methods call support function
4466: get_somebody_entered_some_class should not be true forever, as
4467: wcontext can have many get_elements calls (fixes issue #894)
4468:
4469: 2013-10-11 moko
4470:
4471: * tests/: 290.html, results/290.processed: test for junction GPF
4472: issue #942 added
4473:
4474: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4475: to native method fixed (closes issue #942)
4476:
4477: * tests/: 158.html, results/158.processed: test for csv-string[]
4478: added
4479:
4480: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4481: feature #907)
4482:
4483: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4484: feature #907)
4485:
4486: 2013-10-09 moko
4487:
4488: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4489: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4490: types/pa_vstateless_class.C: GET_default, SET_default now works
4491: properly not only in objects, but in classes as well (closes
4492: issue #903)
4493:
4494: * tests/: 289.html, results/289.processed: GET/SET_default now
4495: works in classes, not only objects, test case added, related to
4496: issue #903
4497:
4498: * tests/: 288.html, results/288.processed: test for endless
4499: recursion bug added (related to issue #903)
4500:
4501: 2013-10-05 moko
4502:
4503: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4504: classes/table.C, main/execute.C, types/pa_method.h,
4505: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4506: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4507: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4508: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4509: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4510: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4511: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4512: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4513: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4514: optimization: put_element no longer has "bool areplace" argument,
4515: related to issue #903
4516:
4517: 2013-10-03 moko
4518:
4519: * tests/results/182.processed: result for $.replace(false) test
4520: commited
4521:
4522: * src/classes/date.C: ^date::create(number) processed correctly
4523: (fixes issue #901)
4524:
4525: * src/classes/image.C: as_no_junction removed, as param can be
4526: expression (closes issue #931)
4527:
4528: * tests/233.html: test for issue #931 added
4529:
4530: 2013-10-02 moko
4531:
4532: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4533: modified, test for $.replace(false) added
4534:
4535: * src/main/compile_tools.h: forgotten class replace returned. :)
4536:
4537: 2013-09-30 moko
4538:
4539: * tests/: 141.html, results/141.processed: md5 tainting test added
4540:
4541: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4542: main/compile_tools.h, main/pa_request.C: allow_class_replace
4543: implemented; $.replace option added to ^process and ^use
4544:
4545: 2013-08-27 moko
4546:
4547: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4548: cstr_to_string_body_untaint should be called with charsets for
4549: possible uri language and connection for possible sql language.
4550: related to issue #857
4551:
4552: * buildall: and -> or fixed
4553:
4554: 2013-08-26 moko
4555:
4556: * buildall: prepare_ functions logic changed to support
4557: gc-7.2d.tar.gz extracting to gc-7.2 directory
4558:
4559: 2013-08-23 moko
4560:
4561: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4562: statically
4563:
4564: 2013-08-22 moko
4565:
4566: * src/classes/string.C: String::Empty used (related to issue #912)
4567: append_know_length removed (related to old GPF bug)
4568:
4569: 2013-08-21 moko
4570:
4571: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4572:
4573: * src/classes/math.C: ^math:digest[...;$file] support added
4574: (related to ticket #857
4575:
4576: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4577: implemented
4578:
4579: * src/types/pa_vhashfile.h: warning war
4580:
4581: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4582: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4583: anti_endless_json_string_recoursion removed from request;
4584: json_string_recoursion added to json_options; $.indent[indent
4585: value] now supported and passed within recoursion closes feature
4586: #937
4587:
4588: * tests/: 287.html, results/287.processed: test for feature #937
4589:
4590: 2013-07-31 moko
4591:
4592: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4593: compilation having #define _S
4594:
4595: * src/main/pa_globals.C: cleanup
4596:
4597: 2013-07-30 moko
4598:
4599: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4600: main/pa_common.C: vs2003 warning war
4601:
4602: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4603:
4604: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4605:
4606: * src/lib/md5/pa_sha2.c: warning war
4607:
4608: 2013-07-29 moko
4609:
4610: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4611: patches from github
4612:
4613: * src/: classes/bool.C, classes/double.C, classes/int.C,
4614: classes/memcached.C, include/pa_config_includes.h,
4615: types/pa_vfile.C, types/pa_vfile.h: warning war
4616:
4617: * src/lib/json/json.vcproj: C++ -> C
4618:
4619: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4620:
4621: * src/lib/json/: json.c, pa_json.C: windows compatibility
4622:
4623: * src/lib/json/: json.c, pa_json.C: windows compatibility
4624:
4625: * src/lib/json/: json.c, pa_json.C: warning war
4626:
4627: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4628:
4629: * src/include/pa_config_fixed.h: uint16_t added
4630:
4631: * configure.in: uint16_t check added
4632:
4633: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4634: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4635: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4636: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4637: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4638:
4639: 2013-07-25 moko
4640:
4641: * parser3.sln: dependencies added
4642:
4643: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4644: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4645: module support
4646:
4647: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4648:
4649: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4650:
4651: 2013-07-23 moko
4652:
4653: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4654: PA_DEBUG_GC_MEMORY removed
4655:
4656: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4657: PA_DEBUG_DISABLE_GC compilation fix
4658:
4659: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4660: main/pa_request.C: outdated RESOURCES_DEBUG removed
4661:
4662: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4663: garbage cleanup
4664:
4665: * src/main/pa_common.C: warning war
4666:
4667: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4668:
4669: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4670: minor cleanup
4671:
4672: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4673: uses cygwin, not WIN32 implementation
4674:
4675: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4676: able to exec shell scripts
4677:
4678: * src/classes/math.C: ifdef WIN32 cleanup
4679:
4680: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4681:
4682: * src/classes/curl.C: LT_MODULE_EXT used
4683:
4684: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4685:
4686: 2013-07-22 moko
4687:
4688: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4689: includes fix
4690:
4691: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4692:
4693: * configure.in, src/include/pa_config_includes.h,
4694: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4695: src/main/pa_exec.C: includes cleanup
4696:
4697: * src/targets/cgi/parser3.C: 2012->2013
4698:
4699: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4700:
4701: * configure.in, src/include/pa_config_includes.h,
4702: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4703: src/main/pa_random.C, src/main/pa_socks.C,
4704: src/types/pa_vstatus.C: cygwin support cleanup
4705:
4706: * configure.in: dirent.h check added
4707:
4708: * src/: include/pa_config_includes.h, include/pa_dir.h,
4709: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4710: not copied
4711:
4712: 2013-07-21 moko
4713:
4714: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4715:
4716: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4717: parser3.vcproj: unused getopt.h / getopt.c removed
4718:
4719: * operators.txt, src/classes/file.C, tests/022.html,
4720: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4721: $.stat(true)] usage commented
4722:
4723: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4724: src/main/pa_dir.C: ^file:list[] now has dir column and when
4725: $.stat(true) it has size/*date columns modified patch from misha@
4726: that closes issue #914.
4727:
4728: * src/: include/pa_config_includes.h, main/pa_globals.C:
4729: PA_RELEASE_ASSERTS removed
4730:
4731: * src/lib/md5/pa_md5c.c: minor cleanup
4732:
4733: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4734: localeconv()->decimal_point usage remoed (related to issue #934)
4735:
4736: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4737: cordprnt.c removed
4738:
4739: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4740: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4741: pa-include/pa_strings.h: includes cleanup
4742:
4743: * src/lib/md5/pa_md5c.c: headers cleanup
4744:
4745: 2013-07-20 moko
4746:
4747: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4748: cleanup
4749:
4750: 2013-07-19 moko
4751:
4752: * src/classes/math.C: extern "C" added for crypt
4753:
4754: 2013-07-18 moko
4755:
4756: * src/classes/math.C: fix redhat7.2 build
4757:
4758: 2013-07-17 moko
4759:
4760: * configure.in, src/include/pa_config_includes.h,
4761: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4762: added for uint8/32/64_t)
4763:
4764: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4765: pa_config_includes.h used for uint32/64_t
4766:
4767: 2013-07-16 moko
4768:
4769: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4770: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4771: war
4772:
4773: * src/main/compile.tab.C: compile.y was updated
4774:
4775: * src/main/compile.y: warning war
4776:
4777: * src/: include/pa_exception.h, main/pa_exception.C,
4778: main/pa_xml_exception.C: warning war
4779:
4780: * src/: include/pa_common.h, main/pa_common.C: warning war
4781:
4782: * configure.in: beauty :)
4783:
4784: * tests/: 141.html, results/141.processed: sha256/512 added
4785:
4786: 2013-07-13 moko
4787:
4788: * src/lib/md5/md5.vcproj: sha2 added
4789:
4790: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4791: classes/math.C: sha2 support (sha256/sha512 digest)
4792:
4793: 2013-07-08 moko
4794:
4795: * src/classes/image.C: directory read or other read problem message
4796: fixed (related to issue #933)
4797:
4798: 2013-07-07 moko
4799:
4800: * AUTHORS: + misha + moko. :)
4801:
4802: 2013-07-06 moko
4803:
4804: * src/: classes/curl.C, include/pa_globals.h,
4805: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4806: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4807: for lt_dlinit to be called once and lt_dlexit called at right
4808: place (related to issue #925)
4809:
4810: 2013-07-04 moko
4811:
4812: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4813: VString::as_vfile now uses vfile.set_binary_string to avoid
4814: content-type to be set, as it brokes badly designed logic in
4815: response output. This hopefully finishes issue #928.
4816:
4817: * tests/results/: 256.processed, 286.processed: file now displayed
4818: as name, size, mode, content-type
4819:
4820: * src/main/pa_common.C: read error now reported cottectly (fixes
4821: issue #933
4822:
4823: 2013-06-28 moko
4824:
4825: * tests/: 286.html, results/286.processed: test extended
4826:
4827: * tests/: 286.html, results/286.processed: Test for issue #928
4828: added. it tests default content-type change.
4829:
4830: * src/types/pa_vfile.C: closes issue #928 - default content-type
4831: now updated
4832:
4833: 2013-06-25 moko
4834:
4835: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4836: content-type for text/binary files without name added;
4837: ^file::create[$f;...] options now works properly and $f
4838: properties are default (fixes issue #928)
4839:
4840: 2013-05-16 misha
4841:
4842: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4843: added
4844:
4845: * src/main/pa_table.C: - a tiny memory optimisation while creating
4846: table if specified limit is bigger than source rows count
4847:
4848: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4849: added ( new feature: #858 )
4850:
4851: 2013-04-29 moko
4852:
4853: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4854: $.ipresolve(0|1|2) added (closes issue #891)
4855:
4856: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4857:
4858: 2013-04-24 moko
4859:
4860: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4861: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4862: types/pa_vmemcached.h: ^memcache.release[] added, calls
4863: memcached_quit (refs #893)
4864:
4865: 2013-04-22 moko
4866:
4867: * src/: include/pa_string.h, main/pa_common.C: no more double
4868: slashes in file path (fixes bug #872)
4869:
4870: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4871: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4872: #739)
4873:
4874: * tests/results/266.processed: $.max_params added (feature #915)
4875:
4876: * src/: include/pa_common.h, main/pa_http.C: response-charset
4877: option added to file::load (closes issue #867)
4878:
4879: 2013-04-20 misha
4880:
4881: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4882: commited
4883:
4884: 2013-03-15 misha
4885:
4886: * src/classes/: hash.C, table.C: - Optimisation: do not create
4887: multiple empty strings while ::sql. uae String::Empty instead
4888:
4889: 2013-03-14 misha
4890:
4891: * src/classes/reflection.C: - for user classes
4892: ^reflection:method_info[] returns $.max_params and $.extra_param
4893: with $.call_type if they available ( new feature: #915 )
4894:
4895: * src/classes/file.C: - ^file:delete[] now supports an option
4896: $.exception(false) that suppress any exception while deleting
4897: file ( new feature: #916 )
4898:
4899: * src/classes/curl.C: - parsing cookies after curl:load now should
4900: work :)
4901:
4902: 2013-03-12 misha
4903:
4904: * src/types/pa_vfile.C: - if specified file_name is empty string
4905: set default name for the file
4906:
4907: 2013-03-11 misha
4908:
4909: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4910: also available in $f.cookies
4911:
4912: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4913: moved to a separate method
4914:
4915: 2013-03-10 moko
4916:
4917: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4918: added
4919:
4920: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4921: removed (declared by autoconf)
4922:
4923: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4924: uint32_t define
4925:
4926: 2013-03-10 misha
4927:
4928: * src/classes/file.C: ^file:delete and ^file:move now support
4929: option $.keep-empty-dirs(true) ( new feature: #884 )
4930:
4931: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4932: empty dirs is added
4933:
4934: 2013-03-10 moko
4935:
4936: * src/classes/: bool.C, double.C, int.C: default can be present,
4937: but default check removed from ^int/double/bool.int/double/bool
4938: for string.int/double/bool compatibility (related to issue #913)
4939:
4940: * src/classes/string.C: ^string.int/dobule/bool no longer
4941: internally throws exception if default is present (closes issue
4942: #913)
4943:
4944: 2013-03-09 misha
4945:
4946: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4947: optimisations ( #845 )
4948:
4949: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4950:
4951: 2013-03-08 moko
4952:
4953: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4954: creates correct table (fixes issue #910)
4955:
4956: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4957: use outside of 'connect' operator (fixes issue #911)
4958:
4959: * tests/results/: 096.processed, 122.processed: test results
4960: updated as doubles now printed with 15 significant digits, not 5
4961: (fixes issue #882)
4962:
4963: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4964: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4965:
4966: 2013-02-21 moko
4967:
4968: * src/classes/table.C: _locate_name_value does not check arguments
4969: count, so we check it in advance (fixes issue #905)
4970:
4971: 2012-10-23 moko
4972:
4973: * buildall: old shell for and echo compatibility (for six)
4974:
4975: 2012-10-19 moko
4976:
4977: * buildall: --strip added --disable-safe-mode listed in usage
4978:
4979: 2012-10-17 misha
4980:
4981: * src/classes/op.C: - apply-taint should not throw "outside
4982: connect" exception with sql lang now
4983:
4984: 2012-10-17 moko
4985:
4986: * src/main/pa_request.C: bugfix: safe mode should be inited for
4987: each request (for apache module)
4988:
4989: 2012-09-26 moko
4990:
4991: * src/doc/doxygen.cfg: png -> svg
4992:
4993: 2012-09-25 moko
4994:
4995: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4996: test added
4997:
4998: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4999: double use when key is long
5000:
5001: 2012-09-16 moko
5002:
5003: * src/classes/math.C: Format -> Method Encode -> Format
5004:
5005: * tests/: 141.html, results/141.processed: math:digest hmac test
5006: added
5007:
5008: 2012-09-14 moko
5009:
5010: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5011: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5012: implementation added
5013:
5014: 2012-09-12 moko
5015:
5016: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5017: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5018: targets.dox and string.dox slightly actualized
5019:
5020: 2012-08-31 moko
5021:
5022: * ChangeLog: now generated with patched cvs2cl.pl
5023:
5024: 2012-07-29 moko
5025:
5026: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5027: result should be pushed after VMethodFrame destructor is called,
5028: as it deletes junctions from stack params (fixes issue #868)
5029:
5030: 2012-07-23 moko
5031:
5032: * INSTALL, README: buildall script usage documented, other outdated
5033: info updated.
5034:
5035: * buildall-with-xml, buildall-without-xml: replaced by buildall
5036:
5037: 2012-07-21 moko
5038:
5039: * buildall: glib does not compile when threads are disabled...
5040:
5041: * src/types/pa_vmail.C: g_assertion fixes for empty input
5042:
5043: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5044: unref, can't unref nested objects)
5045:
5046: * src/types/pa_vmail.C: another check added
5047:
5048: 2012-07-19 moko
5049:
5050: * buildall: usage added
5051:
5052: * buildall: new buildall script that unites buildall-with-xml,
5053: buildall-without-xml, --with-apache and --with-mailreceive
5054:
5055: * configure.in: support for static gmime and dynamic glib linking.
5056: fixes for FreeBSD
5057:
5058: 2012-07-17 moko
5059:
5060: * configure.in: --with-mailreceive replaced
5061: --with-static-mailreceive and --with-shared-mailreceive pathlink
5062: removed
5063:
5064: 2012-07-16 moko
5065:
5066: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5067: capitalized, content now decoded and text content converted to
5068: $request:charset. all properties are accessed by functions, this
5069: ready for dynamic load.
5070:
5071: 2012-06-28 moko
5072:
1.116 moko 5073: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5074: 32 bit
1.95 moko 5075:
5076: 2012-06-27 moko
5077:
5078: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5079: passive ftp
5080:
5081: * src/lib/ltdl/ltdl.vcproj: release build fixed
5082:
5083: * configure.in: 3.4.2 RC -> 3.4.2
5084:
5085: 2012-06-22 moko
5086:
5087: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5088: #815)
5089:
5090: * tests/: 284.html, results/284.processed: output options test
5091: (feature #265)
5092:
5093: 2012-06-22 misha
5094:
5095: * tests/215.html: - little changes
5096:
5097: 2012-06-21 moko
5098:
5099: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5100: types/pa_vxdoc.h: output_options returned and used (bugfix for
5101: feature #265)
5102:
5103: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5104: breaks long .*, default 10M restored. (issue #216)
5105:
5106: * tests/: 283.html, results/283.processed: test for issue #815
5107: added
5108:
5109: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5110: again, cstrm not required.
5111:
5112: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5113: Win32 and broken FreeBSD (issue #45)
5114:
5115: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5116:
5117: * src/main/pa_string.C: warnings war
5118:
5119: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5120: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5121: main/pa_socks.C, targets/apache/pa_threads.C,
5122: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5123: types/pa_vstatus.C: compilation under cygwin fixed
5124:
5125: 2012-06-19 moko
5126:
5127: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5128: Windows fixed
5129:
5130: * parser3.sln: removed antique pcre_ctype
5131:
5132: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5133:
5134: * src/include/pa_config_fixed.h: undefined reference to
5135: __imp__pcre_* fix for Windows
5136:
5137: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5138: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5139: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5140: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5141: define fixed
1.95 moko 5142:
5143: 2012-06-18 moko
5144:
5145: * src/classes/memcached.C: flush -> clear
5146:
5147: * src/classes/memcached.C: memcached does not support quotes even
5148: in server name
5149:
5150: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5151: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5152: called on open to check servers existance. $.key(true) syntax
5153: now supported
5154:
5155: 2012-06-17 moko
5156:
5157: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5158: cleanup
5159:
5160: * src/classes/table.C, tests/282.cfg, tests/282.html,
5161: tests/results/282.processed: encloser at the EOF bug fixed,
5162: incorrectly enclosed data now processed more logicaly (fixes
5163: #339)
5164:
5165: 2012-06-15 moko
5166:
5167: * buildall-without-xml: sync with buildall-with-xml
5168:
5169: * buildall-with-xml: download auto-detected between fetch and curl
5170:
5171: * configure.in: --with-gc and --with-pcre now also processed
5172: correctly
5173:
1.116 moko 5174: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5175: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5176: should be run on rol1 using automake / aclocal (GNU automake)
5177: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5178:
5179: * configure.in: new PARSER_VERSION logic
5180:
5181: * src/include/pa_version.h: new pa_version.h logic
5182:
5183: * src/: classes/curl.C, classes/file.C, classes/image.C,
5184: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5185: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5186: feols_normalized -> fis_text_content set_binary added
5187:
5188: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5189:
5190: 2012-06-15 misha
5191:
5192: * src/: classes/curl.C, classes/file.C, classes/image.C,
5193: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5194: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5195: ^file::create[text;content] EOLs in content now is normalized. (
5196: new feature: #815 )
5197:
5198: 2012-06-15 moko
5199:
5200: * configure.in: --disable-version-update added to disable version
5201: update with host information (for debian package) whitespace
5202: optimized
5203:
5204: * configure.in: version changed to 3.4.2 RC no-pic added for
5205: libtool
5206:
5207: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5208: it.
5209:
5210: 2012-06-14 moko
5211:
5212: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5213: tests/results/281.processed: "hash flocked" error removed for
5214: safe operations like ^h._count[] ( new feature: #335 )
5215:
1.116 moko 5216: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5217:
5218: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5219:
5220: * configure.in: --with-static/shared xml replaced with --with-xml,
5221: xml compilation check added
5222:
5223: * configure.in: --with-static/shared-gc, --with-static-pcre are
5224: replaced with --with-gc and --with-pcre test for pcre linking
5225: added
5226:
5227: 2012-06-13 moko
5228:
5229: * configure.in: apxs2 check optimized
5230:
5231: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5232: .la, includes optimized
5233:
5234: * buildall-with-xml: --with-pic looks better for -fPIC
5235:
5236: * configure.in: switched to convenience library in static linking
5237:
5238: * src/targets/apache/Makefile.am: switched to convenience library
5239: usage to avoid libtool warnings
5240:
5241: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5242: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5243: smtp/Makefile.am: switched to convenience library usage
5244:
5245: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5246:
5247: * src/targets/apache/Makefile.am: updated for libtool usage
5248:
5249: * buildall-without-xml: --with-included-ltdl added
5250:
5251: * buildall-without-xml: sync with buildall-with-xml
5252:
5253: * buildall-with-xml: --with-included-ltdl added $cflags added for
5254: -fPIC for x64 $download added for wget success check added
5255:
5256: * buildall-without-xml: --with-dynamic-stdcpp removed
5257:
5258: * configure.in: disable-static returned
5259:
5260: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5261: LIBTOOLFLAGS
5262:
5263: 2012-06-12 moko
5264:
5265: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5266: compatible with LIBTOOLFLAGS for unknown reasons
5267:
5268: * buildall-with-xml: --with-dynamic-stdcpp removed
5269:
5270: * configure.in: static/dynamic -lstdc++ linking option removed
5271: apxs2 check added
5272:
5273: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5274: option removed
5275:
5276: 2012-06-10 moko
5277:
5278: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5279: added
5280:
5281: * src/targets/cgi/pp3.cmd: old PAF stuff
5282:
1.116 moko 5283: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5284: beauty
1.95 moko 5285:
5286: * depcomp: from libtool 2.4.2
5287:
5288: * configure.in: ltdl directory removed, it has correct Makefile.in
5289:
5290: 2012-06-09 moko
5291:
1.116 moko 5292: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5293: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5294: autogenerated files updated after libtool update
5295:
1.116 moko 5296: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5297: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5298: config_auto.h.in, config_fixed.h, configure, configure.ac,
5299: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5300: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5301: config/compile, config/config.guess, config/config.sub,
5302: config/depcomp, config/install-sh, config/ltmain.sh,
5303: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5304: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5305: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5306: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5307: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5308: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5309: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5310: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5311:
5312: * configure.in: preparation for new libtool
5313:
5314: * configure.in: Some beauty added :)
5315:
5316: * src/targets/apache/Makefile.am: := -> =
5317:
5318: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5319: again. :)
5320:
5321: * src/include/pa_config_includes.h, configure.in: limits.h added,
5322: previously was taken from pcre_internal.h. :)
5323:
5324: * src/lib/pcre/Makefile.am: config.h returned
5325:
5326: * src/lib/pcre/config.h: still need this. :)
5327:
5328: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5329:
5330: * configure.in: --with-charsets removed; --with-mysql-client & co
5331: removed
5332:
5333: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5334: now in parser tree, no need to copy
5335:
5336: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5337: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5338: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5339: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5340: extracts now used old trash removed
5341:
5342: * etc/parser3.charsets/Makefile.am: charsets now in share
5343: (debian/patches/104_automake.patch) + all charsets are copied
5344:
5345: * buildall-with-xml, buildall-without-xml: curl option removed +
5346: extra arguments now supported
5347:
5348: 2012-06-08 misha
5349:
5350: * src/classes/table.C: - one params.as_hash usage was rolled back:
5351: the 2nd option in ^table.hash[] could be hash or table so
5352: .as_hash will throw an exception when table option is specified
5353:
5354: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5355: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5356: classes/table.C, classes/void.C, classes/xdoc.C,
5357: include/pa_exception.h, types/pa_vmethod_frame.C,
5358: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5359: and improved (whitespaces are allowed as empty options) -
5360: MethodParams::as_table is added - above methods are used for
5361: parsing methods' options ( new feature: #9 )
5362:
5363: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5364: to vclass. now class fields can be accessible as a hash:
5365: $h[^hash::create[$asd:CLASS]]
5366:
5367: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5368: have get_fields method so their fields can be accessed with
5369: ^reflection:fields[...] & ^reflection:field[...]
5370:
5371: 2012-06-06 misha
5372:
5373: * tests/280.html: - tests for
5374: ^reflection:method[obj-or-class;method],
5375: ^reflection:field[obj-or-class;field] and
5376: ^reflection:fields[obj-or-class] are added
5377:
5378: 2012-06-05 misha
5379:
5380: * src/classes/reflection.C: - ^reflection:method[class or
5381: object;method name] and ^reflection:field[class or object;field
5382: name] are added
5383:
5384: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5385: is used
5386:
5387: * src/types/pa_method.h: - Method::as_vjunction method is added
5388:
5389: 2012-06-05 moko
5390:
1.116 moko 5391: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5392:
5393: * src/classes/memcached.C: flish ttl fixed
5394:
5395: 2012-06-04 moko
5396:
5397: * src/classes/json.C, src/classes/op.C, tests/279.html,
5398: tests/results/279.processed: ^json:parse[] now supports $.taint
5399: option (new feature #833)
5400:
5401: 2012-06-04 misha
5402:
5403: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5404: - search_stop method was moved from pa_vcookie.C to pa_common.C
5405:
5406: 2012-06-03 misha
5407:
5408: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5409: cookies are parced and stored into $.cookies ( new feature: #31 )
5410:
5411: 2012-05-30 misha
5412:
5413: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5414: incomplete class into a scope while @USE is found
5415:
5416: * src/main/compile.y: - add incomplete class into a scope while
5417: @USE and @CLASS instructions are found ( bugfix: #838 )
5418:
5419: 2012-05-30 moko
5420:
5421: * src/types/pa_vclass.C, tests/278.html,
5422: tests/results/278.processed: removed "property has no getter
5423: method" exception when GET_DEFAULT present (fixes #269)
5424:
5425: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5426: $._default
5427:
5428: 2012-05-29 moko
5429:
5430: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5431: uninitialized values usage (new feature: #154)
5432:
5433: 2012-05-28 moko
5434:
5435: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5436: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5437: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5438: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5439: src/types/pa_vobject.C, src/types/pa_vobject.h,
5440: src/types/pa_vstring.h, src/types/pa_vtable.C,
5441: tests/results/277.processed, src/types/pa_vtable.h,
5442: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5443: ^json:string[$o; $.default[$method]] implemented for VObject (new
5444: feature #803)
5445:
5446: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5447: tests/results/277.processed: json numbers are now treated as
5448: double ( new feature: #834 )
5449:
5450: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5451: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5452: added for out of range checks, zero division in vint/vdouble
5453: check added ( fixes #832 )
5454:
5455: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5456: ( fixes #832 )
5457:
5458: 2012-05-28 misha
5459:
5460: * buildall-with-xml: - --without-lzma option is added to libxml2
5461: configure
5462:
5463: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5464: added - tests for unsupported values for options $.file, $.table
5465: and $.date are added
5466:
5467: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5468: accepts "stat" $.file[] option's value in addition to existed
5469: "text" and "base64" ( new feature: #835 )
5470:
5471: * tests/276.html: - test for
5472: ^reflection:delete[$object-or-class;field-name]
5473:
5474: * src/classes/reflection.C: -
5475: ^reflection:delete[$object-or-class;field-name] is added ( new
5476: feature: #268 )
5477:
5478: 2012-05-27 misha
5479:
5480: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5481:
5482: 2012-05-24 misha
5483:
5484: * src/include/pa_common.h: - method lastposafter was removed
5485:
5486: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5487: lastposafter - ^file:dirname[] & Co proper handle windows file
5488: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5489: work as *nix commands
5490:
5491: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5492:
5493: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5494: rskipchars were added
5495:
5496: * tests/270.html: - more tests for ^file:find[]
5497:
5498: * tests/065.html: - more tests for ^file:dirname[] & Co
5499:
5500: * src/include/pa_version.h: - must be "win32" here. it is
5501: auto-generated on *nix
5502:
5503: 2012-05-24 moko
5504:
5505: * src/classes/math.C: ^math:convert[] now supports uint32 and
5506: throws overflow exception ( new feature: #830 )
5507:
5508: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5509: uint32 support and overflow added ( new feature: #830 )
5510:
5511: 2012-05-23 moko
5512:
5513: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5514: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5515: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5516: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5517: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5518: types/pa_vregex.h, types/pa_vstateless_class.C,
5519: types/pa_vstateless_class.h, types/pa_vstring.h,
5520: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5521: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5522: "return string as-is" removed from as_expr_result. ( new feature:
5523: #831 )
5524:
5525: * tests/results/244.processed: test changed after bug #782 fix
5526: commited
5527:
5528: * tests/results/229.processed: test results for bug #782 commited
5529:
5530: * tests/: 254.html, results/254.processed: uid now just compared,
5531: not printed. :)
5532:
5533: 2012-05-20 moko
5534:
5535: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5536: feature: #341 )
5537:
5538: * tests/: 254.html, results/254.processed: test for
5539: ^reflection:uid[] added
5540:
5541: * tests/: 254.html, results/254.processed: test for
5542: ^reflection:uid[$obj] added
5543:
5544: 2012-05-17 misha
5545:
5546: * src/main/untaint.C: - do not replace ' char by _26 while
5547: exploding filespec-tainting ( new feature: #829 )
5548:
5549: 2012-05-12 moko
5550:
5551: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5552: not.
5553:
5554: 2012-05-08 moko
5555:
5556: * src/types/pa_vmethod_frame.h: bug #782 fixed
5557:
5558: * tests/229.html: test for bug #782
5559:
5560: * tests/results/259.processed, src/main/pa_request.C,
5561: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5562: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5563: src/types/pa_vvoid.h: feature #154 - first empty param now
5564: string; defined locals are empty strings; $STRICT-VARS(true)
5565: added
5566:
5567: 2012-04-27 moko
5568:
1.116 moko 5569: * src/targets/apache/Makefile.am:
1.95 moko 5570: ../../lib/memcached/libmemcached.a added
5571:
5572: 2012-04-27 misha
5573:
5574: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5575: ( #827 )
5576:
5577: 2012-04-25 moko
5578:
5579: * src/: classes/json.C, classes/memcached.C,
5580: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5581: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5582: implemented.
5583:
5584: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5585:
5586: 2012-04-23 moko
5587:
5588: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5589: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5590: types/pa_vmemcached.h: open allows options hash for new
5591: memcached(options) function
5592:
5593: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5594: not appended
5595:
5596: 2012-04-21 moko
5597:
5598: * src/classes/curl.C: '' added. :)
5599:
5600: * src/classes/classes.vcproj: new curl.h location
5601:
5602: * src/classes/curl.C: verbose output redirection from stderr to
5603: file curl option added
5604:
5605: 2012-04-20 moko
5606:
5607: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5608: contains what we need from curl, #ifdef HAVE_CURL removed
5609:
1.116 moko 5610: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5611: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5612: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5613: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5614: configure option
5615:
5616: 2012-04-19 moko
5617:
5618: * src/: classes/double.C, classes/inet.C, classes/int.C,
5619: classes/string.C, lib/gc/include/gc_allocator.h,
5620: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5621: options from sql_result_string removed. (closes issue #468)
5622:
5623: * src/types/pa_vmemcached.C: empty string fix
5624:
5625: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5626: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5627: pa_vmemcached.C
5628:
5629: 2012-04-18 moko
5630:
5631: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5632: apache2-mpm-prefork" error displayed in threaded mpm.
5633:
5634: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5635: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5636: installed (issue #354)
5637:
5638: 2012-04-16 moko
5639:
5640: * src/types/pa_vmemcached.C: call to memcached_result_create and
5641: memcached_result_free removed
5642:
5643: 2012-04-14 moko
5644:
5645: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5646:
5647: * src/types/pa_vmemcached.C: check_key added and used
5648:
5649: 2012-04-13 moko
5650:
5651: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5652: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5653: Serialization_data now added and used, VString now serialized
5654: with languages into memcached.
5655:
5656: 2012-03-28 moko
5657:
5658: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5659: lib/memcached/pa_memcached.h: result lengths added
5660:
5661: 2012-03-27 moko
5662:
5663: * src/types/pa_vmemcached.C: strdup added
5664:
5665: 2012-03-24 moko
5666:
5667: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5668: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5669: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5670:
5671: 2012-03-20 moko
5672:
1.116 moko 5673: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5674:
5675: * src/targets/cgi/Makefile.am: cleanup
5676:
5677: * src/: types/Makefile.am, types/pa_vmemcached.C,
5678: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5679:
5680: * src/: classes/Makefile.am, classes/memcached.C,
5681: lib/memcached/Makefile.am, lib/memcached/constants.h,
5682: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5683: lib/memcached/types.h, lib/Makefile.am: memcached initial
5684:
5685: 2012-03-16 moko
5686:
5687: * src/main/execute.C: ident now works under Linux + ident displays
5688: filenames (closes issue #818)
5689:
1.116 moko 5690: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5691: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5692: pa_vmethod_frame_local.h removed
5693:
5694: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5695: classes/classes.h, classes/curl.C, classes/date.C,
5696: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5697: classes/hashfile.C, classes/image.C, classes/inet.C,
5698: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5699: classes/memory.C, classes/op.C, classes/reflection.C,
5700: classes/regex.C, classes/response.C, classes/string.C,
5701: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5702: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5703: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5704: include/pa_config_fixed.h, include/pa_config_includes.h,
5705: include/pa_dictionary.h, include/pa_dir.h,
5706: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5707: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5708: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5709: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5710: include/pa_request_charsets.h, include/pa_request_info.h,
5711: include/pa_sapi.h, include/pa_socks.h,
5712: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5713: include/pa_stack.h, include/pa_string.h,
5714: include/pa_stylesheet_connection.h,
5715: include/pa_stylesheet_manager.h, include/pa_table.h,
5716: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5717: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5718: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5719: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5720: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5721: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5722: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5723: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5724: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5725: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5726: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5727: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5728: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5729: main/pa_string.C, main/pa_stylesheet_connection.C,
5730: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5731: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5732: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5733: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5734: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5735: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5736: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5737: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5738: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5739: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5740: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5741: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5742: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5743: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5744: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5745: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5746: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5747: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5748: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5749: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5750: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5751: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5752: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5753: types/pa_vresponse.h, types/pa_vstateless_class.C,
5754: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5755: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5756: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5757: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5758: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5759: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5760: ident now works under Linux + ident displays filenames (closes
5761: issue #818) Copyright updated
5762:
5763: 2012-03-13 moko
5764:
5765: * src/main/pa_string.C: compilation fix for feature #741
5766:
5767: 2012-03-09 misha
5768:
5769: * tests/193.html: - tests for ^string:base64[encoded] are updated
5770:
5771: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5772: now detects invalid base64 chars in the middle of encoded stricg
5773: ( new feature: #55 )
5774:
5775: * src/include/pa_exception.h: - new exception type for base64
5776: decoding is added
5777:
5778: 2012-03-06 misha
5779:
5780: * tests/274.html: - tests for ^date::today[] and
5781: ^date.sql-string[datetime|date|time] are added
5782:
5783: * src/classes/date.C: - constructor ^date::today[] is added ( new
5784: feature: #811 ) - ^date.sql-string[] now can accept one param --
5785: strings "datetime", "date" or "time" - comments tidying up
5786:
5787: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5788: date and time
5789:
5790: 2012-03-03 misha
5791:
5792: * tests/193.html: - tests for
5793: ^string:base64[encoded;$.strict(true)] are added
5794:
5795: * tests/results/auto.p: - try-catch operator is added
5796:
5797: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5798: main/pa_common.C: - $.strict(true|false) option is added to
5799: base64 decode methods ( new feature: #55 )
5800:
5801: * src/main/pa_common.C: - base64 decode memory usage was decreased
5802: ( new feature: #819 )
5803:
5804: 2012-02-28 moko
5805:
5806: * src/classes/hash.C: ident test
5807:
5808: 2012-02-27 misha
5809:
5810: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5811:
5812: 2012-01-08 misha
5813:
5814: * tests/273.html: - tests for ^string.replace[from;to] are added
5815:
5816: * src/: classes/string.C, include/pa_dictionary.h,
5817: main/pa_dictionary.C, main/pa_string.C: -
5818: ^string.replace[from;to] is added ( new feature: #741 ) -
5819: ^string.replace[one subst here] is slightly optimized
5820:
5821: 2011-12-07 misha
5822:
5823: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5824: named table with one empty column ( bugfix: #63 )
5825:
5826: 2011-11-30 misha
5827:
5828: * src/classes/json.C: - it's possible to set user's method for
5829: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5830: #763 )
5831:
5832: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5833:
5834: 2011-11-23 misha
5835:
5836: * src/: classes/curl.C, classes/file.C, classes/image.C,
5837: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5838: types/pa_vfile.h, types/pa_vform.C: - constructor
5839: ^file::create[mode;filename;content[;options]] now accepts binary
5840: mode and file-content - new constructor's format:
5841: ^file::create[string-or-file-content[;$.name[filename]
5842: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5843: feature: #65 )
5844:
5845: * src/: include/pa_request.h, main/pa_request.C: - new method
5846: mime_type_of(const String*) is added
5847:
5848: * src/include/pa_exception.h: - new exception constant
5849: FILE_NAME_MUST_BE_SPECIFIED is added
5850:
5851: * src/classes/table.C: - bug with negative offset transformed into
5852: a feature. it means pointing to a row from the end of the table (
5853: new feature: #810 )
5854:
5855: 2011-11-19 misha
5856:
5857: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5858: â ìåòîäå _select ( new feature: #810 )
5859:
5860: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5861: options were specified together is simplified
5862:
5863: 2011-11-12 misha
5864:
5865: * src/main/pa_request.C: - forgotten fix for escaping filename in
5866: HTTP content-disposition header (a part of bug #361 )
5867:
5868: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5869: checks for ancestors' classes as well ( new feature: #456 )
5870:
5871: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5872: "without cycle" now have types "parser.break" and
5873: "parser.continue" instead of "parser.runtime" ( new feature: #799
5874: )
5875:
5876: 2011-11-11 misha
5877:
5878: * tests/results/: 099.processed, 100.processed, 205.processed,
5879: 237.processed: - since bug #361 was fixed the content of filename
5880: in HTTP headers is quoted
5881:
5882: * tests/results/270.processed: - result for test 270
5883:
5884: * tests/: 065.html, results/065.processed: - more tests for
5885: ^file:basename[] & Co were added
5886:
5887: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5888:
5889: * tests/270.html: - tests for ^file:find[] are added
5890:
5891: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5892: using option $.charset. option $.engoding is still supported but
5893: these options can not be specified together
5894:
5895: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5896: comparation charset name with string "UTF-8" ( bugfix: #759 )
5897:
5898: 2011-10-11 misha
5899:
5900: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5901: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5902: #622)
5903:
5904: 2011-09-30 misha
5905:
5906: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5907: exception "saving stat-ed file" ( bugfix: #395 )
5908:
5909: 2011-05-30 misha
5910:
5911: * src/classes/string.C: - fixed bug which was added with
5912: params.as_hash into string:sql
5913:
5914: 2011-05-29 misha
5915:
5916: * src/types/pa_value.C: - filename in content-disposition header
5917: must be quoted ( bugfix: #361 )
5918:
5919: 2011-05-27 misha
5920:
5921: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5922: created file
5923:
5924: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5925: usage
5926:
5927: * src/include/pa_exception.h: - one more string for exception was
5928: added
5929:
5930: 2011-05-25 misha
5931:
5932: * tests/269.html: - tests for checking input params in some dom
5933: methods
5934:
5935: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5936: was added. it isn't possible not wo create xdoc with invalid
5937: tagName. ( bugfix: #160 )
5938:
5939: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5940: string "data must be string" was mover from pa_exception.h to
5941: pa_xml_exception.h
5942:
5943: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5944: as_xmlncname, as_xmlname and as_xmlnsuri were added
5945:
5946: * src/main/pa_xml_exception.C: - XmlException accepts more options
5947:
5948: * src/include/pa_xml_exception.h: - XmlException accepts more
5949: options - XML-related exception's strings were added
5950:
5951: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5952: output_options were removed)
5953:
5954: 2011-05-19 misha
5955:
5956: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5957: params.as_hash is used more while parsing methods hash-options
5958:
5959: 2011-05-18 misha
5960:
5961: * operators.txt: - info about json-serialization of xdoc was added
5962:
5963: * tests/256.html: - tests for json-serialization xdoc were added
5964:
5965: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5966:
5967: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5968: classes/json.C, classes/xdoc.C: - now json:string can serialize
5969: xdoc-objects. options (the same as ^xdoc.string[]) could be
5970: specified in $.xdoc[] ( new feature: #265 )
5971:
5972: 2011-05-15 misha
5973:
5974: * tests/268.html: - tests for ^table.count[with options] were added
5975:
5976: * src/classes/table.C: - method ^table.count[] now can accept
5977: options ( new feature: #93 ): ^table.count[column] returns number
5978: of columns for named table; ^table.count[cells] returns number of
5979: cells in the current row; ^table.count[] & ^table.count[rows]
5980: return number of rows in a table.
5981:
5982: * tests/267.html: - test for checking switch/case in boolean mode
5983: was added
5984:
5985: * src/classes/op.C: - if switch's or case's value is bool, they are
5986: compared as bool values, not as double values: new feature: #351
5987:
5988: 2011-05-06 misha
5989:
5990: * tests/242.html: - EOL before EOF was added
5991:
5992: * tests/169.html: - tests for splitting empty string and void were
5993: added
5994:
5995: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5996: returned table with one empty cell)
5997:
5998: 2011-04-03 misha
5999:
6000: * src/include/pa_version.h, configure.in: - version in head was
6001: changed to 3.4.2b
6002:
6003: 2011-03-30 misha
6004:
6005: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6006: as well ( new feature #294 )
6007:
6008: 2011-03-29 misha
6009:
6010: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6011: limited to approx. 6 MB. previous limits were too big for real
6012: life. bugfix: #216
6013:
6014: 2011-03-04 moko
6015:
6016: * etc/parser3.charsets/cp866.cfg: Conforms to
6017: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6018:
6019: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6020: vlalek@
6021:
6022: 2011-02-22 misha
6023:
6024: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6025: be under #ifdef XML or parser can't be compiled without xml
6026: support
6027:
6028: 2011-02-21 misha
6029:
1.116 moko 6030: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6031: ApacheModuleParser3.vcproj was removed
6032:
6033: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6034: removed)
6035:
6036: 2011-02-20 misha
6037:
6038: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6039: $.overridden in ^reflection:method_info[...] were added
6040:
6041: * src/classes/reflection.C: - beautifying result of
6042: ^reflection:method_info[] ($.overridden/inherited)
6043:
6044: 2011-02-18 misha
6045:
6046: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6047: and pa_isalnum instead of isalpha and isalnum - bug with
6048: redundand quoting lowercased latin chars while building email
6049: body was fixed
6050:
6051: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6052: added (they check for latin chars only)
6053:
6054: 2011-02-16 misha
6055:
6056: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6057: string size for transcoding gave too small value (should ever
6058: look for availability char in dest charset inspite of the char
6059: size)
6060:
6061: 2011-02-04 moko
6062:
6063: * tests/223.html: header values now not url-encoded (issue #195)
6064:
6065: 2011-02-01 misha
6066:
6067: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6068:
6069: 2011-01-31 misha
6070:
6071: * src/main/pa_request.C: - throw exception if param file_name in
6072: use_file is empty
6073:
6074: 2011-01-08 moko
6075:
6076: * src/classes/curl.C: compilations errors fixed
6077:
6078: 2010-12-29 moko
6079:
6080: * tests/: 265.html, results/265.processed: test for issue #200
6081: added
6082:
6083: * src/main/pa_string.C: empty regex result check added (fixes issue
6084: #200)
6085:
6086: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6087:
6088: * tests/results/223.processed: header values now not url-encoded
6089: (issue #195)
6090:
6091: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6092: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6093: pa_http_safe_header_name added for headers names (fixes bug #195)
6094:
6095: 2010-12-18 misha
6096:
6097: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6098: => pa-include
6099:
6100: 2010-11-28 moko
6101:
6102: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6103:
6104: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6105: -> pa
6106:
6107: * configure.in: apr -> pa
6108:
6109: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6110:
6111: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6112: classes/Makefile.am, types/Makefile.am: apr -> pa
6113:
6114: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6115: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6116: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6117: pa-include/pa_apr.h, pa-include/pa_errno.h,
6118: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6119: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6120: module apr name conflict resolved)
6121:
6122: 2010-11-27 misha
6123:
6124: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6125: libbz2
6126:
6127: 2010-11-26 misha
6128:
6129: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6130: warnings removed
6131:
6132: 2010-11-25 moko
6133:
6134: * operators.txt: $.indent(true)
6135:
6136: * operators.txt: another bugfix. :)
6137:
6138: * operators.txt: bugfix. :)
6139:
6140: * buildall-with-xml: libxml2-2.7.8 + with-apache
6141:
6142: 2010-11-24 moko
6143:
1.116 moko 6144: * configure: apxs support
1.95 moko 6145:
6146: * configure.in: apxs support -Bstatic gc removed for OS X
6147:
6148: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6149:
6150: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6151: THREAD_LOCAL usage
6152:
6153: * src/: classes/curl.C, include/pa_config_includes.h,
6154: main/pa_globals.C: THREAD_LOCAL defined and used
6155:
6156: 2010-11-23 moko
6157:
6158: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6159: should be passed to pa_sleep, and only fractional part (bugfix:
6160: #188)
6161:
6162: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6163:
6164: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6165: GC_dont_gc=1, as in cgi version
6166:
6167: * src/targets/apache/mod_parser3.c: warning war
6168:
6169: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6170: pa_httpd.h: version removed, some trash removed
6171:
6172: * src/targets/apache/mod_parser3.c: version removed (we don't want
6173: to show it), warning war
6174:
6175: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6176: pa_httpd.h: parser_status_allowed removed + merge config
6177: functions removed (override is the default) + beauty
6178:
6179: * src/: include/pa_request.h, main/pa_request.C,
6180: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6181: hide $status used in apache module removed
6182:
6183: 2010-11-18 moko
6184:
6185: * operators.txt: $.table[compact] added for ^json:string[]
6186:
6187: 2010-11-16 moko
6188:
6189: * src/targets/apache/mod_parser3.c: some cleanup done
6190:
6191: * src/main/untaint.C: bugfix: first, second String::Body argument
6192: is hashcode; second, info.fragment_begin is original, not
6193: resulting length
6194:
6195: * src/classes/file.C: new feature: $.stdin now untainted
6196:
6197: * tests/results/264.processed: new feature: $.stdin[] now untainted
6198:
6199: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6200:
6201: * src/classes/op.C: ^apply-taint[] method added
6202:
6203: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6204: added; $.stdin untaint test added
6205:
6206: 2010-11-15 moko
6207:
6208: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6209: removed
6210:
6211: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6212: pa_httpd.h: 2x2 calculated under apache2. :)
6213:
6214: 2010-11-13 moko
6215:
6216: * src/targets/apache/mod_parser3.c: initial changes to build module
6217: with apache 2.x includes
6218:
6219: * src/targets/apache/: Makefile.am, mod_parser3.c,
6220: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6221: united apache 1.3 / apache 2.x DSO module
6222:
6223: 2010-11-09 moko
6224:
6225: * src/types/pa_method.h: check added to dissallow @method[name;*]
6226: syntax
6227:
6228: * tests/: 263.html, results/263.processed: test from method[*args]
6229: added
6230:
6231: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6232: number of params can now be passed to a method declared with *arg
6233:
6234: 2010-11-06 moko
6235:
6236: * src/classes/table.C: formating fixed. :)
6237:
6238: * src/classes/table.C: closes #4: ^table.select now supports
6239: $.limit(), $.offset, $.reverse() options
6240:
6241: * tests/: 262.html, results/262.processed: test for ^table:select
6242: with options added (feature #4)
6243:
6244: * src/include/pa_array.h: remove function added
6245:
6246: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6247: object in get_element/put_element, using static one.
6248:
6249: 2010-11-04 moko
6250:
6251: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6252: options is passed
6253:
6254: * tests/: 256.html, results/256.processed: $.table[compact] feature
6255: now tested; k and p in handler now tested.
6256:
6257: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6258: $.table[compact] feature added
6259:
6260: * src/classes/json.C: key is now passed to handler in
6261: value_json_string; ^json:string result now process tainting
6262: inside and returns clean string, related to issue #153
6263:
6264: * src/main/untaint.C: bugfix: charset can be null (in
6265: ^string:save[] as example), thus check is added
6266:
6267: 2010-10-31 moko
6268:
6269: * src/classes/string.C: error message changed (fixes issue #149)
6270:
6271: 2010-10-29 moko
6272:
6273: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6274: port is not default (fixes issue #155); exception on invalid port
6275: added.
6276:
6277: * src/main/untaint.C: '*' is now not urlencoded to allow header
6278: "Accept: */*" to be passed
6279:
6280: 2010-10-28 moko
6281:
6282: * src/classes/curl.C: bugfix: detect_charset() was throwing
6283: exception on unknown charset even if response_charset was
6284: specified
6285:
6286: 2010-10-27 moko
6287:
6288: * src/classes/string.C: ^string.append removed for void
6289: compatibility
6290:
6291: 2010-10-26 moko
6292:
6293: * src/classes/json.C: libjson supports array at top level, we too
6294: (GPF fixed)
6295:
6296: 2010-10-25 moko
6297:
6298: * tests/: 253.html, results/253.processed: libjson supports array
6299: at top level, parser now supports it as well.
6300:
6301: * tests/261.html, tests/results/261.processed,
6302: src/types/pa_vstring.h: empty string is now void compatible
6303: (allows $empty.key)
6304:
6305: 2010-10-22 misha
6306:
6307: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6308: while adding additional expires checkout)
6309:
6310: * tests/030.html: - test for session cookie was added
6311:
6312: 2010-10-21 moko
6313:
6314: * src/: classes/string.C, classes/void.C, main/execute.C,
6315: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6316: string (feature #111)
6317:
6318: * tests/: 261.html, results/261.processed: checks void from string
6319: inheritance (feature #111)
6320:
6321: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6322: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6323: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6324: now true by default
6325:
6326: 2010-10-17 moko
6327:
6328: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6329: upload now uses binary blocks instead of L_FILE_POST tainting.
6330: (bugfix: #128)
6331:
6332: * tests/: 223.html, results/223.processed: binary file upload test
6333: added, GPF (issue #128) also checked in this test
6334:
6335: 2010-10-13 misha
6336:
6337: * tests/260.html: - test for math:convert
6338:
6339: * src/classes/math.C: - error in math:convert was fixed
6340:
6341: * operators.txt: - info about
6342: ^math:convert[number](from-base;to-base) was added
6343:
6344: * src/classes/math.C: - method
6345: ^math:convert[number](from-base;to-base) for converting number
6346: represention from one base to another was added ( new feature:
6347: #23 )
6348:
6349: 2010-10-13 moko
6350:
6351: * src/main/compile.tab.C: [] now is empty string, not void
6352:
6353: * src/main/compile.y: [] now is empty string, not void
6354:
6355: * src/types/pa_vvoid.h: void now passed as parameter
6356:
6357: * tests/: 259.html, results/259.processed: to test difference
6358: between void and empty string (see ticket #111)
6359:
6360: * tests/results/152.processed: $sEmpty[] is now empty string, not
6361: void
6362:
6363: * tests/256.html: $s[$void] is no longer empty string
6364:
6365: * tests/254.html: empty string is no longer void
6366:
6367: 2010-10-12 misha
6368:
6369: * src/types/pa_vcookie.C: - check if $.expires value can be
6370: converted to date during cookies set up ( bugfix: #104 )
6371:
6372: * tests/041.html: - more tests for ^table.locate were added
6373:
6374: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6375: work ( bugfix: #129 ) - exception comment for incorrect options
6376: ^table.locate[field;value;options] was fixed
6377:
6378: 2010-10-10 moko
6379:
6380: * src/: classes/reflection.C, main/execute.C: constructor returning
6381: another object feature returned
6382:
6383: * tests/results/258.processed: test result updated as constructor
6384: returning another object feature returned
6385:
6386: * tests/: 258.html, results/258.processed: test for constructor
6387: returning another object
6388:
6389: 2010-10-08 misha
6390:
6391: * tests/257.html: - whitespaces after @METACOMMANDS and their
6392: options shouldn't cause exceptions any longer
6393:
6394: 2010-10-06 moko
6395:
6396: * src/classes/: hash.C, table.C: length from sql server is now
6397: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6398:
6399: 2010-10-02 misha
6400:
6401: * operators.txt: - the X mark was removed from ^cache[file]. it is
6402: usable to delete cache file.
6403:
6404: 2010-10-02 moko
6405:
6406: * tests/: 253.html, results/253.processed: hook_key added for key
6407: checking
6408:
6409: * src/classes/json.C: null key bug fixed
6410:
6411: 2010-09-29 misha
6412:
6413: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6414:
6415: 2010-09-25 moko
6416:
6417: * src/classes/json.C: small fixed
6418:
6419: * tests/results/: 253.processed, 255.processed: just updated
6420:
6421: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6422: results/255.processed: charset transcode test added for
6423: json:parse
6424:
6425: 2010-09-24 moko
6426:
6427: * src/types/pa_value.h: warning war :)
6428:
6429: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6430: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6431: ^json:string
6432:
6433: 2010-09-22 moko
6434:
6435: * src/main/pa_charset.C: parser charset tables declare only
6436: white-space before 0x20, thus adding the missing chars
6437:
6438: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6439: to http://unicode.org/Public/MAPPINGS/VENDORS/
6440:
6441: 2010-09-21 misha
6442:
6443: * src/main/compile.y: - some semicolons were added (VS2010 don't
6444: want to compile grammar if they are absent)
6445:
6446: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6447:
6448: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6449:
6450: * src/main/main.vcproj: - path to bison is changed
6451:
6452: 2010-09-21 moko
6453:
1.116 moko 6454: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6455: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6456: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6457:
6458: 2010-09-20 misha
6459:
6460: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6461:
6462: * src/classes/json.C: - add EOL while json-serializing hash
6463:
6464: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6465: compilers don't like 'ES'.
6466:
6467: 2010-09-17 misha
6468:
6469: * operators.txt: - info about json class was added
6470:
6471: * src/classes/json.C: - ^json:string[object]
6472:
6473: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6474: preventing infinite recursion while executing json:string was
6475: added
6476:
6477: * src/include/pa_string.h: - method append_quoted was added
6478:
6479: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6480: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6481: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6482: was added to Value & Co
6483:
6484: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6485: were used
6486:
6487: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6488: were added
6489:
6490: 2010-09-10 moko
6491:
6492: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6493: die_or_abort (backport from 3.4.1)
6494:
6495: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6496: die_or_abort (bugfix: #106)
6497:
6498: 2010-09-09 moko
6499:
6500: * src/classes/json.C: warning war. :)
6501:
6502: 2010-09-08 misha
6503:
6504: * src/lib/json/Makefile.am: - additional include directories were
6505: added (for pa_memory.h and gc.h)
6506:
6507: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6508: compile as C++ instead default - additional include directory was
6509: added (for gc.h)
6510:
6511: * src/types/pa_vform.C: - little code reformating
6512:
6513: * src/classes/file.C: - $.content-type option now can be specified
6514: in ^file::create ( new feature: #102 )
6515:
6516: 2010-09-08 moko
6517:
6518: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6519: pa_malloc/pa_free
6520:
6521: 2010-09-07 moko
6522:
6523: * tests/results/254.processed: VStateless_class:put_element
6524: exception was fixed
6525:
6526: * src/types/: pa_value.h, pa_vstateless_class.h: now
6527: VStateless_class:put_element barks self.type, not this.type
6528: (bugfix: #105)
6529:
6530: 2010-09-06 moko
6531:
6532: * src/classes/reflection.C: bugfix: new String() is required for
6533: exception handling
6534:
6535: * tests/: 254.html, results/254.processed: test modified
6536:
6537: 2010-09-05 moko
6538:
6539: * tests/: 254.html, results/254.processed: ^reflection:copy test
6540: added
6541:
6542: * src/: classes/reflection.C, include/pa_request.h:
6543: ^reflection:copy implemented (new feature: #100)
6544:
6545: 2010-09-03 moko
6546:
6547: * src/lib/json/JSON_parser.C: c++ compatiblity
6548:
6549: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6550: option testing added
6551:
6552: 2010-09-02 moko
6553:
6554: * src/classes/json.C: $.distinct[first|last|all] added
6555:
6556: 2010-09-01 moko
6557:
6558: * tests/results/253.processed: json test result
6559:
6560: * tests/: 253.html, 253_json.txt: json test added
6561:
6562: * src/classes/json.C: json.C update to actual version + hash key
6563: creation bugfix
6564:
6565: 2010-08-31 misha
6566:
6567: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6568: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6569: src/lib/Makefile.am, src/classes/Makefile.am,
6570: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6571: json library was added
6572:
6573: 2010-08-30 moko
6574:
6575: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6576: types/pa_vobject.C: cosmetic optimization in
6577: request:execute_method usage
6578:
6579: * src/: include/pa_charset.h, main/pa_charset.C: small
6580: optimization, just to decrease number of lines. :)
6581:
6582: 2010-08-27 misha
6583:
6584: * src/classes/op.C: - taint[json] was added
6585:
6586: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6587: were added
6588:
6589: * src/main/pa_exec.C: - warning fix was rolled back.
6590:
6591: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6592: include/pa_string.h: - taint[json] was added - escaping was
6593: slightly modified
6594:
6595: 2010-08-25 misha
6596:
6597: * src/classes/file.C: - typo in file:sql exception was fixed
6598:
6599: * src/main/pa_exec.C: - warning about declared and not used
6600: variable forced_allow was removed
6601:
6602: 2010-08-14 misha
6603:
6604: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6605: were removed
6606:
6607: 2010-08-11 moko
6608:
6609: * tests/: 249.html, results/249.processed: default setter and
6610: anti-recursive default getter test added
6611:
6612: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6613: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6614: types/pa_vobject.h, types/pa_vstateless_class.C,
6615: types/pa_vstateless_class.h: default setter support +
6616: anti-recursive default getter support ( new feature: #13 )
6617:
6618: * src/include/pa_hash.h: optimization: threshold member removed
6619: from hash, reducing sizeof(hash)
6620:
6621: 2010-08-10 misha
6622:
6623: * tests/196.html: - junction-method was added to the test
6624:
6625: * tests/248.html: - ups. typo :)
6626:
6627: * tests/248.html: - test for checking .match with 4 params
6628:
6629: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6630: 247_windows1251.txt: - test for "transcode file from utf-8 to
6631: $request:charset during loading if the BOM code is detected"
6632:
6633: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6634: $request:charset during loading if the BOM code is detected ( new
6635: feature: #98 )
6636:
6637: 2010-08-05 misha
6638:
6639: * src/classes/image.C: - ^image.replace now can accept only 2
6640: params. in this case the whole image is affected ( new feature:
6641: #95 )
6642:
6643: 2010-08-04 misha
6644:
6645: * tests/246.html: - test tor ^hash._at[] was added
6646:
6647: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6648: #53 )
6649:
6650: * src/include/pa_hash.h: - methods for accessing the first and the
6651: last values of ordered hash were added (first_value and
6652: last_value)
6653:
6654: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6655: (similar to others file's methods):
6656: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6657: #68 )
6658:
6659: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6660:
6661: 2010-08-01 moko
6662:
6663: * src/classes/op.C: to correctly process $result[] in code, called
6664: from ^process
6665:
6666: * tests/245.html: $result in ^process[] test added
6667:
6668: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6669: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6670: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6671: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6672: caller, self) op_call(VMethodFrame &frame, bool constructing)
6673: removed, construct(class,method) added
6674:
6675: * tests/results/: 192.processed, 244.processed: request::construct
6676: added
6677:
6678: * tests/: 244.html, 245.html, results/244.processed,
6679: results/245.processed: object creation exceptions and ^process
6680: tests added
6681:
6682: 2010-07-28 misha
6683:
6684: * tests/make_tests.cmd: - win32 EOLs
6685:
6686: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6687: tests on Win32 were added (The system timezone should be GMT+3)
6688:
6689: 2010-07-26 misha
6690:
6691: * tests/: 212.html, results/212.processed: - sizes were removed
6692: mecause they could be different on different OSs
6693:
6694: * tests/065.html: - make it "win32 friendly"
6695:
6696: 2010-07-25 misha
6697:
6698: * src/main/compile.y: - all EOLs between methods are removed during
6699: compilation ( new feature: #47 )
6700:
6701: * tests/results/149.processed: - prepare tests to trim trailing
6702: methods' EOLs
6703:
6704: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6705:
6706: * tests/: results/006.processed, results/014.processed, 006.html,
6707: 014.html, 022.html: - prepare tests to trim trailing methods'
6708: EOLs
6709:
6710: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6711: results/071.processed, results/022.processed: - prepare tests to
6712: trim trailing methods' EOLs
6713:
6714: * tests/: results/073.processed, results/109.processed,
6715: results/142.processed, results/144.processed,
6716: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6717: 144.html: - prepare tests to trim trailing methods' EOLs
6718:
6719: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6720: 149.html, 152.html, results/096.processed, results/107.processed,
6721: results/109.processed, results/142.processed,
6722: results/144.processed: - prepare tests to trim trailing methods'
6723: EOLs
6724:
6725: 2010-07-24 moko
6726:
6727: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6728: the hash order in this test
6729:
6730: * tests/014.html: to check hash order, hash no is longer sorted
6731: before print
6732:
6733: * src/include/pa_hash.h: hash copy constructor now keeps order
6734: (bugfix: #54)
6735:
6736: 2010-07-23 moko
6737:
6738: * tests/results/224.processed: @auto[] is no longer inherited
6739:
6740: * src/types/pa_vstateless_class.C, tests/227.html,
6741: tests/results/227.processed: @auto[] is no longer inherited
6742: (bugfix: #57)
6743:
6744: 2010-07-22 misha
6745:
6746: * src/classes/table.C: - don't skip comment lines during
6747: table::load if encloser or separator is set as '#' ( new feature:
6748: #30 )
6749:
6750: * src/targets/cgi/parser3.C: - don't run as cgi if
6751: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6752: #12 )
6753:
6754: * src/classes/file.C: - set PARSER_VARSION env before external
6755: script executing
6756:
6757: 2010-07-13 misha
6758:
6759: * tests/058.html: - test for suppressing @border was added - test
6760: for user attribute was added
6761:
6762: * tests/results/186.processed: unescaping from \uXXXX
6763:
6764: * tests/186.html: unescaping from \uXXXX
6765:
6766: * tests/: 239.html, results/239.processed: method call type
6767:
6768: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6769: $junction_method.CLASS_NAME (+CLASS)
6770:
6771: 2010-07-07 misha
6772:
6773: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6774: *nix
6775:
6776: 2010-07-05 misha
6777:
6778: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6779: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6780: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6781: comment strings "options must be hash", "options must be hash,
6782: not code" and "called with invalid option" were replaced by
6783: constatns - exception comment string "invalid option passed" was
6784: replaced by "called with invalid option" (now in different
6785: methods are the same exception comment string)
6786:
6787: * src/include/pa_exception.h: - more exception strings were defined
6788:
6789: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6790: types/pa_vstateless_class.h: - now we can define possible
6791: method's call type ( new feature: #5 ) 1.
6792: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6793: methods 2. @static:method[params] (only static keyword could be
6794: used here) -- for specified methods
6795:
6796: * src/main/pa_common.C: - junction points should not be deleted on
6797: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6798: cleanup
6799:
6800: 2010-07-03 misha
6801:
6802: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6803: results/158.processed, results/160.processed,
6804: results/161.processed, results/162.processed,
6805: results/163.processed: - prepare tests to trim trailing methods'
6806: EOLs
6807:
6808: * tests/results/169.processed: - prepare tests to trim trailing
6809: methods' EOLs
6810:
6811: * tests/results/: 168.processed, 169.processed: - prepare tests to
6812: trim trailing methods' EOLs
6813:
6814: * tests/: results/170.processed, results/167.processed,
6815: results/168.processed, results/169.processed, 167.html, 168.html,
6816: 169.html: - prepare tests to trim trailing methods' EOLs
6817:
6818: * tests/: results/170.processed, results/171.processed,
6819: results/172.processed, results/173.processed,
6820: results/174.processed, results/175.processed, 170.html, 171.html,
6821: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6822: trailing methods' EOLs
6823:
6824: * tests/: results/176.processed, results/180.processed,
6825: results/184.processed, results/185.processed,
6826: results/191.processed, results/192.processed,
6827: results/196.processed, results/197.processed,
6828: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6829: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6830: to trim trailing methods' EOLs
6831:
6832: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6833: results/199.processed, results/208.processed,
6834: results/209.processed, results/213.processed,
6835: results/214.processed: - prepare tests to trim trailing methods'
6836: EOLs
6837:
6838: 2010-06-29 misha
6839:
6840: * tests/: 220.html, 218.html, results/218.processed,
6841: results/215.processed, results/217.processed, 215.html, 217.html:
6842: - prepare tests to trim trailing methods' EOLs
6843:
6844: * tests/: results/224.processed, 224.html, 223.html,
6845: results/223.processed, results/220.processed: - prepare tests to
6846: trim trailing methods' EOLs
6847:
6848: * tests/results/: 226.processed, 230.processed: - prepare tests to
6849: trim trailing methods' EOLs
6850:
6851: * tests/: 229.html, results/229.processed: - prepare tests to trim
6852: trailing methods' EOLs
6853:
6854: * tests/: 232.html, 235.html, results/232.processed,
6855: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6856: results/226.processed, results/227.processed,
6857: results/228.processed, results/230.processed: - prepare tests to
6858: trim trailing methods' EOLs
6859:
6860: 2010-06-16 moko
6861:
6862: * tests/: 229.html, results/229.processed: elseif now supported in
6863: ^if
6864:
6865: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6866:
6867: 2010-06-03 misha
6868:
6869: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6870: instead of memcopy for overlaped regions
6871:
6872: 2010-05-25 misha
6873:
6874: * src/main/pa_common.C: - wanring about unused vars was removed
6875:
6876: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6877: get_method_filename was moved to execute.C
6878:
6879: 2010-05-23 misha
6880:
6881: * src/main/pa_request.C: - more accurate detection of method's file
6882:
6883: 2010-05-22 misha
6884:
6885: * src/classes/reflection.C: - bugfix: core during detection of
6886: .file if filespec isn't detected successfully
6887:
6888: 2010-05-20 misha
6889:
6890: * src/main/pa_request.C: - fix in get_method_filename
6891:
6892: * src/include/pa_request.h: - new feature: #24 -- searching
6893: included file in @USE/^use is changed. if its filespec doesn't
6894: start from '/' it will be searched in caller file directory
6895:
6896: * src/classes/reflection.C: - ^reflection:method_info returns file
6897: where the method is defined
6898:
6899: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6900: classes/op.C: - new feature: #24 -- searching included file in
6901: @USE/^use is changed. if its filespec doesn't start from '/' it
6902: will be searched in caller file directory
6903:
6904: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6905: is moved to pa_common.h
6906:
6907: 2010-05-18 misha
6908:
6909: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6910: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6911: cookie parser decode \uXXXX as well as %uXXXX
6912:
6913: 2010-05-17 misha
6914:
6915: * src/classes/curl.C: beauty: - unused param is removed in method
6916: _curl_version_action - some spaces were removed or replaced by
6917: tabs
6918:
6919: * src/classes/table.C: - bugfix: #72 core with empty value during
6920: ^table.hash[...;name_of_the_last_column][$.type[string]]
6921:
6922: 2010-05-16 misha
6923:
6924: * src/classes/curl.C: new: #61 more curl options were added
6925: (contributed by Sumo)
6926:
6927: 2010-04-29 pretender
6928:
6929: * src/main/pa_string.C: fixes #63 Split result from empty string
6930: now empty string.
6931:
6932: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6933: string type.
6934:
6935: 2010-04-28 pretender
6936:
6937: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6938: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6939: macrodefinition removed
6940:
6941: 2010-04-19 pretender
6942:
6943: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6944: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6945:
6946: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6947: fixes #64 Now file.missing exception generates in unsafe mode to.
6948:
6949: * src/classes/file.C: fixes #48 Now not throw "not save environment
6950: variable" exception in grpunlim version.
6951:
6952: 2010-04-05 misha
6953:
6954: * src/classes/string.C: - new feature: 4th param was added to
6955: match. if specified its value is returned in case of nothing was
6956: found
6957:
6958: 2010-04-01 misha
6959:
6960: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6961: multiple execution of /a/b/auto.p
6962:
6963: 2010-03-19 misha
6964:
6965: * src/main/execute.C: - core in $table1.$table2 was fixed
6966:
6967: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6968:
6969: 2010-01-27 misha
6970:
6971: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6972: trying to open file by path /existing-file/non-exixting-file
6973:
6974: 2010-01-26 misha
6975:
6976: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6977: was added (returns file)
6978:
6979: 2009-12-22 misha
6980:
6981: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6982: now parser doesn't have class curl if it was built without it
6983:
6984: 2009-12-15 misha
6985:
6986: * configure.in: - little cheat with curl include dir was added
6987:
6988: 2009-12-05 misha
6989:
6990: * src/classes/curl.C: - some fixes
6991:
6992: 2009-12-04 misha
6993:
6994: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6995: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6996: buildall-with-xml, buildall-without-xml, configure.in: - curl
6997: class was added
6998:
6999: * src/include/pa_hash.h: - hash-iterator was added
7000:
7001: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7002: was added to pcre
7003:
7004: 2009-11-27 misha
7005:
7006: * src/classes/image.C: - don't add @border attribute to output of
7007: ^image.html[] if it was specified by user with empty value
7008:
7009: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7010: root element and we are trying to access .documentElement
7011:
7012: 2009-11-11 misha
7013:
7014: * src/classes/table.C: - in ^table.flip[] look at number of columns
7015: instead of number of items in first row for named tables
7016:
7017: 2009-11-10 misha
7018:
7019: * operators.txt: - info about hash-options in ^file::create was
7020: added
7021:
7022: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7023: added
7024:
7025: 2009-11-09 misha
7026:
7027: * buildall-with-xml: - moving to libxml 2.7.6
7028:
7029: * tests/236.html: - tests for comparations cords with functions
7030: were added
7031:
7032: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7033: added
7034:
7035: * src/main/pa_http.C: - little optimisation
7036:
7037: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7038: GPF mallocs + stringstream (table.save)
7039:
7040: * src/classes/file.C: - file::create now accepts 4th param: options
7041: with $.charset
7042:
7043: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7044: bug in cord (comparation cords with functions was buggy)
7045:
7046: 2009-11-06 misha
7047:
7048: * src/main/pa_string.C: - bugfix: calculation string.length
7049: sometimes was buggy
7050:
7051: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7052: destroyed if exception occured during match/replace
7053:
7054: * src/: main/pa_charset.C, include/pa_charset.h: - method
7055: lengthUTF8Char was added
7056:
7057: * src/classes/op.C: - clean tainting lang was added for user's
7058: usage
7059:
7060: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7061: fixed: checkouts are required after GC_MALLOC
7062:
7063: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7064:
7065: * operators.txt: - actually, there is no ^untaint[xml] in
7066: file::create
7067:
7068: 2009-10-15 misha
7069:
7070: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7071: were added
7072:
7073: * tests/234.html: - more tests for checking ^taint[uri] escaping
7074: were added
7075:
7076: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7077: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7078: hacking: for dealing with transcoding+^taint[uri]
7079: transcode_and_untaint was replaced by untaint_and_transcode
7080:
7081: 2009-10-13 misha
7082:
7083: * tests/: 121.html, results/121.processed: - test transcoding +
7084: url-escaping now
7085:
7086: * tests/results/auto.p: - more helpers' methods were added
7087:
7088: * src/main/pa_globals.C: - die instead of abort
7089:
7090: 2009-10-06 misha
7091:
7092: * src/main/pa_common.C: - don't allocate memory during
7093: capitalization if input string is already capitalized
7094:
7095: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7096:
7097: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7098: use format function because it calls malloc
7099:
7100: * src/include/pa_common.h: - more capitalized headers were added
7101:
7102: * src/main/pa_common.C: - in safe mode clear executable bits during
7103: file writing
7104:
7105: 2009-10-05 misha
7106:
7107: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7108:
7109: 2009-10-03 misha
7110:
7111: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7112: ^img.text[] & ^img.length[] can work in utf-8 now
7113:
7114: * src/: include/pa_charset.h, main/pa_charset.C: - class
7115: UTF8_string_iterator was added
7116:
7117: * src/classes/image.C: - respect utf-8 when calculate alphabet
7118: length
7119:
7120: * src/classes/mail.C: - check from before get message.cstr
7121:
7122: 2009-10-02 misha
7123:
7124: * tests/233.html: - test for image.font, image.length, image.text
7125: with text in utf-8 were added
7126:
7127: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7128:
7129: * buildall-with-xml, buildall-without-xml: - comment about gc
7130: version for freebsd 4 was added
7131:
7132: 2009-10-01 misha
7133:
7134: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7135: terminator) - read_pipe were slightly optimized
7136:
7137: 2009-09-28 misha
7138:
7139: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7140: removed
7141:
7142: * src/types/pa_vmail.C: - forgot about space after ':'
7143:
7144: * src/types/pa_vmail.C: - escape filenames while preparing mail
7145: body - small simplifications
7146:
7147: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7148: inout params like pa_base64
7149:
7150: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7151: option $.debug-print(1) was added to mail:send - changes for
7152: using uue_encode which uses less memory
7153:
7154: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7155:
7156: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7157: memory now
7158:
7159: 2009-09-26 misha
7160:
7161: * src/types/pa_vmail.C: - default encoding now is base64
7162:
7163: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7164:
7165: 2009-09-25 misha
7166:
7167: * src/types/pa_vmail.C: - capitalization of headers was added to
7168: sending mail as well
7169:
7170: * buildall-with-xml: - catalog package was removed from libxml
7171:
7172: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7173: win32 absolute path
7174:
7175: * src/include/pa_common.h: - one more capitalized header was added
7176:
7177: 2009-09-22 misha
7178:
7179: * INSTALL: - comment about building just httpd binary while
7180: building apache module was added
7181:
7182: 2009-09-21 misha
7183:
7184: * buildall-with-xml: - moving to the latest versions of xml libs:
7185: libxml 2.7.4 and libxslt 1.1.25
7186:
7187: 2009-09-19 misha
7188:
7189: * tests/231.html: - test for encoding cookie in win-1251
7190:
7191: 2009-09-18 misha
7192:
7193: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7194: object] were added
7195:
7196: * operators.txt: - info about method ^reflection:fields[class or
7197: object] was added
7198:
7199: * src/classes/reflection.C: - method ^reflection:fields[class or
7200: object] was added
7201:
7202: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7203: methods get_fields were added
7204:
7205: * tests/232.html: - tests for @GET[name]
7206:
7207: * src/classes/table.C: - some changes in handling hash-options for
7208: creare, join and locate
7209:
7210: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7211: defined with option: the type of requested value
7212:
7213: 2009-09-17 misha
7214:
7215: * tests/212.html: - tests for .pattern and .options were added
7216:
7217: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7218: $regex.options were added
7219:
7220: 2009-09-11 misha
7221:
7222: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7223: rewrited. it checks not just one case of sending cookies during
7224: file::load[http], but also sending headers and fields (including
7225: files)
7226:
7227: 2009-09-10 misha
7228:
7229: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7230: was removed => now parser can open files with Russian 'r' in
7231: filename
7232:
7233: * src/main/untaint.C: - bugfix: client charset whould be analized
7234: while escaping cookies but now source charset
7235:
7236: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7237: ^tainted[uri] so it was possible to make request with incorrect
7238: http header
7239:
7240: * src/main/pa_http.C: - capitalization of http headers during
7241: file::load[http was slightly changes - bugfix: all headers which
7242: parser sends during file::load[http should be transcoded and only
7243: then escaped
7244:
7245: * src/main/untaint.C: - a bit more comments were added
7246:
7247: * src/classes/: file.C, string.C: - types where changes (minus 2
7248: warnings)
7249:
7250: * src/include/pa_common.h: - 2 capitalized strings for making http
7251: headers during file::load[http were added
7252:
7253: 2009-09-08 misha
7254:
7255: * operators.txt: - changes in file.save and string.save were added
7256:
7257: * tests/: 230.html, 230.txt: - tests for checking options in
7258: file.save and string.save were added
7259:
7260: * src/main/pa_request.C: - http headers names, which are passed to
7261: SAPI::add_header_attribute are lowercased now (it'll be
7262: capitalized in that method)
7263:
7264: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7265: classes/string.C: - file_write accepts Request_charsets and asked
7266: charset and cound transcode content before writing - string.save
7267: and file.save have option $.charset now
7268:
7269: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7270: classes/xdoc.C: - file_write accepts Request_charsets and asked
7271: charset and cound transcode content before writing
7272:
7273: * src/include/pa_exception.h: - new exception comment string was
7274: defined
7275:
7276: 2009-09-07 misha
7277:
7278: * src/main/compile.y: - grammar $name\ name stops now for regex
7279: sub-pattern\s
7280:
7281: 2009-09-04 misha
7282:
7283: * src/main/pa_http.C: - capitalization of http headers during
7284: file::load[http was implemented
7285:
7286: 2009-09-03 misha
7287:
7288: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7289: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7290: types/pa_vmail.C, targets/cgi/parser3.C,
7291: targets/isapi/parser3isapi.C: - back to storing response http
7292: headers in lowercase - capitalize them during output
7293:
7294: 2009-08-31 misha
7295:
7296: * src/classes/table.C: - allow call with any brackets (it could be
7297: useful in methods with explict result declaration)
7298:
7299: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7300: correctly if $request:charset==koi8-r
7301:
7302: 2009-08-30 misha
7303:
7304: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7305: changed: content-type => Content-type and so on
7306:
7307: * src/classes/file.C, src/include/pa_common.h,
7308: src/include/pa_request.h, src/main/pa_http.C,
7309: src/main/pa_request.C, src/types/pa_vcookie.C,
7310: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7311: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7312: tests/results/002.processed, tests/results/003.processed,
7313: tests/results/004.processed, tests/results/005.processed,
7314: tests/results/006.processed, tests/results/007.processed,
7315: tests/results/008.processed, tests/results/009.processed,
7316: tests/results/010.processed, tests/results/011.processed,
7317: tests/results/012.processed, tests/results/013.processed,
7318: tests/results/014.processed, tests/results/015.processed,
7319: tests/results/016.processed, tests/results/017.processed,
7320: tests/results/018.processed, tests/results/019.processed,
7321: tests/results/020.processed, tests/results/021.processed,
7322: tests/results/022.processed, tests/results/023.processed,
7323: tests/results/024.processed, tests/results/025.processed,
7324: tests/results/026.processed, tests/results/027.processed,
7325: tests/results/028.processed, tests/results/029.processed,
7326: tests/results/030.processed, tests/results/031.processed,
7327: tests/results/032.processed, tests/results/033.processed,
7328: tests/results/034.processed, tests/results/035.processed,
7329: tests/results/036.processed, tests/results/037.processed,
7330: tests/results/038.processed, tests/results/039.processed,
7331: tests/results/040.processed, tests/results/041.processed,
7332: tests/results/042.processed, tests/results/043.processed,
7333: tests/results/044.processed, tests/results/045.processed,
7334: tests/results/046.processed, tests/results/047.processed,
7335: tests/results/048.processed, tests/results/049.processed,
7336: tests/results/050.processed, tests/results/051.processed,
7337: tests/results/052.processed, tests/results/053.processed,
7338: tests/results/054.processed, tests/results/055.processed,
7339: tests/results/056.processed, tests/results/057.processed,
7340: tests/results/058.processed, tests/results/059.processed,
7341: tests/results/060.processed, tests/results/061.processed,
7342: tests/results/062.processed, tests/results/063.processed,
7343: tests/results/064.processed, tests/results/065.processed,
7344: tests/results/066.processed, tests/results/067.processed,
7345: tests/results/068.processed, tests/results/069.processed,
7346: tests/results/070.processed, tests/results/071.processed,
7347: tests/results/072.processed, tests/results/073.processed,
7348: tests/results/074.processed, tests/results/075.processed,
7349: tests/results/076.processed, tests/results/077.processed,
7350: tests/results/078.processed, tests/results/079.processed,
7351: tests/results/080.processed, tests/results/081.processed,
7352: tests/results/082.processed, tests/results/083.processed,
7353: tests/results/084.processed, tests/results/085.processed,
7354: tests/results/086.processed, tests/results/087.processed,
7355: tests/results/088.processed, tests/results/089.processed,
7356: tests/results/090.processed, tests/results/091.processed,
7357: tests/results/092.processed, tests/results/093.processed,
7358: tests/results/094.processed, tests/results/095.processed,
7359: tests/results/096.processed, tests/results/097.processed,
7360: tests/results/098.processed, tests/results/099.processed,
7361: tests/results/100.processed, tests/results/101.processed,
7362: tests/results/102.processed, tests/results/103.processed,
7363: tests/results/104.processed, tests/results/105.processed,
7364: tests/results/106.processed, tests/results/107.processed,
7365: tests/results/108.processed, tests/results/109.processed,
7366: tests/results/110.processed, tests/results/111.processed,
7367: tests/results/112.processed, tests/results/113.processed,
7368: tests/results/114.processed, tests/results/115.processed,
7369: tests/results/116.processed, tests/results/117.processed,
7370: tests/results/118.processed, tests/results/119.processed,
7371: tests/results/120.processed, tests/results/121.processed,
7372: tests/results/122.processed, tests/results/123.processed,
7373: tests/results/124.processed, tests/results/125.processed,
7374: tests/results/126.processed, tests/results/127.processed,
7375: tests/results/128.processed, tests/results/129.processed,
7376: tests/results/130.processed, tests/results/131.processed,
7377: tests/results/132.processed, tests/results/133.processed,
7378: tests/results/134.processed, tests/results/135.processed,
7379: tests/results/136.processed, tests/results/138.processed,
7380: tests/results/139.processed, tests/results/140.processed,
7381: tests/results/141.processed, tests/results/142.processed,
7382: tests/results/143.processed, tests/results/144.processed,
7383: tests/results/145.processed, tests/results/146.processed,
7384: tests/results/147.processed, tests/results/148.processed,
7385: tests/results/149.processed, tests/results/150.processed,
7386: tests/results/151.processed, tests/results/152.processed,
7387: tests/results/153.processed, tests/results/154.processed,
7388: tests/results/155.processed, tests/results/156.processed,
7389: tests/results/157.processed, tests/results/158.processed,
7390: tests/results/159.processed, tests/results/160.processed,
7391: tests/results/161.processed, tests/results/162.processed,
7392: tests/results/163.processed, tests/results/164.processed,
7393: tests/results/165.processed, tests/results/166.processed,
7394: tests/results/167.processed, tests/results/168.processed,
7395: tests/results/169.processed, tests/results/170.processed,
7396: tests/results/171.processed, tests/results/172.processed,
7397: tests/results/173.processed, tests/results/174.processed,
7398: tests/results/175.processed, tests/results/176.processed,
7399: tests/results/177.processed, tests/results/178.processed,
7400: tests/results/179.processed, tests/results/180.processed,
7401: tests/results/181.processed, tests/results/182.processed,
7402: tests/results/183.processed, tests/results/184.processed,
7403: tests/results/185.processed, tests/results/186.processed,
7404: tests/results/187.processed, tests/results/188.processed,
7405: tests/results/189.processed, tests/results/190.processed,
7406: tests/results/191.processed, tests/results/192.processed,
7407: tests/results/193.processed, tests/results/194.processed,
7408: tests/results/195.processed, tests/results/196.processed,
7409: tests/results/197.processed, tests/results/198.processed,
7410: tests/results/199.processed, tests/results/200.processed,
7411: tests/results/201.processed, tests/results/202.processed,
7412: tests/results/203.processed, tests/results/204.processed,
7413: tests/results/205.processed, tests/results/206.processed,
7414: tests/results/207.processed, tests/results/208.processed,
7415: tests/results/209.processed, tests/results/210.processed,
7416: tests/results/211.processed, tests/results/212.processed,
7417: tests/results/213.processed, tests/results/214.processed,
7418: tests/results/215.processed, tests/results/216.processed,
7419: tests/results/217.processed, tests/results/218.processed,
7420: tests/results/219.processed, tests/results/220.processed,
7421: tests/results/221.processed, tests/results/222.processed,
7422: tests/results/223.processed, tests/results/224.processed,
7423: tests/results/225.processed, tests/results/226.processed,
7424: tests/results/227.processed, tests/results/228.processed,
7425: tests/results/229.processed: - http headers were changed:
7426: content-type => Content-type and so on
7427:
7428: 2009-08-27 misha
7429:
7430: * src/: main/pa_random.C, include/pa_random.h,
7431: targets/cgi/parser3.C: - year was updated :)
7432:
7433: 2009-08-26 misha
7434:
7435: * tests/: 224.html, 224.p: - test for creating of parser object
7436: using constructor without params - little bugfix in test
7437:
7438: * src/main/compile_tools.h: - bugfix: should't call autouse while
7439: checking existed class while processing partial option
7440:
7441: * src/classes/reflection.C: - bugfix: core when creating object
7442: with reflection and constructor doesn't have params
7443:
7444: 2009-08-24 misha
7445:
7446: * tests/229.html: - tests for checking the number of parameters
7447: were added
7448:
7449: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7450: number of method's parameters wasn't checked correctly (the bug
7451: was introduced in 3.4.0)
7452:
7453: 2009-08-22 misha
7454:
7455: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7456: transcoded, but tainted pieces are escaped only when
7457: content-type==url-encoding
7458:
7459: * tests/228.html: - test for checking
7460: ^file::load[http://...;$.body[]]
7461:
7462: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7463: post charset was too early (charsets is empty at this moment)
7464:
7465: 2009-08-21 misha
7466:
7467: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7468: main/untaint.C: - some fixes with transcode+untaint
7469:
7470: 2009-08-15 misha
7471:
7472: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7473: was increaced to 100 (was 50)
7474:
7475: * tests/227.html: - test for checking overriding properties in
7476: static classes was added
7477:
7478: * tests/: 226.html, 226.p: - test for @autoload[] was added
7479:
7480: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7481: main/execute.C, main/pa_request.C, classes/reflection.C: -
7482: autouse was implemented
7483:
7484: 2009-08-14 misha
7485:
7486: * src/classes/reflection.C: - outdated checkout was removed
7487:
7488: * src/classes/reflection.C: - optimization - method ^dynamical was
7489: added.
7490:
7491: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7492: types/pa_vstateless_class.h, main/execute.C: - optimization
7493:
7494: * src/types/pa_vclass.C: - exception if base on sytem class
7495:
7496: 2009-08-12 misha
7497:
7498: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7499: pa_vstateless_class.h: - little optimisation
7500:
7501: 2009-08-11 misha
7502:
7503: * tests/224.html: - method_params => method_info - checking for
7504: $.inherited
7505:
7506: * src/classes/reflection.C, operators.txt: - method method_params
7507: was renamed to method_info and now it returns class name, if
7508: method was defined in ancestor
7509:
7510: * tests/225.html: - tests for cheching properties in hierarhical
7511: classes were added
7512:
7513: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7514: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7515: main/compile.y, main/execute.C, classes/classes.C: - problems
7516: with properties in new classes implementation were fixed
7517:
7518: 2009-08-10 misha
7519:
7520: * src/main/execute.C: - now constructor shouldn't be defined in
7521: class. it could be defined in parent.
7522:
7523: 2009-08-09 misha
7524:
7525: * src/classes/reflection.C: - ^reflection:methods doesn't return
7526: base's methods
7527:
7528: 2009-08-08 misha
7529:
7530: * src/: classes/classes.h, classes/date.C, classes/file.C,
7531: classes/form.C, classes/hash.C, classes/hashfile.C,
7532: classes/image.C, classes/mail.C, classes/op.C,
7533: classes/reflection.C, classes/regex.C, classes/string.C,
7534: classes/table.C, classes/xdoc.C, classes/xnode.C,
7535: classes/xnode.h, include/pa_hash.h, main/execute.C,
7536: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7537: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7538: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7539: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7540: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7541: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7542: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7543: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7544: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7545: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7546: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7547: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7548: types/pa_vresponse.C, types/pa_vresponse.h,
7549: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7550: types/pa_vstateless_object.h, types/pa_vstatus.C,
7551: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7552: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7553: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7554: types/pa_wwrapper.h, types/types.vcproj: - new classes
7555: implementation
7556:
7557: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7558: USE_MUNMAP is used. so it is disabled as a workaround.
7559:
7560: 2009-08-05 misha
7561:
7562: * src/: main/pa_common.C, include/pa_common.h: - not needed
7563: parameter was removed
7564:
7565: * src/main/pa_http.C: - bugfix: error was during detecting
7566: content-type of file which was loaded by http
7567:
7568: 2009-08-01 misha
7569:
7570: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7571: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7572: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7573: can't be disabled with defines any longer
7574:
7575: 2009-07-29 misha
7576:
7577: * src/classes/reflection.C, tests/results/224.processed: - for
7578: native methods with any call type now returned empty call_type
7579: value
7580:
7581: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7582: classes/table.C, include/pa_hash.h, include/pa_request.h,
7583: main/pa_request.C: - break in cycles was optimized
7584:
7585: * INSTALL: - more defines were described
7586:
7587: 2009-07-28 misha
7588:
7589: * operators.txt: - some changes in information about reflection
7590: class
7591:
7592: * tests/: 224.html, 224.p: - tests for reflection class
7593:
7594: * src/classes/reflection.C: - some bugs were fixed, method classes
7595: was added, refactoring
7596:
7597: 2009-07-26 misha
7598:
7599: * src/classes/classes.vcproj: - reflection class wass added to
7600: project
7601:
7602: * operators.txt: - information about reflection class was added
7603:
7604: * src/classes/reflection.C: - class was redesigned
7605:
7606: 2009-07-24 misha
7607:
7608: * src/classes/: Makefile.am, reflection.C: - class reflection was
7609: added
7610:
7611: * src/types/pa_vstateless_class.h: - method for reflection method's
7612: in classes was added
7613:
7614: 2009-07-22 misha
7615:
7616: * src/main/compile_tools.h: - bugfix: $object.$var was
7617: over-optimized. it failed if $object1.$object2.field
7618:
7619: 2009-07-16 misha
7620:
7621: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7622: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7623: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7624: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7625: one more arg: length of cord
7626:
7627: 2009-07-15 misha
7628:
7629: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7630: tainted in ^file::load[http://...;$.cookies[]]
7631:
7632: * src/classes/: op.C, regex.C, string.C: - new string with
7633: exception was used
7634:
7635: * src/include/pa_exception.h: - new string with exception was added
7636:
7637: * tests/223.html: - test for checking cookie-encoding during
7638: ^file::load[http was added
7639:
7640: * tests/: 221.html, 222.html: - tests for checking type of
7641: $table.fields.field were added
7642:
7643: * src/types/pa_vtable.C: - not used var decl was removed
7644:
7645: * src/include/pa_string.h: - use cached string length in Body::mid.
7646: it improves speed of match with brackets in pattern
7647:
7648: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7649: outside
7650:
7651: 2009-07-14 misha
7652:
7653: * src/types/pa_vtable.C: - $table.fields.a return string even if
7654: column is empty (sometime returned void) - $table.fields was
7655: added for nameless tables
7656:
7657: * src/targets/cgi/getopt.c: - one warning resolved
7658:
7659: * src/main/pa_string.C: - potentian bug fixed
7660:
7661: * src/classes/op.C: - small optimization in taint/untaint
7662:
7663: 2009-07-13 misha
7664:
7665: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7666: added
7667:
7668: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7669: souldn't add the attribut to output
7670:
7671: 2009-07-11 misha
7672:
7673: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7674: stack size was increaced to 2MB (default=1MB)
7675:
7676: 2009-07-08 misha
7677:
7678: * src/main/pa_string.C: - link to UTF-8 description was added
7679:
7680: * src/include/pa_hash.h: - hash keeps element's order in more
7681: places (ex: ._keys[])
7682:
7683: * tests/220.html: - test for checking order of elements in hash in
7684: foreach was added
7685:
7686: * tests/172.html: - small changes in printing hash
7687:
7688: * tests/129.html: - small changes in printing hash
7689:
7690: * src/: include/pa_common.h, include/pa_hash.h,
7691: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7692: types/pa_vmethod_frame.h: - hash now keeps order of elements
7693:
7694: * tests/014.html: - small changes in printing hash
7695:
7696: 2009-07-07 misha
7697:
7698: * src/classes/op.C: - new taint language "parser-code" was added
7699:
7700: * tests/219.html: - test for auto untaint parser code in process
7701: was added
7702:
7703: * src/classes/op.C: - tainted pieces in body of process are
7704: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7705:
7706: * src/: include/pa_string.h, main/untaint.C: - new language
7707: L_PARSER_CODE for auto-untaint in process was added
7708:
7709: * src/: classes/file.C, classes/hash.C, classes/image.C,
7710: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7711: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7712: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7713: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7714: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7715: code cleanup
7716:
7717: 2009-07-06 misha
7718:
7719: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7720: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7721: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7722:
7723: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7724: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7725: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7726: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7727: should be used
7728:
7729: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7730: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7731: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7732: untaint_cstr[m] should be used
7733:
7734: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7735: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7736:
7737: * tests/218.html: - test for checking automatic file-spec-taint was
7738: added
7739:
7740: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7741: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7742: classes/file.C, classes/hash.C, classes/image.C,
7743: classes/string.C, classes/table.C, classes/void.C,
7744: classes/xdoc.C: - optimizations and simplification of
7745: string.cstr(...)
7746:
7747: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7748: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7749: - optimizations and simplification of string.cstr(...)
7750:
7751: 2009-07-04 misha
7752:
7753: * tests/217.html: - test for recursion detection was added
7754:
7755: * src/: types/types.vcproj, main/main.vcproj,
7756: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7757: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7758: from .vcproj
7759:
7760: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7761:
7762: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7763: uploading files and case-insensitive http-method were added
7764:
7765: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7766: tainted pattern in ^file:list[] was added
7767:
7768: 2009-07-03 misha
7769:
7770: * src/: classes/classes.vcproj, main/main.vcproj,
7771: types/types.vcproj, targets/cgi/parser3.vcproj,
7772: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7773: for dynamic_cast) - little options changes
7774:
7775: * src/main/pa_http.C: - file::load[http works now with uploading
7776: files _and_ changing $.charset
7777:
7778: 2009-06-29 misha
7779:
7780: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7781: while creating pattern
7782:
7783: 2009-06-25 misha
7784:
7785: * src/classes/image.C, operators.txt: - options' names for
7786: ^image.font were changed to $.space, $.width and $spacing -
7787: default space width now == gif's width
7788:
7789: 2009-06-24 misha
7790:
7791: * tests/215.html: - tests for $file.mode were added
7792:
7793: * operators.txt: - added info about $file.mode and changes in
7794: ^image.font[
7795:
7796: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7797: param now could be omited - third param now could be hash (with
7798: all widths options: $.space-width, $.letter-width) - it's
7799: possible to specify tracking ($.letter-space)
7800:
7801: * src/classes/file.C: - file objects now could have mode field
7802: (text|binary)
7803:
7804: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7805:
7806: 2009-06-23 misha
7807:
7808: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7809: trim can work with utf-8 chars now
7810:
7811: 2009-06-20 misha
7812:
7813: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7814: was implemented
7815:
7816: * src/classes/table.C: - string length cacheing was implemented
7817:
7818: * src/include/pa_string.h: - string length cacheing was implemented
7819:
7820: 2009-06-17 misha
7821:
7822: * src/main/execute.C: - value param was removed from
7823: WContext::WContext
7824:
7825: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7826: pa_wwrapper.h: - value param was removed from WContext::WContext
7827: - field wcontext was removed from VCodeFrame (using fparent
7828: instead)
7829:
7830: * tests/214.html: - test with hash copying
7831:
7832: 2009-06-16 misha
7833:
7834: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7835: strings doesn't work in expression anymore
7836:
7837: * src/main/execute.C: - less calls for get_constructing() - little
7838: refactoring
7839:
7840: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7841: include/pa_request.h: - less calls for get_constructing()
7842:
7843: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7844: introduced with OPTIMIZE_SINGLE_STRING optimization
7845:
7846: 2009-06-14 misha
7847:
7848: * src/: classes/date.C, classes/file.C, classes/hash.C,
7849: classes/hashfile.C, classes/image.C, classes/regex.C,
7850: classes/table.C, classes/xdoc.C, classes/xnode.h,
7851: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7852: types/pa_vstateless_class.h, main/execute.C: - create object for
7853: storing object's fields only for parser objects
7854:
7855: 2009-06-13 misha
7856:
7857: * buildall-with-xml, buildall-without-xml: - new option was added
7858: for building GC (it slightly reduces memory usage)
7859:
7860: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7861: single string write
7862:
7863: * src/main/execute.C: - bytecode optimization of ^class:constructor
7864: - optimization of single string write
7865:
7866: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7867: - bytecode optimization of ^class:constructor
7868:
7869: 2009-06-09 misha
7870:
7871: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7872: main (better compatibility)
7873:
7874: 2009-06-08 misha
7875:
7876: * src/main/compile.y: - I've forgot to commit it :(
7877:
7878: 2009-06-07 misha
7879:
7880: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7881: WITH_READ and WITH_ROOT
7882:
7883: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7884: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7885: WITH_ROOT - little refactoring
7886:
7887: 2009-06-06 misha
7888:
7889: * tests/213.html: - tests for 3rd match string-param were added
7890:
7891: * src/classes/string.C: - 3rd match param could be string now
7892:
7893: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7894: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7895: GET_OBJECT_ELEMENT
7896:
7897: 2009-06-05 misha
7898:
7899: * src/main/pa_http.C: - bugfix: content-length was not calculated
7900: if $.body was specified
7901:
7902: 2009-06-04 misha
7903:
7904: * src/classes/op.C: - optimizing write_assign_lang in connect
7905:
7906: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7907:
7908: * src/main/execute.C: - little refactoring - optimizing
7909: write_assign_lang in taint/untaint
7910:
7911: * src/include/pa_opcode.h: - little refactoring
7912:
7913: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7914: main/compile_tools.h, main/execute.C: - optimizations for
7915: $self.field, ^self.method, $self.field[...] and $self.field(...)
7916: were added
7917:
7918: 2009-06-03 misha
7919:
7920: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7921:
7922: 2009-06-02 misha
7923:
7924: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7925: include/pa_opcode.h: - refactoring in last optimizations
7926: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7927: now but code is much easy and it is ready for further
7928: improvements.
7929:
7930: 2009-05-27 misha
7931:
7932: * src/: types/pa_junction.h, types/pa_vjunction.C,
7933: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7934: changed in destructing junctions
7935:
7936: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7937: String:Body
7938:
7939: 2009-05-26 misha
7940:
7941: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7942: one method detect_charset was deleted - bug was fixed in this
7943: method (error while detecting charset in content_type withot last
7944: ';')
7945:
7946: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7947: once
7948:
7949: 2009-05-25 misha
7950:
7951: * src/classes/file.C: - bugfix: file::exec didn't work after
7952: optimizing of helper_length
7953:
7954: 2009-05-24 misha
7955:
7956: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7957: were added - little refactoring
7958:
7959: * src/main/execute.C: - core while printing in debug log
7960: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7961: optimisations were added
7962:
7963: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7964: were added
7965:
7966: 2009-05-23 misha
7967:
7968: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7969: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7970: CORD_cat optimization
7971:
7972: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7973: - call constr optimisation under separate define now
7974:
7975: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7976: in $b should be string, not void
7977:
7978: * src/main/compile.y: - little fix for rem-cut optimisation
7979:
7980: * src/: include/pa_opcode.h, main/compile_tools.C,
7981: main/compile_tools.h, main/execute.C: - optimisations for
7982: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7983:
7984: * INSTALL: - description of some #defined were added
7985:
7986: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7987: before 1st access (memory usage is reduced if don't access to
7988: .text field)
7989:
7990: * src/include/pa_array.h: - array grows step now not static (it
7991: reduces numbers of reallocs)
7992:
7993: 2009-05-20 misha
7994:
7995: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7996: $.b(2), $c[d] and $.e[f] was added
7997:
7998: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7999: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8000: $.e[f] was added
8001:
8002: * src/main/execute.C: - debug printing moved in defines
8003:
8004: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8005: and little refactoring for OP_GET_OBJECT_ELEMENT +
8006: OP_GET_OBJECT_VAR_ELEMENT optimisation
8007:
8008: 2009-05-19 misha
8009:
8010: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8011: execute.C: - $a.$b & ^a.$b bytecode optimisation
8012:
8013: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8014: ^a.$b optimisation)
8015:
8016: * src/main/compile.y: - compiler now generate new opcodes:
8017: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8018: ^a.b - compiler now cut off ^rem{ with all content ; any number
8019: of params }
8020:
8021: * src/main/execute.C: - code for handle new opcodes
8022: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8023:
8024: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8025: added for LA2V and LA2S
8026:
8027: * src/include/pa_opcode.h: - new defines which can be used for
8028: disable some bytecode optimisation and new opcodes were added
8029:
8030: 2009-05-17 misha
8031:
8032: * src/lib/cord/cordxtra.c: - bugfix.
8033:
8034: * tests/212.html: - .size[] and .study_size[] were added to tests
8035:
8036: * operators.txt: - info about regex class was added
8037:
8038: * tests/212.html: - tests for regex class were added
8039:
8040: 2009-05-16 misha
8041:
8042: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8043: gc7.1
8044:
8045: * tests/022.html: - test for ^file:list[path;] (empty second param)
8046: was added
8047:
8048: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8049: param) should work
8050:
8051: 2009-05-15 misha
8052:
8053: * src/classes/table.C: - automatically disable stringstream usage
8054: on freebsd4
8055:
8056: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8057: scope
8058:
8059: * tests/211.html: - test with different types of access to hash was
8060: added
8061:
8062: * tests/210.html: - test which checks for loosing tainting in
8063: hash's keys was added
8064:
8065: * tests/208.html: - some parser work added. or stime == 0 %-)
8066:
8067: * src/lib/cord/cordbscs.c: - little hack was added to cord
8068:
8069: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8070:
8071: * src/include/pa_version.h, configure.in: - moko have made a lot of
8072: optimisations for increacing version number more dramatically :)
8073:
8074: * src/classes/date.C: - little refactoring: use constructor which
8075: accepts formated string
8076:
8077: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8078: which can print formatted string was added
8079:
8080: 2009-05-14 misha
8081:
8082: * src/include/pa_string.h: - type was fixed
8083:
8084: * src/: classes/hashfile.C, classes/op.C,
8085: include/pa_cache_managers.h, include/pa_charset.h,
8086: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8087: include/pa_request.h, include/pa_sql_driver_manager.h,
8088: include/pa_string.h, include/pa_stylesheet_manager.h,
8089: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8090: main/pa_charsets.C, main/pa_string.C,
8091: main/pa_stylesheet_connection.C, types/pa_value.h,
8092: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8093: types/pa_vobject.C, types/pa_vstateless_class.C,
8094: types/pa_vstateless_class.h: - hash_code caching was implemented
8095: (seaches should be faster now)
8096:
8097: * src/: classes/file.C, classes/hash.C, classes/image.C,
8098: classes/string.C, classes/table.C, include/pa_string.h,
8099: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8100: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8101: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8102: types/pa_vrequest.C: - String constructors don't have that stupid
8103: true/false param which means 'tainted'. they accept lang instead.
8104:
8105: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8106: with OPTIMIZE_RESULT
8107:
8108: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8109: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8110:
8111: 2009-05-13 misha
8112:
8113: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8114: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8115: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8116: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8117: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8118: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8119: include/pa_string.h, classes/date.C, classes/file.C,
8120: classes/hash.C, classes/image.C, classes/string.C,
8121: classes/table.C, classes/xdoc.C: - result optimisation -
8122: helper_length parameter removed from string constructors
8123:
8124: 2009-05-11 misha
8125:
8126: * tests/209.html: - tests for ^hash::create[hash] were added
8127:
8128: * tests/208.html: - tests for $status:rusage, $status:memory,
8129: ^memory:compact[] were added
8130:
8131: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8132: log10 were added
8133:
8134: * tests/206.html: - test for try with finally was added
8135:
8136: 2009-05-10 misha
8137:
8138: * tests/205.html: - test for ^file::create[...] was added
8139:
8140: * tests/204.html: - test for ^response:clear[] was added
8141:
8142: * tests/038.html: - tests for trigonometric functions were added
8143:
8144: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8145: added - more tests for .add, .sub, .union, .intersects and
8146: .intersections
8147:
8148: * tests/065.html: - test for ^file:dirname was added
8149:
8150: * tests/030.html: - test for $cookie:fields was added
8151:
8152: * tests/203.html: - test for ^h._keys[column name] was added
8153:
8154: * tests/201.html: - tests for .trim were added
8155:
8156: * tests/202.html: - tests for last-day,
8157: date:calendar[type](YYYY;MM;DD) were added
8158:
8159: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8160: .offset[type](N) were added
8161:
8162: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8163: and .pos[c](N) were added
8164:
8165: * tests/141.html: - test for math:sha1 was added
8166:
8167: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8168:
8169: 2009-05-09 misha
8170:
8171: * src/main/compile.y: - rollback
8172:
8173: 2009-05-05 misha
8174:
8175: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8176: replaced by is_empty()
8177:
8178: * src/: include/pa_string.h, main/pa_charset.C: - little
8179: optimisation: somewhere length() was replaced by is_empty()
8180:
8181: * src/classes/table.C: - little optimisation: somewhere length()
8182: was replaced by is_empty()
8183:
8184: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8185: classes/op.C, classes/table.C, main/pa_exception.C: - little
8186: optimisation: somewhere length() was replaced by is_empty()
8187:
8188: 2009-05-04 misha
8189:
8190: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8191: types/pa_vstateless_class.h, main/execute.C,
8192: include/pa_request.h, classes/hash.C, classes/op.C,
8193: classes/table.C: - more optimisations were added: some operators
8194: don't switch write context anylonger
8195:
8196: 2009-05-01 misha
8197:
8198: * src/main/compile.y: - slightly more opcode optimisations for
8199: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8200:
8201: * src/main/execute.C: - simplifying process for getters
8202:
8203: 2009-04-30 misha
8204:
8205: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8206:
8207: * tests/results/199.processed: - test for checking $result into
8208: ^rem was added
8209:
8210: * tests/199.html: - test for checking $result into ^rem was added
8211:
8212: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8213: some OS it returns list in different order)
8214:
8215: * src/: include/pa_array.h, include/pa_request.h,
8216: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8217: changes in stack impl - get_element() optimisation: 3rd param
8218: removed - bugfix: problems with reading empty input param -
8219: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8220:
8221: * tests/results/198.processed: - test for reading empty local var
8222: was added
8223:
8224: * tests/198.html: - test for reading empty local var was added
8225:
8226: 2009-04-29 misha
8227:
8228: * src/main/compile.y: - bugfix: couldn't compile because
8229: OP_VALUE__GET_ELEMENT should be unde #ifdef
8230:
8231: * src/: include/pa_array.h, include/pa_opcode.h,
8232: include/pa_request.h, main/compile.y, main/execute.C,
8233: main/pa_request.C, types/pa_vmethod_frame.C,
8234: types/pa_vmethod_frame.h: - we can work without opcode
8235: OP_STORE_PARAM, so it was removed
8236:
8237: 2009-04-28 misha
8238:
8239: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8240: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8241: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8242: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8243: 4.
8244: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8245:
8246: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8247:
8248: * src/: main/pa_string.C, classes/string.C: - !length() =>
8249: is_empty()
8250:
8251: 2009-04-27 misha
8252:
8253: * src/types/pa_vregex.h: - back explicit vars initialisation
8254:
8255: 2009-04-24 misha
8256:
8257: * src/classes/string.C: - ups. typo fixed
8258:
8259: * src/main/execute.C: - more replacements '*new VBool' to
8260: 'VBool::get' - checks for ^break[], ^continue[] and
8261: parser.interrupted were optimised
8262:
8263: * src/classes/string.C: - number of params.count() calls was
8264: slightly reduced
8265:
8266: 2009-04-23 misha
8267:
8268: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8269: make it x64 friendly
8270:
8271: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8272: parser is x64 friendly now
8273:
8274: 2009-04-22 misha
8275:
8276: * src/types/pa_vhashfile.C: - coder friendly exception about
8277: exceeding record size was added
8278:
8279: * src/classes/file.C: - use vregex object instead of direct calls
8280: methods from pcre lib
8281:
8282: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8283: classes/string.C: - use vregex object instead of direct calls
8284: methods from pcre lib
8285:
8286: * src/: include/pa_common.h, main/pa_common.C: - method
8287: print_pcre_exec_error_text was moved to class vregex
8288:
8289: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8290: was added
8291:
8292: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8293: - class vregex was added
8294:
8295: 2009-04-21 misha
8296:
8297: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8298:
8299: * src/: types/pa_junction.h, types/pa_value.C,
8300: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8301: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8302: junction-optimisation (destructors)
8303:
8304: * src/include/pa_array.h: - free under if now
8305:
8306: 2009-04-19 misha
8307:
8308: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8309:
8310: 2009-04-18 misha
8311:
8312: * src/include/pa_version.h:
8313: :q :
8314:
8315: CV:
8316: ----------------------------------------------------------------------
8317:
8318: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8319: refactoring
8320:
8321: * src/: include/pa_array.h, include/pa_hash.h,
8322: types/pa_vmethod_frame.h: - destructors under #ifdef now
8323:
8324: * src/include/pa_memory.h: - define for using destructors was added
8325:
8326: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8327: main/execute.C: - some junctions will be cached now
8328:
8329: * src/include/pa_hash.h: - hash destructor frees pairs now
8330:
8331: * src/include/pa_array.h: - inline was added to destructor
8332:
8333: * src/types/pa_method.h: - comment was changed
8334:
8335: 2009-04-17 misha
8336:
8337: * src/: include/pa_array.h, include/pa_hash.h,
8338: types/pa_vmethod_frame.h: - destructors were added
8339:
8340: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8341: renamed to always_use_result
8342:
8343: * src/main/: compile.y, compile_tools.h: - rollback changes in
8344: compiler: full backward compatibility is better
8345:
8346: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8347: result in var's hash
8348:
8349: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8350: optimisation in method_frame
8351:
8352: * src/include/pa_array.h: - optimisation in array (allocate
8353: elements only when needed)
8354:
8355: * src/types/pa_vresponse.C: - check for $response:headers field
8356: before looking at custom fields
8357:
8358: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8359: not needed to check existance var with name 'result' in var's
8360: hash
8361:
8362: * src/main/compile.y: - compiler was changed: now it detects
8363: writings to $result and set flag writo_to_result in method
8364:
8365: * src/classes/string.C: - little optimisation: no needed to write
8366: number with lang
8367:
8368: * src/main/pa_charset.C: - methods readChar and skipChar which is
8369: used for read utf8-strings were renamed - is_escaped was renamed
8370: to isEscaped (to the same name convention)
8371:
8372: * src/: types/pa_method.h, main/compile_tools.h: - flag
8373: write_to_result added. compiler get this info from code.
8374:
8375: 2009-04-16 misha
8376:
8377: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8378: String only before 1st write
8379:
8380: * src/include/pa_string.h: - not needed template removed
8381:
8382: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8383: types/pa_vjunction.C, types/pa_vproperty.C,
8384: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8385: main/pa_request.C, classes/bool.C, classes/double.C,
8386: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8387: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8388: bool objects)
8389:
8390: 2009-04-15 misha
8391:
8392: * src/lib/cord/cordxtra.c: - more optimisation
8393:
8394: * src/: include/pa_string.h, main/untaint.C: - String::append
8395: optimisation
8396:
8397: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8398: then get and can sometime be used)
8399:
8400: * src/main/pa_string.C: - String::length optimisation
8401:
8402: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8403: these methods read different strings
8404:
8405: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8406: fresult_initial_void removed + some optimisation - if $result
8407: defined we don't write to context anymore
8408:
8409: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8410: need just skip char)
8411:
8412: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8413: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8414: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8415:
8416: * src/types/pa_vvoid.h: - added get() method for retreave one
8417: instance
8418:
8419: 2009-04-11 misha
8420:
8421: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8422:
8423: * tests/197.html: - test for parser://test in xml was added
8424:
8425: * src/classes/string.C: - small optimisation
8426:
8427: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8428: optimisation
8429:
8430: 2009-04-10 misha
8431:
8432: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8433: to pcre-7.8
8434:
8435: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8436:
8437: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8438: added
8439:
8440: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8441: $request:CLASS_NAME were added
8442:
8443: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8444: were added
8445:
8446: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8447: $env:CLASS_NAME were added
8448:
8449: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8450: '@todo' now
8451:
8452: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8453: compirer
8454:
8455: * src/main/pa_string.C: - little code cleanup
8456:
8457: * src/main/pa_common.C: - describe one more UTF-8 related error
8458: during PCRE compile/execute
8459:
8460: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8461: normalizing todo-comments: '@todo' now
8462:
8463: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8464:
8465: * src/main/pa_charset.C: - type changed for making compiler happy
8466:
8467: 2009-03-10 misha
8468:
8469: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8470: in main()
8471:
8472: 2009-02-01 misha
8473:
8474: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8475: boundary
8476:
8477: 2009-01-25 misha
8478:
8479: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8480:
8481: * src/classes/file.C: - more changes for parsing different number
8482: of params for file::load
8483:
8484: * tests/193.html: - tests for exception while base64-decode binary
8485: to string was added
8486:
8487: * tests/192.html: - tests for file::load with different number of
8488: options
8489:
8490: * src/classes/math.C: - ups. forgot '+1'
8491:
8492: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8493: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8494: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8495: (new option $.encode[multipart-form/data] should be specified) -
8496: $.method[] option for file::load now is not case-sensitive
8497:
8498: * src/: include/pa_string.h, main/untaint.C: - for file post the
8499: new taint language L_FILE_POST was added
8500:
8501: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8502: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8503: stuff was moved to separate files
8504:
8505: 2009-01-23 misha
8506:
8507: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8508: spaces to tabs were converted
8509:
8510: 2009-01-12 misha
8511:
8512: * src/main/pa_http.C: - value of $.method[] option force uppercased
8513: now
8514:
8515: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8516: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8517: their names
8518:
8519: * src/main/pa_common.C: - changes in formating
8520:
8521: * src/: classes/file.C, main/pa_http.C: - some constants changed
8522: their names
8523:
8524: * src/include/pa_http.h: - some spaces were converted to tabs
8525:
8526: * src/include/pa_common.h: - some constants changed their names
8527:
8528: * src/classes/file.C: - fixed 4-th paramether for file::load -
8529: little code rewriting
8530:
8531: * src/types/pa_vfile.C: - little code rewriting
8532:
8533: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8534: types/pa_value.h: - some formating changes
8535:
8536: * src/include/pa_common.h: - some formating spaces transformed to
8537: tabs
8538:
8539: * src/classes/string.C: - exception while base64-decode binary to a
8540: string
8541:
8542: 2009-01-11 misha
8543:
8544: * configure.in: - version changed to 3.3.1b
8545:
8546: 2008-09-05 misha
8547:
8548: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8549: release_3_3_0 on 2008-09-05 10:59:35 +0000
8550:
8551: 2008-09-04 misha
8552:
8553: * tests/: 130.html, 131.html: - these exceptions not typeless
8554: anymore
8555:
8556: * src/classes/op.C: - exception with 'invalid taint language' not
8557: typeless anylonger
8558:
8559: * src/classes/image.C: - some exceptions while operations with
8560: image not typeless anymore
8561:
8562: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8563: main/pa_exec.C, main/pa_http.C: - some exceptions while
8564: operations with files not typeless anymore
8565:
8566: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8567: types/pa_vdate.h: - exceptions while checking date range not
8568: typeless anymore
8569:
8570: * src/include/pa_exception.h: - exception type string for invalid
8571: date range was added
8572:
8573: 2008-09-03 misha
8574:
8575: * src/: classes/file.C, main/pa_string.C: - exception while pce
8576: operations not typeless anymore
8577:
8578: * src/include/pa_exception.h: - exception type for pce operations
8579: was added
8580:
8581: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8582: and .CLASS_NAME insite classes
8583:
8584: * src/classes/table.C: - don't save table header whiile
8585: ^table.save[append;filename] if file exists
8586:
8587: 2008-09-02 misha
8588:
8589: * src/main/compile.y, src/main/compile_tools.h,
8590: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8591: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8592: renamed to partial and it login changed: we must mark class as
8593: partial for allow their modifications in future.
8594:
8595: 2008-08-29 misha
8596:
8597: * tests/results/022.processed: - testing taint[regex] in mask for
8598: file:list
8599:
8600: * tests/022.html: - testing taint[regex] in mask for file:list
8601:
8602: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8603: for file:list was added
8604:
8605: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8606: file:list
8607:
8608: 2008-08-26 misha
8609:
8610: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8611: last derived object
8612:
8613: * src/classes/image.C: - many strings "image.format" replaced by
8614: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8615: understand some more exif tags
8616:
8617: * src/include/pa_exception.h: - string "image.format" was added
8618:
8619: 2008-08-21 misha
8620:
8621: * src/: main/pa_string.C, classes/file.C: - use method for print
8622: pcre_exec text error
8623:
8624: * src/main/pa_common.C: - method for print pcre_exec text error was
8625: added
8626:
8627: * src/include/pa_common.h: - method declaration for print pcre_exec
8628: text error was added
8629:
8630: 2008-08-19 misha
8631:
8632: * src/main/execute.C: - bugfix: opcodes must be in separate
8633: namespace while debug execution as well
8634:
8635: * tests/: 015.html, results/015.processed: - test for escaping some
8636: parser chars was added
8637:
8638: 2008-08-18 misha
8639:
8640: * tests/: 190.html, 190.p, results/190.processed: - test for
8641: $caller.self.field + default getter in one class was added
8642:
8643: * tests/: 189.html, results/189.processed: - test for
8644: ^date::create[date object]
8645:
8646: * tests/: 188.html, results/188.processed: - tests for match with
8647: UTF-8 strings
8648:
8649: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8650: ^string.match[]
8651:
8652: * ChangeLog: - parser 3.3.0 beta13
8653:
8654: 2008-08-15 misha
8655:
1.116 moko 8656: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8657: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8658: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8659: dftables.c: - old PCRE files removed
1.95 moko 8660:
8661: * src/lib/pcre/config.h: - configuration for PCRE library
8662:
8663: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8664: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8665:
8666: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8667: library and set flag UTF8 if $request:charset is UTF-8
8668:
8669: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8670: include/pa_config_fixed.h: - moved to new PCRE library
8671:
8672: * src/: main/main.vcproj, types/types.vcproj,
8673: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8674: win32\pcre instead of parser3\src\lib\pcre
8675:
8676: * src/: include/pa_opcode.h, include/pa_operation.h,
8677: main/compile.C, main/compile.y, main/compile_tools.C,
8678: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8679: opcodes were moved to separate namespace
8680:
8681: 2008-08-14 misha
8682:
8683: * src/types/pa_vstateless_class.C: - newline at the end missed
8684:
8685: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8686: tainting
8687:
8688: 2008-08-11 misha
8689:
8690: * tests/: 187.html, 187.p, results/187.processed: - tests for
8691: $caller.self, $caller.self.field and $caller.self.field[value]
8692: were added
8693:
8694: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8695: runtime as well (for $caller.self)
8696:
8697: 2008-07-25 misha
8698:
8699: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8700: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8701: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8702: tests with international characters
8703:
8704: 2008-07-23 misha
8705:
8706: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8707: file::load[...;http://
8708:
8709: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8710: now everywhere in separate namespace
8711:
8712: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8713: for vars
8714:
8715: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8716: can be escaped by '^'
8717:
8718: 2008-07-22 misha
8719:
8720: * src/classes/string.C, tests/186.html: - names changes:
8721: escape=>js-escape, unescape=>js-unescape
8722:
8723: 2008-07-21 misha
8724:
8725: * tests/results/186.processed: - test for string escape/unescape
8726:
8727: * tests/186.html: - test for string escape/unescape
8728:
8729: * src/classes/string.C: - string has escape and unescape methods
8730: now
8731:
8732: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8733: added
8734:
8735: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8736: method-layers added (with different params)
8737:
8738: 2008-07-18 misha
8739:
8740: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8741: was added
8742:
8743: * tests/185.html: - test for ^str.pos[sub](offset) added
8744:
8745: * src/classes/string.C, src/classes/void.C, operators.txt: -
8746: ^string.pos[substr](offset) -- 2nd param accepted now
8747:
8748: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8749: strings
8750:
8751: 2008-07-17 misha
8752:
8753: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8754: helper length added for mid for small optimisation
8755:
8756: 2008-07-16 misha
8757:
8758: * tests/: 185.html, results/185.processed: - tests for
8759: length/left/right/mid/pos with utf-8 strings
8760:
8761: * src/classes/string.C: - left/right/mid/length/pos works fine for
8762: utf-8 strings
8763:
8764: * src/main/untaint.C: - comments removed
8765:
8766: * src/: include/pa_string.h, main/pa_string.C,
8767: include/pa_charset.h, main/pa_charset.C: - methods for working
8768: with pos/mid for strings in utf-8 were added
8769:
8770: 2008-07-15 misha
8771:
8772: * tests/: 184.html, results/184.processed: - test for case body as
8773: expression: $var(^switch(1){^case(1)(true)..})
8774:
8775: * src/classes/op.C: - case body can be expression now:
8776: $var(^switch(1){^case(1)(true)..})
8777:
8778: * tests/: results/183.processed, 183.html: - added test for testing
8779: new cookie encoding (%uXXXX)
8780:
8781: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8782: decoding for backward compatibility they decoded from %XX in
8783: request:charset too
8784:
8785: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8786: - cookie class now decode cookies before first access after last
8787: request:charset changing (as form class).
8788:
8789: * src/main/pa_charset.C: - added method escape for escaping cookies
8790: as %uXXXX - before transcode calculate required space for dest
8791: string. it reduce mem usage for transcode
8792:
8793: * src/include/pa_charset.h: - added method escape for escaping
8794: cookies as %uXXXX
8795:
8796: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8797: was added. will used for escaping cookies as %uXXXX
8798:
8799: * src/include/pa_common.h: - escape method has new option for skip
8800: converting '+' to a space char
8801:
8802: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8803: transcode - escape method has new option for skip converting '+'
8804: to a space char
8805:
8806: 2008-07-08 misha
8807:
8808: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8809: (no UE if more then 1 case matches anylonger) - optimization:
8810: doing searching.as_string() || searching.as_double() only once
8811:
8812: 2008-07-04 misha
8813:
8814: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8815: now ^date::create[date object] works
8816:
8817: * src/classes/string.C: - left and right added as aliases for start
8818: and end in ^string.trim[]
8819:
8820: 2008-07-03 misha
8821:
8822: * src/classes/file.C: - allow $.limit for file::sql as well
8823:
8824: * src/classes/file.C: - allow $.offset option for file::sql - force
8825: send limit=1 to query for use sql specifics authomatically
8826:
8827: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8828: if $.limit value if empty. autoconvert it as everywere
8829:
8830: 2008-07-02 misha
8831:
8832: * configure.in: - time to change version number to 3.3.0 %-)
8833:
8834: * src/include/pa_version.h: - time to change version number to
8835: 3.3.0 %-)
8836:
8837: 2008-06-26 misha
8838:
8839: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8840: $.limit(0) fixes
8841:
8842: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8843: - $.limit(0) fixes
8844:
8845: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8846: new API)
8847:
8848: * src/: include/pa_sql_driver_manager.h,
8849: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8850: classes/op.C: - document_root added
8851:
8852: * src/main/compile.tab.C: - error message was changed
8853:
8854: 2008-06-25 misha
8855:
8856: * src/main/compile.y: - error message was changed
8857:
8858: 2008-06-24 misha
8859:
8860: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8861:
8862: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8863: tests for @OPTIONS\nappend
8864:
8865: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8866:
8867: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8868:
8869: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8870:
8871: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8872: compile.y
8873:
8874: 2008-06-17 misha
8875:
8876: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8877: compilation: ^if(default){true. it's incorrect. must be
8878: exception}
8879:
8880: 2008-06-16 misha
8881:
8882: * tests/: 181.ent, 181.html, results/181.processed: - test for
8883: checking external reference loading with 'http://localhost'
8884: prefix while creating xdoc
8885:
8886: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8887: ^math:long2ip[] and ^math:ip2long[]
8888:
8889: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8890: added which use scalar stateless class method when user object
8891: used in scalar context - use get_scalar_value when user object
8892: requested in scalar context
8893:
8894: * src/main/pa_common.C: - size must be int but not size_t or we
8895: can't compare with 0 sprintf result
8896:
8897: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8898: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8899: with internal switch between local/global vars
8900:
8901: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8902: specified
8903:
8904: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8905: pa_vstateless_object.h: - stateless class and object now has
8906: private scalar field and getter/setter for working with it
8907:
8908: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8909: moved to inet static class
8910:
8911: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8912: class added (^inet:aton[IP], ^inet:ntoa(number))
8913:
8914: * tests/: 180.html, results/180.processed: - tests for
8915: ^math:long2ip(long) and ^math:ip2long[IP]
8916:
8917: * src/classes/math.C: - ^math:ip2long[IP] added
8918:
8919: 2008-06-11 misha
8920:
8921: * src/main/pa_xml_io.C: - use file_read_text again because of we
8922: need cut BOM code and remove DOS newline chars. but don't
8923: transcode it anyway.
8924:
8925: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8926: main/pa_http.C: - option for disable transcoding while file_read
8927: and file_read_text added
8928:
8929: 2008-06-10 misha
8930:
8931: * tests/: 179.html, 179.p, results/179.processed: - test for many
8932: classes in 1 file
8933:
8934: * src/main/: compile.C, compile_tools.h: - compile return list of
8935: classes now.
8936:
8937: * src/main/: compile.y, compile.tab.C: - compile return list of
8938: classes now. internals.
8939:
8940: * src/main/pa_request.C: - compile return list of classes now. try
8941: call @conf and @auto for each returned class
8942:
8943: * src/include/pa_request.h: - compile return list of classes now
8944:
8945: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8946: return list of classes when compile buf)
8947:
8948: 2008-06-07 misha
8949:
8950: * src/main/pa_request.C: - constructing VRequest object with 3rd
8951: param -- form
8952:
8953: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8954: 3rd param: form. needed for get post_charset
8955:
8956: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8957: added
8958:
8959: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8960: types/pa_vform.C, types/pa_vform.h: - some polish
8961:
8962: 2008-06-06 misha
8963:
8964: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8965: charset and decode chars from it but not from response:charset
8966:
8967: * src/main/pa_http.C: - detect_charset moved out of here
8968:
8969: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8970: methods moved here - unescape_chars accepn one charset now
8971:
8972: * src/main/pa_http.C: - new constants used - don't allow
8973: $.content-type in ^file::load[;http://;$.method[POST]] - add
8974: charset info while ^file::load[;http://;$.method[POST]] - option
8975: $.omit-post-charset(true) added to ^file::load[;http://] for
8976: disabling charset during post
8977:
8978: * src/types/pa_vform.C: - new constants used
8979:
8980: * src/include/pa_common.h: - some constants were added
8981:
8982: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8983: instead of StrEqNc
8984:
8985: * src/main/pa_common.C: - new method for caseless search
8986: c-substring in c-string - use isxdigit instead of is_hex_digit
8987:
8988: * src/include/pa_common.h: - new method for caseless search
8989: c-substring in c-string
8990:
8991: 2008-06-05 misha
8992:
8993: * tests/results/178.processed: - test for testing default getter
8994:
8995: * tests/178.html: - test for testing default getter
8996:
8997: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8998: for test for testing default getter
8999:
9000: * src/main/execute.C: - default getter soul
9001:
9002: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9003: requested objects' field not found
9004:
9005: * src/types/pa_vclass.C: - register default getter if defined - get
9006: default getter if requested field not found
9007:
9008: * src/types/pa_vstateless_object.h: - method get_default_getter was
9009: added
9010:
9011: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9012: pointer to default getter and methods for get/set it were added
9013:
9014: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9015: auto_name field (for default getter)
9016:
9017: 2008-06-04 misha
9018:
9019: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9020: transcoding, no cutting BOM code, no fixing line breaks) and get
9021: it to libxml "as is"
9022:
9023: 2008-06-03 misha
9024:
9025: * src/main/pa_common.C: - use store_Char instead of
9026: transcodeCharFromUTF8
9027:
9028: * src/: include/pa_charset.h, main/pa_charset.C: - method
9029: store_Char added, transcodeCharFromUTF8 -- removed
9030:
9031: 2008-06-02 misha
9032:
9033: * tests/: results/177.processed, 177.html: - test for checking
9034: .[acm]date after local ^file::load[] was added
9035:
9036: * tests/: results/176.processed, 176.html: - test for checking
9037: @OPTION\locals + @method[vars][locals] added
9038:
9039: * tests/results/auto.p: - CLASS_PATH specified for checking use
9040:
9041: 2008-05-30 misha
9042:
9043: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9044: @OPTION\nlocals + @method[vars][;locals;] were added
9045:
9046: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9047: moved to separate method op_code - switch from VMethodFrame to
9048: VMethodFrameGlobal + VMethodFrameLocal
9049:
9050: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9051: was moved to separate method op_code
9052:
9053: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9054: VMethodFrame now
9055:
9056: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9057: all_vars_local as well
9058:
9059: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9060: pa_vmethod_frame_local.h, Makefile.am: - who children for
9061: VMethodFrame were added: one (global) works as VMethodFrame
9062: before and second (local) write all vars in self vars scope
9063:
9064: * src/types/pa_method.h: - method has bool flag all_vars_local now
9065:
9066: 2008-05-29 misha
9067:
9068: * tests/: 129.html, results/129.processed: - more tests for
9069: ^table.hash[]
9070:
9071: * src/classes/hash.C: - ^hash::sql has a new option:
9072: $.type[hash|string|table] as ^table.hash[] one.
9073:
9074: * src/classes/op.C: - ^try has 3rd param now: finally code which
9075: executed anyway after try or catch section
9076:
9077: 2008-05-27 misha
9078:
9079: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9080: must not fail if $.distinct(1) wasn't specified
9081:
9082: 2008-05-26 misha
9083:
9084: * src/classes/op.C: - allow ^throw[my type]
9085:
9086: 2008-05-22 misha
9087:
9088: * configure.in, configure: - version number updated to 3.2.4b
9089:
9090: * src/classes/: op.C, string.C: - trim format string before
9091: eval/format
9092:
9093: * tests/: results/175.processed, 175.html: - more tests for
9094: different format strings in .format[]
9095:
9096: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9097: as well (not only %XX)
9098:
9099: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9100: charset specified - checks for format before print number
9101: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9102: (instead of tabs) removed
9103:
9104: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9105: charset specified
9106:
9107: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9108: char in requested charset from utf code was added
9109:
9110: 2008-05-19 misha
9111:
9112: * tests/: 174.html, results/174.processed: - test for
9113: ^hashfile.cleanup[] added
9114:
9115: * src/classes/hashfile.C: - optimization: don't create any key or
9116: value variable if it's name weren't specified
9117: (^hf.foreach[;v]{...})
9118:
9119: 2008-05-16 misha
9120:
9121: * src/classes/hash.C: - optimization: don't create any key variable
9122: if variable name wasn't specified (^h.foreach[;v]{...})
9123:
9124: 2008-05-15 misha
9125:
9126: * src/classes/op.C: - small changes
9127:
9128: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9129:
9130: * src/classes/hash.C: - calculate var_context once before foreach
9131:
9132: 2008-05-14 misha
9133:
9134: * src/classes/hashfile.C: - incorrect vars context calculation for
9135: ^hashfile.foreach[;]{} fixed
9136:
9137: * src/classes/: hash.C, table.C: - little optimisation
9138:
9139: * src/classes/file.C: - bugfix: double absolute path while loading
9140: file
9141:
9142: * tests/: 174.html, results/174.processed: - tests for hashfile
9143: were added
9144:
9145: * buildall-with-xml: - moving to libxslt 1.1.24
9146:
9147: 2008-04-30 misha
9148:
9149: * src/classes/file.C: - stat file while loading (local only) so
9150: .adate, .mdate and .cdate available without additional ::stat
9151:
9152: 2008-04-28 misha
9153:
9154: * src/classes/file.C: - $.name and $.content-type available for
9155: stated file
9156:
9157: 2008-04-14 misha
9158:
9159: * src/targets/cgi/parser3.C: - new year in copyright %-)
9160:
9161: * src/include/pa_version.h: - new version number in head
9162:
9163: 2008-04-10 misha
9164:
9165: * tests/: 080.html, results/080.processed: - cut '0' from
9166: exponential part because of on diff OS it differ (20 or 020 for
9167: ex)
9168:
9169: * tests/: 119.html, results/119.processed: - check for encoding
9170: while creating xdoc
9171:
9172: 2008-04-09 misha
9173:
9174: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9175:
9176: * src/main/pa_common.C: - comment added
9177:
9178: * src/classes/date.C: - little refactoring
9179:
9180: 2008-04-07 misha
9181:
9182: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9183: style of ^table.save[]: prepare one big string and sabe it at
9184: once. it's safe on freebsd 4.x but use much more memory.
9185:
9186: * buildall-with-xml, buildall-without-xml: - option
9187: --disable-stringstream added (under comment. use it on freebsd
9188: 4.x)
9189:
9190: 2008-02-22 misha
9191:
9192: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9193: specified together in file::load[;http] - get back transcoding
9194: $.body[] in file::load[;http]
9195:
9196: 2008-02-21 misha
9197:
9198: * src/classes/date.C: - ^date.gmt-string[] was added
9199:
9200: * src/types/pa_value.C: - method for output date in RFC 822 format
9201: moved to pa_common.h
9202:
9203: * src/include/pa_common.h: - method for output date in RFC 822
9204: format moved here from pa_value.C
9205:
9206: * src/types/pa_vmail.C: - fixed core in sending mail with
9207: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9208:
9209: 2008-02-20 misha
9210:
9211: * src/main/pa_http.C: - transcode $.headers before escaping into
9212: specified charset while ^file::load[...;http://...] (L_URI
9213: instead of L_HTTP_HEADER) - $.cookies param available in
9214: ^file::load[;http://...] now (but we don't parse set-cookies from
9215: response yet) (cookies not transcoded as common $cookies)
9216:
9217: 2008-02-19 misha
9218:
9219: * src/main/pa_request.C: - rollback: we mustn't force taint
9220: $response:field values because in this case
9221: $response:locateion[http://...] don't works.
9222:
9223: 2008-02-15 misha
9224:
9225: * src/classes/op.C: - little refactoring
9226:
9227: * src/main/pa_http.C: - taint names of $.headers for load[;http
9228:
9229: * src/main/pa_request.C: - force taint values of $response:field
9230:
9231: 2008-02-14 misha
9232:
9233: * src/main/pa_request.C: - $response:field transcoded to
9234: $response:charset before escaping now
9235:
9236: * src/main/pa_http.C: - some outdated comments removed
9237:
9238: * src/classes/date.C: - lastdat -> last-day
9239:
9240: * src/classes/date.C: - ^date:lastday(year;month) and
9241: ^date.lastday[] were added - little code refactoring - comments
9242: changes
9243:
9244: * tests/: 159.html, results/159.processed: - test for number of
9245: days in February
9246:
9247: * src/types/pa_value.C: - fixes in code formatting
9248:
9249: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9250: and comments
9251:
9252: 2008-02-13 misha
9253:
9254: * src/main/pa_common.C: - bugfix for february at leap year
9255:
9256: 2008-01-28 misha
9257:
9258: * tests/: 160.html, results/160.processed: - more test for cache
9259: added
9260:
9261: * src/classes/op.C: - bugfix: cache body executed twice if contains
9262: unhandled exception
9263:
9264: 2008-01-25 misha
9265:
9266: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9267: bug when hashfile became inavailable after memory:compact)
9268:
9269: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9270:
9271: 2008-01-22 misha
9272:
9273: * src/classes/table.C: - little refactiring and exception texts
9274: changes in method ^table.hash[]
9275:
9276: * src/types/pa_vcookie.C: - link to cookie specification changed
9277:
9278: 2008-01-21 misha
9279:
9280: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9281: file::exec/cgi
9282:
9283: * src/classes/file.C: - bugfix: core while processing headers if
9284: executed cgi script don't return content
9285:
9286: 2008-01-18 misha
9287:
9288: * buildall-with-xml: - move to libxml2 version 2.6.31
9289:
9290: * src/include/pa_version.h, configure.in: - version number updated
9291: to '3.2.3b'
9292:
9293: 2007-12-28 misha
9294:
9295: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9296: hash.contains
9297:
9298: 2007-12-27 misha
9299:
9300: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9301: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9302: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9303: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9304: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9305: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9306: src/targets/cgi/parser3.vcproj,
9307: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9308: back to VS2003 because of Apache 1.3 module can't work if it was
9309: built in VS 2005. with cgi all file so VS2003 project files can
9310: be easy converted to the new format.
9311:
9312: 2007-12-04 misha
9313:
9314: * src/types/pa_vcode_frame.h: - changes in comment
9315:
9316: 2007-11-29 misha
9317:
9318: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9319: intercept strings any longer
9320:
9321: * tests/: 173.html, results/173.processed: - tests for
9322: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9323: but not in main code frame
9324:
9325: * tests/: 172.html, results/172.processed: - more tests for pass
9326: objects from code frames
9327:
9328: 2007-11-27 misha
9329:
9330: * tests/: 152.html, results/152.processed: - tests for converting
9331: strings 'true'/'false' to bool were added
9332:
9333: * tests/152.html: - added checks for converting strings
9334: 'true'/'false' to bool
9335:
9336: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9337: not only strings with numbers but with values 'true'/'false' as
9338: well
9339:
9340: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9341: for parser3.log increased
9342:
9343: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9344:
9345: * src/include/pa_common.h: - remove_crlf return cstring size now
9346:
9347: * src/include/pa_types.h: - constant with buffer size for
9348: parser3.log added
9349:
9350: 2007-11-16 misha
9351:
9352: * tests/cat.sh: - script for tests for file::exec/cgi
9353:
9354: * tests/171.html: - tests for file::exec/cgi
9355:
9356: * tests/results/171.processed: - tests results for file::exec/cgi
9357:
9358: 2007-11-15 misha
9359:
9360: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9361:
9362: * src/classes/file.C: - .body must be set before analyzing cgi
9363: headers
9364:
9365: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9366: only if exec/cgi return anything.
9367:
9368: 2007-11-14 misha
9369:
9370: * operators.txt: - info about new text|binary option for
9371: file::exec/cgi was added
9372:
9373: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9374: ^file:exec[[text|binary];script;...]
9375:
9376: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9377: classes/string.C, classes/table.C: - more text strings moved to
9378: the one place
9379:
9380: 2007-11-09 misha
9381:
9382: * src/types/pa_vrequest.C: - $request:argv must be taint
9383:
9384: * ChangeLog: - $request:argv [patch from Sumo]
9385:
9386: * operators.txt: - $request:argv
9387:
9388: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9389: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9390:
9391: 2007-10-25 misha
9392:
9393: * buildall-with-xml, buildall-without-xml: - options preparations
9394: for ./configure rewrited
9395:
9396: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9397: error occure in unhandled_exception finally fixed
9398:
9399: 2007-10-23 misha
9400:
9401: * tests/: 170.html, results/170.processed: - test for
9402: @method[][result]
9403:
9404: * operators.txt: - added info about node.prefix and
9405: node.namespaceURI
9406:
9407: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9408:
9409: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9410: added for node and attribute
9411:
9412: 2007-10-22 misha
9413:
9414: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9415:
9416: * src/main/pa_request.C: - added const content-transfer-encoding
9417:
9418: * src/include/pa_request.h: - added const content-transfer-encoding
9419: - ups. constants must be in lowercase (for search)
9420:
9421: * src/types/pa_vmail.C: - more constants used -
9422: content-transfer-encoding: 8bit added
9423:
9424: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9425:
9426: * src/include/pa_request.h: - more constants
9427:
9428: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9429: ommit anymore if $.content-disposition was specified - little
9430: refactoring
9431:
9432: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9433:
9434: 2007-10-17 misha
9435:
9436: * operators.txt: - info about
9437: table::create[nameless]{data}[>options<] was added
9438:
9439: * src/main/: compile.tab.C, compile.y: - if error occure while
9440: compile method don't put this method in methods table anymore.
9441: in other case the parser coredumped if @unhandled_exception
9442: method can't be compiled because of parser.compile error.
9443:
9444: * src/main/execute.C: - little code reformating
9445:
9446: * src/main/pa_request.C: - little code reformating - comment
9447: changed
9448:
9449: 2007-10-16 misha
9450:
9451: * tests/: 035.html, results/035.processed: - tests
9452: table::create[]{}[options] added
9453:
9454: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9455: options (only $.seperator[] yet)
9456:
9457: 2007-10-10 misha
9458:
9459: * src/classes/table.C: - some contstants moved to pa_common.h -
9460: some code changes
9461:
9462: 2007-10-02 misha
9463:
9464: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9465: then three time as much. but base64 encoding method still use
9466: less memory anyway.
9467:
9468: 2007-09-17 misha
9469:
9470: * operators.txt: - added info about $cookie:fields
9471:
9472: * src/types/pa_vcookie.C: - $cookie:fields available now
9473:
9474: * src/classes/hash.C: - some stuff for use with .for_each moved to
9475: common
9476:
9477: * src/include/pa_common.h: - some stuff for use with .for_each
9478: moved here
9479:
9480: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9481:
9482: 2007-09-14 misha
9483:
9484: * buildall-with-xml: - new xml libs again =)
9485:
9486: 2007-08-28 misha
9487:
9488: * operators.txt: - texts about ^table.columns[[column name]] and
9489: ^string.split[...][v][column name] were added
9490:
9491: * tests/: 168.html, 169.html, results/168.processed,
9492: results/169.processed: - tests for ^table.columns[[column name]]
9493: and ^string.split[...][v][column name] were added
9494:
9495: * src/classes/table.C: - new option ^table.columns[[column name]]
9496: was added
9497:
9498: * src/classes/string.C: - new option ^string.split[...;v;[column
9499: name]]
9500:
9501: * src/include/pa_exception.h: - error text message for
9502: ^hash._keys[], ^table.columns[] and ^string.split[]
9503:
9504: 2007-08-27 misha
9505:
9506: * src/main/untaint.C: - try to fix coredump on unix if print to
9507: body ^taint[sql][something] outside of connect
9508:
9509: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9510: outside of connect
9511:
9512: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9513: added (commented by default)
9514:
9515: 2007-08-20 misha
9516:
9517: * operators.txt: - comment about new method ^node.hasAttributes[]
9518: was added
9519:
9520: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9521: duplicated exception text strings were removed
9522:
9523: * src/include/pa_exception.h: - more exception text strings moved
9524: here
9525:
9526: * src/classes/table.C: - some duplicate exceptions' text strings
9527: removed
9528:
9529: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9530: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9531: removed
9532:
9533: * src/include/pa_exception.h: - some exception text strings movet
9534: to pa_exception
9535:
9536: * tests/: 149.html, results/149.processed: - test for
9537: ^xnode.hasAttributes[] was added - some code changes
9538:
9539: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9540: added
9541:
9542: 2007-08-17 misha
9543:
9544: * tests/: results/006.processed, results/059.processed, 006.html,
9545: 059.html: - more tests for match
9546:
9547: * tests/: 129.html, results/129.processed: - tests for
9548: ^table.hash[...][$.type[string|hash|table]] added
9549:
9550: * src/targets/cgi/parser3.C: - little syntax changes
9551:
9552: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9553: syntax changes
9554:
9555: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9556: messages in parser3.log switched off by default. If someone
9557: really still need it: use $SIGPIPE(1)
9558:
9559: 2007-08-08 misha
9560:
9561: * buildall-with-xml, buildall-without-xml: - remove libs source
9562: files by default since now
9563:
9564: 2007-08-07 misha
9565:
9566: * buildall-without-xml: - some option syntax changes
9567:
9568: * buildall-with-xml: - compile libxml2 without http support - some
9569: option syntax changes
9570:
9571: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9572:
9573: 2007-08-06 misha
9574:
9575: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9576:
9577: * tests/: 160.html, results/160.processed: - cache test was
9578: rewrited
9579:
9580: 2007-07-06 misha
9581:
9582: * tests/: 153.html, results/153.processed: - added test for
9583: ^math:sha1[string]
9584:
9585: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9586: transcoded
9587:
9588: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9589: were added
9590:
9591: 2007-06-28 misha
9592:
9593: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9594: some incorrect chars
9595:
9596: 2007-06-19 misha
9597:
9598: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9599: were moved on top because of gcc 4 had a problems during
9600: building.
9601:
9602: 2007-06-18 misha
9603:
9604: * tests/results/019.processed: - new image commited
9605:
9606: 2007-06-09 misha
9607:
9608: * src/classes/: op.C, table.C: - in while and table.select method
9609: as_expression used now
9610:
9611: * src/types/pa_vmethod_frame.h: - method as_expression was added
9612:
9613: 2007-06-08 misha
9614:
9615: * tests/: 166.html, results/166.processed: - test for
9616: ^match[...][n]
9617:
9618: * tests/: 165.html, results/165.processed: - tests for loops
9619:
9620: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9621: because of no speed/memory optimisation but some proglems with
9622: long cycles occure
9623:
9624: 2007-06-06 misha
9625:
9626: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9627: ^table.select(true) and ^table.select(1) didn't works because of
9628: awaiting junction-param only. fixed.
9629:
9630: 2007-05-24 misha
9631:
9632: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9633: with 0.5 secs interval
9634:
9635: * src/classes/op.C: - cache was rewrited. I hope it works with
9636: locking system now on unix
9637:
9638: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9639: system locks which wait till other threads release it but try get
9640: lock, if fail wait 1 sec and make 10 attempts.
9641:
9642: * src/include/pa_os.h: - consts for blocking locks + some comments
9643: were added
9644:
9645: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9646: opening files
9647:
9648: * src/classes/table.C: - changes in includes. if unclude <sstream>
9649: after our classes on unix it can't be build
9650:
9651: * src/types/pa_vhashfile.C: - not needed code removed
9652:
9653: 2007-05-23 misha
9654:
9655: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9656: include/pa_common.h: - cosmetic changes
9657:
9658: 2007-05-18 misha
9659:
9660: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9661: often. it's give some speed increasing
9662:
9663: * tests/results/160.processed: - returned time corrected
9664:
9665: * tests/160.html: - time increased because on unix 1 mean nothing
9666: :(
9667:
9668: * operators.txt: - added info about ^hash.contain[key]
9669:
9670: * src/classes/hash.C: - added ^hash.contain[key]
9671:
9672: * src/include/pa_hash.h: - added method for checking key exists in
9673: hash
9674:
9675: 2007-05-07 misha
9676:
9677: * src/include/pa_string.h: - was compilation error during build on
9678: freebsd4
9679:
9680: 2007-05-03 misha
9681:
9682: * src/classes/table.C: - option $.type[hash|string|table] was added
9683: for ^table.hash[]
9684:
9685: * src/classes/file.C: - comment removed
9686:
9687: 2007-04-26 misha
9688:
9689: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9690: real files doesn't opened in place anymore
9691:
9692: 2007-04-24 misha
9693:
9694: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9695:
9696: * src/include/pa_exception.h: "static" removed
9697:
9698: 2007-04-23 misha
9699:
9700: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9701:
9702: * src/classes/math.C: added: - ^math:ln(N) (the same as
9703: ^math:log(N)) - ^math:lg(N)
9704:
9705: * tests/: 097.html, results/097.processed: - charsets converstion
9706: during ^file::load[text;http://...] added
9707:
9708: * tests/: 164.html, results/164.processed: - check for set expires
9709: as a date
9710:
9711: * tests/: 164.html, results/164.processed: - test for hashfile
9712:
9713: * src/classes/hashfile.C: - little comment changes
9714:
9715: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9716: access
9717:
9718: * src/: classes/date.C, classes/double.C, classes/file.C,
9719: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9720: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9721: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9722: classes/xnode.h, include/pa_request.h, main/execute.C,
9723: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9724: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9725: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9726: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9727: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9728: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9729: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9730: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9731: "parser.runtime" strings were removed
9732:
9733: * src/classes/hashfile.C: - with .clear[] called files_delete()
9734: now.
9735:
9736: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9737:
9738: * src/include/pa_exception.h: - string constant with
9739: "parser.runtime" text was added
9740:
9741: 2007-04-20 misha
9742:
9743: * operators.txt: - some comments changing
9744:
9745: * operators.txt: - added info about .^hashfile.release[],
9746: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9747:
9748: * configure: =cheching for unsetenv
9749:
9750: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9751: ^hashfile.release[] were added
9752:
9753: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9754: ^string.match[][] understand new option now: return number of
9755: matches but not table wit results
9756:
9757: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9758: reopen now
9759:
9760: * src/classes/op.C: - bug. must be false
9761:
9762: * configure.in: - checking for unsetenv was added
9763:
9764: * src/types/pa_vform.C: - some comments
9765:
9766: 2007-04-18 misha
9767:
9768: * buildall-with-xml: moving to libxml2-2.6.28
9769:
9770: * buildall-with-xml, buildall-without-xml: added commented lines
9771: with --disable-safe-mode option
9772:
9773: * operators.txt: - info about $form:files
9774:
9775: 2007-04-17 misha
9776:
9777: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9778: $form:files was added
9779:
9780: * tests/: 163.html, results/163.processed: removing auto format
9781:
9782: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9783:
9784: 2007-04-16 misha
9785:
9786: * tests/: 163.html, results/163.processed: - test for .int[],
9787: floor, round, ceiling and .format[]
9788:
9789: * src/classes/file.C: - little optimization for getting args in
9790: exec/cgi
9791:
9792: 2007-04-13 misha
9793:
9794: * src/classes/file.C: - arguments for file::exec/cgi can be
9795: specified now as s table with one column
9796:
9797: 2007-03-27 misha
9798:
9799: * tests/: 162.html, results/162.processed: - test for
9800: ^table.select(^condition[$t])
9801:
9802: * tests/results/auto.p: - load windows-1251 charset for some tests
9803:
9804: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9805:
9806: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9807: 161_windows1251.txt: - added test for
9808: ^file::load[text;/local/file.txt;$.charset[...]]
9809:
9810: * tests/: results/013.processed, 013.html: - added test for
9811: checking $._default value while hash modifications
9812:
9813: * tests/: 160.html, results/160.processed: - add test for
9814: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9815:
9816: 2007-03-22 misha
9817:
9818: * src/include/pa_common.h: - "charset" string defined for
9819: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9820:
9821: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9822: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9823: added - not needed transcodes were removed from
9824: ^file::load[...;http://...]
9825:
9826: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9827: added
9828:
9829: * src/classes/date.C: - date.week was fixed
9830:
9831: * operators.txt: - added info about date.weekyear
9832:
9833: * tests/: 159.html, results/159.processed: - tests for date.week
9834: and date.weekyear added
9835:
9836: 2007-03-15 misha
9837:
9838: * src/classes/table.C: - enclose column numbers for nameless tables
9839: as well
9840:
9841: 2007-03-14 misha
9842:
9843: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9844:
9845: * src/classes/table.C: - table.save optimization: now required much
9846: less memory
9847:
9848: 2007-03-13 misha
9849:
9850: * tests/results/: 158.processed, 158.processes: - tests for
9851: table.save/table.load
9852:
9853: * tests/: 158.html, results/158.processes: - tests for
9854: table.save/table.load
9855:
9856: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9857:
9858: * buildall-with-xml: - pattern needed now for building
9859:
9860: * tests/results/097.processed: - added test results for xdoc::load
9861: & xdoc::load[http://...]
9862:
9863: * tests/097.html: - added test for xdoc::load
9864:
9865: 2007-03-12 misha
9866:
9867: * tests/: 107.html, results/107.processed: - added test for xpath
9868: '//man'
9869:
9870: 2007-03-01 misha
9871:
9872: * tests/: 097.html, results/097.processed: - added test for
9873: creating xdoc from file
9874:
9875: * tests/: results/157.processed, 157.html: - added test for
9876: file:move
9877:
9878: 2007-02-28 misha
9879:
9880: * src/classes/xdoc.C: - another attempt
9881:
9882: * src/classes/xdoc.C: - roll back last changes for a while
9883:
9884: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9885:
9886: * src/classes/file.C: - under lock we create non-exist dir anyway
9887:
9888: * tests/results/099.processed: - ever send content-disposition to
9889: client with file
9890:
9891: * tests/157.html: + test for file:copy
9892:
9893: 2007-02-26 misha
9894:
9895: * src/classes/file.C: - some similar strings moved to #define
9896: instead of to be copy/pasted many times
9897:
9898: * src/types/pa_vfile.h: - class name string ("file") moved to
9899: #define
9900:
9901: 2007-02-20 misha
9902:
9903: * configure.in: - added some strings for sqlite detection
9904:
9905: 2007-02-19 misha
9906:
9907: * operators.txt: - some comments changes
9908:
9909: * buildall-with-xml, buildall-without-xml: - some modifications
9910:
9911: 2007-02-17 misha
9912:
9913: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9914:
9915: * src/main/pa_request.C: - damn, i forgot to commit it while I
9916: change console behaviour
9917:
9918: 2007-02-12 misha
9919:
9920: * src/targets/cgi/parser3.C: - don't print headers if
9921: $console:line[data] was used during cgi execution.
9922:
9923: * src/types/pa_vconsole.h: - console class have bool flag now which
9924: marked as 'true' if class was used.
9925:
9926: * tests/: 152.html, results/152.processed: - more types was added
9927: to test 152
9928:
9929: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9930: adding 'bool' (^if($image){} caused exception)
9931:
9932: 2007-02-09 misha
9933:
9934: * tests/: 152.html, results/152.processed: - test alightly updated
9935:
9936: * tests/: 152.html, results/152.processed: - test rewrited
9937:
9938: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9939: bugfix. I broke xdoc & xnode in expression
9940:
9941: 2007-02-08 misha
9942:
9943: * tests/: 152.html, results/152.processed: - add test for checking
9944: 'def' for void, string, bool, int & double
9945:
9946: 2007-02-07 misha
9947:
9948: * operators.txt: - ^file:base64[filespec] was added
9949:
9950: * tests/results/153.processed: - result test for
9951: ^file:base64[filespec] was updated
9952:
9953: * tests/153.html: - test for ^file:base64[filespec] was added
9954:
9955: * src/types/pa_vconsole.h: - little optimization
9956:
9957: * src/classes/file.C: - ^file:base64[filespec]
9958:
9959: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9960:
9961: * src/include/pa_common.h: - declarations for
9962: ^file:base64[filespec]
9963:
9964: * src/types/pa_vcookie.C: - little optimization
9965:
9966: 2007-02-06 misha
9967:
9968: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9969: were temporary commented
9970:
9971: * src/types/pa_vbool.h: - bugfix
9972:
9973: * tests/156.html: - added test for bool cookie
9974:
9975: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9976:
9977: * tests/: 155.html, results/155.processed: - added test for check
9978: $.encloser[] option for table save/load
9979:
9980: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9981:
9982: 2007-02-05 misha
9983:
9984: * tests/results/152.processed: - newline at the end was missed
9985:
9986: * tests/results/141.processed: - math:md5 must be lowercased
9987:
9988: * src/targets/cgi/parser3.C: - 2007 in help ;)
9989:
9990: 2007-02-03 misha
9991:
9992: * tests/results/: 150.processed, 151.processed, 152.processed: -
9993: test for bool added and some content length fixes
9994:
9995: * tests/152.html: - test for bool added
9996:
9997: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9998:
9999: * operators.txt: - info bool class was added
10000:
1.116 moko 10001: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10002: classes/classes.vcproj, classes/double.C, classes/int.C,
10003: classes/string.C, classes/void.C, classes/xnode.C,
10004: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10005: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10006: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10007: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10008: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10009: types/types.vcproj: - bool class was added
10010:
10011: * src/main/pa_request.C: - fix
10012:
10013: 2007-01-18 misha
10014:
10015: * src/: main/pa_string.C, classes/string.C: - return table during
10016: ^string.match[][] even if no matched found.
10017:
10018: 2006-12-20 misha
10019:
10020: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10021: http://www.parser.ru/forum/?id=55598 ]
10022:
10023: 2006-12-19 misha
10024:
10025: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10026: details: http://www.parser.ru/forum/?id=52359
10027:
10028: * src/main/pa_request.C: - always set content-disposition for
10029: $response:body[hash here]. more details:
10030: http://www.parser.ru/forum/?id=52130
10031:
10032: 2006-12-07 misha
10033:
10034: * operators.txt: - added info about bool params in cookie set
10035:
10036: * src/types/pa_vcookie.C: - bool param in cookies available now
10037: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10038: ]
10039:
10040: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10041: was added
10042:
10043: 2006-12-02 misha
10044:
10045: * src/classes/file.C: - file_block_read used instead of native read
10046:
10047: * src/main/pa_common.C: - added file_block_read with read error
10048: detection - file_block_read used instead of native read
10049:
10050: * src/include/pa_common.h: - added file_block_read declaration
10051:
10052: 2006-12-01 misha
10053:
10054: * operators.txt: - info about $var.CLASS_NAME was added
10055:
10056: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10057: $var.CLASS_NAME added
10058:
10059: * operators.txt: - added info about ^file:copy[]
10060:
10061: * src/classes/file.C: - ^file:copy[from;fo] was added
10062:
10063: 2006-11-20 misha
10064:
10065: * src/classes/date.C: - bug fix :)
10066:
10067: 2006-11-17 misha
10068:
10069: * src/include/pa_common.h: - array in crc32 calculation was changed
10070: to static
10071:
10072: * src/main/pa_common.C: - little optimization in getMonthDays -
10073: small changes in crc32 calculation
10074:
10075: * src/classes/date.C: - not needed code was removed
10076:
10077: 2006-11-16 misha
10078:
10079: * src/types/pa_vmail.C: - fix missed brakes
10080:
10081: * src/types/pa_vmail.C: - mail:send now set content-type:
10082: multipart/related instead of multipart/mixed if file have
10083: $.content-id[]
10084:
10085: 2006-11-15 misha
10086:
10087: * src/types/pa_vdouble.h: abs -> fabs
10088:
10089: 2006-11-14 misha
10090:
10091: * operators.txt: - added info about ^file.md5[] and
10092: ^file:md5[file-name]
10093:
10094: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10095: added
10096:
10097: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10098: FILE_BUFFER_SIZE
10099:
10100: * src/classes/math.C: - hex_string was moved to pa_common.h
10101:
10102: * src/include/pa_common.h: - hex_string was moved from math.C -
10103: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10104:
10105: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10106: values was fixed
10107:
10108: 2006-11-13 misha
10109:
10110: * operators.txt: - added info about ^math:crc32[string],
10111: ^file:crc32[file-name] & ^file.crc32[]
10112:
10113: * src/classes/math.C: - added ^math:crc32[string]
10114:
10115: * src/classes/file.C: - some comments were changed - added
10116: ^file:crc32[file-name] and ^file.crc32[]
10117:
10118: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10119: crc32 calculation added
10120:
10121: 2006-11-03 misha
10122:
10123: * src/include/pa_array.h: - not needed variable removed
10124:
10125: * tests/: 150.html, 151.html, results/150.processed,
10126: results/151.processed: - 2 tests were added
10127:
10128: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10129: with $.reverse(1) were fixed
10130:
10131: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10132: query converted to $.charset during ^file::load[http://...]
10133:
10134: 2006-11-02 misha
10135:
10136: * src/include/pa_table.h: ups. forget '=' char
10137:
10138: * src/include/pa_table.h: - one more fix in
10139: .locate[...][$.reverse(1)]
10140:
10141: 2006-11-01 misha
10142:
10143: * src/classes/math.C: - bug fix, details:
10144: http://www.parser.ru/forum/?id=53360
10145:
10146: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10147: false for all records )[$.reverse(1)]
10148:
10149: * src/main/pa_http.C: - second param for this mid method is length
10150: but not end_index so this method has error and can't detect
10151: charsets in next content-types: Content-type: text/html;
10152: charset="windows-1251" Content-type: text/html;
10153: charset="windows-1251"; Content-type: text/html;
10154: charset=windows-1251;
10155:
10156: only Content-type: text/html; charset=windows-1251 was fine
10157:
10158: 2006-10-31 misha
10159:
10160: * src/classes/file.C: - empty args in file::exec removed now
10161:
10162: 2006-09-03 paf
10163:
10164: * src/classes/file.C: proper tainting of
10165: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10166:
10167: 2006-06-09 paf
10168:
10169: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10170:
10171: * src/classes/table.C: formatting
10172:
10173: * src/classes/table.C: incorporated patch from misha: Sent:
10174: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10175: ignoring string options for ^table.save[]
10176:
10177: * src/classes/hash.C: incorporated patch from misha Sent:
10178: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10179: $hash._default disappear while
10180:
10181: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10182: $.format[!uue|!base64] << new base64 option. default uue ] ]
10183:
10184: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10185: PM Subject: patch for base64 in ^mail:send[] %-)
10186:
10187: 2006-04-09 paf
10188:
10189: * src/main/compile.tab.C: ` change compiled
10190:
10191: * gnu.vcproj, operators.txt, parser3.sln,
10192: src/classes/classes.vcproj, src/classes/file.C,
10193: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10194: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10195: src/classes/xnode.C, src/include/pa_array.h,
10196: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10197: src/include/pa_memory.h, src/include/pa_request.h,
10198: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10199: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10200: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10201: src/lib/pcre/pcre_dftables.vcproj,
10202: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10203: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10204: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10205: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10206: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10207: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10208: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10209: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10210: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10211: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10212: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10213: src/types/pa_value.h, src/types/pa_vcookie.C,
10214: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10215: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10216: src/types/pa_vstatus.C, src/types/types.vcproj,
10217: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10218: ^menu, ^hash/hashfile.foreach
10219:
10220: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10221: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10222: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10223: src/classes/xnode.C, src/include/pa_array.h,
10224: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10225: src/include/pa_memory.h, src/include/pa_request.h,
10226: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10227: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10228: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10229: src/lib/pcre/pcre_dftables.vcproj,
10230: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10231: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10232: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10233: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10234: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10235: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10236: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10237: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10238: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10239: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10240: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10241: src/types/pa_value.h, src/types/pa_vcookie.C,
10242: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10243: src/types/pa_vstatus.C, src/types/types.vcproj,
10244: tests/descript.ion: ! switched to VS2005 (projects and
10245: object<info explicitly typed>.for_each(, info)) +
10246: $response:field[] setting void means removing + grammar $name`
10247: name stops now, for mysql `$field` + started ^break[]
10248: ^continue[], in ^for. TODO: to other iterators (while, menu,
10249: foreach) + all log messages += [uri=, method=, cl=]
10250:
10251: * buildall-with-xml: merged . ftp paths update
10252:
10253: * buildall-with-xml: . ftp paths update
10254:
10255: 2006-03-04 paf
10256:
10257: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10258: checks++ [thanks to Igor Zinkovsky for detailed report]
10259:
10260: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10261: Igor Zinkovsky for detailed report]
10262:
10263: 2006-03-01 paf
10264:
10265: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10266: \n to ' ' in
10267:
10268: 2006-02-18 paf
10269:
10270: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10271: \n to ' ' in
10272:
10273: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10274:
10275: 2006-02-03 paf
10276:
10277: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10278: base64
10279:
10280: * src/main/pa_common.C: ! bugfix: decoding from base64
10281:
10282: 2006-01-20 paf
10283:
10284: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10285: economy fix
10286:
10287: * src/classes/: table.C: merged from HEAD ! bugfix
10288: ^table.save[$.encloser-s now handled properly
10289:
10290: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10291: handled properly
10292:
10293: 2006-01-19 paf
10294:
10295: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10296: libgc:USE_MUNMAP activates merging of free memory blocks which
10297: helps a lot in our case: after transform we want
10298: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10299:
10300: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10301: economy fix
10302:
10303: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10304: activates merging of free memory blocks which helps a lot in our
10305: case: after transform we want CORD(main.result)->cstr[big
10306: malloc]->transcode[big malloc]
10307:
10308: 2006-01-17 paf
10309:
10310: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10311: before reading them. got rid of reallocs = became quicker and
10312: less fragmentated
10313:
10314: 2005-12-29 paf
10315:
1.116 moko 10316: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10317: configure, configure.in, src/include/pa_version.h,
10318: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10319: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10320: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10321: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10322: src/lib/ltdl/missing: . merged from 3.2.1
10323:
1.116 moko 10324: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10325: packaged when 'make dist', so do configure companion files in
10326: src/lib/ltdl
10327:
10328: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10329: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10330: missing: . now config_auto.h is created with configure [were
10331: constant]
1.95 moko 10332:
10333: * INSTALL: . references to documentation and some clarification
10334:
10335: * buildall-with-xml, buildall-without-xml: . farawell doc
10336: indication
10337:
1.116 moko 10338: * Makefile.am: . dist+=buildall*
1.95 moko 10339:
10340: 2005-12-28 paf
10341:
10342: * configure: . 3.2.1
10343:
10344: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10345: simplify build process, see INSTALL
10346:
10347: 2005-12-26 paf
10348:
10349: * configure: ver
10350:
10351: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10352: version
10353:
10354: 2005-12-21 paf
10355:
10356: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10357: compiled with bison 1.875b, it reports unexpected token names
10358:
10359: 2005-12-19 paf
10360:
10361: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10362: holds a link to xmlNode to prevent premature gc(xmlNode)
10363:
10364: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10365: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10366: src/main/main.vcproj, src/main/pa_globals.C,
10367: src/targets/cgi/parser3.vcproj,
10368: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10369: configure, configure.in, src/include/pa_version.h: . killing
10370: gdome [what a relief]
10371:
10372: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10373: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10374: run_parser.sh, results/001.processed, results/002.processed,
10375: results/003.processed, results/004.processed,
10376: results/005.processed, results/006.processed,
10377: results/008.processed, results/009.processed,
10378: results/010.processed, results/011.processed,
10379: results/012.processed, results/013.processed,
10380: results/014.processed, results/015.processed,
10381: results/016.processed, results/017.processed,
10382: results/018.processed, results/020.processed,
10383: results/021.processed, results/022.processed,
10384: results/023.processed, results/024.processed,
10385: results/025.processed, results/026.processed,
10386: results/027.processed, results/028.processed,
10387: results/029.processed, results/030.processed,
10388: results/031.processed, results/032.processed,
10389: results/033.processed, results/034.processed,
10390: results/035.processed, results/036.processed,
10391: results/037.processed, results/038.processed,
10392: results/039.processed, results/040.processed,
10393: results/041.processed, results/042.processed,
10394: results/043.processed, results/044.processed,
10395: results/045.processed, results/046.processed,
10396: results/047.processed, results/048.processed,
10397: results/049.processed, results/050.processed,
10398: results/051.processed, results/052.processed,
10399: results/053.processed, results/054.processed,
10400: results/055.processed, results/056.processed,
10401: results/057.processed, results/058.processed,
10402: results/059.processed, results/060.processed,
10403: results/061.processed, results/062.processed,
10404: results/063.processed, results/064.processed,
10405: results/065.processed, results/066.processed,
10406: results/067.processed, results/068.processed,
10407: results/069.processed, results/070.processed,
10408: results/071.processed, results/072.processed,
10409: results/073.processed, results/074.processed,
10410: results/075.processed, results/076.processed,
10411: results/077.processed, results/078.processed,
10412: results/079.processed, results/080.processed,
10413: results/081.processed, results/082.processed,
10414: results/083.processed, results/084.processed,
10415: results/085.processed, results/086.processed,
10416: results/087.processed, results/088.processed,
10417: results/089.processed, results/090.processed,
10418: results/091.processed, results/092.processed,
10419: results/093.processed, results/094.processed,
10420: results/095.processed, results/096.processed,
10421: results/097.processed, results/099.processed,
10422: results/100.processed, results/101.processed,
10423: results/102.processed, results/104.processed,
10424: results/105.processed, results/106.processed,
10425: results/107.processed, results/108.processed,
10426: results/109.processed, results/110.processed,
10427: results/111.processed, results/112.processed,
10428: results/113.processed, results/114.processed,
10429: results/115.processed, results/117.processed,
10430: results/119.processed, results/120.processed,
10431: results/121.processed, results/122.processed,
10432: results/123.processed, results/124.processed,
10433: results/125.processed, results/126.processed,
10434: results/127.processed, results/128.processed,
10435: results/129.processed, results/130.processed,
10436: results/131.processed, results/132.processed,
10437: results/133.processed, results/134.processed,
10438: results/135.processed, results/136.processed,
10439: results/138.processed, results/139.processed,
10440: results/140.processed, results/141.processed,
10441: results/142.processed, results/143.processed,
10442: results/144.processed, results/145.processed,
10443: results/146.processed, results/147.processed,
10444: results/148.processed, results/149.processed, results/auto.p: .
10445: now works if we turn off default auto.p
10446:
1.116 moko 10447: * configure: . makes
1.95 moko 10448:
10449: * src/types/pa_vxnode.C: . less warnings
10450:
10451: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10452: tests/145.html, tests/149.html, tests/descript.ion,
10453: tests/outputs/d.cmd, tests/results/142.processed,
10454: tests/results/143.processed, tests/results/144.processed,
10455: tests/results/145.processed, tests/results/146.processed,
10456: tests/results/147.processed, tests/results/148.processed,
10457: tests/results/149.processed: . removed .nodeValue from all node
10458: types other than 5 (grabbed piece from gdome)
10459:
10460: * tests/: 137.html, results/137.processed: . not handled this case
10461: yet. code does not hang from inserting parent into child,
10462: considering thing minor issue -- nodes are removed from source
10463: anyway, don't know why shold that be an error after all
10464:
10465: * src/targets/cgi/parser3.C: . style
10466:
10467: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10468: xdoc too [were barking "not element"]
10469:
10470: 2005-12-16 paf
10471:
10472: * tests/: 146.html, 147.html, 148.html: . more tests
10473:
10474: * src/classes/xnode.C: . also bark on possible errors
10475:
10476: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10477: props
10478:
10479: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10480: main/compile.y: merged from HEAD ! fixed overoptimized
10481: ^call(false) case. (confused it with ^call[] case)
10482:
10483: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10484: ^call(false) case. (confused it with ^call[] case)
10485:
10486: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10487:
10488: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10489: results/001.processed, results/002.processed,
10490: results/003.processed, results/004.processed,
10491: results/005.processed, results/006.processed,
10492: results/008.processed, results/009.processed,
10493: results/010.processed, results/011.processed,
10494: results/012.processed, results/013.processed,
10495: results/014.processed, results/015.processed,
10496: results/016.processed, results/017.processed,
10497: results/018.processed, results/019.processed,
10498: results/020.processed, results/021.processed,
10499: results/022.processed, results/023.processed,
10500: results/024.processed, results/025.processed,
10501: results/026.processed, results/027.processed,
10502: results/028.processed, results/029.processed,
10503: results/030.processed, results/031.processed,
10504: results/032.processed, results/033.processed,
10505: results/034.processed, results/035.processed,
10506: results/036.processed, results/037.processed,
10507: results/038.processed, results/039.processed,
10508: results/040.processed, results/041.processed,
10509: results/042.processed, results/043.processed,
10510: results/044.processed, results/045.processed,
10511: results/046.processed, results/047.processed,
10512: results/048.processed, results/049.processed,
10513: results/050.processed, results/051.processed,
10514: results/052.processed, results/053.processed,
10515: results/054.processed, results/055.processed,
10516: results/056.processed, results/057.processed,
10517: results/058.processed, results/059.processed,
10518: results/060.processed, results/061.processed,
10519: results/062.processed, results/063.processed,
10520: results/064.processed, results/065.processed,
10521: results/066.processed, results/067.processed,
10522: results/068.processed, results/069.processed,
10523: results/070.processed, results/071.processed,
10524: results/072.processed, results/073.processed,
10525: results/074.processed, results/075.processed,
10526: results/076.processed, results/077.processed,
10527: results/078.processed, results/079.processed,
10528: results/080.processed, results/081.processed,
10529: results/082.processed, results/083.processed,
10530: results/084.processed, results/085.processed,
10531: results/086.processed, results/087.processed,
10532: results/088.processed, results/089.processed,
10533: results/090.processed, results/091.processed,
10534: results/092.processed, results/093.processed,
10535: results/094.processed, results/095.processed,
10536: results/096.processed, results/097.processed,
10537: results/099.processed, results/101.processed,
10538: results/102.processed, results/104.processed,
10539: results/105.processed, results/106.processed,
10540: results/107.processed, results/108.processed,
10541: results/109.processed, results/110.processed,
10542: results/111.processed, results/112.processed,
10543: results/113.processed, results/114.processed,
10544: results/115.processed, results/116.processed,
10545: results/117.processed, results/118.processed,
10546: results/119.processed, results/120.processed,
10547: results/121.processed, results/122.processed,
10548: results/123.processed, results/124.processed,
10549: results/125.processed, results/126.processed,
10550: results/127.processed, results/128.processed,
10551: results/129.processed, results/130.processed,
10552: results/131.processed, results/132.processed,
10553: results/133.processed, results/134.processed,
10554: results/135.processed, results/136.processed,
10555: results/137.processed, results/138.processed,
10556: results/139.processed, results/140.processed,
10557: results/141.processed: . refreshed old tests, made them work
10558: without auto.p (in utf8) . things noted: . gif got encoded
10559: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10560: some strange year)
10561:
10562: * INSTALL: . revived linux libgc fix
10563:
10564: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10565: glib/gdome in INSTALL and patches]
10566:
10567: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10568: include/pa_charset.h, include/pa_config_includes.h,
10569: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10570: include/pa_xml_exception.h, lib/cord/Makefile.am,
10571: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10572: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10573: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10574: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10575: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10576: types/pa_vxnode.h: . started killing gdome
10577:
10578: 2005-12-13 paf
10579:
10580: * src/main/: pa_request.C: merged from HEAD ! when code in
10581: @unhandled_exception thrown another exception, print correct
10582: origin (earlier code in catch of exception inside of
10583: @unhandled_exception grabbed parent_frame(original_exception)
10584: origin and printed it, instead of true origin)
10585:
10586: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10587: another exception, print correct origin (earlier code in catch of
10588: exception inside of @unhandled_exception grabbed
10589: parent_frame(original_exception) origin and printed it, instead
10590: of true origin)
10591:
10592: 2005-12-09 paf
10593:
10594: * INSTALL: . updated INSTALL doc to work around linux stack base
10595: detection problem, due to change in gc6.4 code
10596:
10597: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10598: ignored in ^string.matched :(
10599:
10600: * src/main/pa_string.C: ! regex tainting were ignored in
10601: ^string.matched :(
10602:
10603: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10604: src/include/pa_config_fixed.h, src/include/pa_version.h,
10605: src/main/compile.y, src/main/compile_tools.h,
10606: src/main/pa_charset.C, src/main/pa_common.C,
10607: src/main/pa_globals.C, src/main/pa_string.C,
10608: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10609: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10610:
10611: 2005-12-08 paf
10612:
10613: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10614: 500 chars now handled OK [were wrapped on 500th char according to
10615: rfc, but sendmail failed to unwrap it properly]
10616:
10617: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10618: handled OK [were wrapped on 500th char according to rfc, but
10619: sendmail failed to unwrap it properly]
10620:
10621: * src/targets/isapi/parser3isapi.C: . less warnings
10622:
10623: * src/targets/isapi/parser3isapi.C: . undone some strange change
10624: since 3.1.5
10625:
10626: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10627: link fixes
10628:
10629: * src/: classes/date.C, include/pa_config_fixed.h,
10630: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10631: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10632: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10633:
10634: * src/include/pa_config_fixed.h: . removed outdated string origins
10635: [in current storage scheme there's no place for them. someday we
10636: can add third CORD to store origins and special version of parser
10637: which stores origins there [separate binary]]
10638:
10639: 2005-12-07 paf
10640:
10641: * src/targets/isapi/parser3isapi.C: . now links in release mode
10642:
10643: * src/include/pa_version.h: makefiles
10644:
10645: * src/include/pa_version.h: . not beta
10646:
10647: * configure, configure.in, src/include/pa_version.h: not beta
10648:
10649: 2005-12-06 paf
10650:
10651: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10652: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10653: decided to undo the change ^call[$void] passes void. now it will
10654: pass empty string again.
10655:
10656: * src/main/: compile.tab.C, compile.y: . version readded
10657:
10658: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10659: = ^switch[void] problem
10660:
10661: 2005-12-01 paf
10662:
10663: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10664: caused ^case[string] to be coerced to double since searching
10665: value were not string (it was vvoid)
10666:
10667: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10668: ^case[string] to be coerced to double since searching value were
10669: not string (it was vvoid)
10670:
10671: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10672: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10673:
10674: 2005-11-30 paf
10675:
10676: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10677: win32 must putenv("TZ="), on unix works only putenv("TZ")
10678:
10679: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10680: putenv("TZ="), on unix works only putenv("TZ")
10681:
10682: * INSTALL: . xml libs versions updated
10683:
10684: * src/main/pa_globals.C: //20051130 trying to remove this, author
10685: claims that fixed a lot there // 20040920 for now both
10686: workarounds needed. wait for new libxml/xsl versions
10687:
10688: 2005-11-28 paf
10689:
10690: * src/classes/table.C: merged from HEAD: ! nameless table has
10691: columns==0
10692:
10693: * src/classes/table.C: ! nameless table has columns==0
10694:
10695: * src/main/pa_http.C: merged from HEAD: ! status line check made
10696: earlier [was totally wrong]
10697:
10698: * src/main/pa_http.C: ! status line check made earlier [was totally
10699: wrong]
10700:
10701: 2005-11-25 paf
10702:
10703: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10704: undoing for now...
10705:
10706: * src/include/pa_version.h: -this reduces speed(table::load),
10707: strange. undoing
10708:
10709: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10710:
10711: * src/classes/op.C: + ^while(){}[SEPARATOR]
10712:
10713: * src/include/pa_array.h: + optimistics added: all arrays (table
10714: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10715: this speeds things up and saves memory a LOT! (not noticed
10716: negative effect on syntetic tests, future will tell...)
10717:
10718: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10719: changed gc_malloc implementation, which obscured profiling
10720:
10721: * src/classes/table.C: merged from HEAD: + optimized
10722: table::load/sql, now row ArrayString-s allocated with
10723: columns.count() elements and don't always grow from
10724: count=3[realloc,realloc]
10725:
10726: * src/classes/table.C: + optimized table::load/sql, now row
10727: ArrayString-s allocated with columns.count() elements and don't
10728: always grow from count=3[realloc,realloc]
10729:
10730: * src/classes/table.C: merged from HEAD: . ^table.save unused
10731: buffer after save
10732:
10733: * src/classes/table.C: . ^table.save unused buffer after save
10734:
10735: 2005-11-24 paf
10736:
10737: * configure.in: . merged glib2-config patch
10738:
10739: * configure.in: + trying to find glib2-config
10740:
10741: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10742: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10743: file/dir_readable to simple file/dir_exist, this would help in
10744: situations "class not found because .p file has bad rights" << in
10745: that case error would be explicit "access denied to 'this' file"
10746:
1.116 moko 10747: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10748:
10749: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10750: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10751: to simple file/dir_exist, this would help in situations "class
10752: not found because .p file has bad rights" << in that case error
10753: would be explicit "access denied to 'this' file"
10754:
10755: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10756: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10757: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10758: ^file::exec/cgi[script;$.charset[changed]
10759: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10760: encoded in $.charset charset
10761:
10762: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10763: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10764: encoded in $.charset charset
10765:
10766: * src/: include/Makefile.am, include/pa_common.h,
10767: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10768: main/pa_common.C, main/pa_http.C: . extracted http:// into
10769: separate file [preparation for
10770: ^file::cgi[script;$.form[$.field1[]
10771:
10772: 2005-11-22 paf
10773:
10774: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10775:
10776: * acinclude.m4, configure.in: . merged underquting fixes
10777:
1.116 moko 10778: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10779:
10780: * src/classes/op.C: . overmerged a little
10781:
10782: * src/main/compile.tab.C: Makefile
10783:
10784: * src/main/: pa_common.C: . less gcc warnings
10785:
10786: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10787: now reports original exception if we have no old cache
10788:
10789: * src/classes/op.C: + $exception.handled[cache] now reports
10790: original exception if we have no old cache
10791:
10792: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10793: from HEAD: + ^taint/untaint[regex] << escapes these:
10794: \^$.[]|()?*+{}
10795:
10796: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10797: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10798:
10799: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10800: getenv-ed variable, which does not work both on win32&unix.
10801: copied old TZ value now
10802:
10803: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10804: stored pointer to getenv-ed variable, which does not work both on
10805: win32&unix. copied old TZ value now
10806:
10807: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10808: getenv-ed variable, which does not work both on win32&unix.
10809: copied old TZ value now
10810:
10811: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10812: access to internal hash
10813:
10814: * src/types/pa_vresponse.C: + $response:headers access to internal
10815: hash
10816:
10817: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10818: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10819: isapi] this reduces number of "GC Warning: Repeated allocation of
10820: very large block" messages to only important onces
10821:
10822: * src/targets/isapi/parser3isapi.C: +
10823: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10824: isapi] this reduces number of "GC Warning: Repeated allocation of
10825: very large block" messages to only important onces
10826:
10827: * src/classes/string.C: merged from HEAD: + removed limitation on
10828: ^string/int/double:sql{}[$.default[({param style})] ]
10829:
10830: * src/classes/string.C: + removed limitation on
10831: ^string/int/double:sql{}[$.default[({param style})] ]
10832:
10833: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10834: with ?params or $.form option" limitation
10835:
10836: * src/main/pa_common.C: + removed "use either uri with ?params or
10837: $.form option" limitation
10838:
10839: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10840: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10841: ^file::base64[encoded] decode
10842:
10843: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10844: main/pa_common.C: + ^file.base64[] encode +
10845: ^file::base64[encoded] decode
10846:
10847: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10848: ^string:base64[encoded] decode
10849:
10850: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10851: ^string:base64[in] encode + ^string.base64[] decode
10852:
10853: 2005-11-21 paf
10854:
10855: * src/classes/file.C: + merged from HEAD:
10856: ^file::create[text;file.xml;^untaint[xml]{data}]
10857:
10858: * src/classes/file.C: +
10859: ^file::create[text;file.xml;^untaint[xml]{data}]
10860:
10861: * src/main/pa_request.C: ! merged: $response:body[file] now
10862: differes from :download, it does not return content-disposition
10863: at all now [previusely it returned valueless content-disposition]
10864:
10865: * src/main/pa_request.C: ! $response:body[file] now differes from
10866: :download, it does not return content-disposition at all now
10867: [previusely it returned valueless content-disposition]
10868:
10869: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10870: literals, reverted to just vvod, recreating empty array with each
10871: void_value token. that's absolutely needed, since that array
10872: grows
10873:
10874: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10875: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10876: types/pa_vmethod_frame.h: + merged: expression literals:
10877: true/false. ^format[$.indent(true)]
10878:
10879: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10880: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10881: types/pa_vmethod_frame.h: + expression literals: true/false.
10882: ^format[$.indent(true)]
10883:
10884: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10885: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10886: i386-pc-win32)"
10887:
10888: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10889: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10890: i386-pc-win32)"
10891:
10892: 2005-11-18 paf
10893:
10894: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10895: null}[$.default(123)] will now return default value
10896:
10897: * src/classes/op.C: + merged ^cache[] << returns current cache
10898: expiration time
10899:
10900: * src/classes/op.C: + ^cache[] << returns current cache expiration
10901: time
10902:
10903: * src/classes/table.C: ! merged ^table::create[not'nameless';
10904: failed << Exception.problem_source pointed to local var!
10905:
10906: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10907: Exception.problem_source pointed to local var!
10908:
10909: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10910: now loads VFile.ptr!=0, so such files can be saved now
10911:
10912: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10913: loads VFile.ptr!=0, so such files can be saved now
10914:
10915: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10916: only . and .. now removed from list [were removed all .*]
10917:
10918: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10919: .. now removed from list [were removed all .*]
10920:
10921: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10922: open error now checked, were not :( [stole that piece from apache
10923: 1.3 sources]
10924:
10925: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10926: checked, were not :( [stole that piece from apache 1.3 sources]
10927:
10928: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10929: untainting of @main result if returned by $result or
10930: $response:body
10931:
10932: * src/main/pa_request.C: ! ensured proper untainting of @main
10933: result if returned by $result or $response:body
10934:
10935: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10936: issue: now tries to guess content-length and allocates one big
10937: piece if possible [regretfully gc_realloc works as malloc+free,
10938: leaving lots of holes behind]
10939:
10940: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10941: fixed file load memory issue: now tries to guess content-length
10942: and allocates one big piece if possible [regretfully gc_realloc
10943: works as malloc+free, leaving lots of holes behind]
10944:
10945: 2005-11-16 paf
10946:
10947: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10948: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10949: table::save with enclosers now doubles them: "->"" !
10950: table::save/load do not remove elements from options hash
10951:
10952: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10953: [were overoptimized ^if(double_literal), compiler confused
10954: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10955:
10956: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10957: [were overoptimized ^if(double_literal), compiler confused
10958: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10959:
10960: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10961: main/pa_common.C: ! table::save with enclosers now doubles them:
10962: "->"" ! table::save/load do not remove elements from options hash
10963:
10964: 2005-11-03 paf
10965:
1.116 moko 10966: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10967: compilation, not all makefiles liked that
1.95 moko 10968:
10969: 2005-08-30 paf
10970:
10971: * src/classes/op.C: merge . speedup check of [DEFAULT]
10972:
10973: * src/classes/op.C: . speedup check of [DEFAULT]
10974:
10975: 2005-08-26 paf
10976:
10977: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10978:
10979: * src/: classes/date.C, types/pa_vdate.h: + date.week
10980:
10981: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10982: complains about bad!=nameless
10983:
10984: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10985: about bad!=nameless
10986:
10987: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10988: optional options were allowed to be empty. were checked
10989: if(is_string), changed to !defined||is_string to allow void
10990:
10991: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10992: classes/string.C, classes/table.C, classes/void.C: ! optional
10993: options were allowed to be empty. were checked if(is_string),
10994: changed to !defined||is_string to allow void
10995:
10996: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10997: as_junction where they needed as_int/double, so failed with
10998: recent "(const) now no junction" optimization
10999:
11000: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11001: merged ! many classes/* used as_junction where they needed
11002: as_int/double, so failed with recent "(const) now no junction"
11003: optimization
11004:
11005: * src/: classes/double.C, classes/int.C, classes/math.C,
11006: classes/op.C, classes/string.C, classes/table.C,
11007: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11008: used as_junction where they needed as_int/double, so failed with
11009: recent "(const) now no junction" optimization
11010:
11011: 2005-08-24 paf
11012:
11013: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11014: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11015: stripped it
11016:
11017: 2005-08-09 paf
11018:
11019: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11020: not cleared
11021:
11022: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11023: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11024: classes/hashfile.C, classes/image.C, classes/int.C,
11025: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11026: classes/response.C, classes/string.C, classes/table.C,
11027: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11028: include/pa_array.h, include/pa_cache_managers.h,
11029: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11030: include/pa_config_fixed.h, include/pa_config_includes.h,
11031: include/pa_dictionary.h, include/pa_dir.h,
11032: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11033: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11034: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11035: include/pa_request_charsets.h, include/pa_request_info.h,
11036: include/pa_sapi.h, include/pa_socks.h,
11037: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11038: include/pa_stack.h, include/pa_string.h,
11039: include/pa_stylesheet_connection.h,
11040: include/pa_stylesheet_manager.h, include/pa_table.h,
11041: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11042: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11043: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11044: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11045: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11046: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11047: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11048: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11049: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11050: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11051: main/pa_sql_driver_manager.C, main/pa_string.C,
11052: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11053: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11054: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11055: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11056: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11057: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11058: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11059: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11060: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11061: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11062: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11063: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11064: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11065: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11066: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11067: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11068: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11069: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11070: types/pa_vresponse.C, types/pa_vresponse.h,
11071: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11072: types/pa_vstateless_object.h, types/pa_vstatus.C,
11073: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11074: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11075: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11076: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11077: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11078:
11079: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11080: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11081: speedup consequent checks in vmethod_frame
11082:
11083: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11084: not cleared
11085:
11086: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11087: params: 50 max (were 10)
11088:
11089: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11090: params: 50 max (were 10)
11091:
11092: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11093: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11094: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11095: empty string) ! simplified (double) speedup consequent checks in
11096: vmethod_frame
11097:
11098: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11099: optimized constants in expressions vstring->vdouble + optimized
11100: ^call(vdouble), no junction creation, no calls later
11101:
11102: 2005-08-08 paf
11103:
11104: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11105: compile_tools.h: merged + optimized constants in expressions
11106: vstring->vdouble + optimized ^call(vdouble), no junction
11107: creation, no calls later
11108:
11109: * src/types/pa_vdouble.h: merged . double values without fractional
11110: part now default printed as %.0f instead of %g
11111:
11112: * src/types/pa_vdouble.h: . double values without fractional part
11113: now default printed as %.0f instead of %g
11114:
11115: * src/classes/hashfile.C: . merged ! second hashfile::open would
11116: cause an exception
11117:
11118: * src/classes/hashfile.C: ! second hashfile::open would cause an
11119: exception
11120:
11121: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11122: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11123: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11124: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11125: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11126: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11127: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11128: types/pa_vresponse.h, types/pa_vstateless_class.C,
11129: types/pa_vstateless_object.h, types/pa_vvoid.h,
11130: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11131: merged VJunction(new Junction) optimization from 3.1.4
11132:
11133: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11134: types/pa_vstateless_class.C: + optimized new VJunction(new
11135: Junction(params)) to new VJunction(params), thousands of mallocs
11136: removed
11137:
11138: 2005-08-05 paf
11139:
11140: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11141: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11142: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11143: creation, no calls later
11144:
11145: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11146: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11147: classes/hashfile.C, classes/image.C, classes/int.C,
11148: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11149: classes/response.C, classes/string.C, classes/table.C,
11150: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11151: include/pa_array.h, include/pa_cache_managers.h,
11152: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11153: include/pa_config_fixed.h, include/pa_config_includes.h,
11154: include/pa_dictionary.h, include/pa_dir.h,
11155: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11156: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11157: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11158: include/pa_request_charsets.h, include/pa_request_info.h,
11159: include/pa_sapi.h, include/pa_socks.h,
11160: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11161: include/pa_stack.h, include/pa_string.h,
11162: include/pa_stylesheet_connection.h,
11163: include/pa_stylesheet_manager.h, include/pa_table.h,
11164: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11165: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11166: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11167: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11168: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11169: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11170: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11171: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11172: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11173: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11174: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11175: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11176: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11177: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11178: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11179: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11180: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11181: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11182: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11183: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11184: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11185: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11186: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11187: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11188: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11189: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11190: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11191: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11192: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11193: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11194: types/pa_vstateless_object.h, types/pa_vstatus.C,
11195: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11196: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11197: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11198: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11199: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11200:
11201: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11202: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11203: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11204: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11205: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11206: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11207: optimized constants in expressions vstring->vdouble
11208:
11209: 2005-07-29 paf
11210:
11211: * src/types/pa_vclass.C: . shaped up error messages a bit
11212:
11213: * src/types/pa_vclass.C: + property getter can now be overridden
11214:
11215: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11216: bug fix: static parent fields were not replaced in case
11217: $derived:field[put] + property setter can now be overridden
11218:
11219: 2005-07-28 paf
11220:
11221: * configure, configure.in, src/classes/classes.h,
11222: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11223: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11224: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11225: src/classes/xnode.h, src/include/pa_hash.h,
11226: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11227: src/types/Makefile.am, src/types/pa_method.h,
11228: src/types/pa_value.h, src/types/pa_vclass.C,
11229: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11230: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11231: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11232: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11233: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11234: src/types/pa_vobject.C, src/types/pa_vobject.h,
11235: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11236: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11237: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11238: src/types/pa_vstateless_class.h,
1.95 moko 11239: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11240: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11241: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11242: dynamic_fields_join
11243:
11244: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11245: classes/xnode.C, include/pa_hash.h, main/execute.C,
11246: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11247: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11248: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11249: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11250: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11251: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11252: types/pa_vresponse.h, types/pa_vstateless_object.h,
11253: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11254: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11255: restored its checks in vobject.put_element->static fields |
11256: dynamic properties
11257:
11258: 2005-07-27 paf
11259:
11260: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11261: is some old code containing @set_name $name
11262:
11263: * src/types/pa_vobject.h: . fixed warning
11264:
11265: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11266: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11267:
11268: * src/: classes/xnode.C, include/pa_hash.h,
11269: types/pa_vstateless_class.C: ! new asserts were all false.
11270: regretfully reverted them all to checks
11271:
11272: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11273: classes/op.C, main/execute.C, types/pa_method.h,
11274: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11275: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11276: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11277: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11278: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11279: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11280: types/pa_vstateless_object.h, types/pa_vvoid.h,
11281: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11282: joined_dynamic_fields: removed unused param from put_method
11283: (returned to 3 params)
11284:
11285: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11286: joined_dynamic_fields: dynamic get/set works with overriding
11287: props [alpha2]
11288:
11289: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11290: works [alfa]
11291:
11292: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11293: classes/op.C, include/pa_hash.h, main/execute.C,
11294: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11295: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11296: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11297: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11298: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11299: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11300: types/pa_vresponse.h, types/pa_vstateless_class.C,
11301: types/pa_vstateless_object.h, types/pa_vvoid.h,
11302: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11303: joined_dynamic_fields: just compiled
11304:
11305: * src/: classes/date.C, classes/file.C, classes/hash.C,
11306: classes/hashfile.C, classes/image.C, classes/table.C,
11307: classes/xdoc.C, classes/xnode.h, main/execute.C,
11308: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11309: types/pa_vstateless_class.h: joined_dynamic_fields: started
11310:
11311: * src/types/pa_vobject.C: . object setters [only started, does not
11312: work yet]
11313:
11314: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11315: object setters [only started, does not work yet]
11316:
11317: 2005-07-26 paf
11318:
11319: * src/: include/pa_request.h, main/execute.C: . properties: set
11320: works [alpha2]. for classes. todo: for objects
11321:
11322: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11323: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11324: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11325: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11326: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11327: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11328: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11329: types/pa_vstateless_object.h, types/pa_vvoid.h,
11330: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11331: properties: set works [alpha1]
11332:
11333: 2005-07-25 paf
11334:
11335: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11336: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11337: properties: started, get works [alpha1, other approach]
11338:
11339: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11340: properties: started, get works [alpha2]
11341:
11342: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11343: pa_vstateless_class.h: . properties: started, get works [alpha]
11344:
11345: 2005-07-15 paf
11346:
11347: * src/: classes/classes.h, classes/op.C, main/execute.C,
11348: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11349: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11350: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11351: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11352: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11353: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11354: types/pa_vresponse.C, types/pa_vresponse.h,
11355: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11356: types/pa_vstateless_object.h, types/pa_vvoid.h,
11357: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11358: types/pa_wwrapper.h, types/types.vcproj: + started property
11359: [getters work but think of changing them too to precaching]
11360:
11361: 2005-07-08 paf
11362:
11363: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11364: gpf
11365:
11366: 2005-06-28 paf
11367:
11368: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11369: in passing empty strings to file::exec/cgi environment
11370:
11371: 2005-06-06 paf
11372:
11373: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11374: ^table:sql ^hash:sql now DO process $.bind option
11375:
11376: 2005-05-24 paf
11377:
11378: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11379: $.limit] now work again [support was broken in 3.1.4]
11380:
11381: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11382: ALL_INTERIOR_POINTERS
11383:
11384: 2005-05-12 paf
11385:
11386: * configure: 3.1.5beta
11387:
11388: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11389:
11390: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11391: $.limit] now work again [support was broken in 3.1.4]
11392:
11393: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11394: line-width [was refusing to fill if line-width >1, thanks to
11395: Seras <seras@pinxit.lt> for repro case
11396:
11397: 2005-04-25 paf
11398:
11399: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11400: correctly
11401:
11402: 2005-04-19 paf
11403:
11404: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11405: in VString violating invariant!!
11406:
11407: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11408: getenv("TZ")==null
11409:
11410: 2005-04-08 paf
11411:
11412: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11413: bugfix: when there is no char in charset one byte produces 6
11414: (ÿ <<max). increased buffer size!
11415:
11416: 2005-03-23 paf
11417:
11418: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11419: ^date.sql-string now takes TZ into account
11420:
11421: 2005-03-16 paf
11422:
11423: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11424: gcc 3.4
11425:
11426: * src/types/pa_vhash.C: . warning about eof eol
11427:
11428: 2005-02-17 paf
11429:
11430: * operators.txt, src/classes/op.C: + operator ^sleep(double
11431: seconds)
11432:
11433: 2005-02-02 paf
11434:
11435: * src/classes/xnode.C: beauty: removed needless includes
11436:
11437: 2005-01-31 paf
11438:
11439: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11440: $.partNoNumber now alias to $.part1
11441:
11442: * src/types/pa_vmail.C: change: incoming letter part contains
11443: "content-disposition" header with any value? now considering that
11444: part to be "file#" [for text/plain text/html were $.text#
11445: $.html#]
11446:
11447: * INSTALL: updatet to latest working versions available
11448:
11449: 2005-01-20 paf
11450:
11451: * configure.in, src/include/pa_version.h: version
11452:
11453: 2005-01-19 paf
11454:
1.116 moko 11455: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11456: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11457: couple warnings in parser3.C
1.95 moko 11458:
11459: 2004-12-23 paf
11460:
11461: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11462:
11463: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11464: dir to directory of script (when shbang used), not to directory
11465: of its interpreter
11466:
11467: * src/include/pa_version.h: compiled on win32...
11468:
11469: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11470: we need more hspace
11471:
11472: * configure, configure.in, src/include/pa_version.h: configured
11473: host to pa_version. will be displayed everywhere
11474:
11475: * src/main/pa_request.C: new: @unhandled_exception can prevent
11476: exception from being logged by setting $exception.handled(1)
11477:
11478: * operators.txt, src/classes/file.C: change:
11479: ^file::sql{query}[[options]] options: $.name[file name]
11480: $.content-type[application/what]
11481:
11482: * src/: include/pa_common.h, main/pa_common.C,
11483: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11484: new file
11485:
11486: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11487: bugfix: table->hash now regards _default
11488:
11489: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11490: created by accessing $name_of_method it acquired bad self=closest
11491: methodframe; instead of proper self (current class)
11492:
11493: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11494: hashfile produced bad cord
11495:
11496: 2004-12-10 paf
11497:
11498: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11499: subsequent failures though defined in .h
11500:
11501: * src/main/pa_common.C: comment on volatile
11502:
11503: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11504: alarm function were not used since the beginning due to stupid
11505: error [setsigjmp were not checked in configure.in]
11506:
11507: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11508: unix too
11509:
11510: * src/main/pa_common.C: http: exception status of send/recv errors
11511: change to most probable http.timeout
11512:
11513: * src/main/pa_common.C: win32: http connection $.timeout option now
11514: works [setsockopt on send/receive]
11515:
11516: 2004-12-08 paf
11517:
11518: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11519: cstr-ed knowing mail charset, and untainting uri lang now knows
11520: proper charset
11521:
11522: 2004-11-24 paf
11523:
11524: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11525:
11526: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11527: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11528:
11529: 2004-11-12 paf
11530:
11531: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11532: [since 3.0.4]
11533:
11534: 2004-11-09 paf
11535:
11536: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11537: writes basics to c:\parser3.log
11538:
11539: 2004-10-21 paf
11540:
11541: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11542: tainted strings [were returning clean onces]
11543:
11544: 2004-10-15 paf
11545:
11546: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11547: cycles(i=1; i=2), which was wrong, now does ONE
11548:
11549: 2004-10-12 paf
11550:
11551: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11552:
11553: 2004-10-07 paf
11554:
11555: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11556: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11557: release asserts
11558:
11559: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11560: String.dump() to stdout in detailed form [were String.v() in
11561: short form]
11562:
11563: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11564: \t\r\n as @#| and truncates long char sequences less
11565:
11566: 2004-10-06 paf
11567:
11568: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11569: win32 beauty: socket errors properly decoded
11570:
11571: 2004-10-05 paf
11572:
11573: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11574: request::configure_user/admin done always, even if no
11575: file-to-process useful in @unhandled_exception [say, if they
11576: would want to mail by SMTP something]
11577:
11578: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11579: now performed prior to file loading [and @auto executing] thus
11580: making $cookie:value available in @auto and in
11581: @unhandled_exception when IIS is configured to run interpreter
11582: even if no file exist
11583:
11584: 2004-09-20 paf
11585:
11586: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11587: somewhere where it should have called xmlMalloc and it calls
11588: xmlFree when it should have not called it. inserted two
11589: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11590: xmlFree just ignored. put away a testcase, maybe someday libxml
11591: author would fix all that. until that day: we have SLOW garbage
11592: collecting when many xml objects are alive hint: do
11593: ^memory:compact[] before xdoc::create
11594:
11595: 2004-09-17 paf
11596:
11597: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11598: error from 3.0.8 version]
11599:
11600: 2004-09-14 paf
11601:
11602: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11603: part bugfix: hashfile.foreach iterated only part if hashfile were
11604: modified inside
11605:
11606: 2004-09-13 paf
11607:
11608: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11609: [were as octal]
11610:
11611: * src/types/pa_vhashfile.C: beauty: not reproduced
11612: $hashfile.key[$novalue] bug [reported by motorin], inserted
11613: safety-check
11614:
11615: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11616: [not something obscure from sdbm lib]
11617:
11618: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11619: = strerror now returnes something and we can properly report that
11620: to client
11621:
11622: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11623: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11624:
11625: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11626: [tainted as-is] this helps //[space][newline] to remain as-is and
11627: not be unnecessary optimized away [ruining javascript]
11628:
11629: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11630: [tainted as-is]
11631:
11632: * src/classes/mail.C: bugfix: typo error
11633:
11634: 2004-09-09 paf
11635:
11636: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11637: separators bugfix: loads header with endings \r\n\r\n and \n\n
11638: (bloody yandex.server)
11639:
11640: 2004-09-06 paf
11641:
11642: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11643: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11644: encoded
11645:
11646: 2004-09-01 paf
11647:
11648: * src/types/pa_vmail.C: change: multipart/mixed changed to
11649: multipart/related outlook express have no problems showing
11650: unrelated attachments. todo: someday figure out a way of
11651: multipart/mixed multipart/related text/html
11652: image/xxx application/octet-stream << true attachments
11653:
11654: * src/types/pa_vmail.C: new:
11655: ^mail:send[$.file[$.content-disposition can be overriden new:
11656: empty mail header fields removed from letter
11657:
11658: * src/: classes/mail.C, include/pa_config_fixed.h,
11659: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11660: ^mail:send[ $.file[ $.any[header]
11661:
11662: 2004-08-30 paf
11663:
11664: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11665: warnings
11666:
11667: * src/main/pa_common.C: beauty: do not bother with charset
11668: detection when ^file::load[binary
11669:
11670: 2004-08-27 paf
11671:
11672: * src/main/pa_common.C: hack: for yandex.server http server
11673:
11674: 2004-08-18 paf
11675:
11676: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11677: possibly-chunked response
11678:
11679: 2004-08-17 paf
11680:
11681: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11682: $f.content-type now = that of http response
11683:
11684: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11685: $f.content-type now = that of http response
11686:
11687: 2004-07-30 paf
11688:
11689: * src/: include/pa_request.h, main/pa_request.C,
11690: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11691: win32: system&parser exceptions in release mode reported properly
11692: parser exception in exception handler WERE mistakenly reported as
11693: system exception, without details [in apache & isapi] +some
11694: beauty in exception text
11695:
11696: * src/: include/pa_exception.h, main/pa_request.C,
11697: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11698: release mode reported properly parser exception in exception
11699: handler WERE mistakenly reported as system exception, without
11700: details
11701:
11702: * src/main/execute.C: beauty: simplified system exception handling
11703:
11704: 2004-07-29 paf
11705:
11706: * src/classes/table.C: bugfix:
11707: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11708: were ignored, and \t used unconditionally]
11709:
11710: * src/types/Makefile.am: added vhash.c
11711:
11712: 2004-07-28 paf
11713:
11714: * src/: classes/date.C, classes/image.C, classes/math.C,
11715: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11716: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11717: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11718: failed on russian letters
11719:
11720: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11721: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11722: letters
11723:
11724: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11725: as 'currentDirectory' parameter to CreateProcess
11726:
11727: 2004-07-27 paf
11728:
11729: * src/targets/cgi/parser3.vcproj: beauty: win32:
11730: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11731: from release somewhere [to help searching for unhandled system
11732: exceptions]
11733:
11734: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11735: TZ shift
11736:
11737: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11738: but also in ctor
11739:
11740: 2004-07-26 paf
11741:
11742: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11743: src/main/pa_request.C, src/types/pa_vfile.h,
11744: src/types/pa_vhash.C, src/types/pa_vhash.h,
11745: src/types/types.vcproj: new: $response:body/download[
11746: $.file[name on disk] $.name[of file for user]
11747: $.mdate[date of last-modified. default from directory] ]
11748:
11749: * src/classes/file.C: moving file:send somewhere else..
11750:
11751: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11752: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11753: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11754: $response:download[ $.filename[filename] $.option[] ,, ]
11755:
11756: * src/classes/file.C: beauty: invalid mode thoroughly reported
11757:
11758: 2004-07-21 paf
11759:
11760: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11761: to several lines
11762:
11763: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11764:
11765: note: ms outlook[!express] shows only first 255 characters of
11766: subject
11767:
11768: 2004-07-15 paf
11769:
11770: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11771: off]
11772:
11773: 2004-07-14 paf
11774:
11775: * src/classes/table.C: bugfix: $.bind values now got untainted
11776: according to lang [were: as-is]
11777:
11778: 2004-07-07 paf
11779:
11780: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11781: checked that
11782:
11783: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11784: now untainted according to their languages. were: as-is.
11785: EVERYWHERE
11786:
11787: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11788: environment string now untainted according to their languages.
11789: were: as-is. EVERYWHERE
11790:
11791: * src/main/pa_exec.C: bufix: on unix environment string now
11792: untainted according to their languages. were: as-is. on win32:
11793: ok
11794:
11795: * parser3.vssscc: ...would not go unnoticed
11796:
11797: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11798: fails. in case on input appears nonutf, those bytes will be
11799: printed in %HH form. that can be easily decoded/recovered.
11800:
11801: this form is quite noticable, and hopefully would not go noticed
11802:
11803: 2004-07-06 paf
11804:
11805: * src/main/pa_exec.C: bufix: on unix environment string now
11806: untainted according to their languages. were: as-is. on win32:
11807: ok
11808:
11809: 2004-07-01 paf
11810:
11811: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11812: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11813: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11814: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11815: main/main.vcproj, targets/cgi/parser3.vcproj,
11816: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11817: option: global optimization ON
11818:
11819: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11820: to do xdoc::create{invalid chars} standard disables chars less
11821: then \x20, except tab, cr, lf.
11822:
11823: changed tainting so that those become '!'
11824:
11825: 2004-06-25 paf
11826:
11827: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11828: int on odd address [prev bugfix failed due to superwize
11829: optimizer, which turned memcpy into same 'ld' asm command]
11830:
11831: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11832: int on odd address
11833:
11834: 2004-06-22 paf
11835:
11836: * src/sql/pa_sql_driver.h: note: about possible optimization
11837:
11838: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11839: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11840: src/include/pa_config_includes.h: new: ^void:sql{call
11841: paf(:a)}[ $.bind[ $.a[2]
11842: ] ] output variables work. todo: check in out
11843: variables
11844:
11845: 2004-06-18 paf
11846:
11847: * src/: classes/file.C, classes/hash.C, classes/string.C,
11848: classes/table.C, classes/void.C, include/pa_globals.h,
11849: include/pa_sql_connection.h, main/compile.tab.C,
11850: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11851: $.bind[ $.a[2] ]
11852: ] input variables work. todo:output
11853:
11854: * src/targets/cgi/parser3.C: bugfix: iis specific
11855: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11856: /_bug.html?404;http://hpsv/test/
11857: --------------------------------------------------------------------------------
11858: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11859: --------------------------------------------------------------------------------
11860: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11861:
11862: 2004-06-16 paf
11863:
11864: * src/targets/cgi/parser3.C: new: iis specific
11865: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11866: $request:query
11867: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11868: $form:fields IIS-STATUS="404"
11869: IIS-DOCUMENT="http://server/_bug.html" f="v"
11870:
11871: todo: isapi too
11872:
11873: 2004-05-26 paf
11874:
11875: * src/include/pa_version.h: 3.1.3
11876:
11877: * operators.txt: beauty: removed outdated level 'table'
11878:
11879: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11880:
11881: * src/main/pa_string.C: beauty: removed 3 warnings
11882:
11883: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11884: classes/op.C: beauty: removed outdated level 'table'
11885:
11886: 2004-05-25 paf
11887:
11888: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11889: implementation. mistery: how anything worked
11890:
11891: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11892: changed, it is now safe to use url if pointers to it are stored
11893: to gc mem
11894:
11895: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11896: unknown errors reported and not cause SIGSEGV now
11897:
11898: 2004-05-24 paf
11899:
11900: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11901: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11902: less memory: CORD_chars_block originally intended to ... it was
11903: good that CORD_chars_block were not used: it consumes more memory
11904: [and, might be slow too] undoing that. [and removed that func so
11905: that it would not confuse parser developer in future]
11906:
11907: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11908: less memory: CORD_chars_block originally intended to
11909: speedup/reduce mem usage were forgotten, and were used stupid
11910: CORD_chars
11911:
11912: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11913:
11914: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11915: BIGENDIAN processors space-conserving mech failed, causing
11916: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11917: (1|2|3));
11918:
11919: 2004-05-14 paf
11920:
11921: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11922: bugfix: void now has vfile value, and $response:body[] works OK
11923:
11924: 2004-05-12 paf
11925:
11926: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11927: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11928: sources to use is_defined() {return as_bool();} along VBool
11929:
11930: 2004-05-11 paf
11931:
11932: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11933: referencing to local objects
11934:
11935: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11936: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11937: left intact
11938:
11939: 2004-04-15 paf
11940:
11941: * src/classes/date.C: merged: beauty: unused var removed
11942:
11943: * src/classes/date.C: beauty: unused var removed
11944:
11945: * src/include/: pa_exec.h: bugfix: interface without pointer
11946: provoked bug
11947:
11948: 2004-04-09 paf
11949:
11950: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11951:
11952: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11953:
11954: 2004-04-08 paf
11955:
11956: * src/classes/date.C: new: ^date::create[y-m-d
11957: h-M-s>>.milliseconds<<] now allowed, ignored so far
11958:
11959: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11960:
11961: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11962: to consult default catalog [usually, that file belongs to other
11963: user/group]
11964:
11965: 2004-04-06 paf
11966:
11967: * src/main/pa_common.C: beauty: gcc warning removed
11968:
11969: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11970: accept that trick, trying other
11971:
11972: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11973: explicit result problem
11974:
11975: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11976: explicit result problem
11977:
11978: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11979: explicit result problem
11980:
11981: * operators.txt, src/classes/string.C: new: ^string.append[string]
11982:
11983: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11984: main/execute.C: attempt_check_call_in_explicit_result_mode:
11985: failed
11986:
11987: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11988: http://i.p.a.ddress gethostbyaddr added [on some platforms
11989: gethostbyname failed with such 'domains'] now checked properly,
11990: were: needless reverse/forward dns lookup
11991:
11992: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11993: http://i.p.a.ddress gethostbyaddr added [on some platforms
11994: gethostbyname failed with such 'domains'] now checked properly,
11995: were: needless reverse/forward dns lookup
11996:
11997: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11998: @method[][result] means "no string output here" moved to lexical
11999: level [on grammar level it were too difficult]
12000:
12001: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12002: src/main/compile.y, src/main/compile_tools.h,
12003: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12004: @method[][result] means "no string output here", implemented part
12005: of that idea: compiler throws away string literal generation
12006: code. and barks nonwhitespace chars
12007:
12008: * operators.txt: truth: removed comment about $ORIGIN
12009:
12010: 2004-04-05 paf
12011:
12012: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12013: src/include/pa_version.h, src/main/pa_common.C,
12014: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12015:
12016: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12017: Konstantin Tomashevitch [mailto:konst@design.ru]
12018:
12019: * src/doc/html2chm.cmd: beauty: no need in bg here
12020:
12021: * src/doc/sources2html.cmd: beauty: same window, in bg it
12022: interfered with FAR console
12023:
12024: * configure, configure.in: 3.1.3
12025:
12026: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12027:
12028: * src/main/pa_common.C: removed warning
12029:
12030: * src/include/pa_version.h: 3.1.3
12031:
12032: 2004-04-02 paf
12033:
12034: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12035:
12036: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12037: allows to specify where to put parser log file
12038:
12039: 2004-04-01 paf
12040:
12041: * src/classes/table.C: bugfix: bugfix: table::load last line
12042: without tab and enter were ignored
12043:
12044: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12045: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12046: main/pa_socks.C, targets/cgi/parser3.C,
12047: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12048: bugfix: sql connections now are disconnected
12049:
12050: 2004-03-30 paf
12051:
12052: * src/classes/table.C: bugfix: table::load last line without tab
12053: and enter were ignored
12054:
12055: * src/classes/table.C: bufix: if last table lines were commented,
12056: gpfed
12057:
12058: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12059: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12060: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12061: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12062: doc/methoded.dox, doc/object.dox, doc/string.dox,
12063: doc/targets.dox, doc/value.dox, include/pa_version.h,
12064: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12065: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12066: bugfixes from 3.1.2, changed version to 3.1.3beta
12067:
12068: 2004-03-29 paf
12069:
12070: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12071: causes gpf
12072:
12073: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12074: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12075: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12076: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12077: value.dox: translated to english
12078:
12079: 2004-03-25 paf
12080:
12081: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12082: parser3project dependency removed
12083:
12084: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12085: bugfix: refused to compile without xml
12086:
12087: * src/types/pa_vform.C: beauty: removed warning
12088:
12089: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12090: any folder [removed last ;) folder dependency]
12091:
12092: * src/classes/classes.vcproj: bugfix: now all compiles in any
12093: folder [removed last ;) folder dependency]
12094:
12095: * src/include/pa_version.h: release
12096:
12097: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12098:
12099: * src/classes/table.C: beauty: comment& more meaningful error
12100: message
12101:
12102: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12103: $.hash[$.column_value1(true) ... ] [were producing some strang
12104: thing]
12105:
12106: 2004-03-23 paf
12107:
12108: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12109: and http status line parsing checked number of columns in table
12110: [user reported an assert]
12111:
12112: * operators.txt: example: on hashfile
12113:
12114: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12115: bugfix: junction reattach now actually reattaches a junction to
12116: new wcontext [were only assigning it to junction, which caused
12117: junction tracking to loose junction, and it's context were not
12118: killed, and it tried to process in invalid context, gpf]
12119:
12120: * src/targets/cgi/parser3.C: debug helper added
12121:
12122: 2004-03-19 paf
12123:
12124: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12125: "type(type)" in braces
12126:
12127: 2004-03-10 paf
12128:
12129: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12130: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12131: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12132: solution to search-in-namespaces problem:
12133: $xdoc.search-namespaces.x[http://pif.design.ru/]
12134: $nodes[^xdoc.select[//x:second]]
12135:
12136: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12137: expression][[NAMESPACES HASH]] allows to search for info in
12138: namespaces
12139:
12140: $nodes[^xdoc.select[//x:second][
12141: $.x[http://pif.design.ru/] ]]
12142:
12143: 2004-03-09 paf
12144:
12145: * operators.txt, src/main/pa_common.C: new:
12146: ^file::load[...][options] $.form[
12147: !$.field1[string]
12148: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12149: ] !$.body[string]
12150:
12151: GET ?here notGET(POST, HEAD, others) in content-type:
12152: application/x-www-form-urlencoded
12153:
12154: todo: upload files ability
12155:
12156: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12157: properly, done
12158:
12159: 2004-03-05 paf
12160:
12161: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12162: GET/POST $.form[$.fields started, not tested yet
12163: todo:$.field[table] for multiple values
12164:
12165: * operators.txt: new: http:// options $.user $.password basic
12166: authorization
12167:
12168: * src/main/pa_common.C: beauty: link to rtf added
12169:
12170: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12171: new: http:// options $.user $.password basic authorization
12172:
12173: * src/main/pa_common.C: beauty: removed needless vars
12174:
12175: * operators.txt: new: pgsql option [like that recently added to
12176: oracle driver] ClientCharset=parser-charset <<
12177: charset in which parser thinks client works
12178:
12179: * operators.txt: new: odbc option [like that recently added to
12180: oracle driver] ClientCharset=parser-charset <<
12181: charset in which parser thinks client works
12182:
12183: * src/sql/pa_sql_driver.h: beauty: important warning added
12184:
12185: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12186: char!
12187:
12188: * etc/parser3.charsets/windows-1251.cfg: typo
12189:
12190: 2004-03-04 paf
12191:
12192: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12193: cached, sql transcoding now goes faster
12194:
12195: * operators.txt: new: mysql option [like that recently added to
12196: oracle driver] ClientCharset=parser-charset <<
12197: charset in which parser thinks client works
12198:
12199: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12200: typo error
12201:
12202: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12203: chars commented
12204:
12205: 2004-03-03 paf
12206:
12207: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12208: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12209:
12210: 2004-03-02 paf
12211:
12212: * operators.txt: new[update typo]: !^void.left(n)
12213: nothing !^void.right(n) nothing !^void.mid(p[;n])
12214: nothing
12215:
12216: * operators.txt, src/classes/void.C: new: !^void.left(n)
12217: nothing !^void.right(n) nothing !^void.pos(p[;n])
12218: nothing
12219:
12220: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12221: ^file::sql[[name_to_become_$.name]]{} query result must be one
12222: row with columns: first: data second: file name third:
12223: content-type
12224:
12225: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12226: ^connect gets properly escaped string, which can be passed to
12227: request now this for mysql only. it's up to parser sql driver to
12228: fix zeros properly
12229:
12230: * INSTALL: note: added on building apache with this option:
12231: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12232:
12233: 2004-03-01 paf
12234:
12235: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12236: extension memory:compact befor processingrequest
12237:
12238: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12239: call sole column of result
12240:
12241: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12242: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12243: pixel color
12244:
12245: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12246: beauty: image -- less checks [were ugly impl]
12247:
12248: * src/classes/string.C: bugfix: ^string.left/right/mid with
12249: negative values now considered bad
12250:
12251: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12252:
12253: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12254: options now have unified defaults [after transform
12255: indent/omit-xml-declaration/standalone 'default' erroreously
12256: meant 'true']
12257:
12258: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12259: added [on some platforms gethostbyname failed with such
12260: 'domains']
12261:
12262: * src/include/pa_config_auto.h.in: no select check, no define
12263:
12264: * src/classes/string.C: feature: ^string.trim both parameters may
12265: be empty-strings, meaning kind=both chars=whitespaces
12266:
12267: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12268: exist
12269:
12270: * src/classes/string.C: check: trim 'chars' must not be empty,
12271: exception if it is
12272:
12273: * src/classes/string.C: changed: ^string.trim [] << both,
12274: whitespaces [start|both|end] << kind, whitespaces
12275: [start|both|end;chars] full
12276:
12277: 2004-02-27 paf
12278:
12279: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12280: method: ^string.trim[start|both|end[;chars]] default
12281: 'chars' -- whitespace chars finished
12282:
12283: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12284: src/main/pa_string.C: new method:
12285: ^string.trim[start|both|end[;chars]] default 'chars' --
12286: whitespace chars started, only start works
12287:
12288: * src/main/compile.C: bugfix: line numbers after
12289: ^process{}[$.line(-10]] can be negative, allowed to print they as
12290: signed
12291:
12292: * src/main/untaint.C: speed: there's no \n chars in output
12293: [normally], so no need to optimize them they could be retrived
12294: from databases, though. but 1. should be replaced 2. if not
12295: optimized, no harm done
12296:
12297: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12298: ^file::exec/cgi could return invalid status & zombie child can
12299: remain for short period until process exists [very bad in
12300: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12301:
12302: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12303: malicious SMTP server to attack as by returning too long status
12304: responses http://i2/tasks/edit/?id=4629448401140924947
12305:
12306: 2004-02-26 paf
12307:
12308: * operators.txt: feature: ^process...{CODE}[now has options] which
12309: are $.main[to what to rename @main] $.file[file,
12310: from which (user says) goes that CODE] $.lineno(line
12311: number in that file, where CODE starts. may be negative)
12312:
12313: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12314: src/main/compile.C, src/main/compile_tools.h,
12315: src/main/pa_request.C: feature: ^process...{CODE}[now has
12316: options] which are $.main[to what to rename @main]
12317: $.file[file, from which (user says) goes that CODE]
12318: $.lineno(line number in that file, where CODE starts. may be
12319: negative)
12320:
12321: 2004-02-25 paf
12322:
1.116 moko 12323: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12324: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12325:
12326: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12327: produces hash of column=>1
12328:
12329: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12330: with incomplete errno constants set
12331:
12332: 2004-02-24 paf
12333:
12334: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12335: "man select"
12336:
12337: * src/main/pa_os.C: beauty: <0 better then ==-1
12338:
12339: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12340:
12341: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12342:
1.116 moko 12343: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12344:
12345: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12346: unix: steps to work on unix [extracted 'to']
12347:
12348: * src/classes/mail.C: smtp on unix: steps to work on unix
12349:
12350: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12351:
1.116 moko 12352: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12353: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12354: unix [testing on solaris]
1.95 moko 12355:
12356: 2004-02-20 paf
12357:
12358: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12359: pointing that out
12360:
12361: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12362: fixed again [same solution, mistanenly removed one line]
12363:
12364: 2004-02-19 paf
12365:
12366: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12367: date::create from bad datetime in spring daylightsaving hole now
12368: OK for all platforms [on some platforms it failed]
12369:
12370: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12371: in daylightsaving hole] now throws error
12372:
12373: * src/classes/date.C: comment: mistake fixed
12374:
12375: 2004-02-18 paf
12376:
12377: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12378: now renderes in $request:charset, but in header puts
12379: $response:charset todo: make that default only so that coder
12380: could override that
12381:
12382: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12383: turns off omit-xml-declaration
12384:
12385: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12386: /.xsl for sample
12387:
12388: 2004-02-17 paf
12389:
12390: * src/classes/xdoc.C: beauty: needless helper class removed
12391:
12392: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12393: copied extra time
12394:
12395: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12396: part of libxml
12397:
12398: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12399: libxml to do the work] <xsl:output method="html"
12400: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12401: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12402: />
12403:
12404: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12405:
12406: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12407: caused assertion
12408:
12409: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12410: could hang. now such add does nothing, sub clears $hash
12411:
12412: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12413: not made quoted-printable
12414:
12415: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12416: string invariant
12417:
12418: 2004-02-16 paf
12419:
12420: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12421: cleared [were not cleared properly]
12422:
12423: 2004-02-13 paf
12424:
1.116 moko 12425: * src/include/pa_version.h: prerelease
1.95 moko 12426:
12427: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12428: used, introducing dependencies timestamp check
12429:
12430: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12431: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12432: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12433: .xsl.stamp now not used, introducing dependencies timestamp check
12434:
1.150 moko 12435: * configure.in: auto.p: @conf made relative
1.95 moko 12436:
12437: 2004-02-12 paf
12438:
12439: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12440: ruined empty <input type=file> submits. parser thought there were
12441: nameless empty file and $form:field got value of type 'file'
12442:
12443: * INSTALL: --without-threads
12444:
12445: * src/include/pa_sapi.h: 2004
12446:
12447: 2004-02-11 paf
12448:
12449: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12450: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12451: classes/hashfile.C, classes/image.C, classes/int.C,
12452: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12453: classes/response.C, classes/string.C, classes/table.C,
12454: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12455: include/pa_array.h, include/pa_cache_managers.h,
12456: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12457: include/pa_config_fixed.h, include/pa_config_includes.h,
12458: include/pa_dictionary.h, include/pa_dir.h,
12459: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12460: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12461: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12462: include/pa_request_charsets.h, include/pa_request_info.h,
12463: include/pa_socks.h, include/pa_sql_connection.h,
12464: include/pa_sql_driver_manager.h, include/pa_stack.h,
12465: include/pa_string.h, include/pa_stylesheet_connection.h,
12466: include/pa_stylesheet_manager.h, include/pa_table.h,
12467: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12468: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12469: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12470: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12471: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12472: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12473: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12474: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12475: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12476: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12477: main/pa_sql_driver_manager.C, main/pa_string.C,
12478: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12479: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12480: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12481: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12482: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12483: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12484: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12485: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12486: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12487: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12488: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12489: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12490: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12491: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12492: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12493: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12494: types/pa_vresponse.h, types/pa_vstateless_class.C,
12495: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12496: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12497: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12498: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12499: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12500: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12501:
12502: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12503: debug version of gc.dll
12504:
12505: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12506: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12507: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12508: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12509: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12510: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12511: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12512: processes
12513:
12514: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12515: main/pa_globals.C, targets/cgi/parser3.vcproj,
12516: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12517: changes to reflect libxml xsl new folders
12518:
12519: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12520: lib/smtp/smtp.vcproj, main/main.vcproj,
12521: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12522: to reflect libxml xsl new folders
12523:
12524: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12525: lib/smtp/smtp.vcproj, main/main.vcproj,
12526: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12527: types/types.vcproj: started changes to reflect libxml xsl new
12528: folders
12529:
12530: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12531: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12532: src/main/compile.tab.C, src/main/main.vcproj,
12533: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12534: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12535: started changes to reflect libxml xsl new folders
12536:
12537: 2004-02-10 paf
12538:
12539: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12540: compile. recommened latest libxml up to date
12541:
12542: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12543: pattern compilation errors", on which spent 4 hours worktime. use
12544: versions higher than that. recommended now latest up to date
12545:
12546: 2004-02-06 paf
12547:
12548: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12549: beauty: unified destructing style
12550:
12551: * src/main/untaint.C: beauty: removed old def/ifdef
12552:
12553: * src/main/untaint.C: beauty: coredump @unknown untaint language
12554: now
12555:
12556: 2004-02-03 paf
12557:
12558: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12559: targets/isapi/parser3isapi.C, types/pa_value.C,
12560: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12561: then %ld/%lu
12562:
12563: * src/main/pa_common.C: typo: %l -> %u
12564:
12565: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12566: in attributes or documents-results of transform now not xx;
12567:
12568: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12569:
12570: * src/main/pa_charset.C: bugfix: forgot to undo some
12571:
12572: * src/main/pa_charset.C: beauty: uncomment
12573: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12574: libraries
12575:
12576: 2004-02-02 paf
12577:
12578: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12579: $cookie:example[ $.value[value] $.path[/there/] ]
12580:
12581: $cookie:example[ $.value[] $.expires[session]
12582: $.path[/there/] $.domain[test.com] ]
12583:
12584: * src/types/pa_vform.C: bugfix: empty values with
12585: enctype=multipart/form-data now produce entries in $form:tables
12586: <form method=post enctype=multipart/form-data> <input type=hidden
12587: name=a> <input type=hidden name=b>
12588:
12589: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12590: <hr> <pre>$request:body
12591:
12592: 2004-01-30 paf
12593:
12594: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12595: or documents-results of transform now not xx;
12596:
12597: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12598: produce exception.
12599:
12600: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12601: bugfix: ^date::create[invalid fields now produce exception.
12602:
12603: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12604: year] now produces exception. todo: check other fields
12605:
12606: 2004-01-29 paf
12607:
12608: * src/include/pa_memory.h: typo error
12609:
12610: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12611: more byte then specified, then zeroed it << useless and
12612: potentially harmful(could gpf)
12613:
12614: 2004-01-22 paf
12615:
12616: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12617:
12618: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12619: optimization
12620:
12621: * src/main/untaint.C: bugfix: whitespace now optimized properly
12622: [were bug: ^taint[1 & 2]="1 &2"
12623:
12624: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12625: errors
12626:
12627: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12628: overflow
12629:
12630: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12631: error-reporting code * in parser-error reporting code [when no
12632: @unhandled_exception defined]
12633:
12634: fixed in one place: my *snprintf override
12635:
12636: 2004-01-13 paf
12637:
12638: * operators.txt: typo erro
12639:
12640: 2003-12-25 paf
12641:
12642: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12643: garbled [pieces after zero bytes were removed]
12644:
12645: 2003-12-22 paf
12646:
1.116 moko 12647: * src/include/Makefile.am: bugfix: removed from dist:
12648: src/include/pa_config_auto.h which were configured for
1.95 moko 12649: make-dist-platform and badly updated proper config file in target
12650: [when .tar used for updating existing source tree]
12651:
12652: * ChangeLog, operators.txt, src/classes/op.C,
12653: src/include/pa_sql_connection.h,
12654: src/include/pa_sql_driver_manager.h,
12655: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12656: feature: sql introducing ability to transcode charsets
12657:
12658: 2003-12-19 paf
12659:
12660: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12661: error message
12662:
12663: * src/main/pa_charset.C: bugfix: memory for charsethandler
12664: structure for libxml now allocated properly
12665:
12666: 2003-12-17 paf
12667:
12668: * src/types/pa_vfile.C: beauty: removed outdated cast
12669:
12670: * src/main/pa_common.C: bugfix: empty http response caused gpf
12671:
12672: * src/include/pa_string.h: bugfix: removed too strong a assert
12673:
12674: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12675: unreported xmlGenericErrors]
12676:
12677: 2003-12-15 paf
12678:
12679: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12680: works}
12681:
12682: 2003-12-11 paf
12683:
12684: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12685: id
12686: !$status:tid thread id
12687:
12688: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12689: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12690: bugfix(solaris): removed dependency on object initialization
12691: order [one more place]
12692:
12693: * src/: classes/file.C, classes/mail.C, classes/op.C,
12694: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12695: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12696: understand that
12697:
12698: * src/: classes/file.C, classes/mail.C, classes/op.C,
12699: classes/xdoc.C, include/pa_cache_managers.h,
12700: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12701: include/pa_stylesheet_manager.h, main/pa_request.C,
12702: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12703: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12704: ctor call [relying on implicit String::Body(cstr) call]
12705:
12706: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12707: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12708: object initialization order [two places]
12709:
12710: 2003-12-10 paf
12711:
12712: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12713: << time now ok
12714:
12715: * operators.txt, src/main/pa_sql_driver_manager.C,
12716: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12717: operational
12718:
12719: * ChangeLog, operators.txt, src/classes/xdoc.C,
12720: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12721: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12722: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12723: back operational
12724:
12725: 2003-12-02 paf
12726:
12727: * src/types/pa_vmail.C: bugfix:
12728: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12729: as-is forced]
12730:
12731: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12732: exceptions out of libxml callbacks: reimplemented error handling
12733: of http://localhost, parser://method and safemode check callbacks
12734:
12735: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12736: [merged from HEAD]
12737:
12738: * src/classes/image.C: nothing: comment removed
12739:
12740: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12741: addresses to int
12742:
12743: 2003-12-01 paf
12744:
12745: * src/main/pa_xml_io.C: bugfix: typo
12746:
12747: * src/main/pa_globals.C: bugfix: win32: compile prob
12748:
12749: * src/classes/xdoc.C: bugfix: typo
12750:
12751: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12752: exception
12753:
12754: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12755:
12756: 2003-11-28 paf
12757:
12758: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12759: all xml documents read
12760:
12761: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12762:
12763: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12764: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12765: replaced original open mech of xdoc::create & co to use libxml
12766: open, so that this would work for root document todo: safe mode
12767: checks to libxml: ideally to some 1 point
12768:
12769: * src/main/pa_xml_io.C: comment
12770:
12771: * operators.txt, src/main/pa_xml_io.C: leading / in
12772: http://parser[abscent params]
12773:
12774: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12775: works. todo: maybe replace original open mech of xdoc::create &
12776: co to use libxml open, so that this would work for root document
12777:
12778: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12779: "parser://method/params/here"> <test> &test^; </test> }]
12780:
12781: ^taint[^xdoc.string[]]
12782:
12783: @method[param] <!ENTITY test
12784: "test-entity-value+$form:user+$param!">
12785:
12786: 2003-11-27 paf
12787:
12788: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12789:
12790: * src/classes/date.C: bugfix: typo error
12791:
12792: 2003-11-26 paf
12793:
12794: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12795: src/main/Makefile.am, src/main/main.vcproj,
12796: src/main/pa_globals.C, src/main/pa_request.C,
12797: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12798: xml errors to hash<thread_id,error> reorganization: xml io moved
12799: to pa_xml_io.C/h
12800:
12801: * src/types/pa_value.h: warnings: --
12802:
12803: 2003-11-25 paf
12804:
12805: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12806: whatever)
12807:
12808: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12809: a, (c?x:y, z)
12810:
12811: * src/main/untaint.C: bugfix: consequences of not reading this
12812: comment: CORD_pos_chars_left /* Number of characters in cache.
12813: <= 0 ==> none */
12814:
12815: * src/include/pa_array.h: removed needless checks
12816:
12817: 2003-11-24 paf
12818:
12819: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12820: removed limit: now $form:xxx can be accessed anytime, even in
12821: @auto/conf [and request/response:charset still can be changed
12822: anytime]
12823:
12824: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12825: now not transcodes response body
12826:
12827: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12828: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12829: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12830: $xdoc.firstChild.firstChild.nodeValue[different]
12831: ^taint[^xdoc.string[]]
12832:
12833: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12834: workaround: static Hash::allocates -> static Hash_allocates
12835:
12836: 2003-11-21 paf
12837:
1.116 moko 12838: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12839: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12840: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12841:
12842: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12843:
12844: * src/classes/mail.C: bugfix: typo
12845:
12846: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12847: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12848: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12849: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12850: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12851: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12852:
12853: * src/main/pa_exec.C: bug in safe mode
12854:
12855: * src/include/Makefile.am: pa_xml_exception.h
12856:
12857: * src/targets/isapi/parser3isapi.C: more warnings --
12858:
12859: 2003-11-20 paf
12860:
12861: * src/: classes/math.C, classes/op.C, classes/string.C,
12862: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12863: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12864: --
12865:
12866: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12867: more warnings --
12868:
12869: * src/classes/xdoc.C: more warnings --
12870:
12871: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12872:
12873: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12874: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12875:
12876: * src/: classes/date.C, classes/file.C, classes/hash.C,
12877: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12878: classes/table.C, include/pa_cache_managers.h,
12879: include/pa_stylesheet_connection.h, main/pa_request.C,
12880: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12881: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12882: --
12883:
12884: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12885: can't report problem (undefined @unhandled_exception) problem
12886: source string were not reported
12887:
12888: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12889: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12890: classes/hashfile.C, classes/image.C, classes/int.C,
12891: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12892: classes/response.C, classes/string.C, classes/table.C,
12893: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12894: include/pa_array.h, include/pa_cache_managers.h,
12895: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12896: include/pa_config_fixed.h, include/pa_dictionary.h,
12897: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12898: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12899: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12900: include/pa_request.h, include/pa_request_charsets.h,
12901: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12902: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12903: include/pa_stack.h, include/pa_string.h,
12904: include/pa_stylesheet_connection.h,
12905: include/pa_stylesheet_manager.h, include/pa_table.h,
12906: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12907: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12908: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12909: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12910: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12911: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12912: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12913: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12914: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12915: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12916: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12917: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12918: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12919: targets/isapi/parser3isapi.C, types/pa_junction.h,
12920: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12921: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12922: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12923: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12924: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12925: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12926: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12927: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12928: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12929: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12930: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12931: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12932: types/pa_vresponse.h, types/pa_vstateless_class.C,
12933: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12934: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12935: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12936: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12937: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12938: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12939: const IDENT
12940:
12941: * src/: include/pa_array.h, include/pa_pool.h,
12942: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12943: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12944: types/pa_wcontext.h: more warnings --
12945:
12946: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12947: classes/file.C, classes/hash.C, classes/hashfile.C,
12948: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12949: classes/memory.C, classes/op.C, classes/string.C,
12950: classes/table.C, classes/xdoc.C, classes/xnode.C,
12951: include/pa_config_includes.h, include/pa_operation.h,
12952: include/pa_sql_connection.h, include/pa_table.h,
12953: include/pa_types.h, lib/ltdl/config_fixed.h,
12954: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12955: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12956: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12957: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12958: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12959: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12960: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12961: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12962: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12963: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12964: types/pa_vmail.C, types/pa_vobject.C,
12965: types/pa_vstateless_class.h, types/pa_vtable.C,
12966: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12967: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12968: on all projects (except libltdl=off & libsdbm=level3) found
12969: several unitialized vars
12970:
12971: 2003-11-19 paf
12972:
12973: * src/classes/op.C: more ansi C++ comp
12974:
12975: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12976: src/main/pa_request.C: ^cache[...]{body}{catch block with
12977: $exception.handled[cache] meaning "get expired cache, if any.
12978: else error"}
12979:
12980: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12981: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12982: ^cache[...]{body}{catch code with $exception.cache field}
12983:
12984: 2003-11-12 paf
12985:
12986: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12987: [copy/paste bug]
12988:
12989: 2003-11-11 paf
12990:
12991: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12992: failed]
12993:
12994: 2003-11-10 paf
12995:
12996: * src/types/pa_vconsole.h: flush
12997:
12998: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12999: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13000: read/write [for nntp]
13001:
13002: * operators.txt: mysql: transaction support: ?autocommit=0
13003:
13004: * operators.txt: comment: updated
13005:
13006: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13007: serialize version and exipire now removes entries
13008:
13009: * operators.txt: ^hashfile.delete[] removes files altogether [and
13010: dir, if could]
13011:
13012: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13013: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13014: removes files altogether [and dir, if could]
13015:
13016: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13017: nonexistent pair. .c coded that that was error. fixed
13018:
13019: * src/types/pa_vhashfile.C: sdbm: exception type change to
13020: file.access [regretfull can't split it to different exceptions
13021: without modifying sdbm source wich would prefer not to]
13022:
13023: 2003-11-07 paf
13024:
13025: * src/: classes/date.C, classes/file.C, classes/hash.C,
13026: classes/hashfile.C, classes/image.C, classes/table.C,
13027: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13028: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13029: main/execute.C, main/main.vcproj, main/pa_pool.C,
13030: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13031: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13032: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13033: destructing objects at request processing end
13034:
13035: 2003-11-06 paf
13036:
13037: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13038: updates
13039:
13040: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13041: to include sdbm
13042:
1.116 moko 13043: * src/include/: pa_config_includes.h, pa_version.h: our
13044: replacements of max& co only for cpp
1.95 moko 13045:
13046: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13047: upper dir, .am updated
13048:
13049: * tests/todo.txt: hashfile: done
13050:
13051: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13052: expiration [time in value. todo: move time to key]
13053:
13054: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13055:
13056: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13057: to do that in foreach, no errors, but surely wrong]
13058:
13059: * operators.txt, src/types/pa_vhashfile.C,
13060: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13061:
13062: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13063: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13064: foreach
13065:
13066: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13067: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13068:
13069: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13070: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13071:
13072: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13073: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13074: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13075: get/put [raw]
13076:
13077: * src/: classes/op.C, main/pa_os.C: just linked
13078:
13079: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13080: XmlException changes
13081:
13082: * src/: include/pa_charset.h, include/pa_globals.h,
13083: include/pa_stylesheet_connection.h, main/pa_exception.C:
13084: XmlException changes
13085:
13086: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13087:
13088: * src/: include/pa_common.h, include/pa_exception.h,
13089: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13090: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13091: main/pa_xml_exception.C: locking move to pa_os [along with
13092: pa_sleep] apr-impl locking done
13093:
13094: * configure, configure.in, operators.txt, parser3.sln,
13095: src/classes/classes.vcproj, src/classes/hashfile.C,
13096: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13097: src/include/pa_exception.h, src/include/pa_globals.h,
13098: src/include/pa_memory.h, src/include/pa_version.h,
13099: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13100: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13101: src/main/compile.tab.C, src/main/main.vcproj,
13102: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13103: src/types/Makefile.am, src/types/pa_vhash.C,
13104: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13105: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13106: again with sdbm from apache
13107:
13108: 2003-11-05 paf
13109:
13110: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13111: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13112: \parser3project dir anymore
13113:
13114: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13115: thoughtlessly from xalan]
13116:
13117: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13118: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13119: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13120:
13121: * src/main/helpers/CaseFolding.txt:
13122: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13123:
13124: 2003-11-04 paf
13125:
13126: * operators.txt: comment: ^mail:send[$.options[
13127:
13128: * src/classes/table.C: compiled on unix
13129:
1.116 moko 13130: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13131:
13132: * src/classes/mail.C: compiled on unix
13133:
13134: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13135: src/types/pa_vmail.h: !^mail:send[
13136: $.options[unix: string to append to sendmail command
13137: line]
13138:
13139: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13140: tests/todo.txt: ^table.save[... $.separator[^#09]
13141: $.encloser["] <nothing> by default
13142:
13143: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13144: !$.separator[^#09] !$.encloser["] <nothing> by
13145: default
13146:
13147: 2003-11-03 paf
13148:
13149: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13150: ^table::load[; options: !$.column-separator[^#09]
13151: !$.column-encloser["]
13152:
13153: * operators.txt, src/include/pa_config_fixed.h,
13154: src/types/pa_vrequest.C: $request:document-root
13155:
13156: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13157: [already included into uri=xxx]
13158:
13159: * operators.txt, src/classes/image.C, tests/todo.txt:
13160: ^image.gif[filename] for $response:download
13161:
13162: * src/classes/date.C: minor precaution
13163:
13164: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13165: !^date.unix-timestamp[]
13166:
13167: 2003-10-30 paf
13168:
13169: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13170: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13171:
13172: * src/classes/: date.C, image.C: improvement diagnostics:
13173: $now[^date::create[$undefined]] now is error
13174:
13175: * src/main/pa_common.C: read errors would now be reported 'actually
13176: read -1 bytes'
13177:
13178: 2003-10-24 paf
13179:
13180: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13181: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13182: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13183: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13184:
13185: 2003-10-22 paf
13186:
13187: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13188:
13189: 2003-10-21 paf
13190:
13191: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13192: fixed: string.match[g] without <'> option produced columns with
13193: NULL's, which gpf'ed at table.save time
13194:
13195: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13196: recoursion' message with intensive throw-catches fixed: incorrect
13197: name and line (one name upper then needed) in error message about
13198: problems inside try block
13199:
13200: 2003-10-10 paf
13201:
13202: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13203: check offset argument for validity did that in String::Body::pos
13204: myself http://i2/tasks/edit/?id=4577425257580789777
13205:
13206: 2003-10-07 paf
13207:
13208: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13209: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13210:
13211: 2003-10-03 paf
13212:
13213: * parser3.sln, src/include/pa_dictionary.h,
13214: src/main/pa_dictionary.C, src/main/pa_string.C,
13215: src/targets/cgi/parser3.vcproj: dictionary optimized by
13216: precalculating cstr&length
13217:
13218: 2003-10-02 paf
13219:
13220: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13221: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13222: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13223: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13224:
13225: 2003-09-30 paf
13226:
13227: * src/main/pa_string.C: string::replace bug fix [were ignoring
13228: occurrances after lang-mismatched
13229:
13230: 2003-09-29 paf
13231:
13232: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13233: helper
13234:
13235: * src/main/pa_string.C: string::serialize bug fix with
13236: zero-terminator
13237:
13238: * src/classes/table.C: ^nameless_table.save column row now has no
13239: \t at the end
13240:
13241: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13242: @postprocess now takes $response:body/download
13243:
13244: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13245: error message
13246:
13247: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13248:
13249: * src/classes/table.C: bugfix: flip: must produce nameless
13250: http://i2/tasks/edit/?id=4573405524674081244
13251:
13252: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13253: main/helpers/simple_folding.pl: utf-8 upper/lower
13254:
13255: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13256: to typo error http://i2/tasks/edit/?id=4573354650786434584
13257:
13258: 2003-09-26 paf
13259:
13260: * src/main/untaint.C: removed needless field
13261:
13262: * src/main/untaint.C: removed needless const
13263:
13264: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13265: String.for_each bug fixed [omited one-char cases]
13266:
13267: * src/include/pa_stack.h: bugfix: before collecting garbage,
13268: runtime-executor stack were cleared... BADLY
13269:
13270: * src/main/pa_string.C: ^stirng.replace code used old
13271: param-convention on langs.append, fixed that search fo the like,
13272: found none
13273:
13274: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13275: string::serialize/deserialize implemented Language enum assigned
13276: meaningful letters [more convinient for debugging. read warning
13277: before adding/changing anything]
13278:
13279: 2003-09-25 paf
13280:
13281: * src/: include/pa_string.h, include/pa_version.h,
13282: main/pa_string.C, main/untaint.C: templates and anonymous unions
13283: differences on unix
13284:
13285: * parser3.sln, src/classes/file.C, src/classes/image.C,
13286: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13287: src/classes/xdoc.C, src/classes/xnode.C,
13288: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13289: src/include/pa_charsets.h, src/include/pa_common.h,
13290: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13291: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13292: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13293: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13294: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13295: src/main/compile_tools.h, src/main/pa_charset.C,
13296: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13297: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13298: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13299: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13300: src/types/pa_vmail.C, src/types/pa_vmath.C,
13301: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13302: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13303:
13304: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13305: functions aligned to that of eeparser3 look
13306:
13307: * src/lib/cord/cordprnt.c: removed warnings
13308:
13309: 2003-09-24 paf
13310:
13311: * src/: classes/file.C, classes/image.C, classes/mail.C,
13312: classes/op.C, classes/xdoc.C, classes/xnode.C,
13313: include/pa_cache_managers.h, include/pa_charset.h,
13314: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13315: include/pa_sql_driver_manager.h, include/pa_string.h,
13316: include/pa_stylesheet_manager.h, include/pa_table.h,
13317: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13318: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13319: main/pa_sql_driver_manager.C, main/pa_string.C,
13320: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13321: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13322: types/pa_vstateless_class.h, types/pa_vstatus.C,
13323: types/pa_vxnode.C: v() functions of String::Body,
13324: String::Languages and String itself StringBody->String::Body
13325:
13326: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13327: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13328: never optimized anything. todo: somehow speed up harder cases:
13329: concatenationA+concatenationB when last block of A and first of B
13330: contain same letters
13331:
13332: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13333: lib/cord/include/cord.h: langs: speed up by joining adjucent
13334: blocks of same char [CORD_append_block]
13335:
13336: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13337: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13338: save space by extending blocks when appending block with c ==
13339: lastblock.c
13340:
13341: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13342: working yet :( but more working &understood :)
13343:
13344: * src/: classes/table.C, include/pa_string.h,
13345: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13346:
13347: 2003-09-23 paf
13348:
13349: * src/main/untaint.C: $a[ok!] $a works!
13350:
13351: * src/main/untaint.C: something even more works :)
13352:
13353: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13354: something more works :)
13355:
13356: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13357: lib/cord/cordxtra.c: something already works :)
13358:
13359: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13360: serialize&deserialize
13361:
13362: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13363: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13364: main/untaint.C: main idea implemented, details left
13365:
13366: 2003-09-22 paf
13367:
13368: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13369:
13370: * src/classes/xnode.C: copy/paste comment bugfix
13371:
13372: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13373: allocator returns 0, just die.
13374: http://i2/tasks/edit/?id=4570798492410259445
13375:
13376: * src/classes/xdoc.C: copy/paste comment bugfix
13377:
13378: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13379: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13380: xnode: getAttributeNS setAttributeNS removeAttributeNS
13381: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13382:
13383: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13384: chars due to bitwise operation signed-char error]
13385:
13386: 2003-09-19 paf
13387:
13388: * src/types/pa_wcontext.C: output message: more practical
13389: suggestion
13390:
13391: * src/main/pa_common.C, operators.txt: merged
13392: $f[^file::load[binary;http://...]] $f.tables
13393:
13394: 2003-09-02 paf
13395:
13396: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13397: flush stdout without referencing 'stdout' symbol. to hell with
13398: non-ansi libraries without 'stdout' symbol
13399:
13400: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13401: unix (users reported problems with some old libc)
13402:
13403: * src/types/pa_vdate.h: forgot initializer
13404:
13405: 2003-09-01 paf
13406:
13407: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13408: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13409: zone]
13410:
13411: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13412:
13413: 2003-08-19 paf
13414:
13415: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13416: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13417: simplified a little
13418:
13419: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13420: [lost fix from 3.0.8]
13421:
13422: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13423: visible here }
13424:
13425: bug fix
13426:
13427: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13428:
13429: * src/main/compile.tab.C: initialized couple of variables about
13430: which user reported runtime problems when parser were compiled
13431: with VC7, warning level4. study shows that later in bison
13432: they've fixed that. would migrate to latest bison someday
13433:
13434: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13435: recoding headers)
13436:
13437: * src/types/pa_vmail.C: works as before, same charset problems:
13438: gmime recodes to UTF-8 only headers, not body. so not recoding
13439: anything for now
13440:
13441: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13442: problems with body
13443:
13444: * src/types/pa_vmail.C: mail_receive just compiled
13445:
13446: 2003-08-18 paf
13447:
13448: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13449: main/main.vcproj, types/types.vcproj: win32: continued process
13450: detaching from \parser3project directory
13451:
13452: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13453: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13454: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13455: src/lib/pcre/pcre_dftables.dsp,
13456: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13457: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13458: src/types/types.dsp: moved to MSVC 7
13459:
13460: * gnu.vcproj.vspscc, parser3.vssscc,
13461: src/classes/classes.vcproj.vspscc,
13462: src/lib/cord/cord.vcproj.vspscc,
13463: src/lib/ltdl/libltdl.vcproj.vspscc,
13464: src/lib/md5/md5.vcproj.vspscc,
13465: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13466: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13467: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13468: src/targets/isapi/parser3isapi.vcproj.vspscc,
13469: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13470: moved to MSVC 7
13471:
13472: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13473: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13474: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13475: src/lib/pcre/pcre_dftables.vcproj,
13476: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13477: src/targets/cgi/parser3.vcproj,
13478: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13479: new VS project files
13480:
13481: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13482: .NET to detect Jalindi Igloo capabilities.
13483:
13484: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13485: src/classes/classes.awk, src/doc/footer.htm,
13486: src/include/pa_config_fixed.h, src/include/pa_version.h,
13487: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13488: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13489: src/types/pa_vmail.C: merged 3.1.0 latest changes
13490:
13491: 2003-08-15 paf
13492:
13493: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13494: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13495:
13496: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13497: non-ascii <yyy> now encoded correctly
13498:
13499: 2003-07-29 paf
13500:
1.116 moko 13501: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13502: dist
1.95 moko 13503:
13504: * src/types/pa_vmail.C: just started --with-mail-receive
13505:
13506: 2003-07-28 paf
13507:
1.116 moko 13508: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13509: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13510:
13511: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13512:
13513: 2003-07-25 paf
13514:
13515: * src/doc/footer.htm: year
13516:
13517: 2003-07-24 paf
13518:
13519: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13520: fix
13521:
13522: * src/include/pa_version.h: release
13523:
1.116 moko 13524: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13525:
13526: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13527: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13528: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13529: getting rid of win32xml pseudo project
13530:
13531: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13532:
1.116 moko 13533: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13534: configure.in, operators.txt, parser3.dsw,
1.95 moko 13535: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13536: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13537: src/classes/classes.C, src/classes/classes.awk,
13538: src/classes/classes.dsp, src/classes/classes.h,
13539: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13540: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13541: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13542: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13543: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13544: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13545: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13546: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13547: src/include/pa_array.h, src/include/pa_cache_managers.h,
13548: src/include/pa_charset.h, src/include/pa_charsets.h,
13549: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13550: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13551: src/include/pa_dictionary.h, src/include/pa_dir.h,
13552: src/include/pa_exception.h, src/include/pa_exec.h,
13553: src/include/pa_globals.h, src/include/pa_hash.h,
13554: src/include/pa_memory.h, src/include/pa_opcode.h,
13555: src/include/pa_operation.h, src/include/pa_pool.h,
13556: src/include/pa_pragma_pack_begin.h,
1.95 moko 13557: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13558: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13559: src/include/pa_sapi.h, src/include/pa_socks.h,
13560: src/include/pa_sql_connection.h,
13561: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13562: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13563: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13564: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13565: src/include/pa_uue.h, src/lib/Makefile.am,
13566: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13567: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13568: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13569: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13570: src/lib/cord/include/ec.h,
13571: src/lib/cord/include/private/Makefile.am,
13572: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13573: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13574: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13575: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13576: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13577: src/main/compile_tools.C, src/main/compile_tools.h,
13578: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13579: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13580: src/main/pa_charsets.C, src/main/pa_common.C,
13581: src/main/pa_dictionary.C, src/main/pa_dir.C,
13582: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13583: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13584: src/main/pa_request.C, src/main/pa_socks.C,
13585: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13586: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13587: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13588: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13589: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13590: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13591: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13592: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13593: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13594: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13595: src/targets/isapi/parser3isapi.dsp,
13596: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13597: src/types/pa_junction.h, src/types/pa_method.h,
13598: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13599: src/types/pa_vclass.C, src/types/pa_vclass.h,
13600: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13601: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13602: src/types/pa_vdouble.h, src/types/pa_venv.h,
13603: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13604: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13605: src/types/pa_vimage.C, src/types/pa_vimage.h,
13606: src/types/pa_vint.h, src/types/pa_vjunction.h,
13607: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13608: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13609: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13610: src/types/pa_vobject.C, src/types/pa_vobject.h,
13611: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13612: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13613: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13614: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13615: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13616: src/types/pa_vstring.h, src/types/pa_vtable.C,
13617: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13618: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13619: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13620: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13621: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13622: HEAD
13623:
13624: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13625: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13626: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13627: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13628: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13629: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13630: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13631: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13632: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13633: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13634: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13635: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13636: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13637: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13638: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13639: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13640: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13641: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13642: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13643: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13644: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13645: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13646: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13647: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13648: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13649: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13650: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13651: outputs/create-dir, results/001.processed, results/002.processed,
13652: results/003.processed, results/004.processed,
13653: results/005.processed, results/006.processed,
13654: results/007.processed, results/008.processed,
13655: results/009.processed, results/010.processed,
13656: results/011.processed, results/012.processed,
13657: results/013.processed, results/014.processed,
13658: results/015.processed, results/016.processed,
13659: results/017.processed, results/018.processed,
13660: results/019.processed, results/020.processed,
13661: results/021.processed, results/022.processed,
13662: results/023.processed, results/024.processed,
13663: results/025.processed, results/026.processed,
13664: results/027.processed, results/028.processed,
13665: results/029.processed, results/030.processed,
13666: results/031.processed, results/032.processed,
13667: results/033.processed, results/034.processed,
13668: results/035.processed, results/036.processed,
13669: results/037.processed, results/038.processed,
13670: results/039.processed, results/040.processed,
13671: results/041.processed, results/042.processed,
13672: results/043.processed, results/044.processed,
13673: results/045.processed, results/046.processed,
13674: results/047.processed, results/048.processed,
13675: results/049.processed, results/050.processed,
13676: results/051.processed, results/052.processed,
13677: results/053.processed, results/054.processed,
13678: results/055.processed, results/056.processed,
13679: results/057.processed, results/058.processed,
13680: results/059.processed, results/060.processed,
13681: results/061.processed, results/062.processed,
13682: results/063.processed, results/064.processed,
13683: results/065.processed, results/066.processed,
13684: results/067.processed, results/068.processed,
13685: results/069.processed, results/070.processed,
13686: results/071.processed, results/072.processed,
13687: results/073.processed, results/074.processed,
13688: results/075.processed, results/076.processed,
13689: results/077.processed, results/078.processed,
13690: results/079.processed, results/080.processed,
13691: results/081.processed, results/082.processed,
13692: results/083.processed, results/084.processed,
13693: results/085.processed, results/086.processed,
13694: results/087.processed, results/088.processed,
13695: results/089.processed, results/090.processed,
13696: results/091.processed, results/092.processed,
13697: results/093.processed, results/094.processed,
13698: results/095.processed, results/096.processed,
13699: results/097.processed, results/098.processed,
13700: results/099.processed, results/100.processed,
13701: results/101.processed, results/102.processed,
13702: results/103.processed, results/104.processed,
13703: results/105.processed, results/106.processed,
13704: results/107.processed, results/108.processed,
13705: results/109.processed, results/110.processed,
13706: results/111.processed, results/112.processed,
13707: results/113.processed, results/114.processed,
13708: results/115.processed, results/116.processed,
13709: results/117.processed, results/118.processed,
13710: results/119.processed, results/120.processed,
13711: results/121.processed, results/122.processed,
13712: results/123.processed, results/124.processed,
13713: results/125.processed, results/126.processed,
13714: results/127.processed, results/128.processed,
13715: results/129.processed, results/130.processed,
13716: results/131.processed, results/132.processed,
13717: results/133.processed, results/134.processed,
13718: results/135.processed, results/136.processed,
13719: results/137.processed, results/138.processed,
13720: results/139.processed, results/140.processed,
13721: results/141.processed: merged(copied) to HEAD from template_gc
13722:
13723: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13724: towards \parser3project not having to be in root
13725:
13726: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13727: module compiled [were minor unnecessary changes in lib/md5
13728: interface]
13729:
13730: * src/include/pa_version.h: release
13731:
13732: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13733:
13734: * src/classes/math.C: merged uuid bugfix
13735:
13736: * tests/: 141.html, results/141.processed: fixed bug with
13737: too-small-a-buffer
13738:
13739: * src/classes/math.C: uuid bugfix
13740:
13741: * tests/: 141.html, Makefile, results/005.processed,
13742: results/030.processed, results/075.processed,
13743: results/078.processed: to reflect date format change (were -
13744: become ' ')
13745:
13746: * src/classes/math.C: uuid bugfix
13747:
13748: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13749: debug/release changes
13750:
13751: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13752:
13753: 2003-07-23 paf
13754:
13755: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13756: renamed a little [to move to comman naming conv]
13757:
1.116 moko 13758: * src/targets/Makefile.am: apache13 splitted to simplify apache
13759: build
1.95 moko 13760:
13761: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13762: main/pa_request.C, main/pa_sql_driver_manager.C,
13763: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13764: stack top_index() fixed
13765:
13766: * src/main/pa_globals.C: minor style changes
13767:
13768: * src/: classes/op.C, include/pa_sql_connection.h: connection
13769: closing/caching fixed [connections were not closed/put to cache]
13770:
13771: 2003-07-22 paf
13772:
13773: * INSTALL: gc part updated stightly
13774:
13775: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13776: new sapi interface
13777:
13778: * src/classes/file.C: comment on OS
13779:
13780: * src/main/pa_string.C: removed reduntant invariant check [there is
13781: one deeper in cord lib]
13782:
13783: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13784:
13785: * src/main/pa_memory.C: out of memory is no longer coredump
13786:
13787: * INSTALL: disable-threads adviced
13788:
13789: 2003-07-21 paf
13790:
1.116 moko 13791: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13792:
13793: * src/classes/file.C: file::exec/cgi environment variables now must
13794: be UPPERCASE and A-Z 0-9 _-
13795:
13796: * src/classes/file.C: env passing fixed
13797:
13798: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13799:
13800: * src/main/pa_common.C: http:// CRLF now
13801:
13802: 2003-07-02 paf
13803:
13804: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13805: fields to reflect their real meaning
13806:
13807: 2003-06-27 paf
13808:
13809: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13810: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13811: file::exec/cgi .charset
13812:
13813: 2003-06-26 paf
13814:
13815: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13816: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13817: src/classes/table.C: fixed several uninitialized local
13818: structures. notably ^hash.foreach now inserts delimiters
13819: properly [were inserting it before first body]
13820:
13821: 2003-06-24 paf
13822:
13823: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13824:
13825: 2003-06-20 paf
13826:
13827: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13828: src/main/pa_globals.C: introducing
13829: $f[^file::load[binary;http://...]] $f.tables
13830:
13831: 2003-06-06 paf
13832:
13833: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13834: table. [were method lookup: inconsistent]
13835:
13836: 2003-06-02 paf
13837:
13838: * src/include/pa_memory.h: empty string clone fixed to return
13839: writable memory
13840:
13841: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13842: were not appended] which violated string invariant
13843:
13844: 2003-05-30 paf
13845:
13846: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13847: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13848:
13849: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13850: GMT ; RFC 822, updated by RFC 1123
13851:
13852: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13853: targets/isapi/parser3isapi.C: initialized request_info properly
13854:
13855: * src/classes/xnode.C: found minor bug, commended for future
13856:
13857: 2003-05-28 paf
13858:
13859: * src/classes/form.C: request_info.content_length can't be <0,
13860: size_t for some time
13861:
13862: 2003-05-26 paf
13863:
13864: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13865: forgotten <0 changed to !=STRING_NOT_FOUND
13866:
13867: * src/classes/math.C: merged ffffu from HEAD
13868:
13869: 2003-05-11 paf
13870:
13871: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13872:
13873: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13874: premature doc free. transformed document had xmlDoc reference
13875: stored to non-gc-memory (libgdome) added holding-reference
13876:
13877: 2003-04-29 paf
13878:
13879: * src/main/pa_globals.C: started digging on double free. on win32
13880: found that that's perfectly normal.
13881:
13882: 2003-04-25 paf
13883:
13884: * src/classes/table.C: table.join bug fix [bad limit check]
13885:
13886: * src/classes/math.C: merged from HEAD: simpiler hash_string
13887:
13888: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13889: print anything. changed to quicker and simplier code
13890:
13891: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13892: strict a check]
13893:
13894: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13895:
13896: 2003-04-24 paf
13897:
13898: * src/include/pa_table.h: too strict assert loosened
13899:
13900: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13901: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13902: report
13903:
13904: 2003-04-21 paf
13905:
1.116 moko 13906: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13907:
13908: * src/main/pa_globals.C: pcre memory management changed to use GC
13909: memory
13910:
13911: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13912: xmlMallocAtomic [author agreed to my suggestion], used that
13913:
13914: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13915:
13916: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13917: types/pa_vmail.C: attributed_meaning_to_string added
13918: L_UNSPECIFIED piece which was sortof OK, but violated string
13919: invariant [assertion barked on that] changed to L_PASS_APPEND,
13920: made that param obligatory
13921:
13922: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13923: fixed [assert helped]
13924:
13925: * src/include/pa_string.h: assert added [looking for bug]
13926:
13927: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13928: names on Win32 considered disk-global
13929:
13930: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13931: considered disk-global
13932:
13933: 2003-04-18 paf
13934:
13935: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13936: filenames
13937:
13938: * src/main/untaint.C: enabled '~' letter in filenames
13939:
13940: 2003-04-16 paf
13941:
13942: * src/classes/file.C: small bug introduced in autoptr times fixed
13943:
13944: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13945: HEAD
13946:
1.116 moko 13947: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13948:
13949: 2003-04-15 paf
13950:
13951: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13952: src/lib/md5/pa_md5c.c, tests/141.html,
13953: tests/results/141.processed: merged from head ^math:uuid[]
13954: ^math:uid64[] ^math:md5[string]
13955:
13956: test added: 141.html
13957:
13958: * operators.txt, src/classes/math.C: ^math:uid64[]
13959:
13960: * src/classes/math.C: ^math:uuid[]
13961:
13962: * operators.txt, src/classes/math.C: ^math:uuid[]
13963:
13964: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13965: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13966:
13967: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13968: src/include/pa_config_fixed.h, src/main/pa_common.C:
13969: ^file::load[mode;name; $.offset $.limit
13970:
13971: 2003-04-14 paf
13972:
13973: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13974: started ^math:md5
13975:
13976: * src/classes/table.C, src/include/pa_array.h,
13977: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13978: tests/results/140.processed: table $.reverse option works in
13979: create&co table $.distinct[tables] bug fix merged
13980:
13981: * src/: classes/table.C, include/pa_table.h: table
13982: $.distinct[tables] bug fixed
13983:
13984: * src/classes/table.C: more warnings
13985:
13986: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13987: removed checks in table::set_current, moved them back to
13988: table::locate implemented table::create/join ñ $.reverse
13989:
13990: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13991: removed checks in table::set_current, moved them back to
13992: table::locate
13993:
13994: 2003-04-11 paf
13995:
13996: * operators.txt, src/classes/date.C, src/classes/table.C,
13997: src/include/pa_array.h, src/include/pa_common.h,
13998: src/include/pa_config_includes.h, src/include/pa_string.h,
13999: src/include/pa_table.h, src/main/pa_request.C,
14000: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14001: src/main/pa_table.C: merged from HEAD from
14002: before_append_array_limit_sense_change to
14003: after_append_array_limit_sense_change
14004:
14005: * src/classes/table.C: typo
14006:
14007: * operators.txt, src/classes/date.C, src/classes/table.C,
14008: src/include/pa_array.h, src/include/pa_common.h,
14009: src/include/pa_config_includes.h, src/include/pa_globals.h,
14010: src/include/pa_table.h, src/main/pa_array.C,
14011: src/main/pa_globals.C, src/main/pa_request.C,
14012: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14013: src/main/pa_table.C: append_array_limit_sense_change locate
14014: accepts options same as create new option: $.reverse(1) [do not
14015: work in table::create]
14016:
14017: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14018: (stat xxx,
14019:
14020: * src/classes/: table.C: typo
14021:
14022: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14023: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14024: results/130.processed, results/131.processed,
14025: results/132.processed, results/133.processed,
14026: results/134.processed, results/135.processed,
14027: results/136.processed, results/137.processed,
14028: results/138.processed, results/139.processed: added few mustfail
14029: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14030: date/time 132.html mustfail: access to junction outside of
14031: context 133.html mustfail: access to junction outside of context,
14032: case version 134.html mustfail: hash: adding a key inside of
14033: foreach 135.html mustfail: modifying system class 136.html
14034: mustfail: $.name outside of $hash[here] 137.html mustfail:
14035: appendChild without import 138.html mustfail: invalid encoding
14036: inside of xml 139.html mustfail: bad XPath
14037:
14038: * operators.txt, src/classes/table.C, tests/084.html,
14039: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14040: tests/129.html, tests/results/125.processed,
14041: tests/results/126.processed, tests/results/127.processed,
14042: tests/results/128.processed, tests/results/129.processed: merged
14043: from HEAD ^table.hash[key][$.distinct[tables]]
14044:
14045: maked appropriate tests [changed one old nonconforming]
14046:
14047: * operators.txt, src/classes/table.C:
14048: ^table.hash[key][$.distinct[tables]]
14049:
14050: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14051: merged fix for found very old xml (dom) bug: were passing
14052: domString objects and later ERROREOUSLY freed them
14053:
14054: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14055: src/main/pa_charset.C: re-added libgdome patch. regretfully
14056: libgdome bug can not be worked around
14057:
14058: 2003-04-10 paf
14059:
14060: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14061: found very old xml (dom) bug: were passing domString objects and
14062: later ERROREOUSLY freed them
14063:
14064: * src/doc/string.dox, src/include/pa_memory.h,
14065: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14066: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14067: tests/123.html, tests/124.html, tests/results/001.processed,
14068: tests/results/002.processed, tests/results/003.processed,
14069: tests/results/004.processed, tests/results/005.processed,
14070: tests/results/006.processed, tests/results/008.processed,
14071: tests/results/009.processed, tests/results/010.processed,
14072: tests/results/011.processed, tests/results/012.processed,
14073: tests/results/013.processed, tests/results/014.processed,
14074: tests/results/015.processed, tests/results/016.processed,
14075: tests/results/017.processed, tests/results/018.processed,
14076: tests/results/020.processed, tests/results/021.processed,
14077: tests/results/022.processed, tests/results/023.processed,
14078: tests/results/024.processed, tests/results/025.processed,
14079: tests/results/026.processed, tests/results/027.processed,
14080: tests/results/028.processed, tests/results/029.processed,
14081: tests/results/030.processed, tests/results/031.processed,
14082: tests/results/032.processed, tests/results/033.processed,
14083: tests/results/034.processed, tests/results/035.processed,
14084: tests/results/036.processed, tests/results/037.processed,
14085: tests/results/038.processed, tests/results/039.processed,
14086: tests/results/040.processed, tests/results/041.processed,
14087: tests/results/042.processed, tests/results/043.processed,
14088: tests/results/044.processed, tests/results/045.processed,
14089: tests/results/046.processed, tests/results/047.processed,
14090: tests/results/048.processed, tests/results/049.processed,
14091: tests/results/050.processed, tests/results/051.processed,
14092: tests/results/052.processed, tests/results/053.processed,
14093: tests/results/054.processed, tests/results/055.processed,
14094: tests/results/056.processed, tests/results/057.processed,
14095: tests/results/058.processed, tests/results/059.processed,
14096: tests/results/060.processed, tests/results/061.processed,
14097: tests/results/062.processed, tests/results/063.processed,
14098: tests/results/064.processed, tests/results/065.processed,
14099: tests/results/066.processed, tests/results/067.processed,
14100: tests/results/068.processed, tests/results/069.processed,
14101: tests/results/070.processed, tests/results/071.processed,
14102: tests/results/072.processed, tests/results/073.processed,
14103: tests/results/074.processed, tests/results/075.processed,
14104: tests/results/076.processed, tests/results/077.processed,
14105: tests/results/078.processed, tests/results/079.processed,
14106: tests/results/080.processed, tests/results/081.processed,
14107: tests/results/082.processed, tests/results/083.processed,
14108: tests/results/084.processed, tests/results/085.processed,
14109: tests/results/086.processed, tests/results/087.processed,
14110: tests/results/088.processed, tests/results/089.processed,
14111: tests/results/090.processed, tests/results/091.processed,
14112: tests/results/092.processed, tests/results/093.processed,
14113: tests/results/094.processed, tests/results/095.processed,
14114: tests/results/096.processed, tests/results/097.processed,
14115: tests/results/101.processed, tests/results/102.processed,
14116: tests/results/104.processed, tests/results/105.processed,
14117: tests/results/106.processed, tests/results/107.processed,
14118: tests/results/108.processed, tests/results/109.processed,
14119: tests/results/110.processed, tests/results/111.processed,
14120: tests/results/112.processed, tests/results/113.processed,
14121: tests/results/114.processed, tests/results/115.processed,
14122: tests/results/116.processed, tests/results/117.processed,
14123: tests/results/118.processed, tests/results/119.processed,
14124: tests/results/120.processed, tests/results/121.processed,
14125: tests/results/122.processed, tests/results/123.processed,
14126: tests/results/124.processed: new convention: char* never 0.
14127: assert in cord on that
14128:
14129: * src/main/pa_charset.C: couple more asserts
14130:
14131: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14132: speedup
14133:
14134: * src/main/pa_charset.C: couple assertions on fantastic situations
14135: added [may be those is the case now?]
14136:
14137: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14138: that's memory from gc_malloc, not from g_malloc :(, but would
14139: hope]
14140:
14141: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14142: that's memory from gc_malloc, not from g_malloc :(, but would
14143: hope]
14144:
14145: * src/main/pa_charset.C: checked custom malloc for returning 0
14146:
14147: 2003-04-09 paf
14148:
14149: * src/classes/date.C: merged ^date.roll changes
14150:
14151: * src/classes/date.C: ^date.roll bug fix
14152:
14153: * src/classes/date.C: ^date.roll now throws less errors: month
14154: shifts handles end of month situation by reducing day number
14155: hour-hole shift reduces hour to recover
14156:
14157: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14158: Sort by function time
14159:
14160: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14161: http:// $.charset[] param done
14162:
14163: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14164: added [after volatile fix. passes on win&intel-solaris]
14165:
14166: 2003-04-08 paf
14167:
14168: * src/: classes/file.C, classes/op.C, classes/table.C,
14169: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14170: include/pa_common.h, include/pa_request_charsets.h,
14171: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14172: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14173: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14174: types/pa_vresponse.C: started http:// $.charset[] param and
14175: http response charset detection just compiled. todo:test
14176:
14177: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14178:
14179: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14180: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14181: types/pa_vmail.C: changed transcode param converntion along with
14182: string creating convention -- all strings are zero-terminated,
14183: this allowed to fix one remaining String("123", 2) case
14184:
14185: * src/: classes/date.C, classes/file.C, classes/hash.C,
14186: classes/op.C, classes/string.C, classes/table.C,
14187: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14188: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14189: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14190: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14191: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14192: violated String::invariant. started fixing [not compiled now]
14193:
14194: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14195: main/compile.tab.C, main/compile.y, main/pa_string.C,
14196: main/untaint.C, targets/cgi/parser3.C: number of string style
14197: improvements & optimizations
14198:
14199: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14200: :(]
14201:
14202: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14203: [for it's a pointer really]
14204:
14205: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14206: 'n' param. worked that around
14207:
14208: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14209: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14210: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14211: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14212: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14213:
14214: Thanks for the bug report and patch.
14215:
14216: I hadn't looked at this code in a while. Reading it now, it
14217: seems to me that the tests should also be ">= MAX_DEPTH" to
14218: comply with the invariant, though that may not matter a lot. I
14219: changed that, too.
14220:
14221: Hans
14222:
14223: 2003-04-07 paf
14224:
14225: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14226: merged from head:safe mode error message now includes numbers
14227:
14228: * src/main/execute.C: n-th attempt to make a=a work with double.
14229: problem: as_double returns it's result in fp-register compiler
14230: optimizes access to that register after b->as_double, and just
14231: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14232: from memory. _SAME_ double values do not match here. when
14233: forced to REload fp-register, values do match.
14234:
14235: tried to make them volatile.
14236:
14237: * src/main/execute.C: n-th attempt to make a=a work with double.
14238: problem: as_double returns it's result in fp-register compiler
14239: optimizes access to that register after b->as_double, and just
14240: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14241: from memory. _SAME_ double values do not match here. when
14242: forced to REload fp-register, values do match.
14243:
14244: tried to make them volatile.
14245:
14246: * src/types/pa_vobject.h: small style change
14247:
14248: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14249:
14250: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14251: mode error message now includes numbers
14252:
14253: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14254: now causes death
14255:
14256: 2003-04-04 paf
14257:
14258: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14259: incorportated pa_exec patch by From: "Victor Fedoseev"
14260: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14261: Sent: Thursday, January 23, 2003 9:14 AM
14262:
14263: huge speedup on ^file::cgi with big result
14264:
14265: * src/classes/table.C: sort table with 0 rows bug fixed
14266:
14267: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14268: fix http://i2/tasks/edit/?id=4493701604654042676
14269:
14270: @main[] $with_default[ $.a[1] $._default[default from
14271: with_default] ] ^show[$with_default]
14272:
14273: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14274: =$to_add_to.xxx=<br>
14275:
14276: ^show[$to_add_to]
14277:
14278: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14279: ^show[$cloned]
14280:
14281: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14282:
14283: } <hr>
14284:
14285: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14286: http://i2/tasks/edit/?id=4493701604654042676
14287:
14288: @main[] $with_default[ $.a[1] $._default[default from
14289: with_default] ] ^show[$with_default]
14290:
14291: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14292: =$to_add_to.xxx=<br>
14293:
14294: ^show[$to_add_to]
14295:
14296: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14297: ^show[$cloned]
14298:
14299: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14300:
14301: } <hr>
14302:
14303: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14304: http://i2/tasks/edit/?id=4507350336410850921
14305:
14306: * src/classes/xdoc.C: memory allocation func bugfix
14307: http://i2/tasks/edit/?id=4499303470368629745
14308:
14309: * src/classes/math.C: allowed random 1...
14310:
14311: * src/classes/math.C: allowed random 0..
14312:
14313: * src/main/pa_globals.C: exif mem leak
14314: http://i2/tasks/edit/?id=4480590323629807263
14315:
14316: * src/: classes/classes.dsp, main/main.dsp,
14317: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14318: fix http://i2/tasks/edit/?id=4493946731322521294
14319: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14320:
14321: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14322: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14323: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14324: links to xml libs made relative, no need to unpack parser3project
14325: to /parser3project.
14326:
14327: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14328: column more precise - tab handling bug fixed
14329:
14330: * src/main/: compile.tab.C, compile.y: more understandable error
14331: message in case @CLASS with more then one line inside
14332:
14333: * src/targets/cgi/parser3.C: more understandable error message in
14334: case of errors in @unhandled_exception
14335:
14336: 2003-04-03 paf
14337:
14338: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14339: src/main/compile.tab.C, src/main/compile.y,
14340: src/main/compile_tools.C, src/main/compile_tools.h,
14341: src/main/execute.C, src/main/pa_request.C: debug info format
14342: simplified, now it's: OP_VALUE Operation::Origin << here value*
14343:
14344: higher limits: file number (max: 255) line number (max:
14345: 64535) column number (max: 255)
14346:
14347: * src/classes/math.C: top limit
14348:
14349: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14350: precise parse error position in case of
14351:
14352: ^bug ]
14353:
14354: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14355: changed to realities, and passed [bug fixed]
14356:
14357: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14358: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14359: main/compile_tools.h, main/pa_request.C: introducing
14360: ^process...[main-method-alias]
14361:
14362: * src/: classes/date.C, classes/image.C, classes/op.C,
14363: classes/string.C, classes/table.C, classes/xdoc.C,
14364: types/pa_vmethod_frame.h: MethodParams& now [methods without
14365: params receive zero reference, but they are expected not to look
14366: there]
14367:
14368: * operators.txt, src/classes/date.C, src/classes/double.C,
14369: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14370: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14371: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14372: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14373: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14374: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14375: [methods without params receive zero reference, but they are
14376: expected not to look there]
14377:
14378: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14379: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14380: ^process...[filename] useful for better error reporting
14381: [file/line/col]
14382:
14383: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14384: types/pa_vstring.h: slightly improved error messages text: 1. is
14385: '%s', it 2. method undefined in case of ^void[]
14386:
14387: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14388: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14389: handling done. now we have error columns todo: test it
14390:
14391: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14392: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14393:
14394: this makes life easier: were: bad stack order -- were in
14395: exception catch unwind order, which didn't match execution order
14396:
14397: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14398:
14399: @first[] ^throw[a;1]
14400:
14401: showed throw a first throw b try
14402:
14403: which is no good
14404:
14405: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14406: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14407: trace reset after handled exception [old bug fixed]
14408:
14409: * src/main/: compile.tab.C, compile.y: parse position old bug
14410: fixed. position reporting made precise [both, in parse erros and
14411: runtime errors]
14412:
14413: 2003-04-02 paf
14414:
14415: * src/: include/pa_operation.h, include/pa_request.h,
14416: main/compile.C, main/compile.tab.C, main/compile.y,
14417: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14418: main/pa_exception.C, main/pa_request.C: debug info: started
14419: using. todo:complete
14420:
14421: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14422: main/compile.C, main/compile.tab.C, main/compile.y,
14423: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14424: main/pa_request.C: prepared debug info todo:use it
14425:
14426: * src/include/pa_operation.h: strange mistake fixed: forgot to
14427: return Operation class->union after switching from autoptrs.
14428:
14429: * tests/: Makefile, results/108.processed, results/117.processed:
14430: meta considered OK [it's up to coder now to remove it not needed]
14431:
14432: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14433: Dictionary constructor when moved to gc]
14434:
14435: * src/main/pa_common.C: uncommented http:// file loading
14436:
14437: * src/include/pa_array.h, src/main/execute.C,
14438: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14439: fix [gdGrowingBuf]
14440:
14441: * configure.in, src/lib/Makefile.am: removed patches
14442:
14443: * configure, src/include/pa_config_auto.h.in,
14444: src/main/pa_charset.C: --enable-assertions autoconf-ed
14445:
14446: * src/main/pa_common.C: uncommented http:// file loading
14447:
14448: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14449: xdoc::create/load
14450:
14451: * src/: classes/form.C, classes/hash.C, classes/image.C,
14452: classes/string.C, classes/table.C, classes/void.C,
14453: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14454: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14455: String::String(str,helper_length) are checked. found/fixed one
14456: place: $request:body now zero-terminated,
14457:
14458: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14459: main/compile_tools.C, main/execute.C, types/pa_value.h,
14460: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14461: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14462: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14463: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14464: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14465: types/pa_vxnode.h: more locally scoped vars in execute (more
14466: easily optimizable)
14467:
14468: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14469: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14470:
14471: * src/: include/pa_array.h, include/pa_stack.h,
14472: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14473: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14474: become assertion iterator in methodframe filler
14475:
14476: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14477: targets/cgi/parser3.C: array::get/put inlined
14478:
14479: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14480: gc_substitute_memory_management_functions +installed CORD_oom
14481: function
14482:
14483: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14484: src/include/pa_config_includes.h, src/include/pa_string.h,
14485: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14486: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14487: assertions started configure.in --enable-assertions
14488:
14489: 2003-04-01 paf
14490:
14491: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14492: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14493: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14494: gdome uses glib memory, and stores last pointer to xmlDoc there,
14495: gc misses that and collects valid memory fixed by remembering
14496: xmlDoc from dom object in xdoc. todo: do something with
14497: premature free of xdoc with xnodes/node values referring into it
14498:
14499: * src/classes/: mail.C: typo fix
14500:
14501: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14502: changes
14503:
14504: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14505: main/pa_memory.C: moved memory debugging to global level: to
14506: pa_gc_malloc
14507:
14508: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14509: debugging showed no errors. todo: debug parser memory
14510:
14511: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14512: configurations
14513:
14514: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14515: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14516: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14517: types/types.dsp: prepared xml-static configuration
14518:
14519: 2003-03-31 paf
14520:
14521: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14522: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14523: xml lib memory debugging, simple checks failed: it seems that
14524: library does realloc(bad ptr), and recording those ptrs in heap
14525: [for debugging] was bad: heap situation changes = everything
14526: works fine
14527:
14528: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14529: xmlRegisterCharEncodingHandler limitation [currently imposed
14530: limit of 10 user-defined charsets]
14531:
14532: 2003-03-28 paf
14533:
14534: * src/main/execute.C: execution stack copied to local register
14535: variable, removed lots [~2e7) of memory accesses
14536:
14537: 2003-03-27 paf
14538:
14539: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14540: works in debug, but fails in release todo: fix that
14541:
14542: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14543: targets/cgi/parser3.C: forgot to merge XML memory funcs
14544: replacement from gc branch
14545:
14546: * src/main/pa_exec.C: introducing append_help_length [radical
14547: improvement here]
14548:
14549: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14550: 'not recommened' in gc.h, on win32 noticed no difference]
14551:
14552: * src/include/pa_array.h: returned checked array get [were disabled
14553: for debugging] result:not slower [don't understand that, it were
14554: INLINED] todo: find out a way of inlining it!
14555:
14556: * src/: include/pa_string.h, lib/gc/include/gc.h,
14557: lib/gc/include/gc_fake.h, main/compile.tab.C,
14558: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14559: convention changed: all resulting strings are zero-terminated
14560:
14561: * src/: classes/date.C, classes/file.C, classes/hash.C,
14562: classes/string.C, classes/table.C, classes/void.C,
14563: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14564: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14565: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14566: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14567: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14568: types/pa_vfile.C, types/pa_vmail.C: introducing
14569: append_help_length [radical improvement here]
14570:
14571: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14572: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14573: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14574: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14575: even slower
14576:
14577: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14578: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14579: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14580: clients of &get(): most to use non-ref version, some[in tight
14581: places] to get_unchecked_ref
14582:
14583: * src/doc/memory.dox: forgot to add
14584:
14585: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14586: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14587: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14588: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14589: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14590: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14591: targets/cgi/parser3.dsp, types/pa_vmail.C,
14592: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14593: T>>&<< removed after Stack::pop wiping removed [moved to separate
14594: func] other Array & removed
14595:
14596: 2003-03-26 paf
14597:
14598: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14599: classes/table.C, include/pa_array.h, include/pa_charset.h,
14600: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14601: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14602: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14603: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14604: main/pa_exec.C, main/pa_sql_driver_manager.C,
14605: main/pa_stylesheet_manager.C, main/pa_table.C,
14606: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14607: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14608: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14609: pre-evaluated .count() in some places
14610:
14611: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14612: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14613: types/types.dsp: .dsp profiling updated
14614:
14615: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14616: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14617: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14618:
14619: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14620: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14621: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14622: use lib/gc,lib/cord
14623:
1.116 moko 14624: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14625: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14626: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14627: src/include/pa_config_includes.h, src/include/pa_request.h,
14628: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14629: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14630: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14631: src/lib/cord/include/Makefile.am,
1.116 moko 14632: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14633: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14634: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14635: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14636: src/types/pa_vform.h, src/types/pa_vhash.h,
14637: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14638: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14639: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14640: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14641: funcs ported pa_exec
1.95 moko 14642:
14643: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14644:
14645: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14646: bundled gc includes
14647:
14648: * src/: classes/op.C, include/pa_array.h,
14649: include/pa_sql_connection.h, include/pa_string.h,
14650: include/pa_version.h, main/compile.tab.C, main/compile.y,
14651: main/execute.C, main/pa_common.C, main/pa_exception.C,
14652: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14653: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14654: first real site (aval)]
14655:
14656: 2003-03-25 paf
14657:
14658: * operators.txt, src/main/pa_sql_driver_manager.C,
14659: src/types/pa_vstatus.C: $status.memory used free since_compact
14660: process
14661:
14662: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14663: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14664:
14665: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14666:
14667: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14668: src/types/pa_value.h, src/types/pa_vfile.h,
14669: src/types/pa_vobject.C, src/types/pa_vobject.h,
14670: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14671: tests/results/121.processed: untaint.C L_URI
14672:
14673: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14674: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14675: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14676: src/types/pa_vmemory.h: ^memory:compact[]
14677:
14678: * tests/results/109.processed: it was a bug in parser. updated 109
14679: test result
14680:
14681: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14682:
14683: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14684: tests/results/107.processed: fixed dom language [values are now
14685: considered tainted. it was a bug in parser. updated 107 test
14686: result
14687:
14688: * src/classes/xdoc.C: fixed transform params
14689:
14690: * src/: include/pa_stylesheet_manager.h,
14691: main/pa_stylesheet_manager.C: fixed stylesheet caching
14692:
14693: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14694: overloads for structure handling
14695:
14696: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14697: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14698: StringBody(0) ambiguilty, introducting static
14699: StringBody::Format(int)
14700:
14701: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14702: linked
14703:
14704: * src/types/pa_vxdoc.C: vxdoc compiled
14705:
14706: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14707: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14708: finalizers isntalled
14709:
14710: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14711: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14712: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14713: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14714: compiled todo: xnode.C / finalizers
14715:
14716: * src/doc/string.dox: updated: new string internals
14717:
14718: 2003-03-24 paf
14719:
14720: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14721: include/pa_charset.h, include/pa_config_fixed.h,
14722: include/pa_request.h, include/pa_stylesheet_connection.h,
14723: include/pa_stylesheet_manager.h, main/pa_charset.C,
14724: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14725: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14726: types/pa_vxnode.h: started XML
14727:
14728: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14729:
14730: * src/: classes/file.C, classes/image.C, classes/mail.C,
14731: include/pa_string.h, main/pa_common.C,
14732: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14733:
14734: * src/: classes/file.C, classes/image.C, classes/mail.C,
14735: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14736: main/pa_request.C, main/pa_sql_driver_manager.C,
14737: types/pa_vimage.h: size_t pos everywhere checks changed to check
14738: for eq STRING_NOT_FOUND
14739:
14740: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14741: optimize bit implemented
14742:
14743: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14744: String::ArrayFragment::append_positions fixed
14745:
14746: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14747: String::this_starts fixed
14748:
14749: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14750:
14751: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14752: hashcode implemented fully, including per-char callback [it can
14753: be - substr CORD node]
14754:
14755: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14756: rewritten to rewalloc with 100byte buf ahead
14757:
14758: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14759: src/include/pa_string.h, src/main/compile.tab.C,
14760: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14761: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14762: CORD_ec [bad] would rewrite as realloc now
14763:
14764: * src/: classes/date.C, classes/file.C, classes/form.C,
14765: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14766: include/pa_cache_managers.h, include/pa_charsets.h,
14767: include/pa_common.h, include/pa_request.h,
14768: include/pa_sql_driver_manager.h, include/pa_table.h,
14769: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14770: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14771: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14772: types/pa_vmail.C, types/pa_vmethod_frame.C,
14773: types/pa_vstateless_class.h: 2*2 worked :)
14774:
14775: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14776: src/include/pa_exec.h, src/include/pa_string.h,
14777: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14778: passed OK
14779:
14780: * src/: classes/hash.C, classes/string.C, classes/table.C,
14781: types/pa_value.C: all linked todo: debug
14782:
14783: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14784: types/pa_vstateless_class.C: all compiled. todo:link
14785:
14786: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14787:
14788: * src/types/pa_vtable.C: pa_vtable.C compiled
14789:
14790: * src/types/pa_vstring.C: pa_vstring.C compiled
14791:
14792: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14793:
14794: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14795: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14796: pa_vstateless_class.C, pa_vstateless_class.h:
14797: pa_vstateless_class.C compiled
14798:
14799: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14800: types/pa_vmath.C: pa_vmail.C compiled
14801:
14802: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14803:
14804: * src/types/pa_vform.C: pa_vform.C compiled
14805:
14806: * src/types/pa_vfile.C: pa_vfile.C compiled
14807:
14808: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14809: pa_vstateless_class.C: pa_vcookie.C compiled
14810:
14811: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14812: types/pa_vhash.h: pa_value.C compiled
14813:
14814: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14815: classes.lib main.lib compiled
14816:
14817: * src/classes/void.C: void.C compiled
14818:
14819: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14820: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14821: compiled
14822:
14823: * src/: classes/string.C, include/pa_request.h,
14824: include/pa_string.h, main/pa_string.C: string.C compiled
14825:
14826: * src/: classes/op.C, classes/string.C, classes/table.C,
14827: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14828: main/pa_request.C, main/pa_string.C: op.C compiled
14829:
14830: * src/classes/: math.C, op.C: math.C compiled
14831:
14832: * src/: classes/mail.C, classes/string.C, classes/table.C,
14833: types/pa_vmail.h: mail.C compiled
14834:
14835: * src/classes/: int.C, table.C: int.C compiled
14836:
14837: * src/: classes/hash.C, classes/image.C, classes/string.C,
14838: classes/table.C, include/pa_memory.h, include/pa_string.h,
14839: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14840: compiled
14841:
14842: * src/: classes/hash.C, classes/string.C, classes/table.C,
14843: classes/void.C, classes/xdoc.C, include/pa_request.h,
14844: include/pa_sql_connection.h: hash.C compiled
14845:
14846: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14847: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14848: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14849: classes/math.C, classes/op.C, classes/response.C,
14850: classes/string.C, classes/table.C, classes/void.C,
14851: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14852: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14853: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14854: file.C table.C compiled
14855:
14856: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14857: main/untaint.C: main.lib compiled
14858:
14859: 2003-03-21 paf
14860:
14861: * src/: classes/op.C, include/pa_cache_managers.h,
14862: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14863: include/pa_stylesheet_manager.h, main/pa_exception.C,
14864: main/pa_globals.C, main/pa_sql_driver_manager.C,
14865: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14866: compiled
14867:
14868: * src/: classes/hash.C, classes/image.C, classes/op.C,
14869: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14870: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14871: main/compile.C, main/pa_common.C, main/pa_request.C,
14872: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14873: pa_request.C compiled
14874:
14875: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14876: include/pa_request.h, main/execute.C, main/pa_request.C,
14877: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14878: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14879: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14880: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14881: compiled
14882:
14883: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14884: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14885: on unix
14886:
14887: * src/: include/pa_charset.h, include/pa_charsets.h,
14888: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14889: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14890: pa_charsets.C compiled
14891:
14892: * src/: classes/image.C, classes/mail.C, classes/op.C,
14893: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14894: main/compile.y, main/execute.C, main/pa_common.C,
14895: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14896: types/pa_vcode_frame.h, types/pa_vimage.h,
14897: types/pa_vmethod_frame.h: execute.C compiled
14898:
14899: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14900: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14901: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14902: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14903: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14904: include/pa_cache_managers.h, include/pa_charsets.h,
14905: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14906: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14907: include/pa_sql_driver_manager.h, include/pa_string.h,
14908: include/pa_stylesheet_connection.h,
14909: include/pa_stylesheet_manager.h, include/pa_table.h,
14910: main/compile.C, main/compile.tab.C, main/compile.y,
14911: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14912: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14913: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14914: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14915: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14916: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14917: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14918: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14919: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14920: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14921: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14922: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14923: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14924: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14925: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14926: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14927: types/pa_vresponse.h, types/pa_vstateless_class.C,
14928: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14929: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14930: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14931: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14932: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14933: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14934: [C++ CORD wrapper]
14935:
14936: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14937:
14938: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14939: $file::exec/cgi[script; $.charset[this is script's charset]
14940:
14941: command line, env values, input got transcoded before call
14942: stdout, stderr got transcoded after call
14943:
14944: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14945: by default. use: ^file::exec[...;$.stdin[$request.body]
14946:
14947: * src/main/pa_common.C: } typo bug fix
14948:
14949: * src/main/pa_common.C: } typo bug fix
14950:
14951: 2003-03-20 paf
14952:
14953: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14954: main/untaint.C: cord bug fix, but still errors todo: clear out
14955:
14956: * src/include/pa_string.h: more tests
14957:
14958: * src/main/pa_string.C: string.pos fixed
14959:
1.116 moko 14960: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14961: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14962: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14963: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14964: replaces
1.95 moko 14965:
14966: * src/: classes/image.C, include/pa_dictionary.h,
14967: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14968: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14969: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14970: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14971:
14972: * src/include/pa_string.h: warning
14973:
14974: * src/include/pa_string.h: this_starts fixed
14975:
14976: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14977: new String ctor & append params convention
14978:
14979: * src/: classes/file.C, classes/hash.C, classes/image.C,
14980: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14981: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14982: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14983: main/pa_exception.C, main/pa_exec.C,
14984: main/pa_sql_driver_manager.C, main/pa_string.C,
14985: main/pa_stylesheet_manager.C, main/untaint.C,
14986: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14987: types/pa_vmail.C: more tests OK
14988:
14989: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14990: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14991: gc/exit runned OK
14992:
14993: * src/types/pa_vmail.C: another naming problem: should not name
14994: vars like that: unpredictable close caused problems with later
14995: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14996: descriptors missing on startup: stdin; Bad file number
14997:
14998: todo: find out why so many filters(stream) here. probably wrong?
14999:
15000: * src/: include/pa_dictionary.h, include/pa_string.h,
15001: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15002: main/untaint.C: test compiled
15003:
15004: * src/: classes/image.C, classes/mail.C, classes/math.C,
15005: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15006: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15007: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15008: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15009: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15010: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15011: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15012: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15013: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15014:
15015: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15016: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15017: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15018: src/include/pa_memory.h, src/include/pa_request.h,
15019: src/include/pa_request_charsets.h,
15020: src/include/pa_sql_connection.h, src/include/pa_string.h,
15021: src/main/compile.tab.C, src/main/execute.C,
15022: src/main/pa_charset.C, src/main/pa_common.C,
15023: src/main/pa_exception.C, src/main/pa_exec.C,
15024: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15025: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15026: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15027: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15028: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15029: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15030: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15031: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15032: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15033: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15034: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15035: pa_common.C [done, without http for now]
15036:
15037: 2003-03-19 paf
15038:
15039: * src/: classes/date.C, classes/form.C, classes/hash.C,
15040: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15041: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15042: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15043: include/pa_string.h, include/pa_table.h, main/compile.C,
15044: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15045: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15046: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15047: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15048: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15049: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15050: types/pa_vstateless_class.h, types/pa_vtable.C,
15051: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15052: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15053: types/pa_wwrapper.h: started test
15054:
1.116 moko 15055: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15056: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15057:
15058: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15059: include/pa_string.h, main/pa_string.C: string compiled todo: test
15060: it
15061:
15062: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15063: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15064: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15065: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15066: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15067: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15068: types/pa_vmethod_frame.h, types/types.dsp: string
15069: reimplementation with cord+array<fragment>: 70%
15070:
15071: 2003-03-18 paf
15072:
15073: * src/: classes/date.C, classes/file.C, classes/form.C,
15074: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15075: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15076: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15077: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15078: can ignore lang in cmp and pos really, but would
15079: split properly!
15080:
15081: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15082: cord part made parser/src/lib: it's not compiled into libgc by
15083: default
15084:
15085: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15086: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15087: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15088: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15089: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15090: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15091: src/classes/xnode.C, src/classes/xnode.h,
15092: src/include/Makefile.am, src/include/pa_cache_managers.h,
15093: src/include/pa_charset.h, src/include/pa_charsets.h,
15094: src/include/pa_common.h, src/include/pa_dictionary.h,
15095: src/include/pa_exception.h, src/include/pa_exec.h,
15096: src/include/pa_globals.h, src/include/pa_hash.h,
15097: src/include/pa_memory.h, src/include/pa_pool.h,
15098: src/include/pa_request.h, src/include/pa_request_charsets.h,
15099: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15100: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15101: src/include/pa_stylesheet_connection.h,
15102: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15103: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15104: src/main/compile.C, src/main/compile.tab.C,
15105: src/main/compile_tools.C, src/main/compile_tools.h,
15106: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15107: src/main/pa_charsets.C, src/main/pa_common.C,
15108: src/main/pa_dictionary.C, src/main/pa_exception.C,
15109: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15110: src/main/pa_pool.C, src/main/pa_request.C,
15111: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15112: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15113: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15114: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15115: src/types/pa_junction.h, src/types/pa_method.h,
15116: src/types/pa_value.C, src/types/pa_value.h,
15117: src/types/pa_vclass.C, src/types/pa_vclass.h,
15118: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15119: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15120: src/types/pa_vdouble.h, src/types/pa_venv.h,
15121: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15122: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15123: src/types/pa_vimage.C, src/types/pa_vimage.h,
15124: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15125: src/types/pa_vmath.C, src/types/pa_vmath.h,
15126: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15127: src/types/pa_vobject.C, src/types/pa_vobject.h,
15128: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15129: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15130: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15131: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15132: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15133: src/types/pa_vstring.h, src/types/pa_vtable.C,
15134: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15135: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15136: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15137: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15138: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15139: gc: PA_Object done lots of replacements also
15140:
15141: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15142: gc logging
15143:
15144: 2003-03-17 paf
15145:
15146: * src/: classes/date.C, classes/file.C, classes/form.C,
15147: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15148: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15149: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15150: include/pa_string.h, include/pa_types.h, main/compile.C,
15151: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15152: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15153: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15154: main/pa_sql_driver_manager.C, main/pa_string.C,
15155: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15156: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15157: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15158: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15159: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15160: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15161: types/pa_vxnode.h: libgc attempt
15162:
15163: 2003-03-13 paf
15164:
15165: * src/: include/pa_sql_driver_manager.h,
15166: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15167: called
15168:
15169: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15170: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15171: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15172: types/pa_value.h, types/pa_vobject.h,
15173: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15174: set_base, set_derived simplified [counter leaks fixed]
15175:
15176: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15177: src/types/types.dsp: incorporated status class patch From:
15178: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15179: 2003 8:14 AM
15180:
15181: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15182: Win32 specific: QuotaPeakNonPagedPoolUsage
15183: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15184:
15185: 2003-03-12 paf
15186:
1.116 moko 15187: * configure, configure.in, src/lib/ltdl/configure,
15188: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15189: lib/ltdl/Makefile now created by /configure.in only [were by
15190: lib/ltdl/configure.in OVERWRITE]
15191:
1.116 moko 15192: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15193: linkage fixed for g++ 3.2.2
1.95 moko 15194:
15195: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15196: on using privately declared class [fixed]
15197:
15198: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15199: 3.2 rightliy complained on using privately declared class [fixed]
15200:
15201: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15202: sigpipe before request constructor now causes death
15203:
15204: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15205: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15206: not cause exception in exception handler
15207:
1.116 moko 15208: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15209: now default links libstdc++ statically. that can be overriden by
15210: --with-dynamic-stdcpp
1.95 moko 15211:
15212: 2003-03-11 paf
15213:
15214: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15215: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15216: necessity of libstdc++
15217:
15218: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15219:
15220: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15221:
15222: 2003-03-08 paf
15223:
15224: * tests/Makefile: make install & co
15225:
15226: * src/: include/pa_request.h, classes/op.C: removing
15227: vclass,object.h -> pa_request.h dependency
15228:
15229: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15230: main/pa_request.C: removing vform,response,cookie.h ->
15231: pa_request.h dependency
15232:
15233: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15234: dependency [testing...]
15235:
15236: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15237: return 0; fixed
15238:
15239: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15240: types/pa_vmail.h: vmail.C received just compiled [not tested]
15241:
15242: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15243:
15244: * src/main/pa_request.C: forgotten: ifdef XML
15245:
15246: * src/main/pa_request.C: forgotten: ifdef XML
15247:
15248: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15249: win32 and run memleak tests again
15250:
15251: * src/targets/cgi/parser3.C: charsets: see some strange things with
15252: old xml lib-- it's internal memory handling has faults
15253:
15254: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15255: problems when transcode from charset A to A.
15256:
15257: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15258: todo: still problems when transcode from charset A to A.
15259:
15260: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15261: classes/table.C, include/pa_array.h,
15262: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15263: started full-scale-site-test [~ http://parser.ru sources]
15264:
15265: some fixes
15266:
15267: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15268: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15269: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15270: results/110.processed, results/111.processed,
15271: results/112.processed, results/113.processed,
15272: results/114.processed, results/115.processed,
15273: results/116.processed, results/117.processed,
15274: results/118.processed, results/119.processed,
15275: results/120.processed: xml: tests 109 dom create/show 110 xpath
15276: selectSingle 111 xdoc.create from tainted & 112
15277: xdoc.create/output with russian attr value 113 xpath
15278: selectString/Number 114 dom attributes.count 115 xpath selectBool
15279: 116 output media-type change 117 transform by dom stylesheet 118
15280: empty transform result 119 dom setAttribute 120 nbsp letter
15281: output
15282:
15283: =END OF PREPARED XML TESTS=
15284:
15285: 2003-03-07 paf
15286:
15287: * src/classes/xdoc.C, src/include/pa_charset.h,
15288: src/include/pa_stylesheet_connection.h, tests/108.html,
15289: tests/108.xsl, tests/results/108.processed: xml: test 108
15290: transform with params [bugs fixed]
15291:
15292: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15293: from copy/paste bug
15294:
15295: * src/classes/xdoc.C, src/include/pa_charset.h,
15296: src/include/pa_request.h, src/main/execute.C,
15297: src/main/pa_charset.C, src/main/pa_exception.C,
15298: src/main/pa_globals.C, src/main/pa_request.C,
15299: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15300: src/types/pa_vxnode.C, tests/107.html,
15301: tests/results/107.processed: xml: test: 107 bug fixes
15302:
15303: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15304: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15305: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15306:
15307: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15308: string
15309:
15310: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15311: mem alloc functions used for different cases [libxml, libxsl]
15312:
15313: * src/classes/classes.C: fixed: prevent system classes from
15314: modification to lock ALL the classes, not only directly used
15315:
15316: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15317: linked
15318:
15319: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15320:
15321: 2003-03-06 paf
15322:
15323: * src/classes/xdoc.C: xdoc.C 50%
15324:
15325: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15326: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15327: main/pa_globals.C, main/pa_request.C,
15328: main/pa_stylesheet_manager.C: xnode.C compiled
15329:
15330: * src/: include/pa_stylesheet_connection.h,
15331: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15332: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15333:
15334: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15335: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15336: xml: stylesheet&manager STARTED
15337:
15338: * src/: include/pa_globals.h, main/pa_charset.C,
15339: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15340:
15341: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15342: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15343: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15344: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15345: charsets
15346:
15347: * tests/023.html: in some cases it rounded up badly. postponing
15348: solution of that problem, making more simple test
15349:
15350: * tests/: 058_paf2000.png, results/058.processed: .png added with
15351: -kb now
15352:
15353: * src/: include/pa_charset.h, include/pa_charsets.h,
15354: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15355: moved to charsets.C
15356:
15357: 2003-03-05 paf
15358:
15359: * src/classes/string.C, src/include/pa_string.h,
15360: src/main/pa_string.C, tests/105.html,
15361: tests/results/105.processed: String::match bug fixed
15362:
15363: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15364: tests/results/104.processed: ^bpt operator added [does int3 in
15365: debug build on win32]
15366:
15367: * tests/: 057.html, results/057.processed: test bug fixed
15368:
1.116 moko 15369: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15370:
15371: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15372: missing
15373:
1.116 moko 15374: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15375: forgotten files added to Makes
1.95 moko 15376:
15377: * ltmain.sh: ltmain.sh added
15378:
15379: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15380: change undone ;(
15381:
15382: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15383: made static
15384:
15385: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15386: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15387: todo:make linker happy
1.95 moko 15388:
15389: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15390: env param made optional
15391:
15392: 2003-03-04 paf
15393:
15394: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15395: types/pa_vimage.h: number of gcc compiler bugs fixed
15396:
15397: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15398: results/103.processed: tests: 103 image.copy transparence test
15399:
15400: * src/main/execute.C, tests/101.html, tests/102.html,
15401: tests/results/101.processed, tests/results/102.processed: tests:
15402: 101 method/variable name conflict test 102 form fields change
15403: should not not change anything [bug fix]
15404:
15405: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15406: results/099.processed, results/100.processed: tests: 57 date
15407: create 2002: added 99,100 response:body/download
15408:
15409: * src/classes/image.C, tests/098.html, tests/098font.gif,
15410: tests/results/098.processed: test: 98 image font text [bug fixed]
15411:
15412: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15413: tests/results/097.processed: test: 97 file::load http:// [bugs
15414: fixed]
15415:
15416: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15417: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15418: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15419: image EXIF [bug fixed]
15420:
15421: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15422: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15423: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15424: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15425: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15426: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15427: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15428: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15429: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15430: tests/094.html, tests/095.html, tests/results/061.processed,
15431: tests/results/062.processed, tests/results/063.processed,
15432: tests/results/064.processed, tests/results/065.processed,
15433: tests/results/066.processed, tests/results/067.processed,
15434: tests/results/068.processed, tests/results/069.processed,
15435: tests/results/070.processed, tests/results/071.processed,
15436: tests/results/072.processed, tests/results/073.processed,
15437: tests/results/074.processed, tests/results/075.processed,
15438: tests/results/076.processed, tests/results/077.processed,
15439: tests/results/078.processed, tests/results/080.processed,
15440: tests/results/081.processed, tests/results/082.processed,
15441: tests/results/083.processed, tests/results/084.processed,
15442: tests/results/085.processed, tests/results/086.processed,
15443: tests/results/087.processed, tests/results/088.processed,
15444: tests/results/089.processed, tests/results/090.processed,
15445: tests/results/091.processed, tests/results/092.processed,
15446: tests/results/093.processed, tests/results/094.processed,
15447: tests/results/095.processed, tests/079.html,
15448: tests/results/079.processed: tests: 61 file::stat size 62
15449: string->int autoconvert 63 double .int,dec,div,mul 64 date
15450: compare 65 file: basename,justname,justext 66 math:crypt 67
15451: string.match simple on long 68 string.match normalized simple on
15452: long 69 string.int 70 file::stat content-type 71 table.join 72
15453: hash parameter conditional pass 73 date daylightsaving,yearday 74
15454: date arithmetics 75 response date values/attributes 76 string.pos
15455: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15456: with local 80 scientific numeric literal in string autoconvert 81
15457: xor: logical and numerical 82 for delims 83 menu delims 84
15458: table.hash distinct 85 long string replace 86 throw+catch
15459: current language preserve 87 bit shifts 88 junction tests +
15460: $caller test 89 hash.foreach selfmodification 90 int/void to int
15461: 91 $caller test 92 junction is + def junction tests 93 $caller
15462: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15463:
15464: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15465: fixed] 60 string eq string [bug fixed]
15466:
15467: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15468: 058.html, 058_paf2000.png, 059.html, 060.html,
15469: results/053.processed, results/054.processed,
15470: results/055.processed, results/056.processed,
15471: results/057.processed, results/058.processed,
15472: results/059.processed, results/060.processed: test: 53
15473: string.replace 54 junctions 55 table.hash 56 call indirect 57
15474: date.create[string] 58 image.measure[png]
15475:
15476: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15477: outputs/051.processed, results/052.processed: test: 52
15478: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15479: task: fix that
15480:
15481: 2003-03-03 paf
15482:
15483: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15484: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15485: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15486: outputs/049.processed, outputs/050.processed,
15487: outputs/051.processed, results/001.processed,
15488: results/002.processed, results/003.processed,
15489: results/005.processed, results/006.processed,
15490: results/008.processed, results/009.processed,
15491: results/011.processed, results/012.processed,
15492: results/013.processed, results/014.processed,
15493: results/015.processed, results/016.processed,
15494: results/017.processed, results/020.processed,
15495: results/021.processed, results/022.processed,
15496: results/024.processed, results/025.processed,
15497: results/026.processed, results/027.processed,
15498: results/028.processed, results/029.processed,
15499: results/030.processed, results/031.processed,
15500: results/049.processed, results/050.processed,
15501: results/051.processed, results/043.processed,
15502: results/044.processed, results/045.processed,
15503: results/046.processed, results/047.processed,
15504: results/048.processed: tests: 43,44,45 date rolls 46
15505: autoevaluating junction 47 table.select 48 name with subvar 49
15506: hash-creating switch 50 process 51 started parent/child, works as
15507: it were but it were NOT GOOD, created separate task to fix that
15508:
15509: * tests/: 042.html, results/042.processed: test: 42
15510: exception.handled
15511:
15512: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15513: expression
15514:
15515: * tests/: 040.html, results/040.processed: test: 39 method result
15516: of type table 40 method param junction auto evaluate
15517:
15518: * tests/: 039.html, results/039.processed: test: 37 method result
15519: of type table
15520:
15521: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15522: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15523: tests/038.html, tests/results/033.processed,
15524: tests/results/034.processed, tests/results/035.processed,
15525: tests/results/036.processed, tests/results/037.processed,
15526: tests/results/038.processed: tests: 33 string.replace 34
15527: string.upper 35 table created 36 local/global vars with juntions
15528: 37 table clone 38 math PI & number formatting
15529:
15530: math class registring typo fixed
15531:
15532: * src/classes/op.C, src/include/pa_request.h,
15533: src/include/pa_string.h, src/main/execute.C,
15534: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15535: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15536: tests/032.html, tests/results/032.processed: uchar changed to
15537: String_UL in all places [was not everywhere] untaint test: 032
15538:
15539: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15540: tests/results/004.processed, tests/parser-cygwin.sh,
15541: tests/parser-unix.sh: removed -H command line key, now testing
15542: using .sh file with SERVER_SOFTWARE=xxx
15543:
15544: 2003-02-26 paf
15545:
15546: * src/main/execute.C, src/types/pa_vstateless_class.h,
15547: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15548: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15549: tests/results/024.processed, tests/results/025.processed,
15550: tests/results/026.processed, tests/results/027.processed,
15551: tests/results/028.processed, tests/results/029.processed,
15552: tests/results/030.processed, tests/results/031.processed: fixed
15553: bug with name_cstr mutable CharPtr more tests
15554:
15555: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15556: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15557: << abort. die now just exits
15558:
15559: * src/classes/classes.awk, src/classes/classes.h,
15560: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15561: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15562: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15563: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15564: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15565: src/classes/xnode.C, src/include/pa_memory.h,
15566: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15567: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15568: src/types/pa_vform.C, tests/015.html, tests/016.html,
15569: tests/017.html, tests/018.html, tests/019.html,
15570: tests/019paf2001.gif, tests/020.html, tests/021.html,
15571: tests/022.html, tests/023.html, tests/022_dir/a.html,
15572: tests/022_dir/b.txt, tests/022_dir/c.htm,
15573: tests/results/015.processed, tests/results/016.processed,
15574: tests/results/017.processed, tests/results/018.processed,
15575: tests/results/019.processed, tests/results/020.processed,
15576: tests/results/021.processed, tests/results/022.processed,
15577: tests/results/023.processed: methoded_array now contains all Mxxx
15578: classes SAPI::get_env now returns info on pool more tests
15579:
15580: * src/include/pa_array.h, src/include/pa_hash.h,
15581: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15582: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15583: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15584: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15585: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15586: tests/results/001.processed, tests/results/002.processed,
15587: tests/results/003.processed, tests/results/004.processed,
15588: tests/results/005.processed, tests/results/006.processed,
15589: tests/results/007.processed, tests/results/008.processed,
15590: tests/results/009.processed, tests/results/010.processed,
15591: tests/results/011.processed, tests/results/012.processed,
15592: tests/results/013.processed, tests/results/014.processed: hash
15593: cloning fixed
15594:
15595: 2003-02-25 paf
15596:
15597: * src/main/pa_common.C: typo fixed
15598:
15599: 2003-02-24 paf
15600:
15601: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15602: [one remained]
15603:
15604: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15605: [should have been get_string(&pool)] todo: check other such calls
15606:
15607: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15608: test10, bad lookups
15609:
15610: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15611: object got destructed, and xxx points to sky
15612:
15613: * ChangeLog, src/classes/string.C: match bug fixed
15614:
15615: * src/types/pa_vmail.C: body [text/html] transcoded to
15616: $.charset[specified] now
15617:
15618: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15619: which failed to handle sigsetjmp+throw: crashed inside of
15620: pre-throw code. rewritten simplier [though duplicating
15621: closesocket code]
15622:
15623: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15624: which failed to handle sigsetjmp+throw: crashed inside of
15625: pre-throw code. rewritten simplier [though duplicating
15626: closesocket code]
15627:
15628: 2003-02-21 paf
15629:
15630: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15631: $cookie:name[$.expires[date << can be now]]
15632:
15633: written makefile with regression tests [raw]
15634:
15635: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15636: tests' only [it's not forcing CGI mode now] now use -H to output
15637: CGI header when parser used in command line [useful for tests
15638: also]
15639:
15640: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15641: switches on CGI mode, and is used in regression tests
15642:
15643: * src/: include/pa_request.h, main/pa_request.C,
15644: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15645: fixed
15646:
15647: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15648: handling pa_*
15649:
15650: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15651: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15652: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15653: memory handling files
15654:
15655: * src/main/pa_array.C: pool::format_integer terminator fixed
15656:
15657: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15658: compiles OK test to show benefits of free
15659:
15660: * src/: classes/file.C, classes/image.C, classes/mail.C,
15661: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15662: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15663: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15664: use pool [as the one in ^process]
15665:
15666: * src/classes/op.C: fixed process. sould now check for all cstr's
15667: -- some must use pool [as the one in ^process]
15668:
15669: 2003-02-20 paf
15670:
15671: * src/: classes/date.C, classes/double.C, classes/file.C,
15672: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15673: classes/math.C, classes/op.C, classes/response.C,
15674: classes/string.C, classes/table.C, classes/void.C,
15675: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15676: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15677: string cmp fixed
15678:
15679: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15680: values passed OK now
15681:
15682: 2003-02-19 paf
15683:
15684: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15685: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15686: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15687: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15688: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15689: all remaning leaks resulted from pooled::malloc calls [excluding
15690: in gd -- planning complete rewrite extremely ugly code]
15691:
15692: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15693: files
15694:
15695: 2003-02-17 paf
15696:
15697: * src/: classes/date.C, classes/double.C, classes/file.C,
15698: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15699: classes/response.C, classes/string.C, classes/table.C,
15700: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15701: include/pa_stylesheet_connection.h,
15702: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15703: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15704: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15705: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15706: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15707: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15708: of unitialized simple-typed field
15709:
15710: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15711: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15712: simple-typed field fixed. todo: find&kill all like that one
15713:
15714: * src/: main/execute.C, targets/cgi/pa_pool.C,
15715: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15716: debug output fixed
15717:
15718: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15719: main/pa_request.C: stack-stored items need extra .ref to prevent
15720: object_ptr from delete[them]
15721:
15722: * src/: classes/date.C, classes/op.C, classes/table.C,
15723: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15724: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15725: main/pa_charset.C, main/pa_common.C,
15726: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15727: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15728: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15729: calls
15730:
15731: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15732: couple mem leaks rusulted from old pooled::malloc usage.
15733: todo:find more like those
15734:
15735: * src/main/: compile.C, compile_tools.C: 2*2!
15736:
15737: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15738: stackItem fixed [there were no string on stack before]
15739:
15740: * src/: main/execute.C, main/pa_request.C,
15741: types/pa_vmethod_frame.C: first letters out OK
15742:
15743: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15744: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15745: main/pa_string.C, main/untaint.C, types/pa_value.h,
15746: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15747: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15748: type not initialized with zeros :( while class fields of class
15749: types initialized with default constructors. learn C++
15750:
15751: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15752: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15753: classes/math.C, classes/xdoc.C, classes/xnode.C,
15754: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15755: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15756:
15757: 2003-02-14 paf
15758:
15759: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15760: 13 link errors
15761:
15762: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15763: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15764: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15765: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15766: errors :)
15767:
15768: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15769: classes/hash.C, classes/mail.C, classes/op.C,
15770: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15771: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15772: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15773: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15774:
15775: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15776: classes/table.C, include/pa_common.h, include/pa_globals.h,
15777: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15778: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15779: types/pa_vint.h, types/types.dsp: op compiled
15780:
15781: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15782: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15783: main/untaint.C, types/pa_vtable.h: string, response compiled
15784:
15785: 2003-02-07 paf
15786:
15787: * src/: classes/table.C, types/pa_vtable.h: table compiled
15788:
15789: 2003-02-06 paf
15790:
15791: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15792: mail compiled
15793:
15794: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15795: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15796: types/pa_vfile.h, types/pa_vimage.h: image compiled
15797:
15798: * src/classes/: file.C, form.C: form compiled
15799:
15800: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15801: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15802: types/pa_vfile.C, types/pa_vfile.h: file compiled
15803:
15804: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15805: types/pa_vmath.h: math compiled [win32]
15806:
15807: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15808: types/pa_vstring.h: hash compiled
15809:
15810: 2003-02-04 paf
15811:
15812: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15813: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15814: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15815: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15816: types/pa_vhash.h: hash 50% compiled
15817:
15818: * src/: classes/date.C, classes/file.C, classes/hash.C,
15819: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15820: classes/string.C, classes/table.C, classes/xdoc.C,
15821: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15822: main/pa_string.C: date compiled
15823:
15824: * src/classes/: classes.dsp, double.C: double compiled
15825:
15826: * src/: classes/date.C, classes/double.C, classes/file.C,
15827: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15828: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15829: classes/string.C, classes/table.C, classes/void.C,
15830: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15831: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15832: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15833: compiled
15834:
15835: * src/: classes/date.C, classes/double.C, classes/file.C,
15836: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15837: classes/math.C, classes/op.C, classes/response.C,
15838: classes/string.C, classes/table.C, classes/void.C,
15839: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15840: types/pa_vvoid.h: void compiled :)
15841:
15842: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15843: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15844: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15845: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15846: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15847: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15848: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15849: types/pa_vresponse.C, types/pa_vstateless_class.C,
15850: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15851: types/pa_wcontext.C, types/types.dsp: removed stupid
15852: value_includes.h
15853:
15854: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15855: trying to remove stupid value_includes.h
15856:
15857: * src/main/pa_exec.C: pa_exec compiled on win32
15858:
15859: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15860:
15861: * src/: include/pa_globals.h, include/pa_request.h,
15862: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15863: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15864: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15865: types/pa_vrequest.C, types/pa_vstateless_class.C,
15866: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15867:
15868: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15869: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15870: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15871:
15872: * src/: include/pa_array.h, include/pa_config_includes.h,
15873: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15874: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15875: compiled
15876:
15877: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15878: name conflicts)
15879:
15880: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15881: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15882: yelds "virtual memory exhausted" while trying to compile
15883: execute.C [eating up to 127MB]
15884:
15885: 2003-02-03 paf
15886:
15887: * src/: include/pa_config_includes.h, include/pa_hash.h,
15888: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15889: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15890: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15891: types/pa_vint.h, types/pa_vjunction.h,
15892: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15893: started gcc compiling pa_common compiled
15894:
15895: * src/: include/pa_exception.h, include/pa_pool.h,
15896: main/pa_exception.C: exception gcc change #1
15897:
1.116 moko 15898: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15899: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15900:
15901: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15902:
15903: * src/types/pa_vtable.C: vtable compiled
15904:
15905: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15906:
15907: * src/: include/pa_cache_managers.h, main/pa_request.C,
15908: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15909:
15910: * src/types/pa_vstateless_class.C: vstateless_class compiled
15911:
15912: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15913:
15914: * src/types/pa_vrequest.C: vrequest compiled
15915:
15916: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15917: pa_vobject.C, pa_vobject.h: vobject compiled
15918:
15919: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15920: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15921: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15922: compiled
15923:
15924: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15925:
15926: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15927: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15928: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15929: compiled
15930:
15931: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15932: main.lib - 0 error(s), 0 warning(s)
15933:
15934: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15935: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15936:
15937: 2003-01-31 paf
15938:
15939: * src/: include/pa_array.h, include/pa_operation.h,
15940: include/pa_request.h, main/execute.C, main/main.dsp,
15941: types/pa_vjunction.h: started last file from main library:
15942: execute
15943:
15944: * src/: include/pa_request.h, include/pa_sapi.h,
15945: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15946: main/pa_request.C, targets/cgi/parser3.C,
15947: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15948: types/pa_vhash.h: pa_request compiled
15949:
15950: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15951: include/pa_globals.h, include/pa_request.h,
15952: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15953: main/execute.C, main/main.dsp, main/pa_common.C,
15954: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15955: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15956: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15957: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15958: types/types.dsp: most pa_request compiled
15959:
15960: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15961: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15962: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15963: classes/op.C, classes/response.C, classes/string.C,
15964: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15965: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15966: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15967: include/pa_config_fixed.h, include/pa_config_includes.h,
15968: include/pa_dictionary.h, include/pa_dir.h,
15969: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15970: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15971: include/pa_pool.h, include/pa_request.h,
15972: include/pa_request_charsets.h, include/pa_request_info.h,
15973: include/pa_sapi.h, include/pa_socks.h,
15974: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15975: include/pa_stack.h, include/pa_string.h,
15976: include/pa_stylesheet_connection.h,
15977: include/pa_stylesheet_manager.h, include/pa_table.h,
15978: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15979: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15980: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15981: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15982: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15983: main/compile.C, main/compile.tab.C, main/compile.y,
15984: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15985: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15986: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15987: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15988: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15989: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15990: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15991: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15992: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15993: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15994: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15995: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15996: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15997: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15998: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15999: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16000: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16001: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16002: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16003: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16004: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16005: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16006: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16007: types/pa_vresponse.h, types/pa_vstateless_class.C,
16008: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16009: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16010: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16011: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16012: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16013: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16014:
16015: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16016: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16017: src/include/pa_charsets.h, src/include/pa_common.h,
16018: src/include/pa_dictionary.h, src/include/pa_exception.h,
16019: src/include/pa_exec.h, src/include/pa_pool.h,
16020: src/include/pa_request.h, src/include/pa_sapi.h,
16021: src/include/pa_sql_connection.h,
16022: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16023: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16024: src/main/compile.tab.C, src/main/compile_tools.C,
16025: src/main/compile_tools.h, src/main/main.dsp,
16026: src/main/pa_charset.C, src/main/pa_charsets.C,
16027: src/main/pa_common.C, src/main/pa_dictionary.C,
16028: src/main/pa_exception.C, src/main/pa_exec.C,
16029: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16030: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16031: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16032: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16033: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16034: src/types/pa_vdouble.h, src/types/pa_venv.h,
16035: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16036: src/types/pa_vhash.h, src/types/pa_vimage.C,
16037: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16038: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16039: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16040: src/types/pa_vobject.C, src/types/pa_vobject.h,
16041: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16042: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16043: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16044: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16045: src/types/pa_vstring.h, src/types/pa_vtable.h,
16046: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16047: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16048: died, long live StringPtr
16049:
16050: 2003-01-30 paf
16051:
16052: * src/: include/pa_charset.h, include/pa_request.h,
16053: include/pa_sql_driver_manager.h, main/compile.tab.C,
16054: main/compile.y, main/compile_tools.h, main/pa_request.C,
16055: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16056:
16057: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16058: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16059: types/pa_vhash.h, types/pa_vmethod_frame.h,
16060: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16061: types/types.dsp: vstateless_class compiled
16062:
16063: * src/main/compile.C: compile compiled
16064:
16065: * src/: include/pa_array.h, include/pa_operation.h,
16066: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16067: main/pa_table.C: compile_tools compiled
16068:
16069: * src/: include/pa_operation.h, main/compile.y,
16070: main/compile_tools.C, main/compile_tools.h: started
16071: compile_tools. vagues ideas of how to free compiled code
16072:
16073: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16074: main/main.dsp, types/pa_value.C, types/pa_value.h,
16075: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16076: compiled
16077:
16078: 2003-01-29 paf
16079:
16080: * src/: include/pa_globals.h, include/pa_request.h,
16081: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16082: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16083: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16084: compiled
16085:
16086: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16087: now
16088:
16089: * src/: include/pa_array.h, include/pa_exception.h,
16090: include/pa_pool.h, main/pa_exception.C: gd compiled
16091:
16092: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16093: compiled
16094:
16095: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16096: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16097: types/pa_vfile.h: vfile compiled
16098:
16099: * src/: include/pa_common.h, include/pa_globals.h,
16100: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16101: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16102: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16103:
16104: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16105: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16106: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16107: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16108: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16109:
16110: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16111: main/main.dsp, main/untaint.C: more compiled
16112:
16113: * src/: include/pa_charsets.h, include/pa_request.h,
16114: include/pa_request_info.h, include/pa_string.h,
16115: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16116: types/pa_vresponse.h: vrequest compiled
16117:
16118: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16119: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16120: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16121:
16122: * src/: classes/classes.h, include/pa_charset.h,
16123: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16124: include/pa_request.h, include/pa_string.h, main/main.dsp,
16125: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16126: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16127: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16128: types/pa_vrequest.C, types/pa_vrequest.h,
16129: types/pa_vstateless_class.h, types/pa_vstring.h,
16130: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16131:
16132: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16133: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16134: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16135: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16136: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16137: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16138: types/pa_vobject.h, types/pa_vstateless_class.h,
16139: types/pa_vstateless_object.h, types/pa_vstatus.h,
16140: types/pa_vstring.h, types/types.dsp: vmath compiled
16141:
16142: 2003-01-28 paf
16143:
16144: * src/: classes/classes.h, classes/date.C, classes/file.C,
16145: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16146: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16147: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16148: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16149: compile_tools
16150:
16151: * src/: include/pa_charset.h, include/pa_exception.h,
16152: include/pa_request.h, include/pa_string.h, main/untaint.C:
16153: untaint compiled
16154:
16155: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16156: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16157: more compiled. struck with string::store_to needing to know
16158: source/client charsets
16159:
16160: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16161: types/pa_vfile.h: uue compiled
16162:
16163: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16164: table compiled
16165:
16166: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16167: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16168:
16169: * src/: include/pa_charset.h, main/pa_charset.C,
16170: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16171: introduced]
16172:
16173: * src/: classes/date.C, include/pa_charset.h,
16174: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16175: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16176: pa_charsets compiled
16177:
16178: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16179: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16180:
16181: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16182: common compiled
16183:
16184: * src/: include/pa_charsets.h, main/pa_charsets.C,
16185: main/pa_sql_driver_manager.C: pa_charsets compiled
16186:
16187: * src/: include/pa_array.h, include/pa_charset.h,
16188: include/pa_charsets.h, include/pa_pool.h,
16189: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16190: include/pa_stack.h, include/pa_string.h,
16191: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16192: sql_driver_manager compiled
16193:
16194: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16195: letter i with two dots added to koi, all ukranian letters added
16196: to win1251.
16197:
16198: typographic simbol 0xb9 deleted from win1251 [strange one & were
16199: abscent from koi]
16200:
16201: 2003-01-27 paf
16202:
16203: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16204: include/pa_sql_driver_manager.h, include/pa_string.h,
16205: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16206: sql/pa_sql_driver.h: paused on sql_manager
16207:
16208: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16209: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16210: include/pa_stack.h, main/pa_sql_driver_manager.C,
16211: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16212:
16213: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16214: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16215: include/pa_table.h, main/pa_sql_driver_manager.C,
16216: main/pa_table.C: table compiled
16217:
16218: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16219: cache_managers compiled
16220:
16221: * src/: include/pa_array.h, include/pa_charset.h,
16222: include/pa_pool.h, main/pa_charset.C: charset compiled
16223:
16224: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16225:
16226: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16227: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16228: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16229: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16230: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16231:
16232: 2003-01-24 paf
16233:
16234: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16235: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16236: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16237: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16238: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16239: types/pa_vint.h, types/pa_vjunction.h,
16240: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16241: types/pa_vstatus.h, types/pa_vstring.h: more patched
16242:
16243: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16244: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16245: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16246: main/pa_string.C, main/pa_table.C: string compiled
16247:
16248: * src/: include/pa_array.h, include/pa_common.h,
16249: include/pa_dictionary.h, include/pa_exception.h,
16250: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16251: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16252: main/pa_string.C: dictionary compiled
16253:
16254: 2003-01-23 paf
16255:
16256: * src/: include/pa_array.h, include/pa_common.h,
16257: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16258: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16259: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16260: types/pa_value.h: resurrected pool in new sense: now it's
16261: factory, producing&accounting memory chunks for read[autofree]
16262: buffers
16263:
16264: * src/: include/pa_array.h, include/pa_exception.h,
16265: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16266: main/pa_exception.C, main/pa_table.C: table compiled
16267:
16268: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16269: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16270: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16271: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16272: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16273: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16274: main/pa_table.C: aint that easy
16275:
16276: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16277: main/main.dsp: continued with Hash
16278:
16279: * src/main/pa_common.C: connect_string allocated on heap[wes on
16280: stack] now. and exception can be reported OK now [can be reported
16281: outside of pro c with that stack]
16282:
16283: 2003-01-22 paf
16284:
16285: * src/: include/pa_array.h, include/pa_charset.h,
16286: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16287: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16288: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16289: base: contains references_count. auto_ptr template calls
16290: add_ref/release
16291:
16292: 2003-01-21 paf
16293:
16294: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16295: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16296: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16297: classes/op.C, classes/response.C, classes/string.C,
16298: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16299: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16300: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16301: include/pa_config_fixed.h, include/pa_config_includes.h,
16302: include/pa_dictionary.h, include/pa_dir.h,
16303: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16304: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16305: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16306: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16307: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16308: include/pa_stack.h, include/pa_string.h,
16309: include/pa_stylesheet_connection.h,
16310: include/pa_stylesheet_manager.h, include/pa_table.h,
16311: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16312: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16313: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16314: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16315: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16316: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16317: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16318: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16319: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16320: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16321: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16322: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16323: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16324: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16325: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16326: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16327: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16328: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16329: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16330: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16331: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16332: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16333: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16334: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16335: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16336: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16337: types/pa_vstateless_object.h, types/pa_vstatus.C,
16338: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16339: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16340: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16341: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16342: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16343: 2002->2003
16344:
16345: 2003-01-16 paf
16346:
16347: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16348: src/main/pa_globals.C: http:// introducing $.any-status(1)
16349:
16350: * operators.txt, src/include/pa_config_fixed.h,
16351: src/main/pa_common.C: http request now return status. and not
16352: fail on status!=200
16353:
16354: 2003-01-15 paf
16355:
16356: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16357:
16358: 2003-01-14 paf
16359:
16360: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16361: mkinstalldirs: removed some ancient files [they in / really]
16362:
16363: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16364: regretfully needed patch in two places. in config_fixed.h made
16365: stubs for lib to compile in MSVC
16366:
16367: 2003-01-13 paf
16368:
16369: * config.guess, config.sub, ltmain.sh: removed last piece of
16370: configure.in(libtool) hacks
16371:
1.116 moko 16372: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16373: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16374: ltdl.h: moved to latest libtool (1.4.3)
16375:
16376: 2003-01-10 paf
16377:
16378: * src/lib/ltdl/: configure, configure.in: PROG_NM
16379:
16380: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16381: patches. libxml2 >= 2.5.1
16382: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16383: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16384: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16385:
16386: * INSTALL: moved to latest versions of xml libs libxml2 >=
16387: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16388: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16389: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16390:
16391: 2003-01-09 paf
16392:
16393: * INSTALL: xml,xslt,gdome lib urls updated
16394:
16395: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16396: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16397: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16398: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16399: 1.7.2
1.95 moko 16400:
16401: * depcomp: moving to automake 1.7.2
16402:
16403: 2002-12-27 paf
16404:
16405: * src/include/pa_version.h: 0007
16406:
16407: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16408: outdated parts, made links to language docs
16409:
16410: * src/include/pa_config_auto.h.in: comment
16411:
16412: 2002-12-26 paf
16413:
16414: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16415: not contain trailing / fixed.
16416:
16417: * INSTALL: changing SAFE_MODE politics
16418:
16419: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16420:
16421: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16422:
16423: 2002-12-25 paf
16424:
16425: * src/main/pa_globals.C: optimized-xml
16426:
16427: * src/main/pa_globals.C: optimized-as-is
16428:
16429: 2002-12-24 paf
16430:
16431: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16432: fixed [were really called with zero size when .html?a=&b=]
16433:
16434: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16435: with --with-sendmail
16436:
16437: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16438: fixed]
16439:
16440: 2002-12-23 paf
16441:
16442: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16443: ignoring parameters & were storing only string with default
16444: expires
16445:
16446: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16447: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16448: December 23, 2002 4:22 AM Subject: bug â
16449: Charset::transcode_buf2xchar
16450:
16451: 2002-12-20 paf
16452:
16453: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16454: non-cgi [script] runs
16455:
16456: 2002-12-19 paf
16457:
16458: * INSTALL: --without-iconv recommended [it crashes on some systems
16459: [tested on elik]] moreover, it's not needed there [parser
16460: registers charsets itself]
16461:
16462: * INSTALL: --without-iconv recommended [it crashes on some systems
16463: [tested on elik]]
16464:
16465: * operators.txt, src/include/pa_globals.h,
16466: src/include/pa_request.h, src/main/pa_globals.C,
16467: src/main/pa_request.C: $response:download
16468:
16469: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16470: compiler [win32]].
16471:
16472: 2002-12-18 paf
16473:
16474: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16475:
16476: 2002-12-17 paf
16477:
16478: * src/targets/cgi/parser3.C: merged die&iis changes
16479:
16480: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16481: to exit(1) 2. more flexible iilegal call check
16482:
16483: 2002-12-16 paf
16484:
16485: * ltmain.sh: some automakes silly insist on having this handy
16486:
16487: * src/main/untaint.C: filespec russian small 'r' changed to latin
16488: 'p' bug fix
16489:
16490: 2002-12-15 paf
16491:
16492: * src/main/untaint.C: filespec russian small 'r' changed to latin
16493: 'p'
16494:
16495: * configure.in, src/include/pa_config_auto.h.in,
16496: src/main/compile.C, src/main/pa_common.C: merged small changes
16497: from branch 6 to HEAD
16498:
16499: * src/main/compile.C: removed warning
16500:
16501: * src/main/pa_common.C: ftruncate having checked
16502:
16503: * configure.in, src/include/pa_version.h: new version
16504:
16505: 2002-12-14 paf
16506:
16507: * src/classes/table.C: removed unnecessary code
16508:
16509: * src/sql/pa_sql_driver.h: exception type fixed
16510:
16511: 2002-12-09 paf
16512:
16513: * src/types/pa_vvoid.h: $void.store[now] error
16514:
16515: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16516:
16517: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16518: tries to write core dump
16519:
16520: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16521:
16522: * src/: classes/hash.C, classes/string.C, classes/table.C,
16523: classes/void.C, main/pa_sql_driver_manager.C,
16524: sql/pa_sql_driver.h: changed exception handling mech in sql
16525: handlers #2
16526:
16527: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16528: exception handling mech in sql handlers
16529:
16530: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16531: handlers
16532:
16533: * src/: classes/hash.C, classes/string.C, classes/table.C,
16534: classes/void.C, main/pa_sql_driver_manager.C,
16535: sql/pa_sql_driver.h: changed exception handling mech in sql
16536: handlers
16537:
1.116 moko 16538: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16539: to write makefile which used libtool to install things, which is
16540: not needed
1.95 moko 16541:
16542: 2002-12-06 paf
16543:
16544: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16545: $hash.fields -- pseudo field to make 'hash' more like 'table'
16546:
16547: 2002-12-05 paf
16548:
16549: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16550: cc/bcc OK now
16551:
16552: * src/main/untaint.C: mail header closed properly
16553:
16554: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16555: header ',' allowed. still bugs in smtp [only one receiptient
16556: works, cc, bcc ignored now, and MAILED ;)]
16557:
16558: [strncpy killed, memnchr used]
16559:
16560: * src/main/pa_table.C: table-copy now current=0
16561:
16562: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16563: lowlevel proc
16564:
16565: * src/targets/cgi/parser3.C: more checks on
16566: http://domain/parser.cgi start [maybe some getenv returns "",
16567: checked that now
16568:
16569: * src/targets/cgi/parser3.C: more checks on
16570: http://domain/parser.cgi start [maybe some getenv returns "",
16571: checked that now
16572:
16573: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16574: out-of-mem errors reached log]
16575:
16576: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16577: mail:send MIME-Version default
16578:
16579: * src/main/main.dsp: pa_version included into main.dsp
16580:
16581: 2002-12-04 paf
16582:
16583: * src/types/pa_vform.C: $form:field string value cut by premature 0
16584:
16585: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16586: lib/libltdl -> lib/ltdl Win32 changes. s
16587:
16588: * src/classes/classes.awk: more strict *.C$
16589:
16590: * gnu.dsp: restored
16591:
1.116 moko 16592: * configure.in, gnu.dsp, src/lib/Makefile.am,
16593: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16594: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16595: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16596: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16597: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16598: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16599: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16600: now created with /configure, not ltdl/configure, so it does have
16601: no problems with automake. ltdl/configure
16602: AC_OUTPUT(Makefile<<removed)
1.95 moko 16603:
16604: 2002-12-02 paf
16605:
16606: * operators.txt: removed outdated status:db
16607:
16608: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16609: src/main/pa_common.C, src/main/pa_request.C,
16610: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16611: tainted parts becomes http-header
16612:
16613: 2002-11-29 paf
16614:
16615: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16616: dates now objects of type date
16617:
16618: * src/classes/image.C: file.seek removed [it were used in image.C
16619: only, and for parser user this means that jpeg image has bad
16620: size in fragment's header] now used image.format
16621:
16622: * src/: include/pa_common.h, main/pa_common.C,
16623: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16624: now handled exactly like $response:header values. e.g. can be
16625: hash [can have subattributes] & contain date values.
16626:
16627: * src/main/pa_common.C: http:// param values lang forced URI
16628:
16629: * src/main/pa_common.C: http:// tainted partes now %xx
16630:
16631: 2002-11-28 paf
16632:
16633: * operators.txt: http.timeout
16634:
16635: * src/classes/image.C: ^image.length now counts interchar space.
16636: plus space after last char
16637:
16638: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16639:
16640: * src/classes/image.C: ^image.font width measurer now scans full
16641: height [were -1]
16642:
16643: * configure.in: stopped double libltdl/Makefile generation
16644:
16645: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16646: chars [one top horizontal line of 1pixel height were missing]
16647:
16648: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16649: 'false' to go into (Hash *) parameter
16650:
16651: 2002-11-27 paf
16652:
16653: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16654: types/pa_vmail.C: response:body[file] if file nows it's name now
16655: returns content-disposition: >>attachment<<
16656:
16657: * src/classes/image.C: ^image.font << bad font file-size now
16658: properly reported
16659:
16660: 2002-11-26 paf
16661:
16662: * src/main/pa_request.C: fixed lang in reponse header
16663:
16664: * src/main/pa_common.C: utf8 prefix ignored @read text
16665:
16666: * operators.txt, src/main/pa_common.C: http:// response status!=200
16667: made exception: http.status with source=bad status#
16668:
16669: 2002-11-25 paf
16670:
16671: * configure.in, src/classes/image.C,
16672: src/include/pa_config_auto.h.in,
16673: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16674: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16675: const void related probs fixed
1.95 moko 16676:
16677: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16678:
16679: $file[^file::load[http://there]] $file.SERVER
16680:
16681: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16682: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16683: http options [invalid onces now reported] made default
16684: user-agent: paf
16685:
16686: * operators.txt, src/classes/file.C, src/classes/table.C,
16687: src/classes/xdoc.C, src/include/pa_common.h,
16688: src/include/pa_globals.h, src/main/pa_common.C,
16689: src/main/pa_globals.C, src/main/pa_request.C,
16690: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16691: now understand http:// prefix and additional params, sample:
16692: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16693: $.USER-AGENT[parser3] ]]
16694:
16695: 2002-11-22 paf
16696:
16697: * src/classes/image.C, src/include/pa_globals.h,
16698: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16699: src/types/pa_vimage.h, operators.txt: $image.exif support
16700: $image.exif.DateTime & co
16701:
16702: 2002-11-21 paf
16703:
16704: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16705: _PASS_APPENDED)
16706:
16707: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16708: EXIF information [were big block and it's size were considered
16709: negative :(]
16710:
16711: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16712: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16713: internals rewritten. no there's reader.seek, and all's ready for
16714: EXIF extraction [now we fail to measure files with EXIF info]
16715:
16716: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16717: O_TRUNC truncates even exclusevely write-locked file [thanks to
16718: Igor Milyakov <virtan@rotabanner.com> for discovering]
16719:
16720: 2002-11-20 paf
16721:
16722: * src/targets/cgi/parser3.C: logging @signal += query_string
16723:
16724: * configure.in, src/include/pa_config_auto.h.in,
16725: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16726: comment
16727:
16728: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16729:
16730: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16731: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16732: currently processed document SIGPIPE >> interrupts request
16733: processing [exception = DB rollback]
16734:
16735: * src/main/pa_exec.C: comment
16736:
16737: * src/main/pa_exec.C: pa_exec: data written only if size>0
16738:
16739: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16740: << disable HTTP-POST repassing
16741:
16742: * src/: include/pa_config_fixed.h, main/pa_common.C,
16743: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16744: pipe read errors now checked
16745:
16746: 2002-11-19 paf
16747:
16748: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16749: CGI: Illegal call
16750:
16751: 2002-11-01 paf
16752:
16753: * src/main/execute.C: comment
16754:
16755: 2002-10-31 paf
16756:
16757: * src/main/execute.C: found out why, checked that for now. todo:
16758: find out a way for that user could do that
16759:
16760: * src/types/pa_vstateless_object.h: object put replaces static
16761: parent if any
16762:
16763: * src/types/pa_vobject.C: object put replaces static parent if any
16764:
16765: * src/: classes/form.C, classes/mail.C, classes/op.C,
16766: classes/xnode.h, main/compile.tab.C, main/execute.C,
16767: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16768: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16769: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16770: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16771: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16772: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16773: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16774: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16775: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16776: types/pa_vstateless_object.h, types/pa_vstatus.C,
16777: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16778: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16779: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16780: types/pa_wwrapper.h: static fix merged
16781:
16782: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16783: $virtual_fields in dynamic, but one can reach derived
16784: static[class] variable from base
16785:
16786: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16787: types/pa_vobject.C, types/pa_vobject.h,
16788: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16789: statics, left $virtual_fields in dynamic
16790:
16791: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16792: one can't remember derivates in base class: there's so many of
16793: them. also there can be no virtual method calls in static
16794: classes
16795:
16796: * src/: classes/form.C, classes/mail.C, classes/op.C,
16797: classes/xnode.h, main/execute.C, main/pa_request.C,
16798: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16799: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16800: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16801: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16802: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16803: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16804: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16805: types/pa_vresponse.C, types/pa_vresponse.h,
16806: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16807: types/pa_vstateless_object.h, types/pa_vstatus.C,
16808: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16809: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16810: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16811: types/pa_wwrapper.h: static call $self fixed
16812:
16813: * src/main/execute.C: comment
16814:
16815: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16816: ^process[$caller.self]{...} now compiles to last derived object
16817: part of that 'self'
16818:
16819: 2002-10-29 paf
16820:
16821: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16822: re-passing [iis to blame]
16823:
16824: * src/classes/string.C: changed string.save to pass current sql
16825: connection to cstr thus one can ^connect[some server]{
16826: $s[insert into table x (x) values (^taint[sql]{value})]
16827: ^s.save[some.sql] } and he'd get in some.sql file code with
16828: properly escaped. [tried in mssql->mysql export->import of
16829: binary data]
16830:
16831: 2002-10-25 paf
16832:
16833: * src/types/pa_vresponse.C: case insensitive response user fields
16834: get/put
16835:
16836: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16837: types/pa_vresponse.C: saving for maybe-future
16838:
16839: 2002-10-23 paf
16840:
16841: * operators.txt, src/classes/table.C: ^table.hash{code}...
16842: ^table.hash(expr)...
16843:
16844: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16845:
16846: 2002-10-22 paf
16847:
16848: * src/types/: pa_vform.C, pa_vform.h: removed needless
16849: VForm::Append...(...Value)
16850:
16851: * src/main/execute.C: $.name outside of $name[...] checked
16852:
16853: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16854: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16855:
16856: 2002-10-21 paf
16857:
16858: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16859: $form:qtail $form:imap.x/y
16860:
16861: * operators.txt, src/types/pa_vform.C: $form:nameless =
16862: "?value&...", "...&value&...", "...&value"
16863:
16864: * operators.txt, src/types/pa_vform.C: $form:image-map
16865:
16866: * operators.txt, src/classes/file.C: /some/page.html:
16867: ^file:fullpath[a.gif] => /some/a.gif
16868:
16869: 2002-10-17 paf
16870:
16871: * src/main/: compile.tab.C, compile.y: operators precedence changed
16872: a little: logical not and bitwise negation precedence made
16873: highest, << and >> bitshits precedence made equal [were << higher
16874: than >>]
16875:
16876: * src/classes/op.C: exception handling fixed [were bad with
16877: contexts]
16878:
16879: 2002-10-16 paf
16880:
16881: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16882: main/pa_request.C: Request::self considered equal to
16883: VMethodFrame::self, and removed, Request::get_self() mapped to
16884: VMethodFrame.self()
16885:
16886: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16887: $hash in open field now gives old good error meesage
16888:
16889: 2002-10-15 paf
16890:
16891: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16892: use ^if($junction is junction){was and now true}
16893:
16894: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16895: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16896: types/pa_vxnode.C: xml->parser strings now have origin, which
16897: points to place where value left xml library and came to parser:
16898: place of dom field extraction/call
16899:
16900: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16901: main/compile.tab.C, main/compile.y, main/execute.C,
16902: types/pa_vmethod_frame.h: removed last pieces of old code
16903: allowing $junction.xxx at compile time
16904:
16905: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16906: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16907: objects also considered [were only classes]
16908:
16909: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16910: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16911: with CLASS self. [ (request&method_frame).self temporarily
16912: changed ]
16913:
16914: * src/classes/: hash.C, op.C: method_frame now always changed, with
16915: no exception to native calls. for&foreach changed to use
16916: method_frame.caller for their var's name context
16917:
16918: * src/: main/execute.C, targets/cgi/parser3.C,
16919: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16920: compiling to system classes disabled
16921:
16922: * operators.txt, src/classes/op.C:
16923: ^process[$caller.CLASS]{code-string} added
16924:
16925: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16926: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16927: src/types/Makefile.am, src/types/pa_vjunction.C,
16928: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16929: src/types/types.dsp: removed $junction.get $junction.set[]
16930: introducing $caller
16931:
16932: * src/types/pa_value.h: removed outdated comments. doxygen would
16933: find them lower by inheritance tree
16934:
16935: * src/types/pa_vjunction.C: ident
16936:
16937: 2002-10-14 paf
16938:
16939: * src/classes/op.C: process compiles to code's class class
16940:
16941: * src/: classes/form.C, classes/mail.C, classes/op.C,
16942: include/pa_request.h, main/compile.C, main/compile.tab.C,
16943: main/compile.y, main/execute.C, main/pa_request.C,
16944: types/pa_vstateless_class.h: operators now main-class-methods
16945:
16946: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16947: better stack trace [has "call" & co there]
16948:
16949: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16950: operators @auto now executed in MAIN context
16951:
16952: * src/main/execute.C: operator execution context now = MAIN, not
16953: closest stack frame
16954:
16955: @touchit[] $i[after]
16956:
16957: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16958: were 'after'
16959:
16960: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16961: 'after'
16962:
16963: * src/main/execute.C: comment
16964:
16965: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16966: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16967: action]
16968:
16969: * src/types/pa_vxnode.C: misreplace fixed
16970:
16971: * configure, configure.in, src/include/pa_config_auto.h.in,
16972: src/types/pa_vstatus.C, operators.txt:
16973: $status:rusage.tv_secs/usecs introduced
16974:
16975: 2002-10-09 paf
16976:
16977: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16978: on empty string [or uses (default)]
16979:
16980: 2002-10-08 paf
16981:
16982: * src/main/untaint.C: mail header quoted printable changed after
16983: RFC reread
16984:
16985: * operators.txt: plan on ^if(method
16986:
16987: * src/types/pa_vxnode.C: misreplace
16988:
16989: 2002-09-24 paf
16990:
1.116 moko 16991: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16992:
16993: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16994: mailreceive would compile on freebsd now
16995:
16996: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16997: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16998: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16999: mailreceive would compile on freebsd now
1.95 moko 17000:
17001: * src/: classes/file.C, main/untaint.C: 1. file spec language
17002: changed: now there are only few chars are untainted: * ? ' " < >
17003: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17004: one should use ^untaint[uri]{...} now]
17005:
17006: 2. $list[^file:list[dir]] now returns simply tainted names in
17007: $list.name, not tainted as filespec
17008:
17009: @russianindex[] #dir with files with russian-lang names
17010: $where[dir]
17011:
17012: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17013: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17014:
17015: 2002-09-23 paf
17016:
17017: * src/types/pa_vdouble.h: double->int round added
17018:
17019: * src/classes/date.C: date bug fix, now
17020: round(floatDays*secondsPerDay)
17021:
17022: * src/classes/date.C: date bug fix, now
17023: round(floatDays*secondsPerDay)
17024:
17025: 2002-09-20 paf
17026:
17027: * src/main/execute.C: code junction calls disabled [before: code
17028: was compiled in such a way, that there were no code-junctions in
17029: OP_CALL]
17030:
17031: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17032:
17033: @badjunctioncallinside[code] ^code[]
17034:
17035: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17036: expanding to include ^junction.method
17037:
17038: * src/main/pa_common.C: -d "DIR/" now true
17039:
17040: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17041: as internal xdoc encoding, and after decoding attributes set by
17042: dom functions now encoded OK, not as digital entities
17043:
17044: * src/classes/xdoc.C: empty transform result, being taken as file
17045: now returns empty file, not raises stupid error about "stat-ed
17046: file"
17047:
17048: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17049: allowed
17050:
17051: * src/types/types.dsp: introducing $junction.get/put(1) one can
17052: write iterators now:
17053:
17054: ^user-foreach[key;value]{$key=$value<br>}
17055:
17056: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17057: $code.value($i*2) $code }
17058:
17059: * src/main/compile_tools.h: mistype
17060:
1.116 moko 17061: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17062: thus taking linking options configure changes into account [were:
17063: ignoring]
1.95 moko 17064:
17065: * src/types/: pa_vjunction.C, Makefile.am: introducing
17066: $junction.get/put(1) one can write iterators now:
17067:
17068: ^user-foreach[key;value]{$key=$value<br>}
17069:
17070: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17071: $code.value($i*2) $code }
17072:
17073: * src/: include/pa_opcode.h, include/pa_request.h,
17074: main/compile.tab.C, main/compile.y, main/execute.C,
17075: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17076: introducing $junction.get/put(1) one can write iterators now:
17077:
17078: ^user-foreach[key;value]{$key=$value<br>}
17079:
17080: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17081: $code.value($i*2) $code }
17082:
17083: 2002-09-19 paf
17084:
1.116 moko 17085: * Makefile.am: new: make commit
1.95 moko 17086:
17087: * aclocal.m4: forced to be older
17088:
17089: 2002-09-18 paf
17090:
17091: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17092: src/main/compile.y, src/main/execute.C: << >> int shifts
17093:
17094: * src/: include/pa_common.h, include/pa_request.h,
17095: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17096: - now this - fatal error
17097:
17098: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17099: that one can pass binary data there
17100:
17101: * src/: classes/date.C, classes/double.C, classes/file.C,
17102: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17103: classes/op.C, classes/response.C, classes/string.C,
17104: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17105: include/pa_request.h: pa_request contexts made privated, plus
17106: get_{self/method_frame} to read. Request_context_saver used in
17107: ^try to save flang too. [were not saved]
17108:
17109: * src/types/pa_vresponse.C: header value chains joined before
17110: output, this should help $.subject[$var $var] from being
17111: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17112:
17113: 2002-09-17 paf
17114:
17115: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17116: removed changes, operators executed with calling self. lots of
17117: code with ^include code relies on defined/defining self variables
17118:
17119: $a[1] ^include[print_a.p] print_a.p: $a
17120:
17121: ^include[set_a.p] a=$a set_a.p: $a[1]
17122:
17123: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17124: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17125: types/pa_vstateless_class.h: operators now executed with MAIN
17126: self. it's for ^include sake, too strong a change
17127:
17128: * src/classes/op.C: made place for ^process to compile it's code to
17129: in case of no self
17130:
17131: * src/main/execute.C: found ancient param to Junction, removed.
17132: allowed passing self to native_code_operators [for ^process to
17133: work, she needs self]
17134:
17135: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17136: types/pa_vstateless_class.h: found ancient param to Junction,
17137: removed. allowed passing self to native_code_operators [for
17138: ^process to work, she needs self]
17139:
17140: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17141: types/pa_value.h, types/pa_vmethod_frame.h,
17142: types/pa_vstateless_class.h: allowed Request.self to be 0,
17143: checked that in VMethodFrame get/put and $self.
17144:
17145: * src/classes/: table.C, xdoc.C: table::sql options table::create
17146: copy options options checked, wrong option now fatal error
17147:
17148: * src/main/pa_string.C: string.replace fixed [were missing words on
17149: pieces boundaries]
17150:
1.150 moko 17151: * configure, configure.in: .so now detected [can be .sl on hpux,
17152: .dll on cygwin, .so in other cases)
1.95 moko 17153:
17154: * configure, configure.in: .so now detected [can be .sl on hpux,
17155: .dll on cygwin, .so in other cases)
17156:
17157: * operators.txt, src/classes/hash.C, src/classes/table.C,
17158: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17159: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17160: record taken [were last]
17161:
17162: * src/: classes/hash.C, classes/table.C,
17163: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17164: now errors
17165:
17166: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17167:
17168: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17169: ,2,3]
17170:
17171: 2002-09-16 paf
17172:
17173: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17174: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17175: stdout to be binary. now detected closest header break.
17176:
17177: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17178: closed right
17179:
17180: 2002-09-13 paf
17181:
17182: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17183: src/main/compile_tools.h: (expression #comment)
17184:
17185: (multiline expression #comment line2 #comment )
17186:
17187: (expression #comment with (brackets) comment) << OK
17188:
17189: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17190: bitwise !|| numerical xor now [preparing for expression
17191: #comments]
17192:
17193: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17194: error
17195:
17196: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17197: cheched in pa_socks.C
17198:
1.116 moko 17199: * configure, configure.in, src/include/pa_config_auto.h.in:
17200: HAVE_WINSOCK_H created in configure.in
1.95 moko 17201:
17202: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17203: cookie date now clean [were mistakenly tainted & that worked bad
17204: with opera -- 'happily' that worked OK with msie]
17205:
17206: 2002-09-12 paf
17207:
17208: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17209: VClass get_element now first looks to fields, next to methods &
17210: co todo: the rest reason: more speed
17211:
17212: * src/main/untaint.C: quoted printable encoding stops before
17213: \s*<...>$
17214:
17215: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17216: stops before <...>$
17217:
17218: 2002-09-11 paf
17219:
17220: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17221: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17222: forgot to check users of those funcs. not all were using that
17223: return value convention
17224:
17225: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17226: windows-1254 added
17227:
17228: 2002-09-10 paf
17229:
17230: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17231: VCodeFrame parent param were specified badly
17232:
17233: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17234: WWrapper which used in constructing objects(second param to sql
17235: method) ^...sql{}[$.default{code}] now has parent, wich helps
17236: code in hash to survivi
17237:
17238: * src/: include/pa_request.h, main/execute.C: removed redundant
17239: param to execute [stack said 'thanks']
17240:
17241: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17242: types/pa_value.h, types/pa_vcode_frame.h,
17243: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17244: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17245: responsibility to wcontext
17246:
17247: * src/classes/file.C: decided not to log exec's with stderr, that
17248: could be warnings, and it's up to scritper to log/show them
17249:
17250: * src/: classes/double.C, main/execute.C: double:sql badly called
17251: write_assign_lang, not write_no_lang, thus doing unnecessary
17252: double/string converstion, which were loosing time&precesion
17253:
17254: * src/: main/pa_charset.C, types/pa_vmail.C:
17255: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17256: case of unfinished in buffer processing, causing accidental
17257: transcode stop [in case that source enc != utf-8 & there is
17258: incomplete utf-8 sequence at the end of 16000block iside of
17259: libxml lib] tfm readed & code updated
17260:
17261: 2002-09-04 paf
17262:
17263: * configure: makes with sjlj
17264:
17265: * INSTALL, src/include/pa_config_fixed.h,
17266: src/include/pa_sql_connection.h,
17267: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17268: checked. on win32 it made default
17269:
17270: * src/include/pa_config_auto.h.in: sjlj define
17271:
17272: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17273: can not work with longjump/throw pair, and one must switch that
17274: on there. todo: detect that automatically]
17275:
17276: * src/types/pa_vxnode.C: removed too strong checks of
17277: xnode.elements. now, for instance, if element does not have any
17278: attributes, $xnode.attributes is void, not error
17279:
17280: 2002-09-02 paf
17281:
17282: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17283: removed double_result, didn't help
17284:
17285: * src/main/execute.C: double_result made to move that var away from
17286: hungry g++ optimizer (-O2), before: it were optimized and
17287: comparison operators worked badly
17288:
17289: * src/types/pa_vdate.h: removed debug
17290:
1.116 moko 17291: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17292:
17293: * src/main/execute.C: fixed numeric < & co so that thay now use
17294: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17295: unknown reason.
17296:
17297: 2002-08-29 paf
17298:
17299: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17300: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17301: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17302: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17303: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17304: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17305: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17306: [called less frequent, allowed to remove ugly
17307: Junction.change_context-s from many places, switch,
17308: mail:send..html{}, ..] request.root renamed to method_frame [more
17309: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17310: [speed up]
17311:
17312: 2002-08-28 paf
17313:
17314: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17315: tainted
17316:
17317: * src/types/pa_vcookie.C: fixed cookie delete when
17318: $cookie:name[$.value[]]
17319:
17320: * operators.txt, src/classes/string.C:
17321: ^string.split[delim[;options]]
17322:
17323: 2002-08-27 paf
17324:
1.116 moko 17325: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17326:
17327: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17328: delimiter
17329:
17330: * INSTALL: recommended latest gmime 1.0.5
17331:
17332: 2002-08-26 paf
17333:
17334: * configure, configure.in: apache13/hook added to make dist.
17335:
17336: 2002-08-23 paf
17337:
17338: * src/: include/pa_common.h, main/pa_common.C,
17339: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17340: beside binary [cgi, isapi] not accessible [due to bad rights or
17341: whatever] it's error now
17342:
17343: 2002-08-21 paf
17344:
1.116 moko 17345: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17346:
17347: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17348: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17349: class". compiled as if here they named base class
17350:
17351: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17352: cloning constructor]
17353:
17354: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17355:
1.150 moko 17356: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17357: $mail.received.file.value.content-type fixed
17358:
17359: 2002-08-20 paf
17360:
17361: * src/classes/file.C: fixed language of file:file result
17362:
17363: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17364: from 3.0.0005
17365:
17366: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17367:
17368: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17369: 3.0.0005
17370:
17371: * src/classes/void.C, operators.txt: ^void.length[] = 0
17372:
17373: 2002-08-19 paf
17374:
17375: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17376: work now
17377:
17378: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17379: error in xnode, which were not catched in xdoc]
17380:
17381: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17382: prepared: // validate each document after load/create (?)
17383: //xmlDoValidityCheckingDefaultValue = 1;
17384:
17385: 2002-08-15 paf
17386:
17387: * src/classes/classes.h: write to static var caused useless
17388: Exception, introduced Methoded::put_element wich consumes those
17389:
17390: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17391: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17392: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17393: $response:field[date] $response:field[$.xxx[date]]
17394:
17395: * src/: classes/hash.C, classes/string.C, classes/table.C,
17396: classes/void.C, include/pa_sql_connection.h: fixed source of
17397: ^hash::sql{bad}
17398:
17399: * operators.txt: $request:body unprecessed POST request body
17400:
17401: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17402:
17403: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17404: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17405:
17406: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17407: src/include/pa_request.h, src/main/pa_pool.C,
17408: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17409: $request:body r.post_data now const
17410:
17411: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17412: classes/xnode.C, main/execute.C, types/pa_value.h,
17413: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17414: types/pa_vtable.h: instead of type() checking everywhere used
17415: Value.as now user descendants can be used in params.
17416:
17417: VObject::as_*, is_defined now taken from bases. xtable(table)
17418: ^if($xtable) now OK
17419:
17420: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17421: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17422: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17423:
17424: 2002-08-14 paf
17425:
17426: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17427: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17428: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17429: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17430: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17431: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17432: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17433: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17434: types/pa_vresponse.C, types/pa_vresponse.h,
17435: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17436: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17437: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17438: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17439: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17440: & VClass
17441:
17442: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17443:
17444: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17445: removed fixopt stupidity. on stupid linux use cd /document/root
17446: ../cgi/parser3 script
17447:
17448: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17449: params, splitting them by space, excluding argv[0], argv[argc-1]
17450:
17451: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17452: fixopt.h: fixopt now preprocesses command line params, splitting
17453: them by space, excluding argv[0], argv[argc-1]
17454:
17455: * src/targets/cgi/parser3.C: -f config file
17456:
17457: * src/targets/cgi/parser3.C: fixed .log file dir
17458:
17459: 2002-08-13 paf
17460:
17461: * src/types/pa_vobject.C: allow override parent variables, useful
17462: for form descendants [in vobject too, were in vclass]
17463:
17464: * src/types/pa_vclass.C: allow override parent variables, useful
17465: for form descendants
17466:
17467: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17468: overwritten in derived(table)
17469:
17470: * src/: classes/form.C, classes/mail.C, classes/op.C,
17471: classes/xnode.h, include/pa_request.h, main/execute.C,
17472: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17473: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17474: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17475: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17476: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17477: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17478: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17479: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17480: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17481: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17482: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17483: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17484: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17485: Value::get_element(..., bool looking_down) [needed to exclude
17486: endless recoursion]
17487:
17488: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17489: fix bug with put endless recoursion todo: check 'as'
17490:
17491: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17492: reorganized modules todo: fix bug with put endless recoursion
17493: todo: check 'as'
17494:
17495: * src/types/pa_vobject.h: checked: table fields can be overwritten
17496: in derived(table)
17497:
17498: * src/types/pa_vobject.h: derived classes can have fields of their
17499: own now
17500:
17501: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17502: fixed error message on using non-created table
17503:
17504: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17505: classes/op.C, classes/xnode.h, include/pa_request.h,
17506: main/compile.C, main/compile.tab.C, main/execute.C,
17507: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17508: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17509: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17510: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17511: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17512: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17513: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17514: types/pa_vresponse.C, types/pa_vresponse.h,
17515: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17516: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17517: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17518: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17519: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17520: looking down/up tree todo: fix error message on non-constructed
17521: parents
17522:
17523: 2002-08-12 paf
17524:
17525: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17526: derived OK
17527:
17528: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17529: thorough testing
17530:
17531: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17532: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17533: types/pa_vobject.h, types/pa_vstateless_class.h,
17534: types/pa_vstateless_object.h, types/pa_wcontext.h,
17535: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17536: ^base:create[] dynamic call rewritten todo: thorough testing
17537:
17538: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17539: now instantates base class, remembers it and saves child in
17540: parent VObject.get_class now returns last child = downward
17541: virtual calls OK
17542:
17543: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17544: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17545: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17546: types/pa_vobject.h, types/pa_vresponse.h,
17547: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17548: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17549: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17550: VAliased [redundant], moved $CLASS to VObject only [parser class
17551: instance]
17552:
17553: * src/main/pa_request.C: $response:body[file] content-type check
17554: fixed [were bad when content-type is hash]
17555:
17556: 2002-08-09 paf
17557:
17558: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17559: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17560:
17561: 2002-08-08 paf
17562:
17563: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17564: src/main/pa_globals.C: year column in month calendar [week year]
17565:
17566: * src/main/execute.C: error reporting on object writes to MAIN
17567: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17568:
17569: * operators.txt, src/types/pa_vdate.h: $date.yearday
17570: $date.daylightsaving
17571:
17572: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17573: use tainted data now. only she must specify the language.
17574:
17575: ^mail:send[ $.from[paf@mail.design.ru]
17576: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17577: $.text[^taint[uri][ìîñêâà]=] ]
17578:
17579: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17580: now prints more precise origin
17581:
17582: * src/include/pa_string.h: String::first_char now not fails on
17583: empty strings ^if(-f '') now ok and in 3 other places.
17584:
17585: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17586: String::first_char now not fails on empty strings ^if(-f '') now
17587: ok and in 3 other places.
17588:
17589: 2002-08-07 paf
17590:
17591: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17592: fixed
17593:
17594: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17595:
17596: * src/: main/execute.C, types/pa_vcode_frame.h,
17597: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17598: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17599: mistakenly not completely transparent to object writes.
17600: $hash[^if(1){$hash}] now works
17601:
17602: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17603: now erasing cache file [there were bad check on that]
17604:
17605: * src/: classes/classes.dsp, classes/table.C,
17606: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17607: all Debug dirs in .dsp now named 'Debug'
17608:
1.116 moko 17609: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17610:
17611: * operators.txt, src/classes/mail.C: exception_type email.send
17612:
17613: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17614:
17615: * src/types/pa_vmail.C: mail:send empty email checked
17616:
17617: 2002-08-06 paf
17618:
17619: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17620: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17621: ^table::create[$source;$.options] ^table::join[$source;$.options]
17622:
17623: * operators.txt, src/classes/hash.C, src/classes/string.C,
17624: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17625: # $.default() }
17626:
17627: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17628:
17629: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17630: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17631: $file.content-type [instead of .mime-type] now works for
17632: file::stat also
17633:
17634: * src/main/pa_request.C: case insensitive mime_type_of
17635:
17636: 2002-08-05 paf
17637:
17638: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17639:
17640: * src/types/pa_vmail.C: file buffer relocated to parser heap
17641:
17642: * operators.txt: comment on date:calendar week column
17643:
17644: * src/main/pa_common.C: write checked
17645:
17646: * src/main/: pa_common.C: write checked
17647:
17648: * src/classes/date.C: +1 buf size for stupid snprintfs
17649:
17650: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17651: month calendar week column [ISO 8601 Week Numbers]
17652:
17653: 2002-08-02 paf
17654:
17655: * src/: include/pa_config_fixed.h, main/pa_string.C,
17656: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17657: DEBUG*
17658:
17659: * configure, configure.in, src/include/pa_version.h: release
17660: 3_0_0005
17661:
17662: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17663: multipart post fixed
17664:
17665: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17666: response transcoded source->client only when text/* or simple
17667: onoverridden $response:body
17668:
17669: 2002-08-01 paf
17670:
17671: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17672: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17673: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17674: classes/op.C, classes/response.C, classes/string.C,
17675: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17676: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17677: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17678: include/pa_config_fixed.h, include/pa_dictionary.h,
17679: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17680: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17681: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17682: include/pa_socks.h, include/pa_sql_connection.h,
17683: include/pa_sql_driver_manager.h, include/pa_stack.h,
17684: include/pa_string.h, include/pa_stylesheet_connection.h,
17685: include/pa_stylesheet_manager.h, include/pa_table.h,
17686: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17687: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17688: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17689: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17690: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17691: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17692: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17693: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17694: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17695: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17696: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17697: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17698: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17699: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17700: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17701: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17702: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17703: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17704: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17705: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17706: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17707: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17708: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17709: types/pa_vmethod_frame.h, types/pa_vobject.h,
17710: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17711: types/pa_vresponse.h, types/pa_vstateless_class.C,
17712: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17713: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17714: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17715: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17716: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17717: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17718:
17719: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17720: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17721: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17722: classes/math.C, classes/op.C, classes/response.C,
17723: classes/string.C, classes/table.C, classes/void.C,
17724: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17725: include/pa_array.h, include/pa_cache_managers.h,
17726: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17727: include/pa_config_fixed.h, include/pa_config_includes.h,
17728: include/pa_dictionary.h, include/pa_dir.h,
17729: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17730: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17731: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17732: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17733: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17734: include/pa_stack.h, include/pa_string.h,
17735: include/pa_stylesheet_connection.h,
17736: include/pa_stylesheet_manager.h, include/pa_table.h,
17737: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17738: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17739: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17740: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17741: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17742: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17743: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17744: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17745: main/pa_sql_driver_manager.C, main/pa_string.C,
17746: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17747: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17748: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17749: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17750: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17751: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17752: targets/isapi/pool_storage.h, types/pa_valiased.C,
17753: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17754: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17755: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17756: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17757: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17758: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17759: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17760: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17761: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17762: types/pa_vresponse.C, types/pa_vresponse.h,
17763: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17764: types/pa_vstateless_object.h, types/pa_vstatus.C,
17765: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17766: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17767: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17768: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17769: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17770: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17771: types/Makefile.am: ident.C* removed
17772:
17773: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17774: file:find[/can/do/this/now.txt]
17775:
17776: * src/targets/cgi/parser3.C: usage to stdout now
17777:
17778: 2002-07-31 paf
17779:
17780: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17781:
17782: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17783: default "postmaster"
17784:
17785: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17786: -f postmaster now default sendmail key word "postmaster"
17787: replaced to $.from
17788:
17789: 2002-07-30 paf
17790:
1.116 moko 17791: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17792: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17793:
17794: * src/main/pa_charset.C: comment
17795:
17796: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17797: table, &#decimal;
17798:
17799: * src/main/pa_request.C: comment
17800:
17801: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17802: paragraf]
17803:
17804: 2002-07-11 paf
17805:
17806: * src/main/pa_exec.C: build command line badly added params twice
17807: [and first time without ' ']. double wrong. fixed.
17808:
17809: * src/main/pa_exec.C: invalid .exe caused error message with params
17810: wich parser did not provide = reported badly. fixed that.
17811:
17812: * src/classes/mail.C: $MAIL[ # xxx ]
17813:
17814: now ok
17815:
17816: * operators.txt: plan: sql detailed exception
17817:
17818: 2002-07-01 paf
17819:
17820: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17821: [MForm.configure_admin were called when request.main_class ==0
17822:
17823: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17824:
17825: * src/classes/form.C: content_length type fix
17826:
17827: 2002-06-30 paf
17828:
17829: * src/classes/mail.C: merged from 4
17830:
17831: * src/classes/mail.C: restored $MAIL
17832:
17833: 2002-06-28 paf
17834:
17835: * configure, configure.in: removed paths.h
17836:
1.116 moko 17837: * configure, src/include/pa_version.h,
1.95 moko 17838: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17839: merged, makes updated
17840:
17841: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17842: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17843: src/include/pa_pool.h, src/include/pa_version.h,
17844: src/main/pa_charset.C, src/main/pa_pool.C,
17845: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17846: src/types/pa_vmail.C: merged latest updates to head
17847:
17848: 2002-06-27 paf
17849:
17850: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17851: not error now
17852:
17853: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17854: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17855: src/main/pa_charset.C, src/main/pa_pool.C:
17856: ^xdoc::create[[uri]]... base uri for document being created,
17857: imports and other relative file names would be relative to this
17858: uri default uri=path_translated
17859:
17860: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17861:
17862: 2002-06-26 paf
17863:
17864: * configure, configure.in, src/include/pa_version.h:
17865: release_3_0_0004
17866:
17867: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17868: 0 now
17869:
17870: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17871:
17872: 2002-06-25 paf
17873:
17874: * src/main/pa_string.C: emtpy string, or string of whitespaces
17875: considered bad number now
17876:
17877: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17878: now
17879:
17880: * operators.txt, src/classes/string.C: ^string.normalize [old
17881: name: optimize
17882:
17883: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17884: library configured
17885:
17886: * src/main/pa_request.C: configure_admin forced if no @conf
17887:
1.150 moko 17888: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
17889: ^math:crypt updated to generate random salt when needed and to
17890: call system crypt() if not $apr1$ prefix
1.95 moko 17891:
17892: 2002-06-24 paf
17893:
17894: * INSTALL: --with-static/shared-mailreceive described
17895:
17896: * src/include/pa_config_fixed.h: ssize_t fixed
17897:
1.116 moko 17898: * configure, configure.in, src/include/pa_config_auto.h.in,
17899: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17900: src/types/pa_vmail.C: $mail:received makes update
17901:
17902: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17903: WITH_MAILRECEIVE
17904:
17905: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17906:
17907: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17908: option, for $mail:receive
17909:
17910: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17911: introducting $message:received ^mail:send rewritten with backward
17912: comp
17913:
17914: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17915: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17916: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17917: now
17918:
17919: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17920: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17921: src/include/pa_request.h, src/include/pa_string.h,
17922: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17923: src/main/pa_globals.C, src/main/pa_request.C,
17924: src/main/pa_string.C, src/main/pa_uue.C,
17925: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17926: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17927: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17928: uue to separate file introducting $message:received ^mail:send
17929: rewritten with backward comp
17930:
17931: 2002-06-21 paf
17932:
1.116 moko 17933: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17934: co changes
1.95 moko 17935:
1.116 moko 17936: * configure, configure.in, src/lib/md5/Makefile.am,
17937: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17938: restructure .in and .am files appropriate changes
1.95 moko 17939:
17940: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17941: pcre to libs/ added libs/md5 which is linked to non-apache
17942: targets ^math:crypt[password;$apr1$salt]
17943:
17944: * INSTALL, configure.in, operators.txt, parser3.dsw,
17945: src/Makefile.am, src/classes/Makefile.am,
17946: src/classes/classes.dsp, src/classes/math.C,
17947: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17948: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17949: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17950: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17951: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17952: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17953: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17954: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17955: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17956: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17957: src/lib/pcre/pcre_parser_ctype.dsp,
17958: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17959: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17960: src/main/compile.tab.C, src/main/main.dsp,
17961: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17962: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17963: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17964: to libs/ added libs/md5 which is linked to non-apache targets
17965: ^math:crypt[password;$apr1$salt]
17966:
17967: 2002-06-20 paf
17968:
1.150 moko 17969: * INSTALL, configure, configure.in, operators.txt,
17970: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
17971: src/include/pa_globals.h, src/include/pa_request.h,
17972: src/main/execute.C, src/main/pa_request.C,
17973: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17974: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
17975: file:justname&co & @auto/conf[filespec
1.95 moko 17976:
17977: * operators.txt, src/classes/file.C:
17978: !^file:dirname[/a/some.tar.gz]=/a
17979: !^file:dirname[/a/b/]=/a
17980: !^file:basename[/a/some.tar.gz]=some.tar.gz
17981: !^file:justname[/a/some.tar.gz]=some.tar
17982: !^file:justext[/a/some.tar.gz]=gz
17983:
17984: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17985: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17986: @conf/auto[filespec]
17987:
1.116 moko 17988: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17989:
1.150 moko 17990: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 17991: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17992: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17993:
17994: 2002-06-18 paf
17995:
17996: * configure, configure.in, src/include/pa_version.h: version to
17997: configure.in
17998:
17999: * INSTALL: reflected .conf.dist dir change
18000:
1.150 moko 18001: * Makefile.am, configure, configure.in,
1.116 moko 18002: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18003: .in & *.am updated
18004:
18005: * src/classes/file.C: strncasecmp
18006:
18007: * src/classes/file.C: strcasecmp
18008:
1.150 moko 18009: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18010:
18011: * src/classes/file.C: ^file::exec[script;$.bad error case
18012: insensitive check now
18013:
18014: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18015:
18016: * configure, configure.in, src/include/pa_pool.h,
18017: src/include/pa_types.h: pack configure.in detection simplified.
18018: figured out that gcc on sparc not that stupid as thought
18019: previously: on sparc: when it sees packed class it modifies it's
18020: field-access-code to byte operations [stb, ldub] instead of 4byte
18021: operations [st, lduh] so packed must be all parts of packed
18022: class, i.e. it's parents&fields(classes). for now it's only
18023: String that packed and what was wrong is that it's parent -
18024: Pooled, were not packed. fixed that.
18025:
18026: 2002-06-14 paf
18027:
18028: * operators.txt: more precise xml-to-text options
18029:
18030: * operators.txt, src/types/pa_vxnode.C: xnode
18031: attribute_node.name/value xnode pi.node.data
18032:
18033: 2002-06-12 paf
18034:
1.116 moko 18035: * configure, configure.in, src/targets/cgi/Makefile.am,
18036: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18037:
18038: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18039: src/include/pa_globals.h, src/include/pa_request.h,
18040: src/main/compile.tab.C, src/main/pa_globals.C,
18041: src/main/pa_request.C, src/targets/cgi/parser3.C,
18042: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18043:
18044: * src/classes/mail.C: sendmail -ti [default now]
18045:
18046: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18047: to be strings. for convinient #ing
18048:
18049: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18050: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18051:
18052: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18053: main/pa_globals.C, main/pa_request.C: @conf
18054:
18055: 2002-06-11 paf
18056:
18057: * src/classes/file.C: check simplified
18058:
18059: * src/: classes/file.C, targets/cgi/parser3.dsp,
18060: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18061: valid prefix
18062:
18063: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18064: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18065: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18066:
18067: 2002-06-10 paf
18068:
18069: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18070: src/main/pa_common.C: lock failures reported now
18071:
18072: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18073: string->double @ compile time were not-enough-checking...
18074:
18075: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18076: autoconvert now ignored
18077:
18078: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18079: check
18080:
18081: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18082: $response:body content-type:name
18083:
18084: * configure, configure.in: hpux check, nsl link, no socket
18085:
18086: * operators.txt: old merge conflict removed
18087:
18088: * configure, configure.in: pack even address access on sparc&co
18089: arch checked in configure
18090:
18091: * configure, src/include/pa_version.h: makes
18092:
18093: * configure, configure.in, src/include/pa_version.h: makes
18094:
18095: * src/main/untaint.C: (bug#2) mail subject got always prepended
18096: with charset even when all letters were 7bit one
18097:
18098: * src/main/pa_common.C: merged fixed -d (bug)
18099:
18100: * src/main/pa_common.C: fixed -d (bug)
18101:
18102: 2002-06-03 paf
18103:
18104: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18105: src/classes/classes.dsp, src/main/compile.tab.C,
18106: src/main/main.dsp, src/main/pa_globals.C,
18107: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18108: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18109: .dsp-s along with reorganized cvs modules dirs structure
18110:
18111: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18112: main/pa_globals.C, targets/cgi/parser3.dsp,
18113: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18114: modules
18115:
18116: 2002-05-28 paf
18117:
18118: * src/targets/cgi/parser3.C: info.uri now ""
18119:
18120: 2002-05-17 paf
18121:
18122: * src/classes/: table.C: ^table.save << checked empty
18123: pre/match/post columns
18124:
18125: 2002-05-16 paf
18126:
18127: * src/classes/image.C: image::measure can png now
18128:
18129: 2002-05-15 paf
18130:
18131: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18132: added
18133:
18134: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18135:
18136: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18137: %H[:%M[:%S]]]]]] [-%m now
18138:
18139: 2002-05-14 paf
18140:
18141: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18142:
18143: 2002-05-07 paf
18144:
18145: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18146: src/include/pa_globals.h, src/include/pa_request.h,
18147: src/include/pa_table.h, src/main/compile.tab.C,
18148: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18149: src/main/pa_request.C, src/main/pa_table.C,
18150: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18151: src/targets/isapi/parser3isapi.dsp,
18152: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18153: name2number field now &. main_method_name now on Request pool
18154: rather on global_pool [Junction+VJunction created on same pool as
18155: name = were created on global pool, causing mem leaks]
18156:
18157: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18158: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18159: main/compile.y, main/main.dsp, main/pa_globals.C,
18160: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18161: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18162: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18163: field now &. main_method_name now on Request pool rather on
18164: global_pool [Junction+VJunction created on same pool as name =
18165: were created on global pool, causing mem leaks]
18166:
18167: 2002-05-06 paf
18168:
18169: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18170: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18171: 100*40 bytes per request memory leak [nonpool malloc in globals]
18172:
18173: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18174: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18175: 100*40 bytes per request memory leak [nonpool malloc in globals]
18176:
18177: 2002-04-30 paf
18178:
18179: * configure, src/include/pa_version.h: version now not b
18180:
18181: * src/targets/cgi/parser3.C: request.uri now never 0
18182:
18183: 2002-04-29 paf
18184:
18185: * configure.in: removed b
18186:
18187: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18188: Exception::comment/type checked in (), no there's no empty
18189: type/comment by default
18190:
18191: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18192: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18193: src/doc/value.dox, src/include/pa_exception.h,
18194: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18195: 0001
18196:
18197: 2002-04-26 paf
18198:
18199: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18200: size reduced
18201:
18202: 2002-04-25 paf
18203:
18204: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18205: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18206: now that took into account
18207:
18208: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18209: 01:03:04]
18210:
18211: * ChangeLog, operators.txt, src/classes/date.C:
18212: ^date::create[2002-12-33 01:03:04]
18213:
18214: * ChangeLog: updated changelog
18215:
18216: * src/classes/table.C: removed restriction on column count to
18217: ^table.hash to work, now must be >0 [were >1]
18218:
18219: 2002-04-24 paf
18220:
18221: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18222: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18223: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18224: targets
18225:
18226: 2002-04-23 paf
18227:
18228: * operators.txt, src/classes/string.C:
18229: int/double/string:sql{}[$.default{code}] fixed [were barking:
18230: "junction used outside of context"]
18231:
18232: 2002-04-22 paf
18233:
18234: * types.txt, src/classes/string.C, src/include/pa_string.h,
18235: src/main/pa_string.C, src/types/pa_vstring.C,
18236: src/types/pa_vstring.h: ^string.optimize[]
18237:
18238: * src/: include/pa_globals.h, include/pa_table.h,
18239: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18240: table template
18241:
18242: * src/classes/: string.C: optimize removed from string
18243: .left/right/pos
18244:
18245: * src/main/execute.C: rolled back to
18246: before_killing_userjunction_contexts
18247:
18248: * src/main/execute.C: user junctions context killed
18249:
18250: * src/main/execute.C: junctions to local contexts got
18251: cleanized&checked later
18252:
18253: 2002-04-19 paf
18254:
18255: * src/: classes/string.C, include/pa_request.h,
18256: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18257: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18258: prior to .left .right .mid .pos .match when that is profitable,
18259: and always before .replace when $ORIGINS(1) optimization disabled
18260: economy from not wasting mem on lots of strings which occur by
18261: lots of String:mid calls to get parts of source string between
18262: found_occurances
18263:
18264: * src/classes/file.C: ovector now local economy: 16 bytes per
18265: ^file:list
18266:
18267: * src/: include/pa_globals.h, include/pa_table.h,
18268: main/pa_globals.C, main/pa_string.C: String::match table columns
18269: globalized, not created @ each ^match anymore economy:
18270: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18271:
18272: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18273: removed from each String::match replace iteration, and made
18274: stacked sizeof(VTable)=12bytes economy on each replace code
18275:
18276: * src/doc/footer.htm: 2001,
18277:
18278: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18279: string.match[]['] option enables generation of $match.prematch
18280: .match .postmatch columns
18281:
18282: * src/main/pa_string.C: String::match options analized without
18283: cstr-ing them now
18284:
18285: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18286: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18287: config updated to doxygen 1.2.15, created helper which fixes
18288: minor bugs in chm project files & htm tree. changed extension to
18289: .htm
18290:
18291: 2002-04-18 paf
18292:
18293: * src/doc/doxygen.cfg: .chi generation disabled
18294:
18295: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18296: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18297: fields&methods
18298:
18299: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18300: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18301: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18302: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18303: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18304: types/pa_vresponse.h, types/pa_vstateless_class.h,
18305: types/pa_vstateless_object.h, types/pa_vstatus.h,
18306: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18307: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18308: VStateless_class to VObject
18309:
18310: * src/: main/pa_request.C, types/pa_valiased.h,
18311: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18312: types/pa_vstring.h: VStateless_string_object speicalized light
18313: version of VStateless_object
18314:
18315: * src/classes/op.C: ^throw comment param made optional
18316:
18317: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18318: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18319: and implemented down in VClass, fclass_alias removed,
18320:
18321: * src/types/pa_value.C: forced to cut that from .h because of
18322: VStateless_class usage [undefined in .h]
18323:
18324: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18325: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18326: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18327: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18328: on each CALL]
18329:
18330: * src/: classes/classes.h, classes/date.C, classes/double.C,
18331: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18332: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18333: classes/response.C, classes/string.C, classes/table.C,
18334: classes/void.C, classes/xnode.C, include/pa_globals.h,
18335: include/pa_request.h, main/execute.C, main/pa_globals.C,
18336: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18337: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18338: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18339: types/pa_vstateless_class.h, types/pa_wcontext.C,
18340: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18341: removed Value::fname
18342:
18343: 2002-04-17 paf
18344:
18345: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18346: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18347: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18348: include/pa_pool.h, include/pa_types.h: dox updated to current
18349: state, PTHROW freshen to throw & co
18350:
18351: * src/types/pa_vhash.h: vstring wrong parent fixed
18352:
18353: * src/classes/op.C: taint local result var bug fixed
18354:
18355: 2002-04-16 paf
18356:
18357: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18358: Attic asm.txt as most interesting
18359:
18360: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18361: check, preventing content-length: 0 from appearing
18362:
18363: * src/main/execute.C: $result in @main now taken into account as in
18364: usual functions
18365:
18366: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18367: & @unhandled_exception now taken into account as in usual
18368: functions
18369:
18370: * src/doc/postbuild.txt: instructions on post .html build
18371:
18372: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18373:
18374: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18375: tainted
18376:
18377: * src/main/pa_request.C: uri in error log
18378:
18379: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18380: cheched date:create(days) param for validity [later were assumed
18381: valid and crashed on invalid onces]
18382:
18383: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18384: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18385: and used that for removing VString wrapper
18386:
18387: * src/classes/op.C: exception2vhash file now tainted
18388:
18389: * src/classes/op.C: _process pseudo origin copied from local var to
18390: heap
18391:
18392: * src/classes/op.C: extra check on empty file in origin in _execute
18393:
18394: 2002-04-15 paf
18395:
18396: * src/: main/execute.C, types/pa_value.h: fixed name update
18397:
18398: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18399: functions
18400:
18401: * src/: classes/file.C, classes/hash.C, classes/op.C,
18402: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18403: started dual write_xxx_lang functions, if checked & works
18404:
18405: * src/: classes/date.C, classes/file.C, classes/mail.C,
18406: classes/string.C, classes/xnode.C, include/pa_request.h,
18407: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18408: unnecessary VString shells
18409:
18410: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18411: prev changes]
18412:
18413: * src/: classes/image.C, classes/op.C, classes/string.C,
18414: classes/table.C, include/pa_request.h, main/execute.C,
18415: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18416: StringOrValue wcontext result, now ready for dual writes
18417:
18418: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18419: checked that
18420:
18421: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18422: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18423: changed to OP_WRITE_VALUE in var get cases
18424:
18425: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18426: include/pa_request.h, main/compile.tab.C, main/compile.y,
18427: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18428: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18429: switch in hash constructor fixed [were problems with using of
18430: stacked wwrapper after it's death]
18431:
18432: 2002-04-12 paf
18433:
18434: * operators.txt, src/classes/table.C: table.select(expression) 0
18435:
18436: 2002-04-11 paf
18437:
18438: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18439: Request::process_internal codeFrame & wwrapper stacked [not
18440: wasting heap anymore]
18441:
18442: 2002-04-10 paf
18443:
18444: * src/: classes/double.C, classes/file.C, classes/hash.C,
18445: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18446: classes/string.C, classes/table.C, classes/void.C,
18447: classes/xdoc.C, include/pa_request.h, main/execute.C,
18448: main/pa_string.C: killed Request::process() wrapping
18449: VString(String) in case we need only String
18450:
18451: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18452: killed 8 bytes from String.head
18453:
18454: 2002-04-09 paf
18455:
18456: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18457: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18458: local*/char b[...]; a=b; situations
18459:
18460: * operators.txt, src/classes/xdoc.C: xslt params made literal
18461:
18462: * src/classes/xdoc.C: xslt params fixed
18463:
18464: * src/: main/pa_common.C, targets/cgi/parser3.C,
18465: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18466: not pool.malloc(MAX_NUMBER) but really neaded
18467:
18468: * operators.txt, src/classes/double.C, src/classes/int.C:
18469: int/double.int/double(default)
18470:
18471: 2002-04-04 paf
18472:
18473: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18474: [when reconstructing pieces were split by
18475: max_integral(piece.size), thus some strings to replace happen to
18476: be split into two = not replaced)
18477:
18478: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18479: standalone version = current dir
18480:
18481: * src/targets/cgi/parser3.C: document root in standalone version =
18482: current dir
18483:
18484: 2002-04-03 paf
18485:
18486: * configure, configure.in: more checks on nonexistent charset
18487:
1.116 moko 18488: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18489:
18490: 2002-04-02 paf
18491:
18492: * src/main/compile.C: parser.compile [exception name more like in
18493: doc]
18494:
18495: 2002-04-01 paf
18496:
18497: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18498: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18499: .content-type.charset, not .charset
18500:
18501: 2002-03-29 paf
18502:
18503: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18504:
18505: * operators.txt, src/classes/date.C: ^date::create now may not
18506: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18507: days' year. | 31.05->31.04 roll
18508:
18509: 2002-03-28 paf
18510:
18511: * operators.txt, src/classes/date.C, src/classes/op.C,
18512: src/include/pa_globals.h, src/include/pa_hash.h,
18513: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18514: ^cache(seconds) ^cache[date] }
18515:
18516: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18517: param
18518:
18519: 2002-03-27 paf
18520:
18521: * operators.txt, src/classes/date.C, src/classes/double.C,
18522: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18523: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18524: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18525: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18526: src/classes/xnode.C, src/include/pa_exception.h,
18527: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18528: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18529: src/main/pa_array.C, src/main/pa_charset.C,
18530: src/main/pa_charsets.C, src/main/pa_common.C,
18531: src/main/pa_dictionary.C, src/main/pa_exception.C,
18532: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18533: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18534: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18535: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18536: src/types/pa_value.h, src/types/pa_vcookie.C,
18537: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18538: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18539: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18540: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18541: src/types/pa_wwrapper.h: assigned exception types
18542:
18543: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18544: src/include/pa_request.h, src/main/execute.C,
18545: src/main/pa_request.C: decided agains resetting exception_trace,
18546: just changed name
18547:
18548: 2002-03-26 paf
18549:
18550: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18551: fixed
18552:
18553: * src/classes/op.C: forced language of $source field of exception
18554: to 'tainted', so that sql-langed-frags could be outputed outside
18555: of connect
18556:
18557: * operators.txt: removed date.roll limit of +-1 offset
18558:
18559: * src/classes/date.C: removed date.roll limit of +-1 offset
18560:
18561: * operators.txt, src/classes/date.C: fixed date roll on
18562: daylightsaving days mktime took into account tm_isdst flag, which
18563: remained from BEFORE roll, but should have been reset
18564:
18565: 2002-03-25 paf
18566:
18567: * operators.txt, src/targets/cgi/parser3.C:
18568: http_site_config_filespec
18569:
18570: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18571: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18572: with any/both --disable-foreign-group-files --disable-execs
18573:
18574: * INSTALL: "--with=sendmail=COMMAND" comment
18575:
18576: * INSTALL, configure, configure.in, src/classes/mail.C,
18577: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18578: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18579: disables execs also. introducing --sendmail
1.95 moko 18580:
18581: * operators.txt: pgsql options comment
18582:
18583: * INSTALL: comment on --disable-link-stdcpp
18584:
1.116 moko 18585: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18586: libstdc++ link skipping configure option
1.95 moko 18587:
18588: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18589: with error were put to cache with 'marked_to_rollback' flag, all
18590: consequent even OK requests rolled back
18591:
18592: 2002-03-22 paf
18593:
18594: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18595: false return
18596:
18597: * operators.txt: few comments on sets
18598:
18599: 2002-03-18 paf
18600:
18601: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18602: src/include/pa_globals.h, src/include/pa_request.h,
18603: src/include/pa_stack.h, src/main/pa_globals.C,
18604: src/main/pa_request.C: introducing ^try
18605:
18606: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18607: types/pa_vdouble.h: removed some tested @tests
18608:
18609: 2002-03-15 paf
18610:
18611: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18612:
18613: 2002-03-13 paf
18614:
18615: * src/main/pa_exception.C: checked not-pooled malloc
18616:
18617: 2002-03-11 paf
18618:
18619: * INSTALL, configure, configure.in,
18620: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18621:
18622: * src/main/pa_common.C: --disable-foreign-group-files
18623:
18624: * INSTALL: --disable-execs
18625:
18626: * src/main/pa_exec.C: --disable-execs
18627:
18628: * configure, configure.in, src/include/pa_config_auto.h.in:
18629: --disable-execs
18630:
18631: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18632:
18633: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18634: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18635:
18636: 2002-03-05 paf
18637:
18638: * operators.txt, src/classes/date.C: date week calendar columns
18639: named
18640:
18641: * operators.txt, src/classes/date.C: date week calendar columns
18642: named
18643:
18644: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18645: requires headers to be terminated with \r\n manually [refuses to
18646: separate header/body itself]
18647:
18648: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18649: targets/isapi/parser3isapi.C: isapi site config beside .dll
18650:
18651: 2002-03-04 paf
18652:
18653: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18654: in PASS language
18655:
18656: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18657: deserialize checks on broken file
18658:
18659: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18660: parser3isapi.dsp: isapi updated
18661:
18662: 2002-03-01 paf
18663:
18664: * src/main/pa_exec.C: execle -> execve, now argc OK
18665:
18666: 2002-02-28 paf
18667:
18668: * src/main/untaint.C: removed some debug comments
18669:
18670: * src/main/pa_charsets.C: when placing charset to cache using
18671: global name now [were request]
18672:
18673: * configure, configure.in: apache module updated
18674:
18675: * src/main/pa_string.C: origin by first piece preferred before last
18676: piece
18677:
18678: 2002-02-27 paf
18679:
18680: * src/main/pa_charset.C: size_t
18681:
18682: * INSTALL: shared/static-xml with-pathlink
18683:
18684: * operators.txt: SMTP comment
18685:
18686: 2002-02-26 paf
18687:
18688: * src/main/pa_exec.C: more precise names for vars, cosmetic
18689:
18690: * src/classes/xnode.C: in some situation, xpath query returned
18691: result with type NODESET, but empty nodeset member field, checked
18692: that
18693:
18694: 2002-02-22 paf
18695:
18696: * INSTALL: without-zlib comment
18697:
18698: * etc/parser3.charsets/windows-1251.cfg: °
18699:
18700: * configure, configure.in: glib###.a detection fixed
18701:
18702: * INSTALL: hashfile removed from INSTALL
18703:
1.116 moko 18704: * Makefile.am: make update
1.95 moko 18705:
18706: * src/main/pa_string.C: string iterators fixed again, so were
18707: String::join_chain
18708:
18709: * src/main/pa_string.C: string iterators fixed again, so were
18710: String::join_chain
18711:
18712: * src/: include/pa_string.h, main/pa_string.C: string iterators
18713: fixed again, so were String::join_chain
18714:
18715: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18716:
18717: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18718: "session"
18719:
1.116 moko 18720: * configure, configure.in, src/include/pa_config_auto.h.in:
18721: --with-shared-xml --with-static-xml
1.95 moko 18722:
18723: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18724: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18725: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18726: xalan&xml
18727:
18728: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18729:
18730: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18731: src/types/types.dsp: removed hashfile support from sources for
18732: now
18733:
1.116 moko 18734: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18735: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18736: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18737: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18738: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18739: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18740: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18741: src/types/Makefile.am, src/types/pa_vhashfile.C,
18742: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18743:
18744: 2002-02-21 paf
18745:
18746: * src/main/untaint.C: removed debug code, activated commented-for
18747: debug parts
18748:
1.116 moko 18749: * Makefile.am: make cvsupdate
1.95 moko 18750:
18751: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18752: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18753: append_row, not at link zero now string to string appending works
18754:
18755: 2002-02-20 paf
18756:
18757: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18758: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18759: DEBUG_STRING_APPENDS_VS_EXPANDS
18760:
18761: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18762: economy: 22%
18763:
18764: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18765: space uptimized: string::link_row removed
18766:
18767: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18768: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18769: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18770: types/pa_vstring.h: speed uptimized: string::is_empty
18771:
18772: * operators.txt, src/include/pa_common.h,
18773: src/include/pa_config_fixed.h, src/include/pa_string.h,
18774: src/include/pa_types.h, src/main/compile.tab.C,
18775: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18776: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18777: string append optimiziation idea and estimates
18778:
18779: 2002-02-19 paf
18780:
18781: * src/classes/math.C: not used directly [but erroreously reported
18782: that 'is', thus registering twice&other probs]
18783:
18784: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18785: to node [element]
18786:
18787: * src/main/compile.C: without string_origins parse error
18788: file+line+col possible
18789:
18790: * src/main/: compile.C: without string_origins not worked
18791:
18792: 2002-02-18 paf
18793:
18794: * src/types/pa_vdouble.h: since we have in_expression removed that
18795: trick i've installed into double::as_string
18796:
18797: * src/main/pa_globals.C: extern "C" was removed too fast
18798:
18799: * src/: include/pa_opcode.h, include/pa_request.h,
18800: main/compile.tab.C, main/compile.y, main/execute.C,
18801: types/pa_wcontext.h: in_expression aimed to solve old problem
18802: with string/nonstring values, now in expressions double/int
18803: values are passed as-is, without stupid tostring/fromstring
18804: conversions
18805:
18806: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18807: __cplusplus } #endif
18808:
18809: * src/main/compile.tab.C: bison env set so one could compile
18810: without cygwin installed
18811:
18812: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18813: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18814: gnome xml libs parser .dsp-s changed accordingly
18815:
18816: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18817:
18818: * operators.txt, src/classes/date.C: date::create [were date::set,
18819: with backward comp
18820:
18821: * src/classes/math.C: math:random range check fixed
18822:
18823: * src/main/: compile.tab.C, compile.y: integer division stops name
18824:
18825: * INSTALL: local install comment
18826:
1.116 moko 18827: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18828:
1.116 moko 18829: * acinclude.m4, aclocal.m4, configure, configure.in,
18830: src/include/pa_config_auto.h.in,
18831: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18832: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18833:
18834: * operators.txt: \ comment
18835:
18836: 2002-02-13 paf
18837:
18838: * src/include/pa_config_includes.h: sys/time time both included
18839: now. vaguely remember confilicts on this on some system [not on
18840: six|ablv] so when would see them again would think up proper
18841: check
18842:
1.116 moko 18843: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18844: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18845:
18846: * src/main/pa_common.C: truncation never occured when writing files
18847: on unix [since i've changed cache mech] fix
18848:
18849: * src/main/pa_common.C: strnchr: sanity check added
18850:
18851: * etc/parser3.charsets/windows-1257.cfg: id added
18852:
18853: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18854: baltic charset file generated, in generation script ispunct check
18855: added
18856:
18857: 2002-02-08 paf
18858:
1.116 moko 18859: * src/: include/Makefile.am, sql/Makefile.am,
18860: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18861:
18862: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18863: forgotten
18864:
18865: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18866:
18867: * INSTALL, README: install&others updated
18868:
18869: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18870:
1.116 moko 18871: * Makefile.am, configure, configure.in,
18872: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18873: src/classes/Makefile.am, src/main/Makefile.am,
18874: src/main/pa_status_provider.C, src/targets/Makefile.am,
18875: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18876: works
1.95 moko 18877:
18878: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18879: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18880: classes/hashfile.C, classes/int.C, classes/mail.C,
18881: classes/math.C, classes/op.C, classes/response.C,
18882: classes/string.C, classes/table.C, classes/void.C,
18883: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18884: include/pa_array.h, include/pa_cache_managers.h,
18885: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18886: include/pa_config_fixed.h, include/pa_config_includes.h,
18887: include/pa_db_connection.h, include/pa_db_manager.h,
18888: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18889: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18890: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18891: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18892: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18893: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18894: include/pa_stack.h, include/pa_string.h,
18895: include/pa_stylesheet_connection.h,
18896: include/pa_stylesheet_manager.h, include/pa_table.h,
18897: include/pa_threads.h, include/pa_types.h, main/compile.C,
18898: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18899: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18900: main/pa_db_connection.C, main/pa_db_manager.C,
18901: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18902: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18903: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18904: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18905: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18906: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18907: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18908: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18909: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18910: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18911: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18912: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18913: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18914: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18915: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18916: types/pa_vmethod_frame.h, types/pa_vobject.h,
18917: types/pa_vrequest.h, types/pa_vresponse.h,
18918: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18919: types/pa_vstateless_object.h, types/pa_vstatus.C,
18920: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18921: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18922: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18923: classes/image.C, main/pa_common.C, main/pa_exec.C,
18924: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18925: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18926: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18927: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18928: types/pa_vxnode.C, main/pa_charset.C: name spelling
18929:
18930: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18931: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18932: classes/hashfile.C, classes/image.C, classes/int.C,
18933: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18934: classes/string.C, classes/table.C, classes/void.C,
18935: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18936: include/pa_array.h, include/pa_cache_managers.h,
18937: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18938: include/pa_config_fixed.h, include/pa_config_includes.h,
18939: include/pa_db_connection.h, include/pa_db_manager.h,
18940: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18941: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18942: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18943: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18944: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18945: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18946: include/pa_stack.h, include/pa_string.h,
18947: include/pa_stylesheet_connection.h,
18948: include/pa_stylesheet_manager.h, include/pa_table.h,
18949: include/pa_threads.h, include/pa_types.h, main/compile.C,
18950: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18951: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18952: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18953: main/pa_db_connection.C, main/pa_db_manager.C,
18954: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18955: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18956: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18957: main/pa_socks.C, main/pa_sql_driver_manager.C,
18958: main/pa_status_provider.C, main/pa_string.C,
18959: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18960: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18961: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18962: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18963: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18964: targets/isapi/pool_storage.h, types/pa_valiased.C,
18965: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18966: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18967: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18968: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18969: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18970: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18971: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18972: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18973: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18974: types/pa_vresponse.h, types/pa_vstateless_class.C,
18975: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18976: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18977: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18978: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18979: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18980: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18981:
18982: 2002-02-07 paf
18983:
18984: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18985:
1.116 moko 18986: * configure, configure.in, src/include/pa_config_auto.h.in,
18987: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18988: added yet another locking function: fcntl
1.95 moko 18989:
18990: * config.sub: on cygwin configure passes it with strange i1586
18991: const, hacked it to mean i586
18992:
18993: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18994: disabled $if reference due to conflicts with local variables
18995:
18996: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18997: xdoc::set obsolete now, now xdoc::create, with both sences
18998:
18999: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19000: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19001: table::create now // 'set' name obsolete now table clone.
19002:
19003: * operators.txt, src/classes/string.C,
19004: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19005: ^int/double/string.format now can be called with normal []
19006: brackets, not stupid {} as it were implemented for some strange
19007: reason. retaining backward compatibility due to some
19008: already-implemented servers
19009:
19010: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19011: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19012: operators now detected by check at name_without_curly_rdive_read
19013: rule whether diving code constists only of
19014: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19015: with OP_GET_ELEMENT_OR_OPERATOR to form
19016: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19017:
19018: 2002-02-06 paf
19019:
19020: * configure, configure.in: prefix expanded, grr
19021:
19022: * operators.txt, src/classes/mail.C: mail:send config changed
19023:
19024: 2002-02-05 paf
19025:
19026: * operators.txt: regex options commented
19027:
19028: * src/main/: pa_exec.C: argv0 now correct
19029:
19030: * src/types/pa_vstatus.C: status:rusage 3
19031:
19032: * src/types/pa_vstatus.C: status:rusage 2
19033:
19034: * operators.txt: status:rusage described int operators
19035:
19036: * src/types/pa_vstatus.C: status:rusage 1
19037:
19038: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19039: src/types/types.dsp: status:rusage
19040:
19041: * configure.in, operators.txt, src/classes/file.C,
19042: src/classes/op.C, src/include/pa_common.h,
19043: src/include/pa_config_includes.h, src/main/compile.tab.C,
19044: src/main/pa_common.C: rewritten ^cache to use
19045: non-blocking-exclusive-caches
19046:
19047: * src/main/pa_common.C: text file read mode on win32 adjusted
19048: [speed impact. was off for debugging purpose, but forgotten
19049: afterwards]
19050:
19051: 2002-02-01 paf
19052:
19053: * src/classes/op.C: file_write does EX lock after create, while
19054: file_read does SH after open, so there's a moment after create
19055: but before EX lock when read can sneak into, and read
19056: just-created-for-writing-and-not-yet-locked file, added a check
19057: for that in ^cache...read
19058:
19059: 2002-01-31 paf
19060:
19061: * src/main/: compile.y, compile.tab.C: disabled operator call after
19062: ^xxx:
19063:
19064: * src/main/: compile.tab.C, execute.C: made operators lookup first
19065: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19066:
19067: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19068: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19069: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19070: operators check 6.1 rewritten. now check is done at compile time
19071:
19072: * src/main/execute.C: operators check 5 floated up old error of
19073: staying in 'entered class/object' state after $a($a..) it
19074: prevented operators from being called thereafter
19075:
19076: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19077: main/execute.C: operators check 4 floated up old error of staying
19078: in 'entered object' state after ^a.a(a) it prevented operators
19079: from being called thereafter
19080:
19081: * src/main/execute.C: operators check 3 floated up old error of
19082: staying in 'entered class' state after $a:a(a) it prevented
19083: operators from being called thereafter
19084:
19085: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19086: floated up old error of staying in 'entered class' state after
19087: $a:a[a] it prevented operators from being called thereafter
19088:
19089: * src/main/execute.C: operators check, thay mistakenly seen in
19090: $class:operator $object.operators contexts
19091:
19092: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19093: win32
19094:
1.116 moko 19095: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19096: src/classes/Makefile.am, src/main/Makefile.am,
19097: src/targets/cgi/Makefile.am,
1.95 moko 19098: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19099: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19100:
1.116 moko 19101: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19102: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19103: configure, configure.in, form.txt, ident.awk, install-sh,
19104: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19105: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19106: etc/parser3.charsets/Makefile.am,
19107: etc/parser3.charsets/koi8-r.cfg,
19108: etc/parser3.charsets/windows-1250.cfg,
19109: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19110: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19111: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19112: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19113: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19114: straightened installation scripts procedure made
19115: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19116: change
19117:
19118: 2002-01-30 paf
19119:
19120: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19121: removed] those comments were a mistake, and prevented libltdl
19122: from function properly
19123:
19124: 2002-01-29 paf
19125:
1.116 moko 19126: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19127: creation [modified acinclude.m4 which were creating int into just
19128: assignment LIBTOOL=../libtool] added default system
19129: config&charsetts prepared 'make install', now it installs
19130: targets/cgi/parser3 into bin directory etc/parser3.conf &
19131: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19132: $sysconfdir/parser3.charsets respectively
19133:
19134: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19135: main/pa_globals.C: few forgotten ifdef XML added
19136:
19137: 2002-01-28 paf
19138:
1.116 moko 19139: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19140: removed
19141:
19142: * src/main/pa_exception.C: dom|generic error output fix
19143:
19144: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19145:
19146: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19147:
19148: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19149: [fixed as_node helper func to accept docs]
19150:
19151: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19152: xdoc.importNode 0
19153:
19154: * src/classes/xdoc.C: xdoc::set now untaints OK
19155:
19156: 2002-01-25 paf
19157:
19158: * src/main/: compile.tab.C, compile.y: #comment before @ after
19159: @SPECIAL now works OK
19160:
19161: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19162:
19163: * src/main/pa_exec.C: max arg count now 10, and proper message on
19164: violation that added
19165:
19166: * src/classes/hash.C: unified hash::sql, now
19167: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19168:
19169: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19170: ^file:lock[filename]{code}
19171:
19172: * src/: classes/file.C, classes/op.C, classes/string.C,
19173: classes/table.C, classes/xdoc.C, include/pa_common.h,
19174: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19175: to some pa_common funcs
19176:
19177: * src/: include/pa_charset.h, main/pa_globals.C:
19178: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19179:
19180: * src/: include/pa_charset.h, main/pa_charset.C,
19181: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19182: not stupid illegal define
19183:
19184: 2002-01-24 paf
19185:
19186: * src/include/pa_version.h: changed version number
19187:
19188: * src/: classes/hashfile.C, include/pa_db_table.h,
19189: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19190: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19191: main/pa_db_connection.C, main/pa_db_table.C,
19192: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19193: hashfile without logfiles
19194:
19195: * src/: classes/hashfile.C, include/pa_db_table.h,
19196: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19197: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19198: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19199: DB_INIT_TXN init bits, thus got rid of huge log files, which
19200: cluttered disk without huge need]
19201:
19202: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19203: handy macro, which is strangly abscent in dome lib
19204:
19205: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19206:
19207: * src/classes/xdoc.C: checked empty response
19208:
19209: * src/classes/xnode.C: xdoc.select fixed context node [were always
19210: /, not self node]
19211:
19212: * src/classes/xnode.C: xnode.select returns array always now, in
19213: case 'nothing found' returns empty array
19214:
19215: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19216: be more tender with ctrl/c/v
19217:
19218: 2002-01-23 paf
19219:
19220: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19221: substituted. // 2. when dom tree with entites goes under
19222: transform text nodes // got [erroreosly] cut on first
19223: entity occurance
19224:
19225: * src/types/pa_vdouble.h: double prec. todo: get rid of
19226: twice-converting
19227:
19228: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19229: 'e' in output this is for regretful twice-converting here:
19230: $a(double value) when they write double falue they convert it to
19231: string first, thus %g were losing precesion.
19232:
19233: todo: think up some way to remove double->string string->double
19234: twice-converting
19235:
19236: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19237: %.20E now default float format this is for regretful
19238: twice-converting here: $a(double value) when they write double
19239: falue they convert it to string first, thus %g were losing
19240: precesion.
19241:
19242: todo: think up some way to remove double->string string->double
19243: twice-converting
19244:
19245: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19246: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19247: reasons in comment inside
19248:
19249: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19250: statically linked]
19251:
19252: * src/: include/pa_exception.h, main/compile.tab.C,
19253: main/pa_exception.C: removed exception va_list constructor. 1.
19254: not needed anymore 2. there were a conflict[causing errors]
19255: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19256: never detected an ambiguilty here, compiling ctor(, "hello") into
19257: ctor(, va_list) which, of course, caused gpf
19258:
19259: * src/main/pa_globals.C: removed debug xslt messages
19260:
19261: 2002-01-22 paf
19262:
19263: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19264: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19265: helps compiling stylesheet properly. example: this refused to
19266: work, <b>«<xsl:value-of select="@title"
19267: />»</b> stranly worked only this way:
19268: <b>«<xsl:value-of select="@title" />»</b>
19269:
19270: docs says "set it to 1", never going into details, so I decided
19271: to try NOT to do that
19272:
19273: * src/classes/table.C: join behaived badly in case named tables
19274: structure mismatched: 0 strings sneaked into dest failing
19275: afterwards. replaced them with empty strings
19276:
19277: 2002-01-21 paf
19278:
19279: * src/main/pa_charset.C: checked empty transcoders in
19280: transcode_cstr|buf
19281:
19282: * src/classes/xdoc.C: xdoc::load error source = filespec
19283:
19284: * src/classes/xdoc.C: transform error source now
19285: stylesheet_filespec
19286:
1.116 moko 19287: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19288: include/pa_stylesheet_connection.h, main/pa_charset.C,
19289: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19290: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19291: gnome
1.95 moko 19292:
19293: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19294: include/pa_globals.h, include/pa_stylesheet_connection.h,
19295: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19296: xslt generic error 1
19297:
19298: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19299: xml generic message 1
19300:
19301: * src/classes/table.C: ^table::load empty lines or #comments before
19302: headline
19303:
19304: * src/: include/pa_array.h, include/pa_globals.h,
19305: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19306: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19307: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19308: errors 0
19309:
19310: 2002-01-16 paf
19311:
19312: * src/: classes/hash.C, classes/op.C, classes/string.C,
19313: classes/table.C, classes/void.C, classes/xdoc.C,
19314: include/pa_db_connection.h, include/pa_request.h,
19315: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19316: include/pa_stylesheet_connection.h,
19317: include/pa_stylesheet_manager.h, main/pa_request.C,
19318: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19319: targets/cgi/pool_storage.h: auto closers to sql_connection,
19320: stylesheet_connection auto destroyers to remaining gnome objects
19321:
19322: * src/classes/xdoc.C: few comments
19323:
19324: 2002-01-15 paf
19325:
19326: * src/classes/xdoc.C: xdoc file save string
19327:
19328: ready. todo: error handling
19329:
19330: * src/classes/xdoc.C: xdoc save rewritten using
19331: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19332: result
19333:
19334: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19335: started output options parsing
19336:
19337: 2002-01-14 paf
19338:
19339: * src/classes/xdoc.C: method
19340:
19341: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19342: include/pa_pool.h, include/pa_stylesheet_connection.h,
19343: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19344: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19345: xslt transform0. TODO: use output options handle errors
19346:
19347: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19348:
19349: 2002-01-11 paf
19350:
19351: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19352: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19353: partial logical && || evaluation
19354:
19355: * src/classes/xnode.C: xpath selectNodes
19356:
19357: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19358: string/number/bool
19359:
19360: * src/classes/xnode.C: xpath selectNode 2
19361:
19362: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19363: xpath selectNode 1
19364:
19365: 2002-01-10 paf
19366:
19367: * src/classes/xnode.C: xpath selectNode -100 [just written]
19368:
19369: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19370: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19371: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19372: refcounter]
19373:
19374: 2001-12-29 paf
19375:
19376: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19377: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19378: glib works 0
19379:
19380: 2001-12-28 paf
19381:
19382: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19383: main/pa_exception.C: started glib transcoders
19384:
19385: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19386:
19387: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19388: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19389: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19390: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19391: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19392: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19393: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19394: libs just compiled in. no refcounting no xpath no xslt yet
19395:
19396: 2001-12-27 paf
19397:
19398: * src/: include/pa_charset.h, include/pa_common.h,
19399: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19400: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19401: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19402: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19403: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19404: from xalan&xerces, started the process. globals [initialization
19405: pool [charset update charset [transcodings vxnode vxdoc [DOM
19406: calls
19407:
19408: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19409: anymore
19410:
19411: 2001-12-26 paf
19412:
19413: * src/: include/pa_charset.h, include/pa_charsets.h,
19414: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19415: key globalized [bug]
19416:
19417: 2001-12-25 paf
19418:
19419: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19420: main/pa_string.C: table set & append changed splitting languages,
19421: separators now can be clean AND as-is same to mail command line
19422: $MAIN:MAIL.progX arguments
19423:
19424: 2001-12-24 paf
19425:
19426: * src/classes/mail.C: one parted text messages - no multipart
19427: mime-type anymore. for convinient if $.attach-ments
19428:
19429: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19430: main/pa_string.C: read from cache size check updated
19431:
19432: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19433:
19434: 2001-12-21 paf
19435:
19436: * src/classes/date.C: date:sql-string now returns localtime
19437:
19438: * src/main/pa_request.C: $result in @main actually not working, to
19439: hell with it for now
19440:
19441: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19442: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19443: @postprocess @exception
19444:
19445: * src/main/execute.C: junction evaluation canceled - endless
19446: recursion detected
19447:
19448: 2001-12-19 paf
19449:
19450: * src/main/pa_charset.C: charset->charset transcoding via unicode
19451: intermediate
19452:
19453: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19454:
19455: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19456:
19457: * src/classes/op.C: ^cache keypath now relative
19458:
19459: * src/classes/mail.C: changed weighting prior to sort
19460:
19461: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19462: were missing
19463:
19464: 2001-12-17 paf
19465:
19466: * src/main/pa_charset.C: ifndef XML were bad type
19467:
19468: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19469: outdated unset services_pool
19470:
19471: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19472: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19473: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19474:
19475: * src/main/untaint.C: allowed space in filespec
19476:
19477: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19478:
19479: * src/classes/image.C: no govno
19480:
19481: * src/classes/image.C: govno
19482:
19483: 2001-12-16 paf
19484:
19485: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19486:
19487: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19488: charset_connection&manager replaced by charset&charsets
19489:
19490: * src/main/pa_charset.C: name_cstr 0
19491:
19492: * src/main/untaint.C: uri lang now knows about client/source
19493: charsets
19494:
19495: * src/: classes/file.C, classes/math.C, classes/op.C,
19496: classes/string.C, classes/table.C, classes/xdoc.C,
19497: include/pa_array.h, include/pa_cache_managers.h,
19498: include/pa_charset_connection.h, include/pa_charset_manager.h,
19499: include/pa_common.h, include/pa_db_connection.h,
19500: include/pa_db_manager.h, include/pa_db_table.h,
19501: include/pa_dictionary.h, include/pa_exception.h,
19502: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19503: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19504: include/pa_sapi.h, include/pa_socks.h,
19505: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19506: include/pa_string.h, include/pa_stylesheet_connection.h,
19507: include/pa_stylesheet_manager.h, include/pa_table.h,
19508: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19509: main/pa_charset.C, main/pa_charset_connection.C,
19510: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19511: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19512: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19513: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19514: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19515: types/types.dsp: introducing Charset
19516:
19517: 2001-12-14 paf
19518:
19519: * src/: include/pa_request.h, include/pa_transcoder.h,
19520: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19521: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19522: uri lang
19523:
19524: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19525:
19526: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19527:
19528: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19529: defalts_name global
19530:
19531: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19532: include/pa_request.h, main/main.dsp,
19533: main/pa_charset_connection.C, main/pa_charset_manager.C,
19534: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19535: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19536: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19537: changed charset model. now important: $request:charset
19538: $response:charset while $response:content-type.charset become
19539: unimportant [informational]
19540:
19541: 2001-12-13 paf
19542:
19543: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19544:
19545: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19546: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19547: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19548: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19549: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19550: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19551:
19552: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19553: auto_ptr part other way, because of stupid gcc 2.96
19554: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19555: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19556: FormatterListener] /usr/include/g++-3/memory:48:
19557: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19558: _Tp1 = FormatterListener, _Tp = FormatterListener]
19559:
19560: * src/classes/xdoc.C: removed extra inc
19561:
19562: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19563:
19564: * src/include/pa_types.h: msvc head debugging flag
19565:
19566: * src/classes/xdoc.C: freed up listener
19567:
19568: * src/classes/string.C: change msg '... code is not code'
19569:
19570: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19571: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19572: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19573: [past/future prob]
19574:
19575: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19576: include/pa_config_fixed.h, include/pa_db_manager.h,
19577: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19578: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19579:
19580: * src/: include/pa_config_fixed.h, main/pa_common.C,
19581: main/pa_string.C: removed signed mismatch warnings
19582:
19583: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19584: 'expires' from header outputs
19585:
19586: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19587: row ptr
19588:
19589: * src/classes/file.C: file::cgi bug, request_method were passed to
19590: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19591:
19592: * src/classes/xdoc.C: lang list updated
19593:
19594: 2001-12-10 paf
19595:
19596: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19597:
19598: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19599: erase files like that, knowing their full name introducing //
19600: theoretical problem with, for instance, "_2B" and "." fragments,
19601: // they would yield the same // because
19602: need_file_encode('_')=false // but we need to delete such files
19603: somehow, getting names from ^index
19604:
19605: * src/main/pa_string.C: ^string.replace bug fixed [bad
19606: string::join_chank break]
19607:
19608: 2001-12-07 paf
19609:
19610: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19611: include/pa_common.h, include/pa_config_auto.h.in,
19612: include/pa_config_fixed.h, include/pa_config_includes.h,
19613: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19614: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19615: types/pa_vhashfile.C: merged from r14_simple_cache
19616:
19617: * src/main/pa_string.C: stupid sparc architecture failed to access
19618: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19619: lduh [ %i2 + 1 ], %l0
19620:
19621: bus error, fixed that
19622:
19623: * src/main/pa_string.C: strange string deserialize bug on
19624: client[pmts], a bit shortened,
19625:
19626: * src/include/pa_config_auto.h.in: makes
19627:
19628: * src/: include/pa_common.h, include/pa_config_fixed.h,
19629: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19630: file write shared lock file read
19631:
19632: * src/: classes/op.C, include/pa_common.h,
19633: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19634:
19635: 2001-12-06 paf
19636:
19637: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19638: main/pa_request.C: #ifdef RESOURCES_DEBUG
19639:
19640: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19641: info
19642:
19643: * src/classes/hashfile.C: removed transaction from ^cache
19644:
19645: 2001-12-05 paf
19646:
19647: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19648: IIS5 there were a prob with illegal call check
19649:
19650: 2001-12-04 paf
19651:
19652: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19653: main/pa_request.C: measures to log
19654:
19655: 2001-11-23 paf
19656:
19657: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19658: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19659: types/pa_vhashfile.C: merged from _0014, 1
19660:
19661: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19662: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19663: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19664: ^cache(33) would change
19665:
19666: 0660 bits in file_write & hashfile create
19667:
19668: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19669: after pa_string optimization]
19670:
19671: 2001-11-22 paf
19672:
19673: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19674: table.offset[whence]
19675:
19676: * src/classes/op.C: process cstr(,connection)
19677:
19678: * src/classes/op.C: process now gets its body on current language,
19679: not as-is
19680:
19681: * src/main/untaint.C: ORIGINS mode removed UHTML
19682:
19683: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19684: bit
19685:
1.116 moko 19686: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19687:
19688: 2001-11-21 paf
19689:
19690: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19691: <xsl:output output options made identical to xsl:output
19692: attributes exclusion: cdata-section-elements what xalan can do
19693: but that not used now: it can escape and remove CDATA sections
19694:
19695: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19696: produced by xslt
19697:
19698: * src/targets/cgi/parser3.C: removed debug cgi||1
19699:
19700: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19701:
19702: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19703: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19704: default language for {code}, it happen to change it's language
19705: from CLEAN, so later refused to split by CLEAN \t
19706:
19707: 2001-11-20 paf
19708:
1.116 moko 19709: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19710: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19711: bottom of dependeces, so that errors would popup quicklier, fixed
19712: line numbering in table::sql
19713:
19714: 2001-11-19 paf
19715:
19716: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19717: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19718: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19719: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19720: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19721: at wcontext.write
19722:
1.116 moko 19723: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19724: _set_new_handler
19725:
1.116 moko 19726: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19727: set_new_handler in apache&isapi
1.95 moko 19728:
19729: 2001-11-16 paf
19730:
19731: * src/targets/cgi/parser3.C: pool debug @ die
19732:
19733: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19734: removed 8 bytes from String, 2 bytes from
19735: string::chunk::row::item
19736:
19737: * src/main/pa_string.C: removed 1+4 bytes from String
19738:
19739: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19740: types/pa_vstring.C: removed 1+4 bytes from String
19741:
19742: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19743: 0
19744:
19745: * src/: include/pa_globals.h, include/pa_string.h,
19746: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19747: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19748: targets/cgi/parser3.C: introducing estimating
19749: String::cstr_bufsize, 0
19750:
19751: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19752:
19753: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19754:
19755: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19756: include/pa_pool.h: die in pool::fail
19757:
19758: 2001-11-15 paf
19759:
19760: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19761: main/pa_exception.C, targets/cgi/parser3.C: exception with
19762: dynamic buffer re-back now with counter
19763:
19764: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19765: static buffer back
19766:
19767: * src/targets/cgi/parser3.C: std::
19768:
19769: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19770: include/pa_config_includes.h: setnewhandler check
19771:
1.116 moko 19772: * src/include/pa_config_auto.h.in: makes
1.95 moko 19773:
19774: * src/targets/cgi/parser3.C: set_new_handler started
19775:
19776: 2001-11-14 paf
19777:
19778: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19779: was wrong
19780:
19781: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19782: was wrong
19783:
19784: * src/main/pa_request.C: z
19785:
19786: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19787: full returns win32 -1 solaris >buffer_size
19788:
19789: checked all that
19790:
19791: * src/classes/op.C: ^untaint{body} as-is default now
19792:
19793: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19794: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19795: with no_bad_constructors_try
19796:
19797: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19798: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19799: this: $bred[^string::length[]] $bred[^response::clear[]]
19800: $bred[^int::int[]]
19801:
19802: now VObject creation moved into overriden
19803: VClass::create_new_value, thus 0 from create_new_value means that
19804: class has no ctors
19805:
19806: 2001-11-13 paf
19807:
19808: * src/classes/classes.C: returned accedently removed if in foreach
19809: callbacks [when hash no-0-restructure]
19810:
19811: 2001-11-12 paf
19812:
19813: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19814: passed as-is to method, xalan makes & into & itself
19815:
19816: * src/classes/date.C: date.roll parser2 alg used
19817:
19818: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19819: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19820: main/pa_dictionary.C, main/pa_hash.C,
19821: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19822: now does not containt 0 values. put 0 actullay removes. no check
19823: on 0 value in foreach now required
19824:
19825: 2001-11-11 paf
19826:
19827: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19828:
19829: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19830:
19831: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19832: driver initialize not const
19833:
19834: 2001-11-10 paf
19835:
19836: * src/main/pa_exec.C: doc
19837:
19838: 2001-11-09 paf
19839:
19840: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19841: param properly
19842:
19843: * src/classes/string.C: string.save now does untainting before
19844: saving
19845:
19846: * src/main/pa_common.C: line endings fixing fixed last piece[was
19847: still cstr oriented]
19848:
19849: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19850: line endings fixing got rid of cstr, now must work ok with post
19851: multipart
19852:
19853: * src/types/pa_vform.C: line endings fixed at post / multipart /
19854: not file also now
19855:
19856: 2001-11-08 paf
19857:
19858: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19859: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19860: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19861: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19862: main/pa_stylesheet_manager.C: restructured Cache manager to be
19863: simple parent, not second parent [gcc 2.96 strangly refused to
19864: call virtual from second parent]
19865:
1.116 moko 19866: * src/: include/pa_common.h, main/Makefile.am,
19867: targets/cgi/pa_pool.C: makes
1.95 moko 19868:
19869: * src/: include/pa_request.h, main/pa_request.C,
19870: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19871: 'status' class enabler
19872:
19873: <Location /parser-status.html> ParserStatusAllowed </Location>
19874:
19875: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19876: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19877: include/pa_stylesheet_manager.h, main/main.dsp,
19878: main/pa_cache_managers.C, main/pa_charset_manager.C,
19879: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19880: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19881: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19882: todo: apache 'status' class enabler
19883:
19884: 2001-11-05 paf
19885:
19886: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19887: debug to normal
19888:
19889: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19890: hence i removed skipping 0 values in hash::for_each-es we need to
19891: check cleaned cache items manually. few more checks.
19892:
19893: expiring to 0 time was wrong, changed to 'now' time
19894:
19895: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19896: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19897: on apache already done :)
19898:
19899: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19900: skipping 0 values in hash::for_each-es we need to check cleaned
19901: cache items manually
19902:
19903: * src/main/: pa_db_connection.C, pa_db_table.C:
19904: parser_multithreaded check was wrong
19905:
19906: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19907: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19908: classes/hashfile.C, classes/image.C, classes/int.C,
19909: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19910: classes/string.C, classes/table.C, classes/void.C,
19911: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19912: include/pa_array.h, include/pa_charset_connection.h,
19913: include/pa_charset_manager.h, include/pa_common.h,
19914: include/pa_config_fixed.h, include/pa_config_includes.h,
19915: include/pa_db_connection.h, include/pa_db_manager.h,
19916: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19917: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19918: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19919: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19920: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19921: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19922: include/pa_stack.h, include/pa_string.h,
19923: include/pa_stylesheet_connection.h,
19924: include/pa_stylesheet_manager.h, include/pa_table.h,
19925: include/pa_threads.h, include/pa_types.h, main/compile.C,
19926: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19927: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19928: main/pa_charset_manager.C, main/pa_common.C,
19929: main/pa_db_connection.C, main/pa_db_manager.C,
19930: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19931: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19932: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19933: main/pa_socks.C, main/pa_sql_driver_manager.C,
19934: main/pa_status_provider.C, main/pa_string.C,
19935: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19936: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19937: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19938: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19939: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19940: targets/isapi/pool_storage.h, types/pa_valiased.C,
19941: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19942: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19943: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19944: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19945: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19946: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19947: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19948: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19949: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19950: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19951: types/pa_vstateless_object.h, types/pa_vstatus.h,
19952: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19953: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19954: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19955: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19956: $status:db fixed used not initialized in db_connection & db_table
19957:
19958: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19959: $status:charset
19960:
19961: * src/: classes/xdoc.C, include/pa_db_connection.h,
19962: include/pa_stylesheet_connection.h,
19963: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19964: types/pa_vstatus.h: $status:stylesheet
19965:
19966: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19967: include/pa_request.h, include/pa_sql_connection.h,
19968: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19969: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19970: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19971: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19972: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19973: types/pa_vxnode.C, types/types.dsp: started status parser class
19974:
19975: 2001-11-01 paf
19976:
19977: * src/include/pa_config_auto.h.in: makes
19978:
19979: * src/main/pa_hash.C: removed old extra include
19980:
19981: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19982: checks [for hp, there are such in math.h]
19983:
19984: * src/classes/op.C: ^for endless loop check strightened
19985:
19986: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19987: behavior in native calls. it left unchanged, so ^for ^foreach &
19988: co can use r.root to write their i & key,value there
19989:
19990: * src/classes/op.C: detected for var storage bug, fixed.
19991: todo:foreach
19992:
19993: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19994: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19995: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19996: changing of hash inside of foreach
19997:
19998: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19999: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20000: were hash.foreach
20001:
20002: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20003: types/pa_vstring.C, types/pa_vstring.h:
20004: ^foreach[key|value]{body}[[separator]|{separator}]
20005:
20006: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20007: types/pa_vcookie.C: ^hash.delete[key]
20008:
20009: 2001-10-31 paf
20010:
20011: * src/main/: compile.C, pa_common.C: completely empty file now
20012: considered "read", not ignored [not perfect trick used]
20013:
20014: * src/main/pa_common.C: simplier common ifdefs
20015:
20016: * src/main/pa_common.C: typing bug in common - bad ifdeff
20017:
20018: * src/main/pa_db_connection.C: z
20019:
20020: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20021: lockdetector flags
20022: dbenv.lk_detect=DB_LOCK_RANDOM;
20023:
20024: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20025: from accidental show [imagine user forgot @exception]
20026:
20027: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20028:
20029: * src/: classes/file.C, classes/image.C, classes/mail.C,
20030: classes/string.C, classes/xnode.C, include/pa_common.h,
20031: main/pa_common.C: ^string.save[[append;]path]
20032:
20033: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20034: main/execute.C: \ in expression: int divide 10/3=3
20035:
20036: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20037: inside of ^cache
20038:
20039: * src/: include/pa_threads.h, main/pa_db_connection.C,
20040: main/pa_db_table.C, targets/cgi/pa_threads.C,
20041: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20042: needed
20043:
20044: 2001-10-30 paf
20045:
20046: * src/: classes/classes.dsp, main/main.dsp,
20047: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20048: types/types.dsp: enabled debug incremental compile
20049:
20050: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20051: form post data line endings not reformatted now.
20052:
20053: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20054: now required [had bug when file= has no value]
20055:
20056: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20057: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20058: cstr(asis) default param removed
20059:
20060: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20061:
20062: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20063:
20064: * src/include/pa_dir.h: LOAD_DIR fixed
20065:
20066: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20067: was broken} fix_line_breaks
20068:
20069: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20070: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20071: packed with #pragma pack
20072:
1.116 moko 20073: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20074:
20075: 2001-10-29 paf
20076:
20077: * src/types/pa_wcontext.h: bitfield syntax stricter
20078:
20079: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20080: string hash.puts
20081:
20082: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20083:
20084: * src/include/pa_sql_connection.h: there were one wrong
20085: SQL_CONNECTION_FUNC_GUARDED [failed]
20086:
20087: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20088: param.someday either ifdef or remove it
20089:
20090: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20091:
20092: * src/main/untaint.C: optimizing returned after debugging
20093:
20094: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20095: main/untaint.C: memory hunging #pragma pack(1)
20096:
20097: 16 419 844 13 169 394
20098:
20099: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20100: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20101: places [todo:Array]
20102:
20103: * src/: main/execute.C, targets/cgi/pa_pool.C,
20104: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20105: types/pa_wwrapper.h: debugging memory WContext flags to bits
20106:
20107: total 5 652 652/158731 total 5 469 332/158731
20108:
20109: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20110: Array:: without cache in get/put now
20111:
20112: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20113: 18:25:27 2001] total 5 652 652/158731
20114:
20115: * src/: include/pa_string.h, main/pa_string.C,
20116: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20117: now
20118:
20119: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20120: 18:11:53 2001] total 5796092/158731
20121:
20122: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20123: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20124: key ref now
20125:
20126: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20127: 17:11:17 2001] total 16867948/202658
20128:
20129: * src/: classes/file.C, classes/image.C, classes/string.C,
20130: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20131: main/execute.C, main/pa_array.C, main/pa_common.C,
20132: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20133: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20134: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20135: string::as_int/double now usually uses stack, not heap [200K out
20136: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20137:
20138: * src/main/pa_sql_driver_manager.C: ping to have services [old
20139: hiding bug]
20140:
20141: * src/Makefile.am: .am order
20142:
20143: * src/: include/pa_array.h, include/pa_charset_manager.h,
20144: include/pa_db_connection.h, include/pa_db_manager.h,
20145: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20146: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20147: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20148: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20149: required "friend class"
20150:
20151: ../include/pa_request.h:51: friend declaration requires
20152: class-key, i.e. `friend class Temp_lang'
20153:
20154: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20155: main/pa_exception.C, main/pa_sql_driver_manager.C,
20156: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20157:
20158: the idea is to #1 jump to C++ some function to main body, where
20159: every function stack frame has exception unwind information and
20160: from there... #2 propagate_exception()
20161:
20162: 2001-10-28 paf
20163:
20164: * src/main/pa_db_connection.C: removed old consts
20165:
20166: * src/main/pa_db_connection.C: expire table [was accidently pasted
20167: with wrong type/cast]
20168:
20169: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20170: translation
20171:
1.116 moko 20172: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20173: remember to build DB2 with -fexceptions!!!
20174:
20175: * src/main/pa_db_table.C: DB_RMW defed
20176:
20177: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20178: include/pa_db_connection.h, include/pa_db_manager.h,
20179: include/pa_db_table.h, main/pa_db_connection.C,
20180: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20181:
20182: 2001-10-27 paf
20183:
20184: * src/: classes/hashfile.C, include/pa_db_connection.h,
20185: include/pa_db_table.h, main/pa_db_connection.C,
20186: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20187: types/pa_vhashfile.C: DB2 ifdefs
20188:
1.116 moko 20189: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20190: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20191: makes with DB2
20192:
1.116 moko 20193: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20194: types/Makefile.am: makes db
1.95 moko 20195:
20196: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20197: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20198: globals.C
20199:
20200: * src/: classes/hashfile.C, include/pa_db_connection.h,
20201: include/pa_db_table.h, main/pa_db_connection.C,
20202: main/pa_db_table.C: ^hashfile.clear[]
20203:
20204: * src/classes/classes.awk: no $ in var names
20205:
20206: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20207: connection&table [forgotten calls]
20208:
20209: 2001-10-26 paf
20210:
20211: * src/main/pa_db_connection.C: db checkpoints
20212:
20213: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20214: checkpoints
20215:
20216: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20217: default. but entities still reparsed. todo: tothink
20218:
20219: * src/main/pa_db_connection.C: db recover mech 2
20220:
20221: * src/: classes/hashfile.C, include/pa_db_connection.h,
20222: include/pa_db_manager.h, include/pa_db_table.h,
20223: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20224: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20225: types/pa_vhashfile.h: db connections & tables now cached at
20226: create time & multithreaded
20227:
20228: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20229: parsed_source
20230:
20231: * src/main/pa_db_connection.C: about to remove connection from
20232: vhashfile
20233:
20234: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20235: transaction commit/rollback responsibility left to parent [as it
20236: sould - else there were a bug with double free]
20237:
20238: * src/include/pa_db_table.h: db: child transaction commit/rollback
20239: responsibility left to parent [as it sould - else there were a
20240: bug with double free]
20241:
20242: 2001-10-25 paf
20243:
20244: * src/: classes/hashfile.C, include/pa_common.h,
20245: include/pa_db_connection.h, include/pa_db_manager.h,
20246: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20247: types/pa_vhashfile.C, types/pa_vhashfile.h,
20248: include/pa_db_table.h, main/pa_db_table.C: started db_home
20249: [multiple, cached] todo: autorecover [tried, but not succeded,
20250: yet]
20251:
20252: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20253:
20254: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20255: transaction parent passed
20256:
20257: 2001-10-24 parser
20258:
1.116 moko 20259: * src/classes/Makefile.am: makes
1.95 moko 20260:
20261: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20262: isapi/pool_storage.h: pool_storage fixed
20263:
20264: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20265: types/pa_vform.h: form fix_line_breaks
20266:
1.116 moko 20267: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20268:
20269: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20270: targets/cgi/pool_storage.h: makes
20271:
20272: * src/sql/pa_sql_driver.h: version
20273:
20274: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20275: types/pa_vform.C, types/pa_vform.h: .am
20276:
20277: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20278: this: DB_RMW Acquire write locks instead of read locks when doing
20279: the retrieval. Setting this flag may decrease the likelihood of
20280: deadlock during a read-modify-write cycle by immediately
20281: acquiring the write lock during the read part of the cycle so
20282: that another thread of control acquiring a read lock for the same
20283: item, in its own read-modify-write cycle, will not result in
20284: deadlock
20285:
20286: * src/targets/isapi/parser3isapi.dsp: doc
20287:
20288: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20289:
20290: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20291:
20292: * src/: classes/hashfile.C, include/pa_db_connection.h,
20293: main/pa_db_connection.C: hashfile expired deleted from db when
20294: get & iterate
20295:
20296: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20297: expiring 1
20298:
20299: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20300:
20301: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20302: db_connection not bothers with key when not returning expired
20303: data
20304:
20305: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20306: types/pa_vhashfile.C: db_cursor constructor public now
20307:
20308: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20309: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20310: stamped, todo: put_element analize
20311:
20312: * src/: include/pa_db_connection.h, include/pa_string.h,
20313: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20314: serialize. todo stamp
20315:
20316: 2001-10-23 parser
20317:
20318: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20319: classes/image.C, classes/mail.C, classes/response.C,
20320: classes/string.C, classes/table.C, classes/xdoc.C,
20321: include/pa_config_fixed.h, include/pa_db_connection.h,
20322: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20323: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20324: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20325: types/pa_vtable.C: ^hashfile.hash[]
20326:
20327: * src/: classes/hashfile.C, classes/xdoc.C,
20328: include/pa_config_fixed.h, main/pa_db_manager.C,
20329: main/pa_globals.C: ifdefs so it compiled without db
20330:
20331: * src/: classes/hashfile.C, include/pa_db_connection.h,
20332: include/pa_db_manager.h, main/pa_db_connection.C,
20333: main/pa_db_manager.C, types/pa_vhashfile.h:
20334: ^hashfile.transaction{code} ^hashfile:clear[filename]
20335: ^hashfile.delete[key]
20336:
20337: 2001-10-22 parser
20338:
20339: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20340: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20341:
20342: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20343: classes/xnode.C, include/pa_charset_connection.h,
20344: include/pa_db_connection.h, include/pa_db_manager.h,
20345: include/pa_exception.h, include/pa_sapi.h,
20346: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20347: include/pa_stylesheet_connection.h,
20348: include/pa_stylesheet_manager.h,
20349: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20350: main/pa_db_connection.C, main/pa_db_manager.C,
20351: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20352: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20353: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20354: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20355: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20356: types/types.dsp: hashfile 0
20357:
20358: * src/types/pa_vhashfile.C: z
20359:
20360: * src/: classes/classes.dsp, classes/hashfile.C,
20361: include/pa_config_fixed.h, main/execute.C,
20362: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20363: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20364:
20365: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20366:
20367: * src/: include/pa_exception.h, include/pa_request.h,
20368: main/execute.C, main/pa_exception.C, main/pa_request.C,
20369: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20370: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20371:
20372: 2001-10-19 parser
20373:
20374: * src/include/pa_pool.h: header
20375:
20376: * src/main/pa_pool.C: auto compiled on gcc
20377:
20378: * src/classes/image.C: comment
20379:
1.116 moko 20380: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20381:
20382: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20383: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20384: types/pa_vxnode.h: xnode clone got freed
20385:
20386: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20387: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20388: can free up xalandomstring resulting from pool::transcode
20389:
20390: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20391: include/pa_config_fixed.h, include/pa_exception.h,
20392: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20393: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20394: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20395: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20396: from non-xml compile
20397:
20398: * src/main/pa_request.C: pool:: context - get_context
20399:
20400: * src/: classes/classes.h, classes/date.C, classes/double.C,
20401: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20402: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20403: classes/string.C, classes/table.C, classes/void.C,
20404: include/pa_config_fixed.h, include/pa_exception.h,
20405: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20406: main/compile.C, main/compile_tools.C, main/execute.C,
20407: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20408: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20409: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20410: main/pa_string.C, main/pa_table.C, main/untaint.C,
20411: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20412: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20413: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20414: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20415: types/pa_vstateless_class.h, types/pa_vtable.C,
20416: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20417: exceptions 0
20418:
20419: * src/classes/classes.awk: $ removed
20420:
20421: 2001-10-18 parser
20422:
20423: * src/types/pa_vcookie.C: cookie:CLASS
20424:
20425: * src/main/main.dsp: project
20426:
20427: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20428: set_document & ctor question "who owns document" solved
20429:
20430: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20431:
20432: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20433: main/pa_pool.C: encoding in dom creating funcs
20434:
20435: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20436: be transformed now
20437:
20438: * src/classes/xdoc.C: dom created by create can be transformed now
20439:
20440: * src/classes/xdoc.C: z
20441:
20442: * src/classes/xdoc.C: comment
20443:
20444: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20445: create now uses XercesDocumentBridge, appendChild&co now works
20446:
20447: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20448: @ recompile
20449:
20450: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20451: $origin @exception[
20452:
20453: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20454: tag names forced to XML lang
20455:
20456: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20457: leechy-found bugs in code&doc fixed
20458:
20459: 2001-10-17 parser
20460:
20461: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20462: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20463: n functionality preserved
20464:
20465: * src/types/pa_vimage.h: removed unused vimage::save
20466:
20467: 2001-10-16 parser
20468:
20469: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20470:
20471: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20472:
20473: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20474:
20475: * src/classes/image.C: image.copy tolerance
20476:
20477: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20478: ineffective, but works for small paleted image
20479:
20480: * src/types/pa_vimage.C: comment
20481:
20482: * src/classes/image.C: gd size/resize bugfix
20483:
20484: * src/: classes/classes.dsp, main/main.dsp,
20485: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20486: types/types.dsp: ident >nul 2>&1
20487:
20488: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20489: systems
20490:
20491: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20492: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20493:
20494: 2001-10-15 parser
20495:
20496: * src/main/execute.C: z
20497:
20498: * src/classes/: xdoc.C: !::create{qualifiedName}
20499:
20500: * src/types/pa_vxnode.C: document_type_node.
20501: !readonly attribute DOMString name
20502: !notation_node.
20503: !readonly attribute DOMString publicId
20504: !readonly attribute DOMString systemId
20505:
1.116 moko 20506: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20507: ::write badly passed string too transparently [failed to
20508: intercept it]
1.95 moko 20509:
20510: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20511: include/pa_request.h, main/pa_sql_driver_manager.C,
20512: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20513: types/pa_vxnode.h: DOM1 major addtion, only few
20514: attributes/methods left
20515:
20516: 2001-10-13 parser
20517:
20518: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20519: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20520: in main handler
20521:
20522: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20523: cleanups & frees order
20524:
20525: * src/types/pa_vcode_frame.h: couple comments
20526:
20527: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20528: transparent enough to handle hash if creation&passing
20529:
20530: * src/: include/pa_config_fixed.h, main/execute.C,
20531: main/pa_exception.C: noticed that vcodeframe not transparent
20532: enough, would change now
20533:
20534: 2001-10-12 parser
20535:
20536: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20537: fixed. initialization&free on each thread!
20538:
20539: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20540: handling changed: now type of default param analized always, not
20541: only at problem time, thus helping early problem spotting
20542:
20543: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20544: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20545: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20546: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20547: multithread bug fixed. initialization&free on each thread!
20548:
20549: 2001-10-11 parser
20550:
20551: * src/classes/xnode.C: xnode.selectSingle now
20552:
20553: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20554: include/pa_pool.h, include/pa_stylesheet_connection.h,
20555: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20556: convertors out of Pool into Exception
20557:
20558: * src/main/pa_string.C: const
20559:
20560: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20561: linked pieces of same language together prior to String::replace
20562:
20563: * src/classes/hash.C: !^hash.add[addme]
20564: !^hash.sub[subme]
20565: !^a.union[b] = new
20566: !^a.intersection[b] = new
20567: !^a.intersects[b] = bool
20568:
20569: * src/classes/hash.C: !^hash::append[append_from]
20570:
20571: * src/: classes/hash.C, types/pa_vhash.h:
20572: !^hash::create[[copy_from]]
20573:
20574: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20575: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20576: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20577: fixed. got rid of empty_string, which caused errors - it hasnt
20578: exception but somebody[value.bark] tried to throw it on it's pool
20579:
1.116 moko 20580: * src/include/pa_config_auto.h.in: makes
1.95 moko 20581:
20582: 2001-10-10 parser
20583:
20584: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20585:
20586: * src/main/: compile.tab.C, compile.y: ^a[
20587:
20588: @next_method << now unclosed ] would be reported here
20589:
20590: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20591: compile error
20592:
20593: 2001-10-09 parser
20594:
1.116 moko 20595: * src/: classes/Makefile.am, main/Makefile.am,
20596: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20597:
20598: * src/classes/Makefile.am: makes
20599:
20600: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20601: win32 errors intercepted [xalan transformer patched and
20602: incorporated]
20603:
20604: * src/: classes/classes.dsp, classes/xdoc.C,
20605: include/pa_stylesheet_connection.h, main/main.dsp,
20606: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20607: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20608: patches starting
20609:
20610: * src/classes/: string.C, table.C: ^string.save[file]
20611:
20612: * src/classes/: date.C, table.C: calendar moved to date
20613:
20614: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20615: string/table] now
20616:
20617: * src/classes/: op.C, table.C: z
20618:
20619: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20620: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20621: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20622: be code [be string..]
20623:
20624: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20625: table.C: lots of
20626: params->as_int/double/as_string/as_junction/as_no_junction
20627: messages added
20628:
20629: 2001-10-08 parser
20630:
20631: * src/: classes/date.C, classes/image.C, classes/string.C,
20632: classes/table.C, classes/void.C, include/pa_request.h:
20633: params->as_int/double message added
20634:
20635: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20636:
20637: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20638: image:sector removed image:html internal "line-*" attribs
20639:
20640: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20641: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20642:
20643: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20644: way
20645:
20646: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20647: main/untaint.C: header untainting to UL_HTTP_HEADER,
20648: UL_MAIL_HEADER made nonforced [only tainted pieces]
20649:
20650: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20651: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20652: @ SAPI::log
20653:
20654: * src/main/untaint.C: \r to ' ' in origins mode
20655:
20656: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20657: set]
20658:
20659: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20660: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20661: nonstandard liaison freed up
20662:
20663: 2001-10-07 parser
20664:
20665: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20666: project
20667:
20668: 2001-10-05 parser
20669:
20670: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20671: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20672: from outputing to cerr. lots of "todos"
20673:
20674: * src/main/untaint.C: http_header tainting more gentle with
20675: enquoting now
20676:
20677: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20678: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20679: xml errorhandler. fixed string.replace a little, read @test
20680:
20681: * src/main/pa_string.C: found replace bug - first_that_starts(char
20682: *) does not have limit, and looks further eos, fixing....
20683:
20684: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20685:
20686: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20687:
20688: * src/main/: pa_charset_connection.C: ctype another mem clear
20689: bugfix
20690:
1.116 moko 20691: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20692: $result[^[$p^]z] now works fine
1.95 moko 20693:
20694: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20695: wrong. fixed it
20696:
20697: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20698: of totable appered to be vital
20699:
20700: 2001-10-04 parser
20701:
20702: * src/classes/image.C: ^image.length[text]
20703:
20704: 2001-10-03 parser
20705:
20706: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20707:
20708: * src/main/pa_request.C: restored pcre defaulting in request
20709: [mindlessly "optimized" yesterday] comment left
20710:
20711: 2001-10-02 parser
20712:
20713: * src/: main/pa_charset_manager.C,
20714: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20715: needed
20716:
20717: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20718: forgot non-xml pool.*charset needed
20719:
20720: * src/classes/table.C: # config comments fixed
20721:
20722: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20723: charset_connection #comment now
20724:
20725: * src/: classes/classes.dsp, types/types.dsp: release projects
20726: options fixed to use release msvcrt lib
20727:
20728: * src/main/pa_charset_connection.C: pcre tables now const inside
20729: removed default - pcre handles that internally fixed bug on
20730: not-cleaning tables [previously was calloced, now member]
20731:
20732: * src/: include/pa_request.h, main/pa_charset_connection.C,
20733: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20734: inside removed default - pcre handles that internally fixed bug
20735: on not-cleaning tables [previously was calloced, now member]
20736:
20737: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20738: tested charset reload on file change @ apache version = OK tested
20739: freeing up prev encoding on adding new = OK
20740:
20741: 2001-10-01 parser
20742:
20743: * src/main/pa_charset_connection.C: removed entitify external hack
20744: [internal installed]
20745:
1.116 moko 20746: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20747:
20748: * src/: include/pa_charset_connection.h,
20749: include/pa_charset_manager.h,
20750: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20751: main/pa_charset_connection.C, main/pa_charset_manager.C,
20752: main/pa_request.C: charset loading & caching mech 0
20753:
20754: * src/: include/pa_stylesheet_connection.h,
20755: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20756: main/pa_globals.C, main/pa_request.C: would make charset loading
20757: & caching mech now
20758:
20759: 2001-09-30 parser
20760:
20761: * src/main/pa_request.C: forgot to fill toTable
20762:
20763: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20764: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20765: failed on win32 for now..
20766:
20767: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20768: now charsets table configuration variable is: CHARSETS
20769:
20770: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20771: ctype with unicode 1. todo: no П entities on output somehow
20772:
20773: * src/: classes/file.C, classes/op.C, classes/string.C,
20774: include/pa_request.h, main/pa_request.C: started ctype with
20775: unicode values
20776:
20777: 2001-09-28 parser
20778:
20779: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20780: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20781: string passed AS-IS now
20782:
20783: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20784: way of user-configuring... todo: implement
20785:
20786: 2001-09-27 parser
20787:
20788: * src/classes/table.C: table.sort changed to sort table itself
20789:
20790: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20791: X^.getElementsByTagName[tagname] = array of xnode
20792: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20793: nodes removed - regretfully not supported @ xalan. maybe someday
20794: would reimplement, if needed.
20795:
20796: win32build system: solved long waiting anti-non-started-apache
20797: problem
20798:
20799: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20800: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20801: types/types.dsp: win32 ident make system so not to rebuild
20802: library [ident.C.new]
20803:
20804: 2001-09-26 parser
20805:
20806: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20807: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20808: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20809: types/pa_vxnode.C, types/types.dsp: z
20810:
20811: * src/classes/classes.C: forgot one non-xml check
20812:
1.116 moko 20813: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20814: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20815:
20816: * src/targets/cgi/parser3.C: z
20817:
20818: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20819: targets/isapi/parser3isapi.C: #ifdef SMTP
20820:
20821: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20822: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20823: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20824: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20825: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20826: types/types.dsp: xdoc&xnode now
20827:
20828: * src/: classes/classes.C, classes/classes.awk,
20829: classes/classes.dsp, classes/classes.h, classes/date.C,
20830: classes/dnode.C, classes/dnode.h, classes/dom.C,
20831: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20832: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20833: classes/op.C, classes/response.C, classes/string.C,
20834: classes/table.C, classes/void.C, include/pa_array.h,
20835: include/pa_common.h, include/pa_config_fixed.h,
20836: include/pa_config_includes.h, include/pa_dictionary.h,
20837: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20838: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20839: include/pa_socks.h, include/pa_sql_connection.h,
20840: include/pa_sql_driver_manager.h, include/pa_stack.h,
20841: include/pa_string.h, include/pa_stylesheet_connection.h,
20842: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20843: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20844: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20845: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20846: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20847: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20848: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20849: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20850: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20851: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20852: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20853: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20854: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20855: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20856: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20857: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20858: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20859: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20860: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20861: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20862: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20863: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20864: types/pa_vmethod_frame.h, types/pa_vobject.h,
20865: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20866: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20867: types/pa_vstateless_object.h, types/pa_vstring.C,
20868: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20869: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20870: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20871: main.dsp splitted to main+classes+types along to .am
20872:
20873: * src/classes/Makefile.am: removed useless var
20874:
20875: * src/: classes/classes.cmd, main/main.dsp,
20876: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20877: main.dsp
20878:
20879: 2001-09-25 parser
20880:
20881: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20882: 1251 though, todo ICU
20883:
1.116 moko 20884: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20885: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20886: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20887: types/pa_vdom.h: xml configure makes
1.95 moko 20888:
20889: 2001-09-24 parser
20890:
1.116 moko 20891: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20892: types/Makefile.am: makes
1.95 moko 20893:
1.116 moko 20894: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20895:
20896: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20897: started unix makes update
20898:
20899: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20900: started unix makes update
20901:
20902: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20903:
20904: * src/types/pa_value.h: z
20905:
20906: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20907: bugs with usinge hash/table in expressions
20908:
20909: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20910: resolved conflicts fixed [const]
20911:
20912: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20913: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20914: main/compile.C, main/compile.tab.C, main/compile.y,
20915: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20916: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20917: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20918: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20919: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20920: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20921: with before_xml [merge2 actually didn't happen - i've created
20922: tags on wrong branch. so this merge is in fact re-merge]
20923:
20924: 2001-09-21 parser
20925:
20926: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20927: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20928: produced "" in make file and sadly wrong interpreted on load]
20929:
1.116 moko 20930: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20931: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20932: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20933: include/pa_sql_driver_manager.h, include/pa_string.h,
20934: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20935: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20936: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20937:
20938: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20939: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20940: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20941: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20942: main/pa_pool.C, main/pa_request.C,
20943: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20944: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20945: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20946: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20947: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20948: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20949: types/pa_vrequest.C, types/pa_vresponse.h,
20950: types/pa_vstateless_class.C, types/pa_vstring.C,
20951: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20952: created new projects for sql drivers [planning to remove sql
20953: drivers from main cvs project] first, will join latest changes
20954:
20955: * src/classes/: dom.C: defaulted dom writing methods encoding to
20956: pool.get_charset
20957:
20958: * src/classes/dom.C: defaulted dom writing methods encoding to
20959: pool.get_charset
20960:
20961: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20962: pool.get_charset
20963:
20964: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20965: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20966: methods encoding to pool.get_charset
20967:
20968: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20969: transcoder were created right "unsupported encoding" message.
20970: not @ set time, but @ use time, so until xml output functions
20971: .string, .file, .save used - no encoding name check occur
20972:
20973: reduced transcode buffer size to 60 fixed pool cleanup - no
20974: registration needed, pools are officially destructured
20975:
20976: 2001-09-20 parser
20977:
20978: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20979:
20980: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20981: $MAIN:DEFAULTS.content-type[$.charset[here]]
20982:
20983: * src/: classes/dnode.C, classes/dom.C,
20984: include/pa_config_includes.h, include/pa_globals.h,
20985: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20986: main/pa_pool.C, targets/cgi/parser3.dsp,
20987: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20988: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20989: Pool::transcode 0
20990:
20991: * src/classes/dom.C: dom. string save file moved output xml options
20992: to last param and made it optional
20993:
20994: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20995: dnodes
20996: !$attributenode.specified = boolean
20997: true if the attribute received its value explicitly
20998: in the XML document,
20999: or if a value was assigned programatically with the
21000: setValue function.
21001: false if the attribute value came from the default value
21002: declared in the document's DTD.
21003: !$pinode.target = target of this processing instruction
21004: XML defines this as being the first token following the
21005: markup
21006: that begins the processing instruction.
21007: XPath:
21008: !^node.select[xpath/query/expression] = hash of 0->node0
21009: 1->node1
21010: !^node.select-single[xpath/query/expression] = first node if
21011: any
21012:
21013: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21014: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21015: some 'const's added
21016:
21017: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21018: expression context now, there value = size and boolean value
21019: size!=0
21020:
21021: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21022: can be used in expression context now, there value = size and
21023: boolean value size!=0
21024:
21025: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21026: types/pa_vstring.h: dnode .file .string .save moved back to dom
21027: due to strange xalan bug
21028:
21029: 2001-09-18 parser
21030:
21031: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21032: classes/image.C, classes/op.C, classes/table.C,
21033: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21034: include/pa_sql_driver_manager.h, main/compile.C,
21035: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21036: main/execute.C, main/pa_common.C, main/pa_request.C,
21037: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21038: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21039: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21040: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21041: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21042: before_xml branch ^if(def $hash) now true only when
21043: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21044:
21045: * src/: classes/op.C, main/execute.C: operators self changed to
21046: root ^for variable context changed to self
21047:
21048: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21049: dnode 1
21050:
21051: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21052: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21053:
21054: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21055: poly* fixed
21056:
21057: 2001-09-17 parser
21058:
21059: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21060: types/pa_vdom.h: started dnode+dom
21061:
21062: dnode DOM methods: $node.name $node.value
21063: ...others...
21064:
21065: ^node.xpath[/rates/USD] = hash
21066: $hash[
21067: $.0[node0]
21068: $.1[node1]
21069: ]
21070:
21071: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21072: applies to all linear primitives
21073:
21074: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21075: include/pa_stylesheet_connection.h, main/main.dsp,
21076: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21077: types/pa_vimage.h: started dnode DOM: $node.name
21078: $node.value ...others... ^node.xpath[/rates/USD] = hash
21079: dom(dnode)
21080:
21081: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21082: main/compile.y, main/compile_tools.h, main/execute.C,
21083: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21084: in expression compound($aa.zz.xx) names now can have minus '-' in
21085: name after '.'
21086:
21087: 2001-09-15 parser
21088:
21089: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21090: image: $line-width ^line(...)[**** style]
21091:
21092: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21093: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21094: pool_storage - cleanups first, allocations second. apache wisely
21095: does just like that
21096:
21097: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21098: rewritten using template, no bugs now
21099:
21100: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21101: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21102: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21103: poorly started isapi pool_storage, would rewrite using template
21104: now
21105:
21106: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21107: include/pa_stylesheet_connection.h, main/main.dsp,
21108: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21109: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21110: xalan objects freed up [introducing Pool::register_cleanup]
21111:
21112: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21113: comments
21114:
21115: 2001-09-14 parser
21116:
21117: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21118: z
21119:
21120: * src/: classes/dom.C, classes/file.C, classes/image.C,
21121: classes/mail.C, include/pa_common.h,
21122: include/pa_sql_driver_manager.h, include/pa_string.h,
21123: include/pa_stylesheet_connection.h,
21124: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21125: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21126: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21127: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21128: compiled&cached
21129:
21130: 2001-09-13 parser
21131:
21132: * src/: classes/dom.C, classes/file.C, classes/image.C,
21133: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21134:
21135: * src/classes/dom.C: dom:file content-type(.method)
21136:
21137: * src/: include/pa_common.h, include/pa_globals.h,
21138: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21139: string now more informative error messages
21140:
21141: * src/: include/pa_globals.h, include/pa_request.h,
21142: main/pa_request.C, targets/cgi/parser3.C,
21143: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21144: ParserSiteConfig .../parser3.conf
21145:
21146: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21147:
21148: 2001-09-12 parser
21149:
21150: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21151: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21152: precise error reporting: "connection string must start with
21153: protocol://" now
21154:
21155: * src/main/compile.tab.C: fixed - subname code parts actually []
21156: braced
21157:
21158: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21159: lexer on LS_USER level did [] matching without setting nestage,
21160: introduced special LS_NAME_SQUARE_PART state
21161:
21162: 2001-09-11 parser
21163:
21164: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21165: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21166: languages+=xml
21167:
21168: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21169:
21170: * src/classes/dom.C: ^dom:save/string/file[output options] output
21171: options: $.method[xml|html|text] detection fixed
21172:
21173: * src/types/pa_vdom.h: messages
21174:
21175: * src/classes/dom.C: ^dom:save/string/file[output options] output
21176: options: $.method[xml|html|text] detection fixed
21177:
21178: 2001-09-10 parser
21179:
21180: * src/classes/dom.C: ^dom:save/string/file[output options] output
21181: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21182:
21183: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21184: added]
21185:
21186: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21187: ^dom.xslt[stylesheet filename] 0
21188:
21189: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21190: ^dom.xslt[stylesheet filename] -1 doc is lying
21191:
21192: * src/classes/dom.C: ^dom.file[encoding] = file
21193:
21194: * src/classes/: dom.C: ^dom.string[encoding] 1
21195: ^dom.save[encoding;filename]
21196:
21197: * src/classes/dom.C: ^dom.string[] 0
21198:
21199: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21200:
21201: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21202: types/pa_vform.h: ^dom.save[b.xml] 0
21203:
21204: 2001-09-08 parser
21205:
21206: * src/types/pa_vform.C: $form:tables.name.field
21207:
21208: 2001-09-07 parser
21209:
21210: * src/classes/table.C: table:empty removed, superceded by ^if(def
21211: $table)...
21212:
21213: * src/targets/cgi/parser3.C: z
21214:
21215: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21216: from '' to int/double is 0]
21217:
21218: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21219: $table) is false when table is empty
21220:
21221: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21222: !$form:tables $atable[$form:tables.a]
21223: ^atable.menu{a=$atable.element}[,]
21224:
21225: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21226: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21227:
1.116 moko 21228: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21229: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21230: of dom
21231:
21232: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21233: types/pa_vform.C, types/pa_vform.h: z
21234:
21235: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21236: element [not last]
21237:
1.116 moko 21238: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21239: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21240:
21241: 2001-09-06 parser
21242:
21243: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21244: table with one column 'element' and two rows: 1 and 2
21245:
21246: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21247: table with one column 'element' and two rows: 1 and 2
21248:
21249: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21250: bad int/double conversions, and now $form:nonexistent.int(88)
21251: would return 88
21252:
21253: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21254: types/pa_vhash.h: now there's special hash key '_default'
21255: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21256: $._default[xx] ] $hash.c
21257:
21258: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21259: fixed [thanks, fif], ^; were treated there non-literally
21260:
21261: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21262: doxygen
21263:
21264: * src/: classes/image.C, classes/op.C, classes/string.C,
21265: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21266: types/pa_vtable.C: few #ifndef DOXYGEN
21267:
21268: 2001-09-05 parser
21269:
21270: * src/classes/: string.C, table.C: sql options can be void [same as
21271: image:html the other day]
21272:
21273: * src/targets/cgi/Makefile.am: .am undo
21274:
21275: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21276: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21277: macro expantion on param, simply qoutes whatever passed, undone
21278:
21279: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21280: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21281: STRINGIZE(name) #name invented
21282:
21283: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21284: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21285: MAIN_SQL_DRIVERS_NAME "drivers"
21286:
21287: moved to be availible to all users
21288:
21289: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21290: SQL_DRIVER_CREATE_FUNC_NAME
21291:
21292: * src/classes/mail.C: MAIN:MAIL check fixed
21293:
21294: 2001-09-04 parser
21295:
21296: * src/classes/image.C: image.html now can accept void params
21297:
21298: * src/targets/isapi/parser3isapi.C: z
21299:
21300: * src/targets/cgi/parser3.C: full_file_spec bug
21301:
21302: * src/targets/cgi/parser3.C: getenvcheck
21303:
21304: * src/targets/cgi/parser3.C: zz
21305:
21306: * src/targets/cgi/parser3.C: zzz
21307:
21308: * src/classes/date.C: date
21309:
21310: * src/classes/date.C: date:sql-string is now without ''
21311:
1.116 moko 21312: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21313: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21314: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21315:
1.116 moko 21316: * src/include/pa_config_auto.h.in: makes
1.95 moko 21317:
21318: 2001-09-03 parser
21319:
21320: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21321:
21322: 2001-09-01 parser
21323:
21324: * src/classes/image.C: letter_spacing
21325:
21326: * src/classes/image.C: image: font params changed
21327:
21328: * src/classes/image.C: image: as_int as_string used
21329:
21330: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21331: analized
21332:
21333: 2001-08-31 parser
21334:
21335: * src/targets/cgi/parser3.C: z
21336:
1.116 moko 21337: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21338: cygwin
1.95 moko 21339:
21340: * src/classes/void.C: void:int/double += (default)
21341:
21342: * src/classes/image.C: image:font added space param image:font
21343: changed charwidth alg, added kerning const[for now]
21344:
21345: * src/classes/: string.C, table.C: string:int/double (defaults)
21346:
21347: 2001-08-29 parser
21348:
21349: * src/main/pa_exception.C: exception redundant debug info
21350:
21351: 2001-08-28 parser
21352:
21353: * src/classes/image.C: image error msgs
21354:
21355: * src/classes/image.C: image: gifsize little endian
21356:
21357: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21358: doxygeneration
21359:
21360: * src/: classes/Makefile.am, main/Makefile.am,
21361: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21362:
21363: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21364: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21365:
21366: * src/main/compile.C: NO_STRING_ORIGIN check2
21367:
21368: * src/classes/table.C: NO_STRING_ORIGIN check
21369:
21370: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21371: storage class specifiers invalid in friend function declarations
21372:
21373: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21374: main/untaint.C, targets/cgi/parser3.C,
21375: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21376: case of limit
21377:
21378: * src/: classes/file.C, main/pa_common.C: file:move
21379: autocreate/remove dest/src dir
21380:
21381: * src/: classes/string.C, include/pa_dictionary.h,
21382: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21383: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21384: to directory constructor. string:replace
21385:
21386: 2001-08-27 parser
21387:
21388: * src/classes/image.C: fixed jpgsize alg
21389:
21390: * src/classes/image.C: fixed jpgsize alg
21391:
21392: * src/main/pa_exception.C: z
21393:
21394: * src/main/pa_common.C: removed debug info from pa_common
21395:
21396: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21397: [auto.p from current dir loading]
21398:
1.116 moko 21399: * src/: main/pa_common.C, main/pa_exception.C,
21400: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21401: for solaris -lsocket
1.95 moko 21402:
21403: 2001-08-24 parser
21404:
21405: * src/targets/cgi/parser3.C: not cgi extra \n 3
21406:
21407: * src/targets/cgi/parser3.C: not cgi extra \n 2
21408:
21409: * src/targets/cgi/parser3.C: not cgi extra \n
21410:
21411: * src/main/pa_sql_driver_manager.C: z
21412:
21413: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21414: sql* removed services from disconnect - cross-request ideological
21415: probs.
21416:
21417: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21418: cross-request ideological probs. oracle - fixed bug: cs
21419: allocated on request.pool and got freed before disconnect
21420:
21421: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21422: mallocs fixed
21423:
21424: 2001-08-23 parser
21425:
21426: * src/classes/file.C: minor bug in file:save fixed
21427:
21428: * src/main/pa_sql_driver_manager.C: oracle: dlink
21429:
21430: 2001-08-22 parser
21431:
21432: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21433: types/pa_vfile.h: file:load|save[text|binary;
21434:
21435: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21436:
21437: 2001-08-21 parser
21438:
21439: * src/classes/: file.C, table.C: ^file:list
21440:
21441: 2001-08-20 parser
21442:
21443: * src/: main/compile.tab.C, main/compile.y,
21444: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21445: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21446: recousively caused problems: inc incremeted 123 literal!! fixed
21447:
21448: 2001-08-10 parser
21449:
21450: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21451:
21452: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21453: added
21454:
21455: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21456: added
21457:
21458: * src/classes/table.C: table:sort restored [it was bad test :(]
21459:
21460: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21461: ''
21462:
21463: * src/main/: pa_request.C: wanted to make const int
21464: MAX_EXECUTE_SECONDS=1;
21465:
21466: but couldnt, set_callback_and_alarm appeared to be not exported
21467: :(
21468:
21469: * src/main/pa_string.C: string.match hanged on. there were a hang
21470: check but it weren't wise enough
21471:
21472: @parse[dateString][tmp]
21473: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21474: #end
21475:
21476: @main[] ^parse[2001-02-03]
21477:
21478: * src/classes/: table.C: table:sort now default desc
21479:
21480: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21481: table.sort now creates new sorted table
21482:
21483: 2001-08-09 parser
21484:
21485: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21486:
21487: * src/classes/hash.C: hash:_default now [was hash:default]
21488:
21489: * src/classes/op.C: case without switch check added
21490:
21491: * src/types/pa_vcookie.C: cookie name&value origins added, more
21492: precise $ORIGINS(1)
21493:
21494: * src/main/Makefile.am: .am
21495:
21496: * src/classes/void.C: void: int double copy/paste from int: bug
21497: fixed
21498:
21499: * src/classes/void.C: void: int double copy/paste from int: bug
21500: fixed
21501:
21502: 2001-08-07 parser
21503:
21504: * src/: classes/double.C, classes/int.C, classes/string.C,
21505: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21506: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21507: string, table
21508:
21509: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21510: srand made working
21511:
21512: 2001-08-06 parser
21513:
21514: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21515: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21516: main/compile.tab.C, main/compile.y, main/pa_array.C,
21517: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21518: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21519:
21520: * src/main/pa_exec.C: exec win32 real filename
21521:
21522: * src/classes/file.C: exec stderr out
21523:
21524: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21525:
21526: 2001-08-03 parser
21527:
21528: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21529:
21530: 2001-08-02 parser
21531:
21532: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21533: main/execute.C, main/pa_exec.C: introducing Array_iter
21534:
21535: * src/main/execute.C: detected quick_get recursion bug. changed to
21536: get@execute, but needs array iterator, separate from array to
21537: avoid it & use caching
21538:
21539: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21540: bug fixed
21541:
21542: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21543: main/execute.C, main/pa_globals.C: found another multithread bug
21544: in op.C (last, last global var killed) :)
21545:
21546: 2001-08-01 parser
21547:
21548: * src/: include/pa_dictionary.h, include/pa_globals.h,
21549: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21550: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21551: main/untaint.C: speeded up typo-html replacements. introducing
21552: Dictionary with first-char caching
21553:
21554: 2001-07-31 parser
21555:
21556: * src/types/Makefile.am: pa_vtable.C added to .am
21557:
21558: * src/main/compile.tab.C: added, so that could be compiled even on
21559: non-bison-enabled platforms
21560:
21561: 2001-07-28 parser
21562:
21563: * src/classes/table.C: table:hash always produces hash, when can't
21564: - empty
21565:
21566: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21567: skipped \n
21568:
21569: 2001-07-27 parser
21570:
21571: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21572: on int/double/string :sql without result and default
21573:
21574: 2001-07-26 parser
21575:
21576: * src/classes/op.C: fixed bad multithread bug with strangly global
21577: OP
21578:
21579: * src/main/compile.y: $man[$.age[zzz]] 0
21580:
21581: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21582: creation syntax problem persists. restored $: for a while.
21583: thinking of $man[$.age[zzz]] syntax now
21584:
21585: * src/: classes/double.C, classes/int.C, classes/string.C,
21586: include/pa_opcode.h, main/compile.C, main/compile.y,
21587: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21588: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21589: types/pa_wwrapper.h: fixing :: realization #1
21590:
21591: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21592: main/compile_tools.h, main/execute.C, main/pa_request.C,
21593: types/pa_vmethod_frame.h: introducing :: this is constructor call
21594: prefix. ordinary : remains for static accesses
21595:
21596: 2001-07-25 parser
21597:
21598: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21599: fields 2. methods 3. columns
21600:
21601: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21602: quote. optimized double&int tostring-s
21603:
21604: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21605: whitespace before first method decl
21606:
21607: * src/classes/table.C: allowed nontable result in table:sql,
21608: results in empty table
21609:
21610: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21611: lines before first method decl
21612:
21613: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21614: types/pa_vtable.h: ^table.record[] now $table.fields
21615:
21616: * src/main/compile.y: $var[] is now empty string, not void
21617:
21618: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21619: void
21620:
21621: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21622: main/pa_globals.C: match replace code context moved to implicit
21623: $match context
21624:
21625: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21626: main/compile_tools.h, main/execute.C: with killed, code storage
21627: introduced with former 'with' syntax
21628:
21629: 2001-07-24 parser
21630:
21631: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21632: types/pa_value.h: first get_element, next get operator
21633:
21634: * src/main/compile.y: removed @end handling
21635:
21636: * src/main/: compile.C, compile.y: @end handling method2
21637:
21638: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21639: file:move
21640:
21641: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21642: fixed
21643:
21644: 2001-07-23 parser
21645:
21646: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21647: driver
21648:
21649: * src/classes/hash.C: changed sql driver query interface
21650:
21651: * src/: classes/hash.C, classes/string.C, classes/table.C,
21652: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21653: changed sql driver query interface
21654:
21655: 2001-07-20 parser
21656:
21657: * src/types/pa_vrequest.C: X!$browser:type
21658:
21659: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21660: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21661: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21662: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21663: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21664: types/pa_vobject.h, types/pa_vrequest.C,
21665: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21666: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21667: BASE element globally removed
21668:
21669: 2001-07-18 parser
21670:
21671: * src/classes/file.C: file:exec/cgi msg
21672:
21673: * src/classes/file.C: $file:exit-code renamed to 'status'
21674:
21675: * src/: classes/file.C, main/pa_exec.C: file:exec
21676:
1.116 moko 21677: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21678: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21679: removed $id from *.in *.am
1.95 moko 21680:
21681: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21682: abbrevations
21683:
21684: * src/: classes/date.C, classes/mail.C, classes/math.C,
21685: classes/string.C, classes/table.C, include/pa_globals.h,
21686: include/pa_string.h, main/execute.C, main/pa_globals.C,
21687: main/pa_request.C, main/pa_string.C, main/untaint.C,
21688: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21689: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21690: $ORIGINS(1) output tracing mode
21691:
21692: 2001-07-13 parser
21693:
21694: * src/: classes/double.C, classes/int.C, classes/string.C,
21695: include/pa_request.h, main/execute.C, main/pa_request.C:
21696: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21697: second would not call first @auto
21698:
21699: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21700: wrong, fixed
21701:
21702: 2001-07-12 parser
21703:
21704: * src/types/pa_value.h: pa_value.putelement modification of system
21705: classes prevented
21706:
21707: 2001-07-11 parser
21708:
21709: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21710: table $piece
21711:
21712: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21713: types/pa_vstateless_class.h: $file created by file:state +=
21714: .atime .mtime .ctime +found&fixed bug with exceptions on
21715: get_junction-created objects [they were on wrong pool]
21716:
21717: 2001-07-09 parser
21718:
21719: * src/main/untaint.C: qp wrong name
21720:
21721: * src/: classes/date.C, classes/string.C, classes/table.C,
21722: main/compile.y: date format 0
21723:
21724: 2001-07-07 parser
21725:
21726: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21727: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21728: roll table calendar
21729:
21730: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21731: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21732: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21733: include/pa_request.h, main/main.dsp, types/pa_value.h,
21734: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21735: string. todo: sql, calendar
21736:
21737: 2001-07-06 parser
21738:
21739: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21740: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21741:
21742: 2001-07-03 parser
21743:
21744: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21745: classes/random.C, main/main.dsp: class random renamed to math,
21746: operators became methods
21747:
21748: * src/classes/op.C: pow sqrt
21749:
21750: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21751:
21752: 2001-07-02 parser
21753:
21754: * src/classes/table.C: ^table.columns column renamed from 'name' to
21755: 'column'
21756:
21757: * src/classes/hash.C: ^hash.keys[]
21758:
21759: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21760:
21761: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21762: 'strings'
21763:
21764: 2001-06-29 parser
21765:
21766: * src/main/: execute.C: /0 %0 checkes ver 2
21767:
21768: * src/main/execute.C: /0 %0 checke
21769:
21770: * src/classes/Makefile.am: nothing - void
21771:
21772: * src/classes/table.C: empty strings @ sql
21773:
21774: 2001-06-28 parser
21775:
21776: * src/: classes/double.C, classes/file.C, classes/form.C,
21777: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21778: classes/op.C, classes/random.C, classes/response.C,
21779: classes/string.C, classes/table.C, classes/void.C,
21780: main/compile.C, main/compile_tools.C, main/execute.C,
21781: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21782: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21783: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21784: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21785: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21786: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21787: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21788: $";
21789:
21790: * src/: classes/double.C, classes/file.C, classes/form.C,
21791: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21792: classes/op.C, classes/random.C, classes/response.C,
21793: classes/string.C, classes/table.C, classes/void.C,
21794: main/compile.C, main/compile.y, main/compile_tools.C,
21795: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21796: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21797: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21798: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21799: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21800: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21801:
21802: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21803: $class:name: == ${class:name}:
21804:
21805: * src/classes/string.C: exactly one
21806:
21807: 2001-06-27 parser
21808:
21809: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21810: types/pa_vvoid.h: nothing renamed to void
21811:
21812: * src/classes/op.C: ^switch ^case
21813:
21814: * src/main/compile.y: nothing renamed to void
21815:
21816: * src/: classes/hash.C, classes/table.C, main/compile.y,
21817: main/execute.C, main/main.dsp, main/pa_request.C,
21818: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21819: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21820: void
21821:
21822: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21823:
21824: 2001-05-28 parser
21825:
21826: * src/doc/html2chm.cmd: removed >a
21827:
21828: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21829: project options [some bugs]
21830:
21831: * src/doc/sources2html.cmd: z
21832:
21833: * src/: classes/classes.C, main/compile.C, main/compile.y,
21834: main/execute.C: operators are not in root class again
21835:
21836: 2001-05-24 parser
21837:
21838: * src/targets/cgi/parser3.dsp: project file
21839:
21840: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21841: ^log ^exp
21842:
21843: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21844: conversions in @exception[params]
21845:
21846: * src/main/pa_request.C: // no _ conversions in @exception[params]
21847:
21848: 2001-05-23 parser
21849:
21850: * src/main/pa_string.C: string cmp bug
21851:
21852: * src/classes/: mail.C, op.C: rem max 1000
21853:
21854: * src/: classes/op.C, main/compile.y: allow one empty line before
21855: LS_DEF_NAME
21856:
21857: 2001-05-22 parser
21858:
21859: * src/classes/op.C: if params code-required
21860:
21861: 2001-05-21 parser
21862:
21863: * src/types/pa_vstring.C: eoleof
21864:
21865: * src/classes/Makefile.am: .AM
21866:
21867: * src/classes/nothing.C: resultless ^sql moved to nothing:
21868:
21869: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21870:
21871: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21872: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21873: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21874: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21875: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21876: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21877: 'nothing'
21878:
21879: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21880: vstring::set_string
21881:
21882: * src/classes/: double.C, int.C, string.C: int,double;sql
21883:
21884: * src/: classes/hash.C, classes/int.C, classes/string.C,
21885: classes/table.C, include/pa_string.h, main/pa_string.C,
21886: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21887:
21888: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21889: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21890: hash:sql moved to main trunc. operators.txt updated
21891:
21892: * src/classes/: hash.C, op.C, table.C: hash:sql
21893:
21894: * src/classes/op.C: z
21895:
21896: * src/: main/compile.C, classes/classes.C: 1
21897:
21898: * src/: classes/classes.C, main/compile.C, main/compile.y,
21899: main/execute.C: 0
21900:
21901: * src/main/execute.C: z
21902:
21903: * src/targets/cgi/parser3.C: z
21904:
21905: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21906: site_auto_path "." in that case
21907:
21908: * src/targets/cgi/: parser3.C: z
21909:
21910: * src/main/pa_request.C: .am
21911:
21912: * src/: main/pa_request.C, targets/cgi/parser3.C:
21913: pcre_tables=pcre_default_tables;
21914:
21915: 2001-05-19 parser
21916:
21917: * src/main/pa_string.C: z
21918:
21919: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21920: introducing String::cstr_bufsize, returns just size+1 for as_is
21921: target.
21922:
21923: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21924: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21925: used, 4* mem wasted
21926:
21927: * src/classes/string.C: root context in match replace body now
21928: unchanged
21929:
21930: * src/types/pa_value.h: parameter # 1 based
21931:
21932: * src/main/pa_common.C: common: actual filename '%s'
21933:
21934: * src/classes/string.C: z
21935:
21936: * src/classes/Makefile.am: classes/.am
21937:
21938: * src/classes/: Makefile.am: classes/.am
21939:
21940: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21941: targets/cgi/pa_pool.C: classes/.am
21942:
21943: 2001-05-18 parser
21944:
1.116 moko 21945: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21946: pa_threads.C ins
1.95 moko 21947:
21948: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21949:
21950: 2001-05-17 parser
21951:
21952: * src/: classes/string.C, include/pa_config_fixed.h,
21953: include/pa_config_includes.h, main/compile.y,
21954: main/compile_tools.h, main/execute.C, main/pa_array.C,
21955: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21956: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21957: types/pa_vform.C: #include "pa_config_includes.h" removed from
21958: most .C
21959:
21960: * src/doc/html2chm.cmd: z
21961:
21962: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21963: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21964:
21965: * src/main/pa_sql_driver_manager.C: moved expiration to
21966: get_connection_from_cache
21967:
21968: * src/main/pa_sql_driver_manager.C: cache expiration bf
21969:
21970: * src/: classes/classes.h, include/pa_sql_connection.h,
21971: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21972: cache expiration[use SQL_Driver::disconnect]
21973:
21974: * src/main/pa_table.C: table.locate current restored on "not found"
21975:
21976: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21977: line no
21978:
21979: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21980: ANTI_ENDLESS_EXECUTE_RECOURSION
21981:
21982: * src/: classes/op.C, include/pa_sql_connection.h,
21983: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21984: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21985: 1driver and set_services fight for driver::fservices. before fix
21986:
21987: * src/: classes/op.C, include/pa_config_fixed.h,
21988: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21989: main/pa_sql_driver_manager.C: found problem at last: 2connections
21990: own 1driver and set_services fight for driver::fservices. before
21991: fix
21992:
21993: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21994: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21995: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21996: pa_threads.C
21997:
21998: * src/include/pa_threads.h: removed targets/parser
21999:
22000: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22001: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22002: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22003: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22004: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22005: headers
22006:
22007: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22008: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22009: order prevented sqlmanager to see MULTYTHREAD define
22010:
22011: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22012: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22013: put/gets
22014:
22015: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22016: from hash.h
22017:
22018: * src/: classes/op.C, include/pa_sql_connection.h,
22019: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22020: from cache ->set_services(&services);
22021:
22022: 2001-05-16 parser
22023:
22024: * src/targets/cgi/parser3.C: z
22025:
22026: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22027: debug, #ifdefed some. would debug later, on more precise sample
22028: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22029: $name.$tail[$tail!] $name.$tail } ok3
22030:
22031: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22032: removed array debug. before vstring rebasing
22033:
22034: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22035: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22036: array debugged; adjusted
22037:
22038: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22039: SQL_Driver_manager line no for connect/charset errors
22040:
22041: 2001-05-15 parser
22042:
22043: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22044: main/pa_string.C: string+array made linear grows
22045:
22046: * src/: include/pa_string.h, main/pa_string.C,
22047: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22048: grow lineary, not exponentialy
22049:
22050: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22051: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22052: with fullchunk cmps
22053:
22054: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22055: 70041= 81
22056:
22057: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22058: targets/cgi/parser3.C: detected huge mem allocation: size/times
22059: malloc 27809390/368771, calloc 3232/83. would test now
22060:
22061: * src/: classes/random.C, main/compile.y, main/execute.C,
22062: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22063: numbered params had wrong name - for instance: bad error message
22064: in ^for[] bad body type. fixed
22065:
22066: 2001-05-14 parser
22067:
22068: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22069: main/untaint.C: ^string.upper|lower[]
22070:
22071: 2001-05-11 parser
22072:
22073: * src/: classes/double.C, classes/image.C, classes/op.C,
22074: classes/string.C, classes/table.C, classes/unknown.C,
22075: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22076: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22077: types/pa_vunknown.h: op: MAX_LOOPS as_int
22078:
22079: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22080: .dsp for win32tools
22081:
22082: 2001-05-11 paf
22083:
22084: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22085: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22086: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22087: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22088:
22089: 2001-05-10 paf
22090:
22091: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22092: for C++, that's all
22093:
1.116 moko 22094: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22095: pa_config_includes.h: inline wonders
1.95 moko 22096:
22097: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22098: doc/doxygen.cmd: hash.C added
22099:
22100: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22101:
22102: * src/main/compile.y: @end grammar: allowed zero strings in control
22103: menthod
22104:
22105: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22106: pa_vstateless_object.h: changed priority: field before method
22107: lookup in vclass & vobject
22108:
22109: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22110: grammar: priorities changes [lowerd && prior] vobject: now first
22111: fields, next methods
22112:
22113: 2001-05-08 paf
22114:
22115: * src/main/pa_table.C: table columnname2item on nameless ignored
22116: bark=false. fixed
22117:
22118: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22119: types/pa_vmethod_frame.h: hash:default works at last!
22120:
22121: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22122: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22123: hash:default
22124:
22125: * src/classes/table.C: z
22126:
22127: * src/classes/table.C: table:hash always hash of hash now
22128:
22129: * src/classes/table.C: table:empty return bool now
22130:
22131: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22132: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22133: types/pa_vtable.h: table:hash
22134:
22135: * src/classes/table.C: table:record have name
22136:
22137: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22138: returns vunknown
22139:
22140: * src/classes/: double.C, int.C, op.C, string.C:
22141: int,double,string:int[] double[] string:length[] results now have
22142: hames
22143:
22144: * src/: classes/op.C, classes/table.C, main/main.dsp,
22145: types/pa_vtable.h: removed table:find. table:locate and op:eval
22146: now return bool
22147:
22148: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22149: in method checkparams again. fixed
22150:
22151: 2001-05-07 paf
22152:
22153: * src/doc/chm.cmd: cmd
22154:
22155: * src/: classes/image.C, classes/mail.C, classes/string.C,
22156: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22157: types/pa_value.h: method reported errors on wrong pool
22158:
22159: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22160: now
22161:
22162: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22163: include/code.h, include/pa_opcode.h, main/compile.C,
22164: main/compile_tools.h, main/execute.C, types/pa_value.h,
22165: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22166: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22167: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22168: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22169: types/pa_vmethod_frame.h, types/pa_vobject.h,
22170: types/pa_vrequest.h, types/pa_vresponse.h,
22171: types/pa_vstateless_class.h, types/pa_vstring.h,
22172: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22173: types/pa_wwrapper.h: pa_code.h
22174:
22175: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22176:
22177: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22178: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22179: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22180: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22181: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22182: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22183: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22184: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22185: types/pa_vtable.h: dox, split by not clean parts also
22186:
22187: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22188: types/pa_vtable.h: table: fields, then methods. so to enable
22189: 'dir' fields & co. more
22190:
22191: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22192: so to enable 'dir' fields & co.
22193:
22194: * src/main/compile.y: grammar: @end
22195:
22196: 2001-05-04 paf
22197:
22198: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22199: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22200:
22201: * src/: classes/classes.h, classes/double.C, classes/file.C,
22202: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22203: classes/op.C, classes/random.C, classes/response.C,
22204: classes/string.C, classes/table.C, classes/unknown.C,
22205: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22206: method dox
22207:
22208: 2001-05-03 paf
22209:
22210: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22211: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22212: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22213: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22214: doc/string.dox, doc/targets.dox, doc/value.dox,
22215: main/pa_request.C: dox splitted .dox files and added some
22216:
22217: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22218:
22219: 2001-05-02 paf
22220:
22221: * src/classes/: image.C, table.C: table:dir result are not tainted
22222: by file_name language now
22223:
22224: 2001-04-28 paf
22225:
22226: * src/classes/classes.inc: removed classes.inc
22227:
22228: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22229: from .am
22230:
22231: * src/classes/classes.awk: skipped classes in .awk
22232:
22233: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22234: classes/classes.inc, classes/double.C, classes/file.C,
22235: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22236: classes/string.C, classes/table.C, classes/unknown.C,
22237: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22238: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22239: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22240: pa_methoded back to classes/classes.h
22241:
22242: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22243:
22244: * src/: classes/Makefile.am, classes/classes.awk,
22245: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22246: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22247:
22248: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22249: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22250: classes/response.C, classes/string.C, classes/table.C,
22251: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22252: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22253: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22254: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22255: include|main/pa_methoded
22256:
22257: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22258: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22259:
22260: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22261: moved some configured data to request::classes_conf moved some
22262: string crations from globals to M... [works]
22263:
22264: * src/: classes/form.C, classes/mail.C, classes/op.C,
22265: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22266: main/pa_request.C: moved some configured data to
22267: request::classes_conf moved some string crations from globals to
22268: M...
22269:
22270: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22271: about to move configured data to special request hash
22272:
22273: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22274: classes/form.C, classes/mail.C, include/pa_request.h,
22275: main/pa_request.C: configure started
22276:
22277: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22278: 2. todo: methoded-configure
22279:
22280: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22281: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22282: classes/_random.h, classes/_response.h, classes/_string.h,
22283: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22284: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22285: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22286: classes/random.C, classes/response.C, classes/string.C,
22287: classes/table.C, classes/unknown.C, include/pa_globals.h,
22288: include/pa_request.h, main/compile.y, main/execute.C,
22289: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22290: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22291: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22292: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22293: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22294: types/pa_vrequest.h, types/pa_vresponse.h,
22295: types/pa_vstateless_class.h, types/pa_vstring.h,
22296: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22297: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22298: methoded-configure
22299:
22300: * src/: classes/file.C, classes/table.C, main/compile.y,
22301: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22302: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22303: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22304:
22305: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22306: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22307: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22308: classes/random.C, classes/response.C, classes/string.C,
22309: classes/table.C, classes/unknown.C, include/pa_request.h,
22310: main/compile.y, main/execute.C, main/pa_globals.C,
22311: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22312: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22313: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22314: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22315: beautifying just compiled. todo: debug, configure
22316:
22317: 2001-04-27 paf
22318:
22319: * src/: classes/file.C, classes/image.C, classes/table.C,
22320: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22321: beautifying -99
22322:
22323: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22324: classes/_response.h, classes/_unknown.h, classes/classes.C,
22325: classes/classes.h, classes/double.C, classes/file.C,
22326: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22327: classes/op.C, classes/random.C, classes/response.C,
22328: classes/string.C, include/pa_globals.h, main/main.dsp,
22329: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22330: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22331: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22332: types/pa_vunknown.h: beautifying -100
22333:
22334: * src/main/compile.y: serge@ found @CLASS bug. fixed
22335:
22336: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22337: classes/_op.h, classes/_random.h, classes/_table.h,
22338: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22339: classes/op.C, classes/random.C, classes/response.C,
22340: classes/string.C, classes/table.C, classes/unknown.C,
22341: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22342: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22343: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22344: beautifying
22345:
22346: 2001-04-26 paf
22347:
22348: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22349:
22350: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22351: documentation ++
22352:
22353: * src/: classes/_exec.h, doc/doxygen.cfg,
22354: include/pa_config_fixed.h, include/pa_config_includes.h,
22355: targets/cgi/pa_pool.C: code documentation ++
22356:
22357: * src/: classes/_image.h, classes/op.C, classes/random.C,
22358: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22359: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22360: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22361: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22362: types/pa_vmethod_frame.h, types/pa_vobject.h,
22363: types/pa_vrequest.C, types/pa_vrequest.h,
22364: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22365: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22366: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22367: code documentation ++
22368:
22369: * src/: classes/image.C, classes/mail.C, classes/string.C,
22370: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22371: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22372: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22373: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22374: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22375: types/pa_vobject.h, types/pa_vstateless_class.h,
22376: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22377:
22378: * src/main/: pa_request.C, pa_string.C: z
22379:
22380: * src/: include/pa_common.h, include/pa_types.h,
22381: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22382: connection caching fixed. request-pooled-url were stored into
22383: global connectioncache
22384:
22385: 2001-04-25 paf
22386:
22387: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22388: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22389:
22390: * src/: include/code.h, include/pa_common.h, main/compile.y,
22391: main/execute.C, main/pa_common.C: -d
22392:
22393: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22394: illegal call check a bit improved, but still under iis no mapping
22395: of dir with parser allowed!
22396:
22397: 2001-04-24 paf
22398:
22399: * src/targets/Makefile.am: apache module lib .am
22400:
22401: * src/main/pa_exec.C: windows32 buildCommand
22402:
22403: 2001-04-23 paf
22404:
22405: * src/targets/cgi/Makefile.am: win32 conditional
22406:
22407: * src/targets/cgi/Makefile.am: win32 conditional
22408:
22409: * src/targets/cgi/Makefile.am: liblink
22410:
22411: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22412: vfile fields return type
22413:
22414: * src/types/pa_vfile.h: vfile fields return type
22415:
22416: * src/include/pa_config_auto.h.in: .h.in
22417:
22418: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22419: types/Makefile: makefiles removed
22420:
22421: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22422: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22423:
22424: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22425: [tested: i & g ]
22426:
22427: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22428: @test noticed series in isapi, check how initialize_random_class
22429: is called! [must be called only once]
22430:
22431: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22432: would not be 'unknown column'
22433:
22434: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22435: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22436:
22437: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22438: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22439: [now doesnt]
22440:
22441: * src/targets/cgi/parser3.C: cgi cmdline ver
22442:
22443: * src/targets/cgi/parser3.C: cgi /// @test disable
22444: /cgi-bin/parser3/auto.p
22445:
22446: * src/main/untaint.C: untaint without charset
22447:
22448: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22449: main/pa_common.C: common: file_write /// @test mkdirs
22450: file_delete rmdirs
22451:
22452: * src/main/untaint.C: mail header only once to =?
22453:
22454: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22455: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22456: main/untaint.C: untaint - @test optimize whitespaces for
22457: all but 'html'
22458:
22459: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22460: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22461: main/untaint.C: untaint - @test mail-header
22462:
22463: 2001-04-20 paf
22464:
22465: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22466: include/pa_request.h, include/pa_string.h, main/compile.y,
22467: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22468: targets/cgi/parser3.C: $MAIN:LOCALE
22469:
22470: * src/main/untaint.C: z
22471:
22472: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22473:
22474: 2001-04-19 paf
22475:
22476: * src/main/compile_tools.h: $a$b bugfix
22477:
22478: * src/targets/cgi/parser3.C: z
22479:
22480: * src/classes/file.C: z
22481:
22482: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22483: done: header to $fields. waits for header '\' tricks
22484:
22485: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22486: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22487: changed urlencode here and in untaint.C to HTTP standard's " and
22488: \" mech
22489:
22490: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22491: http://alx/~paf/ doesnt load /auto.p
22492:
22493: 2001-04-18 paf
22494:
22495: * src/main/pa_request.C: 1
22496:
22497: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22498: linux @alx
22499:
22500: 2001-04-17 paf
22501:
22502: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22503: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22504: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22505: enabled
22506:
22507: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22508: classes/_exec.h, classes/_file.h, classes/_form.h,
22509: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22510: classes/_random.h, classes/_response.h, classes/_string.h,
22511: classes/_table.h, classes/_unknown.h, classes/file.C,
22512: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22513: include/pa_config_fixed.h, include/pa_config_includes.h,
22514: include/pa_hash.h, include/pa_sql_driver_manager.h,
22515: include/pa_version.h, main/Makefile.am, main/compile.y,
22516: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22517: main/pa_sql_driver_manager.C, sql/Makefile.am,
22518: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22519: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22520: types/pa_vform.C, types/pa_vimage.h: exec @jav
22521:
22522: * src/: include/pa_sql_driver_manager.h,
22523: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22524: types/pa_vimage.h: sql driver interface now has initialize(client
22525: .so)
22526:
22527: 2001-04-16 paf
22528:
22529: * src/Makefile.am: compile2 cygwin
22530:
22531: * src/: include/pa_config_includes.h, main/pa_exec.C,
22532: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22533:
22534: * src/targets/cgi/Makefile.am: compile0 jav
22535:
22536: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22537: classes/_exec.h, classes/_file.h, classes/_form.h,
22538: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22539: classes/_random.h, classes/_response.h, classes/_string.h,
22540: classes/_table.h, classes/_unknown.h, classes/image.C,
22541: classes/mail.C, classes/op.C, classes/random.C,
22542: include/pa_config_fixed.h, include/pa_config_includes.h,
22543: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22544: main/compile.y, main/pa_common.C, main/pa_exec.C,
22545: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22546: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22547: compile-1
22548:
22549: 2001-04-15 paf
22550:
22551: * src/classes/op.C: z
22552:
22553: * src/classes/table.C: table:empty +=process
22554:
22555: * src/types/pa_value.h: MethodParams !junction
22556:
22557: * src/: classes/_string.h, classes/double.C, classes/file.C,
22558: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22559: classes/random.C, classes/response.C, classes/string.C,
22560: classes/table.C, classes/unknown.C, main/pa_request.C:
22561: MethodParams everywhere
22562:
22563: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22564: types/pa_vmethod_frame.h: MethodParams in op.C
22565:
22566: 2001-04-12 paf
22567:
22568: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22569:
22570: * src/: classes/_unknown.h, classes/unknown.C,
22571: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22572: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22573:
22574: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22575:
22576: * src/classes/image.C: image:gif now does not have params
22577:
22578: * src/classes/image.C:
22579: image:line/fill/rectangle/bar/replace/polygon/polybar
22580:
22581: * src/: classes/image.C, classes/op.C, main/execute.C,
22582: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22583: for var now written not to r.wcontext, but to r.root cleared
22584: "entered_object" state
22585:
22586: 2001-04-11 paf
22587:
22588: * src/classes/image.C: image:create image:load
22589:
22590: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22591: just compiled
22592:
22593: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22594: todo: gif without file
22595:
22596: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22597: started porting to Pooled descendant
22598:
22599: * src/: classes/image.C, main/execute.C, main/main.dsp,
22600: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22601: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22602: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22603:
22604: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22605: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22606: end. switching to python imaging lib
22607:
22608: * src/main/main.dsp: gd+smtp made separate libs
22609:
22610: * src/: include/pa_globals.h, include/pa_string.h,
22611: main/pa_common.C, main/pa_request.C, main/untaint.C,
22612: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22613: length
22614:
22615: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22616: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22617: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22618: UL_FILE_NAME of posted file name
22619:
22620: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22621: post [broke when moved post read to core]
22622:
22623: 2001-04-10 paf
22624:
22625: * src/classes/image.C: image:html done
22626:
22627: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22628:
22629: * src/classes/image.C: z
22630:
22631: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22632: forgotten!
22633:
22634: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22635: main/pa_request.C, main/pa_string.C, main/untaint.C,
22636: types/pa_vimage.h: image:measure -90
22637:
22638: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22639: classes/_int.h, classes/_mail.h, classes/_op.h,
22640: classes/_random.h, classes/_response.h, classes/_string.h,
22641: classes/_table.h, classes/file.C, classes/mail.C,
22642: include/pa_common.h, include/pa_globals.h, main/execute.C,
22643: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22644: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22645: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22646: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22647: compiled
22648:
22649: * src/classes/mail.C: minor bug with unclear from/to
22650:
22651: * src/classes/mail.C: sendmail unix skipping defaults
22652:
22653: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22654: sendmail unix added defaults
22655:
22656: * src/classes/mail.C: unix sendmail compiled. todo:testing
22657:
22658: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22659:
22660: 2001-04-09 paf
22661:
22662: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22663: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22664: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22665: targets/isapi/parser3isapi.dsp: all targets exec
22666:
22667: * src/: include/pa_sapi.h, include/pa_string.h,
22668: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22669: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22670: args in apache:util.script
22671:
22672: * src/include/pa_string.h: written but not tested exec with env for
22673: unix
22674:
22675: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22676: targets/cgi/parser3.C: exec win32 env
22677:
22678: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22679: 0
22680:
22681: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22682: main/execute.C, main/main.dsp, main/pa_globals.C,
22683: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22684: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22685:
22686: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22687: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22688:
22689: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22690: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22691:
22692: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22693: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22694: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22695: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22696: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22697: exec class just compiled. moved post read to request core
22698:
22699: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22700: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22701: main/pa_globals.C, targets/cgi/parser3.C,
22702: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22703: are already read by vform
22704:
22705: 2001-04-08 paf
22706:
22707: * src/: classes/file.C, classes/mail.C, classes/string.C,
22708: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22709: uuencode. string<<
22710:
22711: 2001-04-07 paf
22712:
22713: * src/classes/mail.C: z
22714:
22715: * src/classes/mail.C: z
22716:
22717: * src/classes/mail.C: ^mail[$attach
22718:
22719: * src/classes/mail.C: ^attach dead end
22720:
22721: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22722: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22723: targets/isapi/parser3isapi.C: mail:send 1
22724:
22725: * src/: classes/mail.C, main/pa_request.C: z
22726:
22727: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22728: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22729: compiled
22730:
22731: * src/classes/mail.C: +=
22732:
22733: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22734: prepared
22735:
22736: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22737: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22738: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22739: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22740:
22741: 2001-04-06 paf
22742:
22743: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22744: main/pa_string.C: table:dir 1
22745:
22746: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22747: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22748:
22749: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22750: classes/root.C, include/pa_globals.h, include/pa_request.h,
22751: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22752: main/pa_request.C: renamed 'root' to 'op'
22753:
22754: * src/classes/: _op.h, op.C: renamed from 'root'
22755:
22756: * src/types/pa_valiased.C: another root inherititance skipped
22757:
22758: * src/main/: compile.C, compile.y, execute.C: operators are now not
22759: root methods of parent class. just 'ROOT' class
22760:
22761: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22762: @office
22763:
22764: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22765:
22766: 2001-04-05 paf
22767:
22768: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22769: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22770: constructor flag dropped at get_method_frame and remembered into
22771: method_frame
22772:
22773: * src/: classes/file.C, classes/root.C, classes/string.C,
22774: classes/table.C, main/pa_request.C: junction to code&expression
22775: in errors
22776:
22777: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22778: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22779: $LOCALE:ctype[Russian_Russia.1251]
22780:
22781: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22782: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22783: main/pa_table.C: hash now not thread-safe.
22784:
22785: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22786: main/untaint.C: z
22787:
22788: * src/: classes/random.C, classes/root.C, classes/table.C,
22789: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22790: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22791: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22792: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22793:
22794: * src/: classes/table.C, include/pa_sql_connection.h,
22795: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22796:
22797: * src/classes/table.C: select * from hren error contains statement
22798:
22799: * src/: classes/table.C, include/pa_sql_connection.h,
22800: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22801: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22802:
22803: * src/: classes/root.C, include/pa_sql_connection.h,
22804: include/pa_sql_driver.h, main/main.dsp,
22805: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22806: services for conv memory & error reporting
22807:
22808: 2001-04-04 paf
22809:
22810: * src/doc/doxygen.cfg: z
22811:
22812: * src/include/pa_sql_driver.h: mysql connect
22813:
22814: * src/include/pa_sql_driver.h: mysql info
22815:
22816: * src/: classes/root.C, include/pa_sql_driver.h,
22817: include/pa_sql_driver_manager.h, main/main.dsp,
22818: main/pa_sql_driver_manager.C: more manager&connection&driver
22819:
22820: * src/sql/Makefile.am: forgot to add mysql client
22821:
22822: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22823: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22824: [forgot to add libltdl, added]
22825:
22826: * src/: Makefile.am, classes/root.C, classes/string.C,
22827: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22828: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22829: include/pa_string.h, include/pa_table.h, main/main.dsp,
22830: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22831: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22832: -1000 just compiled
22833:
22834: * src/: classes/random.C, classes/root.C, classes/table.C,
22835: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22836: main/pa_request.C, types/pa_vclass.h: sql frame -10
22837:
22838: 2001-04-03 paf
22839:
22840: * src/types/pa_vform.C: z
22841:
22842: * src/: classes/string.C, types/pa_vform.C: string:match replace
22843: assigned lang
22844:
22845: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22846: {}[]< empty []
22847:
22848: * src/: classes/file.C, classes/string.C, classes/table.C,
22849: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22850: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22851:
22852: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22853: string:match replace strange matches
22854:
22855: * src/classes/string.C: string:match replace 0
22856:
22857: * src/: classes/string.C, main/pa_string.C: string:match replace
22858: prepared 2
22859:
22860: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22861: string:match replace prepared
22862:
22863: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22864: string:match replace -11
22865:
22866: * src/: classes/string.C, include/pa_globals.h,
22867: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22868: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22869:
22870: * src/: classes/string.C, include/pa_globals.h,
22871: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22872: main/pa_string.C: string:match [search] -1 just compiled
22873:
22874: * src/types/pa_vstring.C: z
22875:
22876: * src/: classes/double.C, classes/file.C, classes/form.C,
22877: classes/int.C, classes/response.C, classes/root.C,
22878: classes/string.C, classes/table.C, include/pa_string.h,
22879: main/pa_string.C: string:match -10 [frame]
22880:
22881: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22882: main/pa_request.C: z
22883:
22884: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22885: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22886: todo/tests
22887:
22888: * src/include/pa_common.h: z
22889:
22890: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22891: main/pa_request.C, targets/cgi/parser3.C,
22892: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22893: content-disposition
22894:
22895: * src/: include/pa_common.h, include/pa_globals.h,
22896: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22897: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22898:
22899: * src/: include/pa_common.h, include/pa_request.h,
22900: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22901: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22902: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22903: response:body
22904:
22905: * src/classes/table.C: table:append now uses string::split
22906:
22907: * src/classes/table.C: z
22908:
22909: * src/: classes/file.C, classes/root.C, classes/string.C,
22910: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22911: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22912: include/pa_string.h, main/execute.C, main/pa_string.C,
22913: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22914: string::pos & cmp & piece bugs fixed. string::split new
22915: table:load separated from set table:set implemented with clean \n
22916: \t searches
22917:
22918: 2001-04-02 paf
22919:
22920: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22921: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22922: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22923: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22924: it in table:set/load
22925:
22926: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22927: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22928:
22929: * src/classes/random.C: random:generate 1
22930:
22931: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22932: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22933: types/pa_value.h: random:generate
22934:
22935: 2001-03-30 paf
22936:
22937: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22938: todo: table flip and append. string::pos
22939:
22940: * src/: classes/double.C, classes/file.C, classes/int.C,
22941: classes/response.C, classes/root.C, classes/string.C,
22942: classes/table.C, main/compile.y, main/execute.C,
22943: types/pa_value.h, types/pa_vstateless_class.C,
22944: types/pa_vstateless_class.h: static|dynamic|any method
22945: registration
22946:
22947: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22948: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22949: table:flip
22950:
22951: 2001-03-29 paf
22952:
22953: * src/classes/string.C: string:xsplit forgot that they must result
22954: in 1 row N column [not vice versa]
22955:
22956: * src/classes/string.C: z
22957:
22958: * src/classes/string.C: string: rsplit
22959:
22960: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22961: string: lsplit
22962:
22963: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22964: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22965: lsplit -1
22966:
22967: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22968: string: pos
22969:
22970: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22971: string: pos -1
22972:
22973: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22974: main/compile.y, main/pa_request.C, main/pa_string.C,
22975: main/untaint.C: string: left right mid
22976:
22977: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22978: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22979: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22980: and [;] are different now.
22981:
22982: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22983: main/untaint.C: pool.request undone
22984:
22985: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22986: main/untaint.C: pool.request
22987:
22988: 2001-03-28 paf
22989:
22990: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22991: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22992: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22993: $request:browser [.type .version]; unknown.get_double now = 0.
22994:
22995: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22996: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22997: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22998: types/pa_vform.C: file:load autodetection of mime-type by
22999: user-file-name
23000:
23001: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23002: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23003: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23004:
23005: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23006: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23007: write. must be self.set
23008:
23009: * src/: classes/file.C, classes/root.C, classes/table.C,
23010: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23011:
23012: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23013: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23014: types/pa_vtable.h: table:locate just compiled
23015:
23016: 2001-03-27 paf
23017:
23018: * src/main/: execute.C, pa_common.C: fixed r/w context of
23019: code-params2, fixed ntfs hardlink slow dir update
23020:
23021: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23022: types/pa_wcontext.h: fixed r/w context of code-params
23023:
23024: * src/: classes/table.C, main/execute.C: about to change junction
23025: rcontext!!
23026:
23027: * src/: classes/double.C, classes/int.C, classes/root.C,
23028: classes/string.C, classes/table.C, main/compile_tools.C,
23029: main/execute.C, main/pa_request.C, main/untaint.C,
23030: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23031: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23032: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23033: types/pa_vunknown.h: sort 0
23034:
23035: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23036: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23037: renamed to are_static_calls_disabled
23038:
23039: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23040: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23041: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23042: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23043:
23044: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23045:
23046: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23047: started table:sort fixed minor bug in #...^{
23048:
23049: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23050: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23051: decided to have as it were. stepped back. grammar: added 'in'
23052: 'is' 'lt'&co follow-space check
23053:
23054: 2001-03-26 paf
23055:
23056: * src/: classes/file.C, classes/root.C, classes/table.C,
23057: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23058: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23059: main/pa_table.C: moved ::save to pa_table. disabled @auto
23060: invocation in ^process
23061:
23062: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23063:
23064: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23065: main/pa_array.C: table:record
23066:
23067: * src/: main/untaint.C, targets/cgi/parser3.C,
23068: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23069: targets/isapi/pool_storage.h, types/pa_valiased.h,
23070: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23071: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23072: types/pa_vtable.h: z
23073:
23074: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23075: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23076: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23077: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23078: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23079: method realisations on 'self' validity - they now can simply
23080: assume that 'self' is V{Proper} .
23081:
23082: 2001-03-25 paf
23083:
23084: * src/main/untaint.C: z
23085:
23086: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23087: lowlevel - it initialization could be skipped if failed in @auto.
23088: so that exception report would use some table
23089:
23090: * src/main/pa_request.C: table empty lines ignored. system-default
23091: content type assigned in output:result [can fail in main:auto and
23092: skipped normal defaults extraction]
23093:
23094: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23095: bug
23096:
23097: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23098: processing to table [except preliminary \r\n \r \n replacements
23099: to "\n"]
23100:
23101: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23102: move all the processing to table
23103:
23104: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23105: main/pa_table.C, main/untaint.C: returned table originating.
23106: useful for reporting typo table problems origin. think would be
23107: useful somewhere else
23108:
23109: * src/main/untaint.C: typo \r \r\n \n properly handled
23110:
23111: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23112: include/pa_table.h, main/compile.y, main/compile_tools.C,
23113: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23114: main/pa_string.C, main/pa_table.C, main/untaint.C,
23115: types/pa_vcookie.h: typo & typo-default
23116:
23117: 2001-03-24 paf
23118:
23119: * src/main/pa_common.C: z
23120:
23121: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23122: targets/cgi/parser3.C: html-typo 2
23123:
23124: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23125: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23126: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23127: main/execute.C, main/pa_array.C, main/pa_globals.C,
23128: main/pa_request.C, main/pa_string.C, main/untaint.C,
23129: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23130: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23131: noticed double default content-type prob. run cgi.cmd tomorrow
23132: first html-typo sample. detected << problem: they become ltlt too
23133: fast
23134:
23135: * src/main/compile.y: z
23136:
23137: * src/main/: compile.y, compile_tools.h: #comment
23138:
23139: * src/: classes/file.C, classes/root.C, classes/table.C,
23140: include/pa_common.h, include/pa_request.h, main/compile.y,
23141: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23142: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23143: stringified
23144:
23145: * src/types/pa_valiased.C: decided to String-ify file_read
23146:
23147: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23148: isapi/parser3isapi.dsp: cgi: sapi::log
23149:
23150: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23151: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23152: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23153: error log experiments failed - cgi under iis got no access to
23154: log. registereventsource simply failed with 5(illegal call) code,
23155: while worked OK as standalone executable. isapi: used
23156: HSE_APPEND_LOG_PARAMETER feature
23157:
23158: * src/: include/pa_common.h, include/pa_globals.h,
23159: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23160: targets/isapi/parser3isapi.C: fixed default content-type
23161: allocation storage
23162:
23163: * src/: include/pa_globals.h, include/pa_request.h,
23164: main/pa_globals.C, main/pa_request.C: z
23165:
23166: * src/: include/pa_array.h, include/pa_hash.h,
23167: include/pa_request.h, main/compile.y, main/pa_array.C,
23168: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23169: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23170: content-type
23171:
23172: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23173: sanity
23174:
23175: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23176: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23177: away freeze mech. no danger now for you can't do
23178: ^request:process[@new-method[] body] trick anymore. still
23179: remains $some_instance.process[@new-method[] possibility] but
23180: would leave it as a feature. see index for sample
23181:
23182: * src/: include/pa_common.h, main/pa_common.C,
23183: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23184: monkey every target
23185:
23186: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23187: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23188: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23189:
23190: 2001-03-23 paf
23191:
23192: * src/: include/pa_pool.h, main/pa_request.C,
23193: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23194: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23195: targets/isapi/pool_storage.h: isapi: dumb pool storage
23196:
23197: * src/targets/isapi/pa_pool.C: decided to continue with extension
23198:
23199: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23200: it would be better to rewrite as filter then to deal with pool
23201:
23202: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23203: now like in cgi, not from APPL_PHYSICAL_PATH
23204:
23205: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23206: include/pa_config_fixed.h, include/pa_config_includes.h,
23207: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23208: include/pa_version.h, main/compile.y, main/execute.C,
23209: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23210: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23211: main/untaint.C, targets/cgi/parser3.C,
23212: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23213: cgi: reinvent document_root and request_uri under iis. autoconf
23214: updated. introducing ap_config_includes
23215:
23216: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23217:
23218: * src/targets/cgi/parser3.C: cgi: only one pool now
23219:
23220: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23221: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23222: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23223: types/pa_venv.h, types/pa_vform.C: sapi made object
23224:
23225: * src/: include/pa_globals.h, main/pa_request.C,
23226: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23227: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23228: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23229:
23230: * src/: main/pa_request.C, targets/cgi/parser3.C,
23231: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23232: isapi minor env beauty
23233:
23234: * src/: main/pa_request.C, targets/cgi/parser3.C,
23235: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23236: isapi document_root 0
23237:
23238: 2001-03-22 paf
23239:
23240: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23241:
23242: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23243: isapi/parser3isapi.C: z
23244:
23245: * src/: include/pa_pool.h, main/pa_request.C,
23246: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23247:
23248: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23249: kill.pl: isapi added utils
23250:
23251: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23252: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23253: types/pa_vform.C: isapi 0
23254:
23255: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23256: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23257: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23258: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23259: started isapi
23260:
23261: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23262: some comments
23263:
23264: * src/: include/pa_globals.h, include/pa_request.h,
23265: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23266: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23267: parser_root_auto_path parser_site_auto_path
23268:
23269: * src/types/pa_vcookie.C: cookie attr decoded
23270:
23271: 2001-03-21 paf
23272:
23273: * src/targets/cgi/parser3.C: z
23274:
23275: * src/include/pa_globals.h: post. todo: config of auto.p path
23276:
23277: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23278: types/pa_venv.h: in cookie & env. todo:post
23279:
23280: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23281: classes/root.C, classes/table.C, include/pa_array.h,
23282: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23283: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23284: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23285: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23286: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23287: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23288: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23289: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23290: shifted apache branch on main trunc
23291:
23292: * src/: include/pa_common.h, include/pa_globals.h,
23293: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23294: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23295: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23296: starting mod_parser3
23297:
23298: * src/targets/cgi/parser3.C: starting mod_parser3
23299:
23300: 2001-03-20 paf
23301:
23302: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23303: targets/cgi/parser3.C: automake compiled and works. todo:make
23304: win32 ifdefs work and add ifdef unistd
23305:
23306: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23307: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23308: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23309: z
23310:
23311: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23312: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23313: locking
23314:
23315: * src/: classes/Makefile.am, types/Makefile.am: z
23316:
23317: * src/: Makefile.am, classes/file.C, classes/root.C,
23318: classes/table.C, include/pa_array.h, include/pa_request.h,
23319: include/pa_string.h, main/Makefile.am, main/execute.C,
23320: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23321: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23322: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23323: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23324:
23325: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23326: main/pa_request.C, types/pa_vfile.h: ^table:save
23327:
23328: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23329: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23330: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23331: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23332: types/pa_vform.h: z
23333:
23334: * src/include/pa_string.h: z
23335:
23336: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23337: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23338: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23339: :Value
23340:
23341: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23342: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23343: :VStateless_object
23344:
23345: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23346: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23347: :VStateless_object
23348:
23349: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23350: types/pa_valiased.C, types/pa_vform.h: commented VForm
23351:
23352: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23353: types/pa_valiased.h, types/pa_value.h,
23354: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23355: types/pa_vstateless_object.h: moved common get_element part from
23356: stateless object&class into VAliased
23357:
23358: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23359: classes/table.C, main/execute.C, main/main.dsp,
23360: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23361: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23362: now :Value
23363:
23364: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23365: main/execute.C, main/main.dsp, main/pa_globals.C,
23366: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23367:
23368: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23369: doxx
23370:
23371: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23372: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23373: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23374: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23375: and ^file:save
23376:
23377: 2001-03-19 paf
23378:
23379: * src/types/pa_vfile.C: z
23380:
23381: * src/: classes/file.C, classes/request.C, classes/table.C,
23382: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23383: main/pa_request.C, main/untaint.C, types/pa_value.h,
23384: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23385:
23386: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23387: include/pa_string.h, include/pa_table.h, main/main.dsp,
23388: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23389: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23390: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23391: classes/_file.h, classes/file.C, types/pa_vfile.C,
23392: types/pa_vfile.h: file class just compiled
23393:
23394: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23395: include/pa_table.h, include/pa_types.h, main/execute.C,
23396: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23397: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23398: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23399:
23400: * src/include/pa_pool.h: z
23401:
23402: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23403: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23404: Hash::Value to Val so to doxygen would finlly stop confusing
23405: those Value-s
23406:
23407: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23408: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23409: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23410: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23411: include/pa_types.h, main/compile.C, main/compile.y,
23412: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23413: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23414: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23415: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23416: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23417:
23418: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23419: derivates somehow unlinked. don't know why yet
23420:
23421: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23422: include/pa_string.h, include/pa_threads.h, main/compile.C,
23423: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23424: main/execute.C, main/pa_array.C, main/pa_common.C,
23425: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23426: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23427: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23428:
23429: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23430: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23431: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23432: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23433: types/pa_vrequest.h: doc: detected Value derivates prob
23434:
23435: * src/include/pa_globals.h: z
23436:
23437: * src/: classes/_request.h, classes/request.C, include/code.h,
23438: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23439: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23440: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23441: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23442: main/execute.C, main/pa_pool.C, main/pa_request.C,
23443: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23444: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23445:
23446: 2001-03-18 paf
23447:
23448: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23449: cookie: allowed access to hash-assigned
23450:
23451: * src/targets/cgi/parser3.C: z
23452:
23453: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23454: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23455: include/pa_types.h, main/main.dsp, main/pa_common.C,
23456: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23457: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23458: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23459: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23460: types/pa_vunknown.h: cookie class
23461:
23462: * src/main/pa_request.C: zero length output allowed
23463:
23464: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23465: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23466:
23467: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23468: lang switch
23469:
23470: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23471: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23472: types/pa_value.h, types/pa_vhash.h:
23473: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23474:
23475: * src/main/execute.C: z
23476:
23477: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23478: targets/cgi/parser3.C: taint[uri
23479:
23480: * src/: classes/request.C, classes/response.C, classes/root.C,
23481: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23482: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23483: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23484:
23485: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23486: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23487: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23488: types/pa_vstateless_class.C: convinient string(pool, char *src,
23489: bool tainted) ctor
23490:
23491: * src/: include/pa_hash.h, include/pa_request.h,
23492: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23493: main/pa_request.C, main/pa_string.C, main/untaint.C,
23494: targets/cgi/parser3.C: proper @exceptions params tainting
23495:
23496: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23497: response fields to header
23498:
23499: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23500: z
23501:
23502: * src/: classes/_response.h, classes/response.C,
23503: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23504: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23505: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23506: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23507: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23508: $response: 0 request::core exception rethrow
23509:
23510: 2001-03-16 paf
23511:
23512: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23513: types/pa_vrequest.h: native method' class call with less params
23514: then needed error reporting
23515:
23516: * src/: classes/_request.h, classes/request.C,
23517: include/pa_globals.h, include/pa_request.h, main/execute.C,
23518: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23519: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23520: types/pa_vrequest.h: $request : query :uri
23521:
23522: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23523: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23524: types/pa_wcontext.h: $result
23525:
23526: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23527:
23528: * src/: classes/double.C, include/code.h, main/compile.y,
23529: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23530: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23531:
23532: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23533: main/compile.y, main/execute.C, types/pa_value.h,
23534: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23535: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23536: wcontext conflict
23537:
23538: * src/: main/execute.C, types/pa_value.h,
23539: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23540: $string.field
23541:
23542: 2001-03-15 paf
23543:
23544: * src/main/pa_request.C: news sample
23545:
23546: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23547: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23548:
23549: * src/main/: compile.y, execute.C: z
23550:
23551: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23552: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23553: pre pre works
23554:
23555: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23556: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23557: fillfields just compiled
23558:
23559: 2001-03-14 paf
23560:
23561: * src/: include/pa_request.h, main/pa_request.C,
23562: targets/cgi/parser3.C: z
23563:
23564: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23565: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23566: types/pa_vstring.h: limits -1
23567:
23568: * src/: include/pa_globals.h, include/pa_request.h,
23569: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23570: main/pa_request.C, targets/cgi/parser3.C,
23571: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23572: request_info -1
23573:
23574: * src/: include/pa_globals.h, main/pa_globals.C,
23575: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23576: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23577: vform_fields_fill
23578:
23579: * src/targets/cgi/parser3.C: # if MSVC
23580:
23581: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23582: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23583:
23584: * src/targets/cgi/parser3.C: z
23585:
23586: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23587: include/pa_string.h, include/pa_types.h, main/compile.y,
23588: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23589: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23590: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23591: types/pa_vunknown.h: global handler, exceptions in parser3
23592:
23593: 2001-03-13 paf
23594:
23595: * src/: classes/form.C, main/compile.y, main/core.C,
23596: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23597: types/pa_vform.h, types/pa_vstateless_class.C,
23598: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23599: instead
23600:
23601: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23602: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23603: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23604: started cgi target
23605:
23606: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23607: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23608: before error show with parser
23609:
23610: * src/: classes/_form.h, classes/form.C, include/core.h,
23611: include/pa_request.h, main/core.C, main/pa_request.C,
23612: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23613:
23614: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23615:
23616: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23617: parser3.C: renamed targets/ parser to cgi
23618:
23619: * src/: classes/double.C, classes/env.C, classes/int.C,
23620: classes/root.C, classes/string.C, classes/table.C,
23621: include/pa_request.h, types/pa_vhash.h: z
23622:
23623: * src/: classes/_env.h, classes/env.C, classes/root.C,
23624: include/core.h, include/pa_pool.h, include/pa_request.h,
23625: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23626: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23627: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23628: [historical moment :)]
23629:
23630: * src/: include/code.h, include/pa_string.h, main/compile.y,
23631: main/execute.C, main/pa_string.C: 'value is type' expr operator
23632:
23633: * src/types/pa_venv.h: $ENV 1
23634:
23635: * src/main/execute.C: z
23636:
23637: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23638: future methods of ENV constructor if
23639:
23640: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23641: class
23642:
23643: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23644: classes/_root.h, classes/_string.h, classes/_table.h,
23645: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23646: classes/string.C, classes/table.C, include/pa_request.h,
23647: main/compile.C, main/compile_tools.h, main/core.C,
23648: main/execute.C, main/main.dsp, main/pa_request.C,
23649: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23650: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23651: types/pa_vobject.h, types/pa_vstateless_class.C,
23652: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23653: types/pa_wcontext.h: $ENV: re 0, stateless classes
23654:
23655: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23656: classes/_root.h, classes/_string.h, classes/_table.h,
23657: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23658: classes/string.C, classes/table.C, include/pa_request.h,
23659: main/compile.C, main/compile_tools.h, main/core.C,
23660: main/execute.C, main/main.dsp, main/pa_request.C,
23661: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23662: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23663: types/pa_vobject.h, types/pa_vstateless_class.C,
23664: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23665: types/pa_wcontext.h: $ENV: re 0, stateless classes
23666:
23667: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23668: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23669: yesterdays bad decision on execute_static_method
23670:
23671: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23672:
23673: * src/: classes/double.C, classes/int.C, classes/root.C,
23674: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23675:
23676: * src/main/pa_request.C: z
23677:
23678: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23679: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23680:
23681: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23682: include/pa_pool.h, main/pa_request.C:
23683: restructure_exceptions_dead_end
23684:
23685: * src/: classes/root.C, main/compile.y: ^if required junctions.
23686: allowed ; inside {} to break params
23687:
23688: * src/classes/root.C: ^eval
23689:
23690: * src/: classes/_string.h, classes/double.C, classes/int.C,
23691: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23692: string ^format
23693:
23694: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23695: 'bad' but not 'enough'
23696:
23697: * src/: classes/double.C, classes/root.C, classes/table.C,
23698: include/pa_common.h, include/pa_types.h, main/compile.y,
23699: main/pa_common.C, main/pa_request.C, main/untaint.C,
23700: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23701: types/pa_wwrapper.h: think constructing flag as is is bad
23702:
23703: * src/: classes/double.C, classes/int.C, classes/root.C,
23704: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23705: types/pa_vint.h: ^for
23706:
23707: 2001-03-12 paf
23708:
23709: * src/classes/table.C: table ^empty
23710:
23711: * src/: classes/table.C, include/pa_table.h: table ^menu
23712:
23713: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23714: ^offset ^line ^count
23715:
23716: * src/classes/root.C: ^round() ^floor() ^ceiling()
23717: ^abs() ^sign()
23718:
23719: * src/classes/: root.C, table.C: ^use
23720:
23721: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23722: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23723: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23724: ^while. switched off wcontext.constructing after write(value) or
23725: auto-vhash-constructing
23726:
23727: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23728: main/pa_request.C: fail_if_junction_ helper func
23729:
23730: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23731: include/pa_request.h, main/execute.C, main/main.dsp,
23732: main/pa_common.C, main/pa_request.C: ^process error point by
23733: actual method_name, not source. ^load
23734:
23735: * src/types/pa_vtable.h: table: no, better with string in cells...
23736:
23737: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23738: classes/_table.h, classes/table.C, main/untaint.C: z
23739:
23740: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23741: include/pa_table.h, main/core.C, main/execute.C,
23742: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23743: types/pa_value.h: table:set 0
23744:
23745: * src/: classes/root.C, include/core.h, include/pa_array.h,
23746: include/pa_request.h, include/pa_table.h, main/core.C,
23747: main/main.dsp, main/pa_request.C, main/pa_table.C,
23748: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23749: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23750: types/pa_vstring.h: freeze, ^table:create[] -1
23751:
23752: * src/: classes/root.C, types/pa_value.h: z
23753:
23754: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23755: get_method in couple places optimizing them
23756:
23757: * src/classes/root.C: z
23758:
23759: * src/: classes/root.C, types/pa_vclass.h: process temp main
23760: zeroing
23761:
23762: * src/: classes/double.C, classes/int.C, classes/root.C,
23763: classes/string.C, include/pa_common.h, include/pa_request.h,
23764: include/pa_string.h, include/pa_types.h, main/compile.C,
23765: main/compile.y, main/compile_tools.h, main/execute.C,
23766: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23767: types/pa_vmframe.h: ^process. actual names to store param and
23768: check_actual_numbered_params for better place diagnostics
23769:
23770: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23771: method-junctions bug fixed
23772:
23773: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23774: pa_vstateless_object.h, pa_vstring.h: stateless_object
23775:
23776: 2001-03-11 paf
23777:
23778: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23779: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23780: VDouble VInt base now VObject_base - without fields
23781:
23782: * src/: classes/root.C, include/core.h, main/core.C: z
23783:
23784: * src/: classes/double.C, classes/int.C, classes/root.C,
23785: classes/string.C, include/core.h, include/pa_hash.h,
23786: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23787: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23788:
23789: * src/: classes/double.C, classes/int.C, classes/root.C,
23790: include/pa_request.h, main/execute.C: intercept_string
23791:
23792: * src/: classes/double.C, classes/int.C, classes/root.C,
23793: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23794:
23795: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23796: ^inc-s(expr)
23797:
23798: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23799: classes/_root.h, classes/_string.h, classes/double.C,
23800: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23801: include/code.h, include/core.h, include/pa_array.h,
23802: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23803: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23804: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23805: include/pa_types.h, main/compile.C, main/compile.y,
23806: main/compile_tools.C, main/compile_tools.h, main/core.C,
23807: main/execute.C, main/pa_array.C, main/pa_common.C,
23808: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23809: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23810: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23811: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23812: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23813: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23814: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23815: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23816:
23817: * src/: main/pa_request.C, types/pa_vhash.h: z
23818:
23819: * src/: include/core.h, include/pa_request.h, main/core.C,
23820: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23821:
23822: * src/: include/pa_valiased.h, include/pa_value.h,
23823: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23824: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23825: include/pa_vjunction.h, include/pa_vmframe.h,
23826: include/pa_vobject.h, include/pa_vstring.h,
23827: include/pa_vunknown.h, include/pa_wcontext.h,
23828: include/pa_wwrapper.h, main/compile.y, main/core.C,
23829: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23830: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23831: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23832: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23833: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23834: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23835: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23836: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23837: include/
23838:
23839: 2001-03-10 paf
23840:
23841: * src/: include/core.h, include/pa_request.h, main/core.C,
23842: main/pa_request.C: run+auto=run
23843:
23844: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23845:
23846: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23847: classes/_root.h, classes/_string.h, classes/double.C,
23848: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23849: include/code.h, include/core.h, include/pa_array.h,
23850: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23851: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23852: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23853: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23854: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23855: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23856: include/pa_vjunction.h, include/pa_vmframe.h,
23857: include/pa_vobject.h, include/pa_vstring.h,
23858: include/pa_vunknown.h, include/pa_wcontext.h,
23859: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23860: main/compile_tools.C, main/compile_tools.h, main/core.C,
23861: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23862: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23863: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23864: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23865: main/pa_wcontext.C: sources header
23866:
23867: * src/main/pa_request.C: auto..
23868:
23869: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23870: main/pa_request.C: auto tree0
23871:
23872: * src/: include/core.h, include/pa_request.h, main/compile.y,
23873: main/core.C, main/pa_request.C: names to core.C
23874:
23875: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23876: include/pa_request.h, main/core.C, main/execute.C,
23877: main/pa_common.C, main/pa_request.C: root auto.p loaded
23878:
23879: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23880: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23881: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23882: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23883:
23884: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23885: @auto[] realised. auto.p scan togo
23886:
23887: * src/: include/pa_request.h, main/execute.C: autocalc
23888: code-junctions result now have names
23889:
23890: * src/: classes/double.C, classes/int.C, classes/root.C,
23891: classes/string.C, include/pa_request.h, include/pa_string.h,
23892: include/pa_wcontext.h, main/compile.y, main/execute.C,
23893: main/pa_string.C, main/pa_wcontext.C: tainting 0
23894:
23895: * src/classes/env.C: env:file/line
23896:
23897: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23898: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23899: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23900: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23901: main/compile_tools.C, main/compile_tools.h, main/core.C,
23902: main/execute.C, main/main.dsp, main/pa_cframe.C,
23903: main/pa_request.C, main/pa_wcontext.C: const fight finished
23904:
23905: * src/include/pa_vclass.h: const fight to go
23906:
23907: * src/: classes/_env.h, classes/env.C, classes/root.C,
23908: include/pa_request.h, include/pa_vclass.h, main/core.C,
23909: main/main.dsp: env0
23910:
23911: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23912: classes/_string.h, classes/double.C, classes/int.C,
23913: classes/root.C, classes/string.C, include/pa_request.h,
23914: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23915: include/pa_wcontext.h, main/core.C, main/main.dsp,
23916: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23917: main/pa_wcontext.C: ^lang prepare0
23918:
23919: 2001-03-09 paf
23920:
23921: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23922: construct proper naming
23923:
23924: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23925: classes/double.C, classes/int.C, classes/root.C,
23926: classes/string.C, include/code.h, include/pa_value.h,
23927: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23928: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23929: main/compile.y, main/compile_tools.C, main/core.C,
23930: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23931: and ^double[]. fixed expr type
23932:
23933: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23934: ^string.length[]
23935:
23936: 2001-03-08 paf
23937:
23938: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23939:
23940: * src/: include/pa_vclass.h, include/pa_vstring.h,
23941: include/pa_wcontext.h, main/compile.y, main/core.C,
23942: main/execute.C, main/main.dsp: dead end: vstring can't be
23943: derivated from vobject
23944:
23945: * src/: include/pa_vclass.h, include/pa_vhash.h,
23946: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23947:
23948: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23949: remained clone conseqs
23950:
23951: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23952:
23953: * src/main/pa_vclass.C: wow! vclass were out of vcs
23954:
23955: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23956: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23957: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23958: include/pa_vobject.h, include/pa_vstring.h,
23959: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23960: main/execute.C: withoud cloning. didn't need it actually, params
23961: got passed from out unnamed ewpool
23962:
23963: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23964: include/pa_vjunction.h, include/pa_vobject.h,
23965: include/pa_vunknown.h, main/compile.y: cloning dead end
23966:
23967: * src/: include/pa_bool.h, include/pa_double.h,
23968: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23969: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23970: include/pa_vjunction.h, include/pa_vmframe.h,
23971: include/pa_vobject.h, include/pa_vstring.h,
23972: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23973: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23974: to give params proper names
23975:
23976: * src/main/pa_wcontext.C: z
23977:
23978: * src/: include/pa_vmframe.h, main/execute.C: added names to
23979: unknown values in get_element and unfilled params. removed wrong
23980: name change in get_element
23981:
23982: * src/main/execute.C: z
23983:
23984: * src/main/execute.C: fixed problems calling operators in
23985: constructors
23986:
23987: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23988: detected problems calling operators in constructors
23989:
23990: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23991: autocalc def to string
23992:
23993: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23994: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23995:
23996: * src/classes/root.C: added root.c
23997:
23998: * src/: include/pa_request.h, include/pa_value.h,
23999: include/pa_vcframe.h, include/pa_vmframe.h,
24000: include/pa_wcontext.h, main/compile.C, main/compile.y,
24001: main/core.C, main/execute.C, main/pa_cframe.C,
24002: main/pa_wcontext.C: 'if' just compiled
24003:
24004: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24005: include/pa_vjunction.h, include/pa_vmframe.h,
24006: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24007: main/pa_wcontext.C: z
24008:
24009: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24010: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24011: with parameter names in operator methods
24012:
24013: * src/main/compile.y: minor renamings in .y
24014:
24015: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24016: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24017: @BASE. changed 'RUN' assignment mech
24018:
24019: * src/main/execute.C: z
24020:
24021: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24022: main/compile_tools.h, main/execute.C: made class: dynamic, not
24023: static. so to enable runtime ^use
24024:
24025: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24026:
24027: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24028: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24029:
24030: * src/main/execute.C: root root in code-junction
24031:
24032: 2001-03-07 paf
24033:
24034: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24035: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24036:
24037: * src/: include/pa_stack.h, include/pa_value.h,
24038: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24039: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24040: fixed rwcontext of {} params up
24041:
24042: * src/main/: compile.y, compile_tools.h: ^func(params)
24043:
24044: * src/main/compile.y: .y priorities syntax shaped up a bit
24045:
24046: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24047: include/pa_vunknown.h, main/compile.y, main/execute.C,
24048: main/pa_hash.C: expr def in -f
24049:
24050: * src/main/: compile.y, execute.C: expr calls
24051:
24052: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24053: fixed
24054:
24055: * src/main/compile.y: expr quoted code
24056:
24057: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24058: support0
24059:
24060: * src/main/compile.y: expr string comparisons 0
24061:
24062: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24063: main/pa_string.C: just compiled lt&co
24064:
24065: * src/main/execute.C: ^var.menu{$field} problem detected. that
24066: $field not a $var.field
24067:
24068: 2001-03-06 paf
24069:
24070: * src/main/compile.y: .y expr visible-shorter
24071:
24072: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24073: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24074: logical
24075:
24076: * src/: include/pa_vstring.h, main/compile.y: problems with
24077: skipping whitespace in yylex
24078:
24079: * src/include/pa_vbool.h: forgot this
24080:
24081: * src/: include/code.h, main/compile.y, main/execute.C: without
24082: string ops in expressions 0
24083:
24084: * src/: include/pa_value.h, include/pa_vdouble.h,
24085: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24086: main/execute.C, main/main.dsp: !~
24087:
24088: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24089: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24090: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24091: include/pa_vunknown.h, include/pa_wcontext.h,
24092: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24093: main/compile_tools.h, main/execute.C: +-*/
24094:
24095: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24096: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24097:
24098: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24099: main/execute.C: expr grammar-1 2*2=4.000000 :)
24100:
24101: * src/main/compile.y: expr grammar-1
24102:
24103: * src/main/compile.y: expr lexx1
24104:
24105: * src/main/: compile.y, execute.C, main.dsp: z
24106:
24107: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24108: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24109: main/execute.C: expr lex0 exec-1
24110:
24111: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24112:
24113: 2001-02-26 paf
24114:
24115: * src/main/compile.y: max_string in yyerror bug fix
24116:
24117: 2001-02-25 paf
24118:
24119: * src/: include/pa_value.h, include/pa_vmframe.h,
24120: include/pa_wcontext.h, main/execute.C: VAliased3
24121:
24122: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24123:
24124: * src/main/execute.C: VAliased1
24125:
24126: * src/: include/pa_request.h, include/pa_value.h,
24127: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24128: VAliased0
24129:
24130: * src/: include/pa_pool.h, include/pa_request.h,
24131: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24132: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24133: VAliased just compiled
24134:
24135: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24136: include/pa_vobject.h, main/execute.C: alias dead end
24137:
24138: * src/: include/pa_value.h, include/pa_vclass.h,
24139: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24140: main/main.dsp: no not get fields into interm VFielded class.
24141: fields & staticfields 1
24142:
24143: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24144: include/pa_vobject.h, include/pa_wcontext.h,
24145: include/pa_wwrapper.h, main/core.C, main/execute.C,
24146: main/main.dsp: would now get fields into interm VFielded class
24147:
24148: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24149: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24150: include/pa_wcontext.h, main/compile.y, main/core.C,
24151: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24152: main/pa_wcontext.C: virtuals2
24153:
24154: * src/main/compile.y: : 1
24155:
24156: * src/main/compile.y: rethought to $class:static.field.subfield
24157:
24158: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24159: $class:element
24160:
24161: * src/: include/pa_value.h, include/pa_vmframe.h,
24162: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24163: main/pa_wcontext.C: before execute class calls rewrite
24164:
24165: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24166: name RUN, also alias
24167:
24168: * src/main/compile.y: escaping bug
24169:
24170: * src/: include/pa_request.h, include/pa_value.h,
24171: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24172: main/core.C, main/execute.C, main/pa_common.C: vobject1
24173:
24174: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24175: include/pa_vmframe.h, include/pa_vobject.h,
24176: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24177: main/compile_tools.h, main/execute.C: ^class:method() just
24178: compiled
24179:
24180: 2001-02-24 paf
24181:
24182: * src/main/main.dsp: no bison -d
24183:
24184: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24185: class' err msg wrong
24186:
24187: * src/main/compile.y: z
24188:
24189: * src/main/: compile.y, core.C: yylex need some @special lines adj
24190:
24191: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24192: main/compile.y, main/compile_tools.h, main/core.C: modules0
24193:
24194: * src/: include/pa_vclass.h, main/core.C: z
24195:
24196: * src/: include/pa_value.h, include/pa_vclass.h,
24197: include/pa_vobject.h, main/main.dsp: vobject00
24198:
24199: * src/main/pa_array.C: minor bug in expanding very small arrays.
24200: 60% from 1 were 0
24201:
24202: * src/: include/pa_value.h, include/pa_wcontext.h,
24203: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24204: as bad as you've named it: wcontext.value() was not a perfect
24205: idea
24206:
24207: * src/main/execute.C: codeframe1
24208:
24209: * src/: include/pa_value.h, include/pa_vcframe.h,
24210: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24211: include/pa_vjunction.h, include/pa_vmframe.h,
24212: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24213: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24214: just compiled
24215:
24216: * src/: include/pa_vframe.h, main/compile.y: found junction
24217: ideology @: ^x{$a()) must construct current wcontext element, so
24218: smart wcontext handling needed
24219:
24220: * src/main/compile.y: fixed grammar bugs in constructor/params
24221: klinch
24222:
24223: * src/main/: compile.y, execute.C: fixed empty constructor
24224: optimized empty case. failed on calls - produced empty string
24225: param
24226:
24227: * src/main/compile.y: fixed last \n macrotemplate strip bug
24228:
24229: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24230: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24231: main/compile_tools.C, main/compile_tools.h, main/core.C,
24232: main/execute.C: code junctions0. something wrong with last \n
24233: macrotemplate strip
24234:
24235: * src/: include/pa_value.h, main/compile.C, main/core.C,
24236: main/pa_value.C: minor error reporting format beautifyings
24237:
24238: * src/: include/pa_value.h, include/pa_vclass.h,
24239: include/pa_vframe.h, main/core.C, main/execute.C,
24240: main/pa_value.C: get_method RIP. junctions everywhere. call with
24241: junctions0
24242:
24243: 2001-02-23 paf
24244:
24245: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24246: pa_wwrapper.h: lara came, can't work, sorry :(
24247:
24248: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24249: junction
24250:
24251: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24252: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24253: main/execute.C, main/main.dsp, main/pa_value.C: call0
24254:
24255: * src/: include/pa_hash.h, include/pa_value.h,
24256: include/pa_wcontext.h, main/core.C, main/execute.C,
24257: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24258: done
24259:
24260: * src/include/pa_wcontext.h: z
24261:
24262: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24263: wrong grammar in complex constructor case
24264:
24265: * src/main/: compile.y, execute.C: empty constructor bug fixed
24266:
24267: * src/main/execute.C: with result rwpool
24268:
24269: * src/: include/pa_value.h, main/core.C, main/execute.C,
24270: main/main.dsp: value named
24271:
24272: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24273: strign 2 value in 2 places in execute
24274:
24275: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24276: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24277: wcontext.put_element when wcontext fvalue==0
24278:
24279: 2001-02-22 paf
24280:
24281: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24282: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24283: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24284:
24285: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24286: erroreos checkout
24287:
24288: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24289:
24290: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24291: main/compile_tools.h, main/pa_array.C: $self.get
24292:
24293: * src/main/: compile.C, compile.y, compile_tools.C: z
24294:
24295: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24296: bit. finished now.
24297:
24298: * src/main/compile.y: $: finished
24299:
24300: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24301:
24302: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24303: main/execute.C: OP_STRING better then some xxx _VALUE
24304:
24305: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24306: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24307: string to vstring it .y all
24308:
24309: * src/: include/pa_request.h, include/pa_stack.h,
24310: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24311: all
24312:
24313: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24314: precise parse error line:col
24315:
24316: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24317: main/pa_hash.C, main/pa_pool.C: TRY...
24318:
24319: * src/: include/pa_exception.h, include/pa_pool.h,
24320: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24321: main/compile.C, main/compile.y, main/compile_tools.C,
24322: main/core.C, main/pa_array.C, main/pa_exception.C,
24323: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24324: main/pa_table.C: removed exception from request
24325:
24326: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24327: some forgotten
24328:
24329: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24330: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24331: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24332: get/put simple vars to VClass works0
24333:
24334: * src/: include/pa_array.h, include/pa_wcontext.h,
24335: main/pa_string.C: in process, but found that exceptions are too
24336: global
24337:
24338: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24339: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24340: main/execute.C, main/pa_string.C: write_value write_string 0 it
24341: seems wcontext must write strings regardles of fvalue!=0
24342:
24343: 2001-02-21 paf
24344:
24345: * src/main/execute.C: tired :)
24346:
24347: * src/main/: compile.C, compile.y, execute.C: store0
24348:
24349: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24350: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24351: include/pa_wcontext.h, main/compile.C, main/compile.y,
24352: main/execute.C, main/main.dsp, main/pa_array.C,
24353: main/pa_request.C: get put -1 [just compiled]
24354:
24355: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24356: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24357: main/main.dsp, main/pa_request.C: request core methods0
24358:
24359: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24360: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24361: execute
24362:
24363: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24364: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24365: methods and one_big_piece. now compile returns array<method*>
24366:
24367: * src/main/compile.y: more straightforward yylex[end]
24368:
24369: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24370: string.operator==(char*)
24371:
24372: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24373: main/execute.C, main/pa_array.C: after array.const get wonders
24374:
24375: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24376: pa_string.h, pa_value.h: struck with const array.gets
24377:
24378: * src/main/: execute.C: z
24379:
24380: * src/main/: compile.y, execute.C: z
24381:
24382: * src/main/: compile.C, compile.y, compile_tools.h: error
24383: processing in eval & yyerror so it wouldn't cause memleaks.
24384:
24385: * src/main/: compile.C, compile.y: failed to add absolute precies
24386: parse error positions. leaving RIGHTMOST position as
24387: @file[line:col]
24388:
24389: * src/: include/compile.h, main/compile.C, main/compile.y,
24390: main/compile_tools.h: line numbers needed. would add them to .y
24391: now internally. externally it's not as precise as needed
24392:
24393: * src/: include/code.h, include/pa_types.h, main/compile.C,
24394: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24395: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24396: compiler works ok
24397:
24398: 2001-02-20 paf
24399:
24400: * src/main/: compile.C, compile.y, compile_tools.C,
24401: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24402: not perfect
24403:
24404: * src/: include/code.h, include/compile.h, include/execute.h,
24405: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24406: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24407: main/compile.C, main/compile.y, main/compile_tools.C,
24408: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24409: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24410: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24411: compiled. execute=dump for now
24412:
24413: * src/main/core.C: core rewrite using yacc investigations now will
24414: be compile[yacc]/execute[opcodes]
24415:
24416: 2001-02-15 paf
24417:
24418: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24419: rewrite as turing machine? for it seems it would be it's too many
24420: ifs with this syntax now
24421:
24422: 2001-02-14 paf
24423:
24424: * src/main/core.C: get_params 1
24425:
24426: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24427: :( ]
24428:
24429: * src/main/core.C: varios breaks
24430:
24431: * src/main/core.C: get names 3
24432:
24433: * src/main/core.C: get names 2
24434:
24435: * src/main/core.C: get names 1
24436:
24437: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24438: names 0
24439:
24440: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24441: text repassing2 operator static vars
24442:
24443: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24444: main/pa_string.C: process text repassing
24445:
24446: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24447: module:calls changes
24448:
24449: 2001-02-13 paf
24450:
24451: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24452: ^class:calls[] started
24453:
24454: * src/: include/pa_value.h, main/core.C: z
24455:
24456: * src/main/core.C: operators : and self. prefixes
24457:
24458: * src/main/core.C: z
24459:
24460: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24461: tested
24462:
24463: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24464: optimized
24465:
24466: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24467: would change privates to better support optimization
24468:
24469: * src/: include/pa_string.h, main/pa_string.C:
24470: String_iterator::skip_to todo:optimize
24471:
24472: 2001-02-12 paf
24473:
24474: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24475: String_iterator
24476:
24477: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24478: comments
24479:
24480: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24481: self/methodref joined
24482:
24483: 2001-02-11 paf
24484:
24485: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24486: main/main.dsp: core started. core.C, context&value .h
24487:
24488: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24489: include/pa_string.h, main/main.dsp, main/pa_array.C,
24490: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24491:
24492: 2001-01-30 paf
24493:
24494: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24495: comments
24496:
24497: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24498: main/pa_pool.C: moved pa_pool.C to be target specific
24499:
24500: * src/: include/pa_exception.h, include/pa_pool.h,
24501: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24502: to & changes
24503:
24504: * src/: include/pa_exception.h, include/pa_pool.h,
24505: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24506: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24507: re-associated. that's much better even removed 'die' necessety
24508:
24509: * src/: include/pa_error.h, include/pa_exception.h,
24510: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24511: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24512: targets/Makefile.am: lowered targets/parser into subdir, added
24513: parser_Pool(Pool) failed to add. would think..
24514:
24515: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24516: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24517: main/pa_string.C, main/pa_table.C: Table more like C++ style
24518: hence lots of 'const'
24519:
24520: * src/: include/pa_error.h, include/pa_request.h,
24521: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24522: main/pa_table.C: Error fixed
24523:
24524: 2001-01-29 paf
24525:
24526: * src/: include/pa_array.h, include/pa_common.h,
24527: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24528: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24529: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24530: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24531:
24532: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24533: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24534: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24535: main/pa_string.C, main/pa_table.C: Request Error Table
24536:
24537: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24538: templates"
24539:
24540: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24541: main/main.dsp, main/pa_array.C: templates failed no template
24542: specializations [VC6], no library auto instantation [VC6, GNU c++
24543: 2.95.2-6 from latest cygwin]
24544:
24545: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24546: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24547: main/main.dsp, main/pa_array.C, main/pa_string.C,
24548: main/pa_table.C: Table started would test template Array now
24549:
24550: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24551: String originating
24552:
24553: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24554: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24555: SYNCHRONIZED(thread_safe)
24556:
24557: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24558: parts to top
24559:
24560: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24561: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24562: see: needed only in global Hash now, made Hash:: put/get
24563: SYNCHRONIZED
24564:
24565: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24566: main/pa_threads.C: added pa_threads
24567:
24568: Mutex
24569:
24570: * src/include/pa_hash.h: some comments
24571:
24572: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24573: Array& operator += (Array& src)
24574:
24575: * src/main/pa_array.C: expand not convinient, would rewrite
24576:
24577: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24578: (Array& src)
24579:
24580: rethought, would change now
24581:
24582: 2001-01-27 paf
24583:
24584: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24585: caching
24586:
24587: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24588: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24589: cache rethought to chunk caching
24590:
24591: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24592: include/pa_string.h, main/main.dsp, main/pa_array.C,
24593: main/pa_hash.C, main/pa_string.C: Array 0
24594:
24595: * src/main/pa_string.C: String::operator ==
24596:
24597: * src/main/pa_hash.C: String(&String)
24598:
24599: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24600:
24601: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24602: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24603: pa_hash[forgotten]
24604:
24605: 2001-01-26 paf
24606:
24607: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24608: removed templates [vc++ suxx]
24609:
24610: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24611: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24612:
24613: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24614:
1.119 moko 24615: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24616:
1.119 moko 24617: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24618: check
24619:
24620: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24621: dynamic row_count
24622:
24623: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24624: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24625: targets/Makefile.am: Initial revision
24626:
24627: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24628: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24629: targets/Makefile.am: creating parser3 module
24630:
E-mail: